Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
35         Log: New test warrants a MANIFEST entry.
36      Branch: perl
37            ! MANIFEST
38 ____________________________________________________________________________
39 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
40         Log: Subject: Re: [PATCH] ...while $var = glob(...)
41              From: Robin Houston <robin@kitsite.com>
42              Date: Mon, 17 Dec 2001 20:27:30 +0000
43              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
44              
45              Can't portably unlink open files.
46      Branch: perl
47            ! t/op/glob.t
48 ____________________________________________________________________________
49 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
50         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
51      Branch: perl
52            ! pod/perluniintro.pod
53 ____________________________________________________________________________
54 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
55         Log: Move typeglob test from glob.t to gv.t.
56      Branch: perl
57            ! t/op/glob.t t/op/gv.t
58 ____________________________________________________________________________
59 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
60         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
61              From: Robin Houston <robin@kitsite.com> 
62              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
63              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
64      Branch: perl
65            ! t/op/glob.t
66 ____________________________________________________________________________
67 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
68         Log: Demote the surrogate and non-character errors to warnings.
69      Branch: perl
70            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
71 ____________________________________________________________________________
72 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
73         Log: Subject: [PATCH] more POSIX tests, and more autoloading
74              From: Nicholas Clark <nick@ccl4.org>
75              Date: Mon, 17 Dec 2001 18:27:47 +0000
76              Message-ID: <20011217182747.D21702@plum.flirble.org>
77      Branch: perl
78            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
79 ____________________________________________________________________________
80 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
81         Log: Subject: [PATCH] ...while $var = glob(...)
82              From: Robin Houston <robin@kitsite.com> 
83              Date: Mon, 17 Dec 2001 15:51:54 +0000
84              Message-ID: <20011217155153.A311@robin.kitsite.com>
85      Branch: perl
86            ! op.c
87 ____________________________________________________________________________
88 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
89         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
90              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
91              Date: Mon, 17 Dec 2001 15:23:01 +0100
92              Message-ID: <20011217152301.A704@rafael>
93      Branch: perl
94            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
95 ____________________________________________________________________________
96 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
97         Log: The system() vs $SIG{ARLM} is no more a todo.
98      Branch: perl
99            ! t/op/alarm.t
100 ____________________________________________________________________________
101 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
102         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
103              From: Michael G Schwern <schwern@pobox.com>
104              Date: Sun, 16 Dec 2001 23:59:01 -0500
105              Message-ID: <20011217045901.GL17232@blackrider>
106      Branch: perl
107            + t/op/alarm.t
108            ! MANIFEST
109 ____________________________________________________________________________
110 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
111         Log: s/UNIX/Unix/
112      Branch: perl
113            ! MANIFEST
114 ____________________________________________________________________________
115 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
116         Log: Move ExtUtils tests to lib/ExtUtils/t.
117      Branch: perl
118            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
119            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
120            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
121            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
122            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
123            + lib/ExtUtils/t/testlib.t
124            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
125            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
126            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
127            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
128            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
129            ! MANIFEST
130 ____________________________________________________________________________
131 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
132         Log: Subject: [PATCH] MM_Unix tests, and some questions
133              From: Tels <perl_dummy@bloodgate.com>
134              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
135              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
136              
137              Subject: Re: [PATCH] MM_Unix tests, and some questions
138              From: Tels <perl_dummy@bloodgate.com>
139              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
140              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
141      Branch: perl
142            + lib/ExtUtils/MM_Unix.t
143            ! MANIFEST lib/ExtUtils/MM_Unix.pm
144 ____________________________________________________________________________
145 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
146         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
147              From: Michael G Schwern <schwern@pobox.com>
148              Date: Sun, 16 Dec 2001 17:53:55 -0500
149              Message-ID: <20011216225354.GE8900@blackrider>
150      Branch: perl
151            ! lib/ExtUtils/MM_Unix.pm
152 ____________________________________________________________________________
153 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
154         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
155              From: Michael G Schwern <schwern@pobox.com>                
156              Date: Sun, 16 Dec 2001 16:12:55 -0500
157              Message-ID: <20011216211255.GV8900@blackrider>
158      Branch: perl
159            ! ext/B/B/Deparse.pm
160 ____________________________________________________________________________
161 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
162         Log: Subject: [PATCH] Exporter.pm
163              From: Nicholas Clark <nick@ccl4.org>
164              Date: Sun, 16 Dec 2001 19:24:25 +0000
165              Message-ID: <20011216192425.R21702@plum.flirble.org>
166      Branch: perl
167            ! lib/Exporter.pm
168 ____________________________________________________________________________
169 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
170         Log: Subject: [PATCH] Exporter.t (and question)
171              From: Nicholas Clark <nick@ccl4.org>
172              Date: Sun, 16 Dec 2001 17:24:55 +0000
173              Message-ID: <20011216172455.P21702@plum.flirble.org>
174      Branch: perl
175            ! lib/Exporter.t
176 ____________________________________________________________________________
177 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
178         Log: Subject: Re: perl@13661
179              From: "John P. Linderman" <jpl@research.att.com>              
180              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
181              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
182      Branch: perl
183            ! pp_sort.c
184 ____________________________________________________________________________
185 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
186         Log: Subject: Will the real Unicode encoding please stand up?
187              From: Jeffrey Friedl <jfriedl@yahoo.com>
188              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
189              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
190      Branch: perl
191            ! pod/perluniintro.pod
192 ____________________________________________________________________________
193 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
194         Log: Integrate perlio; interruptable system().
195      Branch: perl
196           !> util.c
197 ____________________________________________________________________________
198 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
199         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
200              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
201              and characters beyond 0x10FFF should be disallowed, too,
202              but some tests would need changing, but more importantly some
203              APIs would need remodeling since one can easily generate such
204              characters either by bitwise complements, tr complements, or
205              v-strings.
206      Branch: perl
207            ! pod/perldiag.pod utf8.c
208 ____________________________________________________________________________
209 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
210         Log: Make surrogates illegal also on EBCDIC.
211      Branch: perl
212            ! utf8.c
213 ____________________________________________________________________________
214 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
215         Log: Subject: [patch @13687] Unicode::Collate 0.10
216              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
217              Date: Sun, 16 Dec 2001 21:22:12 +0900
218              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
219      Branch: perl
220            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
221            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
222 ____________________________________________________________________________
223 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
224         Log: More documentation for the encoding pragma.
225      Branch: perl
226            ! lib/encoding.pm
227 ____________________________________________________________________________
228 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
229         Log: Subject: [PATCH] lib/open.pm 
230              From: Jeffrey Friedl <jfriedl@yahoo.com>
231              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
232              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
233      Branch: perl
234            ! lib/open.pm
235 ____________________________________________________________________________
236 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
237         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
238              From: chromatic <chromatic@rmci.net>
239              Date: Sat, 15 Dec 2001 23:24:40 -0700
240              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
241      Branch: perl
242            + lib/ExtUtils/Installed.t
243            ! MANIFEST
244 ____________________________________________________________________________
245 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
246         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
247              From: Michael G Schwern <schwern@pobox.com>
248              Date: Sun, 16 Dec 2001 01:14:00 -0500
249              Message-ID: <20011216061400.GC8900@blackrider>
250      Branch: perl
251            ! lib/diagnostics.pm
252 ____________________________________________________________________________
253 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
254         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
255              From: Michael G Schwern <schwern@pobox.com>
256              Date: Sun, 16 Dec 2001 01:12:42 -0500
257              Message-ID: <20011216061242.GB8900@blackrider>
258      Branch: perl
259            ! t/test.pl
260 ____________________________________________________________________________
261 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
262         Log: I sometimes outsmart myself.
263      Branch: perl
264            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
265 ____________________________________________________________________________
266 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
267         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
268              From: Michael G Schwern <schwern@pobox.com>
269              Date: Sat, 15 Dec 2001 15:08:29 -0500
270              Message-ID: <20011215200829.GK1548@blackrider>
271      Branch: perl
272            ! lib/AutoSplit.pm
273 ____________________________________________________________________________
274 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
275         Log: perlunicode enchancements suggested by Jeffrey Friedl.
276      Branch: perl
277            ! pod/perlunicode.pod
278 ____________________________________________________________________________
279 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
280         Log: Subject: [PATCH] perlunicode.pod
281              From: Jeffrey Friedl <jfriedl@yahoo.com>
282              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
283              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
284      Branch: perl
285            ! pod/perlunicode.pod
286 ____________________________________________________________________________
287 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
288         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
289              From: Jeffrey Friedl <jfriedl@yahoo.com>
290              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
291              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
292      Branch: perl
293            ! lib/utf8_heavy.pl
294 ____________________________________________________________________________
295 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
296         Log: Can't create surrogates; so can't match them, either.
297      Branch: perl
298            ! pod/perlunicode.pod
299 ____________________________________________________________________________
300 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
301         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
302              From: Michael G Schwern <schwern@pobox.com>
303              Date: Sat, 15 Dec 2001 21:20:35 -0500
304              Message-ID: <20011216022035.GE5672@blackrider>
305      Branch: perl
306            ! t/test.pl
307 ____________________________________________________________________________
308 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
309         Log: Make creating UTF-8 surrogates a punishable act.
310      Branch: perl
311            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
312 ____________________________________________________________________________
313 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
314         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
315      Branch: perl
316            + lib/unicore/In/172.pl lib/unicore/In/173.pl
317            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
318            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
319            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
320            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
321            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
322 ____________________________________________________________________________
323 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
324         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
325              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
326              Date: Sat, 15 Dec 2001 23:21:43 +0100
327              Message-ID: <20011215232143.A11790@rafael>
328      Branch: perl
329            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
330 ____________________________________________________________________________
331 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
332         Log: Make charnames more robust.
333      Branch: perl
334            ! lib/charnames.pm
335 ____________________________________________________________________________
336 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
337         Log: The hoops one has to jump through.
338      Branch: perl
339            ! ext/I18N/Langinfo/Langinfo.pm
340 ____________________________________________________________________________
341 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
342         Log: Subject: [PATCH] perlstyle.pod nit on warnings
343              From: Autrijus Tang <autrijus@egb.elixus.org>
344              Date: Sat, 15 Dec 2001 04:24:34 -0800
345              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
346      Branch: perl
347            ! pod/perlstyle.pod
348 ____________________________________________________________________________
349 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
350         Log: I don't think we are in FooOS, Toto.
351      Branch: perl
352            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
353 ____________________________________________________________________________
354 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
355         Log: Subject: Re: Untested modules update:  There's more than we thought
356              From: chromatic <chromatic@rmci.net>
357              Date: Fri, 14 Dec 2001 17:20:24 -0700
358              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
359      Branch: perl
360            + lib/ExtUtils/MM_Cygwin.t
361            ! MANIFEST
362 ____________________________________________________________________________
363 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
364         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
365              From: Michael G Schwern <schwern@pobox.com> 
366              Date: Fri, 14 Dec 2001 20:59:42 -0500
367              Message-ID: <20011215015942.GF28596@blackrider>
368      Branch: perl
369            ! t/TEST
370 ____________________________________________________________________________
371 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
372         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
373              From: Michael G Schwern <schwern@pobox.com> 
374              Date: Fri, 14 Dec 2001 20:03:46 -0500
375              Message-ID: <20011215010346.GD28596@blackrider>
376      Branch: perl
377            + ext/B/t/bblock.t
378            ! MANIFEST
379 ____________________________________________________________________________
380 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
381         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
382              From: Michael G Schwern <schwern@pobox.com> 
383              Date: Fri, 14 Dec 2001 19:59:13 -0500
384              Message-ID: <20011215005913.GC28596@blackrider>
385      Branch: perl
386            ! ext/B/B/Bblock.pm
387 ____________________________________________________________________________
388 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
389         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
390              From: Michael G Schwern <schwern@pobox.com> 
391              Date: Fri, 14 Dec 2001 19:36:12 -0500
392              Message-ID: <20011215003611.GA28596@blackrider>
393      Branch: perl
394            + ext/B/t/asmdata.t
395            ! MANIFEST
396 ____________________________________________________________________________
397 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
398         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
399              From: Michael G Schwern <schwern@pobox.com> 
400              Date: Fri, 14 Dec 2001 19:14:14 -0500
401              Message-ID: <20011215001414.GA25077@blackrider>
402      Branch: perl
403            ! bytecode.pl ext/B/B/Asmdata.pm
404 ____________________________________________________________________________
405 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
406         Log: Permissions.
407      Branch: perl
408            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
409            ! ext/Devel/PPPort/module3.c
410 ____________________________________________________________________________
411 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
412         Log: Benchmark test from Nicholas Clark.
413      Branch: perl
414            + lib/Benchmark.t
415            ! MANIFEST lib/Benchmark.pm
416 ____________________________________________________________________________
417 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
418         Log: Mithing.
419      Branch: perl
420            + lib/Attribute/Handlers/demo/demo2.pl
421            + lib/Attribute/Handlers/demo/demo3.pl
422            + lib/Attribute/Handlers/demo/demo4.pl
423 ____________________________________________________________________________
424 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
425         Log: Silence compiler worries found by Schwern/Digital cc.
426      Branch: perl
427            ! perlio.c sv.c x2p/str.c
428 ____________________________________________________________________________
429 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
430         Log: User may not have a valid home directory even if
431              getpwuid() succedds.
432      Branch: perl
433            ! ext/File/Glob/t/basic.t
434 ____________________________________________________________________________
435 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
436         Log: Integrate with perlio.  (No changes, but that's okay.)
437      Branch: perl
438           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
439 ____________________________________________________________________________
440 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
441         Log: Add a Configure hints file for VOS: the POSIX support
442              of VOS is getting close to the point where it can run
443              Configure (some Configure tweaks will be required).
444      Branch: perl
445            + hints/vos.sh
446            ! MANIFEST
447 ____________________________________________________________________________
448 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
449         Log: Update Changes.
450      Branch: perl
451            ! Changes patchlevel.h
452 ____________________________________________________________________________
453 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
454         Log: Reintroduce Attribute::Handlers with Spider's fixes.
455      Branch: perl
456            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
457            + lib/Attribute/Handlers/README
458            + lib/Attribute/Handlers/demo/Demo.pm
459            + lib/Attribute/Handlers/demo/Descriptions.pm
460            + lib/Attribute/Handlers/demo/MyClass.pm
461            + lib/Attribute/Handlers/demo/demo.pl
462            + lib/Attribute/Handlers/demo/demo_call.pl
463            + lib/Attribute/Handlers/demo/demo_chain.pl
464            + lib/Attribute/Handlers/demo/demo_cycle.pl
465            + lib/Attribute/Handlers/demo/demo_hashdir.pl
466            + lib/Attribute/Handlers/demo/demo_phases.pl
467            + lib/Attribute/Handlers/demo/demo_range.pl
468            + lib/Attribute/Handlers/demo/demo_rawdata.pl
469            + lib/Attribute/Handlers/t/multi.t
470            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
471 ____________________________________________________________________________
472 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
473         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
474              From: Michael G Schwern <schwern@pobox.com> 
475              Date: Thu, 13 Dec 2001 19:27:08 -0500
476              Message-ID: <20011214002707.GA10532@blackrider>
477              
478              (reword the perlrun -t description a bit,
479              and move the Itaint_warn to the bottom of
480              the intrpvar.h for binary compatibility)
481      Branch: perl
482            + t/run/switcht.t
483            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
484            ! perlapi.h pod/perlrun.pod t/TEST taint.c
485 ____________________________________________________________________________
486 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
487         Log: Detypo.
488      Branch: perl
489            ! utf8.c
490 ____________________________________________________________________________
491 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
492         Log: Buffer overflow checks.
493      Branch: perl
494            ! utf8.c
495 ____________________________________________________________________________
496 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
497         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
498              From: Spider Boardman <spider@leggy.zk3.dec.com>
499              Date: Thu, 13 Dec 2001 15:32:51 -0500
500              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
501      Branch: perl
502            ! lib/ExtUtils/Embed.t
503 ____________________________________________________________________________
504 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
505         Log: More on the Unicode "line" definition.
506      Branch: perl
507            ! pod/perlunicode.pod
508 ____________________________________________________________________________
509 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
510         Log: Open-ended VERSION?
511      Branch: perl
512            ! lib/ExtUtils/Install.pm
513 ____________________________________________________________________________
514 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
515         Log: Subject: [PATCH] Better make distclean
516              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
517              Date: Thu, 13 Dec 2001 21:10:18 +0100
518              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
519      Branch: perl
520            ! Makefile.SH
521 ____________________________________________________________________________
522 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
523         Log: Remove Memoize::Saves as requested by mjd.
524      Branch: perl
525            - lib/Memoize/Saves.pm
526            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
527 ____________________________________________________________________________
528 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
529         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
530              From: Michael G Schwern <schwern@pobox.com>
531              Date: Tue, 11 Dec 2001 23:17:32 -0500
532              Message-ID: <20011212041732.GS17250@blackrider>
533      Branch: perl
534            ! lib/ExtUtils/Install.pm
535 ____________________________________________________________________________
536 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
537         Log: Subject: [PATCH] Re: use utf8; with bad utf8
538              From: Nicholas Clark <nick@ccl4.org>
539              Date: Thu, 13 Dec 2001 17:09:39 +0000
540              Message-ID: <20011213170939.L21702@plum.flirble.org>
541      Branch: perl
542            ! t/lib/1_compile.t
543 ____________________________________________________________________________
544 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
545         Log: Subject: (LONG!) Sort benchmarks and patch
546              From: "John P. Linderman" <jpl@research.att.com>
547              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
548              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
549      Branch: perl
550            ! pp_sort.c
551 ____________________________________________________________________________
552 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
553         Log: Unadorned numbers evil.
554      Branch: perl
555            ! pp.c regcomp.c regexec.c utf8.c utf8.h
556 ____________________________________________________________________________
557 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
558         Log: "preprocessing directive not recognized within macro arg"
559      Branch: perl
560            ! ext/Data/Dumper/Dumper.xs
561 ____________________________________________________________________________
562 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
563         Log: Subject: Clarifying the documentation of goto            
564              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
565              Date: Thu, 13 Dec 2001 08:57:38 -0500
566              Message-ID: <3C18BD8B@operamail.com>
567      Branch: perl
568            ! pod/perlfunc.pod
569 ____________________________________________________________________________
570 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
571         Log: It could be possible for the case-insensitive
572              Unicode-aware string comparison to wander off
573              to the la-la land.
574      Branch: perl
575            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
576            ! regexec.c utf8.c
577 ____________________________________________________________________________
578 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
579         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
580              From: Michael G Schwern <schwern@pobox.com> 
581              Date: Wed, 12 Dec 2001 21:53:46 -0500
582              Message-ID: <20011213025346.GH25129@blackrider>
583      Branch: perl
584            ! lib/Net/hostent.t t/op/stat.t t/test.pl
585 ____________________________________________________________________________
586 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
587         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
588              From: Michael G Schwern <schwern@pobox.com> 
589              Date: Wed, 12 Dec 2001 20:33:42 -0500
590              Message-ID: <20011213013342.GX25129@blackrider>
591      Branch: perl
592            ! t/io/fs.t
593 ____________________________________________________________________________
594 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
595         Log: Subject: Re: [PATCH] use utf8; tests
596              From: Nicholas Clark <nick@ccl4.org>
597              Date: Thu, 13 Dec 2001 00:16:58 +0000
598              Message-ID: <20011213001658.I21702@plum.flirble.org>
599      Branch: perl
600            ! lib/utf8.t
601 ____________________________________________________________________________
602 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
603         Log: EPOC fixes from Olaf Flebbe.
604      Branch: perl
605            ! README.epoc epoc/config.sh epoc/createpkg.pl
606            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
607 ____________________________________________________________________________
608 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
609         Log: Subject: [PATCH perl@13661] VMS test fix-ups
610              From: "Craig A. Berry" <craigberry@mac.com>
611              Date: Wed, 12 Dec 2001 16:27:48 -0600
612              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
613      Branch: perl
614            ! lib/Net/hostent.t t/io/fs.t
615 ____________________________________________________________________________
616 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
617         Log: Subject: Re: Next cygwin round.
618              From: "Gerrit P. Haase" <gp@familiehaase.de>
619              Date: Wed, 12 Dec 2001 21:59:00 +0100
620              Message-ID: <122343874595.20011212215900@familiehaase.de>
621      Branch: perl
622            ! t/io/fs.t
623 ____________________________________________________________________________
624 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
625         Log: Subject: [PATCH] use utf8; tests
626              From: Nicholas Clark <nick@ccl4.org>
627              Date: Wed, 12 Dec 2001 20:07:04 +0000
628              Message-ID: <20011212200704.E21702@plum.flirble.org>
629      Branch: perl
630            ! lib/utf8.t t/test.pl
631 ____________________________________________________________________________
632 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
633         Log: Update Changes.
634      Branch: perl
635            ! Changes patchlevel.h
636 ____________________________________________________________________________
637 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
638         Log: Subject: [PATCH] Passing in env to perl_parse did not work
639              From: Gisle Aas <gisle@ActiveState.com>
640              Date: 11 Dec 2001 20:52:57 -0800
641              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
642      Branch: perl
643            ! perl.c perl.h
644 ____________________________________________________________________________
645 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
646         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
647              mostly gcc -Wall complaining about the argument of %p not
648              being a void *.
649      Branch: perl
650            ! perlio.c regcomp.c taint.c toke.c
651 ____________________________________________________________________________
652 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
653         Log: Try YP/NIS also from /usr/lib/yp.
654      Branch: perl
655            ! Configure
656 ____________________________________________________________________________
657 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
658         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
659              From: Michael G Schwern <schwern@pobox.com>                
660              Date: Wed, 12 Dec 2001 05:27:02 -0500      
661              Message-ID: <20011212102702.GW17250@blackrider>
662              
663              (the op/grent part)
664      Branch: perl
665            ! t/op/grent.t
666 ____________________________________________________________________________
667 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
668         Log: Weed out .files from ls and readdir() results.
669      Branch: perl
670            ! t/op/stat.t
671 ____________________________________________________________________________
672 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
673         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
674              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
675              Date: Wed, 12 Dec 2001 10:52:21 +0100
676              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
677      Branch: perl
678            ! lib/File/Find.pm
679 ____________________________________________________________________________
680 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
681         Log: Subject: [PATCH] doio fatal on cygwin for 13651
682              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
683              Date: Wed, 12 Dec 2001 11:28:13 +0100      
684              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
685      Branch: perl
686            ! doio.c
687 ____________________________________________________________________________
688 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
689         Log: Get the whole line of ls, makes debugging easier
690              (from Schwern)
691      Branch: perl
692            ! t/op/stat.t
693 ____________________________________________________________________________
694 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
695         Log: rename() must be tested even without link()
696              or the utime() and rename-directory tests fail.
697              (Also got the BeOS utime atime/time the wrong way round.)
698      Branch: perl
699            ! t/io/fs.t
700 ____________________________________________________________________________
701 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
702         Log: Now that the beos.c is compiled at the main level
703              the header is in the beos/
704      Branch: perl
705            ! beos/beos.c
706 ____________________________________________________________________________
707 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
708         Log: Must remember to require Socket.
709      Branch: perl
710            ! ext/Sys/Syslog/syslog.t
711 ____________________________________________________________________________
712 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
713         Log: In BeOS Errno must resort to actual compilation
714              and execution for some of the error constants.
715      Branch: perl
716            ! ext/Errno/Errno_pm.PL
717 ____________________________________________________________________________
718 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
719         Log: BeOS still has no good sockets.
720      Branch: perl
721            ! ext/IO/lib/IO/t/io_sel.t
722 ____________________________________________________________________________
723 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
724         Log: BeOS sockets are not true sockets.
725      Branch: perl
726            ! ext/IO/lib/IO/t/io_poll.t
727 ____________________________________________________________________________
728 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
729         Log: No Socket, no Syslog.
730      Branch: perl
731            ! ext/Sys/Syslog/syslog.t
732 ____________________________________________________________________________
733 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
734         Log: (On some platforms) missing truncate FH.
735      Branch: perl
736            ! pod/perltodo.pod
737 ____________________________________________________________________________
738 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
739         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
740              and vms would be muchly appreciated.
741      Branch: perl
742            ! t/io/fs.t
743 ____________________________________________________________________________
744 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
745         Log: utime() updates only the mtime in BeOS. 
746      Branch: perl
747            ! pod/perlport.pod
748 ____________________________________________________________________________
749 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
750         Log: No link(), no need to dSP.
751      Branch: perl
752            ! pp_sys.c
753 ____________________________________________________________________________
754 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
755         Log: Missing argument.
756      Branch: perl
757            ! utf8.c
758 ____________________________________________________________________________
759 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
760         Log: (1) To assume any setuid programs is silly.
761              (2) Chaining tests with booleans means that some
762              of them may not get run which means getting out
763              of test count sync.
764      Branch: perl
765            ! t/op/stat.t
766 ____________________________________________________________________________
767 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
768         Log: The beos.c needs to be in the main directory.
769      Branch: perl
770            ! hints/beos.sh
771 ____________________________________________________________________________
772 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
773         Log: Detypo and rename.
774      Branch: perl
775            ! doio.c perl.h perlio.c perliol.h
776 ____________________________________________________________________________
777 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
778         Log: This time I test compiled.  Honest.
779      Branch: perl
780            ! beos/beos.c
781 ____________________________________________________________________________
782 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
783         Log: Subject: [PATCH] slightly more pack tests
784              From: Nicholas Clark <nick@ccl4.org>
785              Date: Tue, 11 Dec 2001 23:41:23 +0000
786              Message-ID: <20011211234123.Y21702@plum.flirble.org>
787      Branch: perl
788            ! t/op/pack.t
789 ____________________________________________________________________________
790 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
791         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
792              From: "Craig A. Berry" <craigberry@mac.com>
793              Date: Tue, 11 Dec 2001 16:39:13 -0600
794              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
795      Branch: perl
796            ! configure.com
797 ____________________________________________________________________________
798 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
799         Log: Subject: $Config{perlpath} and -Dversiononly
800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
801              Date: Tue, 11 Dec 2001 23:32:33 +0100
802              Message-ID: <20011211233233.A11587@rafael>
803      Branch: perl
804            ! Configure
805 ____________________________________________________________________________
806 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
807         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
808              From: Nicholas Clark <nick@ccl4.org>
809              Date: Tue, 11 Dec 2001 21:59:36 +0000
810              Message-ID: <20011211215935.W21702@plum.flirble.org>
811      Branch: perl
812            ! t/op/pack.t
813 ____________________________________________________________________________
814 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
815         Log: More UTF-8 API docs.
816      Branch: perl
817            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
818 ____________________________________________________________________________
819 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
820         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
821              From: Nicholas Clark <nick@ccl4.org>
822              Date: Tue, 11 Dec 2001 20:08:59 +0000
823              Message-ID: <20011211200859.S21702@plum.flirble.org>
824      Branch: perl
825            ! t/op/pack.t
826 ____________________________________________________________________________
827 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
828         Log: Subject: Re: use utf8; with bad utf8
829              From: Nicholas Clark <nick@ccl4.org>
830              Date: Tue, 11 Dec 2001 19:49:21 +0000
831              Message-ID: <20011211194921.R21702@plum.flirble.org>
832      Branch: perl
833            ! lib/utf8.t
834 ____________________________________________________________________________
835 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
836         Log: Can't spell worth a dam.  (Try Three Gorges.)
837      Branch: perl
838            ! beos/beos.c
839 ____________________________________________________________________________
840 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
841         Log: We need DWIM cpps.
842      Branch: perl
843            ! perlio.c
844 ____________________________________________________________________________
845 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
846         Log: The unixish.h needs to be found and the waitpid wrapper
847              could use a proto.
848      Branch: perl
849            ! beos/beosish.h
850 ____________________________________________________________________________
851 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
852         Log: The BeOS waitpid() seems to be broken,
853              have a wrapper for it.
854      Branch: perl
855            + beos/beos.c beos/beosish.h
856            ! MANIFEST hints/beos.sh perl.h
857 ____________________________________________________________________________
858 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
859         Log: Unlean the leaning tower of Babel.
860      Branch: perl
861            ! perl.h
862 ____________________________________________________________________________
863 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
864         Log: Retract #13607 until we figure out what to do with autouse.
865      Branch: perl
866            ! lib/Carp.pm
867 ____________________________________________________________________________
868 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
869         Log: Try to handle platforms that have O_TEXT != O_BINARY but
870              which are not DOSish, BeOS being one of such platforms.
871              Ideally this should be a Configure test, not a hardwired
872              cpp symbol test... 
873      Branch: perl
874            ! doio.c perl.h perlio.c perliol.h
875 ____________________________________________________________________________
876 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
877         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
878              From: Jonathan Stowe <gellyfish@gellyfish.com>
879              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
880              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
881      Branch: perl
882            ! lib/Term/Cap.pm lib/Term/Cap.t
883 ____________________________________________________________________________
884 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
885         Log: Subject: [patch perlio.c] test for NULL before derefencing
886              From: Stas Bekman <stas@stason.org>
887              Date: Tue, 11 Dec 2001 16:17:55 +0800
888              Message-ID: <3C15C133.8@stason.org>
889      Branch: perl
890            ! perlio.c
891 ____________________________________________________________________________
892 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
893         Log: BeOS has socket() but not enough to build a working Socket.
894              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
895              new networking implementation, which is rumored to fix the
896              non-standardness of sockets, but it's apparently not publicly
897              available, and anything to do with BeOS has become quite
898              complicated with the sale of the Be assets to Palm.)
899      Branch: perl
900            ! Configure
901 ____________________________________________________________________________
902 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
903         Log: Subject: Exporter's documentation shouldn't lie               
904              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
905              Date: Mon, 10 Dec 2001 21:30:20 -0500
906              Message-ID: <3C4AA201@operamail.com>
907      Branch: perl
908            ! lib/Exporter.pm
909 ____________________________________________________________________________
910 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
911         Log: Make Errno better in BeOS (the second hunk is
912              good on any platform).  Still not working in BeOS
913              are the E constants that refer BeOS native error
914              constants (B_...) which are enums (*groan*).
915      Branch: perl
916            ! ext/Errno/Errno_pm.PL
917 ____________________________________________________________________________
918 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
919         Log: The BeOS linker seems to link the last seen symbol,
920              not the first (so the symbols of op.o from libperl.so
921              would get linked to miniperl instead of the symbols of
922              opmini.o)-- use the same trick as for NeXT4 for linking
923              miniperl.
924      Branch: perl
925            ! Makefile.SH
926 ____________________________________________________________________________
927 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
928         Log: Subject: Re: [PATCH] tests for hash assignment
929              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
930              Date: Tue, 11 Dec 2001 01:48:55 +0000
931              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
932      Branch: perl
933            ! utf8.c
934 ____________________________________________________________________________
935 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
936         Log: (retracted by #13622)
937              
938              Subject: RE: More verbose POD for Carp
939              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
940              Date: Mon, 10 Dec 2001 20:23:20 -0500
941              Message-ID: <3C4A3566@operamail.com>
942      Branch: perl
943            ! lib/Carp.pm
944 ____________________________________________________________________________
945 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
946         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
947              From: "Craig A. Berry" <craigberry@mac.com>
948              Date: Mon, 10 Dec 2001 18:25:37 -0600
949              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
950      Branch: perl
951            ! t/op/write.t t/test.pl
952 ____________________________________________________________________________
953 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
954         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
955              From: Michael G Schwern <schwern@pobox.com>
956              Date: Mon, 10 Dec 2001 08:00:01 -0500
957              Message-ID: <20011210130000.GK1770@blackrider>
958      Branch: perl
959            ! t/comp/multiline.t
960 ____________________________________________________________________________
961 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
962         Log: Subject: Re: [PATCH] tests for hash assignment
963              From: Nicholas Clark <nick@ccl4.org>
964              Date: Mon, 10 Dec 2001 23:22:28 +0000
965              Message-ID: <20011210232228.M21702@plum.flirble.org>
966      Branch: perl
967            + t/op/hashassign.t
968            ! MANIFEST t/op/each.t t/test.pl
969 ____________________________________________________________________________
970 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
971         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
972              From: "Craig A. Berry" <craigberry@mac.com>
973              Date: Mon, 10 Dec 2001 16:38:14 -0600
974              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
975      Branch: perl
976            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
977 ____________________________________________________________________________
978 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
979         Log: Subject: [PATCH perl@13600] configure.com fixes
980              From: "Craig A. Berry" <craigberry@mac.com>
981              Date: Mon, 10 Dec 2001 14:40:20 -0600
982              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
983      Branch: perl
984            ! configure.com
985 ____________________________________________________________________________
986 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
987         Log: Silence BeOS compilation moaning.
988      Branch: perl
989            ! perl.h
990 ____________________________________________________________________________
991 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
992         Log: Update Changes.
993      Branch: perl
994            ! Changes patchlevel.h
995 ____________________________________________________________________________
996 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
997         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
998              From: Michael G Schwern <schwern@pobox.com>
999              Date: Mon, 10 Dec 2001 01:21:03 -0500
1000              Message-ID: <20011210062103.GC1770@blackrider>
1001      Branch: perl
1002            ! lib/ExtUtils/Command.t
1003 ____________________________________________________________________________
1004 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
1005         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
1006              From: Michael G Schwern <schwern@pobox.com>
1007              Date: Mon, 10 Dec 2001 01:10:57 -0500
1008              Message-ID: <20011210061057.GB1770@blackrider>
1009      Branch: perl
1010            ! t/op/groups.t
1011 ____________________________________________________________________________
1012 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
1013         Log: Retract #13596, #13593 should do the trick.
1014      Branch: perl
1015            ! t/op/stat.t
1016 ____________________________________________________________________________
1017 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
1018         Log: (retracted by #13597, #13593 does the job better)
1019              
1020              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
1021              From: Michael G Schwern <schwern@pobox.com>
1022              Date: Mon, 10 Dec 2001 00:53:16 -0500
1023              Message-ID: <20011210055316.GA1770@blackrider>
1024      Branch: perl
1025            ! t/op/stat.t
1026 ____________________________________________________________________________
1027 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
1028         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
1029              From: Michael G Schwern <schwern@pobox.com> 
1030              Date: Mon, 10 Dec 2001 02:19:14 -0500
1031              Message-ID: <20011210071914.GF1770@blackrider>
1032      Branch: perl
1033            ! lib/AutoSplit.t
1034 ____________________________________________________________________________
1035 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
1036         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
1037              From: Michael G Schwern <schwern@pobox.com>
1038              Date: Mon, 10 Dec 2001 02:47:40 -0500
1039              Message-ID: <20011210074739.GH1770@blackrider>
1040      Branch: perl
1041            ! t/op/pack.t
1042 ____________________________________________________________________________
1043 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
1044         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
1045              From: Michael G Schwern <schwern@pobox.com>
1046              Date: Mon, 10 Dec 2001 02:54:22 -0500
1047              Message-ID: <20011210075422.GI1770@blackrider>
1048      Branch: perl
1049            ! t/test.pl
1050 ____________________________________________________________________________
1051 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
1052         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
1053              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1054              Date: Mon, 10 Dec 2001 08:45:20 +0100
1055              Message-ID: <3C146810.60B5B7C0@alcatel.at>
1056      Branch: perl
1057            ! pp_pack.c
1058 ____________________________________________________________________________
1059 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
1060         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
1061              From: Michael G Schwern <schwern@pobox.com>
1062              Date: Mon, 10 Dec 2001 03:27:02 -0500
1063              Message-ID: <20011210082702.GN1770@blackrider>
1064      Branch: perl
1065            ! t/io/openpid.t
1066 ____________________________________________________________________________
1067 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
1068         Log: More chmod +w.
1069      Branch: perl
1070            ! Porting/makerel
1071 ____________________________________________________________________________
1072 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
1073         Log: Just skip the readability test if running as root.
1074      Branch: perl
1075            ! lib/Net/t/netrc.t
1076 ____________________________________________________________________________
1077 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
1078         Log: Tell about the downside of safe signals.
1079      Branch: perl
1080            ! pod/perldelta.pod
1081 ____________________________________________________________________________
1082 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
1083         Log: Make the whole -lperl thing NetBSD only until we
1084              find some other platform that needs the same.
1085      Branch: perl
1086            ! lib/ExtUtils/MM_Unix.pm
1087 ____________________________________________________________________________
1088 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
1089         Log: Subject: [PATCH t/op/pack.t] Cleanup
1090              From: Michael G Schwern <schwern@pobox.com> 
1091              Date: Sun, 9 Dec 2001 23:08:26 -0500
1092              Message-ID: <20011210040826.GD660@blackrider>
1093      Branch: perl
1094            ! t/op/pack.t
1095 ____________________________________________________________________________
1096 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
1097         Log: Add threads support for NetBSD.
1098              
1099              This is also the first (I think) Perl threads build with
1100              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
1101              NetBSD does not as of yet have true kernel POSIX threads,
1102              but the user-level pth seems to be doing pretty well--
1103              the only failure is that threads/t/basic okays 6 and 7
1104              consistently seem be arriving in the reverse order.
1105              Well, gdbm.t is also failing: 'Undefined PLT symbol
1106              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
1107              guessing that GDBM would need a threaded rebuild.
1108      Branch: perl
1109            ! hints/netbsd.sh
1110 ____________________________________________________________________________
1111 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
1112         Log: Update the ithreads selection info in Configure,
1113              as suggested by Michael Schwern.
1114      Branch: perl
1115            ! Configure
1116 ____________________________________________________________________________
1117 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
1118         Log: Clearing locale environment simply doesn't seem to
1119              guarantee that (nl_)langinfo(CODESET) would return nil.
1120              (I for example get "ISO8859-1", so <guess>maybe there can
1121              be per-system default settings at work</guess>.)
1122      Branch: perl
1123            ! lib/open.t
1124 ____________________________________________________________________________
1125 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
1126         Log: Subject: RE: Exporter fixes reversed in 13540?
1127              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
1128              Date: Sun, 9 Dec 2001 12:55:15 -0500
1129              Message-ID: <3C13F455@operamail.com>
1130      Branch: perl
1131            ! lib/open.pm
1132 ____________________________________________________________________________
1133 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
1134         Log: Root is the lizard king.
1135      Branch: perl
1136            ! lib/Net/t/netrc.t
1137 ____________________________________________________________________________
1138 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
1139         Log: Telling how many tests we are expecting helps.
1140      Branch: perl
1141            ! ext/POSIX/t/waitpid.t
1142 ____________________________________________________________________________
1143 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
1144         Log: Add a test case for waitpid(): from Rocco Caputo.
1145      Branch: perl
1146            + ext/POSIX/t/waitpid.t
1147            ! MANIFEST
1148 ____________________________________________________________________________
1149 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
1150         Log: Subject: [PATCH] Term::ReadLine tweaks and test
1151              From: Richard Clamp <richardc@unixbeard.net>
1152              Date: Mon, 10 Dec 2001 00:51:47 +0000
1153              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
1154      Branch: perl
1155            + lib/Term/ReadLine.t
1156            ! MANIFEST lib/Term/ReadLine.pm
1157 ____________________________________________________________________________
1158 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
1159         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
1160              From: Rocco Caputo <troc@netrus.net>
1161              Date: Sun, 9 Dec 2001 18:12:38 -0500
1162              Message-ID: <20011209181238.A803@eyrie.homenet>
1163      Branch: perl
1164            ! win32/win32.c
1165 ____________________________________________________________________________
1166 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
1167         Log: make sure that va_start() has matching va_end();
1168              from OpenBSD 3.0.
1169      Branch: perl
1170            ! x2p/util.c
1171 ____________________________________________________________________________
1172 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
1173         Log: h2ph updates from OpenBSD 3.0.
1174      Branch: perl
1175            ! utils/h2ph.PL
1176 ____________________________________________________________________________
1177 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
1178         Log: OpenBSD hints update from OpenBSD 3.0.
1179      Branch: perl
1180            ! hints/openbsd.sh
1181 ____________________________________________________________________________
1182 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
1183         Log: DJGPP tweaks from Laszlo Molnar.
1184      Branch: perl
1185            ! djgpp/config.over lib/File/Find/t/find.t
1186            ! lib/File/Find/t/taint.t t/pod/find.t
1187 ____________________________________________________________________________
1188 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
1189         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
1190              From: Michael G Schwern <schwern@pobox.com> 
1191              Date: Sun, 9 Dec 2001 19:28:12 -0500
1192              Message-ID: <20011210002812.GF13586@blackrider>
1193      Branch: perl
1194            ! README.cygwin
1195 ____________________________________________________________________________
1196 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
1197         Log: README.cygwin update from Gerrit P. Haase.
1198      Branch: perl
1199            ! README.cygwin
1200 ____________________________________________________________________________
1201 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
1202         Log: Apply NetBSD patch-ag: shared/static linking,
1203              but make the change less intrusive on non-NetBSD.
1204      Branch: perl
1205            ! lib/ExtUtils/MM_Unix.pm
1206 ____________________________________________________________________________
1207 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
1208         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
1209      Branch: perl
1210            ! lib/ExtUtils/Liblist.pm
1211 ____________________________________________________________________________
1212 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
1213         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
1214      Branch: perl
1215            ! regcomp.c
1216 ____________________________________________________________________________
1217 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
1218         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
1219      Branch: perl
1220            ! pp.c
1221 ____________________________________________________________________________
1222 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
1223         Log: Apply NetBSD patch-ac.
1224              (the fix has already been done: change #9706, fully qualified
1225              pathnames in packlists)
1226      Branch: perl
1227            ! lib/ExtUtils/Install.pm
1228 ____________________________________________________________________________
1229 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
1230         Log: Apply NetBSD patch-ab: NetBSD hints update.
1231      Branch: perl
1232            ! hints/netbsd.sh
1233 ____________________________________________________________________________
1234 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
1235         Log: NetBSD has <ieeefp.h> but hidden.
1236      Branch: perl
1237            ! hints/netbsd.sh
1238 ____________________________________________________________________________
1239 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
1240         Log: Implement NetBSD patch-aa.
1241      Branch: perl
1242            ! Configure
1243 ____________________________________________________________________________
1244 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
1245         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
1246              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
1247              Date: Sun, 09 Dec 2001 13:40:58 +0100
1248              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
1249              
1250              (The lstat()s were there in 5.6.1: what happened to them?)
1251      Branch: perl
1252            ! lib/File/Find.pm
1253 ____________________________________________________________________________
1254 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
1255         Log: Quickie documentation of the C UTF-8 API.
1256      Branch: perl
1257            ! pod/perlunicode.pod
1258 ____________________________________________________________________________
1259 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
1260         Log: Subject: bleadperl on cygwin weirdness...
1261              From: "Gerrit P. Haase" <gp@familiehaase.de>
1262              Date: Sun, 9 Dec 2001 20:31:28 +0100
1263              Message-ID: <13779422183.20011209203128@familiehaase.de>          
1264              
1265              (plus libperl*.dll version portability tweaks)
1266      Branch: perl
1267            ! lib/ExtUtils/Embed.t
1268 ____________________________________________________________________________
1269 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
1270         Log: Instead of muting symbol export error if under eval,
1271              delay the errors until the croak().
1272              
1273              (replaces #13408)
1274      Branch: perl
1275            ! lib/Exporter/Heavy.pm
1276 ____________________________________________________________________________
1277 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
1278         Log: Basegroup 0 is a cygwin_nt thing.
1279      Branch: perl
1280            ! t/op/groups.t
1281 ____________________________________________________________________________
1282 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
1283         Log: Also WinME is LoseLink.
1284      Branch: perl
1285            ! t/op/stat.t
1286 ____________________________________________________________________________
1287 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
1288         Log: Forgotten checkin.
1289      Branch: perl
1290            ! lib/User/grent.t
1291 ____________________________________________________________________________
1292 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
1293         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
1294              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1295              Date: Sun, 09 Dec 2001 13:45:06 +0100
1296              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
1297      Branch: perl
1298            ! lib/File/Find.pm
1299 ____________________________________________________________________________
1300 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
1301         Log: Tweakback.
1302      Branch: perl
1303            ! lib/Net/hostent.t
1304 ____________________________________________________________________________
1305 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
1306         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
1307              From: Michael G Schwern <schwern@pobox.com>
1308              Date: Sat, 8 Dec 2001 14:48:38 -0500
1309              Message-ID: <20011208194838.GA8650@blackrider>
1310      Branch: perl
1311            ! t/op/grent.t
1312 ____________________________________________________________________________
1313 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
1314         Log: Subject: [README.cygwin] Removing old expected test failures
1315              From: Michael G Schwern <schwern@pobox.com>
1316              Date: Sat, 8 Dec 2001 15:38:28 -0500
1317              Message-ID: <20011208203828.GB9017@blackrider>
1318      Branch: perl
1319            ! README.cygwin
1320 ____________________________________________________________________________
1321 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
1322         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
1323              From: Michael G Schwern <schwern@pobox.com>                
1324              Date: Sat, 8 Dec 2001 15:26:59 -0500
1325              Message-ID: <20011208202659.GA9017@blackrider> 
1326      Branch: perl
1327            ! lib/Net/hostent.t
1328 ____________________________________________________________________________
1329 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
1330         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
1331              From: Michael G Schwern <schwern@pobox.com> 
1332              Date: Sat, 8 Dec 2001 15:06:16 -0500
1333              Message-ID: <20011208200616.GA8915@blackrider>
1334      Branch: perl
1335            ! t/op/stat.t
1336 ____________________________________________________________________________
1337 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
1338         Log: Developer deprecations and an incompatibility.
1339      Branch: perl
1340            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
1341 ____________________________________________________________________________
1342 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
1343         Log: Shoo.
1344      Branch: perl
1345            - lib/Attribute/Handlers.pm
1346 ____________________________________________________________________________
1347 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
1348         Log: Remove Attribute::Handlers, as per Damian's request.
1349              (Because of fixing the my variables to be now handled
1350              in run-time, the whole internals of the A::H needs to
1351              be rewritten and Damian will not have time for that
1352              for months.)
1353      Branch: perl
1354            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1355            - lib/Attribute/Handlers/demo/Demo.pm
1356            - lib/Attribute/Handlers/demo/Descriptions.pm
1357            - lib/Attribute/Handlers/demo/MyClass.pm
1358            - lib/Attribute/Handlers/demo/demo.pl
1359            - lib/Attribute/Handlers/demo/demo2.pl
1360            - lib/Attribute/Handlers/demo/demo3.pl
1361            - lib/Attribute/Handlers/demo/demo4.pl
1362            - lib/Attribute/Handlers/demo/demo_call.pl
1363            - lib/Attribute/Handlers/demo/demo_chain.pl
1364            - lib/Attribute/Handlers/demo/demo_cycle.pl
1365            - lib/Attribute/Handlers/demo/demo_hashdir.pl
1366            - lib/Attribute/Handlers/demo/demo_phases.pl
1367            - lib/Attribute/Handlers/demo/demo_range.pl
1368            - lib/Attribute/Handlers/demo/demo_rawdata.pl
1369            - lib/Attribute/Handlers/t/multi.t
1370            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
1371            ! pod/perlmodlib.pod pod/perltoc.pod
1372 ____________________________________________________________________________
1373 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
1374         Log: Subject: Re: attributes are broken
1375              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1376              Date: Sun, 09 Dec 2001 00:09:23 -0500
1377              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
1378      Branch: perl
1379            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
1380            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
1381            ! xsutils.c
1382 ____________________________________________________________________________
1383 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
1384         Log: Forgotten checkin.
1385      Branch: perl
1386            ! lib/Pod/Text.pm
1387 ____________________________________________________________________________
1388 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
1389         Log: uconfig.h update.
1390      Branch: perl
1391            ! uconfig.h
1392 ____________________________________________________________________________
1393 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
1394         Log: Update Changes.
1395      Branch: perl
1396            ! Changes patchlevel.h
1397 ____________________________________________________________________________
1398 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
1399         Log: Note that some of the Unicode features are
1400              dependent on perlio.
1401      Branch: perl
1402            ! pod/perluniintro.pod
1403 ____________________________________________________________________________
1404 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
1405         Log: Regen perlapi, regen toc.
1406      Branch: perl
1407            ! pod/perlapi.pod pod/perltoc.pod
1408 ____________________________________________________________________________
1409 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
1410         Log: FAQ sync.
1411      Branch: perl
1412            ! pod/perlfaq4.pod pod/perlfaq6.pod
1413 ____________________________________________________________________________
1414 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
1415         Log: Subject: [PATCH] Fix odd language in an sv.c comment
1416              From: coral@eekeek.org
1417              Date: Sat, 8 Dec 2001 12:19:39 -0500
1418              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
1419      Branch: perl
1420            ! sv.c
1421 ____________________________________________________________________________
1422 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
1423         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
1424              From: Michael G Schwern <schwern@pobox.com>
1425              Date: Fri, 7 Dec 2001 20:03:45 -0500
1426              Message-ID: <20011208010345.GD642@blackrider>
1427              
1428              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
1429              From: Michael G Schwern <schwern@pobox.com>
1430              Date: Fri, 7 Dec 2001 20:13:54 -0500
1431              Message-ID: <20011208011354.GE642@blackrider>
1432              
1433              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
1434              From: Michael G Schwern <schwern@pobox.com>
1435              Date: Fri, 7 Dec 2001 21:47:36 -0500
1436              Message-ID: <20011208024736.GH642@blackrider>
1437              
1438              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
1439              From: Michael G Schwern <schwern@pobox.com>
1440              Date: Fri, 7 Dec 2001 23:09:43 -0500
1441              Message-ID: <20011208040943.GK642@blackrider>
1442              
1443              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
1444              Message-Id: <a05101004b83754903506@[172.16.52.1]>
1445              Date: Fri, 7 Dec 2001 23:28:15 -0600
1446              From: "Craig A. Berry" <craigberry@mac.com>
1447      Branch: perl
1448            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
1449 ____________________________________________________________________________
1450 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
1451         Log: Integrate perlio.
1452      Branch: perl
1453           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
1454           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
1455 ____________________________________________________________________________
1456 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
1457         Log: Retract #11156 since Sarathy has found that it breaks code:
1458              http://bugs.ActiveState.com/show_bug.cgi?id=18457
1459              http://bugs.ActiveState.com/show_bug.cgi?id=18858
1460      Branch: perl
1461            ! op.c sv.c t/op/pos.t
1462 ____________________________________________________________________________
1463 [ 13532] By: nick                                  on 2001/12/08  14:11:12
1464         Log: Integrate mainline
1465      Branch: perlio
1466           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
1467           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
1468 ____________________________________________________________________________
1469 [ 13531] By: nick                                  on 2001/12/08  13:48:21
1470         Log: Tweak multi-arg open error messages
1471      Branch: perlio
1472            ! perlio.c
1473 ____________________________________________________________________________
1474 [ 13530] By: nick                                  on 2001/12/08  10:20:06
1475         Log: Allow multi-arg open() if opening layer declares this legal.
1476      Branch: perlio
1477            ! doio.c perlio.c perliol.h
1478 ____________________________________________________________________________
1479 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
1480         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
1481              From: Michael G Schwern <schwern@pobox.com>       
1482              Date: Fri, 7 Dec 2001 19:41:31 -0500
1483              Message-ID: <20011208004131.GC642@blackrider>
1484      Branch: perl
1485            ! t/run/switches.t t/test.pl
1486 ____________________________________________________________________________
1487 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
1488         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
1489              From: Michael G Schwern <schwern@pobox.com>       
1490              Date: Fri, 7 Dec 2001 19:12:44 -0500
1491              Message-ID: <20011208001244.GB642@blackrider>
1492      Branch: perl
1493            ! t/op/stat.t
1494 ____________________________________________________________________________
1495 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
1496         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
1497              From: Michael G Schwern <schwern@pobox.com>
1498              Date: Fri, 7 Dec 2001 17:28:57 -0500
1499              Message-ID: <20011207222857.GI23210@blackrider>
1500      Branch: perl
1501            ! t/op/magic.t
1502 ____________________________________________________________________________
1503 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
1504         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
1505      Branch: perl
1506            ! t/test.pl
1507 ____________________________________________________________________________
1508 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
1509         Log: which_perl: delay as much a possible till runtime.
1510      Branch: perl
1511            ! t/test.pl
1512 ____________________________________________________________________________
1513 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
1514         Log: Further tweakage to which_perl().
1515      Branch: perl
1516            ! t/test.pl
1517 ____________________________________________________________________________
1518 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
1519         Log: perluniintro tweaks.
1520      Branch: perl
1521            ! pod/perluniintro.pod
1522 ____________________________________________________________________________
1523 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
1524         Log: Tweak the $Perl computation.
1525      Branch: perl
1526            ! t/test.pl
1527 ____________________________________________________________________________
1528 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
1529         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
1530              From: Nicholas Clark <nick@ccl4.org>
1531              Date: Fri, 7 Dec 2001 17:06:56 +0000
1532              Message-ID: <20011207170656.G21702@plum.flirble.org>
1533      Branch: perl
1534            ! doop.c t/op/chop.t
1535 ____________________________________________________________________________
1536 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
1537         Log: Update Changes.
1538      Branch: perl
1539            ! Changes patchlevel.h
1540 ____________________________________________________________________________
1541 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
1542         Log: Missing ).
1543      Branch: perl
1544            ! t/test.pl
1545 ____________________________________________________________________________
1546 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
1547         Log: Allow several arguments to display().
1548      Branch: perl
1549            ! t/test.pl
1550 ____________________________________________________________________________
1551 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
1552         Log: /dev/stdout could be either a character special file
1553              or a named pipe, so let's pretend it doesn't exist.
1554      Branch: perl
1555            ! t/op/stat.t
1556 ____________________________________________________________________________
1557 [ 13516] By: nick                                  on 2001/12/07  15:09:23
1558         Log: Integrate again - can I catch up ?
1559      Branch: perlio
1560           !> t/test.pl
1561 ____________________________________________________________________________
1562 [ 13515] By: nick                                  on 2001/12/07  15:08:17
1563         Log: Integrate mainline some more
1564      Branch: perlio
1565           !> README.hpux hints/linux.sh pod/perlfunc.pod
1566 ____________________________________________________________________________
1567 [ 13514] By: nick                                  on 2001/12/07  15:07:15
1568         Log: Integrate mainline
1569      Branch: perlio
1570           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
1571           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
1572           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
1573           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
1574           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
1575           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
1576           +> t/lib/Math/BigInt/BareCalc.pm
1577            - ext/Devel/PPPort/harness/Harness.pm
1578            - ext/Devel/PPPort/harness/Harness.xs
1579            - ext/Devel/PPPort/harness/Makefile.PL
1580            - ext/Devel/PPPort/harness/module2.c
1581            - ext/Devel/PPPort/harness/module3.c
1582            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
1583            - lib/File/Spec/Functions.t
1584           !> (integrate 103 files)
1585 ____________________________________________________________________________
1586 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
1587         Log: Add display() for displaying icky scalars.
1588      Branch: perl
1589            ! t/test.pl
1590 ____________________________________________________________________________
1591 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
1592         Log: Subject: [ID 20011207.001] documentation bug for waitpid
1593              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
1594              Date: Fri, 7 Dec 2001 12:44:56 +0100
1595              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
1596      Branch: perl
1597            ! pod/perlfunc.pod
1598 ____________________________________________________________________________
1599 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
1600         Log: gcc version matching didn't.
1601      Branch: perl
1602            ! hints/linux.sh
1603 ____________________________________________________________________________
1604 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
1605         Log: Subject: HP renamed their servers              
1606              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1607              Date: Fri, 07 Dec 2001 12:07:22 +0100
1608              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
1609      Branch: perl
1610            ! README.hpux
1611 ____________________________________________________________________________
1612 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
1613         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
1614              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1615              Date: Fri, 7 Dec 2001 00:24:55 -0500
1616              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
1617      Branch: perl
1618            ! pod/perlport.pod
1619 ____________________________________________________________________________
1620 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
1621         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
1622              From: Michael G Schwern <schwern@pobox.com> 
1623              Date: Thu, 6 Dec 2001 22:56:34 -0500
1624              Message-ID: <20011207035634.GO22648@blackrider>
1625      Branch: perl
1626            ! t/base/lex.t t/op/exec.t
1627 ____________________________________________________________________________
1628 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
1629         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
1630              From: Michael G Schwern <schwern@pobox.com>
1631              Date: Thu, 6 Dec 2001 22:45:44 -0500
1632              Message-ID: <20011207034544.GN22648@blackrider>
1633              
1634              (plus op/ref tweak)
1635      Branch: perl
1636            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
1637            ! t/run/kill_perl.t t/test.pl
1638 ____________________________________________________________________________
1639 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
1640         Log: Upgrade to Math::BigInt 1.48.
1641      Branch: perl
1642            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
1643            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1644            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1645            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1646            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1647            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1648            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1649 ____________________________________________________________________________
1650 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
1651         Log: Mention also perl56delta in case somone is upgrading from
1652              Perl 5.005_03.
1653      Branch: perl
1654            ! pod/perldelta.pod
1655 ____________________________________________________________________________
1656 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
1657         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
1658              From: Michael G Schwern <schwern@pobox.com>
1659              Date: Thu, 6 Dec 2001 15:15:28 -0500
1660              Message-ID: <20011206201528.GF16414@blackrider>
1661              
1662              (just the term.t, not the lex.t)
1663              
1664              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
1665              From: Michael G Schwern <schwern@pobox.com>
1666              Date: Thu, 6 Dec 2001 15:22:22 -0500
1667              Message-ID: <20011206202222.GG16414@blackrider>
1668              
1669              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
1670              From: Michael G Schwern <schwern@pobox.com>
1671              Date: Thu, 6 Dec 2001 15:31:58 -0500
1672              Message-ID: <20011206203158.GI16414@blackrider>
1673              
1674              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
1675              From: Michael G Schwern <schwern@pobox.com>
1676              Date: Thu, 6 Dec 2001 17:38:55 -0500
1677              Message-ID: <20011206223855.GC22648@blackrider>
1678      Branch: perl
1679            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
1680            ! t/test.pl
1681 ____________________________________________________________________________
1682 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
1683         Log: Update the thr5005 situation.
1684      Branch: perl
1685            ! pod/perldelta.pod
1686 ____________________________________________________________________________
1687 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
1688         Log: perldelta borrowings from perl561delta.
1689      Branch: perl
1690            ! pod/perldelta.pod
1691 ____________________________________________________________________________
1692 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
1693         Log: Add the 5.6.1 perldelta as perl561delta.
1694              (Makes it easier to steal stuff for perldelta :-)
1695      Branch: perl
1696            + pod/perl561delta.pod
1697            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1698 ____________________________________________________________________________
1699 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
1700         Log: Retract #13496 for now.
1701      Branch: perl
1702            ! t/base/lex.t t/base/term.t
1703 ____________________________________________________________________________
1704 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
1705         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
1706              From: "Craig A. Berry" <craigberry@mac.com>
1707              Date: Thu, 6 Dec 2001 14:54:36 -0600
1708              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
1709      Branch: perl
1710            ! vms/ext/filespec.t
1711 ____________________________________________________________________________
1712 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
1713         Log: (retracted by #13499)
1714              
1715              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
1716              From: Michael G Schwern <schwern@pobox.com>
1717              Date: Thu, 6 Dec 2001 15:15:28 -0500
1718              Message-ID: <20011206201528.GF16414@blackrider>
1719      Branch: perl
1720            ! t/base/lex.t t/base/term.t
1721 ____________________________________________________________________________
1722 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
1723         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
1724              From: Michael G Schwern <schwern@pobox.com>
1725              Date: Thu, 6 Dec 2001 13:54:48 -0500
1726              Message-ID: <20011206185448.GC16414@blackrider>
1727      Branch: perl
1728            ! t/op/stat.t
1729 ____________________________________________________________________________
1730 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
1731         Log: The #4 has nothing to do with Unicode.
1732      Branch: perl
1733            ! t/op/tr.t
1734 ____________________________________________________________________________
1735 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
1736         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
1737              From: Michael G Schwern <schwern@pobox.com>
1738              Date: Thu, 6 Dec 2001 13:45:48 -0500
1739              Message-ID: <20011206184548.GB16414@blackrider>
1740      Branch: perl
1741            ! t/op/tr.t
1742 ____________________________________________________________________________
1743 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
1744         Log: Update Changes.
1745      Branch: perl
1746            ! Changes patchlevel.h
1747 ____________________________________________________________________________
1748 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
1749         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
1750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1751              Date: Thu, 6 Dec 2001 11:41:25 EST
1752              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
1753      Branch: perl
1754            ! vms/vms.c vms/vmsish.h
1755 ____________________________________________________________________________
1756 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
1757         Log: Subject: [PATCH] Re: weirdness in regexps
1758              From: Robin Houston <robin@kitsite.com> 
1759              Date: Thu, 6 Dec 2001 14:44:01 +0000
1760              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
1761      Branch: perl
1762            ! op.c t/lib/strict/subs
1763 ____________________________________________________________________________
1764 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
1765         Log: Make the -b -c -S tests count all of the /dev, not just
1766              check the first one, as suggested by Benjamin Goldberg.
1767      Branch: perl
1768            ! t/op/stat.t
1769 ____________________________________________________________________________
1770 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
1771         Log: Subject: Re: [PATCH: bleadperl] casefold backref
1772              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1773              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
1774              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
1775      Branch: perl
1776            ! regexec.c
1777 ____________________________________________________________________________
1778 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
1779         Log: Nits noticed by Philip Newton, and de-tab DB.t.
1780      Branch: perl
1781            ! lib/DB.t
1782 ____________________________________________________________________________
1783 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
1784         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
1785              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1786              Date: 6 Dec 2001 11:06:01 -0000
1787              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
1788      Branch: perl
1789            ! op.c t/op/tr.t
1790 ____________________________________________________________________________
1791 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
1792         Log: Subject: [PATCH: bleadperl] casefold backref
1793              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1794              Date: Wed, 05 Dec 2001 17:27:05 +0000
1795              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
1796      Branch: perl
1797            ! regexec.c t/op/re_tests
1798 ____________________________________________________________________________
1799 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
1800         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
1801              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1802              Date: Wed, 5 Dec 2001 22:34:53 EST
1803              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
1804      Branch: perl
1805            ! mg.c vms/vms.c vms/vmsish.h
1806 ____________________________________________________________________________
1807 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
1808         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
1809              From: Michael G Schwern <schwern@pobox.com>
1810              Date: Wed, 5 Dec 2001 19:52:58 -0500
1811              Message-ID: <20011205195257.A903@blackrider>
1812      Branch: perl
1813            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
1814            + lib/File/Spec/t/rel2abs2rel.t
1815            - lib/File/Spec.t lib/File/Spec/Functions.t
1816            ! MANIFEST
1817 ____________________________________________________________________________
1818 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
1819         Log: Subject: Re: Silly stat() portability questions                
1820              From: Benjamin Goldberg <goldbb2@earthlink.net>
1821              Date: Wed, 05 Dec 2001 22:52:35 -0500
1822              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
1823      Branch: perl
1824            ! pod/perlport.pod
1825 ____________________________________________________________________________
1826 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
1827         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
1828              From: "Craig A. Berry" <craigberry@mac.com>
1829              Date: Wed, 05 Dec 2001 16:41:59 -0600
1830              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
1831      Branch: perl
1832            ! README.vms configure.com lib/File/Spec/VMS.pm
1833            ! vms/ext/filespec.t
1834 ____________________________________________________________________________
1835 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
1836         Log: $apply->('club', $glibc_maintainers);
1837              
1838              (Nick Clark just reported that <langinfo.h> YESSTR
1839              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
1840      Branch: perl
1841            ! ext/I18N/Langinfo/Langinfo.t
1842 ____________________________________________________________________________
1843 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
1844         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
1845      Branch: perl
1846            ! pod/perlport.pod
1847 ____________________________________________________________________________
1848 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
1849         Log: tweak change#13474 (pad entries can apparently be null in some
1850              situations)
1851      Branch: maint-5.6/perl
1852            ! op.c
1853 ____________________________________________________________________________
1854 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
1855         Log: Restore the /dev -b -c -S part of the test.
1856      Branch: perl
1857            ! t/op/stat.t
1858 ____________________________________________________________________________
1859 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
1860         Log: Retract #13475 until Arthur gets back to the mine.
1861      Branch: perl
1862            ! op.c t/run/kill_perl.t
1863 ____________________________________________________________________________
1864 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
1865         Log: (retracted by #13476)
1866              
1867              Manually apply #13474; fixes stale reference to dead
1868              CvOUTSIDE(); this can happen when anonymous subroutines
1869              that aren't closures are returned from an eval""
1870              
1871              (threads/shared/sv_refs.t is coredump-unhappy about this change)
1872      Branch: perl
1873            ! op.c t/run/kill_perl.t
1874 ____________________________________________________________________________
1875 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
1876         Log: replacement for change#10451
1877              
1878              fixes stale reference to dead CvOUTSIDE(); this can happen when
1879              anonymous subroutines that aren't closures are returned from an
1880              eval""
1881      Branch: maint-5.6/perl
1882            ! op.c t/op/misc.t
1883 ____________________________________________________________________________
1884 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
1885         Log: revert change#10451,10472; it was a naive fix that simply
1886              reintroduced the memory leak!
1887      Branch: maint-5.6/perl
1888            ! op.c t/op/misc.t
1889 ____________________________________________________________________________
1890 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
1891         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
1892              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1893              Date: Wed, 05 Dec 2001 10:49:20 +0100
1894              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
1895      Branch: perl
1896            ! lib/File/Basename.pm lib/File/Basename.t
1897 ____________________________________________________________________________
1898 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
1899         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
1900              From: Michael G Schwern <schwern@pobox.com> 
1901              Date: Wed, 5 Dec 2001 02:47:59 -0500
1902              Message-ID: <20011205024759.H14333@blackrider>
1903      Branch: perl
1904            ! t/op/magic.t
1905 ____________________________________________________________________________
1906 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
1907         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
1908              From: Michael G Schwern <schwern@pobox.com>              
1909              Date: Wed, 5 Dec 2001 02:22:05 -0500
1910              Message-ID: <20011205022205.F14333@blackrider>
1911      Branch: perl
1912            ! t/op/stat.t vms/test.com
1913 ____________________________________________________________________________
1914 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
1915         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
1916              From: Michael G Schwern <schwern@pobox.com> 
1917              Date: Tue, 4 Dec 2001 23:40:10 -0500
1918              Message-ID: <20011204234010.B14333@blackrider>
1919      Branch: perl
1920            ! t/op/stat.t
1921 ____________________________________________________________________________
1922 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
1923         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
1924              From: Michael G Schwern <schwern@pobox.com> 
1925              Date: Tue, 4 Dec 2001 21:09:18 -0500           
1926              Message-ID: <20011204210918.D13279@blackrider>
1927              
1928              t/test.
1929      Branch: perl
1930            ! t/test.pl
1931 ____________________________________________________________________________
1932 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
1933         Log: (accidentally empty check-in)
1934      Branch: perl
1935            ! t/op/stat.t
1936 ____________________________________________________________________________
1937 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
1938         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
1939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1940              Date: Tue, 04 Dec 2001 23:40:27 +0100
1941              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
1942      Branch: perl
1943            ! mg.c
1944 ____________________________________________________________________________
1945 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
1946         Log: Subject: [PATCH] minor pod fix in Safe.pm
1947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1948              Date: Tue, 4 Dec 2001 22:02:34 +0100
1949              Message-ID: <20011204220234.A17293@rafael>
1950      Branch: perl
1951            ! ext/Opcode/Safe.pm
1952 ____________________________________________________________________________
1953 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
1954         Log: CRLF GRRR.
1955      Branch: perl
1956            ! djgpp/configure.bat
1957 ____________________________________________________________________________
1958 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
1959         Log: DJGPP fixes from Laszlo Molnar.
1960      Branch: perl
1961            ! djgpp/configure.bat djgpp/djgpp.h
1962 ____________________________________________________________________________
1963 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
1964         Log: Update Changes.
1965      Branch: perl
1966            ! Changes patchlevel.h
1967 ____________________________________________________________________________
1968 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
1969         Log: Must wipe out the memory of real Socket before starting
1970              to use the new fake one.
1971      Branch: perl
1972            ! lib/Net/t/config.t
1973 ____________________________________________________________________________
1974 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
1975         Log: LC_ALL might trump LANG.
1976      Branch: perl
1977            ! lib/open.t
1978 ____________________________________________________________________________
1979 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
1980         Log: Make the eval runtime.
1981      Branch: perl
1982            ! lib/open.pm
1983 ____________________________________________________________________________
1984 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
1985         Log: Make the Langinfo test both more lenient (allow
1986              for any symbol not to exists) and stricter (add
1987              more symbols).
1988      Branch: perl
1989            ! ext/I18N/Langinfo/Langinfo.t
1990 ____________________________________________________________________________
1991 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
1992         Log: integrate change#13453 from maint-5.6
1993              
1994              tweak change#11399 to use an explicit flag rather than
1995              ass_u_ming w32_pseudo_id will only be zero for the real
1996              toplevel interpreter; avoids multiple hosts from diddling
1997              the environment at the same time
1998      Branch: perl
1999           !> win32/perlhost.h
2000 ____________________________________________________________________________
2001 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
2002         Log: Subject: [PATCH] VMS update for perldelta.pod
2003              From: "Craig A. Berry" <craigberry@mac.com> 
2004              Date: Tue, 4 Dec 2001 00:23:12 -0600
2005              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
2006      Branch: perl
2007            ! pod/perldelta.pod
2008 ____________________________________________________________________________
2009 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
2010         Log: NetWare tweak from Ananth Kesari.
2011      Branch: perl
2012            ! NetWare/Makefile
2013 ____________________________________________________________________________
2014 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
2015         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
2016              Not adding the test suite because of its many assumptions.
2017      Branch: perl
2018            ! lib/Net/Ping.pm
2019 ____________________________________________________________________________
2020 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
2021         Log: tweak change#11399 to use an explicit flag rather than
2022              ass_u_ming w32_pseudo_id will only be zero for the real
2023              toplevel interpreter; avoids multiple hosts from diddling
2024              the environment at the same time
2025      Branch: maint-5.6/perl
2026            ! win32/perlhost.h
2027 ____________________________________________________________________________
2028 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
2029         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
2030              from Len Makin.
2031      Branch: perl
2032            + hints/super-ux.sh
2033            ! MANIFEST
2034 ____________________________________________________________________________
2035 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
2036         Log: Add Mac OS X known failures to perldelta.
2037      Branch: perl
2038            ! pod/perldelta.pod
2039 ____________________________________________________________________________
2040 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
2041         Log: I think it's time to call the utf8 code non-test.
2042      Branch: perl
2043            ! utf8.c
2044 ____________________________________________________________________________
2045 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
2046         Log: Retract #13303, need rethink.
2047      Branch: perl
2048            ! utf8.c
2049 ____________________________________________________________________________
2050 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
2051         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
2052              From: "Craig A. Berry" <craigberry@mac.com>
2053              Date: Mon, 03 Dec 2001 16:28:06 -0600
2054              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
2055      Branch: perl
2056            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
2057 ____________________________________________________________________________
2058 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
2059         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
2060              From: Andy Dougherty <doughera@lafayette.edu>
2061              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
2062              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
2063      Branch: perl
2064            ! hints/solaris_2.sh
2065 ____________________________________________________________________________
2066 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
2067         Log: This test is not very robust on 8.3-constrained systems:
2068              all the "with truncated name" lines between "Autosplitting ..."
2069              and "some names are not unique" lines are unexpected,
2070              and the truncation message becomes:
2071              testtest.al, testtest.al truncate to testtest 
2072      Branch: perl
2073            ! lib/AutoSplit.t
2074 ____________________________________________________________________________
2075 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
2076         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
2077      Branch: perl
2078            ! ext/I18N/Langinfo/Langinfo.t
2079 ____________________________________________________________________________
2080 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
2081         Log: Test::Morify UCD.t
2082      Branch: perl
2083            ! lib/Unicode/UCD.t
2084 ____________________________________________________________________________
2085 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
2086         Log: If Socket has not been built (e.g. DJGPP) the libnet
2087              tests fall over with (too) much noise.
2088      Branch: perl
2089            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
2090            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
2091            ! lib/Net/t/smtp.t lib/Net/t/time.t
2092 ____________________________________________________________________________
2093 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
2094         Log: Subject: [PATCH] shared hash keys and ++/--
2095              From: Nicholas Clark <nick@ccl4.org>
2096              Date: Mon, 3 Dec 2001 16:37:16 +0000
2097              Message-ID: <20011203163716.C21702@plum.flirble.org>
2098      Branch: perl
2099            ! pp.c pp_hot.c sv.c t/op/inc.t
2100 ____________________________________________________________________________
2101 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
2102         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
2103              From: Jonathan Stowe <jns@gellyfish.com>
2104              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
2105              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
2106      Branch: perl
2107            ! lib/Term/Cap.pm
2108 ____________________________________________________________________________
2109 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
2110         Log: Update Changes.
2111      Branch: perl
2112            ! Changes patchlevel.h
2113 ____________________________________________________________________________
2114 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
2115         Log: perldelta tweaks.
2116      Branch: perl
2117            ! pod/perldelta.pod
2118 ____________________________________________________________________________
2119 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
2120         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
2121              From: Sam Tregar <sam@tregar.com> 
2122              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
2123              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
2124      Branch: perl
2125            ! pod/perlnewmod.pod
2126 ____________________________________________________________________________
2127 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
2128         Log: microperl casting nit.
2129      Branch: perl
2130            ! utf8.c
2131 ____________________________________________________________________________
2132 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
2133         Log: Make sharepvn a macro since all it does is a deref.
2134      Branch: perl
2135            ! embed.h embed.pl global.sym hv.c hv.h proto.h
2136 ____________________________________________________________________________
2137 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
2138         Log: perldelta updates.
2139      Branch: perl
2140            ! pod/perldelta.pod
2141 ____________________________________________________________________________
2142 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
2143         Log: PPPort update from Paul Marquess.
2144      Branch: perl
2145            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
2146            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
2147            + ext/Devel/PPPort/t/test.t
2148            - ext/Devel/PPPort/harness/Harness.pm
2149            - ext/Devel/PPPort/harness/Harness.xs
2150            - ext/Devel/PPPort/harness/Makefile.PL
2151            - ext/Devel/PPPort/harness/module2.c
2152            - ext/Devel/PPPort/harness/module3.c
2153            - ext/Devel/PPPort/harness/t/test.t
2154            ! MANIFEST ext/Devel/PPPort/MANIFEST
2155            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
2156            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
2157            ! ext/Devel/PPPort/soak
2158 ____________________________________________________________________________
2159 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
2160         Log: No use talking about dynamic library search patch
2161              unless we are having a dynamic build.
2162      Branch: perl
2163            ! t/TEST
2164 ____________________________________________________________________________
2165 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
2166         Log: Be more explicit on the List::Util build trick,
2167              should also stop unneeded rebuilds on static builds.
2168      Branch: perl
2169            ! ext/List/Util/Makefile.PL
2170 ____________________________________________________________________________
2171 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
2172         Log: We need to replace the optimize (-O1) with
2173              the -h scalar0 -h vector0, not append them
2174              to the ccflags.
2175      Branch: perl
2176            ! hints/unicos.sh hints/unicosmk.sh
2177 ____________________________________________________________________________
2178 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
2179         Log: Subject: [PATCH] Shared hash keys 
2180              From: Nicholas Clark <nick@ccl4.org>
2181              Date: Sun, 2 Dec 2001 20:52:32 +0000
2182              Message-ID: <20011202205232.U21702@plum.flirble.org>
2183      Branch: perl
2184            ! doop.c t/op/tr.t
2185 ____________________________________________________________________________
2186 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
2187         Log: Better add new files to MANIFEST, too.
2188      Branch: perl
2189            ! MANIFEST
2190 ____________________________________________________________________________
2191 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
2192         Log: Subject: {PATCH] perlpacktut.pod
2193              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
2194              Date: Sun, 02 Dec 2001 19:55:06 +0100
2195              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
2196      Branch: perl
2197            ! pod/perlpacktut.pod
2198 ____________________________________________________________________________
2199 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
2200         Log: Various small nits found by DJGPP build.
2201      Branch: perl
2202            ! doio.c mg.c pp.c util.c
2203 ____________________________________________________________________________
2204 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
2205         Log: Subject: RE: More verbose POD for Carp
2206              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2207              Date: Sun, 2 Dec 2001 11:32:51 -0500
2208              Message-ID: <3C0A9748@operamail.com>
2209      Branch: perl
2210            ! lib/Carp.pm
2211 ____________________________________________________________________________
2212 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
2213         Log: Add a header for DJGPP with the function prototypes.
2214      Branch: perl
2215            + djgpp/djgpp.h
2216            ! MANIFEST djgpp/djgpp.c
2217 ____________________________________________________________________________
2218 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
2219         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
2220              From: Abe Timmerman <abe@ztreet.demon.nl>
2221              Date: Sun, 02 Dec 2001 02:41:25 +0100
2222              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
2223      Branch: perl
2224            ! pp_sys.c
2225 ____________________________________________________________________________
2226 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
2227         Log: There isn't PTR2INT(), there's PTR2IV().
2228      Branch: perl
2229            ! ext/Time/HiRes/HiRes.xs
2230 ____________________________________________________________________________
2231 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
2232         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
2233              From: Marc Lehmann <root@schmorp.de>
2234              Date: Sun, 02 Dec 2001 02:44:53 +0100
2235              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
2236      Branch: perl
2237            ! ext/Time/HiRes/HiRes.xs
2238 ____________________________________________________________________________
2239 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
2240         Log: encode()/decode() examples.
2241      Branch: perl
2242            ! ext/Encode/Encode.pm
2243 ____________________________________________________________________________
2244 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
2245         Log: DJGPP tweaks from Laszlo Molnar.
2246      Branch: perl
2247            ! djgpp/config.over djgpp/djgppsed.sh
2248 ____________________________________________________________________________
2249 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
2250         Log: Update Changes.
2251      Branch: perl
2252            ! Changes patchlevel.h
2253 ____________________________________________________________________________
2254 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
2255         Log: Integrate perlio;
2256              
2257              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
2258              which do not have file descriptors. Noticed a possibly
2259              worse problem in the process ...
2260      Branch: perl
2261           !> doio.c
2262 ____________________________________________________________________________
2263 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
2264         Log: Non-VMS-fixed and Win32-skipped version of
2265              
2266              Subject: [PATCH t/op/exec.t] Portabilty fix 
2267              From: Michael G Schwern <schwern@pobox.com> 
2268              Date: Fri, 30 Nov 2001 16:09:27 -0500
2269              Message-ID: <20011130160927.A10406@blackrider>
2270      Branch: perl
2271            ! t/op/exec.t
2272 ____________________________________________________________________________
2273 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
2274         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
2275              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2276              Date: Sat, 1 Dec 2001 07:01:09 -0500
2277              Message-ID: <3C0D2E39@operamail.com>
2278              
2279              Subject: More verbose POD for Carp
2280              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2281              Date: Sat, 1 Dec 2001 08:04:16 -0500
2282              Message-ID: <3C285C2B@operamail.com>
2283      Branch: perl
2284            ! lib/Carp.pm lib/Carp/Heavy.pm
2285 ____________________________________________________________________________
2286 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
2287         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
2288              From: chromatic <chromatic@rmci.net>
2289              Date: Sat, 01 Dec 2001 12:41:58 -0700
2290              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
2291      Branch: perl
2292            ! lib/DB.t
2293 ____________________________________________________________________________
2294 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
2295         Log: Try to make a missing RADIXCHAR a softer kinder error.
2296      Branch: perl
2297            ! ext/I18N/Langinfo/Langinfo.t
2298 ____________________________________________________________________________
2299 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
2300         Log: Have a little faith on nl_langinfo() itself.
2301      Branch: perl
2302            ! ext/I18N/Langinfo/Langinfo.xs
2303 ____________________________________________________________________________
2304 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
2305         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
2306              the max, not max plus one)
2307      Branch: perl
2308            ! ext/I18N/Langinfo/Langinfo.xs
2309 ____________________________________________________________________________
2310 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
2311         Log: Make reality agree with the comment.
2312      Branch: perl
2313            ! ext/I18N/Langinfo/Langinfo.xs
2314 ____________________________________________________________________________
2315 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
2316         Log: Try to protect against wild langinfo() arguments.
2317      Branch: perl
2318            ! ext/I18N/Langinfo/Langinfo.xs
2319 ____________________________________________________________________________
2320 [ 13409] By: nick                                  on 2001/12/01  18:19:59
2321         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
2322              have file descriptors. Noticed a possibly worse problem in the process ...
2323      Branch: perlio
2324            ! doio.c
2325 ____________________________________________________________________________
2326 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
2327         Log: If we are inside an eval, let's be silent about
2328              separate symbols and just croak() in the end.
2329      Branch: perl
2330            ! lib/Exporter/Heavy.pm
2331 ____________________________________________________________________________
2332 [ 13407] By: nick                                  on 2001/12/01  17:14:05
2333         Log: Integrate mainline
2334      Branch: perlio
2335           !> (integrate 26 files)
2336 ____________________________________________________________________________
2337 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
2338         Log: Subject: Fix for Exporter error reporting behaviour
2339              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2340              Date: Sat, 1 Dec 2001 06:34:48 -0500
2341              Message-ID: <3C0D1B9A@operamail.com>
2342      Branch: perl
2343            ! lib/Exporter.pm lib/Exporter/Heavy.pm
2344 ____________________________________________________________________________
2345 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
2346         Log: Need to hide behind an eval to avoid a warning
2347              about :utf8 on non-perlio configs.
2348      Branch: perl
2349            ! lib/open.t
2350 ____________________________________________________________________________
2351 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
2352         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
2353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2354              Date: Fri, 30 Nov 2001 23:46:58 +0100
2355              Message-ID: <20011130234658.A717@rafael>
2356      Branch: perl
2357            ! op.c t/op/method.t
2358 ____________________________________________________________________________
2359 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
2360         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
2361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2362              Date: Thu, 29 Nov 2001 22:46:12 +0100
2363              Message-ID: <20011129224612.A699@rafael>
2364      Branch: perl
2365            ! ext/B/B/Xref.pm
2366 ____________________________________________________________________________
2367 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
2368         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
2369              From: Tels <perl_dummy@bloodgate.com>
2370              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
2371              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
2372      Branch: perl
2373            ! pod/perlfunc.pod
2374 ____________________________________________________________________________
2375 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
2376         Log: Subject: [REPATCH] reference pointer comparison
2377              From: Nicholas Clark <nick@ccl4.org>
2378              Date: Sat, 1 Dec 2001 13:00:17 +0000
2379              Message-ID: <20011201130017.I21702@plum.flirble.org>
2380      Branch: perl
2381            ! pp.c
2382 ____________________________________________________________________________
2383 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
2384         Log: Upgrade to Storable 1.0.14.
2385      Branch: perl
2386            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2387 ____________________________________________________________________________
2388 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
2389         Log: Add simple caches for ::viacode() and ::vianame().
2390      Branch: perl
2391            ! lib/charnames.pm lib/charnames.t
2392 ____________________________________________________________________________
2393 [ 13398] By: nick                                  on 2001/12/01  10:36:24
2394         Log: Integrate mainline.
2395      Branch: perlio
2396           +> (branch 44 files)
2397            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2398            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2399            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
2400           !> (integrate 250 files)
2401 ____________________________________________________________________________
2402 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
2403         Log: Regen toc and modlib.
2404      Branch: perl
2405            ! pod/perlmodlib.pod pod/perltoc.pod
2406 ____________________________________________________________________________
2407 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
2408         Log: Upgrade to podlators-1.18.
2409      Branch: perl
2410            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
2411 ____________________________________________________________________________
2412 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
2413         Log: -h scalar0 -h vector0 seems to help for both
2414              UNICOS and UNICOS/mk on the unpack %65c problems.
2415              
2416              (replaces #13393)
2417      Branch: perl
2418            ! hints/unicos.sh hints/unicosmk.sh
2419 ____________________________________________________________________________
2420 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
2421         Log: More Socket constants.
2422      Branch: perl
2423            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
2424 ____________________________________________________________________________
2425 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
2426         Log: (replaced by #13395)
2427      Branch: perl
2428            ! hints/unicosmk.sh
2429 ____________________________________________________________________________
2430 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
2431         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
2432              From: Andy Dougherty <doughera@lafayette.edu>
2433              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
2434              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
2435              
2436              Simplify the test skippage criterion now that we are
2437              no more dependent on sed.
2438      Branch: perl
2439            ! t/comp/cpp.t t/run/switchPx.t
2440 ____________________________________________________________________________
2441 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
2442         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
2443              From: Michael G Schwern <schwern@pobox.com>
2444              Date: Fri, 30 Nov 2001 11:48:44 -0500
2445              Message-ID: <20011130114844.C1303@blackrider>
2446              
2447              (replaces #13381)
2448      Branch: perl
2449            ! t/op/stat.t
2450 ____________________________________________________________________________
2451 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
2452         Log: Let's not assume how much memory has been allocated
2453              to PVs.
2454      Branch: perl
2455            ! ext/Devel/Peek/Peek.t
2456 ____________________________________________________________________________
2457 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
2458         Log: VOS needs to know the modules, including pp_sort.
2459      Branch: perl
2460            ! vos/perl.bind
2461 ____________________________________________________________________________
2462 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
2463         Log: Unused variables.
2464      Branch: perl
2465            ! ext/Unicode/Normalize/Normalize.xs
2466 ____________________________________________________________________________
2467 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
2468         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
2469              From: John Peacock <jpeacock@rowman.com>     
2470              Date: Fri, 30 Nov 2001 10:24:00 -0500        
2471              Message-ID: <3C07A490.A22A76B0@rowman.com>   
2472      Branch: perl
2473            ! lib/ExtUtils/Embed.t
2474 ____________________________________________________________________________
2475 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
2476         Log: Tweak for the VOS building script from Paul Green.
2477      Branch: perl
2478            ! vos/configure_perl.cm
2479 ____________________________________________________________________________
2480 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
2481         Log: Update Changes.
2482      Branch: perl
2483            ! Changes patchlevel.h
2484 ____________________________________________________________________________
2485 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
2486         Log: Cannot test if cppstdin has not yet been installed.
2487      Branch: perl
2488            ! t/run/switchPx.t
2489 ____________________________________________________________________________
2490 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
2491         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
2492              From: Michael G Schwern <schwern@pobox.com> 
2493              Date: Thu, 29 Nov 2001 22:05:11 -0500
2494              Message-ID: <20011129220510.A18869@blackrider>
2495              
2496              TODO 1: if cppstdin is used and not yet installed,
2497              the Px.t will fail (must do the same as in cpp.t)
2498              
2499              TODO 2: does this work if no Perl whatsoever has
2500              yet been installed?  That is, we should be using
2501              the Perl we are building to execute the one-liner.
2502      Branch: perl
2503            + t/run/switchPx.aux t/run/switchPx.t
2504            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
2505            ! vms/test.com
2506 ____________________________________________________________________________
2507 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
2508         Log: Upgrade to Unicode::Normalize 0.12.
2509      Branch: perl
2510            ! ext/Unicode/Normalize/Changes
2511            ! ext/Unicode/Normalize/Normalize.pm
2512            ! ext/Unicode/Normalize/Normalize.xs
2513            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2514            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
2515            ! ext/Unicode/Normalize/t/test.t
2516 ____________________________________________________________________________
2517 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
2518         Log: (replaced by #13391)
2519              
2520              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
2521              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
2522              Date: 30 Nov 2001 11:41:53 -0000             
2523              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
2524              
2525              No need to die if we have high-paranoia (non-chdirable)
2526              system directories.
2527      Branch: perl
2528            ! t/op/stat.t
2529 ____________________________________________________________________________
2530 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
2531         Log: Paragraph rewrapping.
2532      Branch: perl
2533            ! pod/perliol.pod
2534 ____________________________________________________________________________
2535 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
2536         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
2537              From: Stas Bekman <stas@stason.org>
2538              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
2539              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
2540      Branch: perl
2541            ! pod/perliol.pod
2542 ____________________________________________________________________________
2543 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
2544         Log: Whether select() gets restarted on signals is
2545              implementation dependent.
2546      Branch: perl
2547            ! ext/Time/HiRes/HiRes.t
2548 ____________________________________________________________________________
2549 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
2550         Log: More forgotten checkins.
2551      Branch: perl
2552            ! embed.h embed.pl proto.h
2553 ____________________________________________________________________________
2554 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
2555         Log: Add a note about folding vs lowercase.
2556      Branch: perl
2557            ! regexec.c
2558 ____________________________________________________________________________
2559 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
2560         Log: Use to_uni_fold (and add changed global.sym)
2561      Branch: perl
2562            ! global.sym utf8.c
2563 ____________________________________________________________________________
2564 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
2565         Log: Make to Unicode character functions to use UVs
2566              instead of U32s and add to_uni_fold().
2567      Branch: perl
2568            ! embed.pl proto.h utf8.c
2569 ____________________________________________________________________________
2570 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
2571         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
2572              From: Nicholas Clark <nick@ccl4.org>
2573              Date: Thu, 29 Nov 2001 22:47:32 +0000
2574              Message-ID: <20011129224732.W37621@plum.flirble.org>
2575      Branch: perl
2576            ! pod/perlpacktut.pod
2577 ____________________________________________________________________________
2578 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
2579         Log: README.vos updates from Paul Green.
2580      Branch: perl
2581            ! README.vos
2582 ____________________________________________________________________________
2583 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
2584         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
2585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2586              Date: Thu, 29 Nov 2001 14:18:51 EST
2587              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
2588      Branch: perl
2589            ! mg.c vms/vms.c vms/vmsish.h
2590 ____________________________________________________________________________
2591 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
2592         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
2593              From: Michael G Schwern <schwern@pobox.com>
2594              Date: Thu, 29 Nov 2001 13:12:31 -0500
2595              Message-ID: <20011129131231.E11300@blackrider>
2596      Branch: perl
2597            ! README.vms
2598 ____________________________________________________________________________
2599 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
2600         Log: BGET_IV was missing.
2601      Branch: perl
2602            ! ext/ByteLoader/bytecode.h
2603 ____________________________________________________________________________
2604 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
2605         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
2606              From: Jonathan Stowe <gellyfish@gellyfish.com>
2607              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
2608              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
2609      Branch: perl
2610            ! lib/Term/Cap.pm
2611 ____________________________________________________________________________
2612 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
2613         Log: Porting/checkURL.pl was missing.
2614      Branch: perl
2615            ! MANIFEST
2616 ____________________________________________________________________________
2617 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
2618         Log: Subject: INSTALL and READMEs should be reviewed
2619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2620              Date: Thu, 29 Nov 2001 16:49:36 +0100
2621              Message-ID: <20011129164936.A17492@rafael>         
2622      Branch: perl
2623            ! README.cygwin
2624 ____________________________________________________________________________
2625 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
2626         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
2627              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
2628              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
2629              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
2630      Branch: perl
2631            ! README.os390
2632 ____________________________________________________________________________
2633 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
2634         Log: Update Changes.
2635      Branch: perl
2636            ! Changes patchlevel.h
2637 ____________________________________________________________________________
2638 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
2639         Log: The changes to the curliffed files didn't stick in #13348.
2640      Branch: perl
2641            ! README.dos README.win32
2642 ____________________________________________________________________________
2643 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
2644         Log: Subject: Re: Found the rev where File::Glob broke
2645              From: Andy Dougherty <doughera@lafayette.edu>
2646              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
2647              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
2648      Branch: perl
2649            ! lib/ExtUtils/MM_Unix.pm
2650 ____________________________________________________________________________
2651 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
2652         Log: Use __DATA__ instead of __END__.
2653      Branch: perl
2654            ! lib/Term/Cap.pm
2655 ____________________________________________________________________________
2656 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
2657         Log: Subject: [PATCH toke.c] autosplit into @F fix
2658              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2659              Date: Thu, 29 Nov 2001 14:52:23 +0100
2660              Message-ID: <20011129145223.A25817@rafael>         
2661      Branch: perl
2662            ! toke.c
2663 ____________________________________________________________________________
2664 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
2665         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
2666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2667              Date: Thu, 29 Nov 2001 15:48:15 +0100
2668              Message-ID: <20011129154815.C25817@rafael>         
2669      Branch: perl
2670            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
2671 ____________________________________________________________________________
2672 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
2673         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
2674              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2675              Date: Wed, 28 Nov 2001 20:35:29 +0100
2676              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
2677      Branch: perl
2678            ! pod/perlpacktut.pod
2679 ____________________________________________________________________________
2680 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
2681         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
2682              From: Stas Bekman <stas@stason.org>
2683              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
2684              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
2685              
2686              (with tweaks)
2687      Branch: perl
2688            ! pod/perlapio.pod
2689 ____________________________________________________________________________
2690 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
2691         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
2692              From: Tels <perl_dummy@bloodgate.com>
2693              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
2694              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
2695              
2696              (plus paragraph rewrapping)
2697      Branch: perl
2698            ! lib/Exporter.pm
2699 ____________________________________________________________________________
2700 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
2701         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
2702              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
2703              Date: Wed, 28 Nov 2001 21:47:59 +0000
2704              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
2705      Branch: perl
2706            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
2707 ____________________________________________________________________________
2708 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
2709         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
2710              From: Andy Dougherty <doughera@lafayette.edu>
2711              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
2712              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
2713      Branch: perl
2714            ! INSTALL ext/Time/HiRes/HiRes.t
2715 ____________________________________________________________________________
2716 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
2717         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
2718              From: Michael G Schwern <schwern@pobox.com> 
2719              Date: Wed, 28 Nov 2001 16:37:01 -0500
2720              Message-ID: <20011128163701.H676@blackrider>
2721      Branch: perl
2722            ! t/run/kill_perl.t
2723 ____________________________________________________________________________
2724 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
2725         Log: @INC tweak.
2726      Branch: perl
2727            ! t/op/ref.t
2728 ____________________________________________________________________________
2729 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
2730         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
2731              From: Nicholas Clark <nick@ccl4.org>
2732              Date: Wed, 28 Nov 2001 23:38:43 +0000
2733              Message-ID: <20011128233843.N37621@plum.flirble.org>  
2734      Branch: perl
2735            ! installman
2736 ____________________________________________________________________________
2737 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
2738         Log: Tweak the forking logic.
2739      Branch: perl
2740            ! Porting/checkURL.pl
2741 ____________________________________________________________________________
2742 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
2743         Log: Update perlmodlib.PL as per #13348.  The L<> got
2744              changed back because that is coming from ParseLink.pm.
2745      Branch: perl
2746            ! pod/perlmodlib.PL pod/perlmodlib.pod
2747 ____________________________________________________________________________
2748 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
2749         Log: URL fixups from Michael Schwern.
2750      Branch: perl
2751            ! README.cygwin README.dos README.hpux README.mint README.mpeix
2752            ! README.os390 README.qnx README.solaris README.vos README.win32
2753            ! pod/perlmodlib.pod
2754 ____________________________________________________________________________
2755 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
2756         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
2757              From: Barrie Slaymaker <barries@slaysys.com>
2758              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
2759              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
2760      Branch: perl
2761            ! lib/Exporter.pm
2762 ____________________________________________________________________________
2763 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
2764         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
2765      Branch: perl
2766            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
2767 ____________________________________________________________________________
2768 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
2769         Log: Subject: [PATCH] Re: $\ very broken
2770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2771              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
2772              Message-ID: <20011128223308.E732@rafael>   
2773              
2774              Subject: Re: [PATCH] Re: $\ very broken     
2775              From: Nicholas Clark <nick@ccl4.org>
2776              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
2777              Message-ID: <20011128222859.K37621@plum.flirble.org>
2778      Branch: perl
2779            ! mg.c t/op/ref.t
2780 ____________________________________________________________________________
2781 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
2782         Log: Add Abigail's link checker with the following tweaks:
2783              - known dummy URLs (Peter Prymmer)
2784              - do also READMEs and INSTALL (Michael Schwern)
2785              - do also ftp URLs
2786              - add fork retry loop in case the allowed number
2787              of processes per user is low
2788      Branch: perl
2789            + Porting/checkURL.pl
2790            ! MANIFEST
2791 ____________________________________________________________________________
2792 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
2793         Log: Update Changes.
2794      Branch: perl
2795            ! Changes patchlevel.h
2796 ____________________________________________________________________________
2797 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
2798         Log: In Linux if we have modern enough gcc and supported
2799              enough CPU, crank up the optimization level to -O3.
2800      Branch: perl
2801            ! hints/linux.sh
2802 ____________________________________________________________________________
2803 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
2804         Log: Add perlpacktut from Wolfgang Laun; regen toc.
2805      Branch: perl
2806            + pod/perlpacktut.pod
2807            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2808            ! pod/perltoc.pod
2809 ____________________________________________________________________________
2810 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
2811         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
2812              From: PPrymmer@factset.com
2813              Date: Wed, 28 Nov 2001 07:51:26 -0500
2814              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
2815      Branch: perl
2816            ! vms/test.com
2817 ____________________________________________________________________________
2818 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
2819         Log: Test cases for the first half of #13338.
2820      Branch: perl
2821            ! t/lib/h2ph.h t/lib/h2ph.pht
2822 ____________________________________________________________________________
2823 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
2824         Log: Subject: Re: h2ph confused by comments in an enum.
2825              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2826              Date: Wed, 28 Nov 2001 04:19:21 +0000
2827              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
2828              
2829              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
2830              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2831              Date: Wed, 28 Nov 2001 13:36:35 +0000
2832              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
2833      Branch: perl
2834            ! utils/h2ph.PL
2835 ____________________________________________________________________________
2836 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
2837         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
2838              From: Jonathan Stowe <gellyfish@gellyfish.com>
2839              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
2840              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
2841              
2842              (replace #13327)
2843      Branch: perl
2844            ! lib/Term/Cap.pm
2845 ____________________________________________________________________________
2846 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
2847         Log: Replace #13335 with
2848              
2849              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
2850              From: Russ Allbery <rra@stanford.edu>
2851              Date: 27 Nov 2001 20:42:49 -0800
2852              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
2853      Branch: perl
2854            ! lib/Pod/Text/Termcap.pm
2855 ____________________________________________________________________________
2856 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
2857         Log: (replaced by #13336)
2858              
2859              Subject: [PATCH perl@13323] Termcap.pm with no termios
2860              From: "Craig A. Berry" <craigberry@mac.com> 
2861              Date: Tue, 27 Nov 2001 22:28:50 -0600
2862              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
2863      Branch: perl
2864            ! lib/Pod/Text/Termcap.pm
2865 ____________________________________________________________________________
2866 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
2867         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
2868              From: "Craig A. Berry" <craigberry@mac.com> 
2869              Date: Tue, 27 Nov 2001 21:46:45 -0600
2870              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
2871      Branch: perl
2872            ! configure.com
2873 ____________________________________________________________________________
2874 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
2875         Log: Upgrade to podlators 1.17.
2876      Branch: perl
2877            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
2878            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
2879 ____________________________________________________________________________
2880 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
2881         Log: Fix for "a\x{100}" =~ /A/i.
2882      Branch: perl
2883            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
2884            ! utf8.c
2885 ____________________________________________________________________________
2886 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
2887         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
2888              From: "Craig A. Berry" <craigberry@mac.com>
2889              Date: Tue, 27 Nov 2001 17:11:49 -0600
2890              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
2891      Branch: perl
2892            ! lib/DB.t
2893 ____________________________________________________________________________
2894 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
2895         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
2896              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2897              Date: Tue, 27 Nov 2001 14:55:23 -0500
2898              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
2899              
2900              Subject: [PATCH: perl@13324] updates to perldelta.pod 
2901              From: PPrymmer@factset.com
2902              Date: Tue, 27 Nov 2001 18:06:04 -0500
2903              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
2904              
2905              plus added some known problems.
2906      Branch: perl
2907            ! pod/perldelta.pod
2908 ____________________________________________________________________________
2909 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
2910         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
2911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2912              Date: Tue, 27 Nov 2001 15:38:02 EST 
2913              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
2914      Branch: perl
2915            ! configure.com vms/vms.c vms/vmsish.h
2916 ____________________________________________________________________________
2917 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
2918         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
2919              From: Michael G Schwern <schwern@pobox.com> 
2920              Date: Tue, 27 Nov 2001 15:31:12 -0500
2921              Message-ID: <20011127153112.G20929@blackrider>
2922      Branch: perl
2923            ! t/run/kill_perl.t
2924 ____________________________________________________________________________
2925 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
2926         Log: (replaced by #13337)
2927              
2928              VMS can safely hardcode a termcap entry for VT100.
2929      Branch: perl
2930            ! lib/Term/Cap.pm
2931 ____________________________________________________________________________
2932 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
2933         Log: VMS piping fixes from Charles Lane (perl -P should
2934              be working now).
2935      Branch: perl
2936            ! vms/vms.c
2937 ____________________________________________________________________________
2938 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
2939         Log: Subject: [PATCH] perlvar.pod fix
2940              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2941              Date: Tue, 27 Nov 2001 13:11:47 -0500
2942              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
2943      Branch: perl
2944            ! pod/perlvar.pod
2945 ____________________________________________________________________________
2946 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
2947         Log: Update Changes.
2948      Branch: perl
2949            ! Changes patchlevel.h
2950 ____________________________________________________________________________
2951 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
2952         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
2953              From: "Craig A. Berry" <craigberry@mac.com> 
2954              Date: Tue, 27 Nov 2001 10:21:18 -0600
2955              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
2956      Branch: perl
2957            ! lib/ExtUtils/MM_VMS.pm
2958 ____________________________________________________________________________
2959 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
2960         Log: Protect against accumulating -options -options -options.
2961      Branch: perl
2962            ! hints/hpux.sh
2963 ____________________________________________________________________________
2964 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
2965         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
2966              From: Barrie Slaymaker <barries@slaysys.com>
2967              Date: Tue, 27 Nov 2001 10:58:54 -0500
2968              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
2969      Branch: perl
2970            ! lib/Benchmark.pm
2971 ____________________________________________________________________________
2972 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
2973         Log: Tiny fix from John P. Linderman.
2974      Branch: perl
2975            ! lib/sort.pm
2976 ____________________________________________________________________________
2977 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
2978         Log: The Story of sort(), from John P. Linderman.
2979      Branch: perl
2980            ! pod/perldelta.pod
2981 ____________________________________________________________________________
2982 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
2983         Log: Add information what to do if you are reading
2984              perluniintro but using some older Perl.
2985      Branch: perl
2986            ! pod/perluniintro.pod
2987 ____________________________________________________________________________
2988 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
2989         Log: Update the 'wide characters' FAQ entry.
2990      Branch: perl
2991            ! pod/perlfaq6.pod
2992 ____________________________________________________________________________
2993 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
2994         Log: Fix for
2995              
2996              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
2997              From: Marc Lehmann <root@schmorp.de>
2998              Date: Tue, 27 Nov 2001 14:27:14 +0100
2999              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
3000      Branch: perl
3001            ! ext/Encode.t ext/Encode/Encode.xs
3002 ____________________________________________________________________________
3003 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
3004         Log: Subject: [PATCH] DB_File 1.801
3005              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3006              Date: Tue, 27 Nov 2001 15:06:45 -0000
3007              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
3008      Branch: perl
3009            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3010            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
3011 ____________________________________________________________________________
3012 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
3013         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
3014      Branch: perl
3015            ! pod/perlmodlib.pod
3016 ____________________________________________________________________________
3017 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
3018         Log: sort() doc tweaks from John P. Linderman.
3019      Branch: perl
3020            ! pod/perlfunc.pod
3021 ____________________________________________________________________________
3022 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
3023         Log: Subject: [PATCH] More perldelta.pod nits
3024              From: Simon Glover <scog@roe.ac.uk>
3025              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
3026              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
3027      Branch: perl
3028            ! pod/perldelta.pod
3029 ____________________________________________________________________________
3030 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
3031         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
3032              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3033              Date: Tue, 27 Nov 2001 11:52:31 -0000
3034              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
3035      Branch: perl
3036            ! ext/Devel/PPPort/harness/Makefile.PL
3037 ____________________________________________________________________________
3038 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
3039         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
3040              From: Michael G Schwern <schwern@pobox.com>
3041              Date: Tue, 27 Nov 2001 03:38:24 -0500
3042              Message-ID: <20011127033824.A17775@blackrider>
3043      Branch: perl
3044            ! t/TEST
3045 ____________________________________________________________________________
3046 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
3047         Log: Subject: Re: perlcc very broken
3048              From: John Peacock <jpeacock@rowman.com>
3049              Date: Tue, 27 Nov 2001 06:48:01 -0500
3050              Message-ID: <3C037D71.4030508@rowman.com>
3051      Branch: perl
3052            ! utils/perlcc.PL
3053 ____________________________________________________________________________
3054 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
3055         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
3056              From: David Dyck <dcd@tc.fluke.com>
3057              Date: Mon, 26 Nov 2001 22:04:38 -0800
3058              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
3059      Branch: perl
3060            ! t/op/pack.t
3061 ____________________________________________________________________________
3062 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
3063         Log: Subject: [ID 20011126.149] t/op/split fails step 37
3064              From: David Dyck <dcd@tc.fluke.com>
3065              Date: Mon, 26 Nov 2001 21:52:35 -0800
3066              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
3067      Branch: perl
3068            ! t/op/split.t
3069 ____________________________________________________________________________
3070 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
3071         Log: incorporate last minute change from libnet 1.0901-tobe
3072      Branch: perl
3073            ! lib/Net/SMTP.pm
3074 ____________________________________________________________________________
3075 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
3076         Log: Pass 7 at perldelta - random edits.
3077      Branch: perl
3078            ! pod/perldelta.pod
3079 ____________________________________________________________________________
3080 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
3081         Log: Portability and skippage tweaks.
3082      Branch: perl
3083            ! t/op/split.t
3084 ____________________________________________________________________________
3085 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
3086         Log: (retracted by #13449)
3087              Try to make Unicode casemapping to work for EBCDIC, too.
3088      Branch: perl
3089            ! utf8.c
3090 ____________________________________________________________________________
3091 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
3092         Log: Just printing 1..0 is not quite enough...
3093      Branch: perl
3094            ! lib/Dumpvalue.t
3095 ____________________________________________________________________________
3096 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
3097         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
3098              Delay the match until runtime.
3099      Branch: perl
3100            ! t/op/append.t
3101 ____________________________________________________________________________
3102 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
3103         Log: UTF-EBCDIC.
3104      Branch: perl
3105            ! ext/Devel/Peek/Peek.t
3106 ____________________________________________________________________________
3107 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
3108         Log: Be UTF-EBCDIC aware.
3109      Branch: perl
3110            ! lib/bytes.t
3111 ____________________________________________________________________________
3112 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
3113         Log: Bad assumption which way digits and letters sort.
3114      Branch: perl
3115            ! lib/English.t
3116 ____________________________________________________________________________
3117 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
3118         Log: If in EBCDIC but no Convert::EBCDIC
3119              the libnet tests will all fail.
3120      Branch: perl
3121            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
3122            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
3123            ! lib/Net/t/smtp.t lib/Net/t/time.t
3124 ____________________________________________________________________________
3125 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
3126         Log: Just sorting to guarantee order is not enough.
3127              (Think EBCDIC.) 
3128      Branch: perl
3129            ! lib/ExtUtils/Manifest.t
3130 ____________________________________________________________________________
3131 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
3132         Log: OS/390 cleanable gunk.
3133      Branch: perl
3134            ! lib/ExtUtils/MM_Unix.pm
3135 ____________________________________________________________________________
3136 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
3137         Log: Update the EBCDIC MD5 checksums.
3138      Branch: perl
3139            ! ext/Digest/MD5/t/files.t
3140 ____________________________________________________________________________
3141 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
3142         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
3143              From: Nicholas Clark <nick@ccl4.org>
3144              Date: Mon, 26 Nov 2001 23:06:34 +0000
3145              Message-ID: <20011126230633.Q37621@plum.flirble.org>
3146      Branch: perl
3147            ! installman
3148 ____________________________________________________________________________
3149 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
3150         Log: sort tweaks from John P. Linderman.
3151      Branch: perl
3152            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
3153 ____________________________________________________________________________
3154 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
3155         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
3156              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
3157              Date: Mon, 26 Nov 2001 18:47:25 -0600
3158              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
3159              
3160              Craig Berry submitted half of this patch just yesterday.
3161              Spooky cosmic resonance.
3162      Branch: perl
3163            ! ext/Socket/Socket.xs
3164 ____________________________________________________________________________
3165 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
3166         Log: Subject: [PATCH] doio slightly smaller
3167              From: Nicholas Clark <nick@ccl4.org>
3168              Date: Tue, 27 Nov 2001 00:40:23 +0000      
3169              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
3170      Branch: perl
3171            ! doio.c
3172 ____________________________________________________________________________
3173 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
3174         Log: perldelta nits from Autrijus Tang and Ron Kimball.
3175      Branch: perl
3176            ! pod/perldelta.pod
3177 ____________________________________________________________________________
3178 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
3179         Log: Subject: [PATCH] unpack P* uses random length for item
3180              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
3181              Date: Mon, 26 Nov 2001 19:56:32 +0100
3182              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
3183      Branch: perl
3184            ! pod/perldiag.pod pp_pack.c t/op/pack.t
3185 ____________________________________________________________________________
3186 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
3187         Log: Subject: [PATCH current] system and taintedness
3188              From: Radu Greab <radu@netsoft.ro>
3189              Date: Mon, 26 Nov 2001 18:42:29 +0200
3190              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
3191      Branch: perl
3192            ! pp_sys.c t/op/taint.t
3193 ____________________________________________________________________________
3194 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
3195         Log: Subject: [PATCH @ 13283] Devel::PPPort
3196              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3197              Date: Mon, 26 Nov 2001 14:37:17 -0000
3198              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
3199      Branch: perl
3200            + ext/Devel/PPPort/MANIFEST
3201            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3202            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
3203            ! ext/Devel/PPPort/harness/Harness.xs
3204            ! ext/Devel/PPPort/harness/Makefile.PL
3205            ! ext/Devel/PPPort/harness/module2.c
3206            ! ext/Devel/PPPort/harness/module3.c
3207            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
3208 ____________________________________________________________________________
3209 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
3210         Log: Update the test list.
3211      Branch: perl
3212            ! t/lib/1_compile.t
3213 ____________________________________________________________________________
3214 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
3215         Log: Sync-up tests with libnet distribution
3216      Branch: perl
3217            + lib/Net/t/netrc.t
3218            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
3219 ____________________________________________________________________________
3220 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
3221         Log: Update Changes.
3222      Branch: perl
3223            ! Changes patchlevel.h
3224 ____________________________________________________________________________
3225 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
3226         Log: Upgrade to podlators 1.16.
3227      Branch: perl
3228            + lib/Pod/t/basic.cap
3229            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
3230            ! lib/Pod/t/basic.t pod/pod2man.PL
3231 ____________________________________________________________________________
3232 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
3233         Log: Pass 6 at perldelta - sort enhancements, generic and
3234              platform specific bug fixes.
3235      Branch: perl
3236            ! pod/perldelta.pod
3237 ____________________________________________________________________________
3238 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
3239         Log: PROPAGATE documentation from Tony Cook.
3240      Branch: perl
3241            ! pod/perlfunc.pod
3242 ____________________________________________________________________________
3243 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
3244         Log: DJGPP cannot do signals that well.
3245      Branch: perl
3246            ! ext/POSIX/t/sigaction.t
3247 ____________________________________________________________________________
3248 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
3249         Log: Can't do subsecond alarms without ualarm; and break out
3250              early if alarms do not seem to be coming in as expected.
3251      Branch: perl
3252            ! ext/Time/HiRes/HiRes.t
3253 ____________________________________________________________________________
3254 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
3255         Log: No Socket, little Net.
3256      Branch: perl
3257            ! t/lib/1_compile.t
3258 ____________________________________________________________________________
3259 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
3260         Log: Take the taint brush to the getcwds.
3261      Branch: perl
3262            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
3263 ____________________________________________________________________________
3264 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
3265         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
3266              From: "Craig A. Berry" <craigberry@mac.com>
3267              Date: Sun, 25 Nov 2001 16:20:45 -0600
3268              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
3269      Branch: perl
3270            ! ext/Socket/Socket.xs
3271 ____________________________________________________________________________
3272 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
3273         Log: Since in some DOS filesystems the timestamp granularity
3274              may be only two seconds, better sleep for three to play safe.
3275              (Helps CygWin, at least.)
3276      Branch: perl
3277            ! lib/Memoize/t/expire_file.t
3278 ____________________________________________________________________________
3279 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
3280         Log: For some reason CygWin wasn't collapsing multiple
3281              slashes into one, which made some Spec.t tests to fail.
3282              Either CygWin was being too prudish or the collapsing
3283              logic needs to be rethunk.
3284      Branch: perl
3285            ! lib/File/Spec/Unix.pm
3286 ____________________________________________________________________________
3287 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
3288         Log: Cygwin needs to have libperl.dll around if trying to link
3289              with -lperl.  Note: this change cures the test but whether
3290              it cures CygPerl installation, I don't know: hopefully the
3291              libperl5_7_2.dll, or the version equivalent, gets installed
3292              also as libperl.dll to the proper place(s).
3293      Branch: perl
3294            ! lib/ExtUtils/Embed.t
3295 ____________________________________________________________________________
3296 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
3297         Log: -I../lib/.. and -L../lib/..?  Strange.
3298      Branch: perl
3299            ! lib/ExtUtils/Embed.t
3300 ____________________________________________________________________________
3301 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
3302         Log: $MM?
3303      Branch: perl
3304            ! lib/ExtUtils/Embed.pm
3305 ____________________________________________________________________________
3306 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
3307         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
3308              From: Dave Rolsky <autarch@urth.org>
3309              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
3310              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
3311      Branch: perl
3312            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
3313            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3314 ____________________________________________________________________________
3315 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
3316         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
3317              From: chromatic <chromatic@rmci.net>
3318              Date: Sat, 24 Nov 2001 14:56:57 -0700
3319              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
3320              
3321              plus a tweak for ithreads builds.
3322      Branch: perl
3323            + lib/DB.t
3324            ! MANIFEST lib/DB.pm
3325 ____________________________________________________________________________
3326 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
3327         Log: Win32 compilation tweaks for Blair Zajac.
3328      Branch: perl
3329            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
3330 ____________________________________________________________________________
3331 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
3332         Log: I don't think trying to bracket the hires time with lores
3333              times is going to be portable enough: Cygwin seems to be
3334              capable of getting hires ones rather consistently lower
3335              than the lores ones.  So let's try average difference instead.
3336      Branch: perl
3337            ! ext/Time/HiRes/HiRes.t
3338 ____________________________________________________________________________
3339 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
3340         Log: Subject: Re: benchmarks, sorts and reproducibility
3341              From: "John P. Linderman" <jpl@research.att.com>
3342              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
3343              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
3344              
3345              Randomize large partitions for quicksort to dodge the
3346              angry gods of quadratic.
3347      Branch: perl
3348            ! pp_sort.c
3349 ____________________________________________________________________________
3350 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
3351         Log: The joys of portable quoting.
3352      Branch: perl
3353            ! ext/Devel/PPPort/harness/Makefile.PL
3354 ____________________________________________________________________________
3355 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
3356         Log: sort pragma tweaks.
3357      Branch: perl
3358            ! lib/sort.pm
3359 ____________________________________________________________________________
3360 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
3361         Log: Skip the link= directives of utils.lst if no mandir
3362              (if no manpages).
3363      Branch: perl
3364            ! installman
3365 ____________________________________________________________________________
3366 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
3367         Log: integrate changes#8340,13260 from mainline
3368              
3369              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
3370              
3371              change#3373 introduced a handle leak in backticks and piped open()s
3372              that fail
3373      Branch: maint-5.6/perl
3374            ! t/io/pipe.t util.c
3375 ____________________________________________________________________________
3376 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
3377         Log: change#3373 introduced a handle leak in backticks and piped open()s
3378              that fail
3379      Branch: perl
3380            ! util.c
3381 ____________________________________________________________________________
3382 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
3383         Log: metaconfig unit change for #13258.
3384      Branch: metaconfig/U/perl
3385            ! d_procselfexe.U
3386 ____________________________________________________________________________
3387 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
3388         Log: Extraenous breaks noticed by David Dyck.
3389      Branch: perl
3390            ! Configure
3391 ____________________________________________________________________________
3392 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
3393         Log: Revert the /proc/self/auxv experiment for now.
3394      Branch: perl
3395            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
3396 ____________________________________________________________________________
3397 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
3398         Log: Also ExtUtils.t had $^X assumptions.
3399      Branch: perl
3400            ! lib/ExtUtils.t
3401 ____________________________________________________________________________
3402 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
3403         Log: Now is Solaris if you start the t/perl in the t/
3404              as "./perl", the $^X will be "../perl", not "./perl".
3405      Branch: perl
3406            ! t/lib/1_compile.t
3407 ____________________________________________________________________________
3408 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
3409         Log: The new way of finding out $^X in Solaris
3410              requires a little tweak if the executable
3411              pathname is *not* absolute: prepend "./"
3412              (otherwise `$^X ...` will start perl from PATH...)
3413      Branch: perl
3414            ! perl.c
3415 ____________________________________________________________________________
3416 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
3417         Log: Avoid "will not stay shared" warnings.
3418      Branch: perl
3419            ! lib/ExtUtils/MM_Unix.pm
3420 ____________________________________________________________________________
3421 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
3422         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
3423              From: Michael G Schwern <schwern@pobox.com>
3424              Date: Sat, 24 Nov 2001 19:56:18 -0500
3425              Message-ID: <20011124195618.A14614@blackrider>            
3426      Branch: perl
3427            ! perl.c pp_sys.c t/op/magic.t util.c
3428 ____________________________________________________________________________
3429 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
3430         Log: In the MakeMaker pm_to_blib target don't copy all
3431              the files in one fell swppo, deal with them hunkwise,
3432              helps for CLIs with limited line lengths.
3433              (This seems to help for DJGPP building Encode,
3434              where there are dozens of files to copy.)
3435      Branch: perl
3436            ! lib/ExtUtils/MM_Unix.pm
3437 ____________________________________________________________________________
3438 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
3439         Log: testsuite leaves stray files behind on windows
3440      Branch: perl
3441            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
3442 ____________________________________________________________________________
3443 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
3444         Log: xsubpp produces a spurious warning on directories called 'typemap'
3445      Branch: perl
3446            ! lib/ExtUtils/xsubpp
3447 ____________________________________________________________________________
3448 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
3449         Log: xsubpp treats invalid (indented) cpp directives as comments
3450      Branch: perl
3451            ! ext/IO/IO.xs
3452 ____________________________________________________________________________
3453 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
3454         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
3455      Branch: perl
3456            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
3457 ____________________________________________________________________________
3458 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
3459         Log: The debug_pag needs to be visible at all times
3460              because of the re extension.
3461      Branch: perl
3462            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
3463 ____________________________________________________________________________
3464 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
3465         Log: Subject: Re: [PATCH] Tests are good
3466              From: Philip Newton <Philip.Newton@gmx.net>
3467              Date: Sat, 24 Nov 2001 21:24:00 +0100
3468              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
3469      Branch: perl
3470            ! pod/perlhack.pod
3471 ____________________________________________________________________________
3472 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
3473         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
3474              From: "Craig A. Berry" <craigberry@mac.com> 
3475              Date: Sat, 24 Nov 2001 12:45:44 -0600
3476              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
3477              
3478              (with tweaks, and combined with Sarathy's #13242)
3479      Branch: perl
3480            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
3481 ____________________________________________________________________________
3482 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
3483         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
3484              From: John Peacock <jpeacock@rowman.com>
3485              Date: Sat, 24 Nov 2001 14:27:46 -0500
3486              Message-ID: <3BFFF4B2.40509@rowman.com> 
3487      Branch: perl
3488            ! lib/Exporter/Heavy.pm
3489 ____________________________________________________________________________
3490 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
3491         Log: use portable quotes
3492      Branch: perl
3493            ! ext/Devel/PPPort/harness/Makefile.PL
3494 ____________________________________________________________________________
3495 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
3496         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
3497              From: Nicholas Clark <nick@ccl4.org>
3498              Date: Sat, 24 Nov 2001 18:06:26 +0000
3499              Message-ID: <20011124180626.T37621@plum.flirble.org>
3500      Branch: perl
3501            ! installman
3502 ____________________________________________________________________________
3503 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
3504         Log: Subject: [PATCH] perl5005delta.pod L<>
3505              From: Nicholas Clark <nick@ccl4.org>
3506              Date: Sat, 24 Nov 2001 18:04:21 +0000
3507              Message-ID: <20011124180421.S37621@plum.flirble.org>
3508      Branch: perl
3509            ! pod/perl5005delta.pod
3510 ____________________________________________________________________________
3511 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
3512         Log: fix typo in config.vc; regenerate win32 config_H.* files
3513      Branch: perl
3514            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3515            ! win32/config_H.vc
3516 ____________________________________________________________________________
3517 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
3518         Log: Mention the charnames::vianame().
3519      Branch: perl
3520            ! pod/perluniintro.pod
3521 ____________________________________________________________________________
3522 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
3523         Log: Add charnames::vianame() in case people want to access
3524              the codes in run-time (as opposed to the compile-timeness
3525              of \N{...}).
3526      Branch: perl
3527            ! lib/charnames.pm lib/charnames.t
3528 ____________________________________________________________________________
3529 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
3530         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
3531              From: Nicholas Clark <nick@ccl4.org>
3532              Date: Sat, 24 Nov 2001 16:30:42 +0000
3533              Message-ID: <20011124163042.R37621@plum.flirble.org>
3534      Branch: perl
3535            ! regcomp.c regcomp.h
3536 ____________________________________________________________________________
3537 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
3538         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
3539              From: Nicholas Clark <nick@ccl4.org>
3540              Date: Sat, 24 Nov 2001 16:24:33 +0000
3541              Message-ID: <20011124162433.Q37621@plum.flirble.org>
3542              
3543              cmp fixes.
3544      Branch: perl
3545            ! pp.c
3546 ____________________________________________________________________________
3547 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
3548         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
3549              (It seems that "./perl" gets resolved to "perl" now.)
3550      Branch: perl
3551            ! perl.c
3552 ____________________________________________________________________________
3553 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
3554         Log: Subject: [PATCH] DB_File 1.800        
3555              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
3556              Date: Sat, 24 Nov 2001 11:41:41 -0000
3557              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
3558      Branch: perl
3559            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3560            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
3561            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3562            ! ext/DB_File/t/db-recno.t
3563 ____________________________________________________________________________
3564 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
3565         Log: Tweak the PUSHED documentation.
3566      Branch: perl
3567            ! ext/PerlIO/Via/Via.pm
3568 ____________________________________________________________________________
3569 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
3570         Log: Update 1_compile for new known tests.
3571      Branch: perl
3572            ! t/lib/1_compile.t
3573 ____________________________________________________________________________
3574 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
3575         Log: Move the MBF/MBI test modules to t/lib.
3576      Branch: perl
3577            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3578            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3579            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3580            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
3581            ! lib/Math/BigInt/t/sub_mbi.t
3582 ____________________________________________________________________________
3583 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
3584         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
3585              From: "Craig A. Berry" <craigberry@mac.com> 
3586              Date: Fri, 23 Nov 2001 18:05:35 -0600
3587              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
3588      Branch: perl
3589            ! configure.com
3590 ____________________________________________________________________________
3591 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
3592         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
3593              From: PPrymmer@factset.com 
3594              Date: Fri, 23 Nov 2001 17:03:07 -0500
3595              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
3596      Branch: perl
3597            ! ext/Unicode/Normalize/mkheader
3598 ____________________________________________________________________________
3599 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
3600         Log: Here are the right helper files.
3601      Branch: perl
3602            + t/lib/Filter/Simple/ExportTest.pm
3603            + t/lib/Filter/Simple/FilterOnlyTest.pm
3604            + t/lib/Filter/Simple/FilterTest.pm
3605            + t/lib/Filter/Simple/ImportTest.pm
3606            ! MANIFEST
3607 ____________________________________________________________________________
3608 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
3609         Log: Update Changes.
3610      Branch: perl
3611            ! Changes patchlevel.h
3612 ____________________________________________________________________________
3613 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
3614         Log: Never mind.
3615      Branch: perl
3616            - lib/Filter/Simple/lib/ExportTest.pm
3617            - lib/Filter/Simple/lib/ImportTest.pm
3618 ____________________________________________________________________________
3619 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
3620         Log: Mis-add.
3621      Branch: perl
3622            + lib/Filter/Simple/lib/ExportTest.pm
3623            + lib/Filter/Simple/lib/ImportTest.pm
3624 ____________________________________________________________________________
3625 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
3626         Log: Upgrade to Filter::Simple 0.77.
3627      Branch: perl
3628            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
3629            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
3630            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
3631            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
3632            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
3633 ____________________________________________________________________________
3634 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
3635         Log: Missing p4 add.
3636      Branch: perl
3637            + lib/ExtUtils/MM_VMS.t
3638 ____________________________________________________________________________
3639 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
3640         Log: Pass 5 at perldelta - module and utility updates cleanup.
3641      Branch: perl
3642            ! pod/perldelta.pod
3643 ____________________________________________________________________________
3644 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
3645         Log: metaconfig unit change for #13219.
3646      Branch: metaconfig/U/perl
3647            ! d_procselfexe.U
3648 ____________________________________________________________________________
3649 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
3650         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
3651      Branch: perl
3652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3653            ! pod/buildtoc.PL pod/perltoc.pod
3654 ____________________________________________________________________________
3655 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
3656         Log: Add procselfexe and d_dirfd to strange lands.
3657      Branch: perl
3658            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
3659            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3660            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3661            ! win32/config.gc win32/config.vc win32/config.win64
3662            ! wince/config.ce
3663 ____________________________________________________________________________
3664 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
3665         Log: metaconfig unit change for #13216.
3666      Branch: metaconfig/U/perl
3667            ! d_procselfexe.U
3668 ____________________________________________________________________________
3669 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
3670         Log: Better to "quote" the pathname.
3671      Branch: perl
3672            ! Configure config_h.SH
3673 ____________________________________________________________________________
3674 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
3675         Log: Use PROCSELFEXE_PATH.
3676      Branch: perl
3677            ! perl.c
3678 ____________________________________________________________________________
3679 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
3680         Log: metaconfig unit change for #13213.
3681      Branch: metaconfig/U/perl
3682            ! d_procselfexe.U
3683 ____________________________________________________________________________
3684 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
3685         Log: Add probing for BSD-like /proc/curpoc/file.
3686      Branch: perl
3687            ! Configure config_h.SH
3688 ____________________________________________________________________________
3689 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
3690         Log: metaconfig unit change for 13211.
3691      Branch: metaconfig/U/perl
3692            + d_dirfd.U
3693 ____________________________________________________________________________
3694 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
3695         Log: Add probing for dirfd() so that it can be added it IO::Dir.
3696      Branch: perl
3697            ! Configure config_h.SH perl.h
3698 ____________________________________________________________________________
3699 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
3700         Log: ...and update the test count.
3701      Branch: perl
3702            ! lib/Pod/t/basic.t
3703 ____________________________________________________________________________
3704 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
3705         Log: Must remove the cap test also from the test script.
3706      Branch: perl
3707            ! lib/Pod/t/basic.t
3708 ____________________________________________________________________________
3709 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
3710         Log: Subject: [PATCH] Tests are good
3711              From: Nicholas Clark <nick@ccl4.org>
3712              Date: Fri, 23 Nov 2001 18:12:21 +0000
3713              Message-ID: <20011123181220.F37621@plum.flirble.org>
3714      Branch: perl
3715            ! pod/perlhack.pod
3716 ____________________________________________________________________________
3717 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
3718         Log: The basic.cap from podlators 1.14 is not very portable.
3719      Branch: perl
3720            - lib/Pod/t/basic.cap
3721            ! MANIFEST
3722 ____________________________________________________________________________
3723 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
3724         Log: Subject: Re: [DOC PATCHES] pod cleanups
3725              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3726              Date: 22 Nov 2001 12:54:16 -0000
3727              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
3728      Branch: perl
3729            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
3730            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
3731 ____________________________________________________________________________
3732 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
3733         Log: FAQ sync.
3734      Branch: perl
3735            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
3736 ____________________________________________________________________________
3737 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
3738         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
3739              From: PPrymmer@factset.com
3740              Date: Fri, 23 Nov 2001 11:43:45 -0500
3741              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
3742      Branch: perl
3743            ! MANIFEST lib/ExtUtils/MM_VMS.pm
3744 ____________________________________________________________________________
3745 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
3746         Log: Corify podlators 1.14 test.
3747      Branch: perl
3748            ! lib/Pod/t/basic.t
3749 ____________________________________________________________________________
3750 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
3751         Log: Output tweak needed because of podlators 1.14.
3752      Branch: perl
3753            ! t/pod/multiline_items.xr
3754 ____________________________________________________________________________
3755 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
3756         Log: Upgrade to podlators 1.14.
3757      Branch: perl
3758            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
3759            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
3760            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
3761            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
3762            ! lib/Pod/Text/Overstrike.pm
3763 ____________________________________________________________________________
3764 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
3765         Log: perlmodinstall tweaks from Philip Newton.
3766      Branch: perl
3767            ! pod/perlmodinstall.pod
3768 ____________________________________________________________________________
3769 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
3770         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
3771              From: Autrijus Tang <autrijus@autrijus.org>           
3772              Date: Fri, 23 Nov 2001 23:55:53 +0800
3773              Message-ID: <20011123235553.A2310@not.autrijus.org>
3774      Branch: perl
3775            ! Porting/genlog
3776 ____________________________________________________________________________
3777 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
3778         Log: Subject: Re: regex oddness with \Z and $&
3779              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
3780              Date: Fri, 23 Nov 2001 15:15:24 +0000
3781              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
3782      Branch: perl
3783            ! regcomp.c t/op/re_tests
3784 ____________________________________________________________________________
3785 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
3786         Log: regen_headers.
3787      Branch: perl
3788            ! embed.h global.sym pod/perlapi.pod proto.h
3789 ____________________________________________________________________________
3790 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
3791         Log: Forgotten check-in.
3792      Branch: perl
3793            ! pod/perlapi.pod
3794 ____________________________________________________________________________
3795 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
3796         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
3797      Branch: perl
3798            ! lib/Test/Simple.pm
3799 ____________________________________________________________________________
3800 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
3801         Log: Retract #13173 (effectively retract Net::Ping 2.06,
3802              go back to 2.04, the 2.06 hasn't seen the patches
3803              that have gone to the blead version.)
3804      Branch: perl
3805            - lib/Net/Ping/CHANGES lib/Net/Ping/README
3806            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3807            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3808            - lib/Net/Ping/t/200_ping_tcp.t
3809            ! MANIFEST lib/Net/Ping.pm
3810 ____________________________________________________________________________
3811 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
3812         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
3813              From: Robin Barker <rmb1@cise.npl.co.uk>
3814              Date: Thu, 22 Nov 2001 11:00:38 GMT
3815              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
3816      Branch: perl
3817            ! utils/perldoc.PL
3818 ____________________________________________________________________________
3819 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
3820         Log: metaconfig unit change for #13191.
3821      Branch: metaconfig/U/perl
3822            ! d_procselfexe.U
3823 ____________________________________________________________________________
3824 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
3825         Log: procselfexe tweak: for some reason I had a ls in
3826              /proc/self/exe, not the ls Configure thought it
3827              would found.
3828      Branch: perl
3829            ! Configure
3830 ____________________________________________________________________________
3831 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
3832         Log: Corify the Net::Ping tests; skip the tests
3833              unless $ENV{PERL_TEST_Net_Ping} is true.
3834      Branch: perl
3835            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3836            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3837            ! lib/Net/Ping/t/200_ping_tcp.t
3838 ____________________________________________________________________________
3839 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
3840         Log: metaconfig units changes for #13188.
3841      Branch: metaconfig
3842            ! U/modified/Head.U
3843      Branch: metaconfig/U/perl
3844            ! issymlink.U
3845 ____________________________________________________________________________
3846 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
3847         Log: The #13182 didn't really help.  The real problem
3848              seems to be that 'sh' can in AIX mean at least three
3849              different things, and we can't know which one it is
3850              unless we export $newsh from an earlier run (and it's
3851              the 'bsh' aka 'sh' that has the the broken test -h).
3852      Branch: perl
3853            ! Configure
3854 ____________________________________________________________________________
3855 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
3856         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
3857      Branch: perl
3858            ! op.c t/op/override.t
3859 ____________________________________________________________________________
3860 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
3861         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
3862              From: PPrymmer@factset.com 
3863              Date: Wed, 21 Nov 2001 20:17:25 -0500
3864              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
3865      Branch: perl
3866            ! lib/Shell.t
3867 ____________________________________________________________________________
3868 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
3869         Log: Reapply perlmodinstall parts of #12897.
3870      Branch: perl
3871            ! pod/perlmodinstall.pod
3872 ____________________________________________________________________________
3873 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
3874         Log: perlmodinstall 2.01 from Jon Orwant.
3875      Branch: perl
3876            ! pod/perlmodinstall.pod
3877 ____________________________________________________________________________
3878 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
3879         Log: Subject: [PATCH @10907] REXX on OS/2
3880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3881              Date: Wed, 21 Nov 2001 15:26:11 -0500
3882              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
3883      Branch: perl
3884            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3885            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
3886 ____________________________________________________________________________
3887 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
3888         Log: metaconfig unit change for #13181.
3889      Branch: metaconfig/U/perl
3890            ! issymlink.U
3891 ____________________________________________________________________________
3892 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
3893         Log: AIX has broken builtin 'test'.
3894      Branch: perl
3895            ! Configure
3896 ____________________________________________________________________________
3897 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
3898         Log: Subject: [PATCH 5.7.x] INSTALL size update
3899              From: Andy Dougherty <doughera@lafayette.edu>
3900              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
3901              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
3902      Branch: perl
3903            ! INSTALL
3904 ____________________________________________________________________________
3905 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
3906         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
3907              to pp_sort.c.  Includes the quicksort stabilizing layer
3908              from John P. Linderman.  -Msort=qsort or -Msort=fast is
3909              faster than without (or with -Msort=mergesort or -Msort=safe)
3910              for short random inputs, but for some reason not quite as fast
3911              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
3912              optimizing definitely needed.
3913      Branch: perl
3914            + lib/sort.pm lib/sort.t pp_sort.c
3915            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
3916            ! embed.pl global.sym perl.h pp_ctl.c proto.h
3917            ! vms/descrip_mms.template vos/build.cm win32/Makefile
3918            ! win32/makefile.mk wince/Makefile.ce
3919 ____________________________________________________________________________
3920 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
3921         Log: Sync file with libnet-1.0901-tobe
3922      Branch: perl
3923            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
3924            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
3925            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
3926            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
3927            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
3928 ____________________________________________________________________________
3929 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
3930         Log: Subject: [PATCH perldoc] problems with pod2man
3931              From: Robin Barker <rmb1@cise.npl.co.uk>
3932              Date: Wed, 21 Nov 2001 17:48:51 GMT
3933              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
3934      Branch: perl
3935            ! utils/perldoc.PL
3936 ____________________________________________________________________________
3937 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
3938         Log: debug_pad only visible when debugging.
3939      Branch: perl
3940            ! makedef.pl
3941 ____________________________________________________________________________
3942 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
3943         Log: metaconfig units changes for #13174.
3944      Branch: metaconfig/U/perl
3945            + d_procselfexe.U
3946            - procselfexe.U
3947 ____________________________________________________________________________
3948 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
3949         Log: procselfexe tweaks.
3950      Branch: perl
3951            ! Configure config_h.SH
3952 ____________________________________________________________________________
3953 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
3954         Log: Upgrade to Net::Ping 2.06.
3955      Branch: perl
3956            + lib/Net/Ping/CHANGES lib/Net/Ping/README
3957            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3958            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3959            + lib/Net/Ping/t/200_ping_tcp.t
3960            ! MANIFEST lib/Net/Ping.pm
3961 ____________________________________________________________________________
3962 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
3963         Log: Upgrade to Math::BigInt 1.47.
3964      Branch: perl
3965            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3966            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3967            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3968            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3969            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
3970            ! lib/Math/BigInt/t/sub_mbi.t
3971 ____________________________________________________________________________
3972 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
3973         Log: Dynaloading for POSIX-BC from Thomas Dorner.
3974      Branch: perl
3975            ! hints/posix-bc.sh
3976 ____________________________________________________________________________
3977 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
3978         Log: Strange: the same mysterious regex study bug
3979              seems to be present both in OS/390 and POSIX-BC.
3980              Deep EBCDIC magic that regex engine gets wrong,
3981              or a bug in some compiler/library shared by the
3982              two platforms?  From Thomas Dorner.
3983      Branch: perl
3984            ! t/op/study.t
3985 ____________________________________________________________________________
3986 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
3987         Log: More lost and found.
3988      Branch: perl
3989            + lib/Test/Simple/README
3990            ! MANIFEST
3991 ____________________________________________________________________________
3992 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
3993         Log: MANIFESTly missing.
3994      Branch: perl
3995            ! MANIFEST
3996 ____________________________________________________________________________
3997 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
3998         Log: Subject: Re: PERFORCE change 13162 for review               
3999              From: Philip Newton <Philip.Newton@gmx.net> 
4000              Date: Wed, 21 Nov 2001 16:44:30 +0100
4001              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
4002      Branch: perl
4003            ! ext/Devel/PPPort/PPPort.pm
4004 ____________________________________________________________________________
4005 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
4006         Log: Update Changes.
4007      Branch: perl
4008            ! Changes patchlevel.h
4009 ____________________________________________________________________________
4010 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
4011         Log: Small doc tweaks.
4012      Branch: perl
4013            ! ext/PerlIO/Via/Via.pm
4014 ____________________________________________________________________________
4015 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
4016         Log: Redundant return.
4017      Branch: perl
4018            ! ext/MIME/Base64/QuotedPrint.pm
4019 ____________________________________________________________________________
4020 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
4021         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
4022              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4023              Date: Wed, 21 Nov 2001 10:23:16 +0100
4024              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
4025      Branch: perl
4026            ! pp_pack.c t/op/pack.t
4027 ____________________________________________________________________________
4028 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
4029         Log: Add Devel::PPPort originally from Kenneth Albanowski,
4030              revigorated by Paul Marquess: gives h2xs a Perl version
4031              portability boost.
4032      Branch: perl
4033            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4034            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4035            + ext/Devel/PPPort/harness/Harness.pm
4036            + ext/Devel/PPPort/harness/Harness.xs
4037            + ext/Devel/PPPort/harness/Makefile.PL
4038            + ext/Devel/PPPort/harness/module2.c
4039            + ext/Devel/PPPort/harness/module3.c
4040            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
4041            ! MANIFEST lib/h2xs.t utils/h2xs.PL
4042 ____________________________________________________________________________
4043 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
4044         Log: Oops.
4045      Branch: perl
4046            ! lib/Test/Simple/t/filehandles.t
4047 ____________________________________________________________________________
4048 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
4049         Log: Subject: Re: PERFORCE change 13152 for review               
4050              From: Philip Newton <Philip.Newton@gmx.net> 
4051              Date: Wed, 21 Nov 2001 09:04:05 +0100
4052              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
4053      Branch: perl
4054            ! lib/Test/Builder.pm
4055 ____________________________________________________________________________
4056 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
4057         Log: Subject: Re: PERFORCE change 13142 for review
4058              From: Philip Newton <Philip.Newton@gmx.net>
4059              Date: Wed, 21 Nov 2001 09:04:03 +0100
4060              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
4061              
4062              plus rewrap few paragraphs.
4063      Branch: perl
4064            ! lib/Pod/LaTeX.pm
4065 ____________________________________________________________________________
4066 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
4067         Log: Integrate #13154 from macperl; Remove comments.
4068      Branch: perl
4069           !> lib/File/Spec/Mac.pm
4070 ____________________________________________________________________________
4071 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
4072         Log: Update the list of modules having tests.
4073      Branch: perl
4074            ! t/lib/1_compile.t
4075 ____________________________________________________________________________
4076 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
4077         Log: Slight doc changes.
4078      Branch: maint-5.6/macperl
4079            ! macos/macperl/MacPerl.podhelp
4080 ____________________________________________________________________________
4081 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
4082         Log: Add UTF-16 coercion.
4083      Branch: maint-5.6/macperl
4084            ! macos/lib/Mac/AppleEvents/Simple.pm
4085 ____________________________________________________________________________
4086 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
4087         Log: Remove comments.
4088      Branch: maint-5.6/macperl
4089            ! lib/File/Spec/Mac.pm
4090 ____________________________________________________________________________
4091 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
4092         Log: Fix FSpGetCatInfo (and other functions) corrupting
4093              memory with bad filespecs (bug #471867)
4094      Branch: maint-5.6/macperl
4095            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
4096 ____________________________________________________________________________
4097 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
4098         Log: Upgrade to Test::Simple 0.33.
4099      Branch: perl
4100            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
4101            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
4102            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
4103 ____________________________________________________________________________
4104 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
4105         Log: Upgrade to Test::Harness 1.26.
4106      Branch: perl
4107            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4108 ____________________________________________________________________________
4109 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
4110         Log: Integrate change #13145 from maintperl;
4111              another compatibility tweak to change#12559: avoid quoting
4112              arguments that already have quotes; add test case
4113      Branch: perl
4114           !> t/op/system_tests win32/win32.c
4115 ____________________________________________________________________________
4116 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
4117         Log: integrate change#13147 from mainline (fixes nit in change#10091)
4118              
4119              Subject: [PATCH] spaceship and refs
4120      Branch: maint-5.6/perl
4121            ! pp.c pp_hot.c t/op/cmp.t
4122 ____________________________________________________________________________
4123 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
4124         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
4125              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
4126              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
4127              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
4128      Branch: perl
4129            + lib/Pod/t/utils.t
4130            ! MANIFEST
4131 ____________________________________________________________________________
4132 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
4133         Log: Subject: [PATCH] spaceship and refs
4134              From: Nicholas Clark <nick@ccl4.org>
4135              Date: Tue, 20 Nov 2001 21:59:51 +0000
4136              Message-ID: <20011120215951.U62891@plum.flirble.org> 
4137      Branch: perl
4138            ! pp.c pp_hot.c t/op/cmp.t
4139 ____________________________________________________________________________
4140 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
4141         Log: Try to clarify which I/O call operates on bytes,
4142              which on characters, which on either.
4143      Branch: perl
4144            ! pod/perlfunc.pod
4145 ____________________________________________________________________________
4146 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
4147         Log: another compatibility tweak to change#12559: avoid quoting
4148              arguments that already have quotes; add test case
4149      Branch: maint-5.6/perl
4150            ! t/op/system_tests win32/win32.c
4151 ____________________________________________________________________________
4152 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
4153         Log: Give a simple example of writing PerlIO::Via handlers
4154              in Perl.
4155      Branch: perl
4156            ! ext/PerlIO/Via/Via.pm
4157 ____________________________________________________________________________
4158 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
4159         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
4160      Branch: perl
4161            + lib/Pod/t/latex.t
4162            ! MANIFEST
4163 ____________________________________________________________________________
4164 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
4165         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
4166              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4167              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
4168              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
4169      Branch: perl
4170            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
4171 ____________________________________________________________________________
4172 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
4173         Log: Spread d_procselfexe to far-off lands (undefined).
4174      Branch: perl
4175            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
4176            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4177            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4178            ! win32/config.gc win32/config.vc win32/config.win64
4179            ! wince/config.ce
4180 ____________________________________________________________________________
4181 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
4182         Log: Integrate perlio; add detection and use of /proc/self/exe
4183              (Linuxism for finding the absolute path of the executable)
4184      Branch: perl
4185           !> Configure config_h.SH perl.c t/op/magic.t
4186 ____________________________________________________________________________
4187 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
4188         Log: Really define do_report_used() only if DEBUGGING.
4189      Branch: perl
4190            ! sv.c
4191 ____________________________________________________________________________
4192 [ 13138] By: nick                                  on 2001/11/20  20:01:05
4193         Log: perl.c change to use HAS_PROCSELFEXE, also
4194              tweak to $^X test to comprehend full path to real executable
4195              being returned (like Cygwin as it happens...)
4196      Branch: perlio
4197            ! perl.c t/op/magic.t
4198 ____________________________________________________________________________
4199 [ 13137] By: nick                                  on 2001/11/20  19:46:00
4200         Log: Integrate mainline
4201      Branch: perlio
4202           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
4203           +> lib/NEXT/t/unseen.t
4204            - lib/NEXT/test.pl
4205           !> (integrate 34 files)
4206 ____________________________________________________________________________
4207 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
4208         Log: Subject: [?PATCH] terser pp_eq
4209              From: Nicholas Clark <nick@ccl4.org>
4210              Date: Mon, 19 Nov 2001 23:09:02 +0000
4211              Message-ID: <20011119230901.O62891@plum.flirble.org>
4212      Branch: perl
4213            ! pp_hot.c
4214 ____________________________________________________________________________
4215 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
4216         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
4217      Branch: perl
4218            ! pod/perldelta.pod
4219 ____________________________________________________________________________
4220 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
4221         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
4222              From: Andy Dougherty <doughera@lafayette.edu>
4223              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
4224              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
4225      Branch: perl
4226            ! ext/re/Makefile.PL ext/re/re.xs
4227 ____________________________________________________________________________
4228 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
4229         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
4230              From: Andy Dougherty <doughera@lafayette.edu>
4231              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
4232              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
4233      Branch: perl
4234            ! ext/re/re.xs
4235 ____________________________________________________________________________
4236 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
4237         Log: Integrate change #13119 from macperl.
4238              (No changes since already applied the patch,
4239              just keep perforce happy and well-fed.)
4240      Branch: perl
4241           !> lib/Pod/Html.pm
4242 ____________________________________________________________________________
4243 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
4244         Log: Subject: [PATCH] filter-util.pl for Mac OS
4245              From: Chris Nandor <pudge@pobox.com>
4246              Date: Tue, 20 Nov 2001 00:16:11 -0500
4247              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
4248      Branch: perl
4249            ! t/lib/filter-util.pl
4250 ____________________________________________________________________________
4251 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
4252         Log: Subject: [PATCH] Portability fix for Pod::Html
4253              From: Chris Nandor <pudge@pobox.com>
4254              Date: Tue, 20 Nov 2001 00:01:05 -0500
4255              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
4256      Branch: perl
4257            ! lib/Pod/Html.pm
4258 ____________________________________________________________________________
4259 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
4260         Log: Need to skip more tests if not perlio.
4261      Branch: perl
4262            ! lib/open.t
4263 ____________________________________________________________________________
4264 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
4265         Log: Pass 3 at perldelta - sort the lists of new modules,
4266              module improvements, and new platforms.
4267      Branch: perl
4268            ! pod/perldelta.pod
4269 ____________________________________________________________________________
4270 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
4271         Log: Document ${^OPEN}.
4272      Branch: perl
4273            ! pod/perlvar.pod
4274 ____________________________________________________________________________
4275 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
4276         Log: Make configpm work with extra keys
4277      Branch: maint-5.6/macperl
4278            ! macos/configpm
4279 ____________________________________________________________________________
4280 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
4281         Log: Version and doc updates
4282      Branch: maint-5.6/macperl
4283            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
4284 ____________________________________________________________________________
4285 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
4286         Log: More fixes for error message parsing (bug #470316)
4287      Branch: maint-5.6/macperl
4288            ! macos/macish.c
4289 ____________________________________________________________________________
4290 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
4291         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
4292              remove obsolete function (bug #465225)
4293      Branch: maint-5.6/macperl
4294            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
4295            ! macos/macperl/MPScript.c
4296 ____________________________________________________________________________
4297 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
4298         Log: Add p2as droplet to distribution.
4299      Branch: maint-5.6/macperl
4300            + macos/macperl/Droplets/p2as.plx
4301 ____________________________________________________________________________
4302 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
4303         Log: Bundle File::Sort.
4304      Branch: maint-5.6/macperl
4305            + macos/bundled_lib/blib/lib/File/Sort.pm
4306 ____________________________________________________________________________
4307 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
4308         Log: Various bundled module fixes.
4309      Branch: maint-5.6/macperl
4310            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
4311            ! macos/bundled_ext/Digest/MD5/t/files.t
4312            ! macos/bundled_ext/Filter/t/filter-util.pl
4313            ! macos/bundled_lib/blib/lib/Net/Config.pm
4314            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4315 ____________________________________________________________________________
4316 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
4317         Log: Portability fix for Pod::Html.
4318      Branch: maint-5.6/macperl
4319            ! lib/Pod/Html.pm
4320 ____________________________________________________________________________
4321 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
4322         Log: Upgrade to Text::Balanced 1.89.
4323      Branch: perl
4324            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
4325            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
4326            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
4327            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
4328            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
4329            ! lib/Text/Balanced/t/gentag.t
4330 ____________________________________________________________________________
4331 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
4332         Log: Upgrade to NEXT 0.50.
4333      Branch: perl
4334            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
4335            + lib/NEXT/t/unseen.t
4336            - lib/NEXT/test.pl
4337            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
4338 ____________________________________________________________________________
4339 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
4340         Log: Integrate with maint-5.6/perl.
4341      Branch: maint-5.6/macperl
4342           !> win32/win32.c
4343 ____________________________________________________________________________
4344 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
4345         Log: Update the README.threads scary header a bit.
4346      Branch: perl
4347            ! README.threads
4348 ____________________________________________________________________________
4349 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
4350         Log: Pass 2 at perldelta: add some changes since 5.7.2.
4351      Branch: perl
4352            ! pod/perldelta.pod
4353 ____________________________________________________________________________
4354 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
4355         Log: Subject: [DOC PATCH] perlfaq4.pod 
4356              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4357              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
4358              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
4359      Branch: perl
4360            ! pod/perlfaq4.pod
4361 ____________________________________________________________________________
4362 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
4363         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
4364              From: Michael G Schwern <schwern@pobox.com> 
4365              Date: Mon, 19 Nov 2001 19:53:12 -0500
4366              Message-ID: <20011119195311.I11883@blackrider>
4367      Branch: perl
4368            ! perl.c
4369 ____________________________________________________________________________
4370 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
4371         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
4372              From: PPrymmer@factset.com
4373              Date: Mon, 19 Nov 2001 17:08:59 -0500
4374              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
4375      Branch: perl
4376            ! vms/descrip_mms.template
4377 ____________________________________________________________________________
4378 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
4379         Log: Create a per-interpeter debug scratchpad container
4380              and use that for the regexec debugging.
4381      Branch: perl
4382            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
4383 ____________________________________________________________________________
4384 [ 13109] By: nick                                  on 2001/11/19  22:01:45
4385         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
4386              Configure unit detects the feature).
4387      Branch: metaconfig/U/perl
4388            + procselfexe.U
4389      Branch: perlio
4390            ! Configure config_h.SH
4391 ____________________________________________________________________________
4392 [ 13108] By: nick                                  on 2001/11/19  20:39:17
4393         Log: Integrate mainline
4394      Branch: perlio
4395           +> t/op/or.t
4396           !> (integrate 44 files)
4397 ____________________________________________________________________________
4398 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
4399         Log: sysseek tweak.
4400      Branch: perl
4401            ! pod/perlfunc.pod
4402 ____________________________________________________________________________
4403 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
4404         Log: Move the sysio tests from io/utf8 to lib/open.
4405      Branch: perl
4406            ! lib/open.t t/io/utf8.t
4407 ____________________________________________________________________________
4408 [ 13105] By: nick                                  on 2001/11/19  20:15:39
4409         Log: Add a .package and a README to //depot/metaconfig
4410      Branch: metaconfig
4411            + .package README
4412 ____________________________________________________________________________
4413 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
4414         Log: Thou shalt not mix stdio and sysio.
4415      Branch: perl
4416            ! t/io/utf8.t
4417 ____________________________________________________________________________
4418 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
4419         Log: Update Changes.
4420      Branch: perl
4421            ! Changes patchlevel.h
4422 ____________________________________________________________________________
4423 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
4424         Log: The runops_debug needs to be present always, otherwise
4425              places like AIX which need an explicit symbol export list
4426              will croak when trying to build Devel::Peek (which uses
4427              the runops_debug).
4428      Branch: perl
4429            ! makedef.pl
4430 ____________________________________________________________________________
4431 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
4432         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
4433              From: PPrymmer@factset.com 
4434              Date: Mon, 19 Nov 2001 11:34:22 -0500
4435              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
4436      Branch: perl
4437            ! lib/Memoize/t/tie_sdbm.t
4438 ____________________________________________________________________________
4439 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
4440         Log: Retract #13088: it seems that unless dump.c is extensively
4441              reorganized as to what symbols it shows, when, and to whom,
4442              we are stuck with having the dump.o symbols in the libperl
4443              and thusly in the main Perl binary.
4444      Branch: perl
4445            ! embedvar.h perlapi.h perlvars.h
4446 ____________________________________________________________________________
4447 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
4448         Log: The _uni_display should not be in dump.c since they
4449              are used under normal operation (S_not_a_number()).
4450      Branch: perl
4451            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
4452 ____________________________________________________________________________
4453 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
4454         Log: Protect sv_dump() from being included unless DEBUGGING,
4455              as noticed by Ilya.
4456      Branch: perl
4457            ! sv.c
4458 ____________________________________________________________________________
4459 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
4460         Log: Pending further investigation skip the tell() tests.
4461              The tell() is okay on Solaris, HP-UX and Tru64, but fails
4462              (by returning too much) in Linux.
4463      Branch: perl
4464            ! t/io/utf8.t
4465 ____________________________________________________________________________
4466 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
4467         Log: Retract #13082 until a better solution is found:
4468              statics break ithreads.
4469      Branch: perl
4470            ! regexec.c
4471 ____________________________________________________________________________
4472 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
4473         Log: Figures 1 and 2 for UTF-8.
4474      Branch: perl
4475            ! pod/perlunicode.pod
4476 ____________________________________________________________________________
4477 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
4478         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
4479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4480              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
4481              Message-ID: <20011119132645.A15034@rafael>
4482      Branch: perl
4483            ! op.c pod/perldiag.pod t/lib/warnings/op
4484 ____________________________________________________________________________
4485 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
4486         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
4487              From: Michael G Schwern <schwern@pobox.com> 
4488              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
4489              Message-ID: <20011119031112.E786@blackrider>
4490      Branch: perl
4491            ! t/op/closure.t
4492 ____________________________________________________________________________
4493 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
4494         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
4495              From: Michael G Schwern <schwern@pobox.com>
4496              Date: Mon, 19 Nov 2001 03:42:56 -0500
4497              Message-ID: <20011119034256.I786@blackrider>
4498      Branch: perl
4499            + t/op/or.t
4500            ! MANIFEST
4501 ____________________________________________________________________________
4502 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
4503         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
4504              From: "Craig A. Berry" <craigberry@mac.com>
4505              Date: Sun, 18 Nov 2001 14:33:48 -0600
4506              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
4507      Branch: perl
4508            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
4509 ____________________________________________________________________________
4510 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
4511         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
4512              From: Dave Rolsky <autarch@urth.org>
4513              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
4514              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
4515      Branch: perl
4516            ! lib/ExtUtils/Manifest.pm
4517 ____________________________________________________________________________
4518 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
4519         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
4520              From: Dave Rolsky <autarch@urth.org>
4521              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
4522              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
4523      Branch: perl
4524            ! lib/ExtUtils/Install.pm
4525 ____________________________________________________________________________
4526 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
4527         Log: The runops_dbg should not be needed.
4528      Branch: perl
4529            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
4530 ____________________________________________________________________________
4531 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
4532         Log: do_spawn() cleanup from Charles Lane.
4533      Branch: perl
4534            ! vms/vms.c
4535 ____________________________________________________________________________
4536 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
4537         Log: Update the list of tests.
4538      Branch: perl
4539            ! t/lib/1_compile.t
4540 ____________________________________________________________________________
4541 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
4542         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
4543              From: Michael G Schwern <schwern@pobox.com> 
4544              Date: Fri, 16 Nov 2001 17:37:04 -0500
4545              Message-ID: <20011116173703.L30160@blackrider>
4546      Branch: perl
4547            ! t/lib/warnings/sv
4548 ____________________________________________________________________________
4549 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
4550         Log: FAQ sync.
4551      Branch: perl
4552            ! pod/perlfaq4.pod
4553 ____________________________________________________________________________
4554 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
4555         Log: Integrate perlio; win32 sync.
4556      Branch: perl
4557           !> perlio.c win32/win32io.c
4558 ____________________________________________________________________________
4559 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
4560         Log: (retracted by #13096)
4561              Debugging would be badly skewed by a malloc per regex dump.
4562      Branch: perl
4563            ! regexec.c
4564 ____________________________________________________________________________
4565 [ 13081] By: nick                                  on 2001/11/18  19:08:40
4566         Log: Win32 layer has a dup which needs to match new prototype.
4567      Branch: perlio
4568            ! win32/win32io.c
4569 ____________________________________________________________________________
4570 [ 13080] By: nick                                  on 2001/11/18  19:05:02
4571         Log: Wrong way to get stdio mode used.
4572      Branch: perlio
4573            ! perlio.c
4574 ____________________________________________________________________________
4575 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
4576         Log: Retract #13048: that introduced a malloc() (through savepvn())
4577              to *every* m//, which killed the performance quite badly.
4578      Branch: perl
4579            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
4580 ____________________________________________________________________________
4581 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
4582         Log: Pass 1 at perldelta.pod: sort the section contents
4583              together, drop all but the 5.7.2 known problems,
4584              leave the 5.7.1 security note since that's the
4585              fullest explanation (update the date on that).
4586      Branch: perl
4587            ! pod/perldelta.pod
4588 ____________________________________________________________________________
4589 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
4590         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
4591              
4592              Tiny problem in the test for 20011113.110: I hope
4593              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
4594      Branch: perl
4595            ! pp.c t/op/repeat.t
4596 ____________________________________________________________________________
4597 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
4598         Log: All of syswrite/send/sendto need to return character counts,
4599              and character counts from the offset, not the beginning of
4600              the scalar.
4601      Branch: perl
4602            ! pp_sys.c
4603 ____________________________________________________________________________
4604 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
4605         Log: Integrate PerlIO: duping fixes.
4606      Branch: perl
4607           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4608           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
4609           !> perliol.h sv.c
4610 ____________________________________________________________________________
4611 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
4612         Log: syswrite() was still returning byte counts, not character counts.
4613      Branch: perl
4614            ! pp_sys.c t/io/utf8.t
4615 ____________________________________________________________________________
4616 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
4617         Log: Add test for sysread().
4618      Branch: perl
4619            ! t/io/utf8.t
4620 ____________________________________________________________________________
4621 [ 13072] By: nick                                  on 2001/11/18  16:15:31
4622         Log: Allow dup'ing of PerlIO::Scalar etc.
4623      Branch: perlio
4624            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4625            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
4626            ! perliol.h sv.c
4627 ____________________________________________________________________________
4628 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
4629         Log: Prepend a null byte to the test set.
4630      Branch: perl
4631            ! t/io/utf8.t
4632 ____________________________________________________________________________
4633 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
4634         Log: Document how "no utf8;" can become handy.
4635      Branch: perl
4636            ! lib/utf8.pm
4637 ____________________________________________________________________________
4638 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
4639         Log: Integrate perlio; force the inclusion of the PL_runops_*
4640      Branch: perl
4641           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
4642 ____________________________________________________________________________
4643 [ 13068] By: nick                                  on 2001/11/18  13:23:33
4644         Log: embed.pl generated changes I forgot to include
4645      Branch: perlio
4646            ! embedvar.h perlapi.h pod/perlapi.pod
4647 ____________________________________________________________________________
4648 [ 13067] By: nick                                  on 2001/11/18  12:50:19
4649         Log: Force inclusion of both Perl_runops_* in perl itself,
4650              so they are available for Peek.xs etc.
4651      Branch: perlio
4652            ! perlvars.h
4653 ____________________________________________________________________________
4654 [ 13066] By: nick                                  on 2001/11/18  11:00:34
4655         Log: Integrate mainline - a few Devel::Peak fails.
4656      Branch: perlio
4657           +> (branch 29 files)
4658            - ext/Thread/Thread.pm lib/Benchmark.t
4659            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4660            - lib/Lingua/KO/Hangul/Util/README
4661            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
4662            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
4663            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
4664            - vms/ext/vmsish.pm vms/ext/vmsish.t
4665            ! hv.c
4666           !> (integrate 389 files)
4667 ____________________________________________________________________________
4668 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
4669         Log: Start working on perldelta.  This is not yet any sort of
4670              editing; just concatenating perl570delta, perl571delta,
4671              and perl572delta.  Any sorting not done, any duplicate
4672              removal not done, any removal or update of obsolete items
4673              not done, any changes since 5.7.2 not included.  So there.
4674      Branch: perl
4675            ! pod/perldelta.pod
4676 ____________________________________________________________________________
4677 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
4678         Log: Banish "use utf8".
4679      Branch: perl
4680            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
4681 ____________________________________________________________________________
4682 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
4683         Log: Tweak from Charles Lane.
4684      Branch: perl
4685            ! vms/vms.c
4686 ____________________________________________________________________________
4687 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
4688         Log: Integrate change #13058 from maintperl;
4689              change#12559 breaks things on Win9x because command.com doesn't
4690              grok dquotes at all; disable all the system() smarts for
4691              command.com
4692      Branch: perl
4693           !> win32/win32.c
4694 ____________________________________________________________________________
4695 [ 13061] By: ams                                   on 2001/11/17  13:46:11
4696         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
4697              From: Jonathan Stowe <gellyfish@gellyfish.com>
4698              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
4699              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
4700      Branch: perl
4701            ! lib/Term/Cap.pm
4702 ____________________________________________________________________________
4703 [ 13060] By: ams                                   on 2001/11/17  09:49:10
4704         Log: Subject: [PATCH9 File/Find.pm doc nits
4705              From: Tels <perl_dummy@bloodgate.com>
4706              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
4707      Branch: perl
4708            ! lib/File/Find.pm
4709 ____________________________________________________________________________
4710 [ 13059] By: ams                                   on 2001/11/17  09:38:38
4711         Log: Subject: [PATCH] Benchmark.pm nit
4712              From: Tels <perl_dummy@bloodgate.com>
4713              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
4714      Branch: perl
4715            ! lib/Benchmark.pm
4716 ____________________________________________________________________________
4717 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
4718         Log: change#12559 breaks things on Win9x because command.com doesn't
4719              grok dquotes at all; disable all the system() smarts for
4720              command.com
4721      Branch: maint-5.6/perl
4722            ! win32/win32.c
4723 ____________________________________________________________________________
4724 [ 13057] By: ams                                   on 2001/11/16  20:30:03
4725         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
4726              From: Andy Dougherty <doughera@lafayette.edu>
4727              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
4728              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
4729      Branch: perl
4730            ! lib/Unicode/UCD.t
4731 ____________________________________________________________________________
4732 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
4733         Log: Subject: [Patch Perl@13023] VMS system() warning
4734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4735              Date: Fri, 16 Nov 2001 15:20:11 EST
4736              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
4737      Branch: perl
4738            ! vms/vms.c
4739 ____________________________________________________________________________
4740 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
4741         Log: It's neither-nor, and protect against the impossible.
4742      Branch: perl
4743            ! lib/Thread.pm
4744 ____________________________________________________________________________
4745 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
4746         Log: 5005threads didn't work because $Thread::VERSION wasn't
4747              visible.  Oops.
4748      Branch: perl
4749            ! ext/Thread/Makefile.PL lib/Thread.pm
4750 ____________________________________________________________________________
4751 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
4752         Log: Robustness against Linux using something else than gcc;
4753              based on
4754              
4755              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
4756              From: Charles Randall <cfriv@yahoo.com>
4757              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
4758              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
4759      Branch: perl
4760            ! ext/Errno/Errno_pm.PL
4761 ____________________________________________________________________________
4762 [ 13052] By: ams                                   on 2001/11/16  16:46:39
4763         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
4764              From: Russ Allbery <rra@stanford.edu>
4765              Date: 16 Nov 2001 09:44:21 -0800
4766              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
4767      Branch: perl
4768            ! lib/Pod/ParseLink.pm
4769 ____________________________________________________________________________
4770 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
4771         Log: Update perluniintro on the UTF-8 output matters
4772              (that -w will warn unless the stream is explicitly UTF-8-ified).
4773      Branch: perl
4774            ! pod/perluniintro.pod
4775 ____________________________________________________________________________
4776 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
4777         Log: Adding new files to MANIFEST is nice.
4778      Branch: perl
4779            ! MANIFEST
4780 ____________________________________________________________________________
4781 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
4782         Log: Update Changes.
4783      Branch: perl
4784            ! Changes patchlevel.h
4785 ____________________________________________________________________________
4786 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
4787         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
4788              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
4789              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
4790              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
4791      Branch: perl
4792            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
4793 ____________________________________________________________________________
4794 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
4795         Log: Rename perlunintro to perluniintro; regen toc.
4796      Branch: perl
4797            + pod/perluniintro.pod
4798            - pod/perlunintro.pod
4799            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4800 ____________________________________________________________________________
4801 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
4802         Log: Document the negated lookeahead trick to emulate
4803              character class subtraction.
4804      Branch: perl
4805            ! pod/perlunicode.pod
4806 ____________________________________________________________________________
4807 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
4808         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
4809              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4810              Date: Fri, 16 Nov 2001 23:31:04 +0900
4811              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
4812              
4813              (with the tweak that Cntrl is not C, it's Cc)
4814      Branch: perl
4815            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
4816            ! lib/unicore/mktables
4817 ____________________________________________________________________________
4818 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
4819         Log: Subject: [PATCH current] runtime runops switch
4820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4821              Date: Fri, 16 Nov 2001 00:48:09 -0500
4822              Message-ID: <20011116004809.A934@math.ohio-state.edu>
4823      Branch: perl
4824            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
4825            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
4826            ! pod/perlintern.pod proto.h run.c
4827 ____________________________________________________________________________
4828 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
4829         Log: Further discourage old Thread code; tell how to tell
4830              the difference.
4831      Branch: perl
4832            ! lib/Thread.pm
4833 ____________________________________________________________________________
4834 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
4835         Log: A missing return; from Charles Lane.
4836      Branch: perl
4837            ! vms/vms.c
4838 ____________________________________________________________________________
4839 [ 13041] By: ams                                   on 2001/11/16  12:11:14
4840         Log: Subject: [PATCH] Doc spellcheck + podcheck
4841              From: Autrijus Tang <autrijus@egb.elixus.org>
4842              Date: Thu, 15 Nov 2001 22:49:05 -0800
4843              Message-Id: <20011116064905.GA44092@egb.elixus.org>
4844              
4845              Subject: [PATCH] podcheck+spellcheck, the rest of the story
4846              From: Autrijus Tang <autrijus@egb.elixus.org>
4847              Date: Fri, 16 Nov 2001 00:42:20 -0800
4848              Message-Id: <20011116084220.GA44295@egb.elixus.org>
4849              
4850              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
4851              From: Nicholas Clark <nick@ccl4.org>
4852              Date: Fri, 16 Nov 2001 10:32:01 +0000
4853              Message-Id: <20011116103200.F62891@plum.flirble.org>
4854              (Applied after suitable de-mangling.)
4855      Branch: perl
4856            ! README.aix README.dgux README.dos README.epoc README.hpux
4857            ! README.mint README.mpeix README.netware README.os2
4858            ! README.os390 README.plan9 README.qnx README.solaris
4859            ! README.threads doio.c pod/perl571delta.pod
4860            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
4861            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
4862            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
4863            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
4864            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
4865            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
4866 ____________________________________________________________________________
4867 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
4868         Log: Avoid redefinedness warning for now.
4869      Branch: perl
4870            ! lib/Thread.pm
4871 ____________________________________________________________________________
4872 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
4873         Log: use strict.
4874      Branch: perl
4875            ! lib/Thread.pm
4876 ____________________________________________________________________________
4877 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
4878         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
4879              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
4880              Date: Thu, 15 Nov 2001 22:54:47 EST 
4881              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
4882      Branch: perl
4883            ! vms/vms.c vms/vmspipe.com
4884 ____________________________________________________________________________
4885 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
4886         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
4887              From: "chromatic" <chromatic@rmci.net>
4888              Date: Thu, 15 Nov 2001 19:54:23 -0700
4889              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
4890      Branch: perl
4891            ! lib/File/stat.t
4892 ____________________________________________________________________________
4893 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
4894         Log: Make Thread a wrapper for both ithreads and 5005threads.
4895              Needs a lot of work and Arthur's eyeballing (and finishing
4896              few missing odds and ends of threads.pm).  Now Thread
4897              is an extension without its own .pm.
4898              
4899              If there are people who have experience working with
4900              either the 5005threads or the ithreads: cleaning up
4901              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
4902              and porting the various Thread::* modules, like Thread::Queue,
4903              to work also with ithreads, is needed.
4904              
4905              Removed the 5005threads requirement from the 5005 tests
4906              for easier testing (not all of them work yet since
4907              they use the Thread::* modules that have not been made
4908              to work with ithreads).  Leave the 5005 tests named as
4909              *.tx so that they are not run by "make test".
4910      Branch: perl
4911            + lib/Thread.pm
4912            - ext/Thread/Thread.pm
4913            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
4914            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
4915            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
4916            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
4917            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
4918            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
4919            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
4920 ____________________________________________________________________________
4921 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
4922         Log: $VERSION "a5" doesn't quite work.
4923      Branch: perl
4924            ! ext/B/Makefile.PL
4925 ____________________________________________________________________________
4926 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
4927         Log: Add the fruits of Larry Shatzer's version verifying script.
4928              (There are some straddlers, but they will be fixed in the
4929              upcoming releases of the modules.)
4930      Branch: perl
4931            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
4932            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
4933            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
4934            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
4935            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
4936            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
4937            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4938            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
4939            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
4940            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
4941            ! wince/FindExt.pm
4942 ____________________________________________________________________________
4943 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
4944         Log: Add Larry Shatzer's VERSION verifying script.
4945      Branch: perl
4946            + Porting/checkVERSION.pl
4947            ! MANIFEST Porting/pumpkin.pod
4948 ____________________________________________________________________________
4949 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
4950         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
4951              From: Michael G Schwern <schwern@pobox.com>
4952              Date: Thu, 15 Nov 2001 19:26:40 -0500
4953              Message-ID: <20011115192640.R31399@blackrider>
4954      Branch: perl
4955            ! t/test.pl
4956 ____________________________________________________________________________
4957 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
4958         Log: Document the MY_CXT business; from Paul Marquess.
4959      Branch: perl
4960            ! pod/perlxs.pod
4961 ____________________________________________________________________________
4962 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
4963         Log: VMSCMD synch attempt.
4964      Branch: perl
4965            ! vms/vms.c vms/vmsish.h
4966 ____________________________________________________________________________
4967 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
4968         Log: Advise against -P as instructed by Schwern.
4969      Branch: perl
4970            ! pod/perlrun.pod
4971 ____________________________________________________________________________
4972 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
4973         Log: Subject: [PATCH] v-strings as Objects Step 1
4974              From: John Peacock <jpeacock@rowman.com>
4975              Date: Thu, 15 Nov 2001 12:41:04 -0500
4976              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
4977      Branch: perl
4978            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
4979            ! util.c
4980 ____________________________________________________________________________
4981 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
4982         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
4983              From: Michael G Schwern <schwern@pobox.com>
4984              Date: Thu, 15 Nov 2001 12:47:59 -0500
4985              Message-ID: <20011115124759.E31399@blackrider>
4986      Branch: perl
4987            + t/run/switchx.aux t/run/switchx.t
4988            ! MANIFEST t/run/switches.t
4989 ____________________________________________________________________________
4990 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
4991         Log: Upgrade to Getopt::Long 2.26_03.
4992      Branch: perl
4993            ! lib/Getopt/Long.pm
4994 ____________________________________________________________________________
4995 [ 13025] By: ams                                   on 2001/11/15  20:46:22
4996         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
4997              From: Michael G Schwern <schwern@pobox.com>
4998              Date: Thu, 15 Nov 2001 16:24:11 -0500
4999              Message-Id: <20011115162411.M31399@blackrider>
5000      Branch: perl
5001            ! vms/vms.c
5002 ____________________________________________________________________________
5003 [ 13024] By: ams                                   on 2001/11/15  19:32:06
5004         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
5005              From: rspier@pobox.com (Robert Spier)
5006              Date: Thu, 15 Nov 2001 11:19:21 -0800
5007              Message-Id: <15348.5433.732364.963687@rls.cx>
5008      Branch: perl
5009            ! op.c
5010 ____________________________________________________________________________
5011 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
5012         Log: Update Changes.
5013      Branch: perl
5014            ! Changes patchlevel.h
5015 ____________________________________________________________________________
5016 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
5017         Log: Subject: [PATCH] new tests for command-line switches
5018              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5019              Date: Thu, 15 Nov 2001 17:00:30 +0100
5020              Message-ID: <20011115170030.A14193@rafael>
5021      Branch: perl
5022            + t/run/switches.t
5023            ! MANIFEST
5024 ____________________________________________________________________________
5025 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
5026         Log: Upgrade to podlators 1.13.
5027      Branch: perl
5028            + lib/Pod/ParseLink.pm
5029            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
5030            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
5031            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
5032            ! t/pod/pod2usage.xr t/pod/podselect.xr
5033 ____________________________________________________________________________
5034 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
5035         Log: skip "might be used uninitialized".
5036      Branch: perl
5037            ! pp_sys.c
5038 ____________________________________________________________________________
5039 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
5040         Log: Fix for "perlio bug in koi8-r encoding".  The problem
5041              seemed to be that binmode() always flushed the handle,
5042              which is not so good when switching encodings.  Fixed,
5043              added Matt Sergeant's testcase, documented in perlfunc/binmode,
5044              also added a pointer about disciplines to perlfunc/open,
5045              and in general cleaned up and reformatted the open entry.
5046      Branch: perl
5047            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
5048 ____________________________________________________________________________
5049 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
5050         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
5051              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5052              Date: 15 Nov 2001 08:57:06 -0000
5053              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
5054              
5055              chop() and chomp() are not real list functions,
5056              so let's not have them overrideable.  (Casey will
5057              be confused since in #7071 he patched the other way.)
5058      Branch: perl
5059            ! pod/perlfunc.pod toke.c
5060 ____________________________________________________________________________
5061 [ 13017] By: ams                                   on 2001/11/15  12:56:49
5062         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
5063              From: Robin Barker <rmb1@cise.npl.co.uk>
5064              Date: Thu, 15 Nov 2001 13:48:34 GMT
5065              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
5066              (Applied with tweaks.)
5067      Branch: perl
5068            ! pod/perltrap.pod
5069 ____________________________________________________________________________
5070 [ 13016] By: ams                                   on 2001/11/15  09:12:48
5071         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
5072              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5073              Date: Thu, 15 Nov 2001 09:06:39 +0100
5074              Message-Id: <20011115090639.A13005@rafael>
5075      Branch: perl
5076            ! pod/perlrun.pod
5077 ____________________________________________________________________________
5078 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
5079         Log: "link =" from utils.lst was being processed oddly.
5080      Branch: perl
5081            ! installman
5082 ____________________________________________________________________________
5083 [ 13014] By: ams                                   on 2001/11/15  02:52:52
5084         Log: Subject: [PATCH current] CreateTTY in -d
5085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5086              Date: Wed, 14 Nov 2001 21:26:31 -0500
5087              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
5088      Branch: perl
5089            ! lib/perl5db.pl
5090 ____________________________________________________________________________
5091 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
5092         Log: Corify the Filter::Simple tests. 
5093      Branch: perl
5094            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
5095            ! lib/Filter/Simple/t/filter_only.t
5096 ____________________________________________________________________________
5097 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
5098         Log: Upgrade to Filter::Simple 0.70.
5099      Branch: perl
5100            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
5101            + t/lib/FilterOnlyTest.pm
5102            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
5103            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5104            ! t/lib/FilterTest.pm
5105 ____________________________________________________________________________
5106 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
5107         Log: Cleanliness inspired by Cygwin.
5108      Branch: perl
5109            ! Makefile.SH x2p/Makefile.SH
5110 ____________________________________________________________________________
5111 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
5112         Log: Add perlunintro (formerly known as perlunitut); regen toc.
5113      Branch: perl
5114            + pod/perlunintro.pod
5115            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5116 ____________________________________________________________________________
5117 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
5118         Log: FAQ sync.
5119      Branch: perl
5120            ! pod/perlfaq6.pod
5121 ____________________________________________________________________________
5122 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
5123         Log: Quieten pgcc 2.91.66 worries.
5124      Branch: perl
5125            ! gv.c pp_ctl.c utf8.c
5126 ____________________________________________________________________________
5127 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
5128         Log: Upgrade to Switch 2.06.
5129      Branch: perl
5130            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
5131            ! lib/Switch/t/nested.t
5132 ____________________________________________________________________________
5133 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
5134         Log: Upgrade to Attribute::Handlers 0.76.
5135      Branch: perl
5136            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5137            ! lib/Attribute/Handlers/README
5138            ! lib/Attribute/Handlers/demo/Demo.pm
5139            ! lib/Attribute/Handlers/demo/Descriptions.pm
5140            ! lib/Attribute/Handlers/demo/MyClass.pm
5141            ! lib/Attribute/Handlers/demo/demo_cycle.pl
5142            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
5143            ! lib/Attribute/Handlers/t/multi.t
5144 ____________________________________________________________________________
5145 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
5146         Log: Signedness nit.
5147      Branch: perl
5148            ! regexec.c
5149 ____________________________________________________________________________
5150 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
5151         Log: VERSIONize.
5152      Branch: perl
5153            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
5154            ! lib/integer.pm
5155 ____________________________________________________________________________
5156 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
5157         Log: No pod in internal Net::FTP classes.
5158      Branch: perl
5159            ! pod/buildtoc.PL
5160 ____________________________________________________________________________
5161 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
5162         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
5163              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5164              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
5165              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
5166      Branch: perl
5167            ! regexec.c
5168 ____________________________________________________________________________
5169 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
5170         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
5171              Pudge correctly).
5172      Branch: perl
5173            ! t/test.pl
5174 ____________________________________________________________________________
5175 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
5176         Log: Add comments to mark where $^X is being handled.
5177      Branch: perl
5178            ! perl.c toke.c
5179 ____________________________________________________________________________
5180 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
5181         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
5182              From: Michael G Schwern <schwern@pobox.com>
5183              Date: Wed, 14 Nov 2001 16:38:25 -0500
5184              Message-ID: <20011114163825.D6519@blackrider>
5185      Branch: perl
5186            ! t/op/repeat.t
5187 ____________________________________________________________________________
5188 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
5189         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
5190              From: Michael G Schwern <schwern@pobox.com>
5191              Date: Wed, 14 Nov 2001 13:19:15 -0500
5192              Message-ID: <20011114131915.K5096@blackrider>
5193      Branch: perl
5194            ! t/op/die_exit.t
5195 ____________________________________________________________________________
5196 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
5197         Log: Subject: Re: [PATCH] new version of runperl()
5198              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5199              Date: Wed, 14 Nov 2001 15:39:12 EST
5200              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
5201              
5202              "VMS $^X pipes etc" patch.
5203      Branch: perl
5204            ! vms/vms.c
5205 ____________________________________________________________________________
5206 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
5207         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
5208              and add "verbose" option to show the final command.
5209      Branch: perl
5210            ! t/test.pl
5211 ____________________________________________________________________________
5212 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
5213         Log: Goof in some of the comment fields of #12994.
5214      Branch: perl
5215            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
5216            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
5217            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
5218            ! lib/unicore/In/9.pl
5219 ____________________________________________________________________________
5220 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
5221         Log: The First, Last ranges in the Unicode data weren't
5222              getting their general categories added properly;
5223              noticed by Jeffrey Friedl.
5224      Branch: perl
5225            ! lib/unicore/Category.pl lib/unicore/In/0.pl
5226            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
5227            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
5228            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
5229            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
5230            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
5231            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
5232            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
5233            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
5234            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
5235            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
5236            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
5237            ! lib/unicore/mktables
5238 ____________________________________________________________________________
5239 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
5240         Log: Subject: [PATCH] new version of runperl()
5241              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5242              Date: Wed, 14 Nov 2001 12:23:01 +0100
5243              Message-ID: <20011114122301.A29384@rafael>
5244      Branch: perl
5245            ! t/io/argv.t t/test.pl
5246 ____________________________________________________________________________
5247 [ 12992] By: ams                                   on 2001/11/14  13:40:39
5248         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
5249              From: Michael G Schwern <schwern@pobox.com>
5250              Date: Tue, 13 Nov 2001 23:17:54 -0500
5251              Message-Id: <20011113231754.S32567@blackrider>
5252      Branch: perl
5253            ! perl.c
5254 ____________________________________________________________________________
5255 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
5256         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
5257              From: Philip Newton <Philip.Newton@gmx.net>
5258              Date: Wed, 14 Nov 2001 10:59:53 +0100
5259              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
5260              
5261              plus a lot of paragraph reformatting because of long lines.
5262      Branch: perl
5263            ! pod/perlapio.pod
5264 ____________________________________________________________________________
5265 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
5266         Log: A bool is not a pointer.
5267      Branch: perl
5268            ! pp_sys.c
5269 ____________________________________________________________________________
5270 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
5271         Log: AUTHORS updates.
5272      Branch: perl
5273            ! AUTHORS
5274 ____________________________________________________________________________
5275 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
5276         Log: There are several MIME RFCs.
5277      Branch: perl
5278            ! ext/Encode/Encode.pm
5279 ____________________________________________________________________________
5280 [ 12987] By: ams                                   on 2001/11/14  01:09:28
5281         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
5282              From: Michael G Schwern <schwern@pobox.com>
5283              Date: Tue, 13 Nov 2001 20:59:13 -0500
5284              Message-Id: <20011113205913.H32567@blackrider>
5285      Branch: perl
5286            ! t/op/groups.t vms/test.com
5287 ____________________________________________________________________________
5288 [ 12986] By: ams                                   on 2001/11/14  01:07:06
5289         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
5290              From: Michael G Schwern <schwern@pobox.com>
5291              Date: Tue, 13 Nov 2001 20:51:34 -0500
5292              Message-Id: <20011113205134.F32567@blackrider>
5293      Branch: perl
5294            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
5295 ____________________________________________________________________________
5296 [ 12985] By: ams                                   on 2001/11/14  00:43:59
5297         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
5298              From: Michael G Schwern <schwern@pobox.com>
5299              Date: Tue, 13 Nov 2001 20:38:42 -0500
5300              Message-Id: <20011113203842.E32567@blackrider>
5301      Branch: perl
5302            ! pod/perlport.pod
5303 ____________________________________________________________________________
5304 [ 12984] By: ams                                   on 2001/11/14  00:32:15
5305         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
5306              From: Michael G Schwern <schwern@pobox.com>
5307              Date: Tue, 13 Nov 2001 20:27:02 -0500
5308              Message-Id: <20011113202702.D32567@blackrider>
5309      Branch: perl
5310            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
5311            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
5312            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
5313            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
5314 ____________________________________________________________________________
5315 [ 12983] By: ams                                   on 2001/11/14  00:00:27
5316         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
5317              From: Michael G Schwern <schwern@pobox.com>
5318              Date: Tue, 13 Nov 2001 19:51:59 -0500
5319              Message-Id: <20011113195159.B32567@blackrider>
5320      Branch: perl
5321            ! pod/perlport.pod
5322 ____________________________________________________________________________
5323 [ 12982] By: ams                                   on 2001/11/13  23:53:11
5324         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
5325              From: Larry Shatzer <fugazi@zippy.zyx.net>
5326              Date: Tue, 13 Nov 2001 17:27:59 -0700
5327              Message-Id: <20011113172759.E27768@zippy.zyx.net>
5328      Branch: perl
5329            ! pod/perlapio.pod
5330 ____________________________________________________________________________
5331 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
5332         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
5333              "large enough" Unicode characters returned more than one
5334              as their "Unicode size".
5335      Branch: perl
5336            ! pp_sys.c t/io/utf8.t
5337 ____________________________________________________________________________
5338 [ 12980] By: ams                                   on 2001/11/13  19:32:33
5339         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
5340              From: "Craig A. Berry" <craigberry@mac.com>
5341              Date: Tue, 13 Nov 2001 14:33:25 -0600
5342              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
5343      Branch: perl
5344            ! vms/gen_shrfls.pl
5345 ____________________________________________________________________________
5346 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
5347         Log: Subject: Minor patch to Encode.pm (detypo)
5348              From: "Philip Newton" <Philip.Newton@gmx.net>
5349              Date: Tue, 13 Nov 2001 20:11:01 +0100
5350              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
5351      Branch: perl
5352            ! ext/Encode/Encode.pm
5353 ____________________________________________________________________________
5354 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
5355         Log: Evil tabulators.
5356      Branch: perl
5357            ! ext/Encode/Encode.pm
5358 ____________________________________________________________________________
5359 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
5360         Log: Document the available encodings.
5361      Branch: perl
5362            ! ext/Encode/Encode.pm
5363 ____________________________________________________________________________
5364 [ 12976] By: ams                                   on 2001/11/13  17:14:07
5365         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
5366              From: Barrie Slaymaker <barries@slaysys.com>
5367              Date: Tue, 13 Nov 2001 12:41:36 -0500
5368              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
5369      Branch: perl
5370            ! t/op/universal.t
5371 ____________________________________________________________________________
5372 [ 12975] By: ams                                   on 2001/11/13  16:24:21
5373         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
5374              From: Barrie Slaymaker <barries@slaysys.com>
5375              Date: Tue, 13 Nov 2001 10:56:20 -0500
5376              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
5377              (Test applied with minor tweaks and ->isa("HASH") omission.)
5378      Branch: perl
5379            ! lib/UNIVERSAL.pm t/op/universal.t
5380 ____________________________________________________________________________
5381 [ 12974] By: ams                                   on 2001/11/13  15:46:07
5382         Log: Subject: [PATCH Benchmark.pm] docco tweaks
5383              From: Barrie Slaymaker <barries@slaysys.com>
5384              Date: Tue, 13 Nov 2001 11:34:45 -0500
5385              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
5386      Branch: perl
5387            ! lib/Benchmark.pm
5388 ____________________________________________________________________________
5389 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
5390         Log: Subject: [PATCH] Attack of the C loops, round 1
5391              From: Richard Soderberg <rs@oregonnet.com>
5392              Date: Mon, 12 Nov 2001 12:07:29 -0800
5393              Message-Id: <200111122007.MAA01994@oregonnet.com>
5394              
5395              Subject: [PATCH] bytecode.pl (tiny patch)
5396              From: Richard Soderberg <rs@oregonnet.com>
5397              Date: Mon, 12 Nov 2001 12:53:24 -0800
5398              Message-Id: <200111122053.MAA06272@oregonnet.com>
5399      Branch: perl
5400            ! bytecode.pl installhtml
5401 ____________________________________________________________________________
5402 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
5403         Log: Subject: [PATCH] Update to Filter::Util::Call
5404              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5405              Date: Sun, 11 Nov 2001 22:33:33 -0000
5406              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
5407              
5408              Use the new CXT* macros.
5409      Branch: perl
5410            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5411 ____________________________________________________________________________
5412 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
5413         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
5414              From: Michael G Schwern <schwern@pobox.com>
5415              Date: Mon, 12 Nov 2001 20:50:34 -0500
5416              Message-ID: <20011112205034.H2888@blackrider>
5417      Branch: perl
5418            + lib/vmsish.pm lib/vmsish.t
5419            - vms/ext/vmsish.pm vms/ext/vmsish.t
5420            ! MANIFEST vms/descrip_mms.template
5421 ____________________________________________________________________________
5422 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
5423         Log: :utf8 works only with perlio.
5424      Branch: perl
5425            ! lib/open.t
5426 ____________________________________________________________________________
5427 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
5428         Log: Subject: Re: @Config -"des" not quite working on VMS
5429              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5430              Date: Tue, 13 Nov 2001 08:35:13 EST 
5431              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
5432      Branch: perl
5433            ! configure.com
5434 ____________________________________________________________________________
5435 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
5436         Log: Subject: [PATCH] lib/charnames.pm 
5437              From: Jeffrey Friedl <jfriedl@yahoo.com>
5438              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
5439              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
5440      Branch: perl
5441            ! lib/charnames.pm
5442 ____________________________________________________________________________
5443 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
5444         Log: Docs for Mac::err.
5445      Branch: maint-5.6/macperl
5446            ! macos/ext/Mac/err/err.pm
5447 ____________________________________________________________________________
5448 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
5449         Log: Some cleanup; change some globals to references for
5450              possible persistence later.
5451      Branch: maint-5.6/macperl
5452            ! macos/lib/Mac/Glue.pm
5453 ____________________________________________________________________________
5454 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
5455         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
5456      Branch: maint-5.6/macperl
5457            ! macos/ext/Mac/Files/Files.pm
5458 ____________________________________________________________________________
5459 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
5460         Log: Get Mac::Navigation to compile (bug #464684).
5461      Branch: maint-5.6/macperl
5462            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
5463            ! macos/ext/Mac/Navigation/Makefile.PL
5464            ! macos/ext/Mac/Navigation/Navigation.xs
5465            ! macos/macperl/Makefile.mk
5466 ____________________________________________________________________________
5467 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
5468         Log: Add in modules and POD to help menu.
5469      Branch: maint-5.6/macperl
5470            ! macos/macperl/MacPerl.podhelp
5471 ____________________________________________________________________________
5472 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
5473         Log: Update bundled modules.
5474      Branch: maint-5.6/macperl
5475            + macos/bundled_ext/Filter/t/FilterTest.pm
5476            + macos/bundled_ext/List/Util/t/shuffle.t
5477            + macos/bundled_ext/Storable/t/compat06.t
5478            + macos/bundled_ext/Storable/t/st-dump.pl
5479            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
5480            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
5481            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
5482            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
5483            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
5484            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
5485            + macos/bundled_lib/blib/lib/lwpcook.pod
5486            + macos/bundled_lib/t/Filter/Simple/filter.t
5487            + macos/bundled_lib/t/Switch/t/given.t
5488            + macos/bundled_lib/t/Switch/t/nested.t
5489            + macos/bundled_lib/t/Switch/t/switch.t
5490            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
5491            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
5492            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
5493            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
5494            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
5495            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
5496            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
5497            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
5498            + macos/bundled_lib/t/URI/rfc2732.t
5499            + macos/bundled_lib/t/libnet/config.t
5500            + macos/bundled_lib/t/libnet/libnet_t.pl
5501            + macos/bundled_lib/t/libwww-perl/live/google.t
5502            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
5503            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
5504            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
5505            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
5506            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
5507            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
5508            + macos/bundled_lib/t/libwww-perl/live/validator.t
5509            - macos/bundled_ext/Filter/t/MyFilter.pm
5510            - macos/bundled_ext/Storable/t/compat-0.6.t
5511            - macos/bundled_ext/Storable/t/dump.pl
5512            - macos/bundled_ext/Time/Piece/Makefile.PL
5513            - macos/bundled_ext/Time/Piece/Piece.pm
5514            - macos/bundled_ext/Time/Piece/Piece.t
5515            - macos/bundled_ext/Time/Piece/Piece.xs
5516            - macos/bundled_ext/Time/Piece/README
5517            - macos/bundled_ext/Time/Piece/Seconds.pm
5518            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
5519            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
5520            - macos/bundled_lib/blib/lib/Net/PH.pm
5521            - macos/bundled_lib/blib/lib/Net/SNPP.pm
5522            - macos/bundled_lib/blib/lib/Text/Balanced.pod
5523            - macos/bundled_lib/t/Filter/Simple/test.pl
5524            - macos/bundled_lib/t/Switch/test.pl
5525            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
5526            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
5527            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
5528            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
5529            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
5530            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
5531            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
5532            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
5533            - macos/bundled_lib/t/libnet/ph.t
5534            ! (edit 125 files)
5535 ____________________________________________________________________________
5536 [ 12961] By: ams                                   on 2001/11/13  00:45:08
5537         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
5538              From: Michael G Schwern <schwern@pobox.com>
5539              Date: Mon, 12 Nov 2001 20:16:45 -0500
5540              Message-Id: <20011112201644.G2888@blackrider>
5541      Branch: perl
5542            ! pod/perlport.pod
5543 ____________________________________________________________________________
5544 [ 12960] By: ams                                   on 2001/11/12  23:54:00
5545         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
5546              Recoving dup tests for VMS
5547              From: Michael G Schwern <schwern@pobox.com>
5548              Date: Mon, 12 Nov 2001 19:35:33 -0500
5549              Message-Id: <20011112193533.D2888@blackrider>
5550      Branch: perl
5551            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
5552 ____________________________________________________________________________
5553 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
5554         Log: Update Changes.
5555      Branch: perl
5556            ! Changes patchlevel.h
5557 ____________________________________________________________________________
5558 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
5559         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
5560              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
5561              Date: Mon, 12 Nov 2001 12:35:18 EST 
5562              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
5563      Branch: perl
5564            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
5565            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
5566 ____________________________________________________________________________
5567 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
5568         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
5569              From: Barrie Slaymaker <barries@slaysys.com>
5570              Date: Mon, 12 Nov 2001 11:19:52 -0500
5571              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
5572      Branch: perl
5573            ! lib/File/Spec.t lib/File/Spec/Win32.pm
5574 ____________________________________________________________________________
5575 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
5576         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
5577              From: Barrie Slaymaker <barries@slaysys.com>
5578              Date: Mon, 12 Nov 2001 11:07:36 -0500
5579              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
5580      Branch: perl
5581            ! lib/Benchmark.pm
5582 ____________________________________________________________________________
5583 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
5584         Log: Misplaced test, noticed by Barrie Slaymaker.
5585              (We are missing Benchmark tests, then.)
5586      Branch: perl
5587            + ext/Devel/DProf/DProf.t
5588            - lib/Benchmark.t
5589            ! MANIFEST
5590 ____________________________________________________________________________
5591 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
5592         Log: Subject: [PATCH] a few typo fixes 
5593              From: Jeffrey Friedl <jfriedl@yahoo.com>
5594              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
5595              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
5596              
5597              Patching README.foo instead of pod/perlfoo.pod,
5598              not patching Math::BigInt (Tels will take care of that),
5599              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
5600              and perldoc.PL instead of libnetcfg and perldoc, patching
5601              ext/Digest/MD5/t/files.t since MD5.pm was changed.
5602      Branch: perl
5603            ! (edit 109 files)
5604 ____________________________________________________________________________
5605 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
5606         Log: Add a note about the dangers of bad UTF-8.
5607      Branch: perl
5608            ! pod/perlunicode.pod
5609 ____________________________________________________________________________
5610 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
5611         Log: NetWare Nit from Ananth Kesari.
5612      Branch: perl
5613            ! NetWare/config.wc
5614 ____________________________________________________________________________
5615 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
5616         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
5617      Branch: perl
5618            ! ext/Encode/Encode.pm
5619 ____________________________________________________________________________
5620 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
5621         Log: (retracted by #12951)
5622      Branch: perl
5623            ! ext/Encode/Encode.pm
5624 ____________________________________________________________________________
5625 [ 12949] By: ams                                   on 2001/11/12  06:40:18
5626         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
5627              From: Robert Spier <rspier@pobox.com>
5628              Date: Sun, 11 Nov 2001 18:50:18 -0800
5629              Message-Id: <15343.14570.121505.233336@rls.cx>
5630              
5631              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
5632              From: Rick Delaney <rick.delaney@home.com>
5633              Date: 12 Nov 2001 00:15:52 -0500
5634              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
5635      Branch: perl
5636            ! pp_hot.c t/op/taint.t
5637 ____________________________________________________________________________
5638 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
5639         Log: It seems that we actually have this detail implemented
5640              as for as Level 1 Support of Unicode regex support is
5641              concerned: at Level 1 only 1:1 support for loose
5642              (aka caseless, aka caseigoring ) matching is required.
5643      Branch: perl
5644            ! pod/perlunicode.pod
5645 ____________________________________________________________________________
5646 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
5647         Log: (retracted by #12951)
5648      Branch: perl
5649            ! ext/Encode/Encode.pm
5650 ____________________________________________________________________________
5651 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
5652         Log: BOM, bom, Bom.
5653      Branch: perl
5654            ! pod/perlunicode.pod
5655 ____________________________________________________________________________
5656 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
5657         Log: Upgrade to Math::BigInt 1.46.
5658      Branch: perl
5659            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5660            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5661            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5662            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
5663            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5664 ____________________________________________________________________________
5665 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
5666         Log: Subject: Re: PERFORCE change 12943 for review
5667              From: "Philip Newton" <Philip.Newton@gmx.net>
5668              Date: Sun, 11 Nov 2001 20:53:36 +0100
5669              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
5670      Branch: perl
5671            ! pod/perlunicode.pod
5672 ____________________________________________________________________________
5673 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
5674         Log: Doc updates; make the Unicode discussions a little
5675              bit less alarming, and add information about encodings,
5676              surrogates, and BOMs.
5677      Branch: perl
5678            ! pod/perlunicode.pod
5679 ____________________________________________________________________________
5680 [ 12942] By: ams                                   on 2001/11/11  16:45:00
5681         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
5682              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
5683              Date: Mon, 12 Nov 2001 00:22:57 +0900
5684              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
5685      Branch: perl
5686            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5687            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
5688 ____________________________________________________________________________
5689 [ 12941] By: ams                                   on 2001/11/11  13:01:40
5690         Log: Subject: Re: PERFORCE change 12929 for review
5691              From: "Philip Newton" <Philip.Newton@gmx.net>
5692              Date: Sun, 11 Nov 2001 14:27:44 +0100
5693              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
5694      Branch: perl
5695            ! MANIFEST
5696 ____________________________________________________________________________
5697 [ 12940] By: ams                                   on 2001/11/11  05:06:43
5698         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
5699              From: Michael G Schwern <schwern@pobox.com>
5700              Date: Thu, 8 Nov 2001 22:56:45 -0500
5701              Message-Id: <20011108225645.H5587@blackrider>
5702      Branch: perl
5703            ! t/op/chdir.t
5704 ____________________________________________________________________________
5705 [ 12939] By: ams                                   on 2001/11/11  05:01:00
5706         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
5707              From: Michael G Schwern <schwern@pobox.com>
5708              Date: Sun, 11 Nov 2001 00:54:43 -0500
5709              Message-Id: <20011111005443.A24450@blackrider>
5710      Branch: perl
5711            ! ext/Cwd/t/cwd.t
5712 ____________________________________________________________________________
5713 [ 12938] By: ams                                   on 2001/11/11  03:25:13
5714         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
5715              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
5716              From: "chromatic" <chromatic@rmci.net>
5717              Date: Sat, 10 Nov 2001 21:03:20 -0700
5718              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
5719      Branch: perl
5720            ! lib/File/stat.pm lib/File/stat.t
5721 ____________________________________________________________________________
5722 [ 12937] By: ams                                   on 2001/11/11  02:05:23
5723         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
5724              From: "Craig A. Berry" <craigberry@mac.com>
5725              Date: Sat, 10 Nov 2001 17:23:52 -0600
5726              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
5727      Branch: perl
5728            ! t/op/magic.t
5729 ____________________________________________________________________________
5730 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
5731         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
5732      Branch: perl
5733            ! lib/open.pm lib/open.t
5734 ____________________________________________________________________________
5735 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
5736         Log: The Official name of ASCII.
5737      Branch: perl
5738            ! ext/Encode/Encode.pm
5739 ____________________________________________________________________________
5740 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
5741         Log: The KOI8-R example wasn't quite right.
5742      Branch: perl
5743            ! lib/open.pm lib/open.t
5744 ____________________________________________________________________________
5745 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
5746         Log: Enhance the open pragma to support :utf8, :locale,
5747              and :encoding directly as special cases, and rename
5748              the INOUT to IO.
5749      Branch: perl
5750            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
5751 ____________________________________________________________________________
5752 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
5753         Log: Document the UTF-16 surrogate encoding and decoding.
5754      Branch: perl
5755            ! ext/Encode/Encode.pm
5756 ____________________________________________________________________________
5757 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
5758         Log: A potential recursion breaker.
5759      Branch: perl
5760            ! sv.c
5761 ____________________________________________________________________________
5762 [ 12930] By: ams                                   on 2001/11/10  07:46:53
5763         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
5764              (was Re: perl@12892)
5765              From: "chromatic" <chromatic@rmci.net>
5766              Date: Sat, 10 Nov 2001 01:28:09 -0700
5767              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
5768      Branch: perl
5769            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
5770            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
5771            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
5772            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
5773 ____________________________________________________________________________
5774 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
5775         Log: Add a test for the bytes pragma.
5776      Branch: perl
5777            + lib/bytes.t
5778            ! MANIFEST
5779 ____________________________________________________________________________
5780 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
5781         Log: Doc update.
5782      Branch: perl
5783            ! lib/bytes.pm
5784 ____________________________________________________________________________
5785 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
5786         Log: Cease to exist.
5787      Branch: perl
5788            - lib/Unicode/Normalize.pm
5789 ____________________________________________________________________________
5790 [ 12926] By: ams                                   on 2001/11/10  03:23:16
5791         Log: Subject: [patch] my_setenv speedup + fixes
5792              From: Doug MacEachern <dougm@covalent.net>
5793              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
5794              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
5795      Branch: perl
5796            ! util.c
5797 ____________________________________________________________________________
5798 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
5799         Log: Newline trouble.
5800      Branch: perl
5801            ! lib/ExtUtils/Embed.t
5802 ____________________________________________________________________________
5803 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
5804         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
5805              From: "Craig A. Berry" <craigberry@mac.com>
5806              Date: Fri, 09 Nov 2001 18:13:16 -0600
5807              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
5808      Branch: perl
5809            ! vms/munchconfig.c
5810 ____________________________________________________________________________
5811 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
5812         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
5813              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5814              Date: Sat, 10 Nov 2001 00:10:45 +0100
5815              Message-ID: <20011110001045.A11945@rafael>
5816      Branch: perl
5817            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
5818            + t/run/switchn.t t/run/switchp.t
5819            ! MANIFEST
5820 ____________________________________________________________________________
5821 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
5822         Log: Subject: [PATCH] some tests not cleaning up properly               
5823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
5824              Date: Fri, 9 Nov 2001 22:13:10 +0100
5825              Message-ID: <20011109221310.A11115@rafael>
5826      Branch: perl
5827            ! ext/Cwd/t/cwd.t t/io/argv.t
5828 ____________________________________________________________________________
5829 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
5830         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
5831              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5832              Date: Fri, 9 Nov 2001 15:07:19 EST
5833              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
5834      Branch: perl
5835            ! lib/ExtUtils/Embed.t
5836 ____________________________________________________________________________
5837 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
5838         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
5839              have been copied so it shouldn't be freed in perl_destruct()
5840      Branch: perl
5841            ! perl.c
5842 ____________________________________________________________________________
5843 [ 12919] By: ams                                   on 2001/11/09  15:36:22
5844         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
5845              From: Michael G Schwern <schwern@pobox.com>
5846              Date: Fri, 9 Nov 2001 00:38:59 -0500
5847              Message-Id: <20011109003859.K5587@blackrider>
5848              (Applied with directory name changes suggested by Craig Berry.)
5849      Branch: perl
5850            ! ext/Cwd/t/cwd.t
5851 ____________________________________________________________________________
5852 [ 12918] By: ams                                   on 2001/11/09  15:29:15
5853         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
5854              From: Michael G Schwern <schwern@pobox.com>
5855              Date: Fri, 9 Nov 2001 01:44:14 -0500
5856              Message-Id: <20011109014414.N5587@blackrider>
5857      Branch: perl
5858            ! vms/ext/filespec.t
5859 ____________________________________________________________________________
5860 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
5861         Log: Update Changes.
5862      Branch: perl
5863            ! Changes patchlevel.h
5864 ____________________________________________________________________________
5865 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
5866         Log: Regen toc.
5867      Branch: perl
5868            ! pod/perltoc.pod
5869 ____________________________________________________________________________
5870 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
5871         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
5872              see http://www.jepstone.net/bjepson//jpl/cvs.html
5873      Branch: perl
5874            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5875 ____________________________________________________________________________
5876 [ 12914] By: ams                                   on 2001/11/09  14:05:12
5877         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
5878              From: Michael G Schwern <schwern@pobox.com>
5879              Date: Thu, 8 Nov 2001 22:05:49 -0500
5880              Message-Id: <20011108220549.F5587@blackrider>
5881      Branch: perl
5882            ! vms/test.com
5883 ____________________________________________________________________________
5884 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
5885         Log: NetWare update from Ananth Kesari.
5886      Branch: perl
5887            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
5888 ____________________________________________________________________________
5889 [ 12912] By: ams                                   on 2001/11/09  13:40:26
5890         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
5891              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5892              Date: Fri, 9 Nov 2001 14:32:28 +0100
5893              Message-Id: <20011109143228.A18996@rafael>
5894      Branch: perl
5895            ! perl.c
5896 ____________________________________________________________________________
5897 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
5898         Log: FAQ sync.
5899      Branch: perl
5900            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5901            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5902            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
5903 ____________________________________________________________________________
5904 [ 12910] By: ams                                   on 2001/11/09  07:33:49
5905         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
5906              From: Michael G Schwern <schwern@pobox.com>
5907              Date: Fri, 9 Nov 2001 00:41:56 -0500
5908              Message-Id: <20011109004156.L5587@blackrider>
5909      Branch: perl
5910            ! lib/File/Find/t/find.t
5911 ____________________________________________________________________________
5912 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
5913         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
5914              The CPAN distribution has both pm and XS implementations,
5915              and for performance reasons we choose the XS.
5916              Another reason to choose the XS is that it doesn't
5917              require Lingua::KO::Hangul::Util, which means that
5918              we can delete that-- which in turn means that Unicode::UCD
5919              cannot expect that: support it, but don't expect.
5920              Ditto Unicode::Collate.
5921              
5922              Note that Unicode::Normalize Makefile.PL and
5923              Normalize.xs have been modified from the CPAN 0.10
5924              versions: the first one to be simpler (no pm) and
5925              clean up the generated unf*.h files, the second one
5926              to quench compiler grumblings.  Must notify Sadahiro
5927              about these changes.
5928      Branch: perl
5929            + ext/Unicode/Normalize/Changes
5930            + ext/Unicode/Normalize/Makefile.PL
5931            + ext/Unicode/Normalize/Normalize.pm
5932            + ext/Unicode/Normalize/Normalize.pod
5933            + ext/Unicode/Normalize/Normalize.xs
5934            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5935            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5936            + ext/Unicode/Normalize/t/test.t
5937            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5938            - lib/Lingua/KO/Hangul/Util/README
5939            - lib/Lingua/KO/Hangul/Util/t/test.t
5940            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
5941            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
5942            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
5943            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
5944            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
5945            ! win32/makefile.mk
5946 ____________________________________________________________________________
5947 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
5948         Log: Test miscounting.
5949      Branch: perl
5950            ! ext/POSIX/t/posix.t
5951 ____________________________________________________________________________
5952 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
5953         Log: Quote the variables in failures messages more nicely.
5954      Branch: perl
5955            ! t/test.pl
5956 ____________________________________________________________________________
5957 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
5958         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
5959              From: Michael G Schwern <schwern@pobox.com>
5960              Date: Thu, 8 Nov 2001 17:24:49 -0500
5961              Message-ID: <20011108172449.A5587@blackrider>
5962              
5963              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
5964              From: "Craig A. Berry" <craigberry@mac.com>
5965              Date: Thu, 8 Nov 2001 16:35:00 -0600
5966              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
5967      Branch: perl
5968            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
5969 ____________________________________________________________________________
5970 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
5971         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
5972              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5973              Date: Thu, 8 Nov 2001 22:52:50 -0000
5974              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
5975      Branch: perl
5976            ! ext/DB_File/t/db-recno.t
5977 ____________________________________________________________________________
5978 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
5979         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
5980              (Probably not an EBCDIC issue the way one would think
5981              since no chr() et alia are used in UCD.pm.)
5982      Branch: perl
5983            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5984 ____________________________________________________________________________
5985 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
5986         Log: Whether overwriting the $self->{...} values (see #12902)
5987              is a good policy or not is debatable, but let's at least
5988              be consistent.
5989      Branch: perl
5990            ! lib/ExtUtils/MM_Unix.pm
5991 ____________________________________________________________________________
5992 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
5993         Log: The MakeMaker argument () quoting patch that sneaked
5994              in at #12883 didn't handle make macros like this $(...).
5995              Leaning toothpicks, we've got them.
5996      Branch: perl
5997            ! lib/ExtUtils/MM_Unix.pm
5998 ____________________________________________________________________________
5999 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
6000         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
6001              From: Michael G Schwern <schwern@pobox.com>
6002              Date: Wed, 7 Nov 2001 02:02:29 -0500
6003              Message-ID: <20011107020229.K2858@blackrider>
6004      Branch: perl
6005            ! t/io/argv.t t/test.pl vms/test.com
6006 ____________________________________________________________________________
6007 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
6008         Log: Subject: [PATCH 20011106.084] -s on #! line 
6009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6010              Date: Wed, 7 Nov 2001 22:23:39 +0100
6011              Message-ID: <20011107222339.E729@rafael>
6012      Branch: perl
6013            ! embed.h embed.pl perl.c proto.h toke.c
6014 ____________________________________________________________________________
6015 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
6016         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
6017              From: Michael G Schwern <schwern@pobox.com>
6018              Date: Wed, 7 Nov 2001 16:52:49 -0500
6019              Message-ID: <20011107165249.I7346@blackrider>
6020      Branch: perl
6021            ! pod/perlhack.pod
6022 ____________________________________________________________________________
6023 [ 12898] By: ams                                   on 2001/11/08  13:02:19
6024         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
6025              From: Mark-Jason Dominus <mjd@plover.com>
6026              Date: Thu, 08 Nov 2001 08:59:02 -0500
6027              Message-Id: <20011108135902.2275.qmail@plover.com>
6028      Branch: perl
6029            ! INSTALL README README.amiga README.os2 README.vms
6030            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
6031            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
6032 ____________________________________________________________________________
6033 [ 12897] By: ams                                   on 2001/11/08  12:49:28
6034         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
6035              From: mjd@plover.com
6036              Date: 8 Nov 2001 13:33:18 -0000
6037              Message-Id: <20011108133318.1786.qmail@plover.com>
6038      Branch: perl
6039            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
6040            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6041            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6042            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
6043            ! pod/perlport.pod pod/perlvar.pod
6044 ____________________________________________________________________________
6045 [ 12896] By: ams                                   on 2001/11/08  11:22:12
6046         Log: open(FH, $file) should strip leading and trailing whitespace.
6047      Branch: perl
6048            ! doio.c
6049 ____________________________________________________________________________
6050 [ 12895] By: ams                                   on 2001/11/08  10:17:14
6051         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
6052              From: "Craig A. Berry" <craigberry@mac.com>
6053              Date: Wed, 07 Nov 2001 13:41:50 -0600
6054              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
6055      Branch: perl
6056            ! t/op/glob.t
6057 ____________________________________________________________________________
6058 [ 12894] By: ams                                   on 2001/11/08  08:32:20
6059         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
6060              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
6061              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
6062              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
6063      Branch: perl
6064            ! makedepend.SH
6065 ____________________________________________________________________________
6066 [ 12893] By: ams                                   on 2001/11/08  08:26:31
6067         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
6068              From: mjd@plover.com
6069              Date: 8 Nov 2001 08:08:07 -0000
6070              Message-Id: <20011108080807.30147.qmail@plover.com>
6071              
6072              Subject: bleadperl perl.pod
6073              From: mjd@plover.com
6074              Date: 8 Nov 2001 08:10:47 -0000
6075              Message-Id: <20011108081047.30178.qmail@plover.com>
6076              
6077              Subject: more bleadperl perl.pod
6078              From: mjd@plover.com
6079              Date: 8 Nov 2001 08:16:28 -0000
6080              Message-Id: <20011108081628.30229.qmail@plover.com>
6081      Branch: perl
6082            ! pod/perl.pod pod/perldebug.pod
6083 ____________________________________________________________________________
6084 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
6085         Log: Tweak for Cray-friendliness from Nicholas Clark.
6086      Branch: perl
6087            ! sv.c
6088 ____________________________________________________________________________
6089 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
6090         Log: VMS patch redo from Charles Lane.
6091      Branch: perl
6092            ! vms/gen_shrfls.pl
6093 ____________________________________________________________________________
6094 [ 12890] By: ams                                   on 2001/11/07  15:16:10
6095         Log: Subject: [ID 20011107.088] two perl pod nits
6096              From: lvirden@cas.org
6097              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
6098              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
6099      Branch: perl
6100            ! pod/perl.pod pod/perlfaq3.pod
6101 ____________________________________________________________________________
6102 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
6103         Log: Update Changes.
6104      Branch: perl
6105            ! Changes patchlevel.h
6106 ____________________________________________________________________________
6107 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
6108         Log: The (emulated) "no utf8" must be in a BEGIN block
6109              to be effective.
6110      Branch: perl
6111            ! lib/CGI/t/html.t
6112 ____________________________________________________________________________
6113 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
6114         Log: "v-strings" is the right term.
6115      Branch: perl
6116            ! pod/perltodo.pod
6117 ____________________________________________________________________________
6118 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
6119         Log: Add vstrings-as-objects need to perltodo.
6120      Branch: perl
6121            ! pod/perltodo.pod
6122 ____________________________________________________________________________
6123 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
6124         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
6125              From: Nicholas Clark <nick@ccl4.org>
6126              Date: Wed, 7 Nov 2001 14:36:32 +0000
6127              Message-ID: <20011107143631.I24980@plum.flirble.org>
6128      Branch: perl
6129            ! t/op/pack.t
6130 ____________________________________________________________________________
6131 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
6132         Log: The Embed test requires a major rewrite for VMS
6133              (plus it reveals a couple of annoying glitches
6134              in buffering), so skip the test for now; from
6135              Charles Lane.
6136      Branch: perl
6137            ! lib/ExtUtils/Embed.t
6138 ____________________________________________________________________________
6139 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
6140         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
6141              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6142              Date: Wed, 7 Nov 2001 09:23:28 EST
6143              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
6144              
6145              (Also i seems that an unrelated experimental patch
6146              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
6147      Branch: perl
6148            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
6149 ____________________________________________________________________________
6150 [ 12882] By: ams                                   on 2001/11/07  05:14:04
6151         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
6152              From: Mark-Jason Dominus <mjd@plover.com>
6153              Date: Wed, 07 Nov 2001 00:43:46 -0500
6154              Message-Id: <20011107054346.14428.qmail@plover.com>
6155      Branch: perl
6156            ! gv.c op.c toke.c
6157 ____________________________________________________________________________
6158 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
6159         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
6160              From: Michael G Schwern <schwern@pobox.com>             
6161              Date: Tue, 6 Nov 2001 22:04:39 -0500
6162              Message-ID: <20011106220439.D2858@blackrider>              
6163      Branch: perl
6164            ! lib/perl5db.pl
6165 ____________________________________________________________________________
6166 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
6167         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
6168              stress))
6169              From: Jonathan Stowe <gellyfish@gellyfish.com>
6170              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
6171              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
6172              
6173              (except for one hunk where indentation differs)
6174      Branch: perl
6175            ! lib/Term/Cap.t
6176 ____________________________________________________________________________
6177 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
6178         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
6179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6180              Date: Tue, 6 Nov 2001 21:45:01 +0100
6181              Message-ID: <20011106214501.A704@rafael>
6182      Branch: perl
6183            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
6184            ! lib/File/Spec/Win32.pm
6185 ____________________________________________________________________________
6186 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
6187         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
6188              From: Michael G Schwern <schwern@pobox.com>              
6189              Date: Tue, 6 Nov 2001 20:58:45 -0500
6190              Message-ID: <20011106205845.G29411@blackrider>
6191      Branch: perl
6192            ! t/test.pl
6193 ____________________________________________________________________________
6194 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
6195         Log: Subject: making do_sprintf public       
6196              From: Doug MacEachern <dougm@covalent.net>    
6197              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
6198              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
6199      Branch: perl
6200            ! embed.h embed.pl global.sym
6201 ____________________________________________________________________________
6202 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
6203         Log: Update to CGI.pm 2.78.
6204              
6205              TODO: the test suite needs to be merged so that
6206              when in core, the core version is tested, and when
6207              using the CPAN version, testing the CPAN version.
6208              (the changes need to be sent to Lincoln, too...)
6209      Branch: perl
6210            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
6211            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
6212            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
6213            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
6214            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
6215            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
6216 ____________________________________________________________________________
6217 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
6218         Log: Integrate with perlio; (strictly) readonly hashes via XS.
6219      Branch: perl
6220           +> t/lib/access.t
6221           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
6222 ____________________________________________________________________________
6223 [ 12874] By: nick                                  on 2001/11/06  21:05:16
6224         Log: Keep It Simple and Stupid version of readonly hash support.
6225              - Test for SvREAONLY(hv) at a few spots in hv.c
6226              - add the error message to perldiag.pod
6227              - (dubious) add access::readonly() to univeral.c
6228              - add test using above
6229              - fixup ext/B/t/stash.t to account for access:: existing
6230      Branch: perlio
6231            + t/lib/access.t
6232            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
6233 ____________________________________________________________________________
6234 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
6235         Log: Fix incorrect warnings about broken globbing;
6236              from Andy Dougherty.
6237      Branch: perl
6238            ! hints/linux.sh
6239 ____________________________________________________________________________
6240 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
6241         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
6242              toggle-on from the encoding pragma.
6243      Branch: perl
6244            ! regcomp.c regexec.c
6245 ____________________________________________________________________________
6246 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
6247         Log: Retract #12824, doesn't help and is ignored
6248              by Configure anyway.
6249      Branch: perl
6250            ! hints/beos.sh
6251 ____________________________________________________________________________
6252 [ 12870] By: ams                                   on 2001/11/06  10:40:37
6253         Log: Subject: Cosmetic change
6254              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6255              Date: Tue, 06 Nov 2001 12:30:52 +0100
6256              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
6257      Branch: perl
6258            ! README.hpux
6259 ____________________________________________________________________________
6260 [ 12869] By: nick                                  on 2001/11/06  08:26:40
6261         Log: Integrate mainline
6262      Branch: perlio
6263           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
6264           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
6265 ____________________________________________________________________________
6266 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
6267         Log: The parentheses are protected enough.
6268      Branch: perl
6269            ! hints/os390.sh
6270 ____________________________________________________________________________
6271 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
6272         Log: ccflags, not ldflags.
6273      Branch: perl
6274            ! hints/os390.sh
6275 ____________________________________________________________________________
6276 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
6277         Log: ... and the proto to go with #12865.
6278      Branch: perl
6279            ! proto.h
6280 ____________________________________________________________________________
6281 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
6282         Log: Oops.  Luckily nothing was using this symbol yet.
6283      Branch: perl
6284            ! global.sym
6285 ____________________________________________________________________________
6286 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
6287         Log: Implement the encoding pragma for regex literals.
6288      Branch: perl
6289            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
6290 ____________________________________________________________________________
6291 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
6292         Log: More UTF8 EXACT fixing.
6293      Branch: perl
6294            ! regexec.c
6295 ____________________________________________________________________________
6296 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
6297         Log: More re debugging.
6298      Branch: perl
6299            ! regexec.c
6300 ____________________________________________________________________________
6301 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
6302         Log: EXACT correction attempt.  Continued in #12863.
6303      Branch: perl
6304            ! regexec.c
6305 ____________________________________________________________________________
6306 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
6307         Log: Unterminated L<.
6308      Branch: perl
6309            ! ext/DB_File/DB_File.pm
6310 ____________________________________________________________________________
6311 [ 12859] By: nick                                  on 2001/11/05  19:15:17
6312         Log: Integrate mainline
6313      Branch: perlio
6314           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6315           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6316           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
6317           +> lib/Math/BigInt/t/sub_mbi.t
6318            - lib/Math/BigInt/t/Math/Subclass.pm
6319            - lib/Math/BigInt/t/subclass.t
6320           !> (integrate 30 files)
6321 ____________________________________________________________________________
6322 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
6323         Log: Regex debugging fixes from Hugo.
6324      Branch: perl
6325            ! regcomp.c regexec.c
6326 ____________________________________________________________________________
6327 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
6328         Log: IRIX: at some point the cc -version has started
6329              to output to stderr, not stdout any more.
6330      Branch: perl
6331            ! hints/irix_6.sh
6332 ____________________________________________________________________________
6333 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
6334         Log: Update Changes.
6335      Branch: perl
6336            ! Changes patchlevel.h
6337 ____________________________________________________________________________
6338 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
6339         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
6340      Branch: perl
6341            ! lib/File/Spec/Unix.pm
6342 ____________________________________________________________________________
6343 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
6344         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
6345              From: rgarciasuarez@free.fr
6346              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
6347              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
6348      Branch: perl
6349            ! lib/File/Spec/Unix.pm
6350 ____________________________________________________________________________
6351 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
6352         Log: Use config.arch in OS/390 where the combination of
6353              IEEE floats and ldflags is tricky.
6354      Branch: perl
6355            ! hints/os390.sh
6356 ____________________________________________________________________________
6357 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
6358         Log: Metaconfig unit change for #12851.
6359      Branch: metaconfig
6360            ! U/modified/Config_sh.U
6361 ____________________________________________________________________________
6362 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
6363         Log: Support a config.arch file, similar to config.over,
6364              but loaded just before it.
6365      Branch: perl
6366            ! Configure INSTALL
6367 ____________________________________________________________________________
6368 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
6369         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
6370              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6371              Date: Mon, 5 Nov 2001 14:26:24 +0100
6372              Message-ID: <20011105142624.C31977@rafael>
6373      Branch: perl
6374            ! lib/Symbol.pm lib/Symbol.t
6375 ____________________________________________________________________________
6376 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
6377         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
6378              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6379              Date: Sun, 4 Nov 2001 22:28:57 +0100
6380              Message-ID: <20011104222857.C696@rafael>
6381      Branch: perl
6382            ! pod/perldebug.pod pod/perlpodspec.pod
6383 ____________________________________________________________________________
6384 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
6385         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
6386      Branch: perl
6387            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
6388 ____________________________________________________________________________
6389 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
6390         Log: Math::Big* test tweaks to work better with core:
6391              but the coast still not clear.
6392      Branch: perl
6393            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
6394            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6395 ____________________________________________________________________________
6396 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
6397         Log: Protect against high load: measure how much wall
6398              clock time went by while sleeping.  Avoids some
6399              false negatives, while may introduce some false
6400              positives.  Life is hard.
6401      Branch: perl
6402            ! ext/Time/HiRes/HiRes.t
6403 ____________________________________________________________________________
6404 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
6405         Log: More forgotten from #12843.
6406      Branch: perl
6407            ! lib/Math/BigInt/t/bigfltpm.inc
6408 ____________________________________________________________________________
6409 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
6410         Log: Forgot from #12843.
6411      Branch: perl
6412            + lib/Math/BigInt/t/bigintpm.inc
6413            ! MANIFEST
6414 ____________________________________________________________________________
6415 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
6416         Log: Upgrade to Math::BigInt 1.45; from Tels.
6417              NOTE: some of the tests are failing but that's because
6418              the core integration is not yet done.
6419      Branch: perl
6420            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6421            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6422            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6423            - lib/Math/BigInt/t/Math/Subclass.pm
6424            - lib/Math/BigInt/t/subclass.t
6425            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
6426            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
6427            ! lib/Math/BigInt/t/mbimbf.t
6428 ____________________________________________________________________________
6429 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
6430         Log: VMS: adds capability to control more configuration stuff with
6431              -D and -U switches; parsing config.sh to extract previous config
6432              info in VMS-form, and a rewrite of the "prompt/response" routine;
6433              from Charles Lane.
6434      Branch: perl
6435            ! configure.com
6436 ____________________________________________________________________________
6437 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
6438         Log: Subject: Typo correction in perldebguts.pod
6439              From: mjd@plover.com
6440              Date: 4 Nov 2001 16:20:05 -0000
6441              Message-ID: <20011104162005.16699.qmail@plover.com>
6442      Branch: perl
6443            ! pod/perldebguts.pod
6444 ____________________________________________________________________________
6445 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
6446         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
6447              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6448              Date: Sun, 4 Nov 2001 11:47:30 +0100
6449              Message-ID: <20011104114730.A715@rafael>
6450              
6451              Remove -T from the test, wrong place for that.
6452      Branch: perl
6453            ! lib/File/Temp/t/mktemp.t
6454 ____________________________________________________________________________
6455 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
6456         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
6457              From: Nicholas Clark <nick@ccl4.org>
6458              Date: Sun, 4 Nov 2001 10:41:24 +0000
6459              Message-ID: <20011104104123.U20123@plum.flirble.org>
6460      Branch: perl
6461            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
6462 ____________________________________________________________________________
6463 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
6464         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
6465              From: Michael G Schwern <schwern@pobox.com>
6466              Date: Sat, 3 Nov 2001 15:41:47 -0500
6467              Message-ID: <20011103154147.C600@blackrider>
6468      Branch: perl
6469            ! lib/Term/Cap.t
6470 ____________________________________________________________________________
6471 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
6472         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
6473              From: "Craig A. Berry" <craigberry@mac.com>     
6474              Date: Sat, 03 Nov 2001 16:02:28 -0600
6475              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
6476      Branch: perl
6477            ! ext/Time/HiRes/HiRes.t
6478 ____________________________________________________________________________
6479 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
6480         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
6481              From: "chromatic" <chromatic@rmci.net>
6482              Date: Sat, 03 Nov 2001 12:28:17 -0700
6483              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
6484      Branch: perl
6485            ! lib/Term/Cap.t
6486 ____________________________________________________________________________
6487 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
6488         Log: Don't bother doing POSIX charclass parsing if it
6489              possibly cannot be so.  Prepares way for charclass
6490              syntax like [[abc]||[def]] (or just [[abc][def]])
6491              for union, [[\w]&&[$a]] for intersection,
6492              and [[a-z]&&[^def]] for subtraction.
6493              
6494              Currently /[[a]/ (or /[a[]/) parses as a character
6495              class containing two characters, "[" and "a",
6496              this may have to be broken for the syntax described
6497              above, otherwise we would have to scan the whole pattern
6498              to find out whether the square brackets match pairwise.
6499              Luckily, the special case of "[" doesn't seem to be
6500              documented (as opposed to "]" and "-"), so we may have
6501              better story for breaking it...  One can always use \[
6502              if one wants a literal "[", so there.
6503      Branch: perl
6504            ! regcomp.c
6505 ____________________________________________________________________________
6506 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
6507         Log: Comment correction.
6508      Branch: perl
6509            ! regcomp.c
6510 ____________________________________________________________________________
6511 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
6512         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
6513              The latter is a RedHatism.
6514      Branch: perl
6515            ! lib/ExtUtils/MakeMaker.pm
6516 ____________________________________________________________________________
6517 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
6518         Log: Integrate perlio.
6519      Branch: perl
6520           !> perlio.c
6521 ____________________________________________________________________________
6522 [ 12831] By: nick                                  on 2001/11/03  11:42:15
6523         Log: Integrate mainline
6524      Branch: perlio
6525           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
6526           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
6527           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
6528           !> sv.c t/test.pl
6529 ____________________________________________________________________________
6530 [ 12830] By: nick                                  on 2001/11/03  10:27:34
6531         Log: Fix clone_leak problem.
6532              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
6533              as vestige of calling PerlLIO_dup().
6534      Branch: perlio
6535            ! perlio.c
6536 ____________________________________________________________________________
6537 [ 12829] By: nick                                  on 2001/11/03  09:40:46
6538         Log: Tweaks attempting to locate Doug's clone_leak leak.
6539              - add some PerlIO_debug()
6540              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
6541              - Even if it closing stdout etc. do a fflush()
6542      Branch: perlio
6543            ! perlio.c
6544 ____________________________________________________________________________
6545 [ 12828] By: nick                                  on 2001/11/03  08:34:31
6546         Log: Integrate mainline
6547      Branch: perlio
6548           !> (integrate 54 files)
6549 ____________________________________________________________________________
6550 [ 12827] By: ams                                   on 2001/11/03  03:45:19
6551         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
6552              remove this later). Based on a patch from Robert Spier in
6553              <15330.61459.14452.795263@rls.cx>.
6554      Branch: perl
6555            ! sv.c
6556 ____________________________________________________________________________
6557 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
6558         Log: microperl sync.
6559      Branch: perl
6560            ! doio.c perl.c perl.h perlio.c regexec.c
6561 ____________________________________________________________________________
6562 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
6563         Log: Definitions for the Unicode Newline Guidelines.
6564      Branch: perl
6565            ! perl.h
6566 ____________________________________________________________________________
6567 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
6568         Log: (retracted by #12871)
6569              
6570              There is no csh of any kind in default BeOS.
6571              For the purposes of miniperl globbing, bash
6572              will do.
6573      Branch: perl
6574            ! hints/beos.sh
6575 ____________________________________________________________________________
6576 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
6577         Log: Integrate change #12820 from macperl to maint and blead;
6578              
6579              Fix up (dynaloading) to work properly with multiplicity
6580      Branch: maint-5.6/perl
6581           !> ext/DynaLoader/dl_mac.xs
6582      Branch: perl
6583           !> ext/DynaLoader/dl_mac.xs
6584 ____________________________________________________________________________
6585 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
6586         Log: Several fixes for various exit problems and clearing out
6587              task queue, as well as another (incomplete) go at
6588              fixing error message handling
6589      Branch: maint-5.6/macperl
6590            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
6591 ____________________________________________________________________________
6592 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
6593         Log: Add source files for bleadperl builds
6594      Branch: maint-5.6/macperl
6595            ! macos/Makefile.mk
6596 ____________________________________________________________________________
6597 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
6598         Log: Fix up to work properly with multiplicity
6599      Branch: maint-5.6/macperl
6600            ! ext/DynaLoader/dl_mac.xs
6601 ____________________________________________________________________________
6602 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
6603         Log: Integrate with maintperl.
6604      Branch: maint-5.6/macperl
6605           +> t/op/system.t t/op/system_tests
6606           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
6607           !> pod/perltodo.pod util.c win32/win32.c
6608 ____________________________________________________________________________
6609 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
6610         Log: Locate _PATH_LOG if it's a socket even if not #defined
6611              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
6612              via Nick Clark.
6613      Branch: perl
6614            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
6615 ____________________________________________________________________________
6616 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
6617         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
6618              From: Michael G Schwern <schwern@pobox.com>
6619              Date: Fri, 2 Nov 2001 15:36:41 -0500
6620              Message-ID: <20011102153641.E23234@blackrider>
6621      Branch: perl
6622            ! t/test.pl
6623 ____________________________________________________________________________
6624 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
6625         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
6626              From: merlyn@stonehenge.com (Randal L. Schwartz)
6627              Date: 02 Nov 2001 09:33:34 -0800
6628              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
6629              
6630              (two of the changes)
6631              
6632              Better coexistence with extensions.
6633      Branch: perl
6634            ! ext/Errno/Errno_pm.PL hints/darwin.sh
6635 ____________________________________________________________________________
6636 [ 12815] By: ams                                   on 2001/11/02  16:47:43
6637         Log: Subject: Re: [PATCH] the the double double word word fix fix
6638              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6639              Date: Fri, 02 Nov 2001 19:43:07 +0100
6640              Message-Id: <3BE2E93B.627C198E@alcatel.at>
6641      Branch: perl
6642            ! pod/perldebug.pod
6643 ____________________________________________________________________________
6644 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
6645         Log: Update Changes.
6646      Branch: perl
6647            ! Changes patchlevel.h
6648 ____________________________________________________________________________
6649 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
6650         Log: More encoding testing.
6651      Branch: perl
6652            ! lib/encoding.pm lib/encoding.t
6653 ____________________________________________________________________________
6654 [ 12812] By: ams                                   on 2001/11/02  15:07:11
6655         Log: Slight modification of #12811.
6656      Branch: perl
6657            ! op.c
6658 ____________________________________________________________________________
6659 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
6660         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
6661              From: Radu Greab <radu@netsoft.ro>
6662              Date: Fri, 2 Nov 2001 15:28:58 +0200
6663              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
6664      Branch: perl
6665            ! op.c t/op/stat.t
6666 ____________________________________________________________________________
6667 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
6668         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
6669              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6670              Date: Thu, 1 Nov 2001 22:35:50 +0100
6671              Message-ID: <20011101223550.A10849@rafael>
6672      Branch: perl
6673            ! lib/ExtUtils/Embed.t
6674 ____________________________________________________________________________
6675 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
6676         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
6677              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6678              Date: 2 Nov 2001 14:48:51 -0000
6679              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
6680      Branch: perl
6681            ! lib/File/Find.pm
6682 ____________________________________________________________________________
6683 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
6684         Log: Add documentation.
6685      Branch: perl
6686            ! embed.pl pod/perlapi.pod utf8.c
6687 ____________________________________________________________________________
6688 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
6689         Log: Unicode: add ToFold mapping.  Not used yet; but basically
6690              a more useful mapping for caseless aka case-ignoring than
6691              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
6692              algorithm for creating the foldings uses equivalence classes,
6693              see http://www.unicode.org/unicode/reports/tr21/
6694              Hopefully this feature will be used in //i.
6695              (The folding tables were introduced by #12689.)
6696      Branch: perl
6697            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
6698            ! utf8.c
6699 ____________________________________________________________________________
6700 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
6701         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
6702              From: "Craig A. Berry" <craigberry@mac.com>
6703              Date: Fri, 02 Nov 2001 00:03:52 -0600
6704              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
6705      Branch: perl
6706            ! lib/AutoSplit.t
6707 ____________________________________________________________________________
6708 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
6709         Log: Subject: Trivial doc patch
6710              From: andreas.koenig@anima.de (Andreas J. Koenig)
6711              Date: 02 Nov 2001 06:11:35 +0100
6712              Message-ID: <m37kt94v08.fsf@anima.de>
6713      Branch: perl
6714            ! pod/perlport.pod
6715 ____________________________________________________________________________
6716 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
6717         Log: Make encoding and charnames pragmas coexist.
6718      Branch: perl
6719            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
6720 ____________________________________________________________________________
6721 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
6722         Log: The basic character classes seem to go untested with Unicode.
6723      Branch: perl
6724            ! t/op/pat.t
6725 ____________________________________________________________________________
6726 [ 12802] By: ams                                   on 2001/11/02  00:39:36
6727         Log: Subject: [PATCH] the the double double word word fix fix
6728              From: Richard Soderberg <rs@oregonnet.com>
6729              Date: Thu, 1 Nov 2001 13:12:03 -0800
6730              Message-Id: <200111012112.NAA23288@oregonnet.com>
6731              
6732              Subject: Re: [PATCH] the the double double word word fix fix
6733              From: Mark-Jason Dominus <mjd@plover.com>
6734              Date: Thu, 01 Nov 2001 16:43:40 -0500
6735              Message-Id: <20011101214340.2044.qmail@plover.com>
6736              
6737              Subject: Re: [PATCH] the the double double word word fix fix
6738              From: Mark-Jason Dominus <mjd@plover.com>
6739              Date: Thu, 01 Nov 2001 16:51:39 -0500
6740              Message-Id: <20011101215139.2196.qmail@plover.com>
6741      Branch: perl
6742            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
6743            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
6744            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
6745            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
6746            ! pod/perltodo.pod pod/perlxstut.pod
6747 ____________________________________________________________________________
6748 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
6749         Log: Comment tweaks.
6750      Branch: perl
6751            ! toke.c
6752 ____________________________________________________________________________
6753 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
6754         Log: FAQ sync.
6755      Branch: perl
6756            ! pod/perlfaq9.pod
6757 ____________________________________________________________________________
6758 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
6759         Log: If an encoding is set by -M/-m, it must be in
6760              effect only for the actual script, not any other
6761              required/-M/-m'ed module, otherwise we enter a nasty
6762              recursion in regexec.c while trying to init the simple
6763              UTF-8 charclasses like PL_utf8_alnum.
6764      Branch: perl
6765            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
6766 ____________________________________________________________________________
6767 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
6768         Log: A bit more descriptive name.
6769      Branch: perl
6770            ! mg.c
6771 ____________________________________________________________________________
6772 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
6773         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
6774              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6775              Date: Wed, 31 Oct 2001 13:47:04 EST
6776              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
6777      Branch: perl
6778            ! ext/Time/HiRes/HiRes.t
6779 ____________________________________________________________________________
6780 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
6781         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
6782              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6783              Date: Wed, 31 Oct 2001 13:43:29 EST
6784              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
6785      Branch: perl
6786            ! mg.c
6787 ____________________________________________________________________________
6788 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
6789         Log: Subject: [PATCH] Various test cleanups
6790              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6791              Date: Tue, 30 Oct 2001 21:56:26 +0100
6792              Message-ID: <20011030215626.A28503@rafael>
6793      Branch: perl
6794            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6795            ! ext/DB_File/t/db-recno.t ext/Encode.t
6796 ____________________________________________________________________________
6797 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
6798         Log: Update Changes.
6799      Branch: perl
6800            ! Changes patchlevel.h
6801 ____________________________________________________________________________
6802 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
6803         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
6804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
6805              Date: Wed, 31 Oct 2001 17:16:39 +0100
6806              Message-ID: <20011031171639.A32511@rafael>
6807      Branch: perl
6808            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
6809 ____________________________________________________________________________
6810 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
6811         Log: Skip message nit.
6812      Branch: perl
6813            ! t/io/fs.t
6814 ____________________________________________________________________________
6815 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
6816         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
6817              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6818              Date: 31 Oct 2001 14:49:37 -0000
6819              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
6820      Branch: perl
6821            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
6822 ____________________________________________________________________________
6823 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
6824         Log: Extend the effect of the encoding pragma to chr() and ord().
6825              
6826              TODO: regex literals, reentrancy problems with the utf8
6827              and charnames pragmas.
6828      Branch: perl
6829            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
6830 ____________________________________________________________________________
6831 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
6832         Log: Doc tweaks.
6833      Branch: perl
6834            ! lib/encoding.pm
6835 ____________________________________________________________________________
6836 [ 12788] By: nick                                  on 2001/10/31  08:59:56
6837         Log: Integrate mainline
6838      Branch: perlio
6839           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
6840           !> (integrate 49 files)
6841 ____________________________________________________________________________
6842 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
6843         Log: Forgot new proto.
6844      Branch: perl
6845            ! proto.h
6846 ____________________________________________________________________________
6847 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
6848         Log: Clarification: use encoding cannot be used to
6849              change the default encoding of "your whole script";
6850              only the default encoding of the *data*.  Also, it
6851              seems that "use encoding" does not mix with "use utf8"
6852              (a coredumping recursion ensues).  Should not be a huge
6853              problem since "use utf8" is pretty marginal nowadays.
6854      Branch: perl
6855            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
6856 ____________________________________________________________________________
6857 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
6858         Log: More documentation for the encode pragma.
6859      Branch: perl
6860            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
6861            ! pod/perlapi.pod pod/perlunicode.pod sv.c
6862 ____________________________________________________________________________
6863 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
6864         Log: Thinko in #12783.
6865      Branch: perl
6866            ! sv.c
6867 ____________________________________________________________________________
6868 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
6869         Log: Make sv_recode_to_utf8() a real API: the encoding
6870              is a parameter, instead of a global.  Document the
6871              PERL_ENCODING.
6872      Branch: perl
6873            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
6874            ! toke.c
6875 ____________________________________________________________________________
6876 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
6877         Log: Enable -Mencoding=foobar also for string literals.
6878      Branch: perl
6879            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
6880            ! pod/perlapi.pod proto.h sv.c toke.c
6881 ____________________________________________________________________________
6882 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
6883         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
6884              From: Andy Dougherty <doughera@lafayette.edu>
6885              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
6886              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
6887      Branch: perl
6888            ! ext/POSIX/hints/svr4.pl
6889 ____________________________________________________________________________
6890 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
6891         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
6892              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6893              Date: Mon, 29 Oct 2001 23:11:58 -0000
6894              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
6895              
6896              Add compat.h.
6897      Branch: perl
6898            ! lib/h2xs.t utils/h2xs.PL
6899 ____________________________________________________________________________
6900 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
6901         Log: Subject: PerlIOBuf_dup
6902              From: Nicholas Clark <nick@ccl4.org>              
6903              Date: Mon, 29 Oct 2001 21:52:35 +0000             
6904              Message-ID: <20011029215235.K41204@plum.flirble.org>
6905              
6906              Add prototype.
6907      Branch: perl
6908            ! perliol.h
6909 ____________________________________________________________________________
6910 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
6911         Log: Subject: [PATCH] Make malloc.c errors more useful
6912              From: Richard Soderberg <rs@oregonnet.com>
6913              Date: Mon, 29 Oct 2001 22:28:02 -0800
6914              Message-Id: <200110300628.WAA11025@oregonnet.com>
6915      Branch: perl
6916            ! malloc.c
6917 ____________________________________________________________________________
6918 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
6919         Log: Retract #12776 - the bug 19990906.001 is still valid.
6920      Branch: perl
6921            ! t/run/kill_perl.t
6922 ____________________________________________________________________________
6923 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
6924         Log: (Retracted by #12777)
6925              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
6926              From: Michael G Schwern <schwern@pobox.com> 
6927              Date: Mon, 29 Oct 2001 23:01:08 -0500
6928              Message-ID: <20011029230108.G18053@blackrider>
6929      Branch: perl
6930            ! t/run/kill_perl.t
6931 ____________________________________________________________________________
6932 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
6933         Log: Comment nits.
6934      Branch: perl
6935            ! lib/encoding.t
6936 ____________________________________________________________________________
6937 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
6938         Log: integrate change#12772 from mainline
6939              
6940              Subject: [PATCH] Mommy, what's a pointer cast?
6941      Branch: maint-5.6/perl
6942            ! perl.h
6943 ____________________________________________________________________________
6944 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
6945         Log: Subject: [PATCH] Mommy, what's a pointer cast?
6946              From: Richard Soderberg <rs@oregonnet.com>
6947              Date: Mon, 29 Oct 2001 17:01:10 -0800
6948              Message-Id: <200110300101.RAA31561@oregonnet.com>
6949              
6950              (threads* parts)
6951      Branch: perl
6952            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6953 ____________________________________________________________________________
6954 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
6955         Log: Subject: [PATCH] Mommy, what's a pointer cast?
6956              From: Richard Soderberg <rs@oregonnet.com>
6957              Date: Mon, 29 Oct 2001 17:01:10 -0800
6958              Message-Id: <200110300101.RAA31561@oregonnet.com>
6959              
6960              (the perl.h part)
6961      Branch: perl
6962            ! perl.h
6963 ____________________________________________________________________________
6964 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
6965         Log: Subject: [PATCH] OpenBSD likes signal.h 
6966              From: Richard Soderberg <rs@oregonnet.com>
6967              Date: Mon, 29 Oct 2001 17:00:31 -0800
6968              Message-Id: <200110300100.RAA31533@oregonnet.com>
6969      Branch: perl
6970            ! unixish.h
6971 ____________________________________________________________________________
6972 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
6973         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
6974              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6975              Date: Mon, 29 Oct 2001 23:04:23 -0000
6976              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
6977      Branch: perl
6978            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6979            ! ext/DB_File/t/db-recno.t
6980 ____________________________________________________________________________
6981 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
6982         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
6983              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6984              Date: Mon, 29 Oct 2001 12:34:07 -0600
6985              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
6986      Branch: perl
6987            ! ext/Time/HiRes/HiRes.t
6988 ____________________________________________________________________________
6989 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
6990         Log: Update Changes.
6991      Branch: perl
6992            ! Changes patchlevel.h
6993 ____________________________________________________________________________
6994 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
6995         Log: AIX needs an explicit symbol export list.
6996      Branch: perl
6997            ! lib/ExtUtils/Embed.t
6998 ____________________________________________________________________________
6999 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
7000         Log: The test (and the module) would require some
7001              quality hacking time to work on EBCDIC.  Based on
7002              the test results nothing seems to be majorly broken,
7003              the module just seems to have strange assumptions:
7004              got: ''\226\225\205'
7005              expected: ''one'
7006              The \226\225\205 being, of course, 'one', in EBCDIC.
7007      Branch: perl
7008            ! lib/Dumpvalue.t
7009 ____________________________________________________________________________
7010 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
7011         Log: Mark the test known to be failing in EBCDIC.
7012      Branch: perl
7013            ! t/op/tr.t
7014 ____________________________________________________________________________
7015 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
7016         Log: None of the libnet modules are going to work in
7017              EBCDIC without the Convert::EBCDIC.
7018      Branch: perl
7019            ! t/lib/1_compile.t
7020 ____________________________________________________________________________
7021 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
7022         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
7023      Branch: perl
7024            ! t/op/pack.t
7025 ____________________________________________________________________________
7026 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
7027         Log: UTF-EBCDIC ain't UTF-8.
7028      Branch: perl
7029            ! t/op/pack.t
7030 ____________________________________________________________________________
7031 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
7032         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
7033      Branch: perl
7034            ! t/lib/1_compile.t
7035 ____________________________________________________________________________
7036 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
7037         Log: Let's not assume ASCII.
7038      Branch: perl
7039            ! t/op/lc.t
7040 ____________________________________________________________________________
7041 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
7042         Log: Call the new perlio symbols differently.
7043      Branch: perl
7044            ! makedef.pl
7045 ____________________________________________________________________________
7046 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
7047         Log: Don't expect ASCII ordering.
7048      Branch: perl
7049            ! lib/ExtUtils/Manifest.t
7050 ____________________________________________________________________________
7051 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
7052         Log: Forgot from #12756.
7053      Branch: perl
7054            ! perlio.h
7055 ____________________________________________________________________________
7056 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
7057         Log: BeOS tweaks:
7058              - fseeko and ftello can be found by Configure but
7059              we do not seem to have prototypes for them so
7060              let's make up some
7061              - BeOS didn't use to have real sockets (sockets as
7062              filedescriptors) but the BONE package is supposed
7063              to fix this.  I do not know how to detect BONEness,
7064              see hints/beos.sh for a spot that needs to fixed.
7065              - BeOS has O_TEXT != O_BINARY but has no setmode()
7066      Branch: perl
7067            ! hints/beos.sh perlio.c
7068 ____________________________________________________________________________
7069 [ 12755] By: sky                                   on 2001/10/29  12:56:12
7070         Log: Ugly fix to not die when a thread creator is holding locks.
7071      Branch: perl
7072            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7073            ! ext/threads/threads.xs
7074 ____________________________________________________________________________
7075 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
7076         Log: Integrate change #12752 from maintperl;
7077              
7078              croak(Nullch) wasn't printing the contents of ERRSV if there was
7079              no outer eval (bug in change#6125)
7080      Branch: perl
7081           !> util.c
7082 ____________________________________________________________________________
7083 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
7084         Log: Subject: [PATCH h2xs] Use of static data in XS modules
7085              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7086              Date: Sun, 28 Oct 2001 21:19:07 -0000
7087              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
7088              
7089              with nits from Sarathy.
7090      Branch: perl
7091            ! utils/h2xs.PL
7092 ____________________________________________________________________________
7093 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
7094         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
7095              no outer eval (bug in change#6125)
7096      Branch: maint-5.6/perl
7097            ! util.c
7098 ____________________________________________________________________________
7099 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
7100         Log: More todo for the encoding pragma.
7101      Branch: perl
7102            ! lib/encoding.pm
7103 ____________________________________________________________________________
7104 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
7105         Log: Add the encoding pragma to control the "upgrade"
7106              from the native eight bit data to Unicode.
7107              
7108              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
7109      Branch: perl
7110            + lib/encoding.pm lib/encoding.t
7111            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
7112            ! pod/perlunicode.pod pod/perlvar.pod sv.c
7113 ____________________________________________________________________________
7114 [ 12749] By: sky                                   on 2001/10/28  21:02:33
7115         Log: Update documentation.
7116      Branch: perl
7117            ! ext/threads/shared/shared.pm
7118 ____________________________________________________________________________
7119 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
7120         Log: Integrate change #12747 from maintperl;
7121              
7122              finishing touches to system() fixes on windows:
7123              * detect cmd shell correctly even if it had full path in it
7124              * more quoting needed for single-arg system if the argument
7125              really had multiple quoted arguments within it
7126              * be smarter about not calling the shell when the executable
7127              has spaces, but otherwise does not need shell involvement
7128              * add a testsuite (windows-specific currently)
7129      Branch: perl
7130           +> t/op/system.t t/op/system_tests
7131            ! MANIFEST pod/perltodo.pod
7132           !> win32/win32.c
7133 ____________________________________________________________________________
7134 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
7135         Log: finishing touches to system() fixes on windows:
7136              * detect cmd shell correctly even if it had full path in it
7137              * more quoting needed for single-arg system if the argument
7138              really had multiple quoted arguments within it
7139              * be smarter about not calling the shell when the executable
7140              has spaces, but otherwise does not need shell involvement
7141              * add a testsuite (windows-specific currently)
7142      Branch: maint-5.6/perl
7143            + t/op/system.t t/op/system_tests
7144            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
7145 ____________________________________________________________________________
7146 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
7147         Log: Integrate perlio.
7148      Branch: perl
7149           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
7150 ____________________________________________________________________________
7151 [ 12745] By: nick                                  on 2001/10/28  16:08:14
7152         Log: Mingw32 fixup for Embed.t
7153      Branch: perlio
7154            ! lib/ExtUtils/Embed.t
7155 ____________________________________________________________________________
7156 [ 12744] By: nick                                  on 2001/10/28  15:54:14
7157         Log: GCC vs MS 64-bit constant syntax
7158      Branch: perlio
7159            ! ext/Time/HiRes/HiRes.xs
7160 ____________________________________________________________________________
7161 [ 12743] By: nick                                  on 2001/10/28  15:42:55
7162         Log: Integrate mainline
7163      Branch: perlio
7164           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
7165 ____________________________________________________________________________
7166 [ 12742] By: sky                                   on 2001/10/28  14:47:10
7167         Log: Manpage updates.
7168      Branch: perl
7169            ! ext/threads/threads.pm
7170 ____________________________________________________________________________
7171 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
7172         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
7173      Branch: perl
7174            ! lib/ExtUtils/Embed.t
7175 ____________________________________________________________________________
7176 [ 12740] By: nick                                  on 2001/10/28  14:14:24
7177         Log: Integrate mainline
7178      Branch: perlio
7179           !> lib/ExtUtils/Embed.t win32/win32.c
7180 ____________________________________________________________________________
7181 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
7182         Log: Need to be ./executed.
7183      Branch: perl
7184            ! lib/ExtUtils/Embed.t
7185 ____________________________________________________________________________
7186 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
7187         Log: Integrate perlio.
7188      Branch: perl
7189           !> perlio.c win32/win32.h
7190 ____________________________________________________________________________
7191 [ 12737] By: nick                                  on 2001/10/28  13:53:45
7192         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
7193              by gcc -xc++.
7194      Branch: perlio
7195            ! win32/win32.h
7196 ____________________________________________________________________________
7197 [ 12736] By: nick                                  on 2001/10/28  13:50:50
7198         Log: Have :stdio layer update an honour the fd refcnt table.
7199              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
7200      Branch: perlio
7201            ! perlio.c
7202 ____________________________________________________________________________
7203 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
7204         Log: Integrate changes #12724 and #12725 from maintperl;
7205              multiarg system now works.
7206      Branch: perl
7207           !> win32/win32.c
7208 ____________________________________________________________________________
7209 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
7210         Log: Integrate perlio.
7211      Branch: perl
7212           +> lib/ExtUtils/Embed.t
7213           !> MANIFEST perlio.c
7214 ____________________________________________________________________________
7215 [ 12733] By: nick                                  on 2001/10/28  13:07:16
7216         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
7217              least for PERLIO=perlio unthreaded case
7218      Branch: perlio
7219            ! perlio.c
7220 ____________________________________________________________________________
7221 [ 12732] By: nick                                  on 2001/10/28  11:10:24
7222         Log: Typo in exe name
7223      Branch: perlio
7224            ! lib/ExtUtils/Embed.t
7225 ____________________________________________________________________________
7226 [ 12731] By: nick                                  on 2001/10/28  11:09:59
7227         Log: Integrate Mainline
7228      Branch: perlio
7229           !> Changes configure.com ext/DB_File/DB_File.pm
7230           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
7231           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
7232           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
7233           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
7234           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
7235           !> t/TEST t/op/regexp.t win32/buildext.pl
7236 ____________________________________________________________________________
7237 [ 12730] By: nick                                  on 2001/10/28  11:05:35
7238         Log: Fixup Embed.t for Win32/VC++
7239      Branch: perlio
7240            ! lib/ExtUtils/Embed.t
7241 ____________________________________________________________________________
7242 [ 12729] By: nick                                  on 2001/10/28  09:36:20
7243         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
7244              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
7245              ExtUtils::Embed.
7246      Branch: perlio
7247            + lib/ExtUtils/Embed.t
7248            ! MANIFEST
7249 ____________________________________________________________________________
7250 [ 12728] By: sky                                   on 2001/10/28  08:12:53
7251         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
7252              line manually!
7253      Branch: perl
7254            ! lib/ExtUtils/xsubpp
7255 ____________________________________________________________________________
7256 [ 12727] By: sky                                   on 2001/10/28  08:02:09
7257         Log: And here we use the prototypes.
7258      Branch: perl
7259            ! ext/threads/shared/shared.xs
7260 ____________________________________________________________________________
7261 [ 12726] By: sky                                   on 2001/10/28  08:00:48
7262         Log: Support [] style prototypes.
7263      Branch: perl
7264            ! lib/ExtUtils/xsubpp
7265 ____________________________________________________________________________
7266 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
7267         Log: yet another multi-arg system() fix on windows: batch files as the
7268              first argument (i.e. directly executed by CreateProcess()) need
7269              extra quoting to escape shell-shock
7270      Branch: maint-5.6/perl
7271            ! win32/win32.c
7272 ____________________________________________________________________________
7273 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
7274         Log: another multi-arg system() fix on windows: passing empty arguments
7275              now works
7276      Branch: maint-5.6/perl
7277            ! win32/win32.c
7278 ____________________________________________________________________________
7279 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
7280         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
7281              No final #else #error because we do not seem to
7282              be using #error?
7283      Branch: perl
7284            ! op.h
7285 ____________________________________________________________________________
7286 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
7287         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
7288              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
7289              Date: Sat, 27 Oct 2001 23:28:44 EST 
7290              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
7291      Branch: perl
7292            ! ext/Time/HiRes/HiRes.xs
7293 ____________________________________________________________________________
7294 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
7295         Log: Regen perlapi, perltoc.
7296      Branch: perl
7297            ! pod/perlapi.pod pod/perltoc.pod
7298 ____________________________________________________________________________
7299 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
7300         Log: Subject: [PATCH] sv.h documentation
7301              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
7302              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
7303              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
7304      Branch: perl
7305            ! sv.h
7306 ____________________________________________________________________________
7307 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
7308         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
7309              system("nmake -nologo", "clean") and there is no executable
7310              called "nmake -nologo"; this used to "work" pre-change#12559 due
7311              to bugs in multiarg system() that have since been fixed
7312      Branch: perl
7313            ! win32/buildext.pl
7314 ____________________________________________________________________________
7315 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
7316         Log: Update Changes.
7317      Branch: perl
7318            ! Changes patchlevel.h
7319 ____________________________________________________________________________
7320 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
7321         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
7322              From: Richard.Foley@t-online.de (Richard Foley)            
7323              Date: Sun, 28 Oct 2001 00:48:32 +0200
7324              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
7325      Branch: perl
7326            ! pod/perlhack.pod
7327 ____________________________________________________________________________
7328 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
7329         Log: Must store pointers with the right width.
7330      Branch: perl
7331            ! op.h
7332 ____________________________________________________________________________
7333 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
7334         Log: Integrate change #12711 from perlio;
7335              
7336              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
7337              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
7338      Branch: perl
7339           !> perlio.c
7340 ____________________________________________________________________________
7341 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
7342         Log: Subject: [PATCH] make minitest
7343              From: Nicholas Clark <nick@ccl4.org>
7344              Date: Sat, 27 Oct 2001 22:56:16 +0100
7345              Message-ID: <20011027225616.L20275@plum.flirble.org>
7346      Branch: perl
7347            ! t/TEST
7348 ____________________________________________________________________________
7349 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
7350         Log: Patch #12661 missed this.
7351      Branch: perl
7352            ! ext/DB_File/DB_File.pm
7353 ____________________________________________________________________________
7354 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
7355         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
7356              From: "Craig A. Berry" <craigberry@mac.com>
7357              Date: Sat, 27 Oct 2001 16:07:47 -0500
7358              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
7359      Branch: perl
7360            ! configure.com perlio.c
7361 ____________________________________________________________________________
7362 [ 12711] By: nick                                  on 2001/10/27  19:49:25
7363         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
7364              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
7365      Branch: perlio
7366            ! perlio.c
7367 ____________________________________________________________________________
7368 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
7369         Log: Let's not replace reason if there's one already supplied.
7370      Branch: perl
7371            ! t/op/regexp.t
7372 ____________________________________________________________________________
7373 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
7374         Log: is not good.
7375      Branch: perl
7376            ! t/op/regexp.t
7377 ____________________________________________________________________________
7378 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
7379         Log: ldlibpth can exist but be unset.
7380      Branch: perl
7381            ! t/TEST
7382 ____________________________________________________________________________
7383 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
7384         Log: Unicode: property alias naming cleanup.
7385      Branch: perl
7386            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
7387 ____________________________________________________________________________
7388 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
7389         Log: FAQ sync.
7390      Branch: perl
7391            ! pod/perlfaq4.pod
7392 ____________________________________________________________________________
7393 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
7394         Log: Integrate change #12703 from maintperl;
7395              
7396              typemap stuff intervenes before declaration, move it to PREINIT
7397              section
7398              
7399              (an empty integrate, but now the files are in sync
7400              between the branches)
7401      Branch: perl
7402           !> ext/ODBM_File/ODBM_File.xs
7403 ____________________________________________________________________________
7404 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
7405         Log: More PerlIO symbols.
7406      Branch: perl
7407            ! makedef.pl
7408 ____________________________________________________________________________
7409 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
7410         Log: typemap stuff intervenes before declaration, move it to PREINIT
7411              section
7412      Branch: maint-5.6/perl
7413            ! ext/ODBM_File/ODBM_File.xs
7414 ____________________________________________________________________________
7415 [ 12702] By: nick                                  on 2001/10/27  14:09:35
7416         Log: Integrate mainline
7417      Branch: perlio
7418           +> ext/threads/shared/t/av_simple.t
7419           +> ext/threads/shared/t/hv_refs.t
7420           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
7421           !> (integrate 109 files)
7422 ____________________________________________________________________________
7423 [ 12700] By: ams                                   on 2001/10/26  21:22:23
7424         Log: Subject: [PATCH] tweak divide
7425              From: Nicholas Clark <nick@ccl4.org>
7426              Date: Fri, 26 Oct 2001 22:52:17 +0100
7427              Message-Id: <20011026225217.B20275@plum.flirble.org>
7428      Branch: perl
7429            ! pp.c
7430 ____________________________________________________________________________
7431 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
7432         Log: Integrate a buncha things from maintperl.
7433      Branch: maint-5.6/macperl
7434           !> (integrate 32 files)
7435 ____________________________________________________________________________
7436 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
7437         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
7438              From: Andy Dougherty <doughera@lafayette.edu>
7439              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
7440              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
7441      Branch: perl
7442            ! hints/svr4.sh
7443 ____________________________________________________________________________
7444 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
7445         Log: When you're root, many things become writable.
7446      Branch: perl
7447            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
7448 ____________________________________________________________________________
7449 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
7450         Log: Update Changes.
7451      Branch: perl
7452            ! Changes patchlevel.h
7453 ____________________________________________________________________________
7454 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
7455         Log: Term/Cap.t attempts to access the floppy drive for no good reason
7456              on dosish systems
7457      Branch: perl
7458            ! lib/Term/Cap.t
7459 ____________________________________________________________________________
7460 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
7461         Log: fix misleading comment on known inadequacy in B::Terse, and skip
7462              it correctly
7463      Branch: perl
7464            ! ext/B/t/terse.t
7465 ____________________________________________________________________________
7466 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
7467         Log: fix spurious AutoSplit.t failure under windows
7468      Branch: perl
7469            ! lib/AutoSplit.t
7470 ____________________________________________________________________________
7471 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
7472         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
7473      Branch: perl
7474            ! ext/Time/HiRes/HiRes.t
7475 ____________________________________________________________________________
7476 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
7477         Log: More logical to use %04"UVXf" than %"UVuf" since
7478              the Unicode standard prefers hex.
7479      Branch: perl
7480            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
7481            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
7482            ! lib/unicore/mktables utf8.c
7483 ____________________________________________________________________________
7484 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
7485         Log: change#12065 seems to have broken Encode build on windows; fix
7486      Branch: perl
7487            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
7488 ____________________________________________________________________________
7489 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
7490         Log: Unicode: add the case folding table.
7491      Branch: perl
7492            + lib/unicore/To/Fold.pl
7493            ! MANIFEST lib/unicore/mktables
7494 ____________________________________________________________________________
7495 [ 12688] By: sky                                   on 2001/10/26  13:51:29
7496         Log: Get the new functions right, do not export lock since we use builtin lock.
7497              TODO: fix xsubpp to support the new prototypes
7498      Branch: perl
7499            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7500 ____________________________________________________________________________
7501 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
7502         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
7503              as suggested by Sarathy.
7504      Branch: perl
7505            ! mg.c
7506 ____________________________________________________________________________
7507 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
7508         Log: avoid compiler warning
7509      Branch: perl
7510            ! win32/win32.c
7511 ____________________________________________________________________________
7512 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
7513         Log: WinCE update from Rainer Keuchel.
7514      Branch: perl
7515            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
7516            ! wince/wince.c
7517 ____________________________________________________________________________
7518 [ 12684] By: sky                                   on 2001/10/26  13:34:33
7519         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
7520      Branch: perl
7521            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7522 ____________________________________________________________________________
7523 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
7524         Log: More fixes that were made to the core and not in the libnet src
7525      Branch: perl
7526            ! lib/Net/Domain.pm
7527 ____________________________________________________________________________
7528 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
7529         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
7530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
7531              Date: Fri, 26 Oct 2001 13:55:21 +0200
7532              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
7533              
7534              (plus make the db-recno.t#59 accept both \n and \r\n)
7535      Branch: perl
7536            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7537            ! ext/DB_File/t/db-recno.t
7538 ____________________________________________________________________________
7539 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
7540         Log: Fix tests to be able to run in the core and the CPAN dist
7541      Branch: perl
7542            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7543            ! lib/Net/t/require.t lib/Net/t/smtp.t
7544 ____________________________________________________________________________
7545 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
7546         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
7547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7548              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
7549              Date: Fri, 26 Oct 2001 08:34:46 EDT
7550      Branch: perl
7551            ! ext/Time/HiRes/HiRes.t
7552 ____________________________________________________________________________
7553 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
7554         Log: Sync libnet modules with what will be libnet-1.08
7555      Branch: perl
7556            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
7557            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
7558            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
7559            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
7560 ____________________________________________________________________________
7561 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
7562         Log: Integrate maintperl changes #12268 and #12669;
7563              
7564              final touches to the audit for statics and thread-unsafe code
7565              * make DB_File, ODBM_File thread-safe 
7566              * remove unnecessary/dangerous statics and protect others
7567              from not getting accidentally enabled under threaded perls
7568              
7569              windows support functions get_childdir() et al aren't exported
7570              correctly under vanilla build
7571              
7572              Testing under win32 appreciated since changes there had
7573              to be manually merged and I cannot test how badly did I do.
7574      Branch: perl
7575           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
7576           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
7577           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
7578           !> win32/vmem.h win32/win32.c win32/win32iop.h
7579 ____________________________________________________________________________
7580 [ 12677] By: sky                                   on 2001/10/26  12:37:17
7581         Log: More Config::threads to threads::threads changes
7582      Branch: perl
7583            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
7584 ____________________________________________________________________________
7585 [ 12676] By: sky                                   on 2001/10/26  12:31:46
7586         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
7587      Branch: perl
7588            ! ext/threads/threads.pm ext/threads/threads.xs
7589 ____________________________________________________________________________
7590 [ 12675] By: sky                                   on 2001/10/26  12:06:30
7591         Log: Allocing a TLS in runtime is not too hot.
7592      Branch: perl
7593            ! ext/threads/threads.xs
7594 ____________________________________________________________________________
7595 [ 12674] By: sky                                   on 2001/10/26  11:59:09
7596         Log: Don't display debug data.
7597      Branch: perl
7598            ! ext/threads/threads.pm
7599 ____________________________________________________________________________
7600 [ 12673] By: sky                                   on 2001/10/26  11:35:47
7601         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
7602              complete bar support for blessed objects.
7603              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
7604      Branch: perl
7605            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
7606 ____________________________________________________________________________
7607 [ 12672] By: sky                                   on 2001/10/26  11:15:28
7608         Log: Fix case where shared reference does not exist in current thread.
7609      Branch: perl
7610            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
7611 ____________________________________________________________________________
7612 [ 12671] By: sky                                   on 2001/10/26  08:48:52
7613         Log: Support for references in shared arrays.
7614      Branch: perl
7615            ! ext/threads/shared/shared.xs
7616 ____________________________________________________________________________
7617 [ 12670] By: sky                                   on 2001/10/26  08:30:11
7618         Log: Add tests for references in hashes.
7619      Branch: perl
7620            + ext/threads/shared/t/hv_refs.t
7621            ! MANIFEST
7622 ____________________________________________________________________________
7623 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
7624         Log: windows support functions get_childdir() et al aren't exported
7625              correctly under vanilla build
7626      Branch: maint-5.6/perl
7627            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
7628 ____________________________________________________________________________
7629 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
7630         Log: final touches to the audit for statics and thread-unsafe code
7631              * make DB_File, ODBM_File thread-safe 
7632              * remove unnecessary/dangerous statics and protect others
7633              from not getting accidentally enabled under threaded perls
7634      Branch: maint-5.6/perl
7635            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
7636            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
7637            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
7638            ! win32/win32.c
7639 ____________________________________________________________________________
7640 [ 12667] By: ams                                   on 2001/10/26  03:48:36
7641         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
7642              From: "Richard Soderberg" <rs@crystalflame.net>
7643              Date: Thu, 25 Oct 2001 23:42:50 -0400
7644              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
7645      Branch: perl
7646            ! sharedsv.c
7647 ____________________________________________________________________________
7648 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
7649         Log: Integrate change #12664 from maintperl;
7650              
7651              the newest GCCs don't seem to like C<"string1"##STRING2>
7652              so keep it as C<"string1" STRING2> (latter appears to
7653              work everywhere)
7654      Branch: perl
7655           !> ext/DynaLoader/dlutils.c
7656 ____________________________________________________________________________
7657 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
7658         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
7659              From: Chris Nandor <pudge@pobox.com>
7660              Date: Thu, 25 Oct 2001 22:15:03 -0400
7661              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
7662      Branch: perl
7663            ! perl.h
7664 ____________________________________________________________________________
7665 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
7666         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
7667              C<"string1" STRING2> (latter appears to work everywhere)
7668      Branch: maint-5.6/perl
7669            ! ext/DynaLoader/dlutils.c
7670 ____________________________________________________________________________
7671 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
7672         Log: AUTHORS update.
7673      Branch: perl
7674            ! AUTHORS
7675 ____________________________________________________________________________
7676 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
7677         Log: Integrate change #12660 from maintperl;
7678              
7679              make the dMY_CXT stuff available under all of
7680              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
7681      Branch: perl
7682           !> perl.h
7683 ____________________________________________________________________________
7684 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
7685         Log: Subject: [PATCH] DB_File-1.79
7686              From: "Paul Marquess" <paul.marquess@openwave.com>
7687              Date: Fri, 26 Oct 2001 00:03:54 +0100
7688              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
7689      Branch: perl
7690            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
7691            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
7692 ____________________________________________________________________________
7693 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
7694         Log: make the dMY_CXT stuff available under all of
7695              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
7696      Branch: maint-5.6/perl
7697            ! perl.h
7698 ____________________________________________________________________________
7699 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
7700         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
7701              From: Michael G Schwern <schwern@pobox.com>
7702              Date: Thu, 25 Oct 2001 18:28:12 -0400
7703              Message-ID: <20011025182812.M4811@blackrider>
7704      Branch: perl
7705            ! t/run/kill_perl.t
7706 ____________________________________________________________________________
7707 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
7708         Log: STRLEN != int.
7709      Branch: perl
7710            ! regcomp.c regexec.c
7711 ____________________________________________________________________________
7712 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
7713         Log: Subject: [PATCH] remove small IVop redundancy
7714              From: Nicholas Clark <nick@ccl4.org>
7715              Date: Thu, 25 Oct 2001 22:48:28 +0100
7716              Message-ID: <20011025224827.M66471@plum.flirble.org>
7717      Branch: perl
7718            ! pp.c pp_hot.c
7719 ____________________________________________________________________________
7720 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
7721         Log: Metaconfig unit change for #12655.
7722      Branch: metaconfig/U/perl
7723            ! Extensions.U
7724 ____________________________________________________________________________
7725 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
7726         Log: Subject: Re: Not OK @12650
7727              From: Andy Dougherty <doughera@lafayette.edu>
7728              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
7729              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
7730      Branch: perl
7731            ! Configure
7732 ____________________________________________________________________________
7733 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
7734         Log: Integrate changes #12652 and #12653 from maintperl;
7735              
7736              more tweaks to change#12626
7737              * move the boilerplate code over to perl.h and make DynaLoader
7738              use it
7739              * make re, Opcode, File::Glob and B threadsafe
7740              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
7741              C<no re;> anywhere)
7742              
7743              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
7744              
7745              File::Glob required a bit more work in bleadperl
7746              because of ExtUtils::Constant (see the Makefile.PL change)
7747      Branch: perl
7748            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
7749           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7750           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
7751 ____________________________________________________________________________
7752 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
7753         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
7754      Branch: maint-5.6/perl
7755            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7756            ! ext/Opcode/Opcode.xs ext/re/re.xs
7757 ____________________________________________________________________________
7758 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
7759         Log: more tweaks to change#12626
7760              * move the boilerplate code over to perl.h and make DynaLoader
7761              use it
7762              * make re, Opcode, File::Glob and B threadsafe
7763              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
7764              C<no re;> anywhere)
7765      Branch: maint-5.6/perl
7766            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
7767            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
7768 ____________________________________________________________________________
7769 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
7770         Log: Metaconfig unit change for #12650.
7771      Branch: metaconfig/U/perl
7772            ! Extensions.U
7773 ____________________________________________________________________________
7774 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
7775         Log: Subject: Re: ithreads doesn't like usedl=n
7776              From: Andy Dougherty <doughera@lafayette.edu>
7777              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
7778              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
7779              
7780              Special-case threads::shared.
7781      Branch: perl
7782            ! Configure
7783 ____________________________________________________________________________
7784 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
7785         Log: Getting fancier...
7786      Branch: perl
7787            ! t/TEST
7788 ____________________________________________________________________________
7789 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
7790         Log: csh - what a pain.
7791      Branch: perl
7792            ! t/TEST
7793 ____________________________________________________________________________
7794 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
7795         Log: Update Changes.
7796      Branch: perl
7797            ! Changes patchlevel.h
7798 ____________________________________________________________________________
7799 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
7800         Log: Allow resetting the locale system for the duration
7801              of the build (Mac OS X default setting LANG=En_US
7802              ist kaputt)
7803      Branch: perl
7804            ! Makefile.SH
7805 ____________________________________________________________________________
7806 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
7807         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
7808      Branch: perl
7809            ! ext/Digest/MD5/t/files.t
7810 ____________________________________________________________________________
7811 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
7812         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
7813              From: Andy Dougherty <doughera@lafayette.edu>
7814              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
7815              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
7816      Branch: perl
7817            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
7818            ! ext/threads/shared/Makefile.PL
7819 ____________________________________________________________________________
7820 [ 12643] By: sky                                   on 2001/10/25  12:28:26
7821         Log: Add support for reference members of hashes.
7822      Branch: perl
7823            ! ext/threads/shared/shared.xs
7824 ____________________________________________________________________________
7825 [ 12642] By: ams                                   on 2001/10/25  12:21:13
7826         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
7827              From: "Norton Allen" <nort@qnx.com>
7828              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
7829              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
7830      Branch: perl
7831            ! ext/Digest/MD5/MD5.xs
7832 ____________________________________________________________________________
7833 [ 12641] By: sky                                   on 2001/10/25  10:27:39
7834         Log: Tests shared hashes.
7835      Branch: perl
7836            + ext/threads/shared/t/hv_simple.t
7837            ! MANIFEST
7838 ____________________________________________________________________________
7839 [ 12640] By: sky                                   on 2001/10/25  10:18:23
7840         Log: Fix threadcounts for arrays and hashes.
7841      Branch: perl
7842            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7843 ____________________________________________________________________________
7844 [ 12639] By: sky                                   on 2001/10/25  10:17:26
7845         Log: Note to self, doing *src_ary++ in a macro that evaluates
7846              the value more than once is a good way to dump core.
7847      Branch: perl
7848            ! sharedsv.c
7849 ____________________________________________________________________________
7850 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
7851         Log: Integrate change #12636 from maintperl; more dl fixups.
7852      Branch: perl
7853           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
7854           !> ext/DynaLoader/dl_vms.xs
7855 ____________________________________________________________________________
7856 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
7857         Log: Like dl_hpux, like dl_dld.
7858      Branch: perl
7859            ! ext/DynaLoader/dl_dld.xs
7860 ____________________________________________________________________________
7861 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
7862         Log: followups to change#12635
7863      Branch: maint-5.6/perl
7864            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
7865            ! ext/DynaLoader/dl_vms.xs
7866 ____________________________________________________________________________
7867 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
7868         Log: add part of change#12634 to the two files that need it; dl_aix.xs
7869              in maint-5.6 doesn't have the branch that had the problem in
7870              mainline
7871      Branch: maint-5.6/perl
7872            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
7873 ____________________________________________________________________________
7874 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
7875         Log: Fixes for #12627.
7876      Branch: perl
7877            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
7878 ____________________________________________________________________________
7879 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
7880         Log: Since pv_uni_display and sv_uni_display are now used
7881              in the re extension, their symbols have to be exported.
7882      Branch: perl
7883            ! embed.pl global.sym
7884 ____________________________________________________________________________
7885 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
7886         Log: Subject:  Re: [PATCH Perl@12567] debug /list
7887              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7888              Date: Tue, 23 Oct 2001 21:40:33 EDT
7889              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
7890      Branch: perl
7891            ! configure.com
7892 ____________________________________________________________________________
7893 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
7894         Log: This takes care of some of the re 'debug' cases but
7895              not all cases since the information whether the pattern
7896              or the target are utf8 seems to be either lost or not
7897              spread widely enough, sigh.
7898      Branch: perl
7899            ! regcomp.c
7900 ____________________________________________________________________________
7901 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
7902         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
7903              From: John Peacock <jpeacock@rowman.com>
7904              Date: Wed, 24 Oct 2001 16:53:29 -0400
7905              Message-ID: <3BD72A49.1508D152@rowman.com>
7906      Branch: perl
7907            ! configure.com
7908 ____________________________________________________________________________
7909 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
7910         Log: Upgrade NetWare and WinCE as in #12626.
7911      Branch: perl
7912            ! NetWare/dl_netware.xs wince/dl_win32.xs
7913 ____________________________________________________________________________
7914 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
7915         Log: Tru64 compiler nit.
7916      Branch: perl
7917            ! ext/threads/shared/shared.xs
7918 ____________________________________________________________________________
7919 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
7920         Log: Integrate change #12626 from maintperl;
7921              make DynaLoader threadsafe by moving all statics into
7922              interpreter-local space
7923              
7924              TODO: Netware, OS/2, WinCE
7925      Branch: perl
7926           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7927           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
7928           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
7929           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
7930           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7931           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7932           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
7933 ____________________________________________________________________________
7934 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
7935         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
7936              space
7937      Branch: maint-5.6/perl
7938            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7939            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
7940            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
7941            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
7942            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7943            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7944            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
7945 ____________________________________________________________________________
7946 [ 12625] By: sky                                   on 2001/10/24  20:05:26
7947         Log: Change #12623 inflicted an infinite hang. Fixed.
7948      Branch: perl
7949            ! ext/threads/shared/shared.xs
7950 ____________________________________________________________________________
7951 [ 12624] By: sky                                   on 2001/10/24  19:06:55
7952         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
7953      Branch: perl
7954            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7955 ____________________________________________________________________________
7956 [ 12623] By: sky                                   on 2001/10/24  18:06:34
7957         Log: We need to do sharedsv_find in the original perl context.
7958      Branch: perl
7959            ! ext/threads/shared/shared.xs
7960 ____________________________________________________________________________
7961 [ 12622] By: sky                                   on 2001/10/24  17:26:51
7962         Log: Add support for basic support for AVs, references not supported yet.
7963              Add test for AVs.
7964              Add more tests to sv_refs
7965              Fix documentation issues.  
7966      Branch: perl
7967            + ext/threads/shared/t/av_simple.t
7968            ! MANIFEST ext/threads/shared/shared.pm
7969            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
7970 ____________________________________________________________________________
7971 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
7972         Log: Dump Unicode better for re 'debug'.  The regprop()
7973              is unfinished since have to figure out how to detect
7974              Unicodeness in there.
7975      Branch: perl
7976            ! regcomp.c regexec.c
7977 ____________________________________________________________________________
7978 [ 12620] By: sky                                   on 2001/10/24  13:18:07
7979         Log: Add support for finding shared arrays and hashes.
7980      Branch: perl
7981            ! sharedsv.c
7982 ____________________________________________________________________________
7983 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
7984         Log: Rewrite sv_uni_display() as pv_uni_display() as
7985              reimplement sv_uni_display() using that.
7986      Branch: perl
7987            ! dump.c embed.h embed.pl proto.h
7988 ____________________________________________________________________________
7989 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
7990         Log: Integrate change #12615 from maintperl;
7991              on Windows, IO::File::new_tmpfile() fails after being called
7992              32767 times because MSVCRT thinks stdio's TMP_MAX is a
7993              process-wide limit
7994      Branch: perl
7995           !> win32/win32.c
7996 ____________________________________________________________________________
7997 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
7998         Log: Don't try to print ints as IVs.
7999      Branch: perl
8000            ! ext/Time/HiRes/HiRes.xs
8001 ____________________________________________________________________________
8002 [ 12616] By: sky                                   on 2001/10/24  11:06:35
8003         Log: We only need to fetch the SV from the backend if the index
8004              is not the same as mg_private.     In theory this could be
8005              a problem if there are an exact multiple of U16 changes
8006              of a shared variable between two access in a given thread,
8007              we choose to avoid theory for now.
8008      Branch: perl
8009            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
8010 ____________________________________________________________________________
8011 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
8012         Log: on Windows, IO::File::new_tmpfile() fails after being called
8013              32767 times because MSVCRT thinks stdio's TMP_MAX is a
8014              process-wide limit
8015      Branch: maint-5.6/perl
8016            ! win32/win32.c
8017 ____________________________________________________________________________
8018 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
8019         Log: Negation and Unicode: sort of solves 20010303.010,
8020              except not quite like reported in the Subject
8021              (Perl_warner is still utf8-ignorant).
8022      Branch: perl
8023            ! pp.c t/lib/warnings/sv
8024 ____________________________________________________________________________
8025 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
8026         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
8027      Branch: perl
8028            ! sv.c t/lib/warnings/sv
8029 ____________________________________________________________________________
8030 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
8031         Log: sv_uni_display(): do not add the "...", let the caller
8032              do it if wanted, and be prepared for more display options.
8033      Branch: perl
8034            ! dump.c embed.h embed.pl proto.h
8035 ____________________________________________________________________________
8036 [ 12611] By: nick                                  on 2001/10/23  20:28:07
8037         Log: Integrate mainline
8038      Branch: perlio
8039           !> Changes configure.com cygwin/cygwin.c
8040           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
8041           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
8042           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
8043           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
8044           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
8045           !> utils/h2xs.PL utils/perldoc.PL
8046 ____________________________________________________________________________
8047 [ 12610] By: sky                                   on 2001/10/23  19:39:24
8048         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
8049              don't call themselves READONLY but still die with modification
8050              attempt. We only call bless for ext and umagic.
8051      Branch: perl
8052            ! sv.c
8053 ____________________________________________________________________________
8054 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
8055         Log: Croak() on negative time; doc tweaks.
8056      Branch: perl
8057            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
8058            ! ext/Time/HiRes/HiRes.xs
8059 ____________________________________________________________________________
8060 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
8061         Log: FAQ sync.
8062      Branch: perl
8063            ! pod/perlfaq4.pod pod/perlfaq7.pod
8064 ____________________________________________________________________________
8065 [ 12607] By: sky                                   on 2001/10/23  18:27:27
8066         Log: Call setmagic on the referent we are blessing.
8067      Branch: perl
8068            ! sv.c
8069 ____________________________________________________________________________
8070 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
8071         Log: Small test nits.
8072      Branch: perl
8073            ! t/op/lc.t
8074 ____________________________________________________________________________
8075 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
8076         Log: Update Changes.
8077      Branch: perl
8078            ! Changes patchlevel.h
8079 ____________________________________________________________________________
8080 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
8081         Log: Make the PerlIO_init() prototypes consistent.
8082      Branch: perl
8083            ! perlio.c
8084 ____________________________________________________________________________
8085 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
8086         Log: Upping the test count is a good idea.
8087      Branch: perl
8088            ! t/op/lc.t
8089 ____________________________________________________________________________
8090 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
8091         Log: Document the final sigma spot.
8092      Branch: perl
8093            ! pp.c
8094 ____________________________________________________________________________
8095 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
8096         Log: Fix multicharacter titlecase (ucfirst).
8097      Branch: perl
8098            ! pod/perlunicode.pod pp.c t/op/lc.t
8099 ____________________________________________________________________________
8100 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
8101         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
8102              From: Mikhail Zabaluev <mhz@alt-linux.org>
8103              Date: Tue, 23 Oct 2001 10:40:37 +0400
8104              Message-ID: <20011023104037.A12761@localhost.localdomain>
8105              
8106              (#12406 replaced with this)
8107      Branch: perl
8108            ! utils/perldoc.PL
8109 ____________________________________________________________________________
8110 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
8111         Log: MacOS Classic updates from Pudge.
8112      Branch: perl
8113            ! lib/File/Spec.t lib/File/Spec/Mac.pm
8114 ____________________________________________________________________________
8115 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
8116         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
8117              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8118              Date: Sun, 14 Oct 2001 23:14:46 +0200
8119              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
8120              
8121              except for the 2->4 changes.
8122      Branch: perl
8123            ! lib/AutoSplit.t
8124 ____________________________________________________________________________
8125 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
8126         Log: integrate macperl contents into maint-5.6
8127      Branch: maint-5.6/perl
8128            ! mg.c
8129           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
8130           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
8131           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
8132           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8133           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
8134           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
8135           !> t/lib/filefind.t t/lib/filespec.t
8136 ____________________________________________________________________________
8137 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
8138         Log: At some point the #6234 has been lost from the mainline
8139              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
8140      Branch: perl
8141            ! lib/File/Spec/Win32.pm
8142 ____________________________________________________________________________
8143 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
8144         Log: Cygwin seems to round up (or closest, but not down)
8145              for time(), so half of the time (bad pun intended)
8146              Time::HiRes::time() is less than time(), half of
8147              the time it's more.  So let's try harder in the loop.
8148      Branch: perl
8149            ! ext/Time/HiRes/HiRes.t
8150 ____________________________________________________________________________
8151 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
8152         Log: MacOS Classic timeofday(), from Chris Nandor. 
8153      Branch: perl
8154            ! ext/Time/HiRes/HiRes.xs
8155 ____________________________________________________________________________
8156 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
8157         Log: Integrate changes #12580 and #12581 from macperl;
8158              
8159              Fix path construction.
8160              
8161              (Copyright) Nit.
8162      Branch: perl
8163           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
8164 ____________________________________________________________________________
8165 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
8166         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
8167              doesn't seem to help (the error being output to console, maybe?)
8168      Branch: perl
8169            ! lib/Net/Domain.pm
8170 ____________________________________________________________________________
8171 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
8172         Log: Taint the getcwd() result also in Cygwin.
8173              (TODO: which other platforms need the same thing?)
8174      Branch: perl
8175            ! cygwin/cygwin.c
8176 ____________________________________________________________________________
8177 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
8178         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
8179      Branch: perl
8180            ! t/op/taint.t
8181 ____________________________________________________________________________
8182 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
8183         Log: getpwuid() fragility continues.
8184      Branch: perl
8185            ! utils/h2xs.PL
8186 ____________________________________________________________________________
8187 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
8188         Log: getpwuid() might succeed but that's no guarantee
8189              that the $home will be defined.
8190      Branch: perl
8191            ! ext/File/Glob/t/basic.t
8192 ____________________________________________________________________________
8193 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
8194         Log: It's safer to to expand the variable, too... (see #12571)
8195      Branch: perl
8196            ! t/TEST
8197 ____________________________________________________________________________
8198 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
8199         Log: Integrate with maintperl.
8200      Branch: maint-5.6/macperl
8201           !> win32/bin/pl2bat.pl win32/win32.c
8202 ____________________________________________________________________________
8203 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
8204         Log: Oops, forgot to include Win32 ... just as well, since it
8205              seems in bleadperl, change #7764 was not included
8206              (adding C:\temp).  Re-added.  Rip it back out if it
8207              doesn't belong.  :-)
8208      Branch: maint-5.6/macperl
8209            ! lib/File/Spec/Win32.pm
8210 ____________________________________________________________________________
8211 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
8212         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
8213              From: "Craig A. Berry" <craigberry@mac.com>
8214              Date: Mon, 22 Oct 2001 15:25:19 -0500
8215              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
8216      Branch: perl
8217            ! configure.com
8218 ____________________________________________________________________________
8219 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
8220         Log: Add in lots of File::Spec changes, from Thomas Wegner,
8221              and sync with changes from bleadperl.
8222      Branch: maint-5.6/macperl
8223            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
8224            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8225            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8226            ! lib/File/Spec/Win32.pm t/lib/filespec.t
8227 ____________________________________________________________________________
8228 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
8229         Log: Sync with latest File::Find and tests from bleadperl.
8230      Branch: maint-5.6/macperl
8231            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
8232 ____________________________________________________________________________
8233 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
8234         Log: Nit.
8235      Branch: maint-5.6/macperl
8236            ! perl.c
8237 ____________________________________________________________________________
8238 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
8239         Log: Fix path construction.
8240      Branch: maint-5.6/macperl
8241            ! ext/DynaLoader/DynaLoader_pm.PL
8242 ____________________________________________________________________________
8243 [ 12579] By: nick                                  on 2001/10/22  19:08:35
8244         Log: Integrate mainline (for Arthurs thread.xs fix)
8245      Branch: perlio
8246           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
8247 ____________________________________________________________________________
8248 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
8249         Log: Fix up exported symbols, move relevant docs
8250              over from macperl.pod.
8251      Branch: maint-5.6/macperl
8252            ! macos/ext/MacPerl/MacPerl.pm
8253 ____________________________________________________________________________
8254 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
8255         Log: Make ADDRESS called optionally as a method.
8256      Branch: maint-5.6/macperl
8257            ! macos/lib/Mac/Glue.pm
8258 ____________________________________________________________________________
8259 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
8260         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
8261              Apple event.
8262      Branch: maint-5.6/macperl
8263            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
8264            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8265            ! macos/macperl/MPTerminology.aete
8266 ____________________________________________________________________________
8267 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
8268         Log: Clean up some build utilities. Change Entab to Duplicate;
8269              fix docs and error reporting; improve macify() of paths;
8270              remove requirement for Exporter.pm presence.
8271      Branch: maint-5.6/macperl
8272            ! macos/InstallBLIB macos/MacPerlTests.cmd
8273            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
8274 ____________________________________________________________________________
8275 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
8276         Log: Sync Time::HiRes with bleadperl
8277      Branch: maint-5.6/macperl
8278            ! macos/bundled_ext/Time/HiRes/HiRes.pm
8279            ! macos/bundled_ext/Time/HiRes/HiRes.t
8280            ! macos/bundled_ext/Time/HiRes/HiRes.xs
8281 ____________________________________________________________________________
8282 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
8283         Log: Fix up Changes
8284      Branch: maint-5.6/macperl
8285            ! macos/Changes
8286 ____________________________________________________________________________
8287 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
8288         Log: A user might belong to only a single group
8289              (the group equal to the group id).
8290      Branch: perl
8291            ! t/op/groups.t
8292 ____________________________________________________________________________
8293 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
8294         Log: Prepending (instead of replacing with) the pwd is safer. 
8295      Branch: perl
8296            ! t/TEST
8297 ____________________________________________________________________________
8298 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
8299         Log: Be more robust if no hostname or domainname
8300              (especially the latter)
8301      Branch: perl
8302            ! lib/Net/Domain.pm
8303 ____________________________________________________________________________
8304 [ 12569] By: sky                                   on 2001/10/22  17:41:07
8305         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
8306      Branch: perl
8307            ! ext/threads/threads.xs
8308 ____________________________________________________________________________
8309 [ 12568] By: nick                                  on 2001/10/22  16:31:24
8310         Log: Integrate mainline
8311      Branch: perlio
8312           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
8313           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8314           +> ext/threads/shared/t/sv_refs.t
8315           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
8316            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8317            - lib/unicore/To/SpecUpper.pl
8318           !> (integrate 42 files)
8319 ____________________________________________________________________________
8320 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
8321         Log: Update Changes.
8322      Branch: perl
8323            ! Changes patchlevel.h
8324 ____________________________________________________________________________
8325 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
8326         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
8327              From: Michael G Schwern <schwern@pobox.com>
8328              Date: Mon, 22 Oct 2001 03:48:38 -0400
8329              Message-ID: <20011022034838.B1676@blackrider>
8330      Branch: perl
8331            ! pod/perlvar.pod
8332 ____________________________________________________________________________
8333 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
8334         Log: Pod nits, as suggested by Stas Bekman.
8335      Branch: perl
8336            ! ext/threads/shared/shared.pm ext/threads/threads.pm
8337 ____________________________________________________________________________
8338 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
8339         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
8340              From: "Paul Marquess" <paul.marquess@openwave.com> 
8341              Date: Sun, 21 Oct 2001 21:11:15 +0100
8342              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
8343      Branch: perl
8344            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
8345            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
8346            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
8347            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
8348            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
8349            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
8350            ! ext/SDBM_File/sdbm.t
8351 ____________________________________________________________________________
8352 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
8353         Log: Integrate change #12559 from maintperl;
8354              various fixes for system() and backticks under windows
8355      Branch: perl
8356           !> win32/win32.c
8357 ____________________________________________________________________________
8358 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
8359         Log: Integrate change #12560 from maintperl;
8360              make pl2bat use %0 rather than "%0" (the latter fails to work
8361              in a lot of common cases)
8362      Branch: perl
8363           !> win32/bin/pl2bat.pl
8364 ____________________________________________________________________________
8365 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
8366         Log: Integrate changes #12549 and #12550 from maintperl;
8367              
8368              readline() doesn't work with our variables; it confuses them with
8369              my variables (change#4227 was incomplete)
8370      Branch: perl
8371            ! t/lib/strict/vars
8372           !> t/base/rs.t toke.c
8373 ____________________________________________________________________________
8374 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
8375         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
8376              in a lot of common cases)
8377      Branch: maint-5.6/perl
8378            ! win32/bin/pl2bat.pl
8379 ____________________________________________________________________________
8380 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
8381         Log: various fixes for system() and backticks under windows:
8382              
8383              * avoid munging whitespace that is passed within quotes
8384              * work around a cmd.exe misfeature that made multi-arg
8385              system() unreliable when there is more than one quoted
8386              argument
8387              * make multi-arg system() autoquote arguments as needed
8388              before passing them to the shell (this avoids having to
8389              second guess the shell quoting)
8390              * perl's -Dp switch can be used to trace the innards
8391      Branch: maint-5.6/perl
8392            ! win32/win32.c
8393 ____________________________________________________________________________
8394 [ 12558] By: nick                                  on 2001/10/22  08:58:42
8395         Log: Integrate ithreads buffer flush fix from perlio
8396      Branch: perl
8397           !> ext/threads/t/basic.t perl.c
8398 ____________________________________________________________________________
8399 [ 12557] By: nick                                  on 2001/10/22  08:35:09
8400         Log: All tests pass (legitimately) on ithreads
8401      Branch: perlio
8402            ! ext/threads/t/basic.t perl.c
8403 ____________________________________________________________________________
8404 [ 12556] By: nick                                  on 2001/10/22  06:51:22
8405         Log: Integrate non-ithreads fix to mainline
8406      Branch: perl
8407           !> perlio.c
8408 ____________________________________________________________________________
8409 [ 12555] By: nick                                  on 2001/10/22  06:48:33
8410         Log: Restore non-ithreads build. Interestingly binmode test passes
8411              non-ithreads - so crlf layer is not damaged and ithreads fail
8412              is a symptom ...
8413      Branch: perlio
8414            ! perlio.c
8415 ____________________________________________________________________________
8416 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
8417         Log: Integrate from perlio; restructuring.
8418      Branch: perl
8419           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
8420           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
8421           !> win32/perlhost.h
8422 ____________________________________________________________________________
8423 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
8424         Log: Integrate from maintperl
8425              (Changes 12350, 12496, 12548, 12549, 12550)
8426      Branch: maint-5.6/macperl
8427           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
8428           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
8429 ____________________________________________________________________________
8430 [ 12552] By: nick                                  on 2001/10/21  19:18:12
8431         Log: Win32 PerlIO_cleanup special cases should no longer be required.
8432      Branch: perlio
8433            ! perl.c
8434 ____________________________________________________________________________
8435 [ 12551] By: nick                                  on 2001/10/21  19:16:56
8436         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
8437      Branch: perlio
8438            ! win32/makefile.mk
8439 ____________________________________________________________________________
8440 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
8441         Log: change#12549 wasn't aware of strictures
8442      Branch: maint-5.6/perl
8443            ! t/pragma/strict-vars toke.c
8444 ____________________________________________________________________________
8445 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
8446         Log: readline() doesn't work with our variables; it confuses them with
8447              my variables (change#4227 was incomplete)
8448      Branch: maint-5.6/perl
8449            ! t/base/rs.t toke.c
8450 ____________________________________________________________________________
8451 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
8452         Log: change#12220 appears to have pulled in a mainline change that
8453              isn't applicable to maint-5.6 (some platforms don't taint
8454              cwd)
8455      Branch: maint-5.6/perl
8456            ! t/lib/filefind-taint.t
8457 ____________________________________________________________________________
8458 [ 12547] By: nick                                  on 2001/10/21  17:15:54
8459         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
8460              for them. Call explicit cleanup during destruct process.
8461              - one binmode test is failing
8462              - also ext/threads/t/basic.t fails under make test, and is noisy under
8463              harness. (Threads results are intermingled and don't match order expected.)
8464      Branch: perlio
8465            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
8466            ! perlio.h perliol.h pod/perlapi.pod sv.c
8467 ____________________________________________________________________________
8468 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
8469         Log: Implement multicharacter case mappings where a single
8470              Unicode character can be mapped into several.
8471      Branch: perl
8472            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8473            - lib/unicore/To/SpecUpper.pl
8474            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
8475            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
8476            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
8477            ! proto.h t/op/lc.t utf8.c
8478 ____________________________________________________________________________
8479 [ 12545] By: sky                                   on 2001/10/21  15:25:16
8480         Log: First support of threads::shared, support shared svs and references.
8481      Branch: perl
8482            + ext/threads/shared/Makefile.PL ext/threads/shared/README
8483            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8484            + ext/threads/shared/t/sv_refs.t
8485            + ext/threads/shared/t/sv_simple.t
8486            ! MANIFEST sharedsv.c
8487 ____________________________________________________________________________
8488 [ 12544] By: nick                                  on 2001/10/21  14:52:35
8489         Log: PerlIO layer table as PL_perlio (per-interpreter)
8490      Branch: perlio
8491            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
8492            ! pod/perlapi.pod sv.c
8493 ____________________________________________________________________________
8494 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
8495         Log: Prettyprinting.
8496      Branch: perl
8497            ! pod/perlunicode.pod
8498 ____________________________________________________________________________
8499 [ 12542] By: ams                                   on 2001/10/21  03:50:25
8500         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
8501              From: "Sean M. Burke" <sburke@cpan.org>
8502              Date: Sat, 20 Oct 2001 17:51:09 -0600
8503              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
8504      Branch: perl
8505            + pod/perlpodspec.pod
8506            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
8507            ! pod/perltoc.pod
8508 ____________________________________________________________________________
8509 [ 12541] By: nick                                  on 2001/10/20  22:23:53
8510         Log: Fix typos in new locking on MemShared
8511              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
8512              - seems to make segfaults more deterministic - suspect they are 
8513              attempt to free() after Interp and Host have gone.
8514      Branch: perlio
8515            ! perlio.c win32/perlhost.h
8516 ____________________________________________________________________________
8517 [ 12540] By: nick                                  on 2001/10/20  21:50:46
8518         Log: Remove the MemShared re-#define (again)
8519      Branch: perlio
8520            ! perlio.c
8521 ____________________________________________________________________________
8522 [ 12539] By: nick                                  on 2001/10/20  21:49:06
8523         Log: Use locks on MemShared
8524      Branch: perlio
8525            ! win32/perlhost.h
8526 ____________________________________________________________________________
8527 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
8528         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
8529              From: "chromatic" <chromatic@rmci.net>
8530              Date: Sat, 20 Oct 2001 11:13:47 -0600
8531              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
8532      Branch: perl
8533            ! installhtml
8534 ____________________________________________________________________________
8535 [ 12537] By: nick                                  on 2001/10/20  16:44:03
8536         Log: Integrate mainline
8537      Branch: perlio
8538           !> (integrate 48 files)
8539 ____________________________________________________________________________
8540 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
8541         Log: Update Changes.
8542      Branch: perl
8543            ! Changes patchlevel.h
8544 ____________________________________________________________________________
8545 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
8546         Log: Upgrade to podlators 1.11, from Russ Allbery.
8547      Branch: perl
8548            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
8549            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8550            ! pod/pod2man.PL pod/pod2text.PL
8551 ____________________________________________________________________________
8552 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
8553         Log: Integrate perlio change #12532:
8554              introduce and use PerlIO_intmod2str().
8555      Branch: perl
8556           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
8557 ____________________________________________________________________________
8558 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
8559         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
8560      Branch: perl
8561            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
8562 ____________________________________________________________________________
8563 [ 12532] By: nick                                  on 2001/10/20  14:25:37
8564         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
8565              Use for non-PERLIO fdupopen().
8566      Branch: perlio
8567            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
8568 ____________________________________________________________________________
8569 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
8570         Log: Integrate perlio: PerlIO win32 fixes.
8571      Branch: perl
8572           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
8573           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
8574           !> proto.h sv.h win32/win32io.c
8575 ____________________________________________________________________________
8576 [ 12530] By: nick                                  on 2001/10/20  12:53:30
8577         Log: Fixed in two places - p4 resolve
8578      Branch: perlio
8579            ! perlsdio.h
8580 ____________________________________________________________________________
8581 [ 12529] By: nick                                  on 2001/10/20  12:51:05
8582         Log: Fix for ithreads/stdio build
8583      Branch: perlio
8584            ! perlio.c perlsdio.h
8585 ____________________________________________________________________________
8586 [ 12528] By: ams                                   on 2001/10/20  12:13:25
8587         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
8588              From: Michael G Schwern <schwern@pobox.com>
8589              Date: Sat, 20 Oct 2001 01:41:21 -0400
8590              Message-Id: <20011020014121.I3681@blackrider>
8591      Branch: perl
8592            ! installman
8593 ____________________________________________________________________________
8594 [ 12527] By: ams                                   on 2001/10/20  12:09:41
8595         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
8596              From: Michael G Schwern <schwern@pobox.com>
8597              Date: Sat, 20 Oct 2001 02:04:21 -0400
8598              Message-Id: <20011020020421.A11732@blackrider>
8599      Branch: perl
8600            ! lib/Pod/Checker.pm
8601 ____________________________________________________________________________
8602 [ 12526] By: ams                                   on 2001/10/20  11:59:41
8603         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
8604              From: "chromatic" <chromatic@rmci.net>
8605              Date: Fri, 19 Oct 2001 22:46:39 -0600
8606              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
8607      Branch: perl
8608            ! lib/Net/Config.pm
8609 ____________________________________________________________________________
8610 [ 12525] By: nick                                  on 2001/10/20  11:16:18
8611         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
8612              Perl_sv_setsv_flags directly.
8613      Branch: perlio
8614            ! ext/threads/threads.xs
8615 ____________________________________________________________________________
8616 [ 12524] By: nick                                  on 2001/10/20  10:28:17
8617         Log: Add a new flag character 'm' to embed.pl set to represent
8618              "functions" which are really macros. Use it foe the troublesome
8619              sv_setsv() etc. macros in sv.h - changing latter to define
8620              sv_setsv rather than sv_setsv_macro etc.
8621      Branch: perlio
8622            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
8623            ! pod/perlapi.pod proto.h sv.h
8624 ____________________________________________________________________________
8625 [ 12523] By: nick                                  on 2001/10/20  09:17:17
8626         Log: Add comments explaining why win32.h/embed.h are included where they are
8627              in perl.h 
8628      Branch: perlio
8629            ! perl.h
8630 ____________________________________________________________________________
8631 [ 12522] By: nick                                  on 2001/10/20  08:27:44
8632         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
8633              being used yet.
8634      Branch: perlio
8635            ! win32/win32io.c
8636 ____________________________________________________________________________
8637 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
8638         Log: Wording tweaks.
8639      Branch: perl
8640            ! t/TEST
8641 ____________________________________________________________________________
8642 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
8643         Log: Subject: IO module with nonblocking socket connect patch 
8644              From: Raul Dias <raul@dias.com.br>
8645              Date: Fri, 19 Oct 2001 22:45:32 -0300
8646              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
8647      Branch: perl
8648            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8649 ____________________________________________________________________________
8650 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
8651         Log: Test vertical whitespace combined with /x in \p{}.
8652      Branch: perl
8653            ! t/op/pat.t
8654 ____________________________________________________________________________
8655 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
8656         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
8657              From: Gisle Aas <gisle@ActiveState.com> 
8658              Date: 19 Oct 2001 16:46:02 -0700
8659              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
8660      Branch: perl
8661            ! lib/ExtUtils/MakeMaker.pm
8662 ____________________________________________________________________________
8663 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
8664         Log: No more this symbol.
8665      Branch: perl
8666            ! makedef.pl
8667 ____________________________________________________________________________
8668 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
8669         Log: Integrate change #12511; fix gross win32 build issues.
8670      Branch: perl
8671           !> makedef.pl sv.c
8672 ____________________________________________________________________________
8673 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
8674         Log: Unpack in scalar context should return the first value
8675              returned in list context, as pointed out by Ton Hospel
8676              in 2001-05-21 (this is how it works already in blead,
8677              just adding the test).
8678      Branch: perl
8679            ! t/op/pack.t
8680 ____________________________________________________________________________
8681 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
8682         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
8683              From: "Craig A. Berry" <craigberry@mac.com>
8684              Date: Fri, 19 Oct 2001 16:59:30 -0500
8685              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
8686      Branch: perl
8687            ! utils/perldoc.PL
8688 ____________________________________________________________________________
8689 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
8690         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
8691              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8692              Date: Fri, 19 Oct 2001 17:45:23 EDT
8693              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
8694      Branch: perl
8695            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
8696            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
8697            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
8698            ! vms/vmsish.h
8699 ____________________________________________________________________________
8700 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
8701         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
8702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8703              Date: Fri, 19 Oct 2001 17:26:35 EDT
8704              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
8705      Branch: perl
8706            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
8707 ____________________________________________________________________________
8708 [ 12511] By: nick                                  on 2001/10/19  19:55:36
8709         Log: Fix gross win32 build issues
8710      Branch: perlio
8711            ! makedef.pl sv.c
8712 ____________________________________________________________________________
8713 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
8714         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
8715              From: David Dyck <dcd@tc.fluke.com>
8716              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
8717              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
8718      Branch: perl
8719            ! lib/File/Find.pm
8720 ____________________________________________________________________________
8721 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
8722         Log: Subject: Re: PerlIO and Encode
8723              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8724              Date: Tue, 16 Oct 2001 01:50:16 +0900
8725              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
8726      Branch: perl
8727            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
8728            ! ext/Encode/Encode/Tcl.t
8729 ____________________________________________________________________________
8730 [ 12508] By: ams                                   on 2001/10/19  17:59:16
8731         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
8732              (See #12499)
8733      Branch: perl
8734            ! pod/perlintro.pod
8735 ____________________________________________________________________________
8736 [ 12507] By: nick                                  on 2001/10/19  16:30:43
8737         Log: Integrate mainline
8738      Branch: perlio
8739           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
8740           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
8741           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
8742           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
8743           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
8744           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
8745           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
8746           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
8747           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
8748           +> win32/config_H.win64
8749            - lib/Test/Utils.pm lib/unicore/mktables.PL
8750            - t/lib/Test/Simple/Catch/More.pm
8751           !> (integrate 84 files)
8752 ____________________________________________________________________________
8753 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
8754         Log: Retract the #10451 which seems to be the cause
8755              of the major leakage from while(){eval"sub{}"}
8756      Branch: perl
8757            ! op.c t/run/kill_perl.t
8758 ____________________________________________________________________________
8759 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
8760         Log: Regen toc.
8761      Branch: perl
8762            ! pod/perltoc.pod
8763 ____________________________________________________________________________
8764 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
8765         Log: Tiny tweaks.
8766      Branch: perl
8767            ! pod/perl.pod
8768 ____________________________________________________________________________
8769 [ 12503] By: ams                                   on 2001/10/19  13:34:24
8770         Log: Subject: Re: perlintro.pod
8771              From: Abe Timmerman <abe@ztreet.demon.nl>
8772              Date: Fri, 19 Oct 2001 14:12:40 +0200
8773              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
8774      Branch: perl
8775            ! pod/perlintro.pod
8776 ____________________________________________________________________________
8777 [ 12502] By: ams                                   on 2001/10/19  13:24:12
8778         Log: Slight reorganisation of references.
8779      Branch: perl
8780            ! pod/perl.pod
8781 ____________________________________________________________________________
8782 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
8783         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
8784              From: Kay Röpke <kroepke@dolphin-services.de>
8785              Date: Fri, 19 Oct 2001 14:04:01 +0200 
8786              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
8787      Branch: perl
8788            ! lib/ExtUtils/MakeMaker.pm
8789 ____________________________________________________________________________
8790 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
8791         Log: Unicode categories continue:
8792              implement Category=, Script=, Block=
8793              (these are based on an upcoming update of TR#18)
8794              Fix a bug where we got two In categories named "old italic",
8795              and another where shortcut for the Is categories wasn't taken.
8796      Branch: perl
8797            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
8798            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
8799            ! pod/perlunicode.pod t/op/pat.t
8800 ____________________________________________________________________________
8801 [ 12499] By: ams                                   on 2001/10/19  01:42:29
8802         Log: Subject: a small patch to perlintro.pod.
8803              From: Autrijus Tang <autrijus@autrijus.org>
8804              Date: Fri, 19 Oct 2001 01:45:51 +0800
8805              Message-Id: <20011019014551.A35625@not.autrijus.org>
8806              (Applied by hand with nits.)
8807      Branch: perl
8808            ! pod/perlintro.pod
8809 ____________________________________________________________________________
8810 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
8811         Log: Subject: [PATCH] OpenBSD hints for ithreads
8812              From: Andy Dougherty <doughera@lafayette.edu>
8813              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
8814              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
8815      Branch: perl
8816            ! hints/openbsd.sh
8817 ____________________________________________________________________________
8818 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
8819         Log: Retract #12446; the problem solved by #12474.
8820      Branch: perl
8821            ! hints/aix.sh
8822 ____________________________________________________________________________
8823 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
8824         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
8825              message and suppress line number info (from Steve Hay
8826              <Steve.Hay@uk.radan.com>)
8827      Branch: maint-5.6/perl
8828            ! lib/Carp/Heavy.pm
8829 ____________________________________________________________________________
8830 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
8831         Log: More documented In categories.
8832      Branch: perl
8833            ! pod/perlunicode.pod
8834 ____________________________________________________________________________
8835 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
8836         Log: Update Changes.
8837      Branch: perl
8838            ! Changes patchlevel.h
8839 ____________________________________________________________________________
8840 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
8841         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
8842      Branch: perl
8843            ! MANIFEST
8844 ____________________________________________________________________________
8845 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
8846         Log: Wrong skip() arguments.
8847      Branch: perl
8848            ! ext/B/t/terse.t
8849 ____________________________________________________________________________
8850 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
8851         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
8852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8853              Date: Wed, 17 Oct 2001 09:10:53 EDT 
8854              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
8855      Branch: perl
8856            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
8857            ! pod/perlapi.pod vms/vms.c
8858 ____________________________________________________________________________
8859 [ 12490] By: ams                                   on 2001/10/18  09:31:00
8860         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
8861              From: Mark-Jason Dominus <mjd@plover.com>
8862              Date: Thu, 18 Oct 2001 06:25:35 -0400
8863              Message-Id: <20011018102535.19264.qmail@plover.com>
8864      Branch: perl
8865            ! pod/perl.pod
8866 ____________________________________________________________________________
8867 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
8868         Log: Prettyprinting.
8869      Branch: perl
8870            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
8871 ____________________________________________________________________________
8872 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
8873         Log: Regen toc.
8874      Branch: perl
8875            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8876 ____________________________________________________________________________
8877 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
8878         Log: Add perlintro, from Skud.
8879      Branch: perl
8880            + pod/perlintro.pod
8881            ! MANIFEST
8882 ____________________________________________________________________________
8883 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
8884         Log: FAQ sync.
8885      Branch: perl
8886            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
8887            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
8888            ! pod/perlfaq8.pod pod/perlfaq9.pod
8889 ____________________________________________________________________________
8890 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
8891         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
8892              in speed (upto 20% speedup in certain operations) but meanwhile
8893              regexps and arithmetics got slower (5-10%) (according to
8894              perlbench average speedup is negligible, and within measuring
8895              flutter, 1%).  Therefore retracting all the changes
8896              aimed at getting -std1 to compile cleanly:  #12475, #12476,
8897              #12479, #12480, #12481, #12482, #12483, #12484.
8898      Branch: perl
8899            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
8900            ! pp_hot.c pp_sys.c toke.c
8901 ____________________________________________________________________________
8902 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
8903         Log: (retracted by #12485)
8904              Strict ANSI doesn't like the third argument of main()
8905              so enable ignoring it if using ultra picky compiler.
8906      Branch: perl
8907            ! miniperlmain.c
8908 ____________________________________________________________________________
8909 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
8910         Log: (retracted by #12485)
8911              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
8912      Branch: perl
8913            ! perl.h
8914 ____________________________________________________________________________
8915 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
8916         Log: (retracted by #12485)
8917              Add explanatory comment.
8918      Branch: perl
8919            ! mg.c
8920 ____________________________________________________________________________
8921 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
8922         Log: (retracted by #12485)
8923              More dollar$hiding.
8924      Branch: perl
8925            ! doio.c perl.h pp_sys.c
8926 ____________________________________________________________________________
8927 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
8928         Log: (retracted by #12485)
8929              KISS.
8930      Branch: perl
8931            ! mg.c
8932 ____________________________________________________________________________
8933 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
8934         Log: (retracted by #12485)
8935              Thou shalt not #ifdef inside macro invocations,
8936              noticed by Rafael Garcia-Suarez.
8937      Branch: perl
8938            ! mg.c
8939 ____________________________________________________________________________
8940 [ 12478] By: ams                                   on 2001/10/17  18:50:55
8941         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
8942              From: Anton Berezin <tobez@tobez.org>
8943              Date: Wed, 17 Oct 2001 18:25:48 +0200
8944              Message-Id: <20011017182548.A12082@heechee.tobez.org>
8945      Branch: perl
8946            ! pp_sys.c
8947 ____________________________________________________________________________
8948 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
8949         Log: (retracted by #12485)
8950              Unterminated #ifdef.
8951      Branch: perl
8952            ! mg.c
8953 ____________________________________________________________________________
8954 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
8955         Log: (retracted by #12485)
8956              Avoid dollar signs in identifiers (in non-VMS) to
8957              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
8958      Branch: perl
8959            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
8960            ! toke.c
8961 ____________________________________________________________________________
8962 [ 12474] By: ams                                   on 2001/10/17  15:14:50
8963         Log: Subject: Two AIX patches
8964              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8965              Date: Wed, 17 Oct 2001 18:04:35 +0200
8966              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
8967      Branch: perl
8968            ! hints/aix.sh makedef.pl
8969 ____________________________________________________________________________
8970 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
8971         Log: Limiting the Time::HiRes::sleep and usleep to
8972              one second is not a good policy if drop-in
8973              replacement is still a goal.
8974      Branch: perl
8975            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
8976            ! ext/Time/HiRes/HiRes.xs
8977 ____________________________________________________________________________
8978 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
8979         Log: Subject: [PATCH] Test::Simple 0.32
8980              From: Michael G Schwern <schwern@pobox.com> 
8981              Date: Wed, 17 Oct 2001 03:42:41 -0400
8982              Message-ID: <20011017034241.A25038@blackrider>
8983      Branch: perl
8984            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
8985            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
8986            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
8987            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
8988            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
8989            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
8990            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
8991            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
8992            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
8993            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8994            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8995            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8996            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8997            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
8998            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
8999            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
9000            ! t/lib/Test/Simple/Catch.pm
9001            ! t/lib/Test/Simple/sample_tests/five_fail.plx
9002 ____________________________________________________________________________
9003 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
9004         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
9005              From: Michael G Schwern <schwern@pobox.com> 
9006              Date: Wed, 17 Oct 2001 04:04:13 -0400
9007              Message-ID: <20011017040413.C25550@blackrider>
9008      Branch: perl
9009            ! t/TEST t/harness vms/test.com
9010 ____________________________________________________________________________
9011 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
9012         Log: Regen doc with perlmodstyle added.
9013      Branch: perl
9014            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9015 ____________________________________________________________________________
9016 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
9017         Log: Pod cleanup.
9018      Branch: perl
9019            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
9020 ____________________________________________________________________________
9021 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
9022         Log: Subject: perlmodstyle as a patch
9023              From: Kirrily Robert <skud@infotrope.net>
9024              Date: Tue, 16 Oct 2001 22:47:23 -0400
9025              Message-ID: <20011016224723.A20673@infotrope.net>
9026      Branch: perl
9027            + pod/perlmodstyle.pod
9028            ! MANIFEST
9029 ____________________________________________________________________________
9030 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
9031         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
9032              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9033              Date: Thu, 6 Sep 2001 11:09:40 +0100
9034              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
9035              
9036              Mention also the develooper p5p archive.
9037      Branch: perl
9038            ! pod/perlhack.pod
9039 ____________________________________________________________________________
9040 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
9041         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
9042              From: Kay Röpke <kroepke@dolphin-services.de>
9043              Date: Tue, 16 Oct 2001 17:23:52 +0200
9044              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
9045      Branch: perl
9046            ! lib/ExtUtils/MakeMaker.pm
9047 ____________________________________________________________________________
9048 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
9049         Log: Add the special casing mappings (from SpecCase.txt)
9050              (except for the hyper special case mappings that have
9051              the condition list); the special casing mappings are
9052              unused for now.  Small tidying up on mktables.
9053      Branch: perl
9054            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9055            + lib/unicore/To/SpecUpper.pl
9056            ! lib/unicore/mktables
9057 ____________________________________________________________________________
9058 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
9059         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
9060              From: "David H. Adler" <dha@panix.com>       
9061              Date: Tue, 16 Oct 2001 11:59:35 -0400
9062              Message-ID: <20011016115935.A13078@panix.com>
9063              
9064              Subject: [ PATCH ] perldata patch, revised
9065              From: "David H. Adler" <dha@panix.com>     
9066              Date: Tue, 16 Oct 2001 18:26:49 -0400
9067              Message-ID: <20011016182649.C23970@panix.com>
9068      Branch: perl
9069            ! pod/perldata.pod pod/perlop.pod
9070 ____________________________________________________________________________
9071 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
9072         Log: Integrate perlio: PerlIO_dup (for all but Win32).
9073      Branch: perl
9074           !> embed.h embed.pl ext/Encode/Encode.xs
9075           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
9076           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
9077           !> win32/win32io.c
9078 ____________________________________________________________________________
9079 [ 12462] By: nick                                  on 2001/10/16  19:11:30
9080         Log: PerlIOXxxx_dups for all but Win32
9081      Branch: perlio
9082            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9083            ! ext/PerlIO/Via/Via.xs
9084 ____________________________________________________________________________
9085 [ 12461] By: nick                                  on 2001/10/16  18:28:48
9086         Log: Implement PerlIOStdio_dup (explains core dumps - dup
9087              was not setting up a FILE * to be fclosed()).
9088      Branch: perlio
9089            ! perlio.c
9090 ____________________________________________________________________________
9091 [ 12460] By: nick                                  on 2001/10/16  17:31:47
9092         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
9093              overflow.
9094      Branch: perlio
9095            ! perlio.c
9096 ____________________________________________________________________________
9097 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
9098         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
9099              From: "Craig A. Berry" <craigberry@mac.com>
9100              Date: Tue, 16 Oct 2001 13:08:38 -0500
9101              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
9102      Branch: perl
9103            ! configure.com
9104 ____________________________________________________________________________
9105 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
9106         Log: Can't expect too much accuracy from a sleep of one second.
9107              (I think this will also fail with high load.)
9108      Branch: perl
9109            ! ext/Time/HiRes/HiRes.t
9110 ____________________________________________________________________________
9111 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
9112         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
9113              From: "Werner, Randolf" <randolf.werner@sap.com>
9114              Date: Tue, 16 Oct 2001 18:33:02 +0200
9115              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
9116      Branch: perl
9117            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
9118            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
9119 ____________________________________________________________________________
9120 [ 12456] By: nick                                  on 2001/10/16  14:08:16
9121         Log: Builds under ithreads (but fails all threads tests)
9122      Branch: perlio
9123            ! hv.c perlio.c sv.c
9124 ____________________________________________________________________________
9125 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
9126         Log: I think the Perl_sortsv needs *not* be skipped?
9127      Branch: perl
9128            ! makedef.pl
9129 ____________________________________________________________________________
9130 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
9131         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
9132              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
9133              Date: Tue, 16 Oct 2001 15:32:44 +0200
9134              Message-ID: <3BCC531C.11494.3E433F@localhost>
9135      Branch: perl
9136            ! t/op/groups.t
9137 ____________________________________________________________________________
9138 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
9139         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
9140              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
9141              Date: Tue, 16 Oct 2001 15:01:04 +0200
9142              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
9143      Branch: perl
9144            ! t/io/fs.t
9145 ____________________________________________________________________________
9146 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
9147         Log: A forgotten deletion.
9148      Branch: perl
9149            - lib/unicore/mktables.PL
9150 ____________________________________________________________________________
9151 [ 12451] By: nick                                  on 2001/10/16  11:32:48
9152         Log: Skeleton of "PerlIO_dup" coded.
9153              Still-passes all tests non-threaded (well it would wouldn't it!)
9154      Branch: perlio
9155            ! embed.h embed.pl ext/Encode/Encode.xs
9156            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
9157            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
9158            ! win32/win32io.c
9159 ____________________________________________________________________________
9160 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
9161         Log: Document the problem with the swash_fetch() API that affects
9162              more complex case conversions.
9163      Branch: perl
9164            ! lib/utf8_heavy.pl utf8.c
9165 ____________________________________________________________________________
9166 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
9167         Log: Make Time::HiRes::sleep() and usleep() to return
9168              the number of seconds (a floating point value) and 
9169              microseconds (an integer) actually slept (well,
9170              modulo the time spent in measuring the time actually
9171              slept...), to be a better drop-in replacement for
9172              the builtin sleep().  Noticed by Chris Nandor.
9173              
9174              Also make usleep() to croak if fed illegal number
9175              of useconds (anything greater than 1_000_000).
9176      Branch: perl
9177            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9178            ! ext/Time/HiRes/HiRes.xs
9179 ____________________________________________________________________________
9180 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
9181         Log: A missing SvREFCNT_dec.
9182      Branch: perl
9183            ! perl.c
9184 ____________________________________________________________________________
9185 [ 12447] By: nick                                  on 2001/10/15  20:27:53
9186         Log: Beginings of PerlIO_dup support (unstable)
9187      Branch: perlio
9188            ! perlio.c perliol.h
9189 ____________________________________________________________________________
9190 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
9191         Log: (retracted by #12497)
9192              In AIX vac 5 just can't seem to get regcomp right.
9193      Branch: perl
9194            ! hints/aix.sh
9195 ____________________________________________________________________________
9196 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
9197         Log: Bump the version number to agree with the maintperl one.
9198      Branch: perl
9199            ! lib/Tie/RefHash.pm
9200 ____________________________________________________________________________
9201 [ 12444] By: nick                                  on 2001/10/15  15:59:57
9202         Log: Integrate mainline
9203      Branch: perlio
9204           +> lib/Math/BigInt/t/Math/Subclass.pm
9205           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
9206           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
9207           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
9208           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
9209           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
9210           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
9211           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
9212           +> lib/unicore/mktables
9213            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
9214            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
9215            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
9216            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
9217            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
9218            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
9219            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
9220            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
9221            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
9222            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
9223            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
9224            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
9225            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
9226            - lib/unicore/syllables.txt
9227           !> (integrate 344 files)
9228 ____________________________________________________________________________
9229 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
9230         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
9231      Branch: perl
9232            ! ext/DB_File/DB_File.xs
9233 ____________________________________________________________________________
9234 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
9235         Log: Sync the skip() amounts with the number of tests.
9236      Branch: perl
9237            ! lib/Term/Complete.t
9238 ____________________________________________________________________________
9239 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
9240         Log: Update Changes.
9241      Branch: perl
9242            ! Changes patchlevel.h
9243 ____________________________________________________________________________
9244 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
9245         Log: MacOS Classic catdir() rewrite from Thomas Wegner
9246              (backward incompatibility, but a deliberate one,
9247              the old version simply is broken in its logic),
9248              also documentation updates, and as suggested replicated
9249              the File::Spec::Unix documentation updates also on the
9250              File::Spec documentation.
9251              
9252              TODO: there seems to be duplication of documentation
9253              between File::Spec and File::Spec::Unix.  I think
9254              the ::Unix should be left only with specific UNIXisms,
9255              and all the generic documentation should be in ::Spec.
9256      Branch: perl
9257            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9258            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
9259            ! lib/File/Spec/Unix.pm
9260 ____________________________________________________________________________
9261 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
9262         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
9263              From: Blair Zajac <blair@orcaware.com>
9264              Date: Mon, 24 Sep 2001 11:48:58 -0700
9265              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
9266              
9267              (the skip() messages)
9268      Branch: perl
9269            ! t/op/magic.t
9270 ____________________________________________________________________________
9271 [ 12438] By: ams                                   on 2001/10/14  23:43:59
9272         Log: Subject: [PATCH] make PerlIO default on VMS
9273              From: "Craig A. Berry" <craigberry@mac.com>
9274              Date: Sun, 14 Oct 2001 15:27:18 -0500
9275              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
9276      Branch: perl
9277            ! configure.com
9278 ____________________________________________________________________________
9279 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
9280         Log: Retract #12436 (Abhijit already did this at #12426)
9281      Branch: perl
9282            ! lib/ExtUtils/MM_Unix.pm
9283 ____________________________________________________________________________
9284 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
9285         Log: (retracted by #12437)
9286              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
9287              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
9288              Date: Sat, 13 Oct 2001 20:33:55 +0200
9289              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
9290      Branch: perl
9291            ! lib/ExtUtils/MM_Unix.pm
9292 ____________________________________________________________________________
9293 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
9294         Log: Subject: h2xs grammar nit
9295              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9296              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
9297              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
9298      Branch: perl
9299            ! utils/h2xs.PL
9300 ____________________________________________________________________________
9301 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
9302         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
9303              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9304              Date: Sun, 14 Oct 2001 11:25:08 +0100
9305              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
9306      Branch: perl
9307            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
9308            ! warnings.pl
9309 ____________________________________________________________________________
9310 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
9311         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
9312              for File::Spec::Mac::catfile)
9313      Branch: perl
9314            ! lib/h2xs.t
9315 ____________________________________________________________________________
9316 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
9317         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
9318              From: Nicholas Clark <nick@ccl4.org>
9319              Date: Sat, 13 Oct 2001 00:07:31 +0100
9320              Message-ID: <20011013000731.D67535@plum.flirble.org>
9321      Branch: perl
9322            ! lib/h2xs.t utils/h2xs.PL
9323 ____________________________________________________________________________
9324 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
9325         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
9326              before DEFINE and INC), and repent by taking DEFINE and
9327              INC away from PASTHRU.
9328      Branch: perl
9329            ! lib/ExtUtils/MM_Unix.pm
9330 ____________________________________________________________________________
9331 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
9332         Log: More MANIFEST anomalies.
9333      Branch: perl
9334            ! MANIFEST
9335 ____________________________________________________________________________
9336 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
9337         Log: Not that many.
9338      Branch: perl
9339            ! MANIFEST
9340 ____________________________________________________________________________
9341 [ 12428] By: sky                                   on 2001/10/13  20:59:27
9342         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
9343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9344              Date: Sat, 13 Oct 2001 23:15:55 +0200
9345              Message-ID: <20011013231555.A18071@rafael>
9346      Branch: perl
9347            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
9348            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9349 ____________________________________________________________________________
9350 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
9351         Log: Rewrite mktables from scratch.
9352              - Cleaner.
9353              - Faster: 15-20 seconds as opposed to several minutes.
9354              - More dynamic: the names of the various categories
9355              such as the linebreak ones are dynamic, not static.
9356              - Is.pl: long names for the general category properties
9357              are now available.
9358              - Ranges (<... ,First>, <..., Last>) from the general
9359              categories work now.
9360              - No more mktables.PL because the mktables.PL is not
9361              and never has been run to create a mktables.
9362              - syllables.txt and Is/Syl*.pl removed: non-standard
9363              (not part of the Unicode), and the whole concept is
9364              being reworked (http://syllabary.sourceforge.net/),
9365              the old way wouldn't even work with the new Syllables.txt
9366              (it would result in 1000+ new categories)
9367      Branch: perl
9368            + lib/unicore/In/163.pl lib/unicore/In/164.pl
9369            + lib/unicore/In/165.pl lib/unicore/In/166.pl
9370            + lib/unicore/In/167.pl lib/unicore/In/168.pl
9371            + lib/unicore/In/169.pl lib/unicore/In/170.pl
9372            + lib/unicore/In/171.pl lib/unicore/Is.pl
9373            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
9374            + lib/unicore/mktables
9375            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
9376            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
9377            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
9378            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
9379            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
9380            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
9381            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
9382            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
9383            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
9384            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
9385            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
9386            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
9387            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
9388            - lib/unicore/syllables.txt
9389            ! (edit 304 files)
9390 ____________________________________________________________________________
9391 [ 12426] By: ams                                   on 2001/10/13  18:05:36
9392         Log: ExtUtils::MM_Unix should ignore comments when searching for
9393              $VERSION.
9394      Branch: perl
9395            ! lib/ExtUtils/MM_Unix.pm
9396 ____________________________________________________________________________
9397 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
9398         Log: Subject: Re: New module XML::Clean
9399              From: andreas.koenig@anima.de (Andreas J. Koenig)
9400              Date: 13 Oct 2001 10:17:09 +0200
9401              Message-ID: <m37ku0t0my.fsf@anima.de>
9402      Branch: perl
9403            ! pod/perlnewmod.pod
9404 ____________________________________________________________________________
9405 [ 12424] By: sky                                   on 2001/10/13  09:39:59
9406         Log: Set thread stack size if needed.
9407      Branch: perl
9408            ! ext/threads/threads.xs
9409 ____________________________________________________________________________
9410 [ 12423] By: sky                                   on 2001/10/13  09:36:49
9411         Log: We do want to set the attribute to joinable even on modern posix
9412              platforms.
9413      Branch: perl
9414            ! ext/threads/threads.xs
9415 ____________________________________________________________________________
9416 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
9417         Log: Subject: [PATCH ext/Data/Dumper.xs]
9418              From: Brian Ingerson <ingy@ttul.org>
9419              Date: Fri, 12 Oct 2001 19:32:35 -0700
9420              Message-ID: <20011012193235.B889@ttul.org>
9421      Branch: perl
9422            ! ext/Data/Dumper/Dumper.xs
9423 ____________________________________________________________________________
9424 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
9425         Log: Update Changes.
9426      Branch: perl
9427            ! Changes patchlevel.h
9428 ____________________________________________________________________________
9429 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
9430         Log: FAQ sync.
9431      Branch: perl
9432            ! pod/perlfaq3.pod pod/perlfaq4.pod
9433 ____________________________________________________________________________
9434 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
9435         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
9436              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
9437              Date: Fri, 12 Oct 2001 11:51:05 -0700
9438              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
9439      Branch: perl
9440            ! lib/File/Copy.pm
9441 ____________________________________________________________________________
9442 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
9443         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
9444              From: "chromatic" <chromatic@rmci.net>     
9445              Date: Thu, 11 Oct 2001 10:57:55 -0600
9446              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
9447              
9448              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
9449              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9450              Date: Thu, 11 Oct 2001 22:34:21 +0200
9451              Message-ID: <20011011223421.A693@rafael>     
9452              
9453              plus undef $Term::Complete::stty as suggested by Rafael.
9454      Branch: perl
9455            ! lib/Term/Complete.pm lib/Term/Complete.t
9456 ____________________________________________________________________________
9457 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
9458         Log: UUnndduupplleexx..
9459      Branch: perl
9460            ! perl.h
9461 ____________________________________________________________________________
9462 [ 12416] By: sky                                   on 2001/10/12  20:16:19
9463         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
9464              From: Andy Dougherty <doughera@lafayette.edu>
9465              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
9466              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
9467              (Potentially only band-aid)
9468      Branch: perl
9469            ! sv.c
9470 ____________________________________________________________________________
9471 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
9472         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
9473              mishandles kill(), and therefore the sigaction test
9474              should be skipped, from Charles Lane.
9475      Branch: perl
9476            ! ext/POSIX/t/sigaction.t
9477 ____________________________________________________________________________
9478 [ 12414] By: sky                                   on 2001/10/12  18:47:49
9479         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
9480      Branch: perl
9481            ! op.h
9482 ____________________________________________________________________________
9483 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
9484         Log: Upgrade to Math::BigInt 1.44 from Tels and
9485              further fixes from John Peacock.
9486      Branch: perl
9487            + lib/Math/BigInt/t/Math/Subclass.pm
9488            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
9489            + lib/Math/BigInt/t/subclass.t
9490            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9491            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9492            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9493            ! lib/Math/BigInt/t/mbimbf.t
9494 ____________________________________________________________________________
9495 [ 12412] By: sky                                   on 2001/10/12  18:28:23
9496         Log: perhaps pthread_attr_t really needs to be set for the old api
9497      Branch: perl
9498            ! ext/threads/threads.xs
9499 ____________________________________________________________________________
9500 [ 12411] By: sky                                   on 2001/10/12  18:11:45
9501         Log: pthread_keycreate not pthread_key_create under the here be dragons API
9502      Branch: perl
9503            ! ext/threads/threads.h
9504 ____________________________________________________________________________
9505 [ 12410] By: sky                                   on 2001/10/12  18:07:37
9506         Log: Apperently OLD PTHREADS API is a bit retarded.
9507              This should fix another set of compile failures in HP-UX 10.20.
9508      Branch: perl
9509            ! ext/threads/threads.h ext/threads/threads.xs
9510 ____________________________________________________________________________
9511 [ 12409] By: nick                                  on 2001/10/12  15:30:01
9512         Log: Blind integrate of mainline
9513      Branch: perlio
9514           +> (branch 32 files)
9515            - lib/unicode/README
9516           !> (integrate 121 files)
9517 ____________________________________________________________________________
9518 [ 12408] By: sky                                   on 2001/10/12  14:55:08
9519         Log: Let us avoid being smart for now.
9520      Branch: perl
9521            ! ext/threads/threads.h
9522 ____________________________________________________________________________
9523 [ 12407] By: sky                                   on 2001/10/12  14:38:12
9524         Log: (void*) the argument to make sure we work with picky compilers
9525      Branch: perl
9526            ! ext/threads/threads.xs
9527 ____________________________________________________________________________
9528 [ 12406] By: ams                                   on 2001/10/12  13:26:04
9529         Log: (replaced with #12600)
9530              
9531              Subject: [PATCH 5.6.1 perldoc] use File::Temp
9532              From: Mikhail Zabaluev <mhz@alt-linux.org>
9533              Date: Fri, 12 Oct 2001 12:47:47 +0400
9534              Message-Id: <20011012124747.E13918@localhost.localdomain>
9535      Branch: perl
9536            ! utils/perldoc.PL
9537 ____________________________________________________________________________
9538 [ 12405] By: ams                                   on 2001/10/12  13:05:32
9539         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
9540              From: andreas.koenig@anima.de (Andreas J. Koenig)
9541              Date: 12 Oct 2001 11:12:07 +0200
9542              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
9543      Branch: perl
9544            ! lib/Memoize/t/speed.t
9545 ____________________________________________________________________________
9546 [ 12404] By: sky                                   on 2001/10/12  12:46:15
9547         Log: A) Support OLD_PTHREADS_API
9548              B) Change from using pthread_t to using a TLS to store the
9549              index of the thread in an hash, this is to avoid problems when
9550              in fact pthread_t was not a seralizable type.
9551              Both these changes are because of HP-UX 10.20
9552              This has not been tested on win32 but should work there.
9553              Need to add support for NetWare.
9554      Branch: perl
9555            ! ext/threads/threads.h ext/threads/threads.xs
9556 ____________________________________________________________________________
9557 [ 12403] By: ams                                   on 2001/10/12  07:34:19
9558         Log: Subject: Re: New module XML::Clean
9559              From: andreas.koenig@anima.de (Andreas J. Koenig)
9560              Date: 12 Oct 2001 10:20:35 +0200
9561              Message-Id: <m3elo9uv58.fsf@anima.de>
9562      Branch: perl
9563            ! pod/perlnewmod.pod
9564 ____________________________________________________________________________
9565 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
9566         Log: More HP model tweaks from Merijn.
9567      Branch: perl
9568            ! README.hpux
9569 ____________________________________________________________________________
9570 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
9571         Log: Update Changes.
9572      Branch: perl
9573            ! Changes patchlevel.h
9574 ____________________________________________________________________________
9575 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
9576         Log: HP-UX update from H.Merijn Brand.
9577      Branch: perl
9578            ! README.hpux
9579 ____________________________________________________________________________
9580 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
9581         Log: Subject: [PATCH] fix link rot in README.vms
9582              From: "Craig A. Berry" <craigberry@mac.com>
9583              Date: Wed, 10 Oct 2001 17:17:00 -0500
9584              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
9585      Branch: perl
9586            ! README.vms
9587 ____________________________________________________________________________
9588 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
9589         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
9590              From: "chromatic" <chromatic@rmci.net>
9591              Date: Wed, 10 Oct 2001 15:50:30 -0600
9592              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
9593      Branch: perl
9594            ! lib/Term/Complete.t
9595 ____________________________________________________________________________
9596 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
9597         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
9598              From: "chromatic" <chromatic@rmci.net>
9599              Date: Wed, 10 Oct 2001 15:45:42 -0600
9600              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
9601      Branch: perl
9602            + lib/ExtUtils/Packlist.t
9603            ! MANIFEST
9604 ____________________________________________________________________________
9605 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
9606         Log: VMS needs quotes around the -I option to keep it from
9607              being downcased, from Charles Lane.
9608      Branch: perl
9609            ! t/run/kill_perl.t
9610 ____________________________________________________________________________
9611 [ 12395] By: ams                                   on 2001/10/10  16:22:32
9612         Log: Subject: [PATCH lib/FindBin.pm]
9613              From: Stas Bekman <stas@stason.org>
9614              Date: Tue, 09 Oct 2001 23:57:10 +0800
9615              Message-Id: <3BC31E56.60805@stason.org>
9616      Branch: perl
9617            ! lib/FindBin.pm
9618 ____________________________________________________________________________
9619 [ 12394] By: ams                                   on 2001/10/10  16:09:53
9620         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
9621              From: Abhijit Menon-Sen <ams@wiw.org>
9622              Date: Wed, 10 Oct 2001 21:59:33 +0530
9623              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
9624      Branch: perl
9625            ! ext/Data/Dumper/Dumper.xs
9626 ____________________________________________________________________________
9627 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
9628         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
9629              from Charles Lane.
9630      Branch: perl
9631            ! lib/File/Spec/VMS.pm
9632 ____________________________________________________________________________
9633 [ 12392] By: ams                                   on 2001/10/10  14:49:43
9634         Log: Subject: [PATCH] two s/// bugfixes
9635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9636              Date: Wed, 10 Oct 2001 17:23:44 +0200
9637              Message-Id: <20011010172344.C22440@rafael>
9638      Branch: perl
9639            ! pp_ctl.c regexec.c t/op/subst.t
9640 ____________________________________________________________________________
9641 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
9642         Log: Fix/improve handling of the [000000] special "root"
9643              directory, by putting cwd in canonical form when doing
9644              abs2rel, and prepending a 000000 to directory "chunks"
9645              if missing from base or path.  Also adjust test to
9646              reflect the (improved) output from abs2rel.
9647              From Charles Lane.
9648      Branch: perl
9649            ! lib/File/Spec.t lib/File/Spec/VMS.pm
9650 ____________________________________________________________________________
9651 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
9652         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
9653              all of the extra VMSish attributes (such as "treat this logical
9654              as a device name") that are necessary to make programs run.
9655              A tainted %ENV does not hinder VMS.  From Charles Lane.
9656      Branch: perl
9657            ! lib/File/Find/t/taint.t
9658 ____________________________________________________________________________
9659 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
9660         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
9661              
9662              o  VMS is case-insensitive, RTL downcases filenames read
9663              by perl... so need to re-upcase filenames like MANIFEST
9664              and MANIFEST.SKIP
9665              
9666              o  Need to convert VMS-style to Unix-style filenames when comparing
9667              names in MANIFEST to names in filesystem.
9668              
9669              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
9670              since VMS won't let you (easily) delete non-empty directories.
9671              
9672              From Charles Lane.
9673      Branch: perl
9674            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
9675 ____________________________________________________________________________
9676 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
9677         Log: Unix and VMS agree on "*" as a "match any number of any chars"
9678              wildcards, but differ ("?"  vs.  "%") for their "match any single
9679              char" wildcard.  This patch changes "?"  chars to "%" before doing a
9680              VMS glob...at no loss of functionality, since "?"  isn't a valid
9681              filename char on VMS.  From Charles Lane.
9682      Branch: perl
9683            ! doio.c
9684 ____________________________________________________________________________
9685 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
9686         Log: (accidentally empty submit; new life as #12390)
9687      Branch: perl
9688            ! lib/File/Find/t/taint.t
9689 ____________________________________________________________________________
9690 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
9691         Log: Even more VMS tweakage from Charles Lane:
9692              
9693              Tweak #1:  splitdir only works on directory part of filespec,
9694              split off volume first
9695              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
9696              (it's a horrible kludge in the run-time library,
9697              improved in later versions). Check the
9698              $Config{'d_setenv'} flag before attempting to set it.
9699      Branch: perl
9700            ! t/op/chdir.t
9701 ____________________________________________________________________________
9702 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
9703         Log: VMS tweakage from Charles Lane.
9704              
9705              . command.com doubles an output line when prompting for extensions
9706              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
9707              . perl5db doesn't clean up after itself
9708      Branch: perl
9709            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
9710 ____________________________________________________________________________
9711 [ 12384] By: sky                                   on 2001/10/09  19:16:11
9712         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
9713              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9714              Date: Tue, 9 Oct 2001 22:10:26 +0200
9715              Message-ID: <20011009221026.A8579@rafael>
9716      Branch: perl
9717            ! pod/perldata.pod
9718 ____________________________________________________________________________
9719 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
9720         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
9721              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9722              Date: 9 Oct 2001 15:15:06 -0000
9723              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
9724      Branch: perl
9725            ! t/op/subst.t
9726 ____________________________________________________________________________
9727 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
9728         Log: Update Changes.
9729      Branch: perl
9730            ! Changes patchlevel.h
9731 ____________________________________________________________________________
9732 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
9733         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
9734              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
9735              when a NULL is passed for the filename string pointer.
9736              From Charles Lane.
9737      Branch: perl
9738            ! vms/vms.c
9739 ____________________________________________________________________________
9740 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
9741         Log: Subject: HP systems update
9742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9743              Date: Tue, 09 Oct 2001 15:59:22 +0200
9744              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
9745      Branch: perl
9746            ! README.hpux
9747 ____________________________________________________________________________
9748 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
9749         Log: CPAN::Nox does now have a test.
9750      Branch: perl
9751            ! t/lib/1_compile.t
9752 ____________________________________________________________________________
9753 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
9754         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
9755              From: David Dyck <dcd@tc.fluke.com>
9756              Date: Mon, 1 Oct 2001 12:17:36 -0700
9757              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
9758      Branch: perl
9759            ! installperl
9760 ____________________________________________________________________________
9761 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
9762         Log: NetWare update from Ananth Kesari.
9763      Branch: perl
9764            ! NetWare/nwperlsys.h makedef.pl
9765 ____________________________________________________________________________
9766 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
9767         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
9768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9769              Date: Tue, 9 Oct 2001 08:40:57 EDT
9770              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
9771      Branch: perl
9772            ! lib/File/Find/t/find.t
9773 ____________________________________________________________________________
9774 [ 12374] By: ams                                   on 2001/10/09  05:31:45
9775         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
9776              ExtUtils::Mkbootstrap
9777              From: "chromatic" <chromatic@rmci.net>
9778              Date: Tue, 09 Oct 2001 00:08:37 -0600
9779              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
9780      Branch: perl
9781            + lib/ExtUtils/Mkbootstrap.t
9782            ! MANIFEST
9783 ____________________________________________________________________________
9784 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
9785         Log: Enable more debugging.
9786      Branch: perl
9787            ! lib/utf8_heavy.pl
9788 ____________________________________________________________________________
9789 [ 12372] By: ams                                   on 2001/10/09  02:11:59
9790         Log: #12370 forgot to modify is_gv_magical().
9791      Branch: perl
9792            ! gv.c
9793 ____________________________________________________________________________
9794 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
9795         Log: Make the toupper/lower/title API for Unicode not right
9796              but at least less wrong: prepare for the mapping being
9797              more than just one-character-to-one-character.
9798      Branch: perl
9799            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
9800            ! regexec.c utf8.c
9801 ____________________________________________________________________________
9802 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
9803         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
9804              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9805              Date: Mon, 8 Oct 2001 22:18:23 -0400
9806              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
9807      Branch: perl
9808            ! pod/perlvar.pod t/op/taint.t
9809 ____________________________________________________________________________
9810 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
9811         Log: FAQ sync.
9812      Branch: perl
9813            ! pod/perlfaq3.pod pod/perlfaq4.pod
9814 ____________________________________________________________________________
9815 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
9816         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
9817              From: "chromatic" <chromatic@rmci.net>
9818              Date: Mon, 08 Oct 2001 14:05:32 -0600
9819              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
9820      Branch: perl
9821            ! lib/Term/Cap.t
9822 ____________________________________________________________________________
9823 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
9824         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
9825              From: Michael G Schwern <schwern@pobox.com>
9826              Date: Mon, 8 Oct 2001 17:00:14 -0400
9827              Message-ID: <20011008170014.L17083@blackrider>
9828      Branch: perl
9829            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
9830 ____________________________________________________________________________
9831 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
9832         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
9833              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9834              Date: Mon, 8 Oct 2001 16:01:33 EDT
9835              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
9836      Branch: perl
9837            ! ext/Time/HiRes/HiRes.xs
9838 ____________________________________________________________________________
9839 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
9840         Log: Subject: [PATCH] Autosplit patch for VMS
9841              From: "Craig A. Berry" <craigberry@mac.com>
9842              Date: Mon, 08 Oct 2001 15:40:43 -0500
9843              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
9844      Branch: perl
9845            ! lib/AutoSplit.pm lib/AutoSplit.t
9846 ____________________________________________________________________________
9847 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
9848         Log: Don't assume that everybody is running OS X 10.1 yet;
9849              from Kay Röpke.
9850      Branch: perl
9851            ! hints/darwin.sh
9852 ____________________________________________________________________________
9853 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
9854         Log: Update Changes.
9855      Branch: perl
9856            ! Changes patchlevel.h
9857 ____________________________________________________________________________
9858 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
9859         Log: Retract #12358 for now.
9860      Branch: perl
9861            ! lib/Term/Cap.t
9862 ____________________________________________________________________________
9863 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
9864         Log: Can't figure out what this is testing.
9865              (If it is trying to catch SIGKILL, it should stop
9866              trying because that is by definition impossible.)
9867      Branch: perl
9868            ! lib/sigtrap.t
9869 ____________________________________________________________________________
9870 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
9871         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
9872              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9873              Date: Sun, 30 Sep 2001 21:15:13 +0200
9874              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
9875      Branch: perl
9876            ! lib/ExtUtils/MM_Win32.pm
9877 ____________________________________________________________________________
9878 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
9879         Log: Clarify the ldlibpth part and condense the overall text.
9880      Branch: perl
9881            ! t/TEST
9882 ____________________________________________________________________________
9883 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
9884         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
9885              From: "chromatic" <chromatic@rmci.net>
9886              Date: Sun, 07 Oct 2001 16:59:26 -0600
9887              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
9888      Branch: perl
9889            ! lib/Term/Cap.t
9890 ____________________________________________________________________________
9891 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
9892         Log: Update the list because fo #12265.
9893      Branch: perl
9894            ! t/lib/1_compile.t
9895 ____________________________________________________________________________
9896 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
9897         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
9898              From: Nicholas Clark <nick@ccl4.org>
9899              Date: Sun, 7 Oct 2001 20:53:33 +0100
9900              Message-ID: <20011007205333.S38756@plum.flirble.org>   
9901      Branch: perl
9902            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
9903            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9904            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
9905            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
9906            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9907            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
9908            ! lib/Switch/t/switch.t lib/Term/Complete.t
9909            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
9910            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
9911            ! t/op/my_stash.t
9912 ____________________________________________________________________________
9913 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
9914         Log: Integrate patch #12350 from maintperl; typo in
9915              IO::Seekable doc.
9916      Branch: perl
9917           !> ext/IO/lib/IO/Seekable.pm
9918 ____________________________________________________________________________
9919 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
9920         Log: Detypo.
9921      Branch: perl
9922            ! hints/darwin.sh
9923 ____________________________________________________________________________
9924 [ 12353] By: sky                                   on 2001/10/07  17:16:14
9925         Log: Change 12349 didn't really get it right.
9926      Branch: perl
9927            ! lib/Unicode/README
9928 ____________________________________________________________________________
9929 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
9930         Log: If running the harness the dynamic library search path
9931              may need setting.
9932      Branch: perl
9933            ! t/TEST
9934 ____________________________________________________________________________
9935 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
9936         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
9937              in ldflags.
9938      Branch: perl
9939            ! hints/darwin.sh
9940 ____________________________________________________________________________
9941 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
9942         Log: typo in IO::Seekable doc
9943      Branch: maint-5.6/perl
9944            ! ext/IO/lib/IO/Seekable.pm
9945 ____________________________________________________________________________
9946 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
9947         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
9948              doesn't work on Mac OS X 10.1 (when unpacking the tar the
9949              latter gets renamed as lib/unicode:1, assumedly for security
9950              reasons not to overwrite stuff)
9951      Branch: perl
9952            + lib/Unicode/README
9953            - lib/unicode/README
9954            ! MANIFEST
9955 ____________________________________________________________________________
9956 [ 12348] By: ams                                   on 2001/10/07  05:33:40
9957         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
9958              From: "chromatic" <chromatic@rmci.net>
9959              Date: Sat, 06 Oct 2001 21:42:03 -0600
9960              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
9961      Branch: perl
9962            + lib/CPAN/t/Nox.t
9963            ! MANIFEST
9964 ____________________________________________________________________________
9965 [ 12347] By: ams                                   on 2001/10/07  00:48:10
9966         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
9967              From: "chromatic" <chromatic@rmci.net>
9968              Date: Sat, 06 Oct 2001 18:52:10 -0600
9969              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
9970      Branch: perl
9971            + lib/sigtrap.t
9972            ! MANIFEST
9973 ____________________________________________________________________________
9974 [ 12346] By: ams                                   on 2001/10/06  23:14:01
9975         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
9976              h2xs write?)
9977              From: Nicholas Clark <nick@ccl4.org>
9978              Date: Sat, 6 Oct 2001 21:46:43 +0100
9979              Message-Id: <20011006214643.L38756@plum.flirble.org>
9980      Branch: perl
9981            ! utils/h2xs.PL
9982 ____________________________________________________________________________
9983 [ 12345] By: ams                                   on 2001/10/06  17:39:53
9984         Log: Subject: [PATCH] Memoize tests
9985              From: Nicholas Clark <nick@ccl4.org>
9986              Date: Sat, 6 Oct 2001 18:04:21 +0100
9987              Message-Id: <20011006180421.J38756@plum.flirble.org>
9988      Branch: perl
9989            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
9990            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
9991            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
9992            ! lib/Memoize/t/expire_module_n.t
9993            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9994            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9995            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9996            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9997            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9998            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9999 ____________________________________________________________________________
10000 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
10001         Log: Retract the latter part of #12343.
10002      Branch: perl
10003            ! ext/IO/lib/IO/Socket/INET.pm
10004 ____________________________________________________________________________
10005 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
10006         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
10007              From: David Dyck <dcd@tc.fluke.com>
10008              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
10009              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
10010              
10011              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
10012              From: David Dyck <dcd@tc.fluke.com>
10013              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
10014              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
10015      Branch: perl
10016            ! ext/IO/lib/IO/Socket/INET.pm
10017 ____________________________________________________________________________
10018 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
10019         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
10020              From: Robin Barker <rmb1@cise.npl.co.uk>
10021              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
10022              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
10023      Branch: perl
10024            ! t/TEST
10025 ____________________________________________________________________________
10026 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
10027         Log: Don't assume that %x is good for displaying UVs.
10028      Branch: perl
10029            ! dump.c
10030 ____________________________________________________________________________
10031 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
10032         Log: Update Changes.
10033      Branch: perl
10034            ! Changes patchlevel.h
10035 ____________________________________________________________________________
10036 [ 12339] By: ams                                   on 2001/10/05  10:22:34
10037         Log: Subject: [PATCH] perlfunc/select
10038              From: Nicholas Clark <nick@ccl4.org>
10039              Date: Fri, 5 Oct 2001 11:33:58 +0100
10040              Message-Id: <20011005113358.Z38756@plum.flirble.org>
10041      Branch: perl
10042            ! pod/perlfunc.pod
10043 ____________________________________________________________________________
10044 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
10045         Log: Retract #12313 and #12249.
10046      Branch: perl
10047            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
10048            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
10049            ! pod/perlebcdic.pod
10050 ____________________________________________________________________________
10051 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
10052         Log: Subject: [PATCH] perlvms.pod update
10053              From: "Craig A. Berry" <craigberry@mac.com>
10054              Date: Thu, 04 Oct 2001 12:55:52 -0500
10055              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
10056      Branch: perl
10057            ! vms/perlvms.pod
10058 ____________________________________________________________________________
10059 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
10060         Log: Subject: PATCH: Tie::SubstrHash
10061              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10062              Date: Thu, 04 Oct 2001 12:12:41 +0100
10063              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
10064      Branch: perl
10065            ! lib/Tie/SubstrHash.pm
10066 ____________________________________________________________________________
10067 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
10068         Log: Unicode properties saga continues.
10069      Branch: perl
10070            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
10071            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
10072 ____________________________________________________________________________
10073 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
10074         Log: Yet more Unicode properties.
10075      Branch: perl
10076            + lib/unicore/In/137.pl lib/unicore/In/138.pl
10077            + lib/unicore/In/139.pl lib/unicore/In/140.pl
10078            + lib/unicore/In/141.pl lib/unicore/In/142.pl
10079            + lib/unicore/In/143.pl lib/unicore/In/144.pl
10080            + lib/unicore/In/145.pl lib/unicore/In/146.pl
10081            + lib/unicore/In/147.pl lib/unicore/In/148.pl
10082            + lib/unicore/In/149.pl lib/unicore/In/150.pl
10083            + lib/unicore/In/151.pl lib/unicore/In/152.pl
10084            + lib/unicore/In/153.pl lib/unicore/In/154.pl
10085            + lib/unicore/In/155.pl lib/unicore/In/156.pl
10086            + lib/unicore/In/157.pl lib/unicore/In/158.pl
10087            + lib/unicore/In/159.pl lib/unicore/In/160.pl
10088            + lib/unicore/In/161.pl lib/unicore/In/162.pl
10089            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
10090            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
10091            ! pod/perlunicode.pod
10092 ____________________________________________________________________________
10093 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
10094         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
10095              From: "Craig A. Berry" <craigberry@mac.com>
10096              Date: Wed, 03 Oct 2001 17:45:25 -0500
10097              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
10098              
10099              (the lib/Term/Complete.t patched differently by #12332)
10100      Branch: perl
10101            ! lib/ExtUtils/Command.t
10102 ____________________________________________________________________________
10103 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
10104         Log: Restore only if something to restore.
10105      Branch: perl
10106            ! lib/Term/Complete.t
10107 ____________________________________________________________________________
10108 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
10109         Log: Update various resources for credits,
10110              minor icons fixes, and versions.
10111      Branch: maint-5.6/macperl
10112            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
10113            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
10114            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
10115 ____________________________________________________________________________
10116 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
10117         Log: Quiet the warnings about using undef value
10118      Branch: maint-5.6/macperl
10119            ! lib/File/Temp.pm
10120 ____________________________________________________________________________
10121 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
10122         Log: Fix up Ballon Help and Help menu docs (first pass);
10123              remove balloon rez file, and autogenerate with
10124              Balloon2Rez instead.
10125      Branch: maint-5.6/macperl
10126            + macos/macperl/macscripts/Balloon2Rez
10127            - macos/macperl/MPBalloons.r
10128            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
10129 ____________________________________________________________________________
10130 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
10131         Log: Allow overriding of defaults, for change #12327.
10132      Branch: maint-5.6/macperl
10133            ! perl.h
10134 ____________________________________________________________________________
10135 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
10136         Log: Override PerlProc_exit.
10137      Branch: maint-5.6/macperl
10138            ! macos/macish.h
10139 ____________________________________________________________________________
10140 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
10141         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
10142      Branch: maint-5.6/macperl
10143            + macos/bundled_lib/blib/lib/MD5.pm
10144            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
10145            + macos/lib/Mac/AETE/Dialect.pm
10146            + macos/lib/Mac/AETE/Format/Converter.pm
10147            + macos/lib/Mac/AETE/Format/Dictionary.pm
10148            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
10149            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
10150            + macos/lib/Mac/Toolbox.pod
10151            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
10152 ____________________________________________________________________________
10153 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
10154         Log: Sync up silly CVS headers ... I should commit CVS
10155              first to avoid this ...
10156      Branch: maint-5.6/macperl
10157            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
10158            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
10159            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
10160            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
10161 ____________________________________________________________________________
10162 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
10163         Log: Fix Matthias' address, and attributions.
10164      Branch: maint-5.6/macperl
10165            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
10166            ! pod/perlport.pod
10167 ____________________________________________________________________________
10168 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
10169         Log: Fix Matthias' address, and attributions.
10170      Branch: maint-5.6/macperl
10171            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
10172            ! macos/ext/Mac/Components/Components.pm
10173            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
10174            ! macos/ext/Mac/Dialogs/Dialogs.pm
10175            ! macos/ext/Mac/Events/Events.pm
10176            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
10177            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
10178            ! macos/ext/Mac/Gestalt/Gestalt.pm
10179            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
10180            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
10181            ! macos/ext/Mac/Menus/Menus.pm
10182            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
10183            ! macos/ext/Mac/Movies/Movies.pm
10184            ! macos/ext/Mac/Navigation/Navigation.pm
10185            ! macos/ext/Mac/Notification/Notification.pm
10186            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
10187            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
10188            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
10189            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
10190            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
10191            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
10192            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
10193            ! macos/ext/Mac/StandardFile/StandardFile.pm
10194            ! macos/ext/Mac/TextEdit/TextEdit.pm
10195            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
10196            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
10197            ! macos/lib/Mac/LowMem.pm
10198 ____________________________________________________________________________
10199 [ 12322] By: sky                                   on 2001/10/03  18:41:07
10200         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
10201              From: "Craig A. Berry" <craigberry@mac.com>
10202              Date: Wed, 03 Oct 2001 14:30:55 -0500
10203              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
10204      Branch: perl
10205            ! vms/vms.c
10206 ____________________________________________________________________________
10207 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
10208         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
10209              From: "Craig A. Berry" <craigberry@mac.com>
10210              Date: Wed, 03 Oct 2001 14:30:55 -0500
10211              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
10212      Branch: perl
10213            ! vms/vms.c
10214 ____________________________________________________________________________
10215 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
10216         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
10217              only IsL&) and Inherited (negative lookahead good);
10218              add tests for Common, Inherited, and L&.
10219      Branch: perl
10220            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
10221 ____________________________________________________________________________
10222 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
10223         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
10224              (The Unicode standard uses L& quite often.)
10225      Branch: perl
10226            ! lib/utf8_heavy.pl
10227 ____________________________________________________________________________
10228 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
10229         Log: Add the 'Common' Unicode property (code points not
10230              explicitly assigned to any other script).
10231      Branch: perl
10232            + lib/unicore/In/136.pl
10233            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
10234 ____________________________________________________________________________
10235 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
10236         Log: Skip the RV printing test under threads until fixed.
10237      Branch: perl
10238            ! ext/B/t/terse.t
10239 ____________________________________________________________________________
10240 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
10241         Log: Subject: 12309 / cygwin / win2k
10242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10243              Date: Wed, 03 Oct 2001 15:25:15 +0200
10244              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
10245      Branch: perl
10246            ! makedef.pl
10247 ____________________________________________________________________________
10248 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
10249         Log: Metaconfig unit change for #12314.
10250      Branch: metaconfig
10251            ! U/modified/Head.U
10252 ____________________________________________________________________________
10253 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
10254         Log: Subject: Both cygwin and djgpp on one machine
10255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10256              Date: Wed, 03 Oct 2001 15:02:59 +0200
10257              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
10258      Branch: perl
10259            ! Configure
10260 ____________________________________________________________________________
10261 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
10262         Log: (retracted by #12338)
10263              
10264              Subject: [PATCH] Code clean up for perlboot.pod
10265              From: Casey West <casey@geeknest.com>
10266              Date: Tue, 2 Oct 2001 19:24:43 -0400
10267              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
10268              
10269              Subject: [PATCH] Code clean up for perlbot.diff
10270              From: Casey West <casey@geeknest.com>
10271              Date: Tue, 2 Oct 2001 19:25:22 -0400
10272              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
10273              
10274              Subject: [PATCH] Code clean up for perlcall.pod
10275              From: Casey West <casey@geeknest.com>
10276              Date: Tue, 2 Oct 2001 19:25:57 -0400
10277              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
10278              
10279              Subject: [PATCH] Code clean up for perldata.pod
10280              From: Casey West <casey@geeknest.com>
10281              Date: Tue, 2 Oct 2001 19:26:29 -0400
10282              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
10283              
10284              Subject: [PATCH] Code clean up for perldbmfilter.pod
10285              From: Casey West <casey@geeknest.com>
10286              Date: Tue, 2 Oct 2001 19:26:59 -0400
10287              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
10288              
10289              Subject: [PATCH] Code clean up for perlebcdic.pod
10290              From: Casey West <casey@geeknest.com>
10291              Date: Tue, 2 Oct 2001 19:27:37 -0400
10292              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
10293      Branch: perl
10294            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
10295            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
10296 ____________________________________________________________________________
10297 [ 12312] By: ams                                   on 2001/10/02  23:43:55
10298         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
10299              From: Michael G Schwern <schwern@pobox.com>
10300              Date: Tue, 2 Oct 2001 17:00:49 -0400
10301              Message-Id: <20011002170049.A9955@blackrider>
10302      Branch: perl
10303            ! lib/ExtUtils/MakeMaker.pm
10304 ____________________________________________________________________________
10305 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
10306         Log: FAQ sync.
10307      Branch: perl
10308            ! pod/perlfaq3.pod
10309 ____________________________________________________________________________
10310 [ 12310] By: nick                                  on 2001/10/02  16:09:49
10311         Log: Integrate mainline
10312      Branch: perlio
10313           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
10314           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
10315           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
10316           !> patchlevel.h t/op/pat.t
10317 ____________________________________________________________________________
10318 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
10319         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
10320              not just one single space.
10321      Branch: perl
10322            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
10323 ____________________________________________________________________________
10324 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
10325         Log: AUTHORS updates.
10326      Branch: perl
10327            ! AUTHORS
10328 ____________________________________________________________________________
10329 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
10330         Log: Update Changes.
10331      Branch: perl
10332            ! Changes patchlevel.h
10333 ____________________________________________________________________________
10334 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
10335         Log: Work around old buggy glibcs for langinfo constants,
10336              from Nicholas Clark and David Dyck.
10337      Branch: perl
10338            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
10339 ____________________________________________________________________________
10340 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
10341         Log: Eradicate Time::Piece; add an example.
10342      Branch: perl
10343            ! ext/I18N/Langinfo/Langinfo.pm
10344 ____________________________________________________________________________
10345 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
10346         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
10347              From: Robert Spier <rspier@pobox.com>
10348              Date: Mon, 1 Oct 2001 23:20:16 -0700
10349              Message-ID: <15289.23712.422087.878224@rls.cx>
10350      Branch: perl
10351            ! lib/Pod/Html.pm
10352 ____________________________________________________________________________
10353 [ 12303] By: sky                                   on 2001/10/02  10:40:57
10354         Log: Fixes obscure bug that manifests itself by.
10355              local $!=0;undef*STDOUT;#segfaults
10356              Has been around for a while. Possible other magic IO vars are
10357              possibly affected aswell. Reported by Jos Boumans.
10358      Branch: perl
10359            ! mg.c
10360 ____________________________________________________________________________
10361 [ 12302] By: nick                                  on 2001/10/02  09:00:52
10362         Log: Integrate mainline
10363      Branch: perlio
10364           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
10365           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
10366           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
10367 ____________________________________________________________________________
10368 [ 12301] By: nick                                  on 2001/10/02  08:40:57
10369         Log: Integrate mainline + lib/open.t patch from Chromatic
10370      Branch: perlio
10371           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
10372            ! lib/open.t
10373           !> (integrate 29 files)
10374 ____________________________________________________________________________
10375 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
10376         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
10377              Until it has, better stop early if someone requests threads.
10378      Branch: perl
10379            ! hints/darwin.sh
10380 ____________________________________________________________________________
10381 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
10382         Log: Subject: [ID 20011001.011] redundant code in t/TEST
10383              From: David Dyck <dcd@tc.fluke.com>
10384              Date: Mon, 1 Oct 2001 12:56:24 -0700
10385              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
10386      Branch: perl
10387            ! t/TEST
10388 ____________________________________________________________________________
10389 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
10390         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
10391              From: "chromatic" <chromatic@rmci.net>
10392              Date: Mon, 01 Oct 2001 12:27:12 -0600
10393              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
10394      Branch: perl
10395            ! lib/Term/Cap.t
10396 ____________________________________________________________________________
10397 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
10398         Log: UNICOS testing patches from Nicholas Clark.
10399      Branch: perl
10400            ! t/op/arith.t t/op/pack.t
10401 ____________________________________________________________________________
10402 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
10403         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
10404              From: "chromatic" <chromatic@rmci.net>
10405              Date: Mon, 01 Oct 2001 10:21:51 -0600
10406              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
10407      Branch: perl
10408            ! lib/open.t
10409 ____________________________________________________________________________
10410 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
10411         Log: Make missing the RADIXCHAR a softer, gentler error.
10412      Branch: perl
10413            ! ext/I18N/Langinfo/Langinfo.t
10414 ____________________________________________________________________________
10415 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
10416         Log: Nuke also the LANG because of glibc.
10417      Branch: perl
10418            ! lib/open.t
10419 ____________________________________________________________________________
10420 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
10421         Log: Also the ^Is is optional.
10422      Branch: perl
10423            ! pod/perlunicode.pod t/op/pat.t
10424 ____________________________________________________________________________
10425 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
10426         Log: Be careful to pull chars from the varargs stack when
10427              formatting chars.
10428      Branch: perl
10429            ! regcomp.c
10430 ____________________________________________________________________________
10431 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
10432         Log: sortsv not in place anymore, noticed by John P. Linderman.
10433      Branch: perl
10434            ! pod/perlapi.pod pp_ctl.c
10435 ____________________________________________________________________________
10436 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
10437         Log: Make the diagnostic messages more neutral.
10438      Branch: perl
10439            ! ext/B/t/terse.t
10440 ____________________________________________________________________________
10441 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
10442         Log: Forgotten from #12288.
10443      Branch: perl
10444            ! ext/Data/Dumper/Dumper.pm
10445 ____________________________________________________________________________
10446 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
10447         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
10448              From: Brian Ingerson <ingy@ttul.org>
10449              Date: Sun, 30 Sep 2001 21:45:56 -0700
10450              Message-ID: <20010930214556.D26392@ttul.org>
10451              
10452              (remember also the #12289)
10453      Branch: perl
10454            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10455 ____________________________________________________________________________
10456 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
10457         Log: More Unicode property tests for the abbreviated
10458              general properties.
10459      Branch: perl
10460            ! t/op/pat.t
10461 ____________________________________________________________________________
10462 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
10463         Log: Further tweaks to the Unicode properties.
10464      Branch: perl
10465            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
10466 ____________________________________________________________________________
10467 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
10468         Log: Retract #12284.
10469      Branch: perl
10470            ! lib/Term/Cap.t
10471 ____________________________________________________________________________
10472 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
10473         Log: (Retracted by #12285)
10474      Branch: perl
10475            ! lib/Term/Cap.t
10476 ____________________________________________________________________________
10477 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
10478         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
10479              From: "chromatic" <chromatic@rmci.net>  
10480              Date: Sun, 30 Sep 2001 16:10:02 -0600
10481              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
10482      Branch: perl
10483            + lib/Term/Cap.t
10484            ! MANIFEST
10485 ____________________________________________________________________________
10486 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
10487         Log: Use stty -g to restore the terminal state, do not even
10488              try to run the tests if stty -g is not available.
10489      Branch: perl
10490            ! lib/Term/Complete.t
10491 ____________________________________________________________________________
10492 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
10493         Log: Cleanup utf8_heavy; allow dropping the In prefix from
10494              Unicode script/block properties.
10495      Branch: perl
10496            ! lib/utf8_heavy.pl
10497 ____________________________________________________________________________
10498 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
10499         Log: Retract the #12259 for now.
10500      Branch: perl
10501            ! embed.h embed.pl sv.h
10502 ____________________________________________________________________________
10503 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
10504         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
10505      Branch: perl
10506            + lib/Text/TabsWrap/CHANGELOG
10507            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
10508 ____________________________________________________________________________
10509 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
10510         Log: #12272 wasn't right, it introduced an extra ().
10511      Branch: perl
10512            ! lib/utf8_heavy.pl
10513 ____________________________________________________________________________
10514 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
10515         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
10516              From: Jonathan Stowe <gellyfish@gellyfish.com>
10517              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
10518              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
10519      Branch: perl
10520            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
10521 ____________________________________________________________________________
10522 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
10523         Log: Subject: Patch to put qsortsv in the public API
10524              From: Brian Ingerson <ingy@ttul.org>
10525              Date: Sat, 29 Sep 2001 17:41:13 -0700
10526              Message-ID: <20010929174113.A30223@ttul.org>
10527      Branch: perl
10528            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
10529 ____________________________________________________________________________
10530 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
10531         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
10532              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10533              Date: Sat, 29 Sep 2001 23:54:48 +0200
10534              Message-ID: <20010929235448.A5017@rafael>
10535      Branch: perl
10536            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
10537 ____________________________________________________________________________
10538 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
10539         Log: FAQ sync.
10540      Branch: perl
10541            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10542            ! pod/perlfaq9.pod
10543 ____________________________________________________________________________
10544 [ 12273] By: bailey                                on 2001/09/29  23:43:46
10545         Log: Resync with mainline
10546      Branch: vmsperl
10547           +> (branch 1207 files)
10548            - (delete 324 files)
10549           !> (integrate 866 files)
10550 ____________________________________________________________________________
10551 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
10552         Log: Nasty recursion trap if one would match Unicode.
10553      Branch: perl
10554            ! lib/utf8_heavy.pl
10555 ____________________________________________________________________________
10556 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
10557         Log: More Unicode todo.
10558      Branch: perl
10559            ! pod/perltodo.pod
10560 ____________________________________________________________________________
10561 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
10562         Log: Explain a bit the new more flexible \p\P syntax.
10563      Branch: perl
10564            ! pod/perlunicode.pod
10565 ____________________________________________________________________________
10566 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
10567         Log: More leniency to the \p and \P: now can have whitespace
10568              between the property definition and the curlies; now can
10569              invert the property by having a caret between the open
10570              curly and the property.
10571      Branch: perl
10572            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
10573 ____________________________________________________________________________
10574 [ 12268] By: nick                                  on 2001/09/29  17:39:26
10575         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
10576              one test (lib/open.t) fails
10577      Branch: perlio
10578           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
10579           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
10580           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
10581           +> lib/Tie/Scalar.t lib/open.t
10582            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
10583            - ext/B/Stash.t
10584           !> (integrate 62 files)
10585 ____________________________________________________________________________
10586 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
10587         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
10588      Branch: perl
10589            ! t/op/chdir.t
10590 ____________________________________________________________________________
10591 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
10592         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
10593              From: "Craig A. Berry" <craigberry@mac.com> 
10594              Date: Sat, 29 Sep 2001 09:35:33 -0500
10595              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
10596      Branch: perl
10597            ! t/op/chdir.t
10598 ____________________________________________________________________________
10599 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
10600         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
10601              From: "chromatic" <chromatic@rmci.net>
10602              Date: Fri, 28 Sep 2001 21:20:12 -0600
10603              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
10604      Branch: perl
10605            + lib/Tie/Scalar.t
10606            ! MANIFEST lib/Tie/Scalar.pm
10607 ____________________________________________________________________________
10608 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
10609         Log: Allow for more flexibility in the \p{In...} names, now
10610              case doesn't matter, and any space or dash can be
10611              matched by any space, dash, underbar, or empty.
10612              (may be going too far on leniency)
10613      Branch: perl
10614            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
10615            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
10616            ! t/op/pat.t
10617 ____________________________________________________________________________
10618 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
10619         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
10620              From: "chromatic" <chromatic@rmci.net>
10621              Date: Fri, 28 Sep 2001 17:39:50 -0600
10622              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
10623      Branch: perl
10624            + lib/open.t
10625            ! MANIFEST
10626 ____________________________________________________________________________
10627 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
10628         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
10629              From: "Craig A. Berry" <craigberry@mac.com>
10630              Date: Fri, 28 Sep 2001 16:24:51 -0500
10631              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
10632      Branch: perl
10633            ! ext/File/Glob/t/basic.t
10634 ____________________________________________________________________________
10635 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
10636         Log: Subject: [DOC PATCH] Carp.pm pod typo
10637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10638              Date: Fri, 28 Sep 2001 23:14:51 +0200
10639              Message-ID: <20010928231451.E16889@rafael>
10640      Branch: perl
10641            ! lib/Carp.pm
10642 ____________________________________________________________________________
10643 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
10644         Log: Subject: [PATCH] Allow an @INC hook to set %INC
10645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10646              Date: Fri, 28 Sep 2001 22:18:13 +0200
10647              Message-ID: <20010928221813.A16889@rafael>
10648      Branch: perl
10649            ! pp_ctl.c
10650 ____________________________________________________________________________
10651 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
10652         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
10653              From: Nicholas Clark <nick@ccl4.org>
10654              Date: Fri, 28 Sep 2001 23:39:33 +0100
10655              Message-ID: <20010928233933.C23673@plum.flirble.org>
10656      Branch: perl
10657            ! embed.h embed.pl sv.h
10658 ____________________________________________________________________________
10659 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
10660         Log: Update Changes.
10661      Branch: perl
10662            ! Changes patchlevel.h
10663 ____________________________________________________________________________
10664 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
10665         Log: Move the B tests to B/t.
10666      Branch: perl
10667            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
10668            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
10669            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
10670            - ext/B/Showlex.t ext/B/Stash.t
10671            ! MANIFEST
10672 ____________________________________________________________________________
10673 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
10674         Log: Forgot from #12254.
10675      Branch: perl
10676            + ext/B/B/Terse.t
10677 ____________________________________________________________________________
10678 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
10679         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
10680              From: "chromatic" <chromatic@rmci.net>
10681              Date: Thu, 27 Sep 2001 23:22:17 -0600
10682              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
10683      Branch: perl
10684            ! MANIFEST
10685 ____________________________________________________________________________
10686 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
10687         Log: Test numbering mismatch.
10688      Branch: perl
10689            ! t/op/chdir.t
10690 ____________________________________________________________________________
10691 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
10692         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
10693              From: "Craig A. Berry" <craigberry@mac.com>
10694              Date: Wed, 26 Sep 2001 17:43:14 -0500
10695              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
10696      Branch: perl
10697            ! iperlsys.h t/op/chdir.t
10698 ____________________________________________________________________________
10699 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
10700         Log: Subject: [PATCH gv.c] make __ANON__ global
10701              From: Robin Barker <rmb1@cise.npl.co.uk>
10702              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
10703              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
10704      Branch: perl
10705            ! gv.c t/op/anonsub.t t/op/runlevel.t
10706 ____________________________________________________________________________
10707 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
10708         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
10709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10710              Date: Thu, 27 Sep 2001 22:34:32 +0200
10711              Message-ID: <20010927223432.A1485@rafael>
10712      Branch: perl
10713            ! ext/B/B/Terse.pm
10714 ____________________________________________________________________________
10715 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
10716         Log: (retracted by #12338)
10717              
10718              Subject: [PATCH] Cleanup of perldsc.pod      
10719              From: Casey West <casey@geeknest.com>
10720              Date: Thu, 27 Sep 2001 11:13:17 -0400
10721              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
10722      Branch: perl
10723            ! pod/perldsc.pod
10724 ____________________________________________________________________________
10725 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
10726         Log: Not everyone is using ithreads...
10727      Branch: perl
10728            ! ext/Devel/Peek/Peek.t
10729 ____________________________________________________________________________
10730 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
10731         Log: Document the nss_delete core dump workaround for HP-UX
10732              and Solaris, bug IDs 20010805.018 and 20010629.004.
10733      Branch: perl
10734            ! README.hpux README.solaris
10735 ____________________________________________________________________________
10736 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
10737         Log: Dump Unicode hash keys also as Unicode,
10738              not just as a byte string.
10739      Branch: perl
10740            ! dump.c ext/Devel/Peek/Peek.t
10741 ____________________________________________________________________________
10742 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
10743         Log: Integrate changes #12241 and #12242 from macperl:
10744              
10745              Remove unneeded disabling of umask() calls
10746              
10747              Note (get|set)sockopt are available.
10748      Branch: perl
10749           !> lib/File/Temp.pm pod/perlport.pod
10750 ____________________________________________________________________________
10751 [ 12244] By: sky                                   on 2001/09/27  08:53:00
10752         Log: Flush buffers on thread closedown.
10753      Branch: perl
10754            ! ext/threads/threads.xs
10755 ____________________________________________________________________________
10756 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
10757         Log: Dump SvUTF8(sv)s also as \x{...}.
10758              
10759              TODO: dump the SvUTF8() hash keys similarly. 
10760      Branch: perl
10761            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
10762 ____________________________________________________________________________
10763 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
10764         Log: Note (get|set)sockopt are available.
10765      Branch: maint-5.6/macperl
10766            ! pod/perlport.pod
10767 ____________________________________________________________________________
10768 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
10769         Log: Remove unneeded disabling of umask() calls
10770      Branch: maint-5.6/macperl
10771            ! lib/File/Temp.pm
10772 ____________________________________________________________________________
10773 [ 12240] By: sky                                   on 2001/09/26  18:44:56
10774         Log: Documention update
10775      Branch: perl
10776            ! ext/threads/threads.pm
10777 ____________________________________________________________________________
10778 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
10779         Log: Update Changes.
10780      Branch: perl
10781            ! Changes patchlevel.h
10782 ____________________________________________________________________________
10783 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
10784         Log: Check that all environment variables are tainted.
10785      Branch: perl
10786            ! t/op/taint.t
10787 ____________________________________________________________________________
10788 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
10789         Log: Manual integration error in #12235.
10790      Branch: perl
10791            ! lib/File/DosGlob.t
10792 ____________________________________________________________________________
10793 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
10794         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
10795              From: "chromatic" <chromatic@rmci.net>
10796              Date: Tue, 25 Sep 2001 23:57:07 -0600
10797              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
10798      Branch: perl
10799            ! perlio.c
10800 ____________________________________________________________________________
10801 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
10802         Log: Integrate macperl changes from Chris Nandor:
10803              12192 11817 11815 11813 11778 11775
10804              
10805              Update CPAN.pm to work with new Mac::BuildTools instead
10806              of ExtUtils::MM_MacOS "orphan" functions
10807              
10808              Fix test
10809              
10810              Make syntax check report in MPW style, fix tests
10811              to use Mac::err=unix to get normal-style error
10812              messages.
10813              
10814              More module and test ports from Thomas Wegner et al
10815              
10816              Fix open of /dev/null for Mac OS
10817              
10818              Allow for platforms to override formatting of errors
10819              on output from Matthias Neeracher (core files)
10820      Branch: perl
10821            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
10822            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
10823            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
10824           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
10825           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
10826           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
10827 ____________________________________________________________________________
10828 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
10829         Log: grrr.
10830      Branch: perl
10831            ! t/op/gv.t
10832 ____________________________________________________________________________
10833 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
10834         Log: Retract #12232.
10835      Branch: perl
10836            ! t/op/gv.t
10837 ____________________________________________________________________________
10838 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
10839         Log: (Retracted by #12233.)
10840      Branch: perl
10841            ! t/op/gv.t
10842 ____________________________________________________________________________
10843 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
10844         Log: Detypo.
10845      Branch: perl
10846            ! ext/Encode/Makefile.PL
10847 ____________________________________________________________________________
10848 [ 12230] By: sky                                   on 2001/09/26  11:36:23
10849         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
10850              We are using a "delay" here because we do not want to depend on thread synchronization issues.
10851      Branch: perl
10852            + ext/threads/t/stress_cv.t
10853            ! MANIFEST ext/threads/t/stress_string.t
10854 ____________________________________________________________________________
10855 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
10856         Log: NetWare tweak from Ananth Kesari.
10857      Branch: perl
10858            ! NetWare/t/Readme.txt
10859 ____________________________________________________________________________
10860 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
10861         Log: Trick to fool case-blind filesystems.
10862      Branch: perl
10863            ! ext/Encode/Makefile.PL
10864 ____________________________________________________________________________
10865 [ 12227] By: sky                                   on 2001/09/26  11:06:50
10866         Log: Threads can start executing in a different order than they were
10867              created.... so we cannot ok() inside the threadstarter.
10868      Branch: perl
10869            ! ext/threads/t/stress_string.t
10870 ____________________________________________________________________________
10871 [ 12226] By: sky                                   on 2001/09/26  07:41:45
10872         Log: Add in stress_string.t to stress test threads a bit more.
10873      Branch: perl
10874            + ext/threads/t/stress_string.t
10875            ! MANIFEST
10876 ____________________________________________________________________________
10877 [ 12225] By: sky                                   on 2001/09/26  07:04:21
10878         Log: Fix negative refcount introduced by #12223.
10879      Branch: perl
10880            ! ext/threads/threads.xs
10881 ____________________________________________________________________________
10882 [ 12224] By: sky                                   on 2001/09/26  06:57:58
10883         Log: Update documentation to match change #12223
10884      Branch: perl
10885            ! sharedsv.c
10886 ____________________________________________________________________________
10887 [ 12223] By: sky                                   on 2001/09/26  06:54:32
10888         Log: Use a separate interpreter for the sharedsv space. Another
10889              negative sv leak. Sigh.
10890      Branch: perl
10891            ! sharedsv.c
10892 ____________________________________________________________________________
10893 [ 12222] By: sky                                   on 2001/09/26  05:58:35
10894         Log: Do the environ assignment in perl_contruct to match perl_destruct.
10895              Now we don't need to perl_parse/perl_run. However environ is a
10896              global....
10897      Branch: perl
10898            ! perl.c
10899 ____________________________________________________________________________
10900 [ 12221] By: sky                                   on 2001/09/26  05:41:02
10901         Log: Move the creation of PL_strtab to perl_construct so we can work
10902              with HV and HEs without running perl_parse.
10903      Branch: perl
10904            ! perl.c
10905 ____________________________________________________________________________
10906 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
10907         Log: integrate macperl changes into maint-5.6
10908      Branch: maint-5.6/perl
10909           !> (integrate 26 files)
10910 ____________________________________________________________________________
10911 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
10912         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
10913              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
10914      Branch: maint-5.6/macperl
10915            ! macos/ext/Mac/Fonts/Fonts.xs
10916            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
10917 ____________________________________________________________________________
10918 [ 12218] By: ams                                   on 2001/09/25  23:31:33
10919         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
10920              From: Nicholas Clark <nick@ccl4.org>
10921              Date: Wed, 26 Sep 2001 01:20:20 +0100
10922              Message-Id: <20010926012020.B48092@plum.flirble.org>
10923      Branch: perl
10924            ! lib/AutoSplit.t
10925 ____________________________________________________________________________
10926 [ 12217] By: ams                                   on 2001/09/25  22:33:05
10927         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
10928              From: "Craig A. Berry" <craigberry@mac.com>
10929              Date: Tue, 25 Sep 2001 18:08:42 -0500
10930              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
10931      Branch: perl
10932            ! vms/vms.c
10933 ____________________________________________________________________________
10934 [ 12216] By: ams                                   on 2001/09/25  21:41:01
10935         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
10936              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
10937              From: Michael G Schwern <schwern@pobox.com>
10938              Date: Wed, 26 Sep 2001 00:38:21 -0400
10939              Message-Id: <20010926003821.A627@blackrider>
10940      Branch: perl
10941            ! lib/AutoSplit.t
10942 ____________________________________________________________________________
10943 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
10944         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
10945              From: Michael G Schwern <schwern@pobox.com>
10946              Date: Tue, 25 Sep 2001 17:43:49 -0400
10947              Message-ID: <20010925174349.B19534@blackrider>
10948      Branch: perl
10949            ! lib/Test/Simple.pm lib/Test/Utils.pm
10950 ____________________________________________________________________________
10951 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
10952         Log: Integrate changes from bleadperl.
10953      Branch: maint-5.6/macperl
10954           !> pod/perlport.pod
10955 ____________________________________________________________________________
10956 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
10957         Log: skip($mess) should result in one skip.
10958      Branch: perl
10959            ! t/test.pl
10960 ____________________________________________________________________________
10961 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
10962         Log: Integrate change #12200 from maintperl.
10963      Branch: maint-5.6/macperl
10964           !> win32/perlhost.h
10965 ____________________________________________________________________________
10966 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
10967         Log: Fix file types to "apple"
10968      Branch: maint-5.6/macperl
10969            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
10970            ! macos/ext/Mac/SAT/t/Collision.rsrc
10971 ____________________________________________________________________________
10972 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
10973         Log: Fix rsrc file as snd file; fix path in t file.
10974      Branch: maint-5.6/macperl
10975            ! macos/ext/Mac/Notification/t/Notification.rsrc
10976            ! macos/ext/Mac/Notification/t/Notification.t
10977 ____________________________________________________________________________
10978 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
10979         Log: Sync up with File::Find from bleadperl.
10980      Branch: maint-5.6/macperl
10981            ! lib/File/Find.pm t/lib/filefind-taint.t
10982 ____________________________________________________________________________
10983 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
10984         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
10985              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
10986              of hundreds)
10987      Branch: maint-5.6/macperl
10988            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
10989            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
10990            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
10991 ____________________________________________________________________________
10992 [ 12207] By: nick                                  on 2001/09/25  19:04:36
10993         Log: Integrate mainline (untested while modem is up)
10994      Branch: perlio
10995           +> lib/AutoSplit.t t/test.pl
10996            - lib/warnings/register.t
10997           !> (integrate 28 files)
10998 ____________________________________________________________________________
10999 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
11000         Log: perldiag entry for #12205.
11001      Branch: perl
11002            ! pod/perldiag.pod
11003 ____________________________________________________________________________
11004 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
11005         Log: Subject: [PATCH] warning on v-string in use/require
11006              From: John Peacock <jpeacock@rowman.com>
11007              Date: Mon, 24 Sep 2001 17:29:03 -0400
11008              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
11009      Branch: perl
11010            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
11011 ____________________________________________________________________________
11012 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
11013         Log: perltooc et al updates.
11014      Branch: perl
11015            ! plan9/mkfile pod/roffitall
11016 ____________________________________________________________________________
11017 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
11018         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
11019              From: Michael G Schwern <schwern@pobox.com>
11020              Date: Sun, 23 Sep 2001 00:07:12 -0400
11021              Message-ID: <20010923000712.A7005@blackrider>
11022      Branch: perl
11023            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
11024 ____________________________________________________________________________
11025 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
11026         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
11027              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11028              Date: Wed, 26 Sep 2001 01:25:10 +0900
11029              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
11030      Branch: perl
11031            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
11032            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
11033            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
11034 ____________________________________________________________________________
11035 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
11036         Log: Integrate change #12200 from maintperl;
11037              on windows, virtualized environment could propagate deleted variables
11038              into children if they happen to be at the very end of the table
11039      Branch: perl
11040           !> win32/perlhost.h
11041 ____________________________________________________________________________
11042 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
11043         Log: on windows, virtualized environment could propagate deleted variables
11044              into children if they happen to be at the very end of the table
11045              (thanks for succinct test case from Johan Holmberg, and fix from
11046              Doug Lankshear)
11047      Branch: maint-5.6/perl
11048            ! win32/perlhost.h
11049 ____________________________________________________________________________
11050 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
11051         Log: avoid the use of ftime() (it does a useless, potentially
11052              expensive call to GetTimeZoneInformation()); this potentially
11053              also results in three more digits of precision from
11054              Time::HiRes::time()
11055      Branch: perl
11056            ! ext/Time/HiRes/HiRes.xs
11057 ____________________________________________________________________________
11058 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
11059         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
11060              
11061              Note: io/binmode is failing, have to figure out why.
11062      Branch: perl
11063            + t/test.pl
11064            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
11065            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
11066            ! t/run/exit.t
11067 ____________________________________________________________________________
11068 [ 12197] By: ams                                   on 2001/09/25  13:48:55
11069         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
11070              From: Nicholas Clark <nick@ccl4.org>
11071              Date: Tue, 25 Sep 2001 00:37:40 +0100
11072              Message-Id: <20010925003740.S4971@plum.flirble.org>
11073              (Further changes expected.)
11074      Branch: perl
11075            + lib/AutoSplit.t
11076            ! MANIFEST
11077 ____________________________________________________________________________
11078 [ 12196] By: sky                                   on 2001/09/25  13:37:12
11079         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
11080              _ftime to try and be more robust.
11081      Branch: perl
11082            ! ext/Time/HiRes/HiRes.xs
11083 ____________________________________________________________________________
11084 [ 12194] By: ams                                   on 2001/09/25  11:40:00
11085         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
11086              From: "Craig A. Berry" <craigberry@mac.com>
11087              Date: Mon, 24 Sep 2001 17:54:20 -0500
11088              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
11089      Branch: perl
11090            ! vms/descrip_mms.template
11091 ____________________________________________________________________________
11092 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
11093         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
11094              not working, cursor not spinning (Bug #422129); external
11095              editor problems (Bug #456329); escape/cmd-. not activating
11096              "Cancel" in Save dialog box (Bug #446960); Runtimes not
11097              executing on launch (Bug #464441).
11098      Branch: maint-5.6/macperl
11099            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
11100            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
11101            ! macos/macperl/MacPerl.r
11102 ____________________________________________________________________________
11103 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
11104         Log: Update CPAN.pm to work with new Mac::BuildTools instead
11105              of ExtUtils::MM_MacOS "orphan" functions
11106      Branch: maint-5.6/macperl
11107            ! lib/CPAN.pm
11108 ____________________________________________________________________________
11109 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
11110         Log: Fix up another xsubpp problem (Matthias Neeracher)
11111      Branch: maint-5.6/macperl
11112            ! macos/xsubpp
11113 ____________________________________________________________________________
11114 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
11115         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
11116      Branch: maint-5.6/macperl
11117            ! macos/lib/ExtUtils/MM_MacOS.pm
11118 ____________________________________________________________________________
11119 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
11120         Log: Fix up Makefiles for more Mac:: modules (and prepare for
11121              static build ...?)
11122      Branch: maint-5.6/macperl
11123            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
11124            ! macos/macperl/Makefile.mk
11125 ____________________________________________________________________________
11126 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
11127         Log: Fix up tests
11128      Branch: maint-5.6/macperl
11129            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
11130 ____________________________________________________________________________
11131 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
11132         Log: Make malloc smarter, fix bugs.  (Bug #404030)
11133      Branch: maint-5.6/macperl
11134            ! macos/icemalloc.c macos/icemalloc.h
11135 ____________________________________________________________________________
11136 [ 12186] By: nick                                  on 2001/09/24  19:18:17
11137         Log: Integrate mainline
11138      Branch: perlio
11139           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
11140           +> lib/filetest.t
11141           !> (integrate 30 files)
11142 ____________________________________________________________________________
11143 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
11144         Log: Retract #12136, the warnings::register is already
11145              tested by t/lib/warnings/9enabled, as pointed out
11146              by Paul Marquess.
11147      Branch: perl
11148            - lib/warnings/register.t
11149            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
11150 ____________________________________________________________________________
11151 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
11152         Log: fix Time::HiRes implementation of gettimeofday() on windows
11153              (HiRes.t#14 now passes)
11154      Branch: perl
11155            ! ext/Time/HiRes/HiRes.xs
11156 ____________________________________________________________________________
11157 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
11158         Log: File::Spec::catfile() canonifies everything to blackslashes on
11159              windows :-(
11160      Branch: perl
11161            ! lib/ExtUtils/Manifest.t
11162 ____________________________________________________________________________
11163 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
11164         Log: test number mismatch
11165      Branch: perl
11166            ! t/op/magic.t
11167 ____________________________________________________________________________
11168 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
11169         Log: ok().
11170      Branch: perl
11171            ! t/op/pack.t
11172 ____________________________________________________________________________
11173 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
11174         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
11175              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11176      Branch: perl
11177            ! pp_pack.c t/op/pack.t
11178 ____________________________________________________________________________
11179 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
11180         Log: Update Changes.
11181      Branch: perl
11182            ! Changes patchlevel.h
11183 ____________________________________________________________________________
11184 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
11185         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
11186              From: Michael G Schwern <schwern@pobox.com>
11187              Date: Mon, 24 Sep 2001 11:12:13 -0400
11188              Message-ID: <20010924111213.G27885@blackrider>
11189      Branch: perl
11190            ! lib/ExtUtils/Manifest.pm
11191 ____________________________________________________________________________
11192 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
11193         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
11194              From: Michael G Schwern <schwern@pobox.com> 
11195              Date: Mon, 24 Sep 2001 11:02:07 -0400
11196              Message-ID: <20010924110207.E27885@blackrider>
11197      Branch: perl
11198            ! vms/test.com
11199 ____________________________________________________________________________
11200 [ 12176] By: ams                                   on 2001/09/24  14:01:59
11201         Log: Update Changes.
11202      Branch: perl
11203            ! Changes
11204 ____________________________________________________________________________
11205 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
11206         Log: Various cleanups.
11207      Branch: perl
11208            ! ext/threads/Makefile.PL ext/threads/threads.xs
11209 ____________________________________________________________________________
11210 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
11211         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
11212      Branch: maint-5.6/macperl
11213           !> (integrate 33 files)
11214 ____________________________________________________________________________
11215 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
11216         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
11217              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11218              Date: Mon, 24 Sep 2001 20:04:58 +0900
11219              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
11220      Branch: perl
11221            ! ext/Encode/Encode/gb2312.enc
11222 ____________________________________________________________________________
11223 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
11224         Log: Clarifying comment to #12164.
11225      Branch: perl
11226            ! lib/Cwd.pm
11227 ____________________________________________________________________________
11228 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
11229         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
11230              From: Nicholas Clark <nick@ccl4.org>
11231              Date: Sun, 23 Sep 2001 23:00:56 +0100
11232              Message-ID: <20010923230055.Y4971@plum.flirble.org>
11233              
11234              (with "sample_constants" changed to "fallback")
11235      Branch: perl
11236            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
11237            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
11238            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
11239            ! lib/h2xs.t utils/h2xs.PL
11240 ____________________________________________________________________________
11241 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
11242         Log: Metaconfig unit change for #12167.
11243      Branch: metaconfig
11244            ! U/modified/Cppsym.U
11245 ____________________________________________________________________________
11246 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
11247         Log: Add a few glibc cpp symbols to probe for.
11248      Branch: perl
11249            ! Configure
11250 ____________________________________________________________________________
11251 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
11252         Log: DJGPP tweaks for Laszlo Molnar.
11253      Branch: perl
11254            ! djgpp/djgppsed.sh dosish.h
11255 ____________________________________________________________________________
11256 [ 12165] By: ams                                   on 2001/09/24  10:07:08
11257         Log: Subject: [PATCH t/op/inccode.t] More tests
11258              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11259              Date: 24 Sep 2001 10:01:44 -0000
11260              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
11261      Branch: perl
11262            ! t/op/inccode.t
11263 ____________________________________________________________________________
11264 [ 12164] By: ams                                   on 2001/09/24  09:43:29
11265         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
11266              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
11267              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
11268              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
11269      Branch: perl
11270            ! lib/Cwd.pm
11271 ____________________________________________________________________________
11272 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
11273         Log: 1_compile updates.
11274      Branch: perl
11275            ! t/lib/1_compile.t
11276 ____________________________________________________________________________
11277 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
11278         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
11279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11280              Date: Wed, 19 Sep 2001 22:47:14 +0200
11281              Message-ID: <20010919224714.A6382@rafael>
11282      Branch: perl
11283            ! pod/perlvar.pod pp_ctl.c
11284 ____________________________________________________________________________
11285 [ 12161] By: ams                                   on 2001/09/23  17:40:02
11286         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
11287              filetest Pragma
11288              From: "chromatic" <chromatic@rmci.net>
11289              Date: Sun, 23 Sep 2001 12:07:25 -0600
11290              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
11291      Branch: perl
11292            + lib/filetest.t
11293            ! MANIFEST t/lib/1_compile.t
11294 ____________________________________________________________________________
11295 [ 12160] By: ams                                   on 2001/09/23  16:32:11
11296         Log: Additional minor chdir() tweak.
11297      Branch: perl
11298            ! pod/perlfunc.pod
11299 ____________________________________________________________________________
11300 [ 12159] By: ams                                   on 2001/09/23  16:25:01
11301         Log: Subject: PATCH lib/ExtUtils/Command.t
11302              From: Abe Timmerman <abe@ztreet.demon.nl>
11303              Date: Sun, 23 Sep 2001 19:11:44 +0200
11304              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
11305      Branch: perl
11306            ! lib/ExtUtils/Command.t
11307 ____________________________________________________________________________
11308 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
11309         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
11310              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11311              Date: Sun, 23 Sep 2001 02:02:26 +0200
11312              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
11313      Branch: perl
11314            ! makedef.pl
11315 ____________________________________________________________________________
11316 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
11317         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
11318              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
11319              Date: Sat, 22 Sep 2001 12:54:39 -0500
11320              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
11321      Branch: perl
11322            ! t/op/study.t
11323 ____________________________________________________________________________
11324 [ 12156] By: nick                                  on 2001/09/23  07:48:44
11325         Log: Integrate mainline
11326      Branch: perlio
11327            - check83.pl
11328           !> ext/Encode/Encode/2022-cn.enc
11329 ____________________________________________________________________________
11330 [ 12155] By: nick                                  on 2001/09/23  07:48:01
11331         Log: Integrate mainline
11332      Branch: perlio
11333           +> (branch 64 files)
11334            - ext/Encode/Encode/cns11643-1.enc
11335            - ext/Encode/Encode/cns11643-2.enc
11336            - ext/Encode/Encode/iso2022-cn.enc
11337            - ext/Encode/Encode/iso2022-jp.enc
11338            - ext/Encode/Encode/iso2022-jp1.enc
11339            - ext/Encode/Encode/iso2022-jp2.enc
11340            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
11341            - ext/Encode/Encode/iso8859-1.enc
11342            - ext/Encode/Encode/iso8859-1.ucm
11343            - ext/Encode/Encode/iso8859-10.enc
11344            - ext/Encode/Encode/iso8859-10.ucm
11345            - ext/Encode/Encode/iso8859-13.enc
11346            - ext/Encode/Encode/iso8859-13.ucm
11347            - ext/Encode/Encode/iso8859-14.enc
11348            - ext/Encode/Encode/iso8859-14.ucm
11349            - ext/Encode/Encode/iso8859-15.enc
11350            - ext/Encode/Encode/iso8859-15.ucm
11351            - ext/Encode/Encode/iso8859-16.enc
11352            - ext/Encode/Encode/iso8859-16.ucm
11353            - ext/Encode/Encode/iso8859-2.enc
11354            - ext/Encode/Encode/iso8859-2.ucm
11355            - ext/Encode/Encode/iso8859-3.enc
11356            - ext/Encode/Encode/iso8859-3.ucm
11357            - ext/Encode/Encode/iso8859-4.enc
11358            - ext/Encode/Encode/iso8859-4.ucm
11359            - ext/Encode/Encode/iso8859-5.enc
11360            - ext/Encode/Encode/iso8859-5.ucm
11361            - ext/Encode/Encode/iso8859-6.enc
11362            - ext/Encode/Encode/iso8859-6.ucm
11363            - ext/Encode/Encode/iso8859-7.enc
11364            - ext/Encode/Encode/iso8859-7.ucm
11365            - ext/Encode/Encode/iso8859-8.enc
11366            - ext/Encode/Encode/iso8859-8.ucm
11367            - ext/Encode/Encode/iso8859-9.enc
11368            - ext/Encode/Encode/iso8859-9.ucm
11369            - ext/Encode/Encode/isoir-197.enc
11370            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
11371            - t/lib/sample-tests/header_at_end
11372            - t/lib/sample-tests/header_at_end_fail
11373           !> (integrate 174 files)
11374 ____________________________________________________________________________
11375 [ 12154] By: ams                                   on 2001/09/23  07:11:46
11376         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
11377              by Blair Zajac.
11378      Branch: perl
11379            ! pod/perlfunc.pod
11380 ____________________________________________________________________________
11381 [ 12153] By: ams                                   on 2001/09/23  06:56:32
11382         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
11383              Forgotten deprecation of *glob{FILEHANDLE}?
11384              From: "chromatic" <chromatic@rmci.net>
11385              Date: Sat, 22 Sep 2001 21:27:56 -0600
11386              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
11387      Branch: perl
11388            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
11389 ____________________________________________________________________________
11390 [ 12152] By: ams                                   on 2001/09/23  06:42:58
11391         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
11392              From: Michael G Schwern <schwern@pobox.com>
11393              Date: Sun, 23 Sep 2001 03:34:39 -0400
11394              Message-Id: <20010923033439.E7005@blackrider>
11395      Branch: perl
11396            ! lib/File/Find.pm
11397 ____________________________________________________________________________
11398 [ 12151] By: ams                                   on 2001/09/23  06:37:57
11399         Log: Subject: Re: t/op/magic.t missing tests on Win32
11400              From: Michael G Schwern <schwern@pobox.com>
11401              Date: Sat, 22 Sep 2001 20:29:09 -0400
11402              Message-Id: <20010922202909.I18223@blackrider>
11403      Branch: perl
11404            ! t/op/magic.t
11405 ____________________________________________________________________________
11406 [ 12150] By: ams                                   on 2001/09/23  06:36:26
11407         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
11408              Dumpvalue.pm
11409              From: "chromatic" <chromatic@rmci.net>
11410              Date: Sat, 22 Sep 2001 19:41:31 -0600
11411              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
11412      Branch: perl
11413            + lib/Dumpvalue.t
11414            ! MANIFEST lib/Dumpvalue.pm
11415 ____________________________________________________________________________
11416 [ 12149] By: ams                                   on 2001/09/23  06:25:35
11417         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
11418              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11419              Date: Sun, 23 Sep 2001 15:27:56 +0900
11420              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
11421      Branch: perl
11422            ! ext/Encode/Encode/2022-cn.enc
11423 ____________________________________________________________________________
11424 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
11425         Log: Manual eror in #12147.
11426      Branch: perl
11427            ! win32/win32.c
11428 ____________________________________________________________________________
11429 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
11430         Log: Integrate change #12146 from maintperl;
11431              win32_chdir() et al don't handle a NULL argument gracefully
11432      Branch: perl
11433           !> win32/perlhost.h win32/win32.c
11434 ____________________________________________________________________________
11435 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
11436         Log: win32_chdir() et al don't handle a NULL argument gracefully
11437      Branch: maint-5.6/perl
11438            ! win32/perlhost.h win32/win32.c
11439 ____________________________________________________________________________
11440 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
11441         Log: typo in change#12026
11442      Branch: maint-5.6/perl
11443            ! op.c
11444 ____________________________________________________________________________
11445 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
11446         Log: Subject: [PATCH] Re: scalar context unpack bugs
11447              From: Nicholas Clark <nick@ccl4.org>
11448              Date: Sat, 22 Sep 2001 23:07:56 +0100
11449              Message-ID: <20010922230755.O4971@plum.flirble.org>
11450      Branch: perl
11451            ! pp_pack.c t/op/pack.t
11452 ____________________________________________________________________________
11453 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
11454         Log: Try ExtUtils::Command.t everywhere, not just on Win32
11455              (as suggested by NI-S).  Also allow running it either
11456              in t/ or in the main directory.
11457      Branch: perl
11458            ! lib/ExtUtils/Command.t
11459 ____________________________________________________________________________
11460 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
11461         Log: Update the test on warnings/register.t.
11462      Branch: perl
11463            ! t/lib/1_compile.t
11464 ____________________________________________________________________________
11465 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
11466         Log: The code is now almost tidy enough to keep the IRIX cc happy.
11467      Branch: perl
11468            ! hints/irix_6.sh
11469 ____________________________________________________________________________
11470 [ 12140] By: ams                                   on 2001/09/22  17:26:32
11471         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
11472              use_ithreads
11473              From: "Craig A. Berry" <craigberry@mac.com>
11474              Date: Sat, 22 Sep 2001 13:15:32 -0500
11475              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
11476      Branch: perl
11477            ! configure.com
11478 ____________________________________________________________________________
11479 [ 12139] By: ams                                   on 2001/09/22  16:44:08
11480         Log: Do what perl_clone() does for sharedsv functions.
11481      Branch: perl
11482            ! embed.pl proto.h
11483 ____________________________________________________________________________
11484 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
11485         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
11486              (suggested by Sarathy, extensions shouldn't be dabbling with
11487              op structures, so binary backward compatibility should not be
11488              an issue.)
11489      Branch: perl
11490            ! hints/irix_6.sh op.h
11491 ____________________________________________________________________________
11492 [ 12137] By: ams                                   on 2001/09/22  16:21:05
11493         Log: More cleanups. (What's PERL_DECL_PROT?)
11494      Branch: perl
11495            ! embed.pl proto.h sharedsv.h
11496 ____________________________________________________________________________
11497 [ 12136] By: ams                                   on 2001/09/22  15:14:34
11498         Log: (Retracted by #12185)
11499              
11500              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
11501              Add Tests for warnings::register, Doc Update
11502              From: "chromatic" <chromatic@rmci.net>
11503              Date: Sat, 22 Sep 2001 09:43:20 -0600
11504              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
11505      Branch: perl
11506            + lib/warnings/register.t
11507            ! MANIFEST lib/warnings/register.pm
11508 ____________________________________________________________________________
11509 [ 12135] By: ams                                   on 2001/09/22  15:07:50
11510         Log: `@foo' should be @foo for consistency.
11511      Branch: perl
11512            ! pod/perldiag.pod
11513 ____________________________________________________________________________
11514 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
11515         Log: (Retracted by #12138)
11516              
11517              Add -woff (turn warning off) 3187:
11518              "A pointer is converted to a smaller integer."
11519              This happens when your pointers are 64-bit: then every case
11520              of converting pointers to PADOFFSETs (explicitly 32-bit)
11521              faces truncation (even explicit use of INT2PTR doesn't help).
11522              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
11523              Changing PADOFFSET from U32 to UV would help, but that
11524              would break binary backward compatibility of BASEOP and padop
11525              (assuming you have been using 64-bit pointers).
11526      Branch: perl
11527            ! hints/irix_6.sh
11528 ____________________________________________________________________________
11529 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
11530         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
11531              but the name comes from the inside the file, not from the file
11532              name, and Rumanian is the name of the language.
11533      Branch: perl
11534            + ext/Encode/Encode/macRumanian.enc
11535            - ext/Encode/Encode/macRomania.enc
11536            ! MANIFEST
11537 ____________________________________________________________________________
11538 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
11539         Log: Rename perltootc as perltooc for 8.3-friedliness.
11540      Branch: perl
11541            + pod/perltooc.pod
11542            - pod/perltootc.pod
11543            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
11544            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
11545            ! pod/perltoot.pod
11546 ____________________________________________________________________________
11547 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
11548         Log: Find more conflicts by lowercasing.
11549      Branch: perl
11550            + Porting/check83.pl
11551            - check83.pl
11552            ! MANIFEST
11553 ____________________________________________________________________________
11554 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
11555         Log: The AIX cc 5.0.0.0 is simply too buggy.
11556      Branch: perl
11557            ! hints/aix.sh
11558 ____________________________________________________________________________
11559 [ 12129] By: ams                                   on 2001/09/22  12:35:38
11560         Log: Uninteresting cleanup.
11561      Branch: perl
11562            ! form.h
11563 ____________________________________________________________________________
11564 [ 12128] By: ams                                   on 2001/09/22  12:28:48
11565         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
11566              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11567              Date: Sat, 22 Sep 2001 14:29:13 +0100
11568              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
11569      Branch: perl
11570            ! cv.h
11571 ____________________________________________________________________________
11572 [ 12127] By: ams                                   on 2001/09/22  12:04:28
11573         Log: What's a backet?
11574      Branch: perl
11575            ! dump.c
11576 ____________________________________________________________________________
11577 [ 12126] By: ams                                   on 2001/09/22  10:02:34
11578         Log: Removed duplicated tests #19 and #20.
11579      Branch: perl
11580            ! t/op/do.t
11581 ____________________________________________________________________________
11582 [ 12125] By: ams                                   on 2001/09/22  03:58:41
11583         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
11584              From: Michael Carman <mjcarman@home.com>
11585              Date: Fri, 21 Sep 2001 17:54:05 -0500
11586              Message-Id: <3BABC50D.6040202@home.com>
11587              (Applied with some changes.)
11588      Branch: perl
11589            ! pod/perlmod.pod
11590 ____________________________________________________________________________
11591 [ 12124] By: ams                                   on 2001/09/22  03:44:19
11592         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
11593              From: Michael G Schwern <schwern@pobox.com>
11594              Date: Fri, 21 Sep 2001 19:20:40 -0400
11595              Message-Id: <20010921192040.E5494@blackrider>
11596      Branch: perl
11597            ! t/op/chdir.t
11598 ____________________________________________________________________________
11599 [ 12123] By: ams                                   on 2001/09/22  03:41:08
11600         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
11601              From: Blair Zajac <blair@orcaware.com>
11602              Date: Fri, 21 Sep 2001 15:13:04 -0700
11603              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
11604      Branch: perl
11605            ! t/op/chdir.t
11606 ____________________________________________________________________________
11607 [ 12122] By: ams                                   on 2001/09/22  03:37:07
11608         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
11609              20010920.007
11610              From: Michael G Schwern <schwern@pobox.com>
11611              Date: Fri, 21 Sep 2001 17:59:03 -0400
11612              Message-Id: <20010921175903.V5494@blackrider>
11613      Branch: perl
11614            ! t/op/do.t
11615 ____________________________________________________________________________
11616 [ 12121] By: ams                                   on 2001/09/22  03:30:38
11617         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
11618              suite on WinCE)
11619              From: Michael G Schwern <schwern@pobox.com>
11620              Date: Fri, 21 Sep 2001 19:41:03 -0400
11621              Message-Id: <20010921194103.G5494@blackrider>
11622      Branch: perl
11623            ! pod/perlport.pod
11624 ____________________________________________________________________________
11625 [ 12120] By: ams                                   on 2001/09/22  03:28:06
11626         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
11627              From: Michael G Schwern <schwern@pobox.com>
11628              Date: Fri, 21 Sep 2001 17:33:35 -0400
11629              Message-Id: <20010921173335.T5494@blackrider>
11630              ($ENV{FOO}=undef hunk not applied.)
11631      Branch: perl
11632            ! t/op/magic.t
11633 ____________________________________________________________________________
11634 [ 12119] By: ams                                   on 2001/09/22  03:02:26
11635         Log: Subject: [PATCH] perldiag.pod
11636              From: Peter Scott <Peter@PSDT.com>
11637              Date: Fri, 21 Sep 2001 18:54:50 -0700
11638              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
11639              (Moved to the right place.)
11640      Branch: perl
11641            ! pod/perldiag.pod
11642 ____________________________________________________________________________
11643 [ 12118] By: ams                                   on 2001/09/21  20:05:29
11644         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
11645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11646              Date: Fri, 21 Sep 2001 22:36:54 +0200
11647              Message-Id: <20010921223654.A12742@rafael>
11648      Branch: perl
11649            ! t/op/do.t
11650 ____________________________________________________________________________
11651 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
11652         Log: Restore things as they were before
11653              the backward compatibility police notices.
11654      Branch: perl
11655            ! lib/Cwd.pm
11656 ____________________________________________________________________________
11657 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
11658         Log: More Cwd from Schwern: make also OS/2 and DOS
11659              Cwd agree with File::Spec (that is, native path
11660              syntax using \ instead of / -- backward compatibility
11661              polic warning) and stop Win32 from using bsd_realpath().
11662      Branch: perl
11663            ! lib/Cwd.pm
11664 ____________________________________________________________________________
11665 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
11666         Log: Subject: [PATCH @12110] RE: Untested libraries update
11667              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11668              Date: Fri, 21 Sep 2001 18:21:07 +0100
11669              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
11670      Branch: perl
11671            ! lib/warnings/register.pm
11672 ____________________________________________________________________________
11673 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
11674         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
11675              From: Michael G Schwern <schwern@pobox.com>
11676              Date: Thu, 20 Sep 2001 22:54:02 -0400
11677              Message-ID: <20010920225402.A3611@blackrider>
11678      Branch: perl
11679            ! lib/Cwd.pm
11680 ____________________________________________________________________________
11681 [ 12113] By: ams                                   on 2001/09/21  17:08:24
11682         Log: Subject: [PATCH] avoid v-strings with require/use
11683              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11684              Date: Fri, 21 Sep 2001 12:34:40 -0400
11685              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
11686      Branch: perl
11687            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
11688            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
11689            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11690            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
11691            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
11692            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
11693            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
11694            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11695            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
11696            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
11697            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
11698            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
11699            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
11700            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11701            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
11702            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
11703            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
11704            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
11705            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
11706 ____________________________________________________________________________
11707 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
11708         Log: Update Changes.
11709      Branch: perl
11710            ! Changes patchlevel.h
11711 ____________________________________________________________________________
11712 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
11713         Log: Make AIX and Tru64 compilers happy.  
11714      Branch: perl
11715            ! ext/threads/threads.h ext/threads/threads.xs
11716 ____________________________________________________________________________
11717 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
11718         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
11719              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11720              Date: 21 Sep 2001 09:16:37 -0000
11721              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
11722      Branch: perl
11723            ! toke.c
11724 ____________________________________________________________________________
11725 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
11726         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
11727              From: Michael G Schwern <schwern@pobox.com>
11728              Date: Thu, 20 Sep 2001 21:21:34 -0400
11729              Message-ID: <20010920212134.Y28291@blackrider>
11730      Branch: perl
11731            ! pp_sys.c
11732 ____________________________________________________________________________
11733 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
11734         Log: Subject: Re: GDB Debugging Macros from mod_perl
11735              From: rspier@pobox.com (Robert Spier)
11736              Date: Thu, 20 Sep 2001 22:45:03 -0700
11737              Message-ID: <15274.54239.413929.49430@rls.cx>
11738      Branch: perl
11739            ! pod/perltodo.pod
11740 ____________________________________________________________________________
11741 [ 12105] By: sky                                   on 2001/09/21  10:33:34
11742         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
11743              timezone! GetSystemTime should be available on all Win32 
11744              platforms we support. Perhaps Time::HiRes should be extended to
11745              support WinCE and Novell?
11746      Branch: perl
11747            ! ext/Time/HiRes/HiRes.xs
11748 ____________________________________________________________________________
11749 [ 12104] By: sky                                   on 2001/09/21  08:12:39
11750         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
11751      Branch: perl
11752            ! ext/threads/threads.h ext/threads/threads.xs
11753 ____________________________________________________________________________
11754 [ 12103] By: sky                                   on 2001/09/21  07:57:41
11755         Log: Rename the *thread* functions to Perl_* to avoid clashes.
11756              Notably on AIX but could become a problem on other platforms.
11757      Branch: perl
11758            ! ext/threads/threads.h ext/threads/threads.xs
11759 ____________________________________________________________________________
11760 [ 12102] By: sky                                   on 2001/09/21  07:35:30
11761         Log: Add the shared sv space to the global vars.
11762              Fix problems compiling on win32.
11763      Branch: perl
11764            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
11765            ! sharedsv.c sharedsv.h
11766 ____________________________________________________________________________
11767 [ 12101] By: ams                                   on 2001/09/21  00:19:55
11768         Log: Subject: [PATCH] win32/Makefile warning fix
11769              From: Blair Zajac <blair@orcaware.com>
11770              Date: Thu, 20 Sep 2001 18:15:43 -0700
11771              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
11772      Branch: perl
11773            ! win32/Makefile
11774 ____________________________________________________________________________
11775 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
11776         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
11777              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11778              Date: Thu, 20 Sep 2001 18:36:22 +0200
11779              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
11780      Branch: perl
11781            ! lib/ExtUtils/Command.t
11782 ____________________________________________________________________________
11783 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
11784         Log: Cant spl wirth a dam.
11785      Branch: perl
11786            ! intrpvar.h
11787 ____________________________________________________________________________
11788 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
11789         Log: Don't use C++ comments.
11790      Branch: perl
11791            ! ext/threads/threads.xs
11792 ____________________________________________________________________________
11793 [ 12097] By: ams                                   on 2001/09/20  21:42:07
11794         Log: Change #12044 didn't.
11795      Branch: perl
11796            ! lib/constant.pm
11797 ____________________________________________________________________________
11798 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
11799         Log: Metaconfig unit changes for #12095.
11800      Branch: metaconfig
11801            ! U/modified/Myinit.U U/modified/libs.U
11802 ____________________________________________________________________________
11803 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
11804         Log: Remove iconv references since we are not using it
11805              and not going to; regen perltoc, perlmodlib.
11806              (Some references still linger in perltoc, have to figure
11807              out where they are coming from.)
11808      Branch: perl
11809            ! Configure NetWare/config.wc NetWare/config_H.wc
11810            ! Porting/Glossary Porting/config.sh Porting/config_H
11811            ! config_h.SH configure.com epoc/config.sh perl.h
11812            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
11813            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11814            ! vos/config.ga.h win32/config.bc win32/config.gc
11815            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11816            ! win32/config_H.vc wince/config.ce wince/config.h
11817            ! wince/config_H.ce
11818 ____________________________________________________________________________
11819 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
11820         Log: Subject: [PATCH docs] Re: ARGV and read
11821              From: Dave Mitchell <davem@fdgroup.co.uk>
11822              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
11823              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
11824      Branch: perl
11825            ! pod/perltodo.pod pod/perlvar.pod
11826 ____________________________________________________________________________
11827 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
11828         Log: Fresh copies from the cvs.perl.org perlfaq repository.
11829      Branch: perl
11830            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11831            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11832            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11833            ! pod/perlfaq9.pod
11834 ____________________________________________________________________________
11835 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
11836         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
11837              From: Nicholas Clark <nick@ccl4.org>
11838              Date: Thu, 20 Sep 2001 14:27:08 +0100
11839              Message-ID: <20010920142708.X4971@plum.flirble.org>
11840      Branch: perl
11841            ! pp_pack.c t/op/pack.t
11842 ____________________________________________________________________________
11843 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
11844         Log: The sharedsv_space* are variables, not code.  Duh.
11845      Branch: perl
11846            ! intrpvar.h makedef.pl
11847 ____________________________________________________________________________
11848 [ 12090] By: ams                                   on 2001/09/20  11:26:06
11849         Log: Subject: [patch lib/lib_pm.PL]
11850              From: Stas Bekman <stas@stason.org>
11851              Date: Thu, 20 Sep 2001 18:48:53 +0800
11852              Message-Id: <3BA9C995.6010302@stason.org>
11853              (Applied by hand.)
11854      Branch: perl
11855            ! lib/lib_pm.PL
11856 ____________________________________________________________________________
11857 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
11858         Log: Only 21 tests, skipping or not.
11859      Branch: perl
11860            ! lib/ExtUtils/Command.t
11861 ____________________________________________________________________________
11862 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
11863         Log: New exported symbols.
11864      Branch: perl
11865            ! makedef.pl
11866 ____________________________________________________________________________
11867 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
11868         Log: Update Changes.
11869      Branch: perl
11870            ! Changes patchlevel.h
11871 ____________________________________________________________________________
11872 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
11873         Log: Correct numbering of the tests is useful.
11874      Branch: perl
11875            ! ext/threads/t/basic.t
11876 ____________________________________________________________________________
11877 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
11878         Log: More tests now too.
11879      Branch: perl
11880            ! lib/ExtUtils/Command.t
11881 ____________________________________________________________________________
11882 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
11883         Log: More tests now.
11884      Branch: perl
11885            ! ext/threads/t/basic.t
11886 ____________________________________________________________________________
11887 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
11888         Log: The test assumed 7-bit ASCII.  Now it "just"
11889              assumes 8-bit whatever.
11890      Branch: perl
11891            ! t/op/crypt.t
11892 ____________________________________________________________________________
11893 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
11894         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
11895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11896              Date: Wed, 19 Sep 2001 11:45:28 +0200
11897              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
11898              
11899              Lvalue casts are not portable.
11900      Branch: perl
11901            ! ext/threads/threads.xs
11902 ____________________________________________________________________________
11903 [ 12081] By: sky                                   on 2001/09/19  10:17:52
11904         Log: Make the basic test contain only realy basic API tests
11905              Seems to be a problem with detach.
11906      Branch: perl
11907            ! ext/threads/t/basic.t
11908 ____________________________________________________________________________
11909 [ 12080] By: ams                                   on 2001/09/19  01:23:55
11910         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
11911              From: Michael G Schwern <schwern@pobox.com>
11912              Date: Tue, 18 Sep 2001 19:53:48 -0400
11913              Message-Id: <20010918195348.M585@blackrider>
11914              
11915              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
11916              From: Michael G Schwern <schwern@pobox.com>
11917              Date: Tue, 18 Sep 2001 22:07:13 -0400
11918              Message-Id: <20010918220713.B19616@blackrider>
11919      Branch: perl
11920            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
11921            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11922            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
11923            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
11924            ! lib/Test/Tutorial.pod
11925 ____________________________________________________________________________
11926 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
11927         Log: Indent the test a bit.
11928      Branch: perl
11929            ! ext/threads/t/basic.t
11930 ____________________________________________________________________________
11931 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
11932         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
11933              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11934              Date: Tue, 18 Sep 2001 18:06:44 +0200
11935              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
11936      Branch: perl
11937            ! win32/win32.c
11938 ____________________________________________________________________________
11939 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
11940         Log: Subject: stat access time is wrong on Win95
11941              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11942              Date: Tue, 18 Sep 2001 21:59:24 +0200
11943              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
11944      Branch: perl
11945            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
11946 ____________________________________________________________________________
11947 [ 12076] By: ams                                   on 2001/09/18  22:11:25
11948         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
11949              From: Michael G Schwern <schwern@pobox.com>
11950              Date: Tue, 18 Sep 2001 18:47:14 -0400
11951              Message-Id: <20010918184714.I585@blackrider>
11952      Branch: perl
11953            ! t/op/crypt.t
11954 ____________________________________________________________________________
11955 [ 12075] By: sky                                   on 2001/09/18  19:29:37
11956         Log: two test failures
11957              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11958              Message-ID: <20010918221702.A17408@rafael>
11959              partly applied, #12074 already fixed half the patch
11960      Branch: perl
11961            ! ext/threads/t/basic.t
11962 ____________________________________________________________________________
11963 [ 12074] By: sky                                   on 2001/09/18  18:49:03
11964         Log: Fixes test case failure introduced by #12071, the warning is
11965              now correctly spelled :-)
11966      Branch: perl
11967            ! ext/IO/lib/IO/t/io_sel.t
11968 ____________________________________________________________________________
11969 [ 12073] By: sky                                   on 2001/09/18  18:46:22
11970         Log: Make the test behave properly!
11971      Branch: perl
11972            ! ext/threads/t/basic.t
11973 ____________________________________________________________________________
11974 [ 12072] By: ams                                   on 2001/09/18  18:44:59
11975         Log: OP_RCATLINE is an SVOP, not a BASEOP.
11976      Branch: perl
11977            ! opcode.h opcode.pl
11978 ____________________________________________________________________________
11979 [ 12071] By: ams                                   on 2001/09/18  18:06:27
11980         Log: Deprecate != Depreciate.
11981      Branch: perl
11982            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
11983            ! lib/Pod/ParseUtils.pm
11984 ____________________________________________________________________________
11985 [ 12070] By: ams                                   on 2001/09/18  15:14:58
11986         Log: Subject: [PATCH] Getopt::Std cleanup
11987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11988              Date: Tue, 18 Sep 2001 17:32:13 +0200
11989              Message-Id: <20010918173213.C777@rafael>
11990      Branch: perl
11991            ! lib/Getopt/Std.pm lib/Getopt/Std.t
11992 ____________________________________________________________________________
11993 [ 12069] By: sky                                   on 2001/09/18  14:56:33
11994         Log: Forgot the makefile
11995      Branch: perl
11996            + ext/threads/Makefile.PL
11997 ____________________________________________________________________________
11998 [ 12068] By: sky                                   on 2001/09/18  14:13:26
11999         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
12000              The test will fail because of Test.pm not knowing about threads. 
12001              basic needs to be manually tested
12002              compile time warnings on IV2PTR conversions need to be fixed
12003      Branch: perl
12004            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
12005            + ext/threads/threads.h ext/threads/threads.pm
12006            + ext/threads/threads.xs
12007            ! MANIFEST
12008 ____________________________________________________________________________
12009 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
12010         Log: DJGPP tweak from Laszlo Molnar.
12011      Branch: perl
12012            ! djgpp/config.over
12013 ____________________________________________________________________________
12014 [ 12066] By: sky                                   on 2001/09/18  10:24:31
12015         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
12016      Branch: perl
12017            ! sharedsv.c sharedsv.h
12018 ____________________________________________________________________________
12019 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
12020         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
12021              ditto ^cns.
12022      Branch: perl
12023            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
12024            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
12025            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
12026            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
12027            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
12028            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
12029            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
12030            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
12031            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
12032            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
12033            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
12034            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
12035            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
12036            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
12037            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
12038            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
12039            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
12040            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
12041            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
12042            + ext/Encode/Encode/ir-197.enc
12043            - ext/Encode/Encode/cns11643-1.enc
12044            - ext/Encode/Encode/cns11643-2.enc
12045            - ext/Encode/Encode/iso2022-cn.enc
12046            - ext/Encode/Encode/iso2022-jp.enc
12047            - ext/Encode/Encode/iso2022-jp1.enc
12048            - ext/Encode/Encode/iso2022-jp2.enc
12049            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12050            - ext/Encode/Encode/iso8859-1.enc
12051            - ext/Encode/Encode/iso8859-1.ucm
12052            - ext/Encode/Encode/iso8859-10.enc
12053            - ext/Encode/Encode/iso8859-10.ucm
12054            - ext/Encode/Encode/iso8859-11.enc
12055            - ext/Encode/Encode/iso8859-11.ucm
12056            - ext/Encode/Encode/iso8859-13.enc
12057            - ext/Encode/Encode/iso8859-13.ucm
12058            - ext/Encode/Encode/iso8859-14.enc
12059            - ext/Encode/Encode/iso8859-14.ucm
12060            - ext/Encode/Encode/iso8859-15.enc
12061            - ext/Encode/Encode/iso8859-15.ucm
12062            - ext/Encode/Encode/iso8859-16.enc
12063            - ext/Encode/Encode/iso8859-16.ucm
12064            - ext/Encode/Encode/iso8859-2.enc
12065            - ext/Encode/Encode/iso8859-2.ucm
12066            - ext/Encode/Encode/iso8859-3.enc
12067            - ext/Encode/Encode/iso8859-3.ucm
12068            - ext/Encode/Encode/iso8859-4.enc
12069            - ext/Encode/Encode/iso8859-4.ucm
12070            - ext/Encode/Encode/iso8859-5.enc
12071            - ext/Encode/Encode/iso8859-5.ucm
12072            - ext/Encode/Encode/iso8859-6.enc
12073            - ext/Encode/Encode/iso8859-6.ucm
12074            - ext/Encode/Encode/iso8859-7.enc
12075            - ext/Encode/Encode/iso8859-7.ucm
12076            - ext/Encode/Encode/iso8859-8.enc
12077            - ext/Encode/Encode/iso8859-8.ucm
12078            - ext/Encode/Encode/iso8859-9.enc
12079            - ext/Encode/Encode/iso8859-9.ucm
12080            - ext/Encode/Encode/isoir-197.enc
12081            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
12082 ____________________________________________________________________________
12083 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
12084         Log: Must Uppercase.
12085      Branch: perl
12086            ! ext/Encode/Encode.pm
12087 ____________________________________________________________________________
12088 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
12089         Log: Add various encodings.
12090      Branch: perl
12091            + ext/Encode/Encode/iso8859-11.enc
12092            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
12093            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
12094            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
12095            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
12096            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
12097            + ext/Encode/Encode/viscii.ucm
12098            ! MANIFEST ext/Encode/Encode.pm
12099 ____________________________________________________________________________
12100 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
12101         Log: lib/unicode relic.
12102      Branch: perl
12103            ! ext/Encode/compile
12104 ____________________________________________________________________________
12105 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
12106         Log: Subject: [PATCH] Re: filename problems
12107              From: Michael G Schwern <schwern@pobox.com>
12108              Date: Mon, 17 Sep 2001 17:26:26 -0400
12109              Message-ID: <20010917172626.Q585@blackrider>
12110      Branch: perl
12111            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
12112            - t/lib/sample-tests/header_at_end
12113            - t/lib/sample-tests/header_at_end_fail
12114            ! MANIFEST lib/Test/Harness/t/test-harness.t
12115 ____________________________________________________________________________
12116 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
12117         Log: Explicitly explain the 1e9 seconds, not everybody
12118              is a C geek.
12119      Branch: perl
12120            ! ext/Time/HiRes/HiRes.pm
12121 ____________________________________________________________________________
12122 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
12123         Log: Explain an apparent bug reported by
12124              Richard J. Barbalace <rjbarbal@MIT.EDU>,
12125              with additional explanation from Gisle Aas.
12126      Branch: perl
12127            ! ext/Time/HiRes/HiRes.pm
12128 ____________________________________________________________________________
12129 [ 12058] By: ams                                   on 2001/09/17  19:52:01
12130         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
12131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12132              Date: Mon, 17 Sep 2001 22:48:05 +0200
12133              Message-Id: <20010917224805.C11744@rafael>
12134      Branch: perl
12135            ! t/lib/warnings/op t/lib/warnings/pp
12136 ____________________________________________________________________________
12137 [ 12057] By: ams                                   on 2001/09/17  16:51:18
12138         Log: Its a nit!
12139      Branch: perl
12140            ! sv.h
12141 ____________________________________________________________________________
12142 [ 12056] By: ams                                   on 2001/09/17  16:47:55
12143         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
12144              From: "Craig A. Berry" <craigberry@mac.com>
12145              Date: Mon, 17 Sep 2001 12:34:20 -0500
12146              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
12147      Branch: perl
12148            ! vms/vms.c
12149 ____________________________________________________________________________
12150 [ 12055] By: ams                                   on 2001/09/17  16:05:15
12151         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
12152              From: Gisle Aas <gisle@ActiveState.com>
12153              Date: 16 Apr 2001 16:20:34 -0700
12154              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
12155              (Applied by hand.)
12156      Branch: perl
12157            ! lib/CPAN.pm lib/CPAN/Nox.pm
12158 ____________________________________________________________________________
12159 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
12160         Log: Update Changes.
12161      Branch: perl
12162            ! Changes patchlevel.h
12163 ____________________________________________________________________________
12164 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
12165         Log: Adding new files to the MANIFEST is always nice.
12166      Branch: perl
12167            ! MANIFEST
12168 ____________________________________________________________________________
12169 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
12170         Log: Reindent the PerlIO files (suggested by NI-S), used
12171              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
12172              (GNU indent).  Note that wholesale re-indenting might
12173              be nice, but that would break nice formatting/alignment
12174              of assignments, equality testing, and complex boolean
12175              expressions with lots of &s and |s.
12176      Branch: perl
12177            ! perlio.c perlio.h perliol.h
12178 ____________________________________________________________________________
12179 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
12180         Log: Add a script for being 8.3-polite.
12181              The found conflicts are being worked on.
12182      Branch: perl
12183            + check83.pl
12184            ! MANIFEST Porting/pumpkin.pod
12185 ____________________________________________________________________________
12186 [ 12050] By: sky                                   on 2001/09/17  12:44:36
12187         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
12188              finding it.
12189      Branch: perl
12190            ! sv.c
12191 ____________________________________________________________________________
12192 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
12193         Log: Bump up versions because of #12041.
12194      Branch: perl
12195            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
12196            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
12197            ! lib/Time/localtime.pm
12198 ____________________________________________________________________________
12199 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
12200         Log: Bump the version number because of #12042.
12201      Branch: perl
12202            ! lib/CPAN/FirstTime.pm
12203 ____________________________________________________________________________
12204 [ 12047] By: ams                                   on 2001/09/17  11:21:40
12205         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
12206              From: Abhijit Menon-Sen <ams@wiw.org>
12207              Date: Mon, 17 Sep 2001 17:44:12 +0530
12208              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
12209      Branch: perl
12210            ! op.c
12211 ____________________________________________________________________________
12212 [ 12046] By: sky                                   on 2001/09/17  07:14:17
12213         Log: Subject: Re: t/op/ver.t using skip() improperly
12214              From: "chromatic" <chromatic@rmci.net>
12215              Date: Mon, 17 Sep 2001 00:22:29 -0600
12216              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
12217      Branch: perl
12218            ! t/op/ver.t
12219 ____________________________________________________________________________
12220 [ 12045] By: nick                                  on 2001/09/17  07:12:14
12221         Log: Integrate mainline
12222      Branch: perlio
12223           +> t/op/chdir.t
12224           !> (integrate 117 files)
12225 ____________________________________________________________________________
12226 [ 12044] By: ams                                   on 2001/09/17  05:49:53
12227         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
12228              From: Ilmari Karonen <iltzu@sci.fi>
12229              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
12230              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
12231              (And $VERSION = '1.05'.)
12232      Branch: perl
12233            ! lib/constant.pm
12234 ____________________________________________________________________________
12235 [ 12043] By: ams                                   on 2001/09/17  05:44:50
12236         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
12237              From: Michael G Schwern <schwern@pobox.com>
12238              Date: Mon, 17 Sep 2001 07:49:04 +0200
12239              Message-Id: <20010917074904.V1588@blackrider>
12240              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
12241      Branch: perl
12242            + t/op/chdir.t
12243            ! MANIFEST pp_sys.c
12244 ____________________________________________________________________________
12245 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
12246         Log: Subject: Re: CPAN.pm needs some hacking 
12247              From: "chromatic" <chromatic@rmci.net>
12248              Date: Sun, 16 Sep 2001 16:46:29 -0600
12249              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
12250      Branch: perl
12251            ! lib/CPAN/FirstTime.pm
12252 ____________________________________________________________________________
12253 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
12254         Log: Change use|require 5.005_64 to use|require 5.6.1.
12255      Branch: perl
12256            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
12257            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12258            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12259            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
12260            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
12261            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12262            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
12263            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
12264            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
12265            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
12266            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
12267            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12268            ! lib/base.pm lib/fields.pm
12269 ____________________________________________________________________________
12270 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
12271         Log: Bump up version numbers.
12272              
12273              TODO 1: double check that pre-5.6.1 CPAN.pm:s
12274              don't try to download 5.8.0 because of the
12275              version numbers.  Mainly this means using _00
12276              in the core version numbers.
12277              
12278              TODO 2: the "use 5.005_64" in many modules
12279              needs to be changed to, say, "use 5.6.1".
12280      Branch: perl
12281            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
12282            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
12283            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
12284            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
12285            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
12286            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
12287            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12288            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
12289            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
12290            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
12291            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
12292 ____________________________________________________________________________
12293 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
12294         Log: Use UCHARAT() as suggested by Inaba Hiroto.
12295      Branch: perl
12296            ! regexec.c
12297 ____________________________________________________________________________
12298 [ 12038] By: ams                                   on 2001/09/16  15:16:24
12299         Log: Subject: [PATCH] Re: Core module version numbers review
12300              From: Peter Scott <Peter@PSDT.com>
12301              Date: Sun, 16 Sep 2001 09:09:58 -0700
12302              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
12303      Branch: perl
12304            ! lib/perl5db.pl
12305 ____________________________________________________________________________
12306 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
12307         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
12308              not yet fully implemented.
12309      Branch: perl
12310            ! pod/perlfunc.pod pod/perlunicode.pod
12311 ____________________________________________________________________________
12312 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
12313         Log: Subject: [patch] plug PL_beginav_save leak
12314              From: Doug MacEachern <dougm@covalent.net>
12315              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
12316              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
12317      Branch: perl
12318            ! perl.c
12319 ____________________________________________________________________________
12320 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
12321         Log: (accidentally empty checkin)
12322      Branch: perl
12323            ! sv.c
12324 ____________________________________________________________________________
12325 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
12326         Log: Subject: [patch] ithreads+PL_beginav_save
12327              From: Doug MacEachern <dougm@covalent.net>
12328              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
12329              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
12330      Branch: perl
12331            ! sv.c
12332 ____________________________________________________________________________
12333 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
12334         Log: Subject: [PATCH] h2xs.PL with C::Scan
12335              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12336              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
12337              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
12338      Branch: perl
12339            ! utils/h2xs.PL
12340 ____________________________________________________________________________
12341 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
12342         Log: Elaborate (well, make more vague, really) #12030.
12343      Branch: perl
12344            ! pod/perltodo.pod pod/perlunicode.pod
12345 ____________________________________________________________________________
12346 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
12347         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
12348              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12349              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
12350              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
12351      Branch: perl
12352            ! regexec.c
12353 ____________________________________________________________________________
12354 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
12355         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
12356              are not yet complete.
12357      Branch: perl
12358            ! pod/perltodo.pod pod/perlunicode.pod
12359 ____________________________________________________________________________
12360 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
12361         Log: Document what's still to be done on the regular expression
12362              Unicode support, based on the UTR#18.
12363      Branch: perl
12364            ! pod/perltodo.pod pod/perlunicode.pod
12365 ____________________________________________________________________________
12366 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
12367         Log: Regen headers.
12368      Branch: perl
12369            ! embedvar.h perlapi.h
12370 ____________________________________________________________________________
12371 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
12372         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
12373              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12374              Date: Sun, 09 Sep 2001 18:41:54 +0100
12375              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
12376      Branch: perl
12377            ! Porting/findvars ext/ByteLoader/bytecode.h
12378            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
12379            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
12380 ____________________________________________________________________________
12381 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
12382         Log: enable most warnings for windows build; fix the various typecasting
12383              nits that showed up (no bugfixes here)
12384      Branch: maint-5.6/perl
12385            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
12386            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
12387            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
12388            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
12389            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
12390            ! x2p/walk.c
12391 ____________________________________________________________________________
12392 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
12393         Log: Integrate change #12024 from maintperl
12394              (a local() precedence bug)
12395      Branch: perl
12396           !> lib/ExtUtils/Install.pm
12397 ____________________________________________________________________________
12398 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
12399         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
12400              change#8642
12401      Branch: maint-5.6/perl
12402            ! lib/ExtUtils/Install.pm
12403 ____________________________________________________________________________
12404 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
12405         Log: Update Changes.
12406      Branch: perl
12407            ! Changes patchlevel.h
12408 ____________________________________________________________________________
12409 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
12410         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
12411              From: "chromatic" <chromatic@rmci.net>
12412              Date: Fri, 14 Sep 2001 09:44:57 -0600 
12413              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
12414      Branch: perl
12415            ! lib/ExtUtils/Manifest.t
12416 ____________________________________________________________________________
12417 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
12418         Log: Hopefully better skipping of the Complete.t tests
12419              in case of not a tty. 
12420      Branch: perl
12421            ! lib/Term/Complete.t t/op/stat.t
12422 ____________________________________________________________________________
12423 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
12424         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
12425              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12426              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
12427              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
12428      Branch: perl
12429            ! regexec.c t/op/pat.t
12430 ____________________________________________________________________________
12431 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
12432         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
12433              From: Robin Barker <rmb1@cise.npl.co.uk>
12434              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
12435              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
12436      Branch: perl
12437            ! pod/perlport.pod
12438 ____________________________________________________________________________
12439 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
12440         Log: NetWare tweaks from Ananth Kesari.
12441      Branch: perl
12442            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
12443            ! NetWare/nwutil.h
12444 ____________________________________________________________________________
12445 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
12446         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
12447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12448              Date: Fri, 14 Sep 2001 10:51:13 +0200
12449              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
12450      Branch: perl
12451            ! pod/perlport.pod
12452 ____________________________________________________________________________
12453 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
12454         Log: Subject: Re: [PATCH 2 pl2pm.PL]
12455              From: Joe Smith <Joe.Smith@inwap.com>
12456              Date: Fri, 14 Sep 2001 00:13:32 -0700
12457              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
12458              
12459              Eradicate qu.
12460      Branch: perl
12461            ! keywords.h keywords.pl utils/pl2pm.PL
12462 ____________________________________________________________________________
12463 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
12464         Log: Retract #12013, didn't go over too well in Tru64.
12465      Branch: perl
12466            ! embed.h embed.pl sv.h
12467 ____________________________________________________________________________
12468 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
12469         Log: Subject: [PATCH] Execute files of debugger commands
12470              From: Peter Scott <Peter@PSDT.com>
12471              Date: Thu, 13 Sep 2001 15:26:31 -0700
12472              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
12473      Branch: perl
12474            ! lib/perl5db.pl pod/perldebug.pod
12475 ____________________________________________________________________________
12476 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
12477         Log: (Retracted by #12015)
12478              Subject: [proposed PATCH] Re: perl@11920
12479              From: Nicholas Clark <nick@ccl4.org>
12480              Date: Wed, 12 Sep 2001 23:46:09 +0100
12481              Message-ID: <20010912234609.H4971@plum.flirble.org>     
12482      Branch: perl
12483            ! embed.h embed.pl sv.h
12484 ____________________________________________________________________________
12485 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
12486         Log: ucblib shouldn't be linked against in nonstop-ux,
12487              from Tom Bates.
12488      Branch: perl
12489            ! hints/nonstopux.sh
12490 ____________________________________________________________________________
12491 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
12492         Log: Do stty only if we have stty.
12493              
12494              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
12495      Branch: perl
12496            ! lib/Term/Complete.pm
12497 ____________________________________________________________________________
12498 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
12499         Log: Skip the test if not running on a tty.
12500      Branch: perl
12501            ! lib/Term/Complete.t
12502 ____________________________________________________________________________
12503 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
12504         Log: Regen headers.
12505      Branch: perl
12506            ! embed.h opcode.h pod/perlapi.pod proto.h
12507 ____________________________________________________________________________
12508 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
12509         Log: Subject: [PATCH op.c] Re: perl@12003
12510              From: Robin Barker <rmb1@cise.npl.co.uk>
12511              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
12512              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
12513      Branch: perl
12514            ! op.c
12515 ____________________________________________________________________________
12516 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
12517         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
12518              From: Robin Barker <rmb1@cise.npl.co.uk>
12519              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
12520              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
12521      Branch: perl
12522            ! sv.c
12523 ____________________________________________________________________________
12524 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
12525         Log: Upgrade to Memoize 0.66.
12526      Branch: perl
12527            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12528            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
12529            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
12530 ____________________________________________________________________________
12531 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
12532         Log: Subject: [ID 20010912.007] substr reference core dump
12533              From: me-01@ton.iguana.be
12534              Date: 12 Sep 2001 14:11:16 -0000
12535              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
12536      Branch: perl
12537            ! mg.c
12538 ____________________________________________________________________________
12539 [ 12004] By: ams                                   on 2001/09/12  01:13:49
12540         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
12541              From: Ilmari Karonen <iltzu@sci.fi>
12542              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
12543              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
12544      Branch: perl
12545            ! pod/perlfaq4.pod
12546 ____________________________________________________________________________
12547 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
12548         Log: Update Changes.
12549      Branch: perl
12550            ! Changes patchlevel.h
12551 ____________________________________________________________________________
12552 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
12553         Log: NetWare update from Ananth Kesari.
12554      Branch: perl
12555            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
12556            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
12557 ____________________________________________________________________________
12558 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
12559         Log: Retract #11984: div() being redefined, and 1397
12560              failing on 64-bit platforms.
12561      Branch: perl
12562            ! lib/Math/BigInt/Calc.pm
12563 ____________________________________________________________________________
12564 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
12565         Log: Metaconfig unit change for #11999.
12566      Branch: metaconfig
12567            ! U/protos/d_lseekproto.U
12568 ____________________________________________________________________________
12569 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
12570         Log: The lseek fix (#11991) was no fix.
12571      Branch: perl
12572            ! Configure
12573 ____________________________________________________________________________
12574 [ 11998] By: sky                                   on 2001/09/11  07:52:06
12575         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
12576              From: Matt Sergeant <MSergeant@star.net.uk>
12577              Date: Tue, 11 Sep 2001 09:22:32 +0100
12578              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
12579      Branch: perl
12580            ! ext/Encode/Encode.pm
12581 ____________________________________________________________________________
12582 [ 11997] By: sky                                   on 2001/09/11  06:35:29
12583         Log: Sometimes dTHX is added because it is needed on non 
12584              gnuc platforms, but not needed there. This uses GCC
12585              to silence GCC specific warnings by marking pTHX as 
12586              unused.
12587      Branch: perl
12588            ! perl.h
12589 ____________________________________________________________________________
12590 [ 11996] By: nick                                  on 2001/09/11  06:25:27
12591         Log: Integrate mainline
12592      Branch: perlio
12593            - ext/POSIX/sigaction.t lib/File/Find/taint.t
12594           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
12595 ____________________________________________________________________________
12596 [ 11995] By: nick                                  on 2001/09/11  06:23:39
12597         Log: Part Integrate mainline
12598      Branch: perlio
12599           +> (branch 69 files)
12600            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
12601            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
12602            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
12603            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
12604            - lib/Switch/t/switch_case.t lib/Test/Harness.t
12605            - lib/Test/More/Changes lib/Test/More/t/More.t
12606            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12607            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12608            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
12609            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
12610            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
12611            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
12612            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
12613            - t/lib/Test/More/Catch.pm wince/perl.ico
12614           !> (integrate 197 files)
12615 ____________________________________________________________________________
12616 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
12617         Log: Subject: Re: [PATCH] Encode.pm docs fix
12618              From: Gisle Aas <gisle@ActiveState.com>
12619              Date: 10 Sep 2001 11:27:02 -0700
12620              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
12621      Branch: perl
12622            ! ext/Encode/Encode.pm
12623 ____________________________________________________________________________
12624 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
12625         Log: Fix unpack U to be the reverse of pack U
12626              (but implement unpack U0U as a backdoor to get
12627              the UTF-8 malformed warnings from un-UTF-8 data)
12628      Branch: perl
12629            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
12630 ____________________________________________________________________________
12631 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
12632         Log: Metaconfig unit change for #11991;
12633              delete an unused unit (d_strtoull.U is the one used)
12634      Branch: metaconfig
12635            ! U/protos/d_lseekproto.U
12636      Branch: metaconfig/U/perl
12637            - strtoull.U
12638 ____________________________________________________________________________
12639 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
12640         Log: Subject: [PATCH] Configure not recording lseek proto
12641              From: Blair Zajac <blair@orcaware.com>
12642              Date: Mon, 10 Sep 2001 17:52:37 -0700
12643              Message-ID: <3B9D6055.BA334A31@orcaware.com>
12644              
12645              plus regen Configure.
12646      Branch: perl
12647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12648            ! config_h.SH uconfig.h
12649 ____________________________________________________________________________
12650 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
12651         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?)))                  
12652              From: Nicholas Clark <nick@ccl4.org>
12653              Date: Tue, 11 Sep 2001 00:00:31 +0100
12654              Message-ID: <20010911000031.G1512@plum.flirble.org>
12655      Branch: perl
12656            + t/op/qq.t
12657            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
12658 ____________________________________________________________________________
12659 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
12660         Log: Subject: [PATCH] Building on win32 w/o perlio
12661              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12662              Date: Mon, 10 Sep 2001 23:38:46 +0200
12663              Message-ID: <3B9D4F06.14433.2C37644@localhost>
12664      Branch: perl
12665            ! perl.c win32/Makefile win32/makefile.mk
12666 ____________________________________________________________________________
12667 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
12668         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
12669              From: "chromatic" <chromatic@rmci.net>
12670              Date: Mon, 10 Sep 2001 15:14:01 -0600
12671              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
12672      Branch: perl
12673            + lib/CGI/t/push.t
12674            ! MANIFEST
12675 ____________________________________________________________________________
12676 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
12677         Log: Subject: avoiding hoardes of zombies
12678              From: Nicholas Clark <nick@ccl4.org>
12679              Date: Mon, 10 Sep 2001 22:00:40 +0100
12680              Message-ID: <20010910220040.C1512@plum.flirble.org>
12681      Branch: perl
12682            ! pod/perlipc.pod
12683 ____________________________________________________________________________
12684 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
12685         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
12686              From: John Peacock <jpeacock@rowman.com>
12687              Date: Mon, 10 Sep 2001 16:34:30 -0400
12688              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
12689      Branch: perl
12690            ! sv.c t/op/ver.t utf8.h
12691 ____________________________________________________________________________
12692 [ 11985] By: ams                                   on 2001/09/10  23:20:13
12693         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
12694      Branch: perl
12695            ! MANIFEST
12696 ____________________________________________________________________________
12697 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
12698         Log: (Retracted by #12001)
12699              Subject: Calc with USE_MUL/USE_DIV
12700              From: Tels <perl_dummy@bloodgate.com>
12701              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
12702              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
12703      Branch: perl
12704            ! lib/Math/BigInt/Calc.pm
12705 ____________________________________________________________________________
12706 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
12707         Log: Subject: [PATCH op.c] Re: perl@11978
12708              From: Robin Barker <rmb1@cise.npl.co.uk>
12709              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
12710              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
12711              
12712              Format errors.
12713      Branch: perl
12714            ! op.c
12715 ____________________________________________________________________________
12716 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
12717         Log: Switch PADOFFSET back to U32 both because of binary backward
12718              compatibility and because Arthur seems to have been fixing the
12719              problems with naughty integer-pointer casting.
12720      Branch: perl
12721            ! op.h
12722 ____________________________________________________________________________
12723 [ 11981] By: ams                                   on 2001/09/10  16:31:43
12724         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
12725              Fix Pod Typo, Add Test for ExtUtils::Command
12726              From: "chromatic" <chromatic@rmci.net>
12727              Date: Mon, 10 Sep 2001 11:20:56 -0600
12728              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
12729      Branch: perl
12730            + lib/ExtUtils/Command.t
12731            ! MANIFEST lib/ExtUtils/Command.pm
12732 ____________________________________________________________________________
12733 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
12734         Log: Subject: [PATCH] Encode.pm docs fix
12735              From: Matt Sergeant <MSergeant@star.net.uk>
12736              Date: Mon, 10 Sep 2001 15:24:01 +0100
12737              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
12738      Branch: perl
12739            ! ext/Encode/Encode.pm
12740 ____________________________________________________________________________
12741 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
12742         Log: Update Changes.
12743      Branch: perl
12744            ! Changes patchlevel.h
12745 ____________________________________________________________________________
12746 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
12747         Log: Revert #11973, the dTHX seems to be needed in there
12748              for threaded builds.
12749      Branch: perl
12750            ! perlio.c
12751 ____________________________________________________________________________
12752 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
12753         Log: Detypo.
12754      Branch: perl
12755            ! pod/perlguts.pod
12756 ____________________________________________________________________________
12757 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
12758         Log: Further Class::Struct patching from Damian.
12759              
12760              The new new semantics are:
12761              
12762              * If you pass an initializer for a nested object, it has to be:
12763              a) a reference to an object of that class, or      
12764              b) a reference to an object of a subclass of that class, or
12765              c) a reference to a hash of arguments to be passed to the
12766              class's constructor
12767              * If you pass no initializer for a nested object, the attribute
12768              is initialized to C<undef>
12769      Branch: perl
12770            ! lib/Class/Struct.pm
12771 ____________________________________________________________________________
12772 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
12773         Log: Skip the crypt test if no crypt.
12774      Branch: perl
12775            ! t/op/crypt.t
12776 ____________________________________________________________________________
12777 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
12778         Log: Warn against using bare v-strings as IP addresses
12779              (okay if using the wrappers from Socket)
12780      Branch: perl
12781            ! pod/perldata.pod pod/perlport.pod
12782 ____________________________________________________________________________
12783 [ 11973] By: sky                                   on 2001/09/10  11:57:58
12784         Log: Remove unused dTHX. Silenced another warning.
12785      Branch: perl
12786            ! perlio.c
12787 ____________________________________________________________________________
12788 [ 11972] By: sky                                   on 2001/09/10  11:54:25
12789         Log: Silence some more warnings INT2PTR.
12790      Branch: perl
12791            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
12792 ____________________________________________________________________________
12793 [ 11971] By: sky                                   on 2001/09/10  11:21:50
12794         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
12795      Branch: perl
12796            ! cop.h
12797 ____________________________________________________________________________
12798 [ 11970] By: sky                                   on 2001/09/10  11:17:25
12799         Log: Apply INT2PTR with force to silence warnings from
12800              PM_GETRE and friends. No more warnings with 64bit 
12801              IVs and 32bit pointers.    
12802      Branch: perl
12803            ! op.c op.h perl.c
12804 ____________________________________________________________________________
12805 [ 11969] By: sky                                   on 2001/09/10  10:13:02
12806         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
12807      Branch: perl
12808            ! pod/perlguts.pod
12809 ____________________________________________________________________________
12810 [ 11968] By: sky                                   on 2001/09/10  10:02:51
12811         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
12812              Rename to custop_op_name to Perl_custom_op_name to match perlapi
12813              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
12814              perl_clone.
12815      Branch: perl
12816            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
12817 ____________________________________________________________________________
12818 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
12819         Log: Using strlen() not good on embedded nul bytes.
12820      Branch: perl
12821            ! regcomp.c
12822 ____________________________________________________________________________
12823 [ 11966] By: ams                                   on 2001/09/09  21:06:13
12824         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
12825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12826              Date: Mon, 13 Aug 2001 22:51:59 +0200
12827              Message-ID: <20010813225159.C6681@rafael>
12828              (Applied with several tweaks.)
12829      Branch: perl
12830            ! embed.h embed.pl proto.h toke.c
12831 ____________________________________________________________________________
12832 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
12833         Log: The exact error message is system-dependent.
12834      Branch: perl
12835            ! lib/ExtUtils/Manifest.t
12836 ____________________________________________________________________________
12837 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
12838         Log: Add Windows and Mac Sami support to Encode
12839              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
12840      Branch: perl
12841            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
12842            ! MANIFEST
12843 ____________________________________________________________________________
12844 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
12845         Log: Use the tried method.
12846      Branch: perl
12847            ! pod/perlport.pod
12848 ____________________________________________________________________________
12849 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
12850         Log: Can't count parentheses.
12851      Branch: perl
12852            ! ext/IO/lib/IO/Socket/INET.pm
12853 ____________________________________________________________________________
12854 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
12855         Log: perlport additions: 1 while unlink, add/delete directory
12856              entries and permissions, cygwin stat funkiness (from Michael
12857              Schwern and Nicholas Clark)
12858      Branch: perl
12859            ! pod/perlport.pod
12860 ____________________________________________________________________________
12861 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
12862         Log: blib does have a detectable test.
12863      Branch: perl
12864            ! t/lib/1_compile.t
12865 ____________________________________________________________________________
12866 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
12867         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
12868              From: "chromatic" <chromatic@rmci.net>
12869              Date: Sat, 08 Sep 2001 19:33:42 -0600
12870              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
12871      Branch: perl
12872            + lib/Term/Complete.t
12873            ! MANIFEST
12874 ____________________________________________________________________________
12875 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
12876         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
12877              From: Michael G Schwern <schwern@pobox.com> 
12878              Date: Sat, 8 Sep 2001 02:40:26 -0400
12879              Message-ID: <20010908024026.A26283@blackrider>
12880      Branch: perl
12881            + lib/Test/Tutorial.pod
12882            ! MANIFEST
12883 ____________________________________________________________________________
12884 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
12885         Log: Try to look up protocol (by name) only iff it has non-numbers:
12886              nice if the server is in a chrooted environment (no /etc/protocols,
12887              server code using hardcorded protocol numbers like 6 for tcp),
12888              suggested by John Holdsworth <coldwave@bigfoot.com>.
12889              In other words, if we are given a number, why look it up again
12890              (by number)?
12891      Branch: perl
12892            ! ext/IO/lib/IO/Socket/INET.pm
12893 ____________________________________________________________________________
12894 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
12895         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
12896              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12897              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
12898              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
12899              
12900              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
12901              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12902              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
12903              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
12904              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
12905              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12906              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
12907              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
12908      Branch: perl
12909            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
12910 ____________________________________________________________________________
12911 [ 11955] By: ams                                   on 2001/09/09  02:54:21
12912         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
12913              From: "Craig A. Berry" <craigberry@mac.com>
12914              Date: Sat, 08 Sep 2001 19:02:16 -0500
12915              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
12916      Branch: perl
12917            ! lib/CGI/t/carp.t
12918 ____________________________________________________________________________
12919 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
12920         Log: Documentation tweaks; think the IP address as an opaque string.
12921      Branch: perl
12922            ! ext/Socket/Socket.pm
12923 ____________________________________________________________________________
12924 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
12925         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
12926              From: Michael G Schwern <schwern@pobox.com>
12927              Date: Sat, 8 Sep 2001 19:45:46 -0400
12928              Message-ID: <20010908194546.C9193@blackrider>
12929      Branch: perl
12930            + lib/blib.t
12931            ! MANIFEST lib/blib.pm t/lib/1_compile.t
12932 ____________________________________________________________________________
12933 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
12934         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
12935              From: "chromatic" <chromatic@rmci.net>
12936              Date: Sat, 08 Sep 2001 12:31:44 -0600
12937              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
12938      Branch: perl
12939            + lib/CGI/t/fast.t
12940            ! MANIFEST
12941 ____________________________________________________________________________
12942 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
12943         Log: The Socket tests were wrong: they were assuming too much.
12944      Branch: perl
12945            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
12946 ____________________________________________________________________________
12947 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
12948         Log: Retract the portability changes since they
12949              seem to have opened a can of worms... will
12950              go back to UNICOS/mk and do the bare minimum
12951              required to get the tests working.
12952      Branch: perl
12953            ! ext/Socket/Socket.xs
12954 ____________________________________________________________________________
12955 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
12956         Log: PADOFFSET is used to cast pointers into integers,
12957              if pointers are 64 bits and U32 32 bits,
12958              bad things may happen, or at least warnings issued.
12959      Branch: perl
12960            ! op.h
12961 ____________________________________________________________________________
12962 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
12963         Log: Still more Socket portability tweaking.
12964              Now Socket.t seems to be happy in all of
12965              Linux/x86, Tru64/alpha, Solaris/sparc,
12966              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
12967              
12968              Addendum: it seems that io_multihomed, io_sock, and hostent
12969              were broken in little-endians (linux/x86 and tru64/alpha)
12970              because of this change.  Argh.
12971      Branch: perl
12972            ! ext/Socket/Socket.xs
12973 ____________________________________________________________________________
12974 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
12975         Log: More portability kicking on inet_ntoa().
12976      Branch: perl
12977            ! ext/Socket/Socket.xs
12978 ____________________________________________________________________________
12979 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
12980         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
12981              From: Michael G Schwern <schwern@pobox.com> 
12982              Date: Fri, 7 Sep 2001 23:06:51 -0400
12983              Message-ID: <20010907230651.R606@blackrider>
12984      Branch: perl
12985            + lib/ExtUtils/Manifest.t
12986            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
12987 ____________________________________________________________________________
12988 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
12989         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
12990              From: "chromatic" <chromatic@rmci.net>
12991              Date: Fri, 07 Sep 2001 17:53:15 -0600      
12992              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
12993      Branch: perl
12994            + lib/ExtUtils/testlib.t
12995            ! MANIFEST
12996 ____________________________________________________________________________
12997 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
12998         Log: Thinko.
12999      Branch: perl
13000            ! lib/integer.t
13001 ____________________________________________________________________________
13002 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
13003         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
13004              From: "Craig A. Berry" <craigberry@mac.com>
13005              Date: Fri, 07 Sep 2001 15:30:03 -0500
13006              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
13007      Branch: perl
13008            ! lib/CGI/Carp.pm
13009 ____________________________________________________________________________
13010 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
13011         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
13012              From: Michael G Schwern <schwern@pobox.com>
13013              Date: Fri, 7 Sep 2001 15:38:13 -0400
13014              Message-ID: <20010907153813.K606@blackrider>
13015      Branch: perl
13016            ! lib/ExtUtils/MM_Unix.pm
13017 ____________________________________________________________________________
13018 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
13019         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
13020              From: Robin Barker <rmb1@cise.npl.co.uk>
13021              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
13022              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
13023      Branch: perl
13024            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
13025 ____________________________________________________________________________
13026 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
13027         Log: Clean up 1_compile.t; move tests to more consistent
13028              places (t/ subdirectories); add integer.t (much of
13029              the pragma is tested elsewhere but there is no one
13030              centralized place)
13031      Branch: perl
13032            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
13033            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
13034            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
13035            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
13036            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
13037            - lib/File/Find/find.t lib/File/Find/taint.t
13038            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
13039 ____________________________________________________________________________
13040 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
13041         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
13042              From: "chromatic" <chromatic@rmci.net>
13043              Date: Fri, 07 Sep 2001 10:17:40 -0600
13044              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
13045      Branch: perl
13046            ! lib/File/Find/taint.t
13047 ____________________________________________________________________________
13048 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
13049         Log: Update Changes.
13050      Branch: perl
13051            ! Changes patchlevel.h
13052 ____________________________________________________________________________
13053 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
13054         Log: Rename the old threading tutorial, start a new one,
13055              regen toc.
13056      Branch: perl
13057            + pod/perlothrtut.pod
13058            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
13059            ! pod/perltoc.pod
13060 ____________________________________________________________________________
13061 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
13062         Log: vars very much has a test.
13063      Branch: perl
13064            ! t/lib/1_compile.t
13065 ____________________________________________________________________________
13066 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
13067         Log: Subject: Re: wince/perl.ico marked as binary
13068              From: Nicholas Clark <nick@ccl4.org>
13069              Date: Fri, 7 Sep 2001 13:54:40 +0100
13070              Message-ID: <20010907135439.D39150@plum.flirble.org>
13071              
13072              and wince/Makefile.ce change from Rainer Keuchel.
13073      Branch: perl
13074            + wince/makeico.pl
13075            ! MANIFEST wince/Makefile.ce
13076 ____________________________________________________________________________
13077 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
13078         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
13079              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13080              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
13081              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
13082      Branch: perl
13083            ! regexec.c
13084 ____________________________________________________________________________
13085 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
13086         Log: (Replaced by #11934)
13087              Subject: Re: [PATCH regexec.c] more general .* and .*?
13088              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13089              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
13090              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
13091      Branch: perl
13092            ! regexec.c
13093 ____________________________________________________________________________
13094 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
13095         Log: The #11931 patching misbehaved.
13096      Branch: perl
13097            ! lib/Test/Harness/t/test-harness.t
13098 ____________________________________________________________________________
13099 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
13100         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
13101              From: Michael G Schwern <schwern@pobox.com>
13102              Date: Fri, 7 Sep 2001 03:30:41 -0400
13103              Message-ID: <20010907033041.A2796@blackrider>
13104      Branch: perl
13105            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
13106            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
13107            + t/lib/sample-tests/header_at_end_fail
13108            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
13109            - lib/Test/Harness.t
13110            ! MANIFEST lib/Test/Harness.pm t/TEST
13111 ____________________________________________________________________________
13112 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
13113         Log: Subject: [PATCH] Digest::MD5 update
13114              From: Gisle Aas <gisle@ActiveState.com>
13115              Date: 06 Sep 2001 23:32:56 -0700
13116              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
13117      Branch: perl
13118            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13119            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13120 ____________________________________________________________________________
13121 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
13122         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
13123              From: "chromatic" <chromatic@rmci.net>
13124              Date: Thu, 06 Sep 2001 23:11:44 -0600
13125              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
13126      Branch: perl
13127            + lib/less.t
13128            ! MANIFEST t/lib/1_compile.t
13129 ____________________________________________________________________________
13130 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
13131         Log: The binary file must somehow differently stored.
13132      Branch: perl
13133            - wince/perl.ico
13134            ! MANIFEST
13135 ____________________________________________________________________________
13136 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
13137         Log: Add more modules to the list of modules that have tests,
13138              Schwern's wallet is getting more nervous.
13139              (Run t/lib/1_compile.t manually to see which modules
13140              are lacking tests, or the tests can't be run for some
13141              reason or another, such as the Net:: modules)
13142      Branch: perl
13143            ! t/lib/1_compile.t
13144 ____________________________________________________________________________
13145 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
13146         Log: Try to make Socket::inet_ntoa() more robust.
13147      Branch: perl
13148            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
13149 ____________________________________________________________________________
13150 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
13151         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
13152              From: chromatic <chromatic@rmci.net>       
13153              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
13154              Message-Id: <01090522580506.19590@firewheel>           
13155      Branch: perl
13156            ! lib/English.t
13157 ____________________________________________________________________________
13158 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
13159         Log: Subject: Re: perlvar manpage and localizing special vars
13160              From: Stas Bekman <stas@stason.org>
13161              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
13162              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
13163      Branch: perl
13164            ! pod/perlvar.pod
13165 ____________________________________________________________________________
13166 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
13167         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
13168              From: Robin Barker <rmb1@cise.npl.co.uk>
13169              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
13170              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
13171      Branch: perl
13172            ! lib/ExtUtils/MakeMaker.pm
13173 ____________________________________________________________________________
13174 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
13175         Log: Symbol missing; AIX unhappy.
13176      Branch: perl
13177            ! makedef.pl
13178 ____________________________________________________________________________
13179 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
13180         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
13181              Reported in 5.61, seems to work okay in blead.
13182      Branch: perl
13183            ! t/run/kill_perl.t
13184 ____________________________________________________________________________
13185 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
13186         Log: Update Changes.
13187      Branch: perl
13188            ! Changes patchlevel.h
13189 ____________________________________________________________________________
13190 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
13191         Log: Document the bad assumptions currently breaking
13192              the Socket.t tests 10, 11, and 13 in UNICOS.
13193      Branch: perl
13194            ! ext/Socket/Socket.xs
13195 ____________________________________________________________________________
13196 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
13197         Log: Subject: [PATCH x2p] make OPTIMIZE=...
13198              From: Robin Barker <rmb1@cise.npl.co.uk>
13199              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
13200              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
13201      Branch: perl
13202            ! x2p/Makefile.SH x2p/cflags.SH
13203 ____________________________________________________________________________
13204 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
13205         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
13206              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13207              Date: Thu, 6 Sep 2001 11:09:40 +0100
13208              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
13209              
13210              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
13211              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13212              Date: 6 Sep 2001 10:14:38 -0000
13213              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
13214      Branch: perl
13215            ! pod/perlfaq1.pod pod/perlhack.pod
13216 ____________________________________________________________________________
13217 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
13218         Log: Subject: Extra NUL is Data::Dumper output - patch
13219              From: Tony Cook <tony@develop-help.com>
13220              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
13221              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
13222      Branch: perl
13223            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13224 ____________________________________________________________________________
13225 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
13226         Log: Avoid redefinition warning
13227              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
13228              from
13229              perl -w -Ilib -MCwd -e ''
13230      Branch: perl
13231            ! lib/Cwd.pm
13232 ____________________________________________________________________________
13233 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
13234         Log: Update the is_tainted() example implementation.
13235      Branch: perl
13236            ! pod/perlsec.pod
13237 ____________________________________________________________________________
13238 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
13239         Log: Missing) in #11912.
13240      Branch: perl
13241            ! lib/Test/Simple/t/fail.t
13242 ____________________________________________________________________________
13243 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
13244         Log: Rewhack Test-Simple into core harness.
13245      Branch: perl
13246            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13247            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13248            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13249            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13250            ! lib/Test/Simple/t/skipall.t
13251 ____________________________________________________________________________
13252 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
13253         Log: Workaround for the new Exporter 'feature'.
13254      Branch: perl
13255            ! lib/Test/More.pm
13256 ____________________________________________________________________________
13257 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
13258         Log: Re-introduce pure-Perl fall-back for abs_path,
13259              re-introduce #11898.
13260      Branch: perl
13261            ! lib/Cwd.pm lib/File/Find.pm
13262 ____________________________________________________________________________
13263 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
13264         Log: More tests.
13265      Branch: perl
13266            ! lib/Exporter.t
13267 ____________________________________________________________________________
13268 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
13269         Log: Retract #11898 for now because it introduces
13270              a rather nasty depencency: when B is being built,
13271              MakeMaker is used.  MakeMaker uses File::Find.
13272              File::Find uses Cwd::getcwd()...which doesn't
13273              exist yet.
13274      Branch: perl
13275            ! lib/File/Find.pm
13276 ____________________________________________________________________________
13277 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
13278         Log: New test welcome.
13279      Branch: perl
13280            + lib/Test/Simple/t/simple.t
13281 ____________________________________________________________________________
13282 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
13283         Log: Old test begone.
13284      Branch: perl
13285            - lib/Attribute/Handlers/test.pl
13286 ____________________________________________________________________________
13287 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
13288         Log: Test-Simple syncup from Schwern.
13289      Branch: perl
13290            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
13291            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
13292            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
13293            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
13294            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13295            - lib/Test/More/Changes lib/Test/More/t/More.t
13296            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13297            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13298            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
13299            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13300            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
13301            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
13302            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
13303            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
13304            ! t/lib/Test/Simple/sample_tests/death.plx
13305            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
13306            ! t/lib/Test/Simple/sample_tests/extras.plx
13307            ! t/lib/Test/Simple/sample_tests/five_fail.plx
13308            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
13309            ! t/lib/Test/Simple/sample_tests/one_fail.plx
13310            ! t/lib/Test/Simple/sample_tests/require.plx
13311            ! t/lib/Test/Simple/sample_tests/success.plx
13312            ! t/lib/Test/Simple/sample_tests/too_few.plx
13313            ! t/lib/Test/Simple/sample_tests/two_fail.plx
13314 ____________________________________________________________________________
13315 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
13316         Log: Integrate File::Find changes from bleadperl
13317      Branch: maint-5.6/macperl
13318            ! lib/File/Find.pm t/lib/filefind-taint.t
13319 ____________________________________________________________________________
13320 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
13321         Log: Integrate 11847 from maint-5.6/perl
13322      Branch: maint-5.6/macperl
13323           !> sv.c
13324 ____________________________________________________________________________
13325 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
13326         Log: In UNICOS division yada yada.
13327      Branch: perl
13328            ! t/op/override.t
13329 ____________________________________________________________________________
13330 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
13331         Log: In UNICOS division is really lossy, better use
13332              a tolerance test.
13333      Branch: perl
13334            ! ext/Time/HiRes/HiRes.t
13335 ____________________________________________________________________________
13336 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
13337         Log: In UNICOS sigaction() sets an extra flag
13338              ("the signal has been registered for all the processes in
13339              a multitasking group.")
13340      Branch: perl
13341            ! ext/POSIX/sigaction.t
13342 ____________________________________________________________________________
13343 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
13344         Log: Documentation micropatch from Damian.
13345      Branch: perl
13346            ! lib/Attribute/Handlers.pm
13347 ____________________________________________________________________________
13348 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
13349         Log: (Retracted by #11908)
13350              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
13351              From: Michael G Schwern <schwern@pobox.com>
13352              Date: Wed, 5 Sep 2001 15:58:21 -0400
13353              Message-ID: <20010905155821.I632@blackrider>
13354      Branch: perl
13355            ! lib/File/Find.pm lib/File/Find/taint.t
13356 ____________________________________________________________________________
13357 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
13358         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
13359              From: Michael G Schwern <schwern@pobox.com>
13360              Date: Wed, 5 Sep 2001 19:16:31 -0400
13361              Message-ID: <20010905191631.E11386@blackrider>
13362      Branch: perl
13363            + lib/CGI/t/carp.t
13364            ! MANIFEST
13365 ____________________________________________________________________________
13366 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
13367         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
13368              From: chromatic <chromatic@rmci.net>
13369              Date: Wed, 5 Sep 2001 18:08:07 -0600
13370              Message-Id: <01090518080700.19590@firewheel>
13371      Branch: perl
13372            ! lib/English.pm
13373 ____________________________________________________________________________
13374 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
13375         Log: Fix a typo #11889 and add a test for the same.
13376      Branch: perl
13377            ! ext/Socket/Socket.t ext/Socket/Socket.xs
13378 ____________________________________________________________________________
13379 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
13380         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
13381              From: "Craig A. Berry" <craigberry@mac.com>
13382              Date: Wed, 05 Sep 2001 17:48:54 -0500
13383              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
13384      Branch: perl
13385            ! lib/warnings.t t/run/kill_perl.t
13386 ____________________________________________________________________________
13387 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
13388         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
13389              From: Michael G Schwern <schwern@pobox.com>
13390              Date: Wed, 5 Sep 2001 17:22:25 -0400
13391              Message-ID: <20010905172225.C11386@blackrider>
13392      Branch: perl
13393            ! t/run/kill_perl.t
13394 ____________________________________________________________________________
13395 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
13396         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
13397              From: Nicholas Clark <nick@ccl4.org>
13398              Date: Wed, 5 Sep 2001 20:54:24 +0100
13399              Message-ID: <20010905205424.C25120@plum.flirble.org>
13400      Branch: perl
13401            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
13402 ____________________________________________________________________________
13403 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
13404         Log: Forgotten thing.
13405      Branch: perl
13406            ! uconfig.h
13407 ____________________________________________________________________________
13408 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
13409         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
13410              From: chromatic <chromatic@rmci.net>               
13411              Date: Wed, 5 Sep 2001 13:22:08 -0600
13412              Message-Id: <01090513220807.10587@firewheel> 
13413      Branch: perl
13414            ! lib/English.pm
13415 ____________________________________________________________________________
13416 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
13417         Log: inet_ntoa() tweaks:
13418              - don't allow addresses with > 255 characters
13419              - indent the HP-UX workaround
13420              - don't leak memory
13421      Branch: perl
13422            ! ext/Socket/Socket.xs
13423 ____________________________________________________________________________
13424 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
13425         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
13426              <xwu@theeducationcenter.com>
13427      Branch: perl
13428            ! lib/File/Find.pm
13429 ____________________________________________________________________________
13430 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
13431         Log: Typo nits.
13432      Branch: perl
13433            ! lib/File/Find.pm
13434 ____________________________________________________________________________
13435 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
13436         Log: -Wall nit.
13437      Branch: perl
13438            ! op.c
13439 ____________________________________________________________________________
13440 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
13441         Log: Update to Scalar-List-Utils 1.05
13442      Branch: perl
13443            ! ext/List/Util/ChangeLog ext/List/Util/README
13444            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
13445 ____________________________________________________________________________
13446 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
13447         Log: Update Changes.
13448      Branch: perl
13449            ! Changes patchlevel.h
13450 ____________________________________________________________________________
13451 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
13452         Log: Update to Scalar-List-Utils 1.04
13453      Branch: perl
13454            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
13455            ! ext/List/Util/lib/List/Util.pm
13456            ! ext/List/Util/lib/Scalar/Util.pm
13457 ____________________________________________________________________________
13458 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
13459         Log: Metaconfigify #11724.
13460      Branch: metaconfig
13461            ! U/threads/archname.U
13462 ____________________________________________________________________________
13463 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
13464         Log: The MacOS reference is okay, no reason to hide it.
13465      Branch: perl
13466            ! lib/Cwd.pm
13467 ____________________________________________________________________________
13468 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
13469         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
13470              From: Michael G Schwern <schwern@pobox.com>
13471              Date: Tue, 4 Sep 2001 15:30:10 -0400
13472              Message-ID: <20010904153010.H26466@blackrider> 
13473              
13474              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
13475      Branch: perl
13476            ! ext/Cwd/Makefile.PL lib/Cwd.pm
13477 ____________________________________________________________________________
13478 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
13479         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.))
13480              From: Michael G Schwern <schwern@pobox.com>
13481              Date: Tue, 4 Sep 2001 17:39:13 -0400
13482              Message-ID: <20010904173913.C626@blackrider>
13483      Branch: perl
13484            ! lib/Cwd.pm
13485 ____________________________________________________________________________
13486 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
13487         Log: Subject: Re: Perl_pp_* in public API?
13488              From: "Craig A. Berry" <craigberry@mac.com>
13489              Date: Tue, 4 Sep 2001 21:51:29 -0500
13490              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
13491      Branch: perl
13492            ! ext/List/Util/Util.xs
13493 ____________________________________________________________________________
13494 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
13495         Log: From Damian: Class::Struct was unable to define
13496              recursive classes.  After the patch an object reference
13497              (rather than a hash) is required to initialize
13498              an object attribute.  If no such initializer is given to
13499              the constructor, object attributes are now default
13500              initialized to C<undef>.
13501      Branch: perl
13502            ! lib/Class/Struct.pm lib/Class/Struct.t
13503 ____________________________________________________________________________
13504 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
13505         Log: Subject: Re: sv_catpvfn and sv_setpvfn
13506              From: Richard Soderberg <rs@oregonnet.com>
13507              Date: Tue, 4 Sep 2001 15:16:47 -0700
13508              Message-Id: <200109042216.PAA17858@oregonnet.com>
13509      Branch: perl
13510            ! pod/perlclib.pod pod/perlguts.pod
13511 ____________________________________________________________________________
13512 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
13513         Log: NetWare updates from Ananth Kesari.
13514      Branch: perl
13515            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
13516            ! NetWare/nw5thread.h
13517 ____________________________________________________________________________
13518 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
13519         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?))
13520              From: Nicholas Clark <nick@ccl4.org>
13521              Date: Tue, 4 Sep 2001 22:42:50 +0100
13522              Message-ID: <20010904224250.P25120@plum.flirble.org>
13523      Branch: perl
13524            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
13525            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
13526            ! t/op/oct.t toke.c
13527 ____________________________________________________________________________
13528 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
13529         Log: Fix Cwd::getcwd() not being tainted, as noticed
13530              by Schwern.
13531      Branch: perl
13532            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
13533            - ext/Cwd/Cwd.t
13534            ! MANIFEST ext/Cwd/Cwd.xs util.c
13535 ____________________________________________________________________________
13536 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
13537         Log: Retract #11870 and volatilize the right destruct_level.
13538              Silly thinko pointed out by Sarathy.
13539      Branch: perl
13540            ! intrpvar.h perl.c
13541 ____________________________________________________________________________
13542 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
13543         Log: At least a temporary fix for the mysterious scope core dumps
13544              in Tru64 from Graham.
13545      Branch: perl
13546            ! ext/List/Util/Util.xs
13547 ____________________________________________________________________________
13548 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
13549         Log: (Retracted by #11872)
13550      Branch: perl
13551            ! intrpvar.h
13552 ____________________________________________________________________________
13553 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
13554         Log: Quench a -Wall gripe noticed by Robin Barker.
13555      Branch: perl
13556            ! op.c
13557 ____________________________________________________________________________
13558 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
13559         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
13560              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13561              Date: Wed, 05 Sep 2001 02:01:32 +0900
13562              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
13563      Branch: perl
13564            ! lib/Unicode/UCD.pm
13565 ____________________________________________________________________________
13566 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
13567         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
13568              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13569              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
13570              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
13571      Branch: perl
13572            ! gv.c
13573 ____________________________________________________________________________
13574 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
13575         Log: Update Changes.
13576      Branch: perl
13577            ! Changes patchlevel.h
13578 ____________________________________________________________________________
13579 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
13580         Log: Add the \[$@%&*] prototype support.
13581      Branch: perl
13582            ! op.c pod/perlsub.pod t/comp/proto.t
13583 ____________________________________________________________________________
13584 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
13585         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
13586              From: Michael G Schwern <schwern@pobox.com>
13587              Date: Mon, 3 Sep 2001 18:59:01 -0400
13588              Message-ID: <20010903185901.Z9233@blackrider>
13589      Branch: perl
13590            ! lib/CGI/t/form.t
13591 ____________________________________________________________________________
13592 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
13593         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
13594              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13595              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
13596              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
13597      Branch: perl
13598            ! gv.c
13599 ____________________________________________________________________________
13600 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
13601         Log: More srand entry tweakage based on Randal's suggestion.
13602      Branch: perl
13603            ! pod/perlfunc.pod
13604 ____________________________________________________________________________
13605 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
13606         Log: Subject: [PATCH] 'main' *is* a reserved word
13607              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13608              Date: Mon, 3 Sep 2001 22:55:41 +0200
13609              Message-ID: <20010903225541.A24097@rafael>
13610      Branch: perl
13611            ! toke.c
13612 ____________________________________________________________________________
13613 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
13614         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
13615              From: Peter Prymmer <pvhp@best.com>
13616              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
13617              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
13618      Branch: perl
13619            ! README.vms configure.com
13620 ____________________________________________________________________________
13621 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
13622         Log: Subject: Re: A slightly better default seed?   
13623              From: Michael G Schwern <schwern@pobox.com>
13624              Date: Mon, 3 Sep 2001 18:08:15 -0400 
13625              Message-ID: <20010903180815.W9233@blackrider>
13626      Branch: perl
13627            ! t/op/srand.t
13628 ____________________________________________________________________________
13629 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
13630         Log: Add sharedsv.o to microperl object files.
13631      Branch: perl
13632            ! Makefile.micro
13633 ____________________________________________________________________________
13634 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
13635         Log: AUTHORS updates and
13636              
13637              Subject: [PATCH] Just some preening :-)        
13638              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13639              Date: Tue, 4 Sep 2001 14:16:59 +0100
13640              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
13641      Branch: perl
13642            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
13643 ____________________________________________________________________________
13644 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
13645         Log: Typo fix and slight rewording.
13646      Branch: perl
13647            ! pod/perlfunc.pod
13648 ____________________________________________________________________________
13649 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
13650         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
13651      Branch: perl
13652            ! pod/perlfaq4.pod
13653 ____________________________________________________________________________
13654 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
13655         Log: The helper file changed name.
13656      Branch: perl
13657            ! MANIFEST
13658 ____________________________________________________________________________
13659 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
13660         Log: Update to Scalar-List-Utils 1.03
13661      Branch: perl
13662            + ext/List/Util/t/shuffle.t
13663            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
13664            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
13665            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
13666            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
13667            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
13668            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
13669            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
13670            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
13671 ____________________________________________________________________________
13672 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
13673         Log: Make crypt() do something more sane for Unicode
13674              (take crypt() of the low eight bits of the characters,
13675              instead of taking crypt() of the UTF-8 of the scalar);
13676              add a test for crypt().
13677      Branch: perl
13678            + t/op/crypt.t
13679            ! MANIFEST pod/perlfunc.pod pp.c
13680 ____________________________________________________________________________
13681 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
13682         Log: Reorganize the srand entry.
13683      Branch: perl
13684            ! pod/perlfunc.pod
13685 ____________________________________________________________________________
13686 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
13687         Log: Remove the tests that assume something about
13688              calling srand() without arguments multiple times.
13689      Branch: perl
13690            ! t/op/srand.t
13691 ____________________________________________________________________________
13692 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
13693         Log: Upgrade to Math::BigInt 1.42.
13694      Branch: perl
13695            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13696            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13697            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13698            ! lib/Math/BigInt/t/mbimbf.t
13699 ____________________________________________________________________________
13700 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
13701         Log: integrate change#11847 from maint-5.6
13702              
13703              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
13704      Branch: perl
13705            ! sv.c
13706 ____________________________________________________________________________
13707 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
13708         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
13709      Branch: maint-5.6/perl
13710            ! sv.c
13711 ____________________________________________________________________________
13712 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
13713         Log: As far as I can tell these functions have been Unicodified.
13714      Branch: perl
13715            ! doop.c
13716 ____________________________________________________________________________
13717 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
13718         Log: Update to Storable 1.0.13.
13719      Branch: perl
13720            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13721            ! ext/Storable/Storable.xs
13722 ____________________________________________________________________________
13723 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
13724         Log: Patch the Filter::Simple test to work with
13725              the core test suite (since the FilterTest.pm
13726              is in t/lib, not in lib).
13727      Branch: perl
13728            ! lib/Filter/Simple/t/filter.t
13729 ____________________________________________________________________________
13730 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
13731         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
13732      Branch: perl
13733            + t/lib/FilterTest.pm
13734            - t/lib/MyFilter.pm
13735 ____________________________________________________________________________
13736 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
13737         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
13738              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
13739              Text::Balanced 1.86.
13740      Branch: perl
13741            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
13742            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
13743            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
13744            + lib/Switch/t/nested.t lib/Switch/t/switch.t
13745            + lib/Text/Balanced/Changes lib/Text/Balanced/README
13746            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
13747            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
13748            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
13749            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
13750            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
13751            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
13752            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
13753            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
13754            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
13755            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
13756            ! MANIFEST lib/Attribute/Handlers.pm
13757            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13758            ! lib/Attribute/Handlers/demo/Demo.pm
13759            ! lib/Attribute/Handlers/demo/Descriptions.pm
13760            ! lib/Attribute/Handlers/demo/MyClass.pm
13761            ! lib/Attribute/Handlers/demo/demo.pl
13762            ! lib/Attribute/Handlers/demo/demo2.pl
13763            ! lib/Attribute/Handlers/demo/demo3.pl
13764            ! lib/Attribute/Handlers/demo/demo4.pl
13765            ! lib/Attribute/Handlers/demo/demo_call.pl
13766            ! lib/Attribute/Handlers/demo/demo_chain.pl
13767            ! lib/Attribute/Handlers/demo/demo_cycle.pl
13768            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
13769            ! lib/Attribute/Handlers/demo/demo_phases.pl
13770            ! lib/Attribute/Handlers/demo/demo_range.pl
13771            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
13772            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
13773            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
13774            ! lib/Text/Balanced.pm
13775 ____________________________________________________________________________
13776 [ 11841] By: sky                                   on 2001/09/03  11:04:15
13777         Log: Forgot to add a file with Change #11840
13778      Branch: perl
13779            + t/op/srand.t
13780 ____________________________________________________________________________
13781 [ 11840] By: sky                                   on 2001/09/03  11:02:04
13782         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
13783              From: Michael G Schwern <schwern@pobox.com>
13784              Date: Mon, 3 Sep 2001 07:43:00 -0400
13785              Message-ID: <20010903074300.E9233@blackrider>
13786      Branch: perl
13787            ! MANIFEST pod/perlfunc.pod t/op/rand.t
13788 ____________________________________________________________________________
13789 [ 11839] By: sky                                   on 2001/09/03  10:47:11
13790         Log: Document the changes with regards to running of END blocks.
13791              And DESTROY on global objects are called in perl_destruct()!
13792      Branch: perl
13793            ! pod/perl572delta.pod pod/perlembed.pod
13794 ____________________________________________________________________________
13795 [ 11838] By: sky                                   on 2001/09/03  09:34:44
13796         Log: Subject: [PATCH t/op/time.t] Partial cleanup
13797              From: Michael G Schwern <schwern@pobox.com>
13798              Date: Mon, 3 Sep 2001 06:29:42 -0400
13799              Message-ID: <20010903062942.C9233@blackrider>
13800      Branch: perl
13801            ! t/op/time.t
13802 ____________________________________________________________________________
13803 [ 11837] By: sky                                   on 2001/09/03  09:30:02
13804         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
13805              From: Michael G Schwern <schwern@pobox.com>
13806              Date: Mon, 3 Sep 2001 06:24:13 -0400
13807              Message-ID: <20010903062413.B9233@blackrider>
13808      Branch: perl
13809            ! t/op/rand.t
13810 ____________________________________________________________________________
13811 [ 11836] By: sky                                   on 2001/09/03  07:56:47
13812         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
13813              From: Michael G Schwern <schwern@pobox.com>
13814              Date: Sun, 2 Sep 2001 21:38:43 -0400
13815              Message-ID: <20010902213843.L2711@blackrider>
13816      Branch: perl
13817            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
13818            ! MANIFEST
13819 ____________________________________________________________________________
13820 [ 11835] By: nick                                  on 2001/09/03  06:20:06
13821         Log: Integrate mainline
13822      Branch: perlio
13823           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
13824            - t/op/misc.t
13825           !> (integrate 187 files)
13826 ____________________________________________________________________________
13827 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
13828         Log: Update Changes.
13829      Branch: perl
13830            ! Changes patchlevel.h
13831 ____________________________________________________________________________
13832 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
13833         Log: Slight tweaks.
13834      Branch: perl
13835            ! t/run/kill_perl.t
13836 ____________________________________________________________________________
13837 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
13838         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
13839      Branch: perl
13840            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13841 ____________________________________________________________________________
13842 [ 11831] By: sky                                   on 2001/09/02  12:10:42
13843         Log: Change #11828 wasn't complete, this updates to intest path
13844      Branch: perl
13845            ! t/run/kill_perl.t
13846 ____________________________________________________________________________
13847 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
13848         Log: 's's's.
13849      Branch: perl
13850            ! Changes
13851 ____________________________________________________________________________
13852 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
13853         Log: Update Changes.
13854      Branch: perl
13855            ! Changes patchlevel.h
13856 ____________________________________________________________________________
13857 [ 11828] By: sky                                   on 2001/09/02  11:53:56
13858         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
13859              From: Michael G Schwern <schwern@pobox.com>
13860              Date: Sat, 1 Sep 2001 20:18:58 -0400
13861              Message-ID: <20010901201858.X606@blackrider>
13862              +MANIFEST Fix
13863      Branch: perl
13864            + t/run/kill_perl.t
13865            - t/op/misc.t t/run/segfault.t
13866            ! MANIFEST
13867 ____________________________________________________________________________
13868 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
13869         Log: Subject: [PATCH] lib/Time/Local.pm
13870              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13871              Date: Sun, 2 Sep 2001 06:50:01 -0500
13872              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
13873      Branch: perl
13874            ! lib/Time/Local.pm
13875 ____________________________________________________________________________
13876 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
13877         Log: Tick off Unicode collation and the normalization from
13878              the todo list.
13879      Branch: perl
13880            ! pod/perltodo.pod
13881 ____________________________________________________________________________
13882 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
13883         Log: Update to Unicode 3.1.1.
13884      Branch: perl
13885            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
13886            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
13887            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
13888            ! lib/unicore/PropList.txt lib/unicore/README.perl
13889            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
13890            ! lib/unicore/rename lib/unicore/version
13891 ____________________________________________________________________________
13892 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
13893         Log: Slight doc tweaks for the module.
13894      Branch: perl
13895            ! lib/Unicode/UCD.pm
13896 ____________________________________________________________________________
13897 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
13898         Log: Rename the variable: it *used* to be (wrongly) that the
13899              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
13900              but that is no more the case: PL_reg_match_utf8 is better.
13901      Branch: perl
13902            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
13903            ! regexec.c sv.c thrdvar.h
13904 ____________________________________________________________________________
13905 [ 11822] By: ams                                   on 2001/09/02  02:54:50
13906         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
13907              From: Ilmari Karonen <iltzu@sci.fi>
13908              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
13909              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
13910              (op/sub_lval.t updated to take new error message into account.)
13911      Branch: perl
13912            ! op.c t/op/sub_lval.t
13913 ____________________________________________________________________________
13914 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
13915         Log: remove stray CRs in files; keep all files with UNIX line-ends
13916              (Porting/makerel adds CRs to the files that need it in the
13917              distribution)
13918      Branch: perl
13919            ! NetWare/t/NWScripts.pl README.dos
13920            ! ext/Encode/Encode/cns11643-1.enc
13921            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
13922            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13923 ____________________________________________________________________________
13924 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
13925         Log: some remnants of change#11803
13926      Branch: perl
13927            ! ext/ByteLoader/byterun.h perl.h
13928 ____________________________________________________________________________
13929 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
13930         Log: Update to Unicode::Collate 0.08.
13931      Branch: perl
13932            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13933            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
13934 ____________________________________________________________________________
13935 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
13936         Log: Test tweaks.
13937      Branch: perl
13938            ! t/op/pat.t
13939 ____________________________________________________________________________
13940 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
13941         Log: Fix test
13942      Branch: maint-5.6/macperl
13943            ! t/lib/b.t
13944 ____________________________________________________________________________
13945 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
13946         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
13947              warnings in Config.pm with -W; increase default and
13948              minimum RAM; bump version number.
13949      Branch: maint-5.6/macperl
13950            + macos/lib/Mac/LowMem.pm
13951            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
13952            ! macos/configpm macos/macperl/MacPerl.r
13953 ____________________________________________________________________________
13954 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
13955         Log: Make syntax check report in MPW style, fix tests
13956              to use Mac::err=unix to get normal-style error
13957              messages.
13958      Branch: maint-5.6/macperl
13959            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
13960            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
13961 ____________________________________________________________________________
13962 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
13963         Log: Make MPW-style errors optional (but the default); add
13964              MacPerl::ErrorFormat() function and Mac::err pragma
13965      Branch: maint-5.6/macperl
13966            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
13967            + macos/ext/Mac/err/err.xs
13968            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
13969            ! macos/macish.c macos/macish.h macos/macperl.sym
13970 ____________________________________________________________________________
13971 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
13972         Log: More module and test ports from Thomas Wegner et al
13973      Branch: maint-5.6/macperl
13974            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
13975            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
13976            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
13977            ! t/op/magic.t
13978 ____________________________________________________________________________
13979 [ 11812] By: sky                                   on 2001/09/01  17:19:30
13980         Log: Subject: [PATCH t/op/concat.t] cleanup
13981              From: Michael G Schwern <schwern@pobox.com>
13982              Date: Sat, 1 Sep 2001 14:06:28 -0400
13983              Message-ID: <20010901140628.C606@blackrider>
13984      Branch: perl
13985            ! t/op/concat.t
13986 ____________________________________________________________________________
13987 [ 11811] By: sky                                   on 2001/09/01  12:25:29
13988         Log: Change #11805 didn't update the MANIFEST
13989      Branch: perl
13990            ! MANIFEST
13991 ____________________________________________________________________________
13992 [ 11810] By: sky                                   on 2001/09/01  11:52:44
13993         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
13994              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13995              Date: Sat, 1 Sep 2001 14:50:14 +0200
13996              Message-ID: <20010901145014.A691@rafael>
13997      Branch: perl
13998            ! t/op/inccode.t
13999 ____________________________________________________________________________
14000 [ 11809] By: sky                                   on 2001/09/01  11:49:22
14001         Log: Subject: PATCH: ExtUtils::MakeMaker
14002              From: Tony Bowden <tony@kasei.com>
14003              Date: Sat, 1 Sep 2001 10:33:53 +0100
14004              Message-ID: <20010901103353.A13863@soto.kasei.com>
14005              Manually applied
14006      Branch: perl
14007            ! lib/ExtUtils/MakeMaker.pm
14008 ____________________________________________________________________________
14009 [ 11808] By: sky                                   on 2001/09/01  11:39:13
14010         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
14011              From: mike808@users.sourceforge.net
14012              Date: Sat, 1 Sep 101 11:27:50 GMT
14013              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
14014              With little tweak
14015      Branch: perl
14016            ! lib/Term/Cap.pm
14017 ____________________________________________________________________________
14018 [ 11807] By: ams                                   on 2001/09/01  11:31:16
14019         Log: Subject: oct() and hex()
14020              From: Nicholas Clark <nick@ccl4.org>
14021              Date: Fri, 31 Aug 2001 23:14:13 +0100
14022              Message-Id: <20010831231413.J4950@plum.flirble.org>
14023      Branch: perl
14024            ! pod/perlclib.pod
14025 ____________________________________________________________________________
14026 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
14027         Log: Integrate change 11801 from maintperl
14028      Branch: maint-5.6/macperl
14029            ! perl.c
14030 ____________________________________________________________________________
14031 [ 11805] By: sky                                   on 2001/08/31  21:35:10
14032         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
14033              From: Michael G Schwern <schwern@pobox.com>
14034              Date: Fri, 31 Aug 2001 15:36:28 -0400
14035              Message-ID: <20010831153628.B598@blackrider>
14036              Check for things which used to segfault
14037      Branch: perl
14038            + t/run/segfault.t
14039 ____________________________________________________________________________
14040 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
14041         Log: integrate change#11801 from maint-5.6
14042              
14043              remove age-old UNICOS "workaround" that introduces a static, and
14044              hence an egregious race condition for threaded builds (*sigh*
14045              beats me why this kludge wasn't guarded by a UNICOS-specific
14046              #define *sigh*)
14047      Branch: perl
14048            ! perl.c
14049 ____________________________________________________________________________
14050 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
14051         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
14052              working in 5.7.x
14053      Branch: perl
14054            - objXSUB.h
14055            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
14056            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
14057            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
14058            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
14059            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
14060            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
14061            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
14062            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14063            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
14064            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
14065            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14066            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14067            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
14068            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
14069            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
14070            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
14071            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
14072            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
14073            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
14074            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
14075            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
14076            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
14077 ____________________________________________________________________________
14078 [ 11802] By: ams                                   on 2001/08/31  18:11:32
14079         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
14080              From: "Philip Newton" <Philip.Newton@gmx.net>
14081              Date: Fri, 31 Aug 2001 21:12:56 +0200
14082              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
14083      Branch: perl
14084            ! pod/perldiag.pod
14085 ____________________________________________________________________________
14086 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
14087         Log: remove age-old UNICOS "workaround" that introduces a static, and
14088              hence an egregious race condition for threaded builds (*sigh*
14089              beats me why this kludge wasn't guarded by a UNICOS-specific
14090              #define *sigh*)
14091      Branch: maint-5.6/perl
14092            ! perl.c
14093 ____________________________________________________________________________
14094 [ 11800] By: sky                                   on 2001/08/31  17:30:26
14095         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
14096              Might break on platforms where bool is larger than 8 bites ???
14097      Branch: perl
14098            ! regcomp.c
14099 ____________________________________________________________________________
14100 [ 11799] By: ams                                   on 2001/08/31  12:15:44
14101         Log: Integrate 11778 into mainline.
14102      Branch: perl
14103            ! t/base/term.t
14104 ____________________________________________________________________________
14105 [ 11798] By: sky                                   on 2001/08/31  11:31:44
14106         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
14107              supposed to happen.
14108      Branch: perl
14109            ! regcomp.c
14110 ____________________________________________________________________________
14111 [ 11797] By: sky                                   on 2001/08/31  11:28:17
14112         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
14113              From: "John P. Linderman" <jpl@research.att.com>
14114              Date: Fri, 31 Aug 2001 08:20:35 -0400
14115              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
14116              Fixes test 14 which could fail randomly in rare cases.
14117      Branch: perl
14118            ! ext/Time/HiRes/HiRes.t regcomp.c
14119 ____________________________________________________________________________
14120 [ 11796] By: ams                                   on 2001/08/31  01:13:07
14121         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
14122              From: Nicholas Clark <nick@ccl4.org>
14123              Date: Thu, 30 Aug 2001 23:21:50 +0100
14124              Message-Id: <20010830232150.D4950@plum.flirble.org>
14125      Branch: perl
14126            ! ext/Sys/Syslog/Makefile.PL
14127 ____________________________________________________________________________
14128 [ 11795] By: ams                                   on 2001/08/30  23:53:23
14129         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
14130              patching example
14131              From: Michael G Schwern <schwern@pobox.com>
14132              Date: Thu, 30 Aug 2001 17:02:08 -0400
14133              Message-Id: <20010830170208.M2318@blackrider>
14134      Branch: perl
14135            ! pod/perlhack.pod
14136 ____________________________________________________________________________
14137 [ 11794] By: ams                                   on 2001/08/30  19:35:36
14138         Log: Subject: [PATCH] pp_modulo
14139              From: Nicholas Clark <nick@ccl4.org>
14140              Date: Thu, 30 Aug 2001 18:20:54 +0100
14141              Message-Id: <20010830182053.A4950@plum.flirble.org>
14142      Branch: perl
14143            ! pp.c t/op/64bitint.t
14144 ____________________________________________________________________________
14145 [ 11793] By: sky                                   on 2001/08/30  13:02:48
14146         Log: 11792 wasn't complete
14147      Branch: perl
14148            ! makedef.pl regcomp.c
14149 ____________________________________________________________________________
14150 [ 11792] By: sky                                   on 2001/08/30  12:21:11
14151         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
14152      Branch: perl
14153            ! makedef.pl
14154 ____________________________________________________________________________
14155 [ 11791] By: sky                                   on 2001/08/30  10:08:02
14156         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
14157      Branch: perl
14158            ! config_h.SH
14159 ____________________________________________________________________________
14160 [ 11790] By: sky                                   on 2001/08/30  08:22:31
14161         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
14162              on the pad. Fixes coredumps in cleanups introduced by
14163              Change 11755  
14164      Branch: perl
14165            ! op.c perl.c sv.h
14166 ____________________________________________________________________________
14167 [ 11789] By: sky                                   on 2001/08/29  19:01:47
14168         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
14169              This is a replacement implmentation that works on HPUX.
14170              This bug should probably be fixed in GCC.
14171      Branch: perl
14172            ! ext/Socket/Socket.xs
14173 ____________________________________________________________________________
14174 [ 11788] By: ams                                   on 2001/08/29  17:35:33
14175         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
14176              From: Nicholas Clark <nick@ccl4.org>
14177              Date: Wed, 29 Aug 2001 18:21:56 +0100
14178              Message-Id: <20010829182156.O4950@plum.flirble.org>
14179      Branch: perl
14180            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
14181 ____________________________________________________________________________
14182 [ 11787] By: sky                                   on 2001/08/29  10:42:54
14183         Log: Added test for pack_addr_in and unpack_addr_in
14184              Nitpik in test 10
14185      Branch: perl
14186            ! ext/Socket/Socket.t
14187 ____________________________________________________________________________
14188 [ 11786] By: sky                                   on 2001/08/29  10:28:14
14189         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
14190              Trying to catch errors on HP-UX
14191      Branch: perl
14192            ! ext/Socket/Socket.t
14193 ____________________________________________________________________________
14194 [ 11785] By: sky                                   on 2001/08/29  09:07:03
14195         Log: make sure USE_THREADS is defined so external apps work
14196      Branch: perl
14197            ! config_h.SH
14198 ____________________________________________________________________________
14199 [ 11784] By: sky                                   on 2001/08/29  08:06:12
14200         Log: Subject: Re: The hitlist of untested modules.
14201              From: Jonathan Stowe <gellyfish@gellyfish.com>
14202              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
14203              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
14204              Start of tests for Shell.pm (make Schwern poorer!)
14205      Branch: perl
14206            + lib/Shell.t
14207            ! MANIFEST
14208 ____________________________________________________________________________
14209 [ 11783] By: sky                                   on 2001/08/29  07:37:50
14210         Log: END{} can change the return value even if we die from BEGIN{}
14211      Branch: perl
14212            ! miniperlmain.c
14213 ____________________________________________________________________________
14214 [ 11782] By: ams                                   on 2001/08/29  06:32:17
14215         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
14216              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14217              Date: Wed, 29 Aug 2001 09:18:17 +0200
14218              Message-Id: <20010829091817.A4453@rafael>
14219      Branch: perl
14220            ! t/op/inccode.t
14221 ____________________________________________________________________________
14222 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
14223         Log: Delete xsubpp.patch, as full copy exists now
14224      Branch: maint-5.6/macperl
14225            - macos/xsubpp.patch
14226 ____________________________________________________________________________
14227 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
14228         Log: Add Changes file
14229      Branch: maint-5.6/macperl
14230            + macos/Changes
14231 ____________________________________________________________________________
14232 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
14233         Log: Add Mac version of xsubpp as separate file
14234      Branch: maint-5.6/macperl
14235            + macos/xsubpp
14236            ! macos/Makefile.mk
14237 ____________________________________________________________________________
14238 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
14239         Log: Fix open of /dev/null for Mac OS
14240      Branch: maint-5.6/macperl
14241            ! t/base/term.t
14242 ____________________________________________________________________________
14243 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
14244         Log: Various patches: enable more tests; skip CVS in PerlInstall;
14245              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
14246      Branch: maint-5.6/macperl
14247            ! macos/MacPerlTests.cmd macos/PerlInstall
14248            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
14249 ____________________________________________________________________________
14250 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
14251         Log: Allow for platforms to override formatting of errors
14252              on output from Matthias Neeracher (Mac files)
14253      Branch: maint-5.6/macperl
14254            ! macos/macish.c macos/macish.h
14255 ____________________________________________________________________________
14256 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
14257         Log: Allow for platforms to override formatting of errors
14258              on output from Matthias Neeracher (core files)
14259      Branch: maint-5.6/macperl
14260            ! perl.h pp_ctl.c util.c
14261 ____________________________________________________________________________
14262 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
14263         Log: Add some param checking, from reports by Kevin Reid.
14264      Branch: maint-5.6/macperl
14265            ! macos/ext/Mac/Controls/Controls.pm
14266            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
14267 ____________________________________________________________________________
14268 [ 11773] By: ams                                   on 2001/08/28  23:54:57
14269         Log: Subject: [PATCH] make coretest
14270              From: Paul Johnson <paul@pjcj.net>
14271              Date: Wed, 29 Aug 2001 00:11:38 +0200
14272              Message-Id: <20010829001138.B12169@pjcj.net>
14273              (Applied without the change to perlhack.pod. This should
14274              probably stay undocumented.)
14275      Branch: perl
14276            ! Makefile.SH t/TEST
14277 ____________________________________________________________________________
14278 [ 11772] By: sky                                   on 2001/08/28  13:01:20
14279         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
14280              From: Michael G Schwern <schwern@pobox.com>
14281              Date: Tue, 28 Aug 2001 09:57:39 -0400
14282              Message-ID: <20010828095738.E17775@blackrider>
14283      Branch: perl
14284            ! pod/perlhack.pod t/op/pack.t
14285 ____________________________________________________________________________
14286 [ 11771] By: sky                                   on 2001/08/28  11:20:13
14287         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
14288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14289              Date: Tue, 28 Aug 2001 14:23:43 +0200
14290              Message-ID: <20010828142343.A19299@rafael>
14291      Branch: perl
14292            ! pod/perlvar.pod pp_ctl.c
14293 ____________________________________________________________________________
14294 [ 11770] By: ams                                   on 2001/08/28  10:13:21
14295         Log: Subject: [PATCH] odd typo in op.h
14296              From: Nicholas Clark <nick@ccl4.org>
14297              Date: Tue, 28 Aug 2001 12:10:26 +0100
14298              Message-Id: <20010828121026.V4950@plum.flirble.org>
14299      Branch: perl
14300            ! op.h
14301 ____________________________________________________________________________
14302 [ 11769] By: sky                                   on 2001/08/28  08:09:16
14303         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
14304              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
14305              Date: Tue, 28 Aug 2001 02:22:20 +0300
14306              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
14307      Branch: perl
14308            ! ext/B/B/Lint.pm
14309 ____________________________________________________________________________
14310 [ 11768] By: ams                                   on 2001/08/28  00:47:35
14311         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
14312              From: Michael G Schwern <schwern@pobox.com>
14313              Date: Mon, 27 Aug 2001 21:24:44 -0400
14314              Message-Id: <20010827212444.F12582@blackrider>
14315      Branch: perl
14316            ! pod/perlhack.pod t/op/pack.t
14317 ____________________________________________________________________________
14318 [ 11767] By: ams                                   on 2001/08/27  23:59:48
14319         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
14320              From: Michael G Schwern <schwern@pobox.com>
14321              Date: Mon, 27 Aug 2001 20:12:29 -0400
14322              Message-Id: <20010827201229.D12582@blackrider>
14323      Branch: perl
14324            ! pod/perlhack.pod t/op/pack.t
14325 ____________________________________________________________________________
14326 [ 11766] By: ams                                   on 2001/08/27  23:39:40
14327         Log: Update Changes.
14328      Branch: perl
14329            ! Changes
14330 ____________________________________________________________________________
14331 [ 11765] By: ams                                   on 2001/08/27  22:53:10
14332         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
14333              From: Michael G Schwern <schwern@pobox.com>
14334              Date: Mon, 27 Aug 2001 19:47:30 -0400
14335              Message-Id: <20010827194730.C12582@blackrider>
14336      Branch: perl
14337            ! t/op/inccode.t
14338 ____________________________________________________________________________
14339 [ 11764] By: ams                                   on 2001/08/27  22:46:21
14340         Log: Subject: [PATCH] new tests for the coderef-in-@INC
14341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14342              Date: Mon, 27 Aug 2001 22:36:27 +0200
14343              Message-Id: <20010827223627.C690@rafael>
14344              
14345              Subject: Re: [PATCH] new tests for the coderef-in-@INC
14346              From: Nicholas Clark <nick@ccl4.org>
14347              Date: Tue, 28 Aug 2001 00:02:46 +0100
14348              Message-Id: <20010828000245.R4950@plum.flirble.org>
14349      Branch: perl
14350            + t/op/inccode.t
14351            ! MANIFEST
14352 ____________________________________________________________________________
14353 [ 11763] By: ams                                   on 2001/08/27  22:41:09
14354         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
14355              bleadperl on fire, Win95+4NT)
14356              From: Michael G Schwern <schwern@pobox.com>
14357              Date: Mon, 27 Aug 2001 16:54:42 -0400
14358              Message-Id: <20010827165442.F9436@blackrider>
14359      Branch: perl
14360            ! lib/warnings.t
14361 ____________________________________________________________________________
14362 [ 11762] By: sky                                   on 2001/08/27  19:19:17
14363         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
14364              avaible at compile time. This broke the compilation of 
14365              Net/Ping.pm
14366      Branch: perl
14367            ! lib/Net/Ping.pm
14368 ____________________________________________________________________________
14369 [ 11761] By: sky                                   on 2001/08/27  18:34:48
14370         Log: Removed tripple definitions of CUSTOM_OP functions.
14371      Branch: perl
14372            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14373 ____________________________________________________________________________
14374 [ 11760] By: sky                                   on 2001/08/27  18:21:27
14375         Log: Regen headers
14376      Branch: perl
14377            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
14378            ! perlapi.h proto.h
14379 ____________________________________________________________________________
14380 [ 11759] By: ams                                   on 2001/08/27  16:31:53
14381         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
14382              From: "chromatic" <chromatic@rmci.net>
14383              Date: Mon, 27 Aug 2001 11:17:09 -0600
14384              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
14385      Branch: perl
14386            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
14387 ____________________________________________________________________________
14388 [ 11758] By: sky                                   on 2001/08/27  15:16:42
14389         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
14390              Thanks to H. Merijn Brand for the patch.
14391              Some of the comments and or guards might be removable in perl.h now.
14392      Branch: perl
14393            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
14394            ! Porting/Glossary Porting/config_H README.threads config_h.SH
14395            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
14396            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
14397            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
14398            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
14399            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
14400            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
14401            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
14402            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
14403            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
14404            ! win32/config_H.vc win32/perllib.c win32/win32.h
14405            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
14406            ! wince/config.h wince/config_H.ce wince/win32.h
14407            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
14408 ____________________________________________________________________________
14409 [ 11757] By: sky                                   on 2001/08/27  13:39:16
14410         Log: Subject: GNU ld parses arguments different
14411              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14412              Date: Mon, 27 Aug 2001 16:25:51 +0200
14413              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
14414      Branch: perl
14415            ! hints/hpux.sh
14416 ____________________________________________________________________________
14417 [ 11756] By: sky                                   on 2001/08/27  13:18:45
14418         Log: Subject: Custom Ops
14419              From: Simon Cozens <simon@netthink.co.uk>
14420              Date: Sat, 25 Aug 2001 17:45:09 +0100
14421              Message-ID: <20010825174509.A5752@netthink.co.uk>
14422              I also added a fix to Opcode.pm to quite test cases.
14423      Branch: perl
14424            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
14425            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
14426 ____________________________________________________________________________
14427 [ 11755] By: sky                                   on 2001/08/27  05:37:17
14428         Log: Plugs a memory leak on destruction of regular expressions
14429              introcued by #11274.
14430              PL_regex_padav now has an AV as it's first entry with a list
14431              of freed regex_padav slots that it will reuse on creating
14432              new PMOPs.
14433      Branch: perl
14434            ! op.c perl.c
14435 ____________________________________________________________________________
14436 [ 11754] By: ams                                   on 2001/08/26  14:38:52
14437         Log: Subject: [PATCH] t/io/binmode.t
14438              From: Nicholas Clark <nick@ccl4.org>
14439              Date: Sun, 26 Aug 2001 12:03:05 +0100
14440              Message-Id: <20010826120305.C4950@plum.flirble.org>
14441              
14442              (Also a nitpick in #11752 to t/op/universal.t)
14443      Branch: perl
14444            ! t/io/binmode.t t/op/universal.t
14445 ____________________________________________________________________________
14446 [ 11753] By: ams                                   on 2001/08/26  08:19:34
14447         Log: Subject: [PATCH] op/universal.t failing
14448              From: Nicholas Clark <nick@ccl4.org>
14449              Date: Sun, 26 Aug 2001 09:48:22 +0100
14450              Message-Id: <20010826094822.B4950@plum.flirble.org>
14451      Branch: perl
14452            ! t/op/universal.t
14453 ____________________________________________________________________________
14454 [ 11752] By: ams                                   on 2001/08/25  22:46:13
14455         Log: Subject: Re: 'can' with undefined subs
14456              From: Tony Bowden <tony@kasei.com>
14457              Date: Sat, 25 Aug 2001 14:58:17 +0100
14458              Message-Id: <20010825145817.A11788@soto.kasei.com>
14459              (Applied with minor modifications.)
14460      Branch: perl
14461            ! t/op/universal.t
14462 ____________________________________________________________________________
14463 [ 11751] By: ams                                   on 2001/08/25  18:28:43
14464         Log: Subject: Re: 'can' with undefined subs
14465              From: Tony Bowden <tony@kasei.com>
14466              Date: Sat, 25 Aug 2001 15:13:14 +0100
14467              Message-Id: <20010825151314.B11788@soto.kasei.com>
14468      Branch: perl
14469            ! lib/UNIVERSAL.pm
14470 ____________________________________________________________________________
14471 [ 11750] By: nick                                  on 2001/08/25  15:24:15
14472         Log: Integrate mainline
14473      Branch: perlio
14474           +> t/io/binmode.t
14475           !> (integrate 26 files)
14476 ____________________________________________________________________________
14477 [ 11749] By: nick                                  on 2001/08/25  14:55:41
14478         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
14479              From:  John Peacock <jpeacock@rowman.com>
14480              Date:  Wed, 22 Aug 2001 12:05:28 -0400
14481              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
14482      Branch: perl
14483            ! pod/perlhack.pod
14484 ____________________________________________________________________________
14485 [ 11748] By: nick                                  on 2001/08/25  14:53:04
14486         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
14487              From:  Michael G Schwern <schwern@pobox.com>
14488              Date:  Wed, 22 Aug 2001 19:22:45 -0400
14489              Message-Id:  <20010822192245.U619@blackrider>
14490      Branch: perl
14491            ! MANIFEST
14492 ____________________________________________________________________________
14493 [ 11747] By: nick                                  on 2001/08/25  14:52:33
14494         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
14495              From:  Nicholas Clark <nick@ccl4.org>
14496              Date:  Wed, 22 Aug 2001 23:29:06 +0100
14497              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
14498      Branch: perl
14499            + t/io/binmode.t
14500            ! perlio.c pod/perlfunc.pod
14501 ____________________________________________________________________________
14502 [ 11744] By: nick                                  on 2001/08/25  14:37:33
14503         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
14504              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14505              Date:  Fri, 24 Aug 2001 22:10:42 +0200
14506              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
14507      Branch: perl
14508            ! x2p/a2py.c x2p/walk.c
14509 ____________________________________________________________________________
14510 [ 11743] By: nick                                  on 2001/08/25  14:32:47
14511         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
14512              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14513              Date:  Fri, 24 Aug 2001 23:34:13 +0200
14514              Message-Id:  <20010824233413.A1285@rafael>
14515      Branch: perl
14516            ! pod/perlfunc.pod pod/perlvar.pod
14517 ____________________________________________________________________________
14518 [ 11742] By: ams                                   on 2001/08/25  13:16:02
14519         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
14520              From: Nicholas Clark <nick@ccl4.org>
14521              Date: Sat, 25 Aug 2001 14:50:07 +0100
14522              Message-Id: <20010825145007.L41464@plum.flirble.org>
14523      Branch: perl
14524            ! pp_ctl.c
14525 ____________________________________________________________________________
14526 [ 11741] By: nick                                  on 2001/08/24  07:08:45
14527         Log: When applying patch via Porting/apply fails, do p4 refresh
14528              to get old files back.
14529      Branch: perl
14530            ! Porting/apply
14531 ____________________________________________________________________________
14532 [ 11740] By: ams                                   on 2001/08/24  04:47:24
14533         Log: #11739 was incomplete.
14534      Branch: perl
14535            ! pod/perldiag.pod
14536 ____________________________________________________________________________
14537 [ 11739] By: ams                                   on 2001/08/24  04:09:40
14538         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
14539              From: "Philip Newton" <Philip.Newton@gmx.net>
14540              Date: Fri, 24 Aug 2001 07:08:34 +0200
14541      Branch: perl
14542            ! pod/perldiag.pod
14543 ____________________________________________________________________________
14544 [ 11738] By: ams                                   on 2001/08/24  02:19:42
14545         Log: Fixed Doug Wilson's email address.
14546      Branch: perl
14547            ! AUTHORS
14548 ____________________________________________________________________________
14549 [ 11737] By: ams                                   on 2001/08/24  00:10:13
14550         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
14551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14552              Date: Thu, 23 Aug 2001 22:22:58 +0200
14553              Message-Id: <20010823222258.A901@rafael>
14554      Branch: perl
14555            ! pod/perldiag.pod
14556 ____________________________________________________________________________
14557 [ 11736] By: ams                                   on 2001/08/24  00:05:02
14558         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
14559              From: "Craig A. Berry" <craigberry@mac.com>
14560              Date: Thu, 23 Aug 2001 19:07:45 -0500
14561              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
14562      Branch: perl
14563            ! configure.com
14564 ____________________________________________________________________________
14565 [ 11735] By: sky                                   on 2001/08/23  13:42:07
14566         Log: Backed out 11732, it breaks lib/strict.t 
14567      Branch: perl
14568            ! op.c
14569 ____________________________________________________________________________
14570 [ 11734] By: sky                                   on 2001/08/23  11:45:59
14571         Log: Removed toy from 17133 after Matt Sargeants request.
14572      Branch: perl
14573            ! pod/perlfaq4.pod
14574 ____________________________________________________________________________
14575 [ 11733] By: sky                                   on 2001/08/23  11:36:29
14576         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
14577              From: Robin Houston <robin@kitsite.com>
14578              Date: Wed, 22 Aug 2001 23:06:16 +0100
14579              Message-ID: <20010822230616.A254@robin.kitsite.com>
14580      Branch: perl
14581            ! pod/perlfaq4.pod
14582 ____________________________________________________________________________
14583 [ 11732] By: sky                                   on 2001/08/23  10:36:02
14584         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
14585              From: Simon Cozens <simon@netthink.co.uk>
14586              Date: Thu, 23 Aug 2001 12:06:36 +0100
14587              Message-ID: <20010823120636.A9961@netthink.co.uk>
14588      Branch: perl
14589            ! op.c
14590 ____________________________________________________________________________
14591 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
14592         Log: fix broken windows build
14593      Branch: perl
14594            ! perl.h
14595 ____________________________________________________________________________
14596 [ 11730] By: ams                                   on 2001/08/22  21:35:30
14597         Log: Subject: [PATCH] io/tell.t doesn't chdir t
14598              From: Nicholas Clark <nick@ccl4.org>
14599              Date: Wed, 22 Aug 2001 23:25:58 +0100
14600              Message-Id: <20010822232557.Y82818@plum.flirble.org>
14601      Branch: perl
14602            ! t/io/tell.t
14603 ____________________________________________________________________________
14604 [ 11729] By: ams                                   on 2001/08/22  20:32:21
14605         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
14606              questions)
14607              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14608              Date: Wed, 22 Aug 2001 17:09:04 -0400
14609              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
14610              (Oops, forgot File::Spec::Unix in the previous patch.)
14611      Branch: perl
14612            ! lib/File/Spec/Unix.pm
14613 ____________________________________________________________________________
14614 [ 11728] By: ams                                   on 2001/08/22  20:25:41
14615         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
14616              questions)
14617              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14618              Date: Wed, 22 Aug 2001 17:09:04 -0400
14619              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
14620      Branch: perl
14621            ! lib/File/Spec.pm
14622 ____________________________________________________________________________
14623 [ 11727] By: ams                                   on 2001/08/22  19:43:30
14624         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
14625              From: John Peacock <jpeacock@rowman.com>
14626              Date: Wed, 22 Aug 2001 12:35:52 -0400
14627              Message-Id: <3B83DF68.5D89DC81@rowman.com>
14628              (Adds proper tests for $], notwithstanding Subject. +nitpick)
14629      Branch: perl
14630            ! t/op/ver.t
14631 ____________________________________________________________________________
14632 [ 11726] By: ams                                   on 2001/08/22  19:36:39
14633         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
14634              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
14635              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
14636              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
14637      Branch: perl
14638            ! lib/diagnostics.pm lib/diagnostics.t
14639 ____________________________________________________________________________
14640 [ 11725] By: ams                                   on 2001/08/22  19:25:01
14641         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
14642              From: Nicholas Clark <nick@ccl4.org>
14643              Date: Wed, 22 Aug 2001 20:59:05 +0100
14644              Message-Id: <20010822205905.U82818@plum.flirble.org>
14645      Branch: perl
14646            ! pp.c t/op/64bitint.t t/op/arith.t
14647 ____________________________________________________________________________
14648 [ 11724] By: ams                                   on 2001/08/22  10:02:33
14649         Log: Subject: Configure blooper
14650              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14651              Date: Wed, 22 Aug 2001 12:38:35 +0200
14652              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
14653      Branch: perl
14654            ! Configure
14655 ____________________________________________________________________________
14656 [ 11723] By: ams                                   on 2001/08/21  16:17:53
14657         Log: Subject: [PATCH] installperl -help
14658              From: Nicholas Clark <nick@ccl4.org>
14659              Date: Tue, 21 Aug 2001 17:34:23 +0100
14660              Message-Id: <20010821173423.F82818@plum.flirble.org>
14661      Branch: perl
14662            ! installperl
14663 ____________________________________________________________________________
14664 [ 11722] By: ams                                   on 2001/08/20  07:46:31
14665         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
14666              From: Ilmari Karonen <iltzu@sci.fi>
14667              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
14668              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
14669      Branch: perl
14670            ! pod/perlvar.pod
14671 ____________________________________________________________________________
14672 [ 11721] By: nick                                  on 2001/08/20  06:24:31
14673         Log: Integrate mainline
14674      Branch: perlio
14675           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
14676           +> lib/Lingua/KO/Hangul/Util/Changes
14677           +> lib/Lingua/KO/Hangul/Util/README
14678           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
14679           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
14680           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
14681           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
14682           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
14683           +> lib/Unicode/Normalize/t/test.t
14684            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
14685           !> (integrate 55 files)
14686 ____________________________________________________________________________
14687 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
14688         Log: Integrate Change #11599 from maint-5.6/perl
14689      Branch: maint-5.6/macperl
14690           !> README.win32
14691 ____________________________________________________________________________
14692 [ 11719] By: ams                                   on 2001/08/18  21:21:42
14693         Log: Add Porting/apply to MANIFEST.
14694      Branch: perl
14695            ! MANIFEST
14696 ____________________________________________________________________________
14697 [ 11718] By: sky                                   on 2001/08/18  14:38:01
14698         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
14699              Better solution would be to make 5005threaded perl use
14700              the same system as ithreads do
14701      Branch: perl
14702            ! perl.h
14703 ____________________________________________________________________________
14704 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
14705         Log: New try for ID 20010407.006: detach the semantics
14706              "was the last match target UTF8" into its own variable.
14707      Branch: perl
14708            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
14709            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
14710 ____________________________________________________________________________
14711 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
14712         Log: UTF8 flag should be meaningful only when POK.
14713      Branch: perl
14714            ! dump.c
14715 ____________________________________________________________________________
14716 [ 11715] By: sky                                   on 2001/08/18  11:45:16
14717         Log: USE_THREADS and USE_ITHREADS are never true at the same time
14718      Branch: perl
14719            ! perl.h
14720 ____________________________________________________________________________
14721 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
14722         Log: Retract #11712 for now.  The real fix would probably
14723              be something like making PL_reg_sv a copy (PV + UTF8)
14724              of the matched/substituted string (note: not just a SvPOK
14725              string, for example the stringified form of a ROK would
14726              be applicable)  Beware of leaks.
14727      Branch: perl
14728            ! pp_hot.c t/op/pat.t
14729 ____________________________________________________________________________
14730 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
14731         Log: UTF8 wasn't printing for PVMGs.
14732      Branch: perl
14733            ! dump.c
14734 ____________________________________________________________________________
14735 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
14736         Log: (Retracted by #11714)
14737              
14738              Okay analysis, debatable fix.  (The fix will inc
14739              the refcount of all temporary match objects,
14740              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
14741              which will then cause griping at untie() time
14742              ("inner references remain").
14743              
14744              Fix for ID 20010407.006: PL_reg_sv got wiped out
14745              by freetemps if the match target was a temporary
14746              (like function_call() =~ /.../), which in turn meant
14747              that the $1 et al stopped working if they had UTF-8
14748              in them.  Therefore bump up the refcount of PL_reg_sv.
14749      Branch: perl
14750            ! pp_hot.c t/op/pat.t
14751 ____________________________________________________________________________
14752 [ 11711] By: ams                                   on 2001/08/17  20:32:08
14753         Log: Subject: [PATCH] doesn't compile, was perl@11710
14754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14755              Date: Fri, 17 Aug 2001 23:21:10 +0200
14756              Message-Id: <20010817232110.C7041@rafael> 
14757      Branch: perl
14758            ! sharedsv.c
14759 ____________________________________________________________________________
14760 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
14761         Log: Update Changes.
14762      Branch: perl
14763            ! Changes patchlevel.h
14764 ____________________________________________________________________________
14765 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
14766         Log: Upgrade to libnet 1.0704.
14767      Branch: perl
14768            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
14769            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
14770            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
14771            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
14772            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
14773            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
14774            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
14775 ____________________________________________________________________________
14776 [ 11708] By: sky                                   on 2001/08/17  13:34:04
14777         Log: Let perl_clone copy PL_exit_flags
14778      Branch: perl
14779            ! sv.c
14780 ____________________________________________________________________________
14781 [ 11707] By: sky                                   on 2001/08/17  12:28:41
14782         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
14783      Branch: perl
14784            ! sharedsv.c sharedsv.h
14785 ____________________________________________________________________________
14786 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
14787         Log: The metaconfig unit change for #11705.
14788      Branch: metaconfig/U/perl
14789            ! Extensions.U
14790 ____________________________________________________________________________
14791 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
14792         Log: Allow the threads extension to be found if present.
14793      Branch: perl
14794            ! Configure
14795 ____________________________________________________________________________
14796 [ 11704] By: nick                                  on 2001/08/17  11:47:54
14797         Log: Mail -> change script (pre-alpha)
14798      Branch: perl
14799            + Porting/apply
14800 ____________________________________________________________________________
14801 [ 11703] By: sky                                   on 2001/08/17  07:11:24
14802         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
14803              Thanks to Tom Hospel for pointing out my error.
14804      Branch: perl
14805            ! op.h
14806 ____________________________________________________________________________
14807 [ 11702] By: sky                                   on 2001/08/17  04:18:11
14808         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.
14809      Branch: perl
14810            ! embed.pl miniperlmain.c perl.c perl.h proto.h
14811 ____________________________________________________________________________
14812 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
14813         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
14814              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
14815      Branch: perl
14816            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
14817            + lib/Lingua/KO/Hangul/Util/README
14818            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
14819            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
14820            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
14821            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
14822            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
14823            + lib/Unicode/Normalize/t/test.t
14824            ! MANIFEST
14825 ____________________________________________________________________________
14826 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
14827         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
14828              Date: Thu, 16 Aug 2001 22:46:15 -0500
14829              From: "Craig A. Berry" <craigberry@mac.com>
14830              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
14831      Branch: perl
14832            ! configure.com numeric.c
14833 ____________________________________________________________________________
14834 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
14835         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
14836              of the usual suspects (like getpwent) but not for others
14837              (like localtime and rand).  The _r versions are available
14838              for all of them, so let's use them.
14839      Branch: perl
14840            ! perl.h
14841 ____________________________________________________________________________
14842 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
14843         Log: (Accidental apply; thankfully empty.)
14844      Branch: perl
14845            ! hints/os390.sh
14846 ____________________________________________________________________________
14847 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
14848         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
14849              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14850              Date: Thu, 16 Aug 2001 16:27:49 +0100
14851              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
14852      Branch: perl
14853            ! regexec.c t/op/re_tests
14854 ____________________________________________________________________________
14855 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
14856         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
14857              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14858              Date: Thu, 16 Aug 2001 18:50:01 +0100
14859              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
14860      Branch: perl
14861            ! pp_hot.c t/op/pat.t
14862 ____________________________________________________________________________
14863 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
14864         Log: Subject: [PATCH] *time_r again
14865              From: "Arthur Bergman" <arthur@contiller.se>
14866              Date: Thu, 16 Aug 2001 16:01:54 +0200
14867              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
14868      Branch: perl
14869            ! op.h
14870 ____________________________________________________________________________
14871 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
14872         Log: system() and backtick error handling cleanup from Craig A. Berry.
14873      Branch: perl
14874            ! vms/vms.c
14875 ____________________________________________________________________________
14876 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
14877         Log: change#10334 leaks memory, copies string when it doesn't
14878              need to
14879      Branch: perl
14880            ! perl.c
14881 ____________________________________________________________________________
14882 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
14883         Log: One more twist to the sprintf + utf8 testing.
14884      Branch: perl
14885            ! t/op/misc.t
14886 ____________________________________________________________________________
14887 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
14888         Log: Fix for 20010407.008 sprintf removes utf8-ness.
14889      Branch: perl
14890            ! pp.c t/op/misc.t
14891 ____________________________________________________________________________
14892 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
14893         Log: Subject: [PATCH] *time_r fixes
14894              From: "Arthur Bergman" <arthur@contiller.se>
14895              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
14896              Date: Thu, 16 Aug 2001 14:22:27 +0200
14897      Branch: perl
14898            ! op.h
14899 ____________________________________________________________________________
14900 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
14901         Log: Upgrade to CGI.pm 2.77.
14902      Branch: perl
14903            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
14904            ! lib/CGI/t/function.t
14905 ____________________________________________________________________________
14906 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
14907         Log: Document the bytes-to-Unicode upgrading.
14908      Branch: perl
14909            ! pod/perlunicode.pod
14910 ____________________________________________________________________________
14911 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
14912         Log: Add a test for Unicode sprintf.
14913      Branch: perl
14914            ! t/op/misc.t
14915 ____________________________________________________________________________
14916 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
14917         Log: Add Unicode tests for index/rindex.
14918      Branch: perl
14919            ! t/op/index.t
14920 ____________________________________________________________________________
14921 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
14922         Log: Document a bit the art of minimizing the installation,
14923              based on the p5p discussion.
14924      Branch: perl
14925            ! INSTALL
14926 ____________________________________________________________________________
14927 [ 11684] By: nick                                  on 2001/08/15  15:03:31
14928         Log: Integrate mainline
14929      Branch: perlio
14930           +> sharedsv.c sharedsv.h
14931           !> (integrate 53 files)
14932 ____________________________________________________________________________
14933 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
14934         Log: Update Changes.
14935      Branch: perl
14936            ! Changes patchlevel.h
14937 ____________________________________________________________________________
14938 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
14939         Log: The #11673 necessitated a test tweak.
14940      Branch: perl
14941            ! t/io/utf8.t
14942 ____________________________________________________________________________
14943 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
14944         Log: Also UNICOS is in the general case unable to silently
14945              handle fp overflows.
14946      Branch: perl
14947            ! numeric.c
14948 ____________________________________________________________________________
14949 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
14950         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
14951              NV_EPSILON #defined.
14952      Branch: perl
14953            ! perl.h
14954 ____________________________________________________________________________
14955 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
14956         Log: Re-establish the fp overflow detection for VAX VMS; there
14957              is no easy way to have the IEEE fp silent overflow semantics.
14958              (in Alpha VMS we still will use IEEE fp by default-- but it
14959              is still possible to configure Perl to use G_FLOAT)
14960      Branch: perl
14961            ! numeric.c
14962 ____________________________________________________________________________
14963 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
14964         Log: Subject: [PATCH] pp_lock 
14965              From: "Arthur Bergman" <arthur@contiller.se>
14966              Date: Wed, 15 Aug 2001 11:52:16 +0200
14967              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
14968      Branch: perl
14969            ! pp.c
14970 ____________________________________________________________________________
14971 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
14972         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
14973              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14974              Date: Wed, 15 Aug 2001 11:32:11 +0100
14975              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
14976      Branch: perl
14977            ! regcomp.c t/op/re_tests
14978 ____________________________________________________________________________
14979 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
14980         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
14981              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14982              Date: Wed, 15 Aug 2001 10:33:49 +0100
14983              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
14984      Branch: perl
14985            ! regexec.c t/op/re_tests
14986 ____________________________________________________________________________
14987 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
14988         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
14989              From: Barrie Slaymaker <barries@slaysys.com>
14990              Date: Tue, 14 Aug 2001 14:32:25 -0400
14991              Message-ID: <20010814143225.A19822@jester.slaysys.com>
14992      Branch: perl
14993            ! lib/File/Spec.t lib/File/Spec/Unix.pm
14994 ____________________________________________________________________________
14995 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
14996         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
14997              From: Peter Prymmer <pvhp@forte.com>
14998              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
14999              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
15000      Branch: perl
15001            ! README.vms configure.com
15002 ____________________________________________________________________________
15003 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
15004         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
15005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15006              Date: Tue, 14 Aug 2001 21:23:27 +0200
15007              Message-ID: <20010814212327.A1919@rafael>
15008      Branch: perl
15009            ! doio.c
15010 ____________________________________________________________________________
15011 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
15012         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
15013              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15014              Date: Tue, 14 Aug 2001 22:30:11 +0200
15015              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
15016              
15017              Combination of nmake, quoting, and Perl expanded $( in here-doc.
15018      Branch: perl
15019            ! ext/SDBM_File/Makefile.PL
15020 ____________________________________________________________________________
15021 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
15022         Log: Todo updates.
15023      Branch: perl
15024            ! pod/perltodo.pod
15025 ____________________________________________________________________________
15026 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
15027         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
15028              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15029              Date: Mon, 13 Aug 2001 23:15:01 +0200
15030              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
15031      Branch: perl
15032            ! sv.c
15033 ____________________________________________________________________________
15034 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
15035         Log: Subject: [PATCH] [b-]showlex.t
15036              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15037              Date: Sun, 12 Aug 2001 22:24:51 +0200
15038              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
15039              
15040              The 4nt command shell will expand the % in command line
15041              no matter what quoting is attempted, changed the % to @.
15042      Branch: perl
15043            ! ext/B/Showlex.t
15044 ____________________________________________________________________________
15045 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
15046         Log: Subject: [PATCH] magic.t
15047              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
15048              Date: Sun, 12 Aug 2001 20:49:27 +0200
15049              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
15050      Branch: perl
15051            ! t/op/magic.t
15052 ____________________________________________________________________________
15053 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
15054         Log: Add sharedsv* to the DOSish platforms; plus add
15055              some WinCE files to the list of DOSish files.
15056      Branch: perl
15057            ! NetWare/Makefile Porting/makerel win32/Makefile
15058            ! win32/makefile.mk wince/Makefile.ce
15059 ____________________________________________________________________________
15060 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
15061         Log: More DOSish files.
15062      Branch: perl
15063            ! Porting/makerel
15064 ____________________________________________________________________________
15065 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
15066         Log: Strip CRs from the WinCE files.  Now we need to
15067              figure out in which CRs are really needed: probably
15068              Makefile.ce and the README files, at least, probably
15069              also the registry.bat.
15070      Branch: perl
15071            ! wince/Makefile.ce wince/README.compile wince/README.perlce
15072            ! wince/config.h wince/include/cectype.h wince/include/errno.h
15073            ! wince/include/sys/stat.h wince/include/sys/types.h
15074            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
15075            ! wince/perldll.def wince/registry.bat wince/wince.h
15076            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
15077 ____________________________________________________________________________
15078 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
15079         Log: Add some files to DOSish and writables.
15080      Branch: perl
15081            ! Porting/makerel
15082 ____________________________________________________________________________
15083 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
15084         Log: Compile failure message tidying.
15085      Branch: perl
15086            ! t/lib/1_compile.t
15087 ____________________________________________________________________________
15088 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
15089         Log: The new sharedsv* should be exported only if usethreads.
15090      Branch: perl
15091            ! makedef.pl
15092 ____________________________________________________________________________
15093 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
15094         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
15095              From: Peter Prymmer <pvhp@forte.com>
15096              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
15097              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
15098      Branch: perl
15099            ! README.os390
15100 ____________________________________________________________________________
15101 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
15102         Log: Update Changes.
15103      Branch: perl
15104            ! Changes patchlevel.h
15105 ____________________________________________________________________________
15106 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
15107         Log: Subject: [PATHC] sharedsv.[c|h]
15108              From: "Artur Bergman" <artur@contiller.se>
15109              Date: Mon, 13 Aug 2001 14:38:41 +0200
15110              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
15111              
15112              Subject: [PATCH] embed.pl
15113              From: Arthur Bergman <arthur@contiller.se>
15114              Date: Mon, 13 Aug 2001 14:38:14 +0200
15115              Message-ID: <B79D96D6.3088%arthur@contiller.se>
15116              
15117              Subject: [PATCH] sharedsv cleanups
15118              From: "Arthur Bergman" <arthur@contiller.se>
15119              Date: Mon, 13 Aug 2001 15:14:25 +0200
15120              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
15121              
15122              Plus few tweaks: _init needs to be Adp, the prototypes
15123              should not be revealed unless using ithreads, #endif FOO
15124              must be #endif /* FOO */, adding (parentheses) around
15125              do { } while doesn't work too well.
15126      Branch: perl
15127            + sharedsv.c sharedsv.h
15128            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
15129            ! perl.h perlapi.c pod/perlapi.pod proto.h
15130 ____________________________________________________________________________
15131 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
15132         Log: Subject: Re: END {} blocks run in perl_run
15133              From: Arthur Bergman <arthur@contiller.se>
15134              Date: Mon, 13 Aug 2001 11:11:30 +0200
15135              Message-ID: <B79D6661.3068%arthur@contiller.se>
15136      Branch: perl
15137            ! perl.c
15138 ____________________________________________________________________________
15139 [ 11657] By: nick                                  on 2001/08/13  09:03:02
15140         Log: Integrate mainline
15141      Branch: perlio
15142           +> (branch 326 files)
15143            - (delete 330 files)
15144           !> (integrate 85 files)
15145 ____________________________________________________________________________
15146 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
15147         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
15148              and the Perl will be built to do that by default (adding that
15149              will break scripts having non-UTF-8 binary data, such as Latin-1.)
15150      Branch: perl
15151            ! op.c toke.c utf8.h
15152 ____________________________________________________________________________
15153 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
15154         Log: Unnecessary downgrades.
15155      Branch: perl
15156            ! doop.c
15157 ____________________________________________________________________________
15158 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
15159         Log: Failure not true anymore (probably caused by my broken setup).
15160      Branch: perl
15161            ! t/op/pat.t
15162 ____________________________________________________________________________
15163 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
15164         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
15165              stopped working).
15166      Branch: perl
15167            ! op.h pp_ctl.c regcomp.c
15168 ____________________________________________________________________________
15169 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
15170         Log: There is no IN_UTF8.
15171      Branch: perl
15172            ! utf8.h
15173 ____________________________________________________________________________
15174 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
15175         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
15176      Branch: perl
15177            ! op.c op.h pp_ctl.c regcomp.c
15178 ____________________________________________________________________________
15179 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
15180         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
15181              and a test tweak.
15182      Branch: perl
15183            ! op.c t/pod/find.t
15184 ____________________________________________________________________________
15185 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
15186         Log: Todo updates and fixes.
15187      Branch: perl
15188            ! pod/perltodo.pod
15189 ____________________________________________________________________________
15190 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
15191         Log: Mark tests (and one module) having explicit Latin-1
15192              (and one file having explicit UTF-8) with an explicit
15193              'no utf8' (and one explicit 'use utf8').
15194              
15195              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
15196      Branch: perl
15197            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
15198            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
15199            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
15200 ____________________________________________________________________________
15201 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
15202         Log: Subject: SV: END {} blocks run in perl_run
15203              From: "Arthur Bergman" <arthur@contiller.se>
15204              Date: Sun, 12 Aug 2001 00:34:28 +0200 
15205              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
15206      Branch: perl
15207            ! miniperlmain.c perl.c
15208 ____________________________________________________________________________
15209 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
15210         Log: Typos in #11645.
15211      Branch: perl
15212            ! perl.h
15213 ____________________________________________________________________________
15214 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
15215         Log: On ithreads default to use_reentrant except on naturally
15216              threadsafe platforms.
15217      Branch: perl
15218            ! perl.h
15219 ____________________________________________________________________________
15220 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
15221         Log: (Hopefully) a fix for 20010723.004: make install needs
15222              write permission in build directory.  The problem was
15223              probably caused by overeager sprinkling of the lib/re.pm
15224              dependencies (which was done to guarantee lib/re.pm being
15225              uptodate for parallel makes: now solved by funneling that
15226              through an explicit recursive make in the preplibrary target).
15227      Branch: perl
15228            ! Makefile.SH
15229 ____________________________________________________________________________
15230 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
15231         Log: Dispell the "use utf8" superstition.
15232      Branch: perl
15233            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
15234            ! pod/perlunicode.pod
15235 ____________________________________________________________________________
15236 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
15237         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
15238              From: "Abigail" <abigail@foad.org> 
15239              Date: Sat, 11 Aug 2001 23:49:49 +0200
15240              Message-ID: <20010811214950.23255.qmail@foad.org>
15241      Branch: perl
15242            ! t/op/taint.t
15243 ____________________________________________________________________________
15244 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
15245         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
15246              From: Abhijit Menon-Sen <ams@wiw.org>
15247              Date: Sat, 11 Aug 2001 06:18:19 +0530
15248              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
15249      Branch: perl
15250            ! mg.c
15251 ____________________________________________________________________________
15252 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
15253         Log: Test for change #11639.
15254      Branch: perl
15255            ! t/op/tiehandle.t
15256 ____________________________________________________________________________
15257 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
15258         Log: Subject: Re: Can't localize *FH, then tie it
15259              From: Abhijit Menon-Sen <ams@wiw.org>
15260              Date: Sun, 12 Aug 2001 16:08:06 +0530
15261              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
15262      Branch: perl
15263            ! pp_hot.c pp_sys.c
15264 ____________________________________________________________________________
15265 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
15266         Log: Drop all the unnecessary "use utf8" clauses and some of
15267              the unnecessary "use bytes" ones.
15268              
15269              TODO: scour the documentation for unnecessary "use utf8"
15270              and prominently display it in perldelta when the time comes.
15271              ("use utf8" should be necessary ONLY if one wants the script
15272              to be in UTF-8.)  Also should be checked in some non-ASCII
15273              non-Latin-1 platform, like EBCDIC.
15274      Branch: perl
15275            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
15276            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
15277 ____________________________________________________________________________
15278 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
15279         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
15280              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
15281              in Unicode handling.
15282      Branch: perl
15283            + t/op/lc.t
15284            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
15285 ____________________________________________________________________________
15286 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
15287         Log: Thinko: we want the flags for native cc, not gcc.
15288      Branch: perl
15289            ! hints/dec_osf.sh
15290 ____________________________________________________________________________
15291 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
15292         Log: (retracted by 13077)
15293              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
15294              From: Robin Houston <robin@kitsite.com>
15295              Date: Fri, 10 Aug 2001 14:42:02 +0100
15296              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
15297      Branch: perl
15298            ! pp.c
15299 ____________________________________________________________________________
15300 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
15301         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
15302              From: Abhijit Menon-Sen <ams@wiw.org>
15303              Date: Sat, 11 Aug 2001 16:31:04 +0530
15304              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
15305      Branch: perl
15306            ! op.c
15307 ____________________________________________________________________________
15308 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
15309         Log: Get rid of indread, from Abhijit Menon-Sen.
15310      Branch: perl
15311            ! pp_sys.c
15312 ____________________________________________________________________________
15313 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
15314         Log: CRLFgngngn.
15315      Branch: perl
15316            ! win32/Makefile win32/makefile.mk
15317 ____________________________________________________________________________
15318 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
15319         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
15320      Branch: perl
15321            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15322            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
15323            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
15324            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
15325            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
15326            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
15327            ! win32/Makefile win32/makefile.mk
15328 ____________________________________________________________________________
15329 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
15330         Log: Avoid #elif (less portable than #else #if).
15331      Branch: perl
15332            ! handy.h
15333 ____________________________________________________________________________
15334 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
15335         Log: Subject: patch for perlvar.pod
15336              From: mah@everybody.org (Mark A. Hershberger)
15337              Date: 08 Aug 2001 17:03:16 -0500
15338              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
15339      Branch: perl
15340            ! pod/perlvar.pod
15341 ____________________________________________________________________________
15342 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
15343         Log: cpp commands must start (the # must be) at the column #0.
15344      Branch: perl
15345            ! op.c
15346 ____________________________________________________________________________
15347 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
15348         Log: If using gcc -B/foo/bar makedepend would give
15349              unnecessary warnings about unused -B/foo/bar.
15350      Branch: perl
15351            ! makedepend.SH
15352 ____________________________________________________________________________
15353 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
15354         Log: Update Changes.
15355      Branch: perl
15356            ! Changes patchlevel.h
15357 ____________________________________________________________________________
15358 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
15359         Log: s/z/tz/
15360      Branch: perl
15361            ! pod/perlfaq2.pod
15362 ____________________________________________________________________________
15363 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
15364         Log: Article nit.
15365      Branch: perl
15366            ! pod/perlfaq2.pod
15367 ____________________________________________________________________________
15368 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
15369         Log: Rename lib/unicode files to lib/unicore to avoid
15370              conflicts between core lib/unicode and Unicode::
15371              files in case-ignoring filesystems.
15372      Branch: perl
15373            + (add 325 files)
15374            - (delete 324 files)
15375            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
15376 ____________________________________________________________________________
15377 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
15378         Log: Upgrade to Math::BigInt 1.41.
15379      Branch: perl
15380            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
15381 ____________________________________________________________________________
15382 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
15383         Log: Subject: [PATCH] remove PL_na from typemap
15384              From: James <james@rf.net>
15385              Date: Mon, 06 Aug 2001 20:23:15 -0700
15386              Message-ID: <3B6F5F23.A31A81B1@rf.net>
15387              
15388              (had to be manually applied)
15389      Branch: perl
15390            ! lib/ExtUtils/typemap
15391 ____________________________________________________________________________
15392 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
15393         Log: The metaconfig unit changes for #11618.
15394      Branch: metaconfig/U/perl
15395            + d_fpclassl.U i_fp.U
15396 ____________________________________________________________________________
15397 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
15398         Log: Forgot this from #11618.
15399              
15400              NOTE: wince/config_H.ce needs updating.
15401      Branch: perl
15402            ! wince/config.ce
15403 ____________________________________________________________________________
15404 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
15405         Log: Introduce more floating point classifying APIs;
15406              try to define (most importantly) Perl_is{inf,nan}(x).
15407              
15408              For this first cut, assume none such APIs exist in non-UNIXoid
15409              platforms-- this is of course too unkind: Win32 rumoredly has
15410              _fpclass() and _isnan(), and VMS/VOS very probably have some
15411              of the APIs available.     The only thing Perl uses at the moment
15412              is Perl_isnan() (has been in use for a while now).
15413              
15414              NOTE: the Win32 and NetWare config_h.?c need regenerating.
15415      Branch: perl
15416            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
15417            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15418            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
15419            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15420            ! vos/config.ga.h win32/config.bc win32/config.gc
15421            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15422            ! win32/config_H.vc wince/config.ce wince/config.h
15423 ____________________________________________________________________________
15424 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
15425         Log: Integrate change #11519 from perlio:
15426              
15427              Avoid testing for (non-)existance of "encoding(xxxx)"
15428              layer is called "encoding" the (xxxx) is an argument.
15429      Branch: perl
15430           !> lib/open.pm
15431 ____________________________________________________________________________
15432 [ 11616] By: nick                                  on 2001/08/09  07:50:24
15433         Log: Integrate mainline
15434      Branch: perlio
15435           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
15436           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
15437           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
15438           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
15439            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
15440            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
15441           !> (integrate 79 files)
15442 ____________________________________________________________________________
15443 [ 11615] By: nick                                  on 2001/08/09  06:23:44
15444         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
15445              layer is called "encoding" the (xxxx) is an argument.
15446      Branch: perlio
15447            ! lib/open.pm
15448 ____________________________________________________________________________
15449 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
15450         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
15451              From: Paul Johnson <paul@pjcj.net>
15452              Date: Wed, 8 Aug 2001 23:54:17 +0200
15453              Message-ID: <20010808235417.O1006@pjcj.net>
15454      Branch: perl
15455            ! ext/B/B/Concise.pm
15456 ____________________________________________________________________________
15457 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
15458         Log: Make VMS use IEEE math by default; reorder Tru64 hints
15459              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
15460              exception semantics) is always set if using (the new) cc.
15461      Branch: perl
15462            ! configure.com hints/dec_osf.sh
15463 ____________________________________________________________________________
15464 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
15465         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
15466              From: Abhijit Menon-Sen <ams@wiw.org>
15467              Date: Tue, 7 Aug 2001 17:16:05 +0530
15468              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
15469      Branch: perl
15470            ! pp_sys.c
15471 ____________________________________________________________________________
15472 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
15473         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
15474              From: "Craig A. Berry" <craigberry@mac.com>
15475              Date: Tue, 07 Aug 2001 22:27:47 -0500
15476              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
15477      Branch: perl
15478            ! t/run/exit.t
15479 ____________________________________________________________________________
15480 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
15481         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
15482              From: "Craig A. Berry" <craigberry@mac.com>
15483              Date: Tue, 07 Aug 2001 20:01:53 -0500
15484              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
15485      Branch: perl
15486            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
15487 ____________________________________________________________________________
15488 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
15489         Log: Update the magazine information.
15490      Branch: perl
15491            ! pod/perlfaq2.pod
15492 ____________________________________________________________________________
15493 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
15494         Log: Ignore SIGFPE everywhere.
15495      Branch: perl
15496            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
15497 ____________________________________________________________________________
15498 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
15499         Log: With permission, change the licensing of the docs by
15500              TomC (and Gnat) to comply with the rest of Perl.
15501      Branch: perl
15502            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15503            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15504            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15505            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
15506            ! pod/perltootc.pod
15507 ____________________________________________________________________________
15508 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
15509         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
15510              From: Andy Dougherty <doughera@lafayette.edu>
15511              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
15512              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
15513      Branch: perl
15514            ! hints/openbsd.sh
15515 ____________________________________________________________________________
15516 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
15517         Log: Subject: [PATCH] Makefile.SH test_prep dependency
15518              From: Andy Dougherty <doughera@lafayette.edu>
15519              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
15520              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
15521      Branch: perl
15522            ! Makefile.SH
15523 ____________________________________________________________________________
15524 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
15525         Log: Don't autogenerate the headers et alia,
15526              make regen_headers explicitly.
15527      Branch: perl
15528            ! Makefile.SH
15529 ____________________________________________________________________________
15530 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
15531         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
15532              From: Gurusamy Sarathy <gsar@ActiveState.com> 
15533              Date: Tue, 07 Aug 2001 08:33:26 -0700
15534              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
15535              
15536              Unnecessary dependency.
15537      Branch: perl
15538            ! embed.pl
15539 ____________________________________________________________________________
15540 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
15541         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
15542              From: Abhijit Menon-Sen <ams@wiw.org>
15543              Date: Tue, 7 Aug 2001 09:10:54 +0530
15544              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
15545      Branch: perl
15546            ! pp_hot.c
15547 ____________________________________________________________________________
15548 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
15549         Log: Subject: [PATCH perl@11597] B && BEGIN handling
15550              From: "James A. Duncan" <jduncan@fotango.com>
15551              Date: Mon, 6 Aug 2001 17:29:11 +0100
15552              Message-ID: <20010806172911.A2071@fotango.com>
15553              
15554              (the intrpvar.h addition moved to the end for bincompat)
15555      Branch: perl
15556            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
15557 ____________________________________________________________________________
15558 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
15559         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
15560      Branch: perl
15561           !> README.win32
15562 ____________________________________________________________________________
15563 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
15564         Log: fix URLs for fcrypt.c
15565      Branch: maint-5.6/perl
15566            ! README.win32
15567 ____________________________________________________________________________
15568 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
15569         Log: Yet another way to say Infinity: HP-UX calls its "++".
15570      Branch: perl
15571            ! lib/Math/BigInt/t/bigintpm.t
15572 ____________________________________________________________________________
15573 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
15574         Log: Update Changes.
15575      Branch: perl
15576            ! Changes patchlevel.h
15577 ____________________________________________________________________________
15578 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
15579         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
15580      Branch: perl
15581            ! pod/perlfaq5.pod
15582 ____________________________________________________________________________
15583 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
15584         Log: The #11593 wasn't right.
15585      Branch: perl
15586            ! lib/Math/BigInt/t/bigintpm.t
15587 ____________________________________________________________________________
15588 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
15589         Log: Subject: [PATCH: perl@11564] introducing perlivp
15590              From: Prymmer/Kahn <pvhp@best.com>
15591              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
15592              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
15593              
15594              Subject: Re: [PATCH: perl@11564] introducing perlivp
15595              From: Prymmer/Kahn <pvhp@best.com>
15596              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
15597              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
15598      Branch: perl
15599            + utils/perlivp.PL
15600            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
15601            ! win32/Makefile win32/makefile.mk
15602 ____________________________________________________________________________
15603 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
15604         Log: libcs are confused what to call Infinity.
15605      Branch: perl
15606            ! lib/Math/BigInt/t/bigintpm.t
15607 ____________________________________________________________________________
15608 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
15609         Log: Avoid SIGFPE in Tru64.
15610      Branch: perl
15611            ! numeric.c
15612 ____________________________________________________________________________
15613 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
15614         Log: Upgrade to Math::BigInt 1.40.
15615              
15616              NOTE: this patch necessitates doing something about
15617              infinity handling since the new bigintpm.t tests use
15618              infinity, which causes SIGFPEs at least in Tru64.
15619      Branch: perl
15620            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15621            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15622            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15623            ! lib/Math/BigInt/t/mbimbf.t
15624 ____________________________________________________________________________
15625 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
15626         Log: remove hardcoded cmd shell in testsuite
15627      Branch: perl
15628            ! t/op/glob.t t/op/magic.t t/op/stat.t
15629 ____________________________________________________________________________
15630 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
15631         Log: 4-arg select() was busted on windows because change#8178 didn't
15632              make it into mainline
15633      Branch: perl
15634            ! perl.h win32/include/sys/socket.h
15635 ____________________________________________________________________________
15636 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
15637         Log: Rename the Getopt::Long tests to be as they are
15638              in the Getopt::Long official distribution.
15639      Branch: perl
15640            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
15641            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
15642            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
15643            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
15644            ! MANIFEST
15645 ____________________________________________________________________________
15646 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
15647         Log: Upgrade to Getopt::Long 2.26.
15648      Branch: perl
15649            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
15650            ! MANIFEST lib/Getopt/Long.pm
15651 ____________________________________________________________________________
15652 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
15653         Log: Retract #10874 (the hack should be unnecessary by now)
15654      Branch: perl
15655            ! lib/Test/Harness.pm
15656 ____________________________________________________________________________
15657 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
15658         Log: avoid temp file littering in tests
15659      Branch: perl
15660            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
15661 ____________________________________________________________________________
15662 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
15663         Log: Subject: warning in sv.c: double format, NV arg
15664              From: "Philip Newton" <Philip.Newton@gmx.net>
15665              Date: Sun, 5 Aug 2001 19:41:07 +0200
15666              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
15667      Branch: perl
15668            ! sv.c
15669 ____________________________________________________________________________
15670 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
15671         Log: fix POSIX.t#13 for windos
15672      Branch: perl
15673            ! ext/POSIX/POSIX.t
15674 ____________________________________________________________________________
15675 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
15676         Log: Add a test for PerlIO::Via.
15677      Branch: perl
15678            + ext/PerlIO/t/via.t
15679            ! MANIFEST ext/PerlIO/Via/Via.pm
15680 ____________________________________________________________________________
15681 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
15682         Log: flock() and link() are not available on Windows 9x
15683      Branch: perl
15684            ! win32/config_sh.PL
15685 ____________________________________________________________________________
15686 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
15687         Log: Some Tru64 C compilers have C++ components that confuse
15688              the ccversion parsing.
15689      Branch: perl
15690            ! hints/dec_osf.sh
15691 ____________________________________________________________________________
15692 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
15693         Log: (Reintroduce #11125)
15694              
15695              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
15696              From: Alan Burlison <Alan.Burlison@sun.com> 
15697              Date: Tue, 03 Jul 2001 15:20:13 +0100   
15698              Message-ID: <3B41D49D.A923D4F9@sun.com> 
15699      Branch: perl
15700            ! lib/ExtUtils/MM_Unix.pm
15701 ____________________________________________________________________________
15702 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
15703         Log: Little pointer juggling for HP-UX cc to avoid
15704              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
15705              followed by
15706              "error 1549: Modifiable lvalue required for assignment operator."
15707      Branch: perl
15708            ! hv.c
15709 ____________________________________________________________________________
15710 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
15711         Log: Continuation of #11575: SANY_SEEN completely deprecated,
15712              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
15713              plus a fix for the bug.
15714      Branch: perl
15715            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
15716 ____________________________________________________________________________
15717 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
15718         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
15719              From: Doug MacEachern <dougm@covalent.net>
15720              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
15721              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
15722      Branch: perl
15723            ! sv.c
15724 ____________________________________________________________________________
15725 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
15726         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
15727              the new CANY is the \C.  The problem reported and the
15728              test case supplied in
15729              
15730              Subject: UTF-8 bugs in string length & single line regex matches
15731              From: "Daniel P. Berrange" <dan@berrange.com>
15732              Date: Fri, 3 Aug 2001 11:39:33 +0100
15733              Message-ID: <20010803113932.A19318@berrange.com>
15734      Branch: perl
15735            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
15736            ! t/op/pat.t
15737 ____________________________________________________________________________
15738 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
15739         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
15740              From: Doug MacEachern <dougm@covalent.net>
15741              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
15742              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
15743      Branch: perl
15744            ! perl.c regexec.c
15745 ____________________________________________________________________________
15746 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
15747         Log: The #11572 didn't up the test count.
15748      Branch: perl
15749            ! t/op/length.t
15750 ____________________________________________________________________________
15751 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
15752         Log: Subject: UTF-8 bugs in string length & single line regex matches
15753              From: "Daniel P. Berrange" <dan@berrange.com>
15754              Date: Fri, 3 Aug 2001 11:39:33 +0100         
15755              Message-ID: <20010803113932.A19318@berrange.com>
15756              
15757              (the mg_length() fix)
15758      Branch: perl
15759            ! mg.c t/op/length.t
15760 ____________________________________________________________________________
15761 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
15762         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15763              From: Abhijit Menon-Sen <ams@wiw.org>
15764              Date: Sat, 4 Aug 2001 16:56:35 +0530
15765              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
15766      Branch: perl
15767            ! hv.c
15768 ____________________________________________________________________________
15769 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
15770         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15771              From: Abhijit Menon-Sen <ams@wiw.org>
15772              Date: Sat, 4 Aug 2001 16:16:03 +0530
15773              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
15774      Branch: perl
15775            ! hv.c
15776 ____________________________________________________________________________
15777 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
15778         Log: Subject: Re: [patch] refcount re ops
15779              From: Abhijit Menon-Sen <ams@wiw.org>
15780              Date: Sat, 4 Aug 2001 08:54:55 +0530
15781              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
15782      Branch: perl
15783            ! sv.c
15784 ____________________________________________________________________________
15785 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
15786         Log: Subject: [patch] refcount re ops
15787              From: Doug MacEachern <dougm@covalent.net>
15788              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
15789              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
15790      Branch: perl
15791            ! regcomp.c sv.c
15792 ____________________________________________________________________________
15793 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
15794         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
15795              From: Doug MacEachern <dougm@covalent.net>
15796              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
15797              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
15798      Branch: perl
15799            ! perl.c regexec.c
15800 ____________________________________________________________________________
15801 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
15802         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
15803              From: "Craig A. Berry" <craigberry@mac.com> 
15804              Date: Fri, 03 Aug 2001 16:16:16 -0500
15805              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
15806      Branch: perl
15807            ! t/op/misc.t
15808 ____________________________________________________________________________
15809 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
15810         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
15811              From: John Kristian <jmk2001@engineer.com>
15812              Date: Fri, 03 Aug 2001 00:59:08 -0700
15813              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
15814      Branch: perl
15815            ! win32/win32.c
15816 ____________________________________________________________________________
15817 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
15818         Log: Update Changes.
15819      Branch: perl
15820            ! Changes patchlevel.h
15821 ____________________________________________________________________________
15822 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
15823         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
15824              From: "Craig A. Berry" <craigberry@mac.com>
15825              Date: Thu, 02 Aug 2001 23:15:24 -0500
15826              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
15827      Branch: perl
15828            ! ext/B/Stash.t
15829 ____________________________________________________________________________
15830 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
15831         Log: Subject: [patch] plug PL_cshname leak
15832              From: Doug MacEachern <dougm@covalent.net>
15833              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
15834              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
15835      Branch: perl
15836            ! sv.c
15837 ____________________________________________________________________________
15838 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
15839         Log: Subject: [patch] plug PL_sh_path leak
15840              From: Doug MacEachern <dougm@covalent.net>
15841              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
15842              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
15843      Branch: perl
15844            ! sv.c
15845 ____________________________________________________________________________
15846 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
15847         Log: Subject: [patch] plug PL_regex_padav leaks
15848              From: Doug MacEachern <dougm@covalent.net>
15849              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
15850              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
15851      Branch: perl
15852            ! op.c op.h perl.c
15853 ____________________________________________________________________________
15854 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
15855         Log: Subject: [patch] plug PL_origargv leak
15856              From: Doug MacEachern <dougm@covalent.net>
15857              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
15858              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
15859      Branch: perl
15860            ! perl.c
15861 ____________________________________________________________________________
15862 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
15863         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
15864              From: Abhijit Menon-Sen <ams@wiw.org>
15865              Date: Fri, 3 Aug 2001 06:38:11 +0530
15866              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
15867      Branch: perl
15868            ! hv.c
15869 ____________________________________________________________________________
15870 [ 11557] By: nick                                  on 2001/08/03  08:17:38
15871         Log: Integrate mainline
15872      Branch: perlio
15873           +> (branch 47 files)
15874            - lib/Switch/test.pl
15875           !> (integrate 49 files)
15876 ____________________________________________________________________________
15877 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
15878         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
15879              From: "Craig A. Berry" <craigberry@mac.com>
15880              Date: Thu, 02 Aug 2001 12:56:19 -0500
15881              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
15882      Branch: perl
15883            ! ext/B/Showlex.t
15884 ____________________________________________________________________________
15885 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
15886         Log: Be more careful about non-existent files.
15887      Branch: perl
15888            ! lib/File/Copy.pm
15889 ____________________________________________________________________________
15890 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
15891         Log: Subject: [PATCH resend] deparse empty formats
15892              From: Robin Houston <robin@kitsite.com> 
15893              Date: Thu, 2 Aug 2001 14:32:36 +0100
15894              Message-ID: <20010802143236.A894@robin.kitsite.com>
15895      Branch: perl
15896            ! ext/B/B/Deparse.pm
15897 ____________________________________________________________________________
15898 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
15899         Log: Subject: [patch] ithreads + refto fix improvement
15900              From: Doug MacEachern <dougm@covalent.net>
15901              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
15902              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
15903      Branch: perl
15904            ! pp.c
15905 ____________________________________________________________________________
15906 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
15907         Log: Readability nit from Abhijit.
15908      Branch: perl
15909            ! op.c
15910 ____________________________________________________________________________
15911 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
15912         Log: setproctitle() API version nit from Anton Berezin.
15913      Branch: perl
15914            ! mg.c
15915 ____________________________________________________________________________
15916 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
15917         Log: Add PerlCE to the docs.
15918      Branch: perl
15919            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
15920            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15921 ____________________________________________________________________________
15922 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
15923         Log: Integrate the PerlCE (WinCE Perl) port;
15924              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
15925      Branch: perl
15926            + README.ce wince/FindExt.pm wince/Makefile.ce
15927            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
15928            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
15929            + wince/bin/search.pl wince/config.ce wince/config.h
15930            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
15931            + wince/dl_win32.xs wince/include/arpa/inet.h
15932            + wince/include/cectype.h wince/include/errno.h
15933            + wince/include/netdb.h wince/include/sys/socket.h
15934            + wince/include/sys/stat.h wince/include/sys/types.h
15935            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
15936            + wince/perl.rc wince/perldll.def wince/perllib.c
15937            + wince/perlmain.c wince/registry.bat wince/runperl.c
15938            + wince/splittree.pl wince/win32.h wince/win32iop.h
15939            + wince/win32thread.c wince/win32thread.h wince/wince.c
15940            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
15941            + wince/xdistclean.ksh wince/xmakediffs.ksh
15942            ! MANIFEST perl.c perl.h perlio.c
15943 ____________________________________________________________________________
15944 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
15945         Log: setproctitle() made simpler.  (This assumes the string is
15946              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
15947              should be used.  Note len, not len + 1.)  BSD-fu from Anton
15948              Berezin.
15949      Branch: perl
15950            ! mg.c
15951 ____________________________________________________________________________
15952 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
15953         Log: Subject: [PATCH] -Wall cleanup: op.c
15954              From: Richard Soderberg <rs@oregonnet.com>
15955              Date: Thu, 2 Aug 2001 00:17:09 -0700
15956              Message-Id: <200108020717.AAA26895@oregonnet.com>
15957              
15958              Subject: [PATCH] -Wall cleanup: sv.c
15959              From: Richard Soderberg <rs@oregonnet.com>
15960              Date: Thu, 2 Aug 2001 00:49:21 -0700
15961              Message-Id: <200108020749.AAA27492@oregonnet.com>
15962      Branch: perl
15963            ! op.c sv.c
15964 ____________________________________________________________________________
15965 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
15966         Log: Update Changes.
15967      Branch: perl
15968            ! Changes patchlevel.h
15969 ____________________________________________________________________________
15970 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
15971         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
15972              From: Doug MacEachern <dougm@covalent.net>
15973              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
15974              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
15975      Branch: perl
15976            ! op.c
15977 ____________________________________________________________________________
15978 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
15979         Log: The #11541 didn't work under threads.
15980      Branch: perl
15981            ! op.c
15982 ____________________________________________________________________________
15983 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
15984         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
15985              From: Hugo <hv@crypt.compulink.co.uk>
15986              Date: Fri, 22 Jun 2001 01:19:08 +0100 
15987              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
15988              
15989              (Skip tests if accept() failed)
15990      Branch: perl
15991            ! ext/IO/lib/IO/t/io_unix.t
15992 ____________________________________________________________________________
15993 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
15994         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
15995              From: "Stian Seeberg" <sseeberg@nimsoft.no>
15996              Date: Mon, 30 Jul 2001 12:28:07 +0200
15997              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
15998      Branch: perl
15999            ! perl.h
16000 ____________________________________________________________________________
16001 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
16002         Log: Subject: Pluggable optimizer
16003              From: Simon Cozens <simon@netthink.co.uk>
16004              Date: Wed, 1 Aug 2001 13:57:02 -0700
16005              Message-ID: <20010801135702.I10442@netthink.co.uk>
16006      Branch: perl
16007            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
16008 ____________________________________________________________________________
16009 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
16010         Log: Subject: [ID 20010801.039] perlre.pod message typo
16011              From: Autrijus Tang <autrijus@geb.elixus.org>
16012              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
16013              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
16014      Branch: perl
16015            ! pod/perlre.pod
16016 ____________________________________________________________________________
16017 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
16018         Log: Test for change #11536.
16019      Branch: perl
16020            ! t/op/tiehandle.t
16021 ____________________________________________________________________________
16022 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
16023         Log: More test fixups for #11537.
16024      Branch: perl
16025            ! t/lib/warnings/4lint t/lib/warnings/9enabled
16026 ____________________________________________________________________________
16027 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
16028         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
16029              From: Doug MacEachern <dougm@covalent.net>
16030              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
16031              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
16032      Branch: perl
16033            ! op.c t/TestInit.pm
16034 ____________________________________________________________________________
16035 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
16036         Log: Subject: [patch] ithreads + refto bug
16037              From: Doug MacEachern <dougm@covalent.net>
16038              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
16039              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
16040              
16041              (Test in change #11539)
16042      Branch: perl
16043            ! pp.c
16044 ____________________________________________________________________________
16045 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
16046         Log: Subject: [PATCH: perl@11523] fixups for t/harness
16047              From: Prymmer/Kahn <pvhp@best.com>
16048              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
16049              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
16050      Branch: perl
16051            ! t/harness
16052 ____________________________________________________________________________
16053 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
16054         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
16055              From: Prymmer/Kahn <pvhp@best.com>
16056              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
16057              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
16058      Branch: perl
16059            ! win32/Makefile win32/makefile.mk
16060 ____________________________________________________________________________
16061 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
16062         Log: Need to know the number of tests.
16063      Branch: perl
16064            ! t/run/exit.t
16065 ____________________________________________________________________________
16066 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
16067         Log: Subject: Re: new exit tests on VMS
16068              From: "Craig A. Berry" <craigberry@mac.com>
16069              Date: Tue, 31 Jul 2001 12:19:29 -0500
16070              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
16071      Branch: perl
16072            ! t/run/exit.t
16073 ____________________________________________________________________________
16074 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
16075         Log: Retract #11530 (the dTHX is needed under threads)
16076      Branch: perl
16077            ! perlio.c
16078 ____________________________________________________________________________
16079 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
16080         Log: (Retracted by #11531)
16081      Branch: perl
16082            ! perlio.c
16083 ____________________________________________________________________________
16084 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
16085         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
16086              From: Richard Soderberg <rs@crystalflame.net>
16087              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
16088              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
16089      Branch: perl
16090            ! unixish.h
16091 ____________________________________________________________________________
16092 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
16093         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
16094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16095              Date: Tue, 31 Jul 2001 05:39:09 -0400
16096              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
16097              
16098              (with a note about the case of UV being equal to long long)
16099      Branch: perl
16100            ! utils/h2xs.PL
16101 ____________________________________________________________________________
16102 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
16103         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
16104              From: "Craig A. Berry" <craigberry@mac.com>
16105              Date: Tue, 31 Jul 2001 14:57:43 -0500
16106              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
16107      Branch: perl
16108            ! t/io/fs.t
16109 ____________________________________________________________________________
16110 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
16111         Log: Fix for
16112              
16113              Subject: [ID 20010116.001] File::Copy truncates orig file 
16114              From: arbor@al37al08.telecel.pt
16115              Date: Tue, 16 Jan 2001 11:43:02 GMT
16116              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
16117              
16118              (copy($foo, $foo) would truncate $foo)
16119      Branch: perl
16120            ! lib/File/Copy.pm lib/File/Copy.t
16121 ____________________________________________________________________________
16122 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
16123         Log: Metaconfig unit change for #11524.
16124      Branch: metaconfig/U/perl
16125            ! Extras.U
16126 ____________________________________________________________________________
16127 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
16128         Log: Multiple modules didn't work; plus typo fixes.
16129      Branch: perl
16130            ! Configure
16131 ____________________________________________________________________________
16132 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
16133         Log: Update Changes.
16134      Branch: perl
16135            ! Changes patchlevel.h
16136 ____________________________________________________________________________
16137 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
16138         Log: Regen perlapi.
16139      Branch: perl
16140            ! pod/perlapi.pod
16141 ____________________________________________________________________________
16142 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
16143         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
16144              From: Dave Mitchell <davem@fdgroup.co.uk>
16145              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
16146              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
16147      Branch: perl
16148            ! sv.c
16149 ____________________________________________________________________________
16150 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
16151         Log: Regen toc.
16152      Branch: perl
16153            ! pod/perltoc.pod
16154 ____________________________________________________________________________
16155 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
16156         Log: Regen Porting stuff.
16157      Branch: perl
16158            ! Porting/Glossary Porting/config.sh Porting/config_H
16159 ____________________________________________________________________________
16160 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
16161         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
16162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16163              Date: Tue, 31 Jul 2001 05:34:38 -0400
16164              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
16165      Branch: perl
16166            ! utils/h2xs.PL
16167 ____________________________________________________________________________
16168 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
16169         Log: Metaconfig unit change for #11516. 
16170      Branch: metaconfig/U/perl
16171            ! gccvers.U
16172 ____________________________________________________________________________
16173 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
16174         Log: Add -Wall in cflags, not in Configure.
16175              (This way -Wall affects only the core and the core XS,
16176              not user modules' XS.  Concern from Paul Marquess,
16177              implementation idea from Andy Dougherty.)
16178      Branch: perl
16179            ! Configure cflags.SH
16180 ____________________________________________________________________________
16181 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
16182         Log: Metaconfig unit changes for #11514.
16183      Branch: metaconfig
16184            + U/modified/sysman.U
16185            ! U/installdirs/man1dir.U
16186 ____________________________________________________________________________
16187 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
16188         Log: Subject: Configure's detection of system manual
16189              From: Sean Dague <sean@dague.net> 
16190              Date: Sun, 13 May 2001 15:53:15 -0400
16191              Message-ID: <20010513155315.A15833@underhill.dague.net>
16192      Branch: perl
16193            ! Configure
16194 ____________________________________________________________________________
16195 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
16196         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
16197              From: Autrijus Tang <autrijus@autrijus.org> 
16198              Date: Thu, 21 Jun 2001 23:56:48 +0800
16199              Message-Id: <20010621235648.A57340@not.autrijus.org>
16200      Branch: perl
16201            ! pod/perlobj.pod
16202 ____________________________________________________________________________
16203 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
16204         Log: Subject: Typo in DB_File.pm
16205              From: "Philip Newton" <Philip.Newton@gmx.net>
16206              Date: Tue, 31 Jul 2001 06:19:35 +0200
16207              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
16208      Branch: perl
16209            ! ext/DB_File/DB_File.pm
16210 ____________________________________________________________________________
16211 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
16212         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
16213              From: "Stephen P. Potter" <spp@spotter.yi.org>
16214              Date: Wed, 30 May 2001 13:59:34 -0400
16215              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
16216      Branch: perl
16217            ! pod/perlre.pod
16218 ____________________________________________________________________________
16219 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
16220         Log: eval "format foo=" would loop indefinitely; reported in
16221              
16222              Subject: A load of old rubbish
16223              From: Mike Guy <mjtg@cam.ac.uk>
16224              Date: Mon, 14 May 2001 16:12:22 +0100
16225              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
16226              
16227              (The core dumps reported in there already fixed.)
16228      Branch: perl
16229            ! toke.c
16230 ____________________________________________________________________________
16231 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
16232         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
16233      Branch: perl
16234            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
16235            + lib/Switch/t/switch_case.t
16236            - lib/Switch/test.pl
16237            ! MANIFEST lib/Switch.pm
16238 ____________________________________________________________________________
16239 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
16240         Log: Subject: [PATCH @11505] DB_File-1.78
16241              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16242              Date: Mon, 30 Jul 2001 22:54:37 +0100
16243              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
16244      Branch: perl
16245            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16246            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16247 ____________________________________________________________________________
16248 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
16249         Log: Explain in more detail why -pipe and -fno-common are good.
16250      Branch: perl
16251            ! hints/darwin.sh
16252 ____________________________________________________________________________
16253 [ 11506] By: nick                                  on 2001/07/30  14:32:23
16254         Log: Integrate mainline
16255      Branch: perlio
16256           !> INSTALL Makefile.SH doio.c hints/darwin.sh
16257 ____________________________________________________________________________
16258 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
16259         Log: Perl hasn't been putting man pages into $prefix/lib for
16260              a long time now; pointed out by Andy Dougherty. 
16261      Branch: perl
16262            ! hints/darwin.sh
16263 ____________________________________________________________________________
16264 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
16265         Log: Document the extras Configure option.
16266      Branch: perl
16267            ! INSTALL
16268 ____________________________________________________________________________
16269 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
16270         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
16271              everywhere.
16272      Branch: perl
16273           !> doio.c
16274 ____________________________________________________________________________
16275 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
16276         Log: Doubly guard against invoking CPAN if no extras defined,
16277              pointed out by H. Merijn Brand.
16278      Branch: perl
16279            ! Makefile.SH
16280 ____________________________________________________________________________
16281 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
16282         Log: Fix O_RDONLY check to check for O_RDONLY.
16283      Branch: maint-5.6/macperl
16284            ! doio.c
16285 ____________________________________________________________________________
16286 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
16287         Log: Integrate miscellaneous changes from maint-5.6/perl.
16288      Branch: maint-5.6/macperl
16289           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
16290 ____________________________________________________________________________
16291 [ 11499] By: nick                                  on 2001/07/30  06:52:42
16292         Log: Integrate mainline
16293      Branch: perlio
16294           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
16295           +> win32/sync_ext.pl
16296            - win32/sncfnmcs.pl
16297           !> (integrate 71 files)
16298 ____________________________________________________________________________
16299 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
16300         Log: Update Changes.
16301      Branch: perl
16302            ! Changes patchlevel.h
16303 ____________________________________________________________________________
16304 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
16305         Log: Now Configure -Dextras=Foo::Bar and "make install" will
16306              fetch and install Foo::Bar.
16307      Branch: perl
16308            ! Makefile.SH
16309 ____________________________________________________________________________
16310 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
16311         Log: Metaconfig unit change for #11495.
16312      Branch: metaconfig/U/perl
16313            ! Extras.U
16314 ____________________________________________________________________________
16315 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
16316         Log: extras.make, extras.test, and extras.install make targets.
16317      Branch: perl
16318            ! Configure Makefile.SH
16319 ____________________________________________________________________________
16320 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
16321         Log: Metaconfig unit change for #11493.
16322      Branch: metaconfig/U/perl
16323            ! Extras.U
16324 ____________________________________________________________________________
16325 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
16326         Log: Better to have the list of extras in $extras than 'define'.
16327      Branch: perl
16328            ! Configure
16329 ____________________________________________________________________________
16330 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
16331         Log: The metaconfig unit change for #11490.
16332      Branch: metaconfig/U/perl
16333            + Extras.U
16334 ____________________________________________________________________________
16335 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
16336         Log: Missed from #11490 (the required dependency).
16337      Branch: perl
16338            ! Makefile.SH
16339 ____________________________________________________________________________
16340 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
16341         Log: Add the support of asking for extra modules or bundles of modules
16342              to be fetched from the CPAN and installed as a part of the Perl
16343              build process.  None of this installation is yet really done;
16344              only the list is asked, and saved away in extras.lst for
16345              the build and installation process to worry about later.
16346      Branch: perl
16347            ! Configure
16348 ____________________________________________________________________________
16349 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
16350         Log: Beginnings of better Inf and NaN support.
16351              At least toke.c and sv.c still need quite a bit of work.
16352      Branch: perl
16353            ! numeric.c perl.h
16354 ____________________________________________________________________________
16355 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
16356         Log: Top-level Makefile didn't honour OPTIMIZE.
16357      Branch: perl
16358            ! Makefile.SH
16359 ____________________________________________________________________________
16360 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
16361         Log: Update Changes.
16362      Branch: perl
16363            ! Changes patchlevel.h
16364 ____________________________________________________________________________
16365 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
16366         Log: Use Search::Dict 1.02 interface for charinfo().
16367      Branch: perl
16368            ! lib/UnicodeCD.pm
16369 ____________________________________________________________________________
16370 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
16371         Log: Now also allow transforming the read lines before comparing them.
16372              (This will help UnicodeCD.) 
16373      Branch: perl
16374            ! lib/Search/Dict.pm
16375 ____________________________________________________________________________
16376 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
16377         Log: Remove tiehandle code.
16378      Branch: perl
16379            ! lib/UnicodeCD.pm
16380 ____________________________________________________________________________
16381 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
16382         Log: Allow specifying a comparison function for Search::Dict::look().
16383      Branch: perl
16384            ! lib/Search/Dict.pm
16385 ____________________________________________________________________________
16386 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
16387         Log: Small UnicodeCD tweaks.
16388      Branch: perl
16389            ! lib/UnicodeCD.pm lib/UnicodeCD.t
16390 ____________________________________________________________________________
16391 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
16392         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
16393              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16394              Date: Tue, 24 Jul 2001 01:51:32 +0900
16395              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
16396      Branch: perl
16397            ! lib/UnicodeCD.pm lib/UnicodeCD.t
16398 ____________________________________________________________________________
16399 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
16400         Log: Subject: [PATCH] installperl
16401              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
16402              Date: Fri, 27 Jul 2001 19:05:04 -0700
16403              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
16404      Branch: perl
16405            ! installperl
16406 ____________________________________________________________________________
16407 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
16408         Log: Subject: [PATCH] Set proper compatibility versions in core
16409              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
16410              Date: Fri, 27 Jul 2001 20:01:49 -0700
16411              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
16412      Branch: perl
16413            ! Makefile.SH
16414 ____________________________________________________________________________
16415 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
16416         Log: Metaconfig unit change for #11477.
16417      Branch: metaconfig/U/perl
16418            ! dlsrc.U
16419 ____________________________________________________________________________
16420 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
16421         Log: Subject: [PATCH] Darwin: -fpic not so good
16422              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
16423              Date: Fri, 27 Jul 2001 18:57:38 -0700
16424              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
16425      Branch: perl
16426            ! Configure
16427 ____________________________________________________________________________
16428 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
16429         Log: Subject: [PATCH] Clean up Darwin hints
16430              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
16431              Date: Fri, 27 Jul 2001 19:13:15 -0700
16432              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
16433      Branch: perl
16434            ! hints/darwin.sh
16435 ____________________________________________________________________________
16436 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
16437         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
16438              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16439              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
16440              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
16441      Branch: perl
16442            ! pod/perlfunc.pod pp.c t/op/split.t
16443 ____________________________________________________________________________
16444 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
16445         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
16446              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16447              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
16448              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
16449      Branch: perl
16450            ! pod/perlvar.pod
16451 ____________________________________________________________________________
16452 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
16453         Log: Subject: [PATCH] fixes to constant.pm documentation
16454              From: Ilmari Karonen <iltzu@sci.fi>
16455              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
16456              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
16457      Branch: perl
16458            ! lib/constant.pm
16459 ____________________________________________________________________________
16460 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
16461         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
16462              From: "Philip Newton" <Philip.Newton@gmx.net>
16463              Date: Fri, 27 Jul 2001 07:51:10 +0200
16464              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
16465      Branch: perl
16466            ! pod/perlport.pod
16467 ____________________________________________________________________________
16468 [ 11471] By: nick                                  on 2001/07/26  06:23:32
16469         Log: Subject:  [PATCH] Doc fix for perlguts / threading
16470              From:  Arthur Bergman <arthur@contiller.se>
16471              Date:  Wed, 25 Jul 2001 11:28:23 +0200
16472              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
16473      Branch: perl
16474            ! pod/perlguts.pod
16475 ____________________________________________________________________________
16476 [ 11470] By: nick                                  on 2001/07/26  06:21:06
16477         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
16478              From:  Philip Newton <Philip.Newton@gmx.net>
16479              Date:  Wed, 25 Jul 2001 08:19:47 +0200
16480              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
16481      Branch: perl
16482            ! INSTALL
16483 ____________________________________________________________________________
16484 [ 11469] By: nick                                  on 2001/07/26  06:20:25
16485         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
16486              From:  Philip Newton <Philip.Newton@gmx.net>
16487              Date:  Wed, 25 Jul 2001 08:12:48 +0200
16488              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
16489      Branch: perl
16490            ! INSTALL
16491 ____________________________________________________________________________
16492 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
16493         Log: More +x.
16494      Branch: perl
16495            ! Porting/makerel
16496 ____________________________________________________________________________
16497 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
16498         Log: Update Changes.
16499      Branch: perl
16500            ! Changes patchlevel.h
16501 ____________________________________________________________________________
16502 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
16503         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
16504              From: "Philip Newton" <Philip.Newton@gmx.net>
16505              Date: Tue, 24 Jul 2001 06:45:55 +0200
16506              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
16507      Branch: perl
16508            ! os2/perlrexx.c
16509 ____________________________________________________________________________
16510 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
16511         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
16512              From: Peter Prymmer <pvhp@forte.com>
16513              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
16514              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
16515      Branch: perl
16516            ! pod/perlport.pod t/io/fs.t vms/test.com
16517 ____________________________________________________________________________
16518 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
16519         Log: Workaround on Cwd bootstrap problem.
16520      Branch: perl
16521            ! lib/ExtUtils/MakeMaker.pm
16522 ____________________________________________________________________________
16523 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
16524         Log: When in Rome, quote like the Romans do.
16525      Branch: perl
16526            ! cflags.SH
16527 ____________________________________________________________________________
16528 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
16529         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
16530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16531              Date: Mon, 23 Jul 2001 19:29:49 -0400
16532              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
16533      Branch: perl
16534            + os2/perlrexx.c
16535            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
16536            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
16537            ! t/op/write.t
16538 ____________________________________________________________________________
16539 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
16540         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
16541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16542              Date: Mon, 23 Jul 2001 18:43:42 -0400
16543              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
16544      Branch: perl
16545            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16546 ____________________________________________________________________________
16547 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
16548         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
16549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16550              Date: Mon, 23 Jul 2001 18:33:16 -0400
16551              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
16552      Branch: perl
16553            ! lib/ExtUtils/MakeMaker.pm
16554 ____________________________________________________________________________
16555 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
16556         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
16557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16558              Date: Mon, 23 Jul 2001 18:20:35 -0400
16559              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
16560      Branch: perl
16561            ! Makefile.SH cflags.SH
16562 ____________________________________________________________________________
16563 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
16564         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
16565              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
16566              Date: Mon, 23 Jul 2001 11:32:17 -0500
16567              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
16568      Branch: perl
16569            ! lib/ExtUtils/MakeMaker.pm
16570 ____________________________________________________________________________
16571 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
16572         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
16573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16574              Date: Mon, 23 Jul 2001 18:13:20 -0400
16575              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
16576      Branch: perl
16577            ! lib/perl5db.pl
16578 ____________________________________________________________________________
16579 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
16580         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
16581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16582              Date: Mon, 23 Jul 2001 18:07:40 -0400
16583              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
16584      Branch: perl
16585            ! op.c
16586 ____________________________________________________________________________
16587 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
16588         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
16589              From: "Craig A. Berry" <craigberry@mac.com>
16590              Date: Mon, 23 Jul 2001 15:35:06 -0500
16591              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
16592      Branch: perl
16593            ! util.c
16594 ____________________________________________________________________________
16595 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
16596         Log: Subject: [PATCH perlfaq9.pod typo]
16597              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
16598              Date: Mon, 23 Jul 2001 07:49:05 -0700
16599              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
16600      Branch: perl
16601            ! pod/perlfaq9.pod
16602 ____________________________________________________________________________
16603 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
16604         Log: Subject: win32\sncfnmcs.pl corrections
16605              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16606              Date: Mon, 23 Jul 2001 12:56:54 +0200
16607              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
16608              
16609              Rename the script a little bit more sensibly.
16610      Branch: perl
16611            + win32/sync_ext.pl
16612            - win32/sncfnmcs.pl
16613            ! MANIFEST README.win32
16614 ____________________________________________________________________________
16615 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
16616         Log: Test tweak.
16617      Branch: perl
16618            ! ext/B/Deparse.t
16619 ____________________________________________________________________________
16620 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
16621         Log: Metaconfig unit tweak for #11450.
16622      Branch: metaconfig/U/perl
16623            ! Mksymlinks.U
16624 ____________________________________________________________________________
16625 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
16626         Log: Too volatile failsafe check.
16627      Branch: perl
16628            ! Configure
16629 ____________________________________________________________________________
16630 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
16631         Log: Further doc tweaks.
16632      Branch: perl
16633            ! lib/UnicodeCD.pm
16634 ____________________________________________________________________________
16635 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
16636         Log: Doc tweaks.
16637      Branch: perl
16638            ! lib/UnicodeCD.pm
16639 ____________________________________________________________________________
16640 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
16641         Log: Doc tweakery from Abhijit.
16642      Branch: perl
16643            ! Porting/repository.pod
16644 ____________________________________________________________________________
16645 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
16646         Log: An accidental empty line.
16647      Branch: perl
16648            ! MANIFEST
16649 ____________________________________________________________________________
16650 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
16651         Log: Missing MANIFESTations.
16652      Branch: perl
16653            ! MANIFEST
16654 ____________________________________________________________________________
16655 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
16656         Log: Update Changes.
16657      Branch: perl
16658            ! Changes patchlevel.h
16659 ____________________________________________________________________________
16660 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
16661         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
16662              From: Mike Guy <mjtg@cam.ac.uk>
16663              Date: Fri, 20 Jul 2001 16:12:49 +0100
16664              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
16665      Branch: perl
16666            ! Porting/pumpkin.pod
16667 ____________________________________________________________________________
16668 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
16669         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
16670              From: Peter Prymmer <pvhp@forte.com>
16671              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
16672              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
16673      Branch: perl
16674            ! pod/perlhack.pod
16675 ____________________________________________________________________________
16676 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
16677         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
16678              From: Michael G Schwern <schwern@pobox.com>
16679              Date: Fri, 20 Jul 2001 20:22:35 -0400
16680              Message-ID: <20010720202235.O4498@blackrider>
16681      Branch: perl
16682            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
16683            ! lib/Test/t/todo.t
16684 ____________________________________________________________________________
16685 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
16686         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
16687              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16688              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
16689              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
16690      Branch: perl
16691            ! ext/POSIX/POSIX.pod
16692 ____________________________________________________________________________
16693 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
16694         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
16695              From: Mark-Jason Dominus <mjd@plover.com>
16696              Date: Fri, 20 Jul 2001 23:16:54 -0400
16697              Message-ID: <20010721031654.21877.qmail@plover.com>
16698      Branch: perl
16699            ! ext/POSIX/POSIX.pod
16700 ____________________________________________________________________________
16701 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
16702         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
16703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16704              Date: Sun, 22 Jul 2001 14:56:09 +0200
16705              Message-ID: <20010722145609.A766@rafael>
16706      Branch: perl
16707            ! ext/B/O.pm
16708 ____________________________________________________________________________
16709 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
16710         Log: Subject: regexec.c #define cleanup
16711              From: Mark-Jason Dominus <mjd@plover.com>
16712              Date: Sat, 21 Jul 2001 18:33:25 -0400
16713              Message-ID: <20010721223325.3069.qmail@plover.com>
16714      Branch: perl
16715            ! regexec.c
16716 ____________________________________________________________________________
16717 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
16718         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
16719              From: Prymmer/Kahn <pvhp@best.com>
16720              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
16721              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
16722      Branch: perl
16723            ! t/io/fs.t
16724 ____________________________________________________________________________
16725 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
16726         Log: Typo in #11432.
16727      Branch: perl
16728            ! ext/POSIX/POSIX.t
16729 ____________________________________________________________________________
16730 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
16731         Log: Integrate (manually) change #11424 from macperl.
16732      Branch: perl
16733            ! ext/Filter/t/call.t
16734 ____________________________________________________________________________
16735 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
16736         Log: Integrate change #11408 from macperl.
16737      Branch: perl
16738           !> README.macos pod/perlport.pod
16739 ____________________________________________________________________________
16740 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
16741         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
16742      Branch: perl
16743           +> macos/MacPerlTests.cmd macos/xsubpp.patch
16744            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16745            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
16746            ! ext/POSIX/POSIX.t
16747 ____________________________________________________________________________
16748 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
16749         Log: pod/*.t tests not picked up by t/TEST either
16750      Branch: maint-5.6/perl
16751            ! t/TEST
16752 ____________________________________________________________________________
16753 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
16754         Log: better tweak for change#11429 (windows has both / and \ separated
16755              paths in @INC at that point)
16756      Branch: maint-5.6/perl
16757            ! t/pod/testp2pt.pl
16758 ____________________________________________________________________________
16759 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
16760         Log: MacOS pod test tweak needs \Escape
16761      Branch: maint-5.6/perl
16762            ! t/pod/testp2pt.pl
16763 ____________________________________________________________________________
16764 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
16765         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
16766              resulting duplicate output, but t/harness isn't)
16767      Branch: maint-5.6/perl
16768            ! t/run/runenv.t
16769 ____________________________________________________________________________
16770 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
16771         Log: t/harness wasn't picking up all the tests
16772      Branch: maint-5.6/perl
16773            ! t/harness
16774 ____________________________________________________________________________
16775 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
16776         Log: update MANIFEST for new file
16777      Branch: maint-5.6/perl
16778            ! MANIFEST
16779 ____________________________________________________________________________
16780 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
16781         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
16782              the exception of the macperl/macos/... tree
16783      Branch: maint-5.6/perl
16784           +> t/lib/filefind-taint.t
16785           !> (integrate 72 files)
16786 ____________________________________________________________________________
16787 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
16788         Log: Fix test.
16789      Branch: maint-5.6/macperl
16790            ! macos/bundled_ext/Filter/t/call.t
16791 ____________________________________________________________________________
16792 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
16793         Log: Make perl fork()-safe (in a slightly limited way) even on
16794              platforms that don't have pthread_atfork() (extension of
16795              the fix in change#11151).
16796              
16797              Note that this will not help extensions that call fork()
16798              directly in C, or that link to libraries that call fork()
16799              directly.  Such cases must be fixed to either call
16800              PerlProc_fork(), or call atfork_lock() in parent before the
16801              calling the function that forks and call atfork_unlock()
16802              in both parent and child immediately after the fork().
16803              (There are no worries if C code calls exec() in the child
16804              immediately after a fork().  Only cases where the child
16805              calls perl's API functions (including New()) after the
16806              fork() are problematic.)
16807              
16808              This change also eliminates the use of vfork() from perl,
16809              since all such uses were violating the severe restrictions
16810              on modifying the state of the process between the vfork()
16811              and the exec().
16812              
16813              This is a modified version of patches suggested by Abhijit
16814              Menon-Sen and Richard Soderberg.
16815      Branch: perl
16816            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
16817            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
16818 ____________________________________________________________________________
16819 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
16820         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
16821              Switch, and Text::Balanced.
16822      Branch: maint-5.6/macperl
16823            + macos/bundled_ext/Filter/Util/Call/Call.pm
16824            + macos/bundled_ext/Filter/Util/Call/Call.xs
16825            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
16826            + macos/bundled_ext/Filter/t/MyFilter.pm
16827            + macos/bundled_ext/Filter/t/call.t
16828            + macos/bundled_ext/Filter/t/filter-util.pl
16829            + macos/bundled_lib/blib/lib/Class/ISA.pm
16830            + macos/bundled_lib/blib/lib/Digest.pm
16831            + macos/bundled_lib/blib/lib/Filter/Simple.pm
16832            + macos/bundled_lib/blib/lib/Switch.pm
16833            + macos/bundled_lib/blib/lib/Text/Balanced.pm
16834            + macos/bundled_lib/blib/lib/Text/Balanced.pod
16835            + macos/bundled_lib/t/Class/ISA/test.pl
16836            + macos/bundled_lib/t/Digest/Digest.t
16837            + macos/bundled_lib/t/Filter/Simple/test.pl
16838            + macos/bundled_lib/t/Switch/test.pl
16839            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
16840            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
16841            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
16842            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
16843            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
16844            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
16845            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
16846            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
16847 ____________________________________________________________________________
16848 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
16849         Log: Add Filter::Util::Call to config/make files; edit utils
16850              to recognize the module (it was descended too far down).
16851              Bump version to 5.6.1a4.
16852      Branch: maint-5.6/macperl
16853            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
16854            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
16855            ! macos/macperl/Makefile.mk macos/xsubpp.patch
16856 ____________________________________________________________________________
16857 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
16858         Log: Make DB_File the default for MLDBM on MacOS.
16859      Branch: maint-5.6/macperl
16860            ! macos/bundled_lib/blib/lib/MLDBM.pm
16861 ____________________________________________________________________________
16862 [ 11419] By: nick                                  on 2001/07/20  14:51:03
16863         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
16864              From:  Simon Cozens <simon@netthink.co.uk>
16865              Date:  Fri, 20 Jul 2001 11:42:35 -0400
16866              Message-Id:  <20010720114235.A5235@netthink.co.uk>
16867      Branch: perl
16868            ! lib/UnicodeCD.pm
16869 ____________________________________________________________________________
16870 [ 11418] By: nick                                  on 2001/07/20  14:48:12
16871         Log: Subject:  [PATCH regcomp.h] adds a comment
16872              From:  Abhijit Menon-Sen <ams@wiw.org>
16873              Date:  Fri, 20 Jul 2001 21:05:37 +0530
16874              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
16875      Branch: perl
16876            ! regcomp.h
16877 ____________________________________________________________________________
16878 [ 11417] By: nick                                  on 2001/07/20  14:16:38
16879         Log: Subject:  [PATCH 5.7.2] INSTALL updates
16880              From:  Andy Dougherty <doughera@lafayette.edu>
16881              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
16882              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
16883      Branch: perl
16884            ! INSTALL
16885 ____________________________________________________________________________
16886 [ 11416] By: nick                                  on 2001/07/20  06:44:44
16887         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
16888              From:  Russ Allbery <rra@stanford.edu>
16889              Date:  19 Jul 2001 15:52:37 -0700
16890              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
16891      Branch: perl
16892            ! lib/Pod/Man.pm
16893 ____________________________________________________________________________
16894 [ 11415] By: nick                                  on 2001/07/20  06:35:11
16895         Log: Subject:  [PATCH] defer op_seq allocation
16896              From:  Abhijit Menon-Sen <ams@wiw.org>
16897              Date:  Thu, 19 Jul 2001 22:12:24 +0530
16898              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
16899      Branch: perl
16900            ! op.c
16901 ____________________________________________________________________________
16902 [ 11414] By: nick                                  on 2001/07/20  06:23:36
16903         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
16904              From:  Abhijit Menon-Sen <ams@wiw.org>
16905              Date:  Fri, 20 Jul 2001 01:18:50 +0530
16906              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
16907              (Private e-mail)
16908      Branch: perl
16909            ! ext/Time/HiRes/HiRes.xs
16910 ____________________________________________________________________________
16911 [ 11413] By: nick                                  on 2001/07/20  06:18:53
16912         Log: Integrate mainline
16913      Branch: perlio
16914           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
16915            - t/base/commonsense.t
16916           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
16917           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
16918           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
16919           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
16920           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
16921           !> win32/win32.c
16922 ____________________________________________________________________________
16923 [ 11412] By: nick                                  on 2001/07/19  06:44:27
16924         Log: Integrate win32/perlhost.h from maintenance branch.
16925              (Rest of $ENV{PATH} / system() fix.)
16926      Branch: perl
16927           !> win32/perlhost.h
16928 ____________________________________________________________________________
16929 [ 11411] By: nick                                  on 2001/07/19  06:41:34
16930         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
16931              From:  Philip Newton <Philip.Newton@gmx.net>
16932              Date:  Wed, 18 Jul 2001 21:43:57 +0200
16933              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
16934      Branch: perl
16935            ! pod/perlhack.pod
16936 ____________________________________________________________________________
16937 [ 11410] By: nick                                  on 2001/07/19  06:39:35
16938         Log: Subject:  Security hole in taint checking in open()
16939              From:  deekoo@tentacle.net
16940              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
16941              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
16942      Branch: perl
16943            ! doio.c
16944 ____________________________________________________________________________
16945 [ 11409] By: nick                                  on 2001/07/19  06:28:08
16946         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
16947              From:  Abhijit Menon-Sen <ams@wiw.org>
16948              Date:  Thu, 19 Jul 2001 04:30:43 +0530
16949              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
16950      Branch: perl
16951            ! ext/Time/HiRes/HiRes.xs
16952 ____________________________________________________________________________
16953 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
16954         Log: Update docs with latest implementation information and new URLs.
16955      Branch: maint-5.6/macperl
16956            ! README.macos pod/perlport.pod
16957 ____________________________________________________________________________
16958 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
16959         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
16960              Fix BuildRules to accept optimization variables.
16961      Branch: maint-5.6/macperl
16962            + macos/bundled_ext/Digest/MD5/Makefile.mk
16963            ! macos/BuildRules.mk macos/Makefile.mk
16964            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
16965            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
16966 ____________________________________________________________________________
16967 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
16968         Log: Integrate changes 11399,11401
16969      Branch: maint-5.6/macperl
16970           !> win32/perlhost.h win32/win32.c
16971 ____________________________________________________________________________
16972 [ 11405] By: nick                                  on 2001/07/18  06:50:33
16973         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
16974              from perl5.6*
16975      Branch: perl
16976           !> win32/perlhost.h win32/win32.c
16977 ____________________________________________________________________________
16978 [ 11404] By: nick                                  on 2001/07/18  06:43:59
16979         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
16980              From:  hv@crypt0.demon.co.uk
16981              Date:  Wed, 18 Jul 2001 05:58:46 +0100
16982              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
16983      Branch: perl
16984            ! ext/POSIX/POSIX.t
16985 ____________________________________________________________________________
16986 [ 11403] By: nick                                  on 2001/07/18  06:38:57
16987         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
16988              From:  hv@crypt0.demon.co.uk
16989              Date:  Wed, 18 Jul 2001 05:21:54 +0100
16990              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
16991      Branch: perl
16992            ! numeric.c t/op/arith.t
16993 ____________________________________________________________________________
16994 [ 11402] By: nick                                  on 2001/07/18  06:19:17
16995         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
16996              From:  mjd@plover.com
16997              Date:  17 Jul 2001 17:59:20 -0000
16998              Message-Id:  <20010717175920.8177.qmail@plover.com>
16999      Branch: perl
17000            ! pod/perlre.pod
17001 ____________________________________________________________________________
17002 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
17003         Log: thinko in change#11400 (duh)
17004      Branch: maint-5.6/perl
17005            ! win32/perlhost.h
17006 ____________________________________________________________________________
17007 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
17008         Log: change#11399 revealed another unrelated bug; this is just a temporary
17009              bandaid
17010      Branch: maint-5.6/perl
17011            ! win32/perlhost.h
17012 ____________________________________________________________________________
17013 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
17014         Log: fix bugs in handling of the virtualized environment under windows;
17015              there were bugs in propagating any changes to %ENV down to the real
17016              environment when such changes happened in the toplevel process
17017              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
17018              problem identification, and for a part of the fix)
17019      Branch: maint-5.6/perl
17020            ! win32/perlhost.h win32/win32.c
17021 ____________________________________________________________________________
17022 [ 11398] By: nick                                  on 2001/07/17  08:26:35
17023         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
17024              From: Peter Prymmer <pvhp@forte.com>
17025              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
17026              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
17027              
17028              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
17029              should not depend on existance of Config.pm
17030      Branch: perl
17031           +> t/lib/commonsense.t
17032            - t/base/commonsense.t
17033            ! MANIFEST t/README
17034 ____________________________________________________________________________
17035 [ 11397] By: nick                                  on 2001/07/17  08:09:58
17036         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
17037              From:  Michael G Schwern <schwern@pobox.com>
17038              Date:  Mon, 16 Jul 2001 18:20:31 -0400
17039              Message-Id:  <20010716182031.A1128@blackrider>
17040      Branch: perl
17041            ! pod/perlhack.pod
17042 ____________________________________________________________________________
17043 [ 11396] By: nick                                  on 2001/07/17  08:04:11
17044         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
17045              From:  Gwyn Judd <b.judd@xtra.co.nz>
17046              Date:  Tue, 17 Jul 2001 20:55:58 +1200
17047              Message-Id:  <20010717205558.A3107@thislove>
17048      Branch: perl
17049            ! pod/perlfunc.pod
17050 ____________________________________________________________________________
17051 [ 11395] By: nick                                  on 2001/07/17  08:02:22
17052         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
17053              From:  Peter Prymmer <pvhp@forte.com>
17054              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
17055              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
17056      Branch: perl
17057            ! t/op/sprintf.t
17058 ____________________________________________________________________________
17059 [ 11394] By: nick                                  on 2001/07/17  07:57:06
17060         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
17061              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
17062              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
17063              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
17064      Branch: perl
17065            ! gv.c
17066 ____________________________________________________________________________
17067 [ 11392] By: nick                                  on 2001/07/17  07:50:12
17068         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
17069              From:  Coral <coral@moonlight.crystalflame.net>
17070              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
17071              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
17072      Branch: perl
17073            ! pp_sys.c thread.h
17074 ____________________________________________________________________________
17075 [ 11391] By: nick                                  on 2001/07/17  07:34:28
17076         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
17077              From:  Jonathan Stowe <gellyfish@gellyfish.com>
17078              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
17079              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
17080      Branch: perl
17081            ! utils/h2xs.PL
17082 ____________________________________________________________________________
17083 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
17084         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
17085              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
17086              and Mac::Apps::Launch, which don't work, and Time::HiRes and
17087              Time::Piece, which don't yet work.
17088      Branch: maint-5.6/macperl
17089            + (add 154 files)
17090 ____________________________________________________________________________
17091 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
17092         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
17093              Also add hack to get around missing setenv for PERL5DB.
17094      Branch: maint-5.6/macperl
17095            ! macos/macish.c macos/macish.h
17096 ____________________________________________________________________________
17097 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
17098         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
17099      Branch: maint-5.6/macperl
17100            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
17101            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
17102 ____________________________________________________________________________
17103 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
17104         Log: Fix up some configuration and make options, add extra
17105              extensions.
17106      Branch: maint-5.6/macperl
17107            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
17108            ! macos/macperl/Makefile.mk
17109 ____________________________________________________________________________
17110 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
17111         Log: From Change 11374 in maintperl.
17112      Branch: maint-5.6/macperl
17113           !> utils/h2ph.PL
17114 ____________________________________________________________________________
17115 [ 11385] By: nick                                  on 2001/07/16  14:12:58
17116         Log: Back out change to h2xs till it passes its test.
17117      Branch: perl
17118            ! utils/h2xs.PL
17119 ____________________________________________________________________________
17120 [ 11384] By: nick                                  on 2001/07/16  14:00:10
17121         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
17122              From:  Jonathan Stowe <gellyfish@gellyfish.com>
17123              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
17124              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
17125      Branch: perl
17126            ! utils/h2xs.PL
17127 ____________________________________________________________________________
17128 [ 11383] By: nick                                  on 2001/07/16  13:53:12
17129         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
17130              From:  Robin Houston <robin@kitsite.com>
17131              Date:  Sun, 15 Jul 2001 18:22:31 +0100
17132              Message-Id:  <20010715182230.A11174@robin>
17133      Branch: perl
17134            ! hints/darwin.sh
17135 ____________________________________________________________________________
17136 [ 11382] By: nick                                  on 2001/07/16  13:52:49
17137         Log: Subject:  [PATCH perl@11372] re_dup
17138              From:  Radu Greab <radu@netsoft.ro>
17139              Date:  Sun, 15 Jul 2001 04:50:06 +0300
17140              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
17141      Branch: perl
17142            ! sv.c
17143 ____________________________________________________________________________
17144 [ 11379] By: nick                                  on 2001/07/16  13:35:39
17145         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
17146              From:  Robin Houston <robin@kitsite.com>
17147              Date:  Sat, 14 Jul 2001 14:28:50 +0100
17148              Message-Id:  <20010714142850.A10205@robin>
17149      Branch: perl
17150            ! ext/B/B/Deparse.pm
17151 ____________________________________________________________________________
17152 [ 11378] By: nick                                  on 2001/07/16  13:30:36
17153         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
17154              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
17155              Date:  Sat, 14 Jul 2001 22:17:42 +0900
17156              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
17157      Branch: perl
17158            + ext/Encode/Encode/euc-jp-0212.enc
17159            ! ext/Encode/Encode/Tcl.pm
17160 ____________________________________________________________________________
17161 [ 11377] By: nick                                  on 2001/07/16  13:17:28
17162         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
17163              From:  Andy Dougherty <doughera@lafayette.edu>
17164              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
17165              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
17166      Branch: perl
17167            ! hints/darwin.sh hints/rhapsody.sh
17168 ____________________________________________________________________________
17169 [ 11376] By: nick                                  on 2001/07/16  09:05:00
17170         Log: Integrate mainline
17171      Branch: perlio
17172           +> ext/Encode/Encode/7bit-greek.enc
17173           +> ext/Encode/Encode/7bit-latin1.enc
17174           +> ext/Encode/Encode/cns11643-1.enc
17175           +> ext/Encode/Encode/cns11643-2.enc
17176           +> ext/Encode/Encode/iso2022-cn.enc
17177           +> ext/Encode/Encode/iso2022-jp1.enc
17178           +> ext/Encode/Encode/iso2022-jp2.enc
17179           !> Changes Configure MANIFEST Makefile.SH
17180           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
17181           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
17182           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
17183           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
17184           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
17185 ____________________________________________________________________________
17186 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
17187         Log: integrate change#11374 from maint-5.6
17188              
17189              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
17190      Branch: perl
17191           !> utils/h2ph.PL
17192 ____________________________________________________________________________
17193 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
17194         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
17195      Branch: maint-5.6/perl
17196            ! utils/h2ph.PL
17197 ____________________________________________________________________________
17198 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
17199         Log: Update Changes.
17200      Branch: perl
17201            ! Changes patchlevel.h
17202 ____________________________________________________________________________
17203 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
17204         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
17205              From: Jonathan Stowe <gellyfish@gellyfish.com>
17206              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
17207              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
17208      Branch: perl
17209            ! utils/h2xs.PL
17210 ____________________________________________________________________________
17211 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
17212         Log: Subject: patch to add DEL to [:cntrl:]
17213              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17214              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
17215              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
17216      Branch: perl
17217            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
17218 ____________________________________________________________________________
17219 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
17220         Log: Metaconfig unit change for #11369; plus a dependency nit.
17221      Branch: metaconfig
17222            ! U/compline/nblock_io.U
17223      Branch: metaconfig/U/perl
17224            ! Extensions.U
17225 ____________________________________________________________________________
17226 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
17227         Log: #include <stdlib.h> so that exit() is prototyped,
17228              noticed by Hugo.
17229      Branch: perl
17230            ! Configure
17231 ____________________________________________________________________________
17232 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
17233         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
17234              From: Peter Prymmer <pvhp@forte.com>
17235              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
17236              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
17237      Branch: perl
17238            ! t/op/sprintf.t
17239 ____________________________________________________________________________
17240 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
17241         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
17242              From: Peter Prymmer <pvhp@forte.com>
17243              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
17244              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
17245      Branch: perl
17246            ! ext/Encode/Encode/Tcl.t
17247 ____________________________________________________________________________
17248 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
17249         Log: Add information about gcc 3.0 basic block profiling.
17250      Branch: perl
17251            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
17252 ____________________________________________________________________________
17253 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
17254         Log: Subject: Error in lib/PerlIO/Via.pm ?
17255              From: Mark-Jason Dominus <mjd@plover.com>
17256              Date: Fri, 13 Jul 2001 15:55:41 -0400
17257              Message-ID: <20010713195541.26751.qmail@plover.com>
17258      Branch: perl
17259            ! ext/PerlIO/Via/Via.pm
17260 ____________________________________________________________________________
17261 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
17262         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
17263              section from the Compiler section.
17264      Branch: perl
17265            ! myconfig.SH
17266 ____________________________________________________________________________
17267 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
17268         Log: Handle glibc style of constant definitions using enum
17269              with intervening #defines; from Brendan O'Dea.
17270      Branch: perl
17271            ! utils/h2ph.PL
17272 ____________________________________________________________________________
17273 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
17274         Log: Add LC_MESSAGES to the locale_h export tag (it already is
17275              in the Makefile.PL and thusly eligible for an XS constant)
17276              (see also maintperl #10543)
17277      Branch: perl
17278            ! ext/POSIX/POSIX.pm
17279 ____________________________________________________________________________
17280 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
17281         Log: Subject: Re: [patch] re_dup
17282              From: Abhijit Menon-Sen <ams@wiw.org>
17283              Date: Fri, 13 Jul 2001 21:41:09 +0530
17284              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
17285      Branch: perl
17286            ! sv.c
17287 ____________________________________________________________________________
17288 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
17289         Log: Subject: [patch] re_dup
17290              From: Doug MacEachern <dougm@covalent.net>
17291              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
17292              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
17293      Branch: perl
17294            ! sv.c
17295 ____________________________________________________________________________
17296 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
17297         Log: Update Changes.
17298      Branch: perl
17299            ! Changes patchlevel.h
17300 ____________________________________________________________________________
17301 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
17302         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
17303              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
17304              Date: Sat, 14 Jul 2001 00:06:30 +0900
17305              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
17306      Branch: perl
17307            + ext/Encode/Encode/7bit-greek.enc
17308            + ext/Encode/Encode/7bit-latin1.enc
17309            + ext/Encode/Encode/cns11643-1.enc
17310            + ext/Encode/Encode/cns11643-2.enc
17311            + ext/Encode/Encode/iso2022-cn.enc
17312            + ext/Encode/Encode/iso2022-jp1.enc
17313            + ext/Encode/Encode/iso2022-jp2.enc
17314            ! MANIFEST ext/Encode/Encode/Tcl.pm
17315            ! ext/Encode/Encode/iso2022-kr.enc
17316 ____________________________________________________________________________
17317 [ 11357] By: nick                                  on 2001/07/13  14:24:06
17318         Log: Blind integrate mainline (as of 5.7.2?)
17319      Branch: perlio
17320           !> AUTHORS Changes Porting/config.sh Porting/config_H
17321           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
17322           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
17323           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17324           !> win32/makefile.mk
17325 ____________________________________________________________________________
17326 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
17327         Log: Snip away the devel patchlevel.
17328      Branch: perl
17329            ! patchlevel.h
17330 ____________________________________________________________________________
17331 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
17332         Log: Bump the version to 5.7.2.
17333      Branch: perl
17334            ! Porting/config.sh Porting/config_H patchlevel.h
17335            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
17336            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17337            ! win32/makefile.mk
17338 ____________________________________________________________________________
17339 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
17340         Log: Update Changes.
17341      Branch: perl
17342            ! Changes
17343 ____________________________________________________________________________
17344 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
17345         Log: Reword.
17346      Branch: perl
17347            ! AUTHORS
17348 ____________________________________________________________________________
17349 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
17350         Log: AUTHORS update.
17351      Branch: perl
17352            ! AUTHORS
17353 ____________________________________________________________________________
17354 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
17355         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
17356              unless ithreads.
17357      Branch: perl
17358            ! makedef.pl
17359 ____________________________________________________________________________
17360 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
17361         Log: Integrate perlio.
17362      Branch: perl
17363           !> win32/distclean.bat
17364 ____________________________________________________________________________
17365 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
17366         Log: Test the encoding transform only iff we have PerlIO,
17367              noticed by H. Merijn Brand.
17368      Branch: perl
17369            ! ext/PerlIO/t/encoding.t
17370 ____________________________________________________________________________
17371 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
17372         Log: README.netware tweaks from Ananth Kesari.
17373      Branch: perl
17374            ! README.netware
17375 ____________________________________________________________________________
17376 [ 11346] By: nick                                  on 2001/07/13  09:18:51
17377         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
17378              to avoid /unicode vs /Unicode issues.
17379      Branch: perlio
17380            ! win32/distclean.bat
17381 ____________________________________________________________________________
17382 [ 11345] By: nick                                  on 2001/07/13  06:24:18
17383         Log: Integrate mainline
17384      Branch: perlio
17385           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
17386            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
17387           !> (integrate 63 files)
17388 ____________________________________________________________________________
17389 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
17390         Log: Add d_bincompat5005 information to perl -V.
17391      Branch: perl
17392            ! myconfig.SH
17393 ____________________________________________________________________________
17394 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
17395         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
17396              From: Abhijit Menon-Sen <ams@wiw.org>
17397              Date: Fri, 13 Jul 2001 07:12:36 +0530
17398              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
17399      Branch: perl
17400            ! sv.c
17401 ____________________________________________________________________________
17402 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
17403         Log: Remove unicode::distinct, as per Inaba Hiroto.
17404      Branch: perl
17405            - lib/unicode/distinct.pm
17406            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
17407            ! t/lib/1_compile.t
17408 ____________________________________________________________________________
17409 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
17410         Log: Paging for Dr Octothorpe.
17411      Branch: perl
17412            ! pod/perlfaq4.pod
17413 ____________________________________________________________________________
17414 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
17415         Log: cut-n-paste error noticed by mjd.
17416      Branch: perl
17417            ! pod/perlfaq4.pod
17418 ____________________________________________________________________________
17419 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
17420         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
17421              From: Peter Prymmer <pvhp@forte.com>
17422              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
17423              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
17424      Branch: perl
17425            ! pod/perlfaq4.pod
17426 ____________________________________________________________________________
17427 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
17428         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
17429              From: Randall Gellens <randy@qualcomm.com>
17430              Date: Thu, 12 Jul 2001 16:56:23 -0700
17431              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
17432      Branch: perl
17433            ! Porting/repository.pod
17434 ____________________________________________________________________________
17435 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
17436         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
17437      Branch: perl
17438            ! thread.h
17439 ____________________________________________________________________________
17440 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
17441         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
17442              From: coral <coral@moonlight.crystalflame.net>
17443              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
17444              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
17445      Branch: perl
17446            ! thread.h
17447 ____________________________________________________________________________
17448 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
17449         Log: Metaconfig unit change for #11134.
17450      Branch: metaconfig
17451            + U/threads/d_pthread_atfork.U
17452 ____________________________________________________________________________
17453 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
17454         Log: Add HAS_PTHREAD_ATFORK.
17455      Branch: perl
17456            ! Configure NetWare/config.wc NetWare/config_H.wc
17457            ! Porting/Glossary Porting/config.sh Porting/config_H
17458            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
17459            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
17460            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17461            ! win32/config.gc win32/config.vc win32/config_H.bc
17462            ! win32/config_H.gc win32/config_H.vc
17463 ____________________________________________________________________________
17464 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
17465         Log: Subject: [PATCH] File::Copy fails on tied handles
17466              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
17467              Date: Thu, 12 Jul 2001 15:18:51 -0700
17468              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
17469      Branch: perl
17470            ! lib/File/Copy.pm
17471 ____________________________________________________________________________
17472 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
17473         Log: Subject: [PATCH] Langinfo.t
17474              From: Nicholas Clark <nick@ccl4.org>
17475              Date: Thu, 12 Jul 2001 23:55:38 +0100
17476              Message-ID: <20010712235538.M5827@plum.flirble.org>
17477      Branch: perl
17478            ! ext/I18N/Langinfo/Langinfo.t
17479 ____________________________________________________________________________
17480 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
17481         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
17482              From: Peter Prymmer <pvhp@forte.com>
17483              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
17484              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
17485      Branch: perl
17486            ! pod/perl572delta.pod
17487 ____________________________________________________________________________
17488 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
17489         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
17490              From: Abhijit Menon-Sen <ams@wiw.org>
17491              Date: Fri, 13 Jul 2001 05:21:16 +0530
17492              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
17493      Branch: perl
17494            ! sv.c
17495 ____________________________________________________________________________
17496 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
17497         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
17498              From: Abhijit Menon-Sen <ams@wiw.org>
17499              Date: Fri, 13 Jul 2001 03:04:25 +0530
17500              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
17501      Branch: perl
17502            ! av.c
17503 ____________________________________________________________________________
17504 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
17505         Log: s/^M$//g
17506      Branch: perl
17507            ! win32/Makefile win32/makefile.mk
17508 ____________________________________________________________________________
17509 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
17510         Log: Update Changes.
17511      Branch: perl
17512            ! Changes patchlevel.h
17513 ____________________________________________________________________________
17514 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
17515         Log: Typo spotted by Philip Newton.
17516      Branch: perl
17517            ! pod/perl572delta.pod
17518 ____________________________________________________________________________
17519 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
17520         Log: Subject: [PATCH] fixes perl_clone of perl_clone
17521              From: Artur Bergman <artur@contiller.se>
17522              Date: Thu, 12 Jul 2001 20:57:09 +0200
17523              Message-ID: <B773BFA4.236B%artur@contiller.se>
17524      Branch: perl
17525            ! sv.c
17526 ____________________________________________________________________________
17527 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
17528         Log: Add README.uts from Hal Morris.
17529      Branch: perl
17530            + README.uts
17531            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
17532            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
17533 ____________________________________________________________________________
17534 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
17535         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
17536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17537              Date: Thu, 12 Jul 2001 20:32:37 +0200
17538              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
17539      Branch: perl
17540            ! hints/aix.sh
17541 ____________________________________________________________________________
17542 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
17543         Log: Subject: Patch: document reg_data.what member
17544              From: Mark-Jason Dominus <mjd@plover.com>
17545              Message-ID: <20010712182532.14821.qmail@plover.com>
17546              Date: Thu, 12 Jul 2001 14:25:32 -0400
17547      Branch: perl
17548            ! regcomp.c regcomp.h
17549 ____________________________________________________________________________
17550 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
17551         Log: Subject: [PATCH] Perl_re_dup()
17552              From: Abhijit Menon-Sen <ams@wiw.org>
17553              Date: Thu, 12 Jul 2001 23:54:32 +0530
17554              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
17555      Branch: perl
17556            ! embed.h embed.pl perlapi.c proto.h sv.c
17557 ____________________________________________________________________________
17558 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
17559         Log: Regen Configure, modlib, toc.
17560      Branch: perl
17561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17562            ! pod/perlmodlib.pod pod/perltoc.pod
17563 ____________________________________________________________________________
17564 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
17565         Log: The problem seems to be in PerlIO::Layer::->find() not
17566              accepting the ":encoding(blurflur)" arguments.
17567      Branch: perl
17568            ! lib/PerlIO.pm lib/open.pm
17569 ____________________________________________________________________________
17570 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
17571         Log: AIX doc update.
17572      Branch: perl
17573            ! README.aix pod/perl572delta.pod
17574 ____________________________________________________________________________
17575 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
17576         Log: Subject: AIX README update
17577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17578              Date: Thu, 12 Jul 2001 19:28:30 +0200
17579              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
17580      Branch: perl
17581            ! README.aix
17582 ____________________________________________________________________________
17583 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
17584         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
17585              From: Norton Allen <allen@huarp.harvard.edu>
17586              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
17587              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
17588      Branch: perl
17589            ! ext/IO/lib/IO/t/io_unix.t
17590 ____________________________________________________________________________
17591 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
17592         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17593              From: Norton Allen <allen@huarp.harvard.edu>
17594              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
17595              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
17596      Branch: perl
17597            ! README.qnx hints/qnx.sh
17598 ____________________________________________________________________________
17599 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
17600         Log: Subject: [patch] faster PM_GETRE
17601              From: Doug MacEachern <dougm@covalent.net>
17602              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
17603              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
17604      Branch: perl
17605            ! op.h
17606 ____________________________________________________________________________
17607 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
17608         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
17609              From: Doug MacEachern <dougm@covalent.net>
17610              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
17611              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
17612      Branch: perl
17613            ! op.c
17614 ____________________________________________________________________________
17615 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
17616         Log: Tell where the nice Estonian database is.
17617      Branch: perl
17618            ! lib/open.pm
17619 ____________________________________________________________________________
17620 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
17621         Log: Retract #11309 since #11310 is a better fix.
17622      Branch: perl
17623            ! t/lib/1_compile.t
17624 ____________________________________________________________________________
17625 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
17626         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
17627              change#11300 needs to return the status of failed win32_spawnvp())
17628              
17629              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
17630              splitting correctly; remove unused variables; 'require' at run time
17631              rather than 'use' at compile time for I18N::Langinfo, since it
17632              isn't everyware
17633      Branch: perl
17634            ! lib/open.pm win32/win32.c
17635 ____________________________________________________________________________
17636 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
17637         Log: Temporary workaround.
17638      Branch: perl
17639            ! t/lib/1_compile.t
17640 ____________________________________________________________________________
17641 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
17642         Log: UCD typo in #11306 and add also more known-to-be-tested
17643              modules to the skip list.
17644      Branch: perl
17645            ! t/lib/1_compile.t
17646 ____________________________________________________________________________
17647 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
17648         Log: Rename Unicode::UCD to UnicodeCD to avoid
17649              messups with case-insensitive filesystems.
17650      Branch: perl
17651            + lib/UnicodeCD.pm lib/UnicodeCD.t
17652            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
17653            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
17654 ____________________________________________________________________________
17655 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
17656         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
17657              From: daniel@biz.bitpusher.com
17658              Date: Wed, 11 Jul 2001 23:25:47 -0700
17659              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
17660      Branch: perl
17661            ! lib/Tie/Array.pm t/op/splice.t
17662 ____________________________________________________________________________
17663 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
17664         Log: Subject: [PATCH] More accurate line numbers in messages
17665              From: Paul Johnson <paul@pjcj.net>
17666              Date: Thu, 12 Jul 2001 04:14:11 +0200
17667              Message-ID: <20010712041411.A3467@pjcj.net>
17668              
17669              (With prototyping and multiplicity tweaks.)
17670      Branch: perl
17671            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
17672 ____________________________________________________________________________
17673 [ 11304] By: nick                                  on 2001/07/12  12:53:40
17674         Log: Integrate mainline
17675      Branch: perlio
17676           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
17677           !> regexec.c thread.h
17678 ____________________________________________________________________________
17679 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
17680         Log: Cut-and-pasto in #11298.
17681      Branch: perl
17682            ! ext/ByteLoader/bytecode.h
17683 ____________________________________________________________________________
17684 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
17685         Log: Update the AIX known problems section.
17686      Branch: perl
17687            ! pod/perl572delta.pod
17688 ____________________________________________________________________________
17689 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
17690         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
17691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17692              Date: Thu, 12 Jul 2001 12:16:16 +0200
17693              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
17694      Branch: perl
17695            ! hints/aix.sh
17696 ____________________________________________________________________________
17697 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
17698         Log: Integrate perlio.
17699      Branch: perl
17700           !> makedef.pl win32/win32.c
17701 ____________________________________________________________________________
17702 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
17703         Log: Subject: [PATCH] fix for PMOP threadness failures
17704              From: Artur Bergman <artur@contiller.se>
17705              Date: Thu, 12 Jul 2001 09:48:06 +0200
17706              Message-ID: <B77322D6.22DD%artur@contiller.se>
17707      Branch: perl
17708            ! regexec.c
17709 ____________________________________________________________________________
17710 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
17711         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
17712              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17713              Date: Thu, 12 Jul 2001 09:09:48 +0200
17714              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
17715              
17716              More parentheses to keep bcc happy.
17717      Branch: perl
17718            ! ext/ByteLoader/bytecode.h
17719 ____________________________________________________________________________
17720 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
17721         Log: Subject: Re: [patch] pthread_atfork bandaid
17722              From: Doug MacEachern <dougm@covalent.net>
17723              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
17724              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
17725      Branch: perl
17726            ! thread.h
17727 ____________________________________________________________________________
17728 [ 11296] By: nick                                  on 2001/07/12  11:55:48
17729         Log: Exclude reentrant_buffer from .def file
17730      Branch: perlio
17731            ! makedef.pl
17732 ____________________________________________________________________________
17733 [ 11295] By: nick                                  on 2001/07/12  11:11:44
17734         Log: Honour void-ness of my_exit()
17735      Branch: perlio
17736            ! win32/win32.c
17737 ____________________________________________________________________________
17738 [ 11294] By: nick                                  on 2001/07/12  07:51:04
17739         Log: Integrate mainline
17740      Branch: perlio
17741           +> uts/sprintf_wrap.c
17742           !> (integrate 35 files)
17743 ____________________________________________________________________________
17744 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
17745         Log: Retract #11289.
17746      Branch: perl
17747            ! embed.h embed.pl perl.c proto.h thread.h
17748 ____________________________________________________________________________
17749 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
17750         Log: Now the :locale pseudolayer *almost* works...
17751      Branch: perl
17752            ! lib/open.pm
17753 ____________________________________________________________________________
17754 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
17755         Log: Locale encoding tweaks.
17756      Branch: perl
17757            ! lib/open.pm
17758 ____________________________________________________________________________
17759 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
17760         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
17761              From: Mark-Jason Dominus <mjd@plover.com>
17762              Date: Thu, 12 Jul 2001 00:59:31 -0400
17763              Message-ID: <20010712045931.8543.qmail@plover.com>
17764              
17765              Remove the chmod/umask leading zero warning.
17766      Branch: perl
17767            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
17768            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
17769 ____________________________________________________________________________
17770 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
17771         Log: (Retracted by #11289.)
17772      Branch: perl
17773            ! embed.h embed.pl perl.c proto.h thread.h
17774 ____________________________________________________________________________
17775 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
17776         Log: Needed by #11283.
17777      Branch: perl
17778            ! intrpvar.h
17779 ____________________________________________________________________________
17780 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
17781         Log: Metaconfig unit change for #11286.
17782      Branch: metaconfig/U/perl
17783            ! patchlevel.U
17784 ____________________________________________________________________________
17785 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
17786         Log: Subject: Re: [PATCH Configure] perl -V broken
17787              From: Andy Dougherty <doughera@lafayette.edu>
17788              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
17789              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
17790      Branch: perl
17791            ! Configure myconfig.SH
17792 ____________________________________________________________________________
17793 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
17794         Log: Retract #11166 (and #11237).
17795      Branch: perl
17796            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
17797            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
17798            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
17799 ____________________________________________________________________________
17800 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
17801         Log: UTS tweaks for Hal Morris.
17802      Branch: perl
17803            + uts/sprintf_wrap.c
17804            ! MANIFEST hints/uts.sh perl.h
17805 ____________________________________________________________________________
17806 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
17807         Log: Subject: [PATCH] Use reentrant API glibc
17808              From: Artur Bergman <artur@contiller.se>
17809              Date: Thu, 12 Jul 2001 00:58:21 +0200
17810              Message-ID: <B772A6AD.2288%artur@contiller.se>
17811      Branch: perl
17812            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
17813            ! sv.c
17814 ____________________________________________________________________________
17815 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
17816         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
17817              From: barries <barries@slaysys.com>
17818              Date: Wed, 11 Jul 2001 15:11:46 -0400
17819              Message-ID: <20010711151146.G24560@jester.slaysys.com>
17820      Branch: perl
17821            ! pp_sys.c t/lib/warnings/doio win32/win32.c
17822 ____________________________________________________________________________
17823 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
17824         Log: Subject: [patch] pthread_atfork bandaid
17825              From: Doug MacEachern <dougm@covalent.net>
17826              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
17827              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
17828      Branch: perl
17829            ! miniperlmain.c perl.c
17830 ____________________________________________________________________________
17831 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
17832         Log: Subject: [patch] perl_clone leaks
17833              From: Doug MacEachern <dougm@covalent.net>
17834              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
17835              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
17836      Branch: perl
17837            ! sv.c
17838 ____________________________________________________________________________
17839 [ 11279] By: nick                                  on 2001/07/11  15:49:38
17840         Log: Integrate mainline
17841      Branch: perlio
17842           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
17843           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
17844           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
17845           +> lib/Term/ANSIColor/README
17846           !> (integrate 54 files)
17847 ____________________________________________________________________________
17848 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
17849         Log: Update Changes.
17850      Branch: perl
17851            ! Changes patchlevel.h
17852 ____________________________________________________________________________
17853 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
17854         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
17855              From: Peter Prymmer <pvhp@forte.com>
17856              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
17857              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
17858              
17859              Backport of embed.pl to 5.003.
17860      Branch: perl
17861            ! embed.pl
17862 ____________________________________________________________________________
17863 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
17864         Log: Subject: Re: POSIX test #14 on UTS 
17865              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17866              Date: Wed, 11 Jul 2001 03:02:14 +0100
17867              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
17868      Branch: perl
17869            ! ext/POSIX/POSIX.t
17870 ____________________________________________________________________________
17871 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
17872         Log: Make the I32 an IV to preserve structure alignment and size.
17873      Branch: perl
17874            ! op.h
17875 ____________________________________________________________________________
17876 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
17877         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
17878              From: "Artur Bergman" <artur@contiller.se>
17879              Date: Wed, 11 Jul 2001 14:23:37 +0200
17880              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
17881              
17882              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
17883      Branch: perl
17884            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
17885            ! pod/perlapi.pod sv.c
17886 ____________________________________________________________________________
17887 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
17888         Log: Tweak until Pod::Parser gets updated.
17889      Branch: perl
17890            ! t/pod/special_seqs.xr
17891 ____________________________________________________________________________
17892 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
17893         Log: File::Spec usage tweak.
17894      Branch: perl
17895            ! lib/ExtUtils.t
17896 ____________________________________________________________________________
17897 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
17898         Log: Integrate #11263 from macperl; macos and macosx updates.
17899      Branch: perl
17900           !> pod/perlport.pod
17901 ____________________________________________________________________________
17902 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
17903         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
17904              From: Peter Prymmer <pvhp@forte.com>
17905              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
17906              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
17907      Branch: perl
17908            + ext/Time/HiRes/hints/dynixptx.pl
17909            ! MANIFEST hints/dynixptx.sh
17910 ____________________________________________________________________________
17911 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
17912         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
17913              From: Nicholas Clark <nick@ccl4.org>
17914              Date: Tue, 10 Jul 2001 23:17:43 +0100
17915              Message-ID: <20010710231742.B59620@plum.flirble.org>
17916      Branch: perl
17917            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
17918 ____________________________________________________________________________
17919 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
17920         Log: Subject: [DOC PATCH] Pluggable runops
17921              From: Paul Johnson <paul@pjcj.net>
17922              Date: Tue, 10 Jul 2001 21:53:28 +0200
17923              Message-ID: <20010710215328.B26577@pjcj.net>
17924      Branch: perl
17925            ! pod/perlguts.pod
17926 ____________________________________________________________________________
17927 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
17928         Log: Subject: [PATCH] Authors
17929              From: Artur Bergman <artur@contiller.se>
17930              Date: Tue, 10 Jul 2001 20:39:12 +0200
17931              Message-ID: <B771186F.21CD%artur@contiller.se>
17932      Branch: perl
17933            ! AUTHORS
17934 ____________________________________________________________________________
17935 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
17936         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
17937              From: Doug MacEachern <dougm@covalent.net>
17938              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
17939              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
17940      Branch: perl
17941            ! pp_ctl.c
17942 ____________________________________________________________________________
17943 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
17944         Log: Subject: doc patch; times() in scalar context
17945              From: mjd@plover.com
17946              Date: 10 Jul 2001 18:01:17 -0000
17947              Message-ID: <20010710180117.12477.qmail@plover.com>
17948      Branch: perl
17949            ! pod/perlfunc.pod
17950 ____________________________________________________________________________
17951 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
17952         Log: Subject: [PATCH] Small fix to pp_gmtime
17953              From: Artur Bergman <artur@contiller.se>
17954              Date: Tue, 10 Jul 2001 19:54:52 +0200
17955              Message-ID: <B7710E0B.21C5%artur@contiller.se>
17956      Branch: perl
17957            ! pp_sys.c
17958 ____________________________________________________________________________
17959 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
17960         Log: Integrate changes from mainline perl, add notes about
17961              Mac OS X and Mac OS.
17962      Branch: maint-5.6/macperl
17963            ! pod/perlport.pod
17964 ____________________________________________________________________________
17965 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
17966         Log: A proof of the dangers of package; ?
17967      Branch: perl
17968            ! t/lib/warnings/op
17969 ____________________________________________________________________________
17970 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
17971         Log: Regen toc and modlib.
17972      Branch: perl
17973            ! pod/perlmodlib.pod pod/perltoc.pod
17974 ____________________________________________________________________________
17975 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
17976         Log: Add compexcl(), casefold(), and casespec() interfaces;
17977              and make all interfaces to return hash references instead
17978              of hashes. 
17979      Branch: perl
17980            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17981 ____________________________________________________________________________
17982 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
17983         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
17984              From: "Philip Newton" <Philip.Newton@gmx.net>
17985              Date: Tue, 10 Jul 2001 09:55:59 +0200
17986              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
17987              
17988              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
17989              From: "Philip Newton" <Philip.Newton@gmx.net>
17990              Date: Tue, 10 Jul 2001 09:56:37 +0200
17991              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
17992      Branch: perl
17993            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17994            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
17995 ____________________________________________________________________________
17996 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
17997         Log: Subject: [patch] undef &xsub for 1,2
17998              From: Doug MacEachern <dougm@covalent.net>
17999              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
18000              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
18001              
18002              (This version of the patch with a comment from Gisle.)
18003      Branch: perl
18004            ! op.c
18005 ____________________________________________________________________________
18006 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
18007         Log: Mention package; deprecation and the Win32 problems.
18008      Branch: perl
18009            ! pod/perl572delta.pod
18010 ____________________________________________________________________________
18011 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
18012         Log: Subject: [PATCH] deprecate package with no arguments
18013              From: Robin Houston <robin@kitsite.com>
18014              Date: Tue, 10 Jul 2001 13:33:40 +0100
18015              Message-ID: <20010710133340.A13452@robin.kitsite.com>
18016      Branch: perl
18017            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
18018 ____________________________________________________________________________
18019 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
18020         Log: Upgrade to podlators 1.10.
18021      Branch: perl
18022            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
18023            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18024            ! pod/pod2man.PL pod/pod2text.PL
18025 ____________________________________________________________________________
18026 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
18027         Log: Upgrade to Term::ANSIColor 1.04.
18028      Branch: perl
18029            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
18030            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
18031 ____________________________________________________________________________
18032 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
18033         Log: Integrate perlio (the right fix for the ":layer(args)")
18034      Branch: perl
18035           !> perlio.c
18036 ____________________________________________________________________________
18037 [ 11252] By: nick                                  on 2001/07/10  06:58:14
18038         Log: Fix open(...,"...:layer(xxx)",...)
18039              - use memEQ not strEQ as there is '(' not '\0'
18040      Branch: perlio
18041            ! perlio.c
18042 ____________________________________________________________________________
18043 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
18044         Log: Telling the number of tests helps.
18045      Branch: perl
18046            ! ext/PerlIO/t/encoding.t
18047 ____________________________________________________________________________
18048 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
18049         Log: Require I18N::Langinfo, not use.
18050      Branch: perl
18051            ! lib/open.pm
18052 ____________________________________________________________________________
18053 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
18054         Log: Add a test for for PerlIO ":encoding(...)" layer.
18055      Branch: perl
18056            + ext/PerlIO/t/encoding.t
18057            ! MANIFEST ext/Encode/Encode.pm
18058 ____________________________________________________________________________
18059 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
18060         Log: PerlIO ":encoding(foobar)" temporary fix.
18061              Not really correct, I think, since the change means
18062              that prefixes match.
18063      Branch: perl
18064            ! perlio.c
18065 ____________________________________________________________________________
18066 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
18067         Log: Update to Math::BigInt 1.36.  The biggest news is
18068              the separation of the backend; now the pure Perl
18069              implementation is in Math::BigInt::Calc, but one
18070              can plugin, say, Math::BigInt::BitVect, and get
18071              considerable speedup.
18072      Branch: perl
18073            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
18074            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18075            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
18076            ! lib/Math/BigInt/t/mbimbf.t
18077 ____________________________________________________________________________
18078 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
18079         Log: Subject: Re: compatibility question
18080              From: Peter Prymmer <pvhp@forte.com>
18081              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
18082              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
18083      Branch: perl
18084            ! lib/ExtUtils/MM_VMS.pm
18085 ____________________________________________________________________________
18086 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
18087         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
18088              From: Norton Allen <allen@huarp.harvard.edu>
18089              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
18090              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
18091      Branch: perl
18092            ! ext/File/Glob/t/basic.t
18093 ____________________________________________________________________________
18094 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
18095         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
18096              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18097              Date: Tue, 10 Jul 2001 00:29:55 +0900
18098              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
18099      Branch: perl
18100            + ext/Encode/Encode/HZ.enc
18101            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
18102            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
18103            ! ext/Encode/Encode/iso2022-jp.enc
18104            ! ext/Encode/Encode/iso2022-kr.enc
18105 ____________________________________________________________________________
18106 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
18107         Log: Add in all them there macos/ files.
18108      Branch: maint-5.6/macperl
18109            + (add 577 files)
18110 ____________________________________________________________________________
18111 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
18112         Log: Add the new modules to the list of having those own tests.
18113      Branch: perl
18114            ! t/lib/1_compile.t
18115 ____________________________________________________________________________
18116 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
18117         Log: Add INOUT to control both ways at the same time.
18118      Branch: perl
18119            ! lib/open.pm
18120 ____________________________________________________________________________
18121 [ 11240] By: nick                                  on 2001/07/09  16:33:50
18122         Log: Integrate mainline
18123      Branch: perlio
18124           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18125           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
18126           !> (integrate 41 files)
18127 ____________________________________________________________________________
18128 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
18129         Log: More encoding mapping magic.
18130      Branch: perl
18131            ! lib/open.pm
18132 ____________________________________________________________________________
18133 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
18134         Log: Update Changes.
18135      Branch: perl
18136            ! Changes patchlevel.h
18137 ____________________________________________________________________________
18138 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
18139         Log: (Retracted by #11285).
18140              
18141              Subject: [PATCH] OPpCONST_OCTAL fixes
18142              From: Abhijit Menon-Sen <ams@wiw.org>
18143              Date: Mon, 9 Jul 2001 07:38:45 +0530
18144              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
18145      Branch: perl
18146            ! op.c
18147 ____________________________________________________________________________
18148 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
18149         Log: Add a pseudolayer ":locale" to the open pragma which
18150              will get the encoding from the locale.  Yet undocumented
18151              because I can't get the PerlIO :encoding(foobar) to work.
18152      Branch: perl
18153            ! ext/Encode/Encode.pm lib/open.pm
18154 ____________________________________________________________________________
18155 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
18156         Log: Add more encoding mappings.
18157      Branch: perl
18158            ! ext/Encode/Encode.pm
18159 ____________________________________________________________________________
18160 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
18161         Log: Document that using :encoding layer requires using Encode.
18162      Branch: perl
18163            ! ext/Encode/Encode.pm lib/PerlIO.pm
18164 ____________________________________________________________________________
18165 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
18166         Log: Netware tweak from Ananth Kesari.
18167      Branch: perl
18168            ! NetWare/netware.h
18169 ____________________________________________________________________________
18170 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
18171         Log: t/harness doesn't know about run/*.t
18172      Branch: perl
18173            ! t/harness
18174 ____________________________________________________________________________
18175 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
18176         Log: run/exit.t busted on windows
18177      Branch: perl
18178            ! t/run/exit.t
18179 ____________________________________________________________________________
18180 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
18181         Log: fix a couple of UCD.t tests that fail due to bad case
18182      Branch: perl
18183            ! lib/Unicode/UCD.t
18184 ____________________________________________________________________________
18185 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
18186         Log: test skip logic was broken
18187      Branch: perl
18188            ! ext/I18N/Langinfo/Langinfo.t
18189 ____________________________________________________________________________
18190 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
18191         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
18192              failure of ExtUtils.t#27 when built in debug mode)
18193      Branch: perl
18194            ! lib/ExtUtils/MM_Win32.pm
18195 ____________________________________________________________________________
18196 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
18197         Log: I18N::Langinfo is not available on windows
18198      Branch: perl
18199            ! win32/FindExt.pm
18200 ____________________________________________________________________________
18201 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
18202         Log: save a dTHX
18203      Branch: perl
18204            ! ext/POSIX/POSIX.xs
18205 ____________________________________________________________________________
18206 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
18207         Log: Update Changes.
18208      Branch: perl
18209            ! Changes patchlevel.h
18210 ____________________________________________________________________________
18211 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
18212         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
18213              as pointed out by Sarathy.
18214      Branch: perl
18215            ! ext/I18N/Langinfo/Langinfo.xs
18216 ____________________________________________________________________________
18217 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
18218         Log: Retract #11212.
18219      Branch: perl
18220            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
18221 ____________________________________________________________________________
18222 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
18223         Log: Bump up the VERSION of Cwd.xs.
18224      Branch: perl
18225            ! ext/Cwd/Makefile.PL
18226 ____________________________________________________________________________
18227 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
18228         Log: Retract #11220, the problem wasn't the missing leading zero.
18229              Here's the problem:
18230              $ ./perl -we 'chmod(oct("755"), ".")'
18231              Non-octal literal mode (493) specified at -e line 1.
18232              (Did you mean 0493 instead?)
18233      Branch: perl
18234            ! lib/ExtUtils/MM_Unix.pm
18235 ____________________________________________________________________________
18236 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
18237         Log: (Retracted by #11221)
18238              Change the PERM_RW and PERM_RWX to 0644 and 0755
18239              (add the leading zero).
18240      Branch: perl
18241            ! lib/ExtUtils/MM_Unix.pm
18242 ____________________________________________________________________________
18243 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
18244         Log: Integrate changes #11193, 11205, 11209 from macperl.
18245              
18246              Fix up AutoLoader to fudge for Mac paths in import().
18247              
18248              Allow symbols in try_symbol() to begin with "_".
18249              
18250              Small portability fix for Mac OS.
18251      Branch: perl
18252           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
18253 ____________________________________________________________________________
18254 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
18255         Log: Metaconfig unit change for #11217.
18256      Branch: metaconfig/U/perl
18257            ! Extensions.U
18258 ____________________________________________________________________________
18259 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
18260         Log: Detypo, problem noticed by Gerrit P. Haase.
18261      Branch: perl
18262            ! Configure config_h.SH
18263 ____________________________________________________________________________
18264 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
18265         Log: Cwd cleanups.
18266      Branch: perl
18267            ! ext/Cwd/Cwd.xs
18268 ____________________________________________________________________________
18269 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
18270         Log: Slight tweaks on #11213.
18271      Branch: perl
18272            ! toke.c
18273 ____________________________________________________________________________
18274 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
18275         Log: A missing dTHX noticed by Gerrit P. Haase.
18276      Branch: perl
18277            ! ext/POSIX/POSIX.xs
18278 ____________________________________________________________________________
18279 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
18280         Log: Subject: [PATCH toke.c] Simplify yytoke()
18281              From: Simon Cozens <simon@netthink.co.uk>
18282              Date: Sun, 8 Jul 2001 13:24:34 +0100
18283              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
18284              
18285              Split out pending_ident().
18286      Branch: perl
18287            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
18288 ____________________________________________________________________________
18289 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
18290         Log: (Retracted by #11223.)
18291              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
18292              Date: Wed, 05 Nov 1997 17:22:34 -0600
18293              From: Graham Barr <gbarr@ti.com>
18294              Message-Id: <3460FFBA.6DA51F46@ti.com>
18295      Branch: perl
18296            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
18297 ____________________________________________________________________________
18298 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
18299         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
18300      Branch: perl
18301            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18302            ! pod/perllocale.pod
18303 ____________________________________________________________________________
18304 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
18305         Log: Really do the test under the C locale.
18306      Branch: perl
18307            ! ext/I18N/Langinfo/Langinfo.t
18308 ____________________________________________________________________________
18309 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
18310         Log: Small portability fix for Mac OS.
18311      Branch: maint-5.6/macperl
18312            ! lib/Cwd.pm
18313 ____________________________________________________________________________
18314 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
18315         Log: Metaconfig unit change for #11207.
18316      Branch: metaconfig/U/perl
18317            ! Extensions.U
18318 ____________________________________________________________________________
18319 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
18320         Log: Add I18N::Langinfo, which is basically a wrapper around
18321              nl_langinfo(), which is an additional way to query locale
18322              specific information.
18323      Branch: perl
18324            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
18325            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
18326            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
18327 ____________________________________________________________________________
18328 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
18329         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
18330              used in File::Find tests; replace with if.t.
18331      Branch: maint-5.6/macperl
18332            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
18333            ! t/pragma/warn/op
18334 ____________________________________________________________________________
18335 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
18336         Log: Allow symbols in try_symbol() to begin with "_".
18337      Branch: maint-5.6/macperl
18338            ! makedef.pl
18339 ____________________________________________________________________________
18340 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
18341         Log: Sync up the File::Find changes from the rewrite by
18342              Thomas Wegner, et al.
18343      Branch: maint-5.6/macperl
18344            + t/lib/filefind-taint.t
18345            ! lib/File/Find.pm t/lib/filefind.t
18346 ____________________________________________________________________________
18347 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
18348         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
18349              From: Thomas Wegner <wegner_thomas@yahoo.com>
18350              Date: Thu, 5 Jul 2001 20:31:25 +0200
18351              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
18352      Branch: maint-5.6/macperl
18353            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
18354 ____________________________________________________________________________
18355 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
18356         Log: Some more test portability fixes.
18357      Branch: maint-5.6/macperl
18358            ! t/lib/filecopy.t t/pragma/warn/pp_sys
18359 ____________________________________________________________________________
18360 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
18361         Log: The #11200 removed wrong (non-existent) target.  Duh.
18362      Branch: perl
18363            ! Makefile.SH
18364 ____________________________________________________________________________
18365 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
18366         Log: Zap the lib/re.pm before creating it.
18367      Branch: perl
18368            ! Makefile.SH
18369 ____________________________________________________________________________
18370 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
18371         Log: Another test.  Please ignore.
18372      Branch: maint-5.6/macperl
18373            ! README.macos
18374 ____________________________________________________________________________
18375 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
18376         Log: Portability fixes for a lot of tests, especially IO-related
18377              tests, and warnings, and the harness script.
18378      Branch: maint-5.6/macperl
18379            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
18380            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
18381            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
18382            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
18383            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
18384            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
18385            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
18386            ! t/pragma/warnings.t
18387 ____________________________________________________________________________
18388 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
18389         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
18390              From: Nicholas Clark <nick@ccl4.org>
18391              Date: Sat, 7 Jul 2001 21:00:17 +0100
18392              Message-ID: <20010707210017.H59620@plum.flirble.org>
18393      Branch: perl
18394            ! lib/h2xs.t
18395 ____________________________________________________________________________
18396 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
18397         Log: The UNICOS/mk SysV IPC problem has been fixed.
18398      Branch: perl
18399            ! pod/perl572delta.pod
18400 ____________________________________________________________________________
18401 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
18402         Log: Slight update tweaks on perlunicode.pod.
18403      Branch: perl
18404            ! pod/perlunicode.pod
18405 ____________________________________________________________________________
18406 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
18407         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
18408              From: Mark-Jason Dominus <mjd@plover.com>
18409              Date: Sat, 07 Jul 2001 13:04:04 -0400
18410              Message-ID: <20010707170404.32694.qmail@plover.com>
18411      Branch: perl
18412            ! ext/DB_File/DB_File.pm
18413 ____________________________________________________________________________
18414 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
18415         Log: Fix up AutoLoader to fudge for Mac paths in import().
18416      Branch: maint-5.6/macperl
18417            ! lib/AutoLoader.pm
18418 ____________________________________________________________________________
18419 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
18420         Log: Try to force the lib/re.pm to be there before entering
18421              the extensions builds, should help for parallel makes.
18422      Branch: perl
18423            ! Makefile.SH
18424 ____________________________________________________________________________
18425 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
18426         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
18427              From: Norton Allen <allen@huarp.harvard.edu>
18428              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
18429              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
18430      Branch: perl
18431            ! ext/POSIX/POSIX.xs
18432 ____________________________________________________________________________
18433 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
18434         Log: Subject: [PATCH] Re: op/arith.t
18435              From: Nicholas Clark <nick@ccl4.org>
18436              Date: Sat, 7 Jul 2001 13:04:54 +0100
18437              Message-ID: <20010707130454.D59620@plum.flirble.org>
18438      Branch: perl
18439            ! numeric.c toke.c
18440 ____________________________________________________________________________
18441 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
18442         Log: Subject: [PATCH] h2xs
18443              From: Nicholas Clark <nick@ccl4.org>
18444              Date: Fri, 6 Jul 2001 23:25:14 +0100
18445              Message-ID: <20010706232514.X59620@plum.flirble.org>
18446      Branch: perl
18447            ! utils/h2xs.PL
18448 ____________________________________________________________________________
18449 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
18450         Log: Subject: Re: bleedperl perl_alloc..free leakage
18451              From: Radu Greab <radu@netsoft.ro>
18452              Date: Fri, 6 Jul 2001 19:48:54 +0300
18453              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
18454              
18455              Leak-be-gone.
18456      Branch: perl
18457            ! op.c
18458 ____________________________________________________________________________
18459 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
18460         Log: Test again.  Please ignore.
18461      Branch: maint-5.6/macperl
18462            ! README.macos
18463 ____________________________________________________________________________
18464 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
18465         Log: Test.  Please ignore.
18466      Branch: maint-5.6/macperl
18467            ! README.macos
18468 ____________________________________________________________________________
18469 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
18470         Log: Include changes already sent in separately as patches,
18471              before branch was created.
18472      Branch: maint-5.6/macperl
18473            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
18474            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
18475            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
18476            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
18477            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
18478            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
18479            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
18480            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
18481            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
18482            ! t/pragma/strict.t
18483 ____________________________________________________________________________
18484 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
18485         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
18486              From: Norton Allen <allen@huarp.harvard.edu>
18487              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
18488              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
18489      Branch: perl
18490            ! utf8.h
18491 ____________________________________________________________________________
18492 [ 11183] By: nick                                  on 2001/07/06  16:27:40
18493         Log: Integrate mainline
18494      Branch: perlio
18495           +> (branch 42 files)
18496            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
18497            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
18498            - win32/bin/mdelete.bat
18499           !> (integrate 215 files)
18500 ____________________________________________________________________________
18501 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
18502         Log: The #11166 needed also these updated.
18503      Branch: perl
18504            ! lib/warnings.pm warnings.h
18505 ____________________________________________________________________________
18506 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
18507         Log: Update Changes.
18508      Branch: perl
18509            ! Changes patchlevel.h
18510 ____________________________________________________________________________
18511 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
18512         Log: Regen toc.
18513      Branch: perl
18514            ! pod/perltoc.pod
18515 ____________________________________________________________________________
18516 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
18517         Log: Nit from Abhijit.
18518      Branch: perl
18519            ! lib/CPAN.pm
18520 ____________________________________________________________________________
18521 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
18522         Log: Retract #11172.
18523      Branch: perl
18524            ! t/op/method.t
18525 ____________________________________________________________________________
18526 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
18527         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
18528              From: Norton Allen <allen@huarp.harvard.edu>
18529              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
18530              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
18531      Branch: perl
18532            ! lib/Cwd.pm
18533 ____________________________________________________________________________
18534 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
18535         Log: (Accidentally empty check-in.)
18536      Branch: perl
18537            ! utf8.h
18538 ____________________________________________________________________________
18539 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
18540         Log: Retract #11165 since Sarathy pointed out it'll not
18541              work properly under threads, the problem should be
18542              solved using "the savestack, either via SSNEW() or
18543              using a newSVpv()+SAVEFREESV() combo."
18544      Branch: perl
18545            ! ext/POSIX/POSIX.xs
18546 ____________________________________________________________________________
18547 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
18548         Log: Retract #11125 since NI-S pointed out it'll not work in
18549              cases where the extension has their own handcrafted INC
18550              et alia.
18551      Branch: perl
18552            ! lib/ExtUtils/MM_Unix.pm
18553 ____________________________________________________________________________
18554 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
18555         Log: Subject: RE: [PATCH] -I and MakeMaker again
18556              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18557              Date: Fri, 6 Jul 2001 09:18:29 +0200
18558              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
18559      Branch: perl
18560            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
18561            ! lib/ExtUtils/MM_Win32.pm
18562 ____________________________________________________________________________
18563 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
18564         Log: (Retracted by #11178)
18565              Subject: [PATCH t/op/method.t] SUPER:: strangeness
18566              From: Piers Cawley <pdcawley@iterative-software.com>
18567              Date: 06 Jul 2001 10:49:01 +0100
18568              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
18569      Branch: perl
18570            ! t/op/method.t
18571 ____________________________________________________________________________
18572 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
18573         Log: VOS README update from Paul Green.
18574      Branch: perl
18575            ! README.vos
18576 ____________________________________________________________________________
18577 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
18578         Log: Subject: [PATCH README.qnx hints/qnx.sh]
18579              From: Norton Allen <allen@huarp.harvard.edu>
18580              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
18581              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
18582      Branch: perl
18583            ! README.qnx hints/qnx.sh
18584 ____________________________________________________________________________
18585 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
18586         Log: Subject: [PATCH] Doc patch for Tie::Hash
18587              From: Artur Bergman <artur@contiller.se>
18588              Date: Thu, 05 Jul 2001 22:51:18 +0200
18589              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
18590      Branch: perl
18591            ! lib/Tie/Hash.pm
18592 ____________________________________________________________________________
18593 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
18594         Log: Subject: [PATCH] perlfaq4.pod
18595              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
18596              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
18597              Date: Thu, 5 Jul 2001 18:44:10 +0100 
18598      Branch: perl
18599            ! pod/perlfaq4.pod
18600 ____________________________________________________________________________
18601 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
18602         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
18603              From: Robin Houston <robin@kitsite.com>
18604              Date: Thu, 5 Jul 2001 18:33:21 +0100
18605              Message-ID: <20010705183321.A27345@robin.kitsite.com>
18606      Branch: perl
18607            ! ext/B/B/Deparse.pm
18608 ____________________________________________________________________________
18609 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
18610         Log: (Retracted by #11285.)
18611              
18612              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
18613              From: Abhijit Menon-Sen <ams@wiw.org>
18614              Date: Fri, 6 Jul 2001 01:26:32 +0530
18615              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
18616      Branch: perl
18617            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
18618            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
18619            ! warnings.pl
18620 ____________________________________________________________________________
18621 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
18622         Log: (Retracted by #11175)
18623              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
18624              From: Norton Allen <allen@huarp.harvard.edu>
18625              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
18626              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
18627      Branch: perl
18628            ! ext/POSIX/POSIX.xs
18629 ____________________________________________________________________________
18630 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
18631         Log: Unterminated C< (noticed by Richard Hatch), and few other
18632              small Unicode doc tweaks.
18633      Branch: perl
18634            ! pod/perlretut.pod
18635 ____________________________________________________________________________
18636 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
18637         Log: More flexible argument understanding; add charblocks() and
18638              charscripts(); make charblock() and charscript() two-way;
18639              add charinrange(); separate the $Unicode::UCD::VERSION and
18640              the version of the Unicode by adding UnicodeVersion().
18641      Branch: perl
18642            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18643 ____________________________________________________________________________
18644 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
18645         Log: Update Unicode::UCD on \p{In...}.
18646      Branch: perl
18647            ! lib/Unicode/UCD.pm
18648 ____________________________________________________________________________
18649 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
18650         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
18651              From: Norton Allen <allen@huarp.harvard.edu>
18652              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
18653              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
18654      Branch: perl
18655            ! lib/ExtUtils/MM_Unix.pm
18656 ____________________________________________________________________________
18657 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
18658         Log: POSIX-BC tweaks from Thomas Dorner.
18659      Branch: perl
18660            ! hints/posix-bc.sh perlio.h
18661 ____________________________________________________________________________
18662 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
18663         Log: Module updates for the delta.
18664      Branch: perl
18665            ! pod/perl572delta.pod
18666 ____________________________________________________________________________
18667 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
18668         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
18669              From: Norton Allen <allen@huarp.harvard.edu>
18670              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
18671              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
18672      Branch: perl
18673            ! ext/IO/lib/IO/t/io_sock.t
18674 ____________________________________________________________________________
18675 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
18676         Log: Subject: [PATCH perldiag.pod] Quick fixes
18677              From: Simon Cozens <simon@netthink.co.uk>
18678              Date: Wed, 4 Jul 2001 20:22:12 +0100
18679              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
18680      Branch: perl
18681            ! pod/perldiag.pod
18682 ____________________________________________________________________________
18683 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
18684         Log: (retracted by #13533)
18685              
18686              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
18687              From: Radu Greab <radu@netsoft.ro>
18688              Date: Wed, 4 Jul 2001 22:13:31 +0300
18689              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
18690      Branch: perl
18691            ! op.c sv.c t/op/pos.t
18692 ____________________________________________________________________________
18693 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
18694         Log: Subject: [PATCH] -I and MakeMaker again
18695              From: Michael G Schwern <schwern@pobox.com>
18696              Date: Wed, 4 Jul 2001 15:03:07 -0400
18697              Message-ID: <20010704150307.I20340@blackrider>
18698              
18699              (and retract #11145)
18700      Branch: perl
18701            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
18702            ! lib/ExtUtils/MakeMaker.pm
18703 ____________________________________________________________________________
18704 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
18705         Log: Subject: Re: PERFORCE change 11142 for review
18706              From: "Philip Newton" <Philip.Newton@gmx.net>
18707              Date: Wed, 4 Jul 2001 20:46:26 +0200
18708              Message-Id: <200107041841.VAA25380@taas.iki.fi>
18709      Branch: perl
18710            ! lib/ExtUtils/MakeMaker.pm
18711 ____________________________________________________________________________
18712 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
18713         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
18714              From: Jonathan Stowe <gellyfish@gellyfish.com>
18715              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
18716              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
18717      Branch: perl
18718            ! utils/pl2pm.PL
18719 ____________________________________________________________________________
18720 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
18721         Log: fix the binary compatibility issue when building with/without
18722              usemymalloc by exporting Perl_malloc() et al as simple wrappers
18723              around the system functions (this allows most extensions built
18724              using one mode to coexist with perls built in the other mode)
18725              
18726              XXX the Perl_mfree() wrapper might need to do return(free()) on
18727              platforms where Free_t isn't "void"
18728      Branch: perl
18729            ! embed.h embed.pl makedef.pl proto.h util.c
18730 ____________________________________________________________________________
18731 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
18732         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
18733              since it doesn't ensure threads other than the one calling fork()
18734              aren't holding any locks; the fix is to use pthread_atfork() to
18735              hold global locks
18736              
18737              building perl with -Dusemymalloc exacerbates the problem since
18738              Perl_malloc() holds a mutex, and perl's exec() calls New()
18739              
18740              XXX the code in win32thread.h may be needed on platforms that have
18741              no pthread_atfork()
18742      Branch: perl
18743            ! perl.c thread.h win32/win32thread.h
18744 ____________________________________________________________________________
18745 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
18746         Log: Integrate #11009 from maintperl.
18747      Branch: maint-5.6/macperl
18748           !> lib/ExtUtils/Manifest.pm
18749 ____________________________________________________________________________
18750 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
18751         Log: Flexing my Perforce muscles.
18752      Branch: maint-5.6/macperl
18753            ! README.macos
18754 ____________________________________________________________________________
18755 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
18756         Log: Update Changes.
18757      Branch: perl
18758            ! Changes patchlevel.h
18759 ____________________________________________________________________________
18760 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
18761         Log: Metaconfig unit change for #11146.
18762      Branch: metaconfig/U/perl
18763            ! d_fcntl_can_lock.U
18764 ____________________________________________________________________________
18765 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
18766         Log: Somehow the #ifdefs of the added code (in #11093) made
18767              HP-UX to fail the fcntl locking test, without the ifdefs
18768              the test seems to be working again.  Reason unknown:
18769              HP-UX cc doesn't complain either way.
18770      Branch: perl
18771            ! Configure
18772 ____________________________________________________________________________
18773 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
18774         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
18775      Branch: perl
18776            ! lib/ExtUtils/MM_Unix.pm
18777 ____________________________________________________________________________
18778 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
18779         Log: gcc -Wall nit.
18780      Branch: perl
18781            ! pp_hot.c
18782 ____________________________________________________________________________
18783 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
18784         Log: When removing tests updating the test count is a good idea, too.
18785      Branch: perl
18786            ! lib/Net/t/require.t
18787 ____________________________________________________________________________
18788 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
18789         Log: Document #11134 and add the new symbols to the list of
18790              of MakeMaker known ones.
18791      Branch: perl
18792            ! lib/ExtUtils/MakeMaker.pm
18793 ____________________________________________________________________________
18794 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
18795         Log: Microperl update.
18796      Branch: perl
18797            ! uconfig.h
18798 ____________________________________________________________________________
18799 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
18800         Log: Update the libnet tests as per #11138.
18801      Branch: perl
18802            - lib/Net/t/ph.t
18803            ! MANIFEST lib/Net/t/require.t
18804 ____________________________________________________________________________
18805 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
18806         Log: Regen toc and modlib.
18807      Branch: perl
18808            ! pod/perlmodlib.pod pod/perltoc.pod
18809 ____________________________________________________________________________
18810 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
18811         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
18812              Graham's request.
18813      Branch: perl
18814            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
18815            ! MANIFEST
18816 ____________________________________________________________________________
18817 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
18818         Log: Add the OS/390 harness results to the delta.
18819      Branch: perl
18820            ! pod/perl572delta.pod
18821 ____________________________________________________________________________
18822 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
18823         Log: Avoid the two study tests in OS/390 until the bug has been solved.
18824      Branch: perl
18825            ! t/op/study.t
18826 ____________________________________________________________________________
18827 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
18828         Log: DOS/DJGPP tweaks from Laszlo Molnar.
18829      Branch: perl
18830            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
18831 ____________________________________________________________________________
18832 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
18833         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
18834              From: Michael G Schwern <schwern@pobox.com>
18835              Date: Wed, 4 Jul 2001 00:01:16 -0400
18836              Message-ID: <20010704000116.C591@blackrider>
18837      Branch: perl
18838            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
18839 ____________________________________________________________________________
18840 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
18841         Log: The #11132 missed singleton characters (not part
18842              of a unilo..unihi range) in Unicode scripts.
18843      Branch: perl
18844            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
18845            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
18846            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
18847            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
18848            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
18849            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
18850            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
18851            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
18852            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
18853            ! lib/unicode/mktables.PL t/op/pat.t
18854 ____________________________________________________________________________
18855 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
18856         Log: Support preferentially the Unicode 'scripts' definition
18857              in the \p{In...} notation since according to Unicode the
18858              scripts concept is more natural for matching than using
18859              the somewhat artificial block names.  The block names are
18860              still available, though, and if there's a name conflict,
18861              the scripts one wins and the blocks one has to do with
18862              'Block' appended to its name.  For more information see
18863              
18864              http://www.unicode.org/unicode/reports/tr24/
18865      Branch: perl
18866            + lib/unicode/In/100.pl lib/unicode/In/101.pl
18867            + lib/unicode/In/102.pl lib/unicode/In/103.pl
18868            + lib/unicode/In/104.pl lib/unicode/In/105.pl
18869            + lib/unicode/In/106.pl lib/unicode/In/107.pl
18870            + lib/unicode/In/108.pl lib/unicode/In/109.pl
18871            + lib/unicode/In/110.pl lib/unicode/In/111.pl
18872            + lib/unicode/In/112.pl lib/unicode/In/113.pl
18873            + lib/unicode/In/114.pl lib/unicode/In/115.pl
18874            + lib/unicode/In/116.pl lib/unicode/In/117.pl
18875            + lib/unicode/In/118.pl lib/unicode/In/119.pl
18876            + lib/unicode/In/120.pl lib/unicode/In/121.pl
18877            + lib/unicode/In/122.pl lib/unicode/In/123.pl
18878            + lib/unicode/In/124.pl lib/unicode/In/125.pl
18879            + lib/unicode/In/126.pl lib/unicode/In/127.pl
18880            + lib/unicode/In/128.pl lib/unicode/In/129.pl
18881            + lib/unicode/In/130.pl lib/unicode/In/131.pl
18882            + lib/unicode/In/132.pl lib/unicode/In/133.pl
18883            + lib/unicode/In/134.pl lib/unicode/In/135.pl
18884            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
18885            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
18886            ! (edit 106 files)
18887 ____________________________________________________________________________
18888 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
18889         Log: Better document the difference between a block and a script.
18890      Branch: perl
18891            ! lib/Unicode/UCD.pm
18892 ____________________________________________________________________________
18893 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
18894         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
18895              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
18896              Date: Tue, 3 Jul 2001 15:04:23 -0500
18897              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
18898      Branch: perl
18899            ! lib/CPAN.pm
18900 ____________________________________________________________________________
18901 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
18902         Log: Add tests for charscript().
18903      Branch: perl
18904            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18905 ____________________________________________________________________________
18906 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
18907         Log: Add charscript() to get the UTR#24 script names of characters.
18908      Branch: perl
18909            ! lib/Unicode/UCD.pm
18910 ____________________________________________________________________________
18911 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
18912         Log: Todo updates.
18913      Branch: perl
18914            ! pod/perltodo.pod
18915 ____________________________________________________________________________
18916 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
18917         Log: Unicode::UCD updates.
18918      Branch: perl
18919            ! lib/Unicode/UCD.pm
18920 ____________________________________________________________________________
18921 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
18922         Log: (Retracted by #11174)
18923              Subject: MakeMaker should pass through DEFINE and INC to subdirs
18924              From: Alan Burlison <Alan.Burlison@sun.com>
18925              Date: Tue, 03 Jul 2001 15:20:13 +0100
18926              Message-ID: <3B41D49D.A923D4F9@sun.com>
18927      Branch: perl
18928            ! lib/ExtUtils/MM_Unix.pm
18929 ____________________________________________________________________________
18930 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
18931         Log: Subject: Patch needed for UTS
18932              From: hom00@utsglobal.com (Hal Morris)
18933              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
18934              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
18935              
18936              Replace #11113 with a better version.
18937      Branch: perl
18938            ! perl.h
18939 ____________________________________________________________________________
18940 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
18941         Log: Subject: Re: POINTERRIGOR
18942              From: Andy Dougherty <doughera@lafayette.edu>
18943              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
18944              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
18945      Branch: perl
18946            ! util.c
18947 ____________________________________________________________________________
18948 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
18949         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
18950              From: "Philip Newton" <pnewton@gmx.de>
18951              Date: Tue, 3 Jul 2001 17:03:34 +0200
18952              Message-ID: <3B41FAE6.29564.660E117@localhost>
18953      Branch: perl
18954            ! pp_hot.c
18955 ____________________________________________________________________________
18956 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
18957         Log: Typos.
18958      Branch: perl
18959            ! INSTALL
18960 ____________________________________________________________________________
18961 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
18962         Log: Subject: [PATCH 5.6.1] debugger fixes
18963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18964              Date: Tue, 3 Jul 2001 03:38:18 -0400
18965              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
18966              
18967              The $^S is working again.
18968      Branch: perl
18969            ! lib/perl5db.pl
18970 ____________________________________________________________________________
18971 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
18972         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
18973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18974              Date: Tue, 3 Jul 2001 03:34:06 -0400
18975              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
18976      Branch: perl
18977            ! os2/OS2/Process/Process.pm
18978 ____________________________________________________________________________
18979 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
18980         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
18981              From: "Philip Newton" <Philip.Newton@gmx.net>
18982              Date: Tue, 3 Jul 2001 09:11:27 +0200
18983              Message-Id: <200107030706.KAA04596@taas.iki.fi>
18984      Branch: perl
18985            ! lib/FindBin.pm
18986 ____________________________________________________________________________
18987 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
18988         Log: Delta delta.
18989      Branch: perl
18990            ! pod/perl572delta.pod
18991 ____________________________________________________________________________
18992 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
18993         Log: Metaconfig unit change for 11115.
18994      Branch: metaconfig
18995            ! U/modified/libc.U
18996 ____________________________________________________________________________
18997 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
18998         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
18999              (from Richard Hatch) (this was the cause of pipes() and
19000              times() myeteriously not being found)
19001      Branch: perl
19002            ! Configure
19003 ____________________________________________________________________________
19004 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
19005         Log: Retract #10142, the real culprit found by Richard Hatch,
19006              coming soon to Configure near you.
19007      Branch: perl
19008            ! hints/aix.sh
19009 ____________________________________________________________________________
19010 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
19011         Log: (Replaced by #11124) UTS workaround from Hal Morris.
19012      Branch: perl
19013            ! perl.h
19014 ____________________________________________________________________________
19015 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
19016         Log: Subject: [PATCH] grok not grocking correctly
19017              From: Nicholas Clark <nick@ccl4.org>
19018              Date: Tue, 3 Jul 2001 00:19:08 +0100
19019              Message-ID: <20010703001908.H59620@plum.flirble.org>
19020      Branch: perl
19021            ! numeric.c
19022 ____________________________________________________________________________
19023 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
19024         Log: Subject: [PATCH Deparse.t] test just-posted patches
19025              From: Robin Houston <robin@kitsite.com>
19026              Date: Mon, 2 Jul 2001 23:46:15 +0100
19027              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
19028      Branch: perl
19029            ! ext/B/Deparse.t
19030 ____________________________________________________________________________
19031 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
19032         Log: Subject: [PATCH toke.c] autosplit into @F
19033              From: Robin Houston <robin@kitsite.com>
19034              Date: Mon, 2 Jul 2001 23:18:20 +0100
19035              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
19036      Branch: perl
19037            ! perl.c toke.c
19038 ____________________________________________________________________________
19039 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
19040         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
19041              From: Robin Houston <robin@kitsite.com>
19042              Date: Mon, 2 Jul 2001 23:00:48 +0100
19043              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
19044      Branch: perl
19045            ! ext/B/B/Deparse.pm
19046 ____________________________________________________________________________
19047 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
19048         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
19049              From: "Philip Newton" <Philip.Newton@gmx.net>
19050              Date: Mon, 2 Jul 2001 22:06:22 +0200
19051              (no Message-Id)
19052      Branch: perl
19053            ! ext/NDBM_File/hints/linux.pl
19054 ____________________________________________________________________________
19055 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
19056         Log: Subject: Re: Fixed pack problem - sort of
19057              From: Nicholas Clark <nick@ccl4.org>
19058              Date: Mon, 2 Jul 2001 20:59:20 +0100
19059              Message-ID: <20010702205919.F59620@plum.flirble.org>
19060      Branch: perl
19061            ! pp_pack.c t/op/pack.t
19062 ____________________________________________________________________________
19063 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
19064         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
19065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19066              Date: Mon, 2 Jul 2001 15:45:41 -0400
19067              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
19068      Branch: perl
19069            ! os2/os2.c
19070 ____________________________________________________________________________
19071 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
19072         Log: (Mistaken retraction)
19073      Branch: perl
19074            ! utils/pl2pm.PL
19075 ____________________________________________________________________________
19076 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
19077         Log: Detypo in #11103.
19078      Branch: perl
19079            ! utils/pl2pm.PL
19080 ____________________________________________________________________________
19081 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
19082         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
19083              From: Jonathan Stowe <gellyfish@gellyfish.com>
19084              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
19085              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
19086      Branch: perl
19087            ! utils/pl2pm.PL
19088 ____________________________________________________________________________
19089 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
19090         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
19091              From: "Craig A. Berry" <craigberry@mac.com>
19092              Date: Mon, 02 Jul 2001 14:11:23 -0500
19093              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
19094      Branch: perl
19095            ! lib/Unicode/UCD.pm
19096 ____________________________________________________________________________
19097 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
19098         Log: Subject: [PATCH] Re: op/numconvert.t failures
19099              From: Nicholas Clark <nick@ccl4.org>
19100              Date: Mon, 2 Jul 2001 20:10:48 +0100
19101              Message-ID: <20010702201048.E59620@plum.flirble.org>
19102      Branch: perl
19103            ! t/op/numconvert.t
19104 ____________________________________________________________________________
19105 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
19106         Log: Update Changes.
19107      Branch: perl
19108            ! Changes patchlevel.h
19109 ____________________________________________________________________________
19110 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
19111         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
19112              The real fix must be more involved.  The line of code all the leaky
19113              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
19114              line of Perl_newPMOP().
19115      Branch: perl
19116            ! op.h
19117 ____________________________________________________________________________
19118 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
19119         Log: Based on
19120              
19121              Subject: Re: sizeof(struct sembuf)
19122              From: Nicholas Clark <nick@ccl4.org>
19123              Date: Sun, 1 Jul 2001 22:26:48 +0100
19124              Message-ID: <20010701222648.W59620@plum.flirble.org>
19125              
19126              but do semop() always the slow way.
19127      Branch: perl
19128            ! doio.c
19129 ____________________________________________________________________________
19130 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
19131         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
19132              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19133              Date: Tue, 03 Jul 2001 00:56:30 +0900
19134              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
19135      Branch: perl
19136            ! ext/Encode/Encode/Tcl.t
19137 ____________________________________________________________________________
19138 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
19139         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
19140              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19141              Date: Tue, 03 Jul 2001 00:55:46 +0900
19142              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
19143      Branch: perl
19144            ! ext/Encode/Encode/Tcl.pm
19145 ____________________________________________________________________________
19146 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
19147         Log: Regen api and toc.
19148      Branch: perl
19149            ! pod/perlapi.pod pod/perltoc.pod
19150 ____________________________________________________________________________
19151 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
19152         Log: Metaconfig unit change for #11093.
19153      Branch: metaconfig/U/perl
19154            ! d_fcntl_can_lock.U
19155 ____________________________________________________________________________
19156 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
19157         Log: The fcntl locking test may hang if NFS locking messed up;
19158              break out with alarm(10).
19159      Branch: perl
19160            ! Configure
19161 ____________________________________________________________________________
19162 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
19163         Log: Move the mdelete.bat from win32/bin to win32.
19164      Branch: perl
19165            ! MANIFEST
19166 ____________________________________________________________________________
19167 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
19168         Log: Typo in #11083.
19169      Branch: perl
19170            ! ext/Time/Piece/Piece.t
19171 ____________________________________________________________________________
19172 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
19173         Log: Netware tweaks from Guruprasad.
19174      Branch: perl
19175            - NetWare/perlsdio.h
19176            ! MANIFEST NetWare/Makefile NetWare/interface.c
19177            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
19178            ! perlsdio.h
19179 ____________________________________________________________________________
19180 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
19181         Log: Subject: Re: [PATH] shared -> unique;
19182              From: Abhijit Menon-Sen <ams@wiw.org>
19183              Date: Wed, 27 Jun 2001 03:51:27 +0530
19184              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
19185      Branch: perl
19186            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
19187 ____________________________________________________________________________
19188 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
19189         Log: Subject: Re: AIX / gcc-3.0
19190              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19191              Date: Mon, 02 Jul 2001 15:20:21 +0200
19192              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
19193      Branch: perl
19194            ! hints/aix.sh
19195 ____________________________________________________________________________
19196 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
19197         Log: Subject: Re: Bug report: split splits on wrong pattern
19198              From: Abhijit Menon-Sen <ams@wiw.org>
19199              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
19200              Date: Mon, 2 Jul 2001 16:31:33 +0530
19201      Branch: perl
19202            ! pp_ctl.c
19203 ____________________________________________________________________________
19204 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
19205         Log: Subject: [PATCH 5.6.1] test harness
19206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19207              Date: Mon, 2 Jul 2001 06:29:21 -0400
19208              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
19209      Branch: perl
19210            ! lib/Test/Harness.pm
19211 ____________________________________________________________________________
19212 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
19213         Log: Subject: [PATCH 5.6.1] debugger goof
19214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19215              Date: Mon, 2 Jul 2001 06:27:22 -0400
19216              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
19217      Branch: perl
19218            ! lib/perl5db.pl
19219 ____________________________________________________________________________
19220 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
19221         Log: Subject: [PATCH 5.6.1] OS/2 cwd
19222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19223              Date: Mon, 2 Jul 2001 06:21:17 -0400
19224              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
19225      Branch: perl
19226            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
19227 ____________________________________________________________________________
19228 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
19229         Log: Make #11082 more OS/2-specific.
19230      Branch: perl
19231            ! ext/Time/Piece/Piece.t
19232 ____________________________________________________________________________
19233 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
19234         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
19235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19236              Date: Mon, 2 Jul 2001 06:06:34 -0400
19237              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
19238      Branch: perl
19239            ! ext/Time/Piece/Piece.t
19240 ____________________________________________________________________________
19241 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
19242         Log: Subject: [PATCH B::Deparse] version number & changes
19243              From: Robin Houston <robin@kitsite.com>  
19244              Date: Sun, 1 Jul 2001 17:17:29 +0100
19245              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
19246      Branch: perl
19247            ! ext/B/B/Deparse.pm
19248 ____________________________________________________________________________
19249 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
19250         Log: Subject: a small fix.
19251              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19252              Date: Mon, 2 Jul 2001 12:17:53 +0200
19253              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
19254      Branch: perl
19255            ! ext/Thread/Thread.xs
19256 ____________________________________________________________________________
19257 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
19258         Log: Subject: RE: perl@10907
19259              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19260              Date: Mon, 2 Jul 2001 12:06:16 +0200
19261              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
19262              
19263              Borland C vs PerlIO.
19264      Branch: perl
19265            ! win32/config.bc win32/config_H.bc
19266 ____________________________________________________________________________
19267 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
19268         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
19269              From: "H.M. Brand" <merijn@l1.procura.nl>
19270              Date: Mon, 02 Jul 2001 11:18:57 +0200
19271              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
19272      Branch: perl
19273            ! t/op/write.t
19274 ____________________________________________________________________________
19275 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
19276         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
19277              From: Michael G Schwern <schwern@pobox.com>
19278              Date: Mon, 2 Jul 2001 00:26:24 -0400
19279              Message-ID: <20010702002624.A18302@blackrider>
19280      Branch: perl
19281            - ext/util/mkbootstrap
19282 ____________________________________________________________________________
19283 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
19284         Log: Subject: [PATCH op.h] v minor comment tweak
19285              From: Robin Houston <robin@puffinry.freeserve.co.uk>
19286              Date: Mon, 2 Jul 2001 00:42:01 +0100
19287              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
19288      Branch: perl
19289            ! op.h
19290 ____________________________________________________________________________
19291 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
19292         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
19293      Branch: perl
19294            ! pod/perlfunc.pod
19295 ____________________________________________________________________________
19296 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
19297         Log: Subject: Re: sizeof(struct sembuf)
19298              From: Nicholas Clark <nick@ccl4.org>
19299              Date: Sun, 1 Jul 2001 19:23:16 +0100
19300              Message-ID: <20010701192316.V59620@plum.flirble.org>
19301              
19302              s/signaling/signalling/
19303      Branch: perl
19304            ! pod/perlfunc.pod
19305 ____________________________________________________________________________
19306 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
19307         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
19308              From: "Philip Newton" <Philip.Newton@gmx.net>
19309              Date: Sun, 1 Jul 2001 09:37:56 +0200
19310              Message-Id: <200107010733.KAA03920@taas.iki.fi>
19311      Branch: perl
19312            ! pod/perlvar.pod
19313 ____________________________________________________________________________
19314 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
19315         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
19316              From: "Philip Newton" <Philip.Newton@gmx.net>
19317              Date: Sun, 1 Jul 2001 09:37:56 +0200
19318              Message-Id: <200107010733.KAA03925@taas.iki.fi>
19319      Branch: perl
19320            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
19321 ____________________________________________________________________________
19322 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
19323         Log: Metaconfig unit change for #11070.
19324      Branch: metaconfig
19325            ! U/compline/randfunc.U
19326 ____________________________________________________________________________
19327 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
19328         Log: Subject: [PATCH perlsnap] its --> it's --> its
19329              From: "Philip Newton" <Philip.Newton@gmx.net>
19330              Date: Sun, 1 Jul 2001 09:37:56 +0200
19331              Message-Id: <200107010733.KAA03914@taas.iki.fi>
19332      Branch: perl
19333            ! Porting/config_H
19334 ____________________________________________________________________________
19335 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
19336         Log: Sync with Sarathy; integrate with perlio.
19337      Branch: perl
19338           !> gv.c
19339 ____________________________________________________________________________
19340 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
19341         Log: regenerate win32/config_H.?c files
19342      Branch: perl
19343            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19344 ____________________________________________________________________________
19345 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
19346         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
19347              naming discipline
19348              
19349              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
19350              because of this)
19351              
19352              fix a warning about "fd" being used without being set in Cwd.xs
19353      Branch: perl
19354            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
19355            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
19356            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
19357            ! win32/config.vc
19358 ____________________________________________________________________________
19359 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
19360         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
19361              within macro arguments") and warnings ("unary minus applied to
19362              unsigned type", among others)
19363      Branch: perl
19364            ! gv.c hv.c op.c pp.c sv.c toke.c
19365 ____________________________________________________________________________
19366 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
19367         Log: win32 fixes: more spurious CRs
19368      Branch: perl
19369            ! win32/mdelete.bat
19370 ____________________________________________________________________________
19371 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
19372         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
19373              from win32/bin (or it gets deleted by distclean); don't delete
19374              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
19375              NT (should be made Win9x specific, and added to makefile.mk)
19376      Branch: perl
19377           +> win32/mdelete.bat
19378            - win32/bin/mdelete.bat
19379            ! win32/Makefile win32/makefile.mk
19380 ____________________________________________________________________________
19381 [ 11063] By: nick                                  on 2001/07/01  18:54:09
19382         Log: Quick for for #ifdef mess
19383      Branch: perlio
19384            ! gv.c
19385 ____________________________________________________________________________
19386 [ 11062] By: nick                                  on 2001/07/01  18:47:42
19387         Log: Raw integrate - does not build #if mess in gv.c
19388      Branch: perlio
19389           !> (integrate 29 files)
19390 ____________________________________________________________________________
19391 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
19392         Log: Make 'compile' target a little less broken.
19393              Still very broken, though: -Wall warnings from
19394              the generated code, boot_Foo prototypes missing,
19395              can't autoload Fcntl::SEEK_CUR et alia, ...
19396      Branch: perl
19397            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
19398            ! utils/perlcc.PL x2p/Makefile.SH
19399 ____________________________________________________________________________
19400 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
19401         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
19402      Branch: perl
19403            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19404            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
19405 ____________________________________________________________________________
19406 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
19407         Log: Update Changes.
19408      Branch: perl
19409            ! Changes patchlevel.h
19410 ____________________________________________________________________________
19411 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
19412         Log: Still one typo, regen toc.
19413      Branch: perl
19414            ! lib/Unicode/UCD.pm pod/perltoc.pod
19415 ____________________________________________________________________________
19416 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
19417         Log: Detypos and regen toc.
19418      Branch: perl
19419            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
19420 ____________________________________________________________________________
19421 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
19422         Log: VERSION tweak.
19423      Branch: perl
19424            ! ext/List/Util/lib/List/Util.pm
19425 ____________________________________________________________________________
19426 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
19427         Log: Attempt at plugging the leak under ithreads detected by Doug.
19428      Branch: perl
19429            ! op.h
19430 ____________________________________________________________________________
19431 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
19432         Log: gcc -Wall lint after #11051.
19433      Branch: perl
19434            ! pp_sys.c
19435 ____________________________________________________________________________
19436 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
19437         Log: Integrate perlio.
19438      Branch: perl
19439           !> lib/File/Find/taint.t
19440 ____________________________________________________________________________
19441 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
19442         Log: Don't use the v-strings for module VERSIONs.
19443      Branch: perl
19444            ! lib/Unicode/UCD.pm
19445 ____________________________________________________________________________
19446 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
19447         Log: Code cleanup based on turning off the -woffs in IRIX.
19448              Not all of the gripes cleaned up (hairy code in hv.c and
19449              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
19450              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
19451              to the IRIX hints)
19452      Branch: perl
19453            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
19454            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
19455            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
19456            ! regcomp.c sv.c
19457 ____________________________________________________________________________
19458 [ 11050] By: nick                                  on 2001/06/30  20:46:46
19459         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
19460      Branch: perlio
19461            ! lib/File/Find/taint.t
19462 ____________________________________________________________________________
19463 [ 11049] By: nick                                  on 2001/06/30  18:13:33
19464         Log: Integrate mainline
19465      Branch: perlio
19466           +> NetWare/nwstdio.h NetWare/perlsdio.h
19467           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
19468           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
19469           +> lib/Unicode/UCD.t t/run/exit.t
19470           !> (integrate 60 files)
19471 ____________________________________________________________________________
19472 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
19473         Log: Delta delta.
19474      Branch: perl
19475            ! pod/perl572delta.pod
19476 ____________________________________________________________________________
19477 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
19478         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
19479              by CPAN.pm, use rather _00.
19480      Branch: perl
19481            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
19482            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
19483            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
19484            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
19485            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
19486            ! lib/ExtUtils/Embed.pm lib/Test.pm
19487 ____________________________________________________________________________
19488 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
19489         Log: Add a simple Unicode character database interface, Unicode::UCD.
19490      Branch: perl
19491            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
19492            ! MANIFEST
19493 ____________________________________________________________________________
19494 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
19495         Log: Subject: [PATCH] op/numconver.t
19496              From: Nicholas Clark <nick@ccl4.org>
19497              Date: Sat, 30 Jun 2001 15:40:10 +0100
19498              Message-ID: <20010630154010.I59620@plum.flirble.org>
19499      Branch: perl
19500            ! t/op/numconvert.t
19501 ____________________________________________________________________________
19502 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
19503         Log: The $^N is now taken (by #11038).
19504      Branch: perl
19505            ! t/base/lex.t
19506 ____________________________________________________________________________
19507 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
19508         Log: The #11040 had slipped to a wrong function...
19509      Branch: perl
19510            ! sv.c
19511 ____________________________________________________________________________
19512 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
19513         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
19514              the Configure library symbol probe mysteriously finds all
19515              symbols but those of pipe() and times().
19516      Branch: perl
19517            ! hints/aix.sh
19518 ____________________________________________________________________________
19519 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
19520         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
19521              From: Nicholas Clark <nick@ccl4.org>
19522              Date: Fri, 29 Jun 2001 23:49:07 +0100
19523              Message-ID: <20010629234907.D59620@plum.flirble.org>
19524      Branch: perl
19525            ! lib/ExtUtils.t
19526 ____________________________________________________________________________
19527 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
19528         Log: Subject: [PATCH] weakref fix 2, not yet there
19529              From: Artur Bergman <artur@contiller.se>
19530              Date: Sat, 30 Jun 2001 01:18:16 +0200
19531              Message-ID: <B762D957.1CC9%artur@contiller.se>
19532      Branch: perl
19533            ! sv.c
19534 ____________________________________________________________________________
19535 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
19536         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
19537              From: Michael G Schwern <schwern@pobox.com>
19538              Date: Fri, 29 Jun 2001 19:39:11 -0400
19539              Message-ID: <20010629193910.D25304@blackrider>
19540      Branch: perl
19541            + t/run/exit.t
19542            ! MANIFEST
19543 ____________________________________________________________________________
19544 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
19545         Log: Add support for $^N, the most-recently closed group.
19546      Branch: perl
19547            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
19548            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
19549            ! thrdvar.h
19550 ____________________________________________________________________________
19551 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
19552         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
19553              From: lvirden@cas.org
19554              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
19555              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
19556              
19557              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
19558              From: lvirden@cas.org
19559              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
19560              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
19561      Branch: perl
19562            ! README.solaris
19563 ____________________________________________________________________________
19564 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
19565         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
19566              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19567              Date: Sat, 30 Jun 2001 07:33:37 +0900
19568              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
19569              
19570              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
19571              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19572              Date: Sat, 30 Jun 2001 21:38:14 +0900
19573              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
19574      Branch: perl
19575            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
19576            + ext/Encode/Encode/7bit-kr.enc
19577            ! MANIFEST ext/Encode/Encode/Tcl.pm
19578 ____________________________________________________________________________
19579 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
19580         Log: NetWare tweaks from Guruprasad.
19581      Branch: perl
19582            + NetWare/nwstdio.h NetWare/perlsdio.h
19583            ! MANIFEST NetWare/Makefile NetWare/config.wc
19584            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
19585            ! NetWare/t/Readme.txt
19586 ____________________________________________________________________________
19587 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
19588         Log: More module $VERSION bump-ups.
19589      Branch: perl
19590            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
19591            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
19592            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
19593 ____________________________________________________________________________
19594 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
19595         Log: Doc update due to #11032.
19596      Branch: perl
19597            ! pod/perl572delta.pod
19598 ____________________________________________________________________________
19599 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
19600         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
19601              From: Peter Prymmer <pvhp@forte.com>
19602              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
19603              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
19604      Branch: perl
19605            ! ext/Time/HiRes/HiRes.xs
19606 ____________________________________________________________________________
19607 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
19608         Log: -lpthreads missing in AIX.
19609      Branch: perl
19610            ! hints/aix.sh
19611 ____________________________________________________________________________
19612 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
19613         Log: Subject: [PATCH] CLONE && weakrefs
19614              From: Artur Bergman <artur@contiller.se>
19615              Date: Fri, 29 Jun 2001 17:02:00 +0200
19616              Message-ID: <B7626508.1CA0%artur@contiller.se>
19617      Branch: perl
19618            ! sv.c
19619 ____________________________________________________________________________
19620 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
19621         Log: Subject: Re: Bug report: split splits on wrong pattern
19622              From: Radu Greab <radu@netsoft.ro>
19623              Date: Wed, 27 Jun 2001 21:50:52 +0300
19624              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
19625      Branch: perl
19626            ! pp_ctl.c t/op/split.t
19627 ____________________________________________________________________________
19628 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
19629         Log: Metaconfig unit change for #11027.
19630      Branch: metaconfig/U/perl
19631            ! d_modfl.U
19632 ____________________________________________________________________________
19633 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
19634         Log: I thought this Configure glitch for AIX was just recently fixed?
19635      Branch: perl
19636            ! Configure
19637 ____________________________________________________________________________
19638 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
19639         Log: Update Changes.
19640      Branch: perl
19641            ! Changes patchlevel.h
19642 ____________________________________________________________________________
19643 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
19644         Log: Subject: Re: perl@10967, File::Find, and Cwd
19645              From: Mike Guy <mjtg@cam.ac.uk>
19646              Date: Fri, 29 Jun 2001 14:56:49 +0100
19647              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
19648      Branch: perl
19649            ! lib/File/Find/taint.t
19650 ____________________________________________________________________________
19651 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
19652         Log: Update the sv_pvprintify() spec.
19653      Branch: perl
19654            ! pod/perltodo.pod
19655 ____________________________________________________________________________
19656 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
19657         Log: Known test failures update.
19658      Branch: perl
19659            ! pod/perl572delta.pod
19660 ____________________________________________________________________________
19661 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
19662         Log: Based on
19663              
19664              Subject: [PATCH @11016] More );) fixes
19665              From: Richard Soderberg <rs@crystalflame.net>
19666              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
19667              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
19668      Branch: perl
19669            ! ext/Thread/Thread.xs ext/Thread/typemap
19670 ____________________________________________________________________________
19671 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
19672         Log: Subject: [PATCH @11016] Fixes compile errors in four files
19673              From: Richard Soderberg <rs@crystalflame.net>
19674              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
19675              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
19676      Branch: perl
19677            ! mg.c pp.c pp_hot.c util.c
19678 ____________________________________________________________________________
19679 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
19680         Log: AIX hints tweaking continues, from Merijn Brand.
19681      Branch: perl
19682            ! hints/aix.sh
19683 ____________________________________________________________________________
19684 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
19685         Log: HP-UX needs gccversion sooner, from Merijn Brand.
19686      Branch: perl
19687            ! hints/hpux.sh
19688 ____________________________________________________________________________
19689 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
19690         Log: Subject: [PATCH 5.6.1] OS/2 docs
19691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19692              Date: Fri, 29 Jun 2001 02:34:12 -0400
19693              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
19694      Branch: perl
19695            ! README.os2 os2/Changes
19696 ____________________________________________________________________________
19697 [ 11017] By: nick                                  on 2001/06/29  10:20:30
19698         Log: Integrate mainline
19699      Branch: perlio
19700           +> (branch 37 files)
19701            - ext/ODBM_File/sdbm.t
19702           !> (integrate 211 files)
19703 ____________________________________________________________________________
19704 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
19705         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
19706              the modules found using a script written by Larry Schatzer Jr.
19707      Branch: perl
19708            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
19709            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
19710            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19711            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19712            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
19713            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
19714            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
19715            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
19716            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
19717            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
19718            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
19719            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
19720            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
19721            ! lib/constant.pm lib/fields.pm lib/strict.pm
19722 ____________________________________________________________________________
19723 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
19724         Log: The latest JPL from the anoncvs.
19725      Branch: perl
19726            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19727 ____________________________________________________________________________
19728 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
19729         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
19730      Branch: perl
19731            ! t/op/pat.t
19732 ____________________________________________________________________________
19733 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
19734         Log: Worrying about insecure directories now is a bit too late.
19735      Branch: perl
19736            ! lib/File/Find/taint.t
19737 ____________________________________________________________________________
19738 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
19739         Log: Cannot DIE() in a void function,
19740              from Richard Hatch <rhatch@austin.ibm.com>.
19741      Branch: perl
19742            ! ext/IPC/SysV/SysV.xs
19743 ____________________________________________________________________________
19744 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
19745         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
19746              From: Peter Prymmer <pvhp@forte.com>
19747              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
19748              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
19749              
19750              (unfinished: time/hires tests 3, 5, 14 failing, but better
19751              than wholesale failure)
19752      Branch: perl
19753            ! ext/Time/HiRes/HiRes.xs
19754 ____________________________________________________________________________
19755 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
19756         Log: Subject: [PATCH 5.6.1] OS/2 improvements
19757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19758              Date: Thu, 28 Jun 2001 16:03:14 -0400
19759              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
19760      Branch: perl
19761            + os2/os2_base.t
19762            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
19763            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
19764            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
19765            ! os2/os2ish.h
19766 ____________________________________________________________________________
19767 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
19768         Log: Subject: Incrementing Extutils::Manifest's $VERSION
19769              From: Michael G Schwern <schwern@pobox.com>
19770              Date: Thu, 28 Jun 2001 13:13:49 -0400
19771              Message-ID: <20010628131349.A14738@blackrider>
19772      Branch: maint-5.6/perl
19773            ! lib/ExtUtils/Manifest.pm
19774 ____________________________________________________________________________
19775 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
19776         Log: AIX tweak from Merijn Brand.
19777      Branch: perl
19778            ! hints/aix.sh
19779 ____________________________________________________________________________
19780 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
19781         Log: Create the macperl branch.
19782      Branch: maint-5.6/macperl
19783           +> (branch 1728 files)
19784 ____________________________________________________________________________
19785 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
19786         Log: Update Changes.
19787      Branch: perl
19788            ! Changes patchlevel.h
19789 ____________________________________________________________________________
19790 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
19791         Log: More Perforce lore.
19792      Branch: perl
19793            ! Porting/repository.pod
19794 ____________________________________________________________________________
19795 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
19796         Log: Metaconfig unit changes for #11003.
19797      Branch: metaconfig/U/perl
19798            + d_nl_langinfo.U i_langinfo.U
19799 ____________________________________________________________________________
19800 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
19801         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
19802              Expected not to exist in non-UNIX excepting in VMS, where
19803              according to a quick web survey they just might.
19804      Branch: perl
19805            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19806            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19807            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
19808            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19809            ! win32/config.bc win32/config.gc win32/config.vc
19810 ____________________________________________________________________________
19811 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
19812         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
19813              in AIX is one is doing a 64-bit build.
19814      Branch: perl
19815            ! hints/aix.sh
19816 ____________________________________________________________________________
19817 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
19818         Log: Metaconfig unit changes for #11000.
19819      Branch: metaconfig/U/perl
19820            ! use64bits.U uselfs.U
19821 ____________________________________________________________________________
19822 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
19823         Log: Move use64bitint and use64bitall before uselargefiles.
19824      Branch: perl
19825            ! Configure
19826 ____________________________________________________________________________
19827 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
19828         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
19829              From: Robert Spier <rspier@pobox.com>
19830              Message-ID: <15162.41164.618712.841415@rls.cx>
19831              Date: Wed, 27 Jun 2001 23:13:16 -0400
19832      Branch: perl
19833            ! doio.c
19834 ____________________________________________________________________________
19835 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
19836         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
19837              From: Peter Prymmer <pvhp@forte.com>
19838              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
19839              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
19840      Branch: perl
19841            ! numeric.c
19842 ____________________________________________________________________________
19843 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
19844         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
19845              From: Peter Prymmer <pvhp@forte.com>
19846              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
19847              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
19848      Branch: perl
19849            ! configure.com ext/Digest/MD5/Makefile.PL
19850 ____________________________________________________________________________
19851 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
19852         Log: Update Changes.
19853      Branch: perl
19854            ! Changes patchlevel.h
19855 ____________________________________________________________________________
19856 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
19857         Log: Tiny EPOC updates.
19858      Branch: perl
19859            ! epoc/config.sh
19860 ____________________________________________________________________________
19861 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
19862         Log: The Test::More and Test::Simple tests required help
19863              thanks to our schizophrenic test scheme.
19864      Branch: perl
19865            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
19866            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
19867            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19868            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
19869            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
19870 ____________________________________________________________________________
19871 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
19872         Log: Upgrade to Test::Simple 0.09.
19873      Branch: perl
19874            + lib/Test/Simple/Changes
19875            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
19876            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
19877            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
19878            ! lib/Test/Simple/t/plan_is_noplan.t
19879 ____________________________________________________________________________
19880 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
19881         Log: Upgrade to Test::More 0.07.
19882      Branch: perl
19883            + lib/Test/More/Changes
19884            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
19885            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
19886            ! lib/Test/More/t/skipall.t
19887 ____________________________________________________________________________
19888 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
19889         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
19890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19891              Date: Wed, 27 Jun 2001 18:40:04 +0200
19892              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
19893      Branch: perl
19894            ! hints/hpux.sh
19895 ____________________________________________________________________________
19896 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
19897         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19898              From: Norton Allen <allen@huarp.harvard.edu>
19899              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
19900              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
19901      Branch: perl
19902            ! README.qnx hints/qnx.sh
19903 ____________________________________________________________________________
19904 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
19905         Log: Subject: [PATCH] two little documentation nits
19906              From: Abhijit Menon-Sen <ams@wiw.org>
19907              Date: Wed, 27 Jun 2001 20:07:50 +0530
19908              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
19909      Branch: perl
19910            ! sv.c sv.h
19911 ____________________________________________________________________________
19912 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
19913         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
19914              From: Norton Allen <allen@huarp.harvard.edu>
19915              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
19916              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
19917      Branch: perl
19918            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
19919 ____________________________________________________________________________
19920 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
19921         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
19922              From: Michael G Schwern <schwern@pobox.com>
19923              Date: Wed, 27 Jun 2001 02:34:58 -0400
19924              Message-ID: <20010627023458.K23874@blackrider>
19925      Branch: perl
19926            ! vms/test.com
19927 ____________________________________________________________________________
19928 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
19929         Log: Add perl_clone_host() for Netware.
19930      Branch: perl
19931            ! NetWare/nw5.c
19932 ____________________________________________________________________________
19933 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
19934         Log: GCC 3.0 hints for HP-UX.
19935      Branch: perl
19936            ! hints/hpux.sh
19937 ____________________________________________________________________________
19938 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
19939         Log: In some Linux distributions the libndbm is broken
19940              (no null key support), therefore link with libgdbm
19941              (if available), since it has a working ndbm emulation,
19942              from Jonathan Stowe.
19943      Branch: perl
19944            + ext/NDBM_File/hints/linux.pl
19945            ! MANIFEST
19946 ____________________________________________________________________________
19947 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
19948         Log: Subject: [PATCH perl@10930] find.t hack for VMS
19949              From: "Craig A. Berry" <craigberry@mac.com>
19950              Date: Tue, 26 Jun 2001 23:40:25 -0500
19951              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
19952      Branch: perl
19953            ! lib/File/Find/find.t
19954 ____________________________________________________________________________
19955 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
19956         Log: AUTHORS updates.
19957      Branch: perl
19958            ! AUTHORS
19959 ____________________________________________________________________________
19960 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
19961         Log: Metaconfig unit change like #10980.
19962      Branch: metaconfig
19963            ! U/compline/d_stdstdio.U
19964 ____________________________________________________________________________
19965 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
19966         Log: "lose the it's", from Abhijit Menon-Sen.
19967              ("It's" not searched, pods not searched.)
19968      Branch: perl
19969            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
19970            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
19971            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
19972            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
19973            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19974            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
19975 ____________________________________________________________________________
19976 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
19977         Log: "lose the looses", from Abhijit Menon-Sen.
19978      Branch: perl
19979            ! ext/B/B/Assembler.pm gv.c
19980 ____________________________________________________________________________
19981 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
19982         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
19983      Branch: perl
19984            ! hints/os390.sh
19985 ____________________________________________________________________________
19986 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
19987         Log: DEC C 5.3 on the VAX simply doesn't seem to like
19988              compiling the MD5 extension, disable it there for now,
19989              from Peter Prymmer.
19990      Branch: perl
19991            ! configure.com
19992 ____________________________________________________________________________
19993 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
19994         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
19995              From: Jonathan Stowe <gellyfish@gellyfish.com>
19996              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
19997              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
19998      Branch: perl
19999            ! pod/perlfaq3.pod
20000 ____________________________________________________________________________
20001 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
20002         Log: Subject: [PATCH 5.6.1] perlxs misprints
20003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20004              Date: Tue, 26 Jun 2001 17:20:00 -0400
20005              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
20006      Branch: perl
20007            ! pod/perlxs.pod
20008 ____________________________________________________________________________
20009 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
20010         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
20011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20012              Date: Tue, 26 Jun 2001 17:27:07 -0400
20013              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
20014      Branch: perl
20015            ! lib/ExtUtils/MM_Unix.pm
20016 ____________________________________________________________________________
20017 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
20018         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
20019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20020              Date: Tue, 26 Jun 2001 17:23:24 -0400
20021              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
20022      Branch: perl
20023            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
20024 ____________________________________________________________________________
20025 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
20026         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
20027              by Olaf Flebbe.
20028      Branch: perl
20029            ! perl.h
20030 ____________________________________________________________________________
20031 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
20032         Log: Detypo.
20033      Branch: perl
20034            ! lib/Memoize/t/tie_sdbm.t
20035 ____________________________________________________________________________
20036 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
20037         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
20038      Branch: perl
20039            ! win32/perllib.c
20040 ____________________________________________________________________________
20041 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
20042         Log: Subject: [patch] perl_clone+CvFILE
20043              From: Doug MacEachern <dougm@covalent.net>
20044              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
20045              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
20046      Branch: perl
20047            ! sv.c
20048 ____________________________________________________________________________
20049 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
20050         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
20051              From: Mark-Jason Dominus <mjd@plover.com>
20052              Date: Tue, 26 Jun 2001 12:33:01 -0400
20053              Message-ID: <20010626163301.31298.qmail@plover.com>
20054      Branch: perl
20055            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20056 ____________________________________________________________________________
20057 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
20058         Log: Update Changes.
20059      Branch: perl
20060            ! Changes patchlevel.h
20061 ____________________________________________________________________________
20062 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
20063         Log: Also catfile() needs now to explicitly exported.
20064      Branch: perl
20065            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20066 ____________________________________________________________________________
20067 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
20068         Log: Regen toc.
20069      Branch: perl
20070            ! pod/perltoc.pod
20071 ____________________________________________________________________________
20072 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
20073         Log: Nonexistent pod command.
20074      Branch: perl
20075            ! pod/perl572delta.pod
20076 ____________________________________________________________________________
20077 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
20078         Log: Be more portable in the quest for tmpdir.
20079      Branch: perl
20080            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
20081 ____________________________________________________________________________
20082 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
20083         Log: Be more portable in finding out the home directory,
20084              and use File::Spec to do the concat.
20085              (Come to think of it, couldn't File::Spec provide
20086              for a ->homedir method?)
20087      Branch: perl
20088            ! lib/Net/Config.pm
20089 ____________________________________________________________________________
20090 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
20091         Log: Doc patch for #10959.
20092      Branch: perl
20093            ! pod/perlfunc.pod
20094 ____________________________________________________________________________
20095 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
20096         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
20097              From: "Philip Newton" <pnewton@gmx.de>
20098              Date: Tue, 26 Jun 2001 16:26:47 +0200
20099              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
20100      Branch: perl
20101            ! pod/perldata.pod
20102 ____________________________________________________________________________
20103 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
20104         Log: Subject: [PATH] shared -> unique;
20105              From: "Artur Bergman" <artur@contiller.se>
20106              Date: Tue, 26 Jun 2001 16:18:40 +0200
20107              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
20108              
20109              Because "shared" isn't: it's read-only.
20110      Branch: perl
20111            ! toke.c xsutils.c
20112 ____________________________________________________________________________
20113 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
20114         Log: Escape multiline croak messages.
20115      Branch: perl
20116            ! t/op/ver.t
20117 ____________________________________________________________________________
20118 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
20119         Log: No more pragma/*.t for minitest.
20120      Branch: perl
20121            ! Makefile.SH
20122 ____________________________________________________________________________
20123 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
20124         Log: AUTHORS updates.
20125      Branch: perl
20126            ! AUTHORS
20127 ____________________________________________________________________________
20128 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
20129         Log: delta updates.
20130      Branch: perl
20131            ! pod/perl572delta.pod
20132 ____________________________________________________________________________
20133 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
20134         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
20135              From: Artur Bergman <artur@contiller.se> 
20136              Date: Tue, 26 Jun 2001 15:32:53 +0200
20137              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
20138      Branch: perl
20139            ! makedef.pl sv.c sv.h win32/perllib.c
20140 ____________________________________________________________________________
20141 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
20142         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
20143              From: Jonathan Stowe <gellyfish@gellyfish.com>
20144              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
20145              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
20146              
20147              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
20148      Branch: perl
20149            + ext/Time/HiRes/hints/sco.pl
20150            ! MANIFEST
20151 ____________________________________________________________________________
20152 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
20153         Log: Subject: [PATCH 5.6.1] static build
20154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20155              Date: Tue, 26 Jun 2001 04:22:25 -0400
20156              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
20157      Branch: perl
20158            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
20159            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
20160 ____________________________________________________________________________
20161 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
20162         Log: DJGPP patches from Laszlo Molnar.
20163      Branch: perl
20164            ! djgpp/djgpp.c perl.c util.c
20165 ____________________________________________________________________________
20166 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
20167         Log: Netware patches from Ananth Kesari.
20168      Branch: perl
20169            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
20170            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
20171            ! NetWare/nwtinfo.h
20172 ____________________________________________________________________________
20173 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
20174         Log: Detypo.
20175      Branch: perl
20176            ! ext/Errno/Errno_pm.PL
20177 ____________________________________________________________________________
20178 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
20179         Log: There seems to be two ways of spelling the $^O in *STEP.
20180      Branch: perl
20181            ! ext/Errno/Errno_pm.PL
20182 ____________________________________________________________________________
20183 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
20184         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
20185              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
20186      Branch: perl
20187            ! ext/Errno/Errno_pm.PL
20188 ____________________________________________________________________________
20189 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
20190         Log: Known bugs update.
20191      Branch: perl
20192            ! pod/perl572delta.pod
20193 ____________________________________________________________________________
20194 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
20195         Log: The default installation of Cygwin has 500 as root's uid.
20196      Branch: perl
20197            ! lib/User/pwent.t
20198 ____________________________________________________________________________
20199 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
20200         Log: Be even more relaxed (re-allow having only one entry).
20201      Branch: perl
20202            ! t/op/grent.t t/op/pwent.t
20203 ____________________________________________________________________________
20204 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
20205         Log: Test failure updates.
20206      Branch: perl
20207            ! pod/perl572delta.pod
20208 ____________________________________________________________________________
20209 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
20210         Log: MPE/iX test tweaks from Mark Bixby.
20211      Branch: perl
20212            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
20213            ! t/io/fs.t t/op/stat.t
20214 ____________________________________________________________________________
20215 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
20216         Log: Microperl findings.
20217      Branch: perl
20218            ! perl.h pp_sys.c
20219 ____________________________________________________________________________
20220 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
20221         Log: Touch uconfig.h.
20222      Branch: perl
20223            ! uconfig.h
20224 ____________________________________________________________________________
20225 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
20226         Log: Subject: [PATCH] Proposed fix for Pod::Man
20227              From: Rob Napier <rnapier@employees.org>
20228              Date: Mon, 25 Jun 2001 15:49:24 -0400
20229              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
20230              
20231              Cater for Solaris nroff brokenness (shortchanges daisywheel
20232              printers, but hey, we also no more support PDPs.)
20233      Branch: perl
20234            ! lib/Pod/Man.pm
20235 ____________________________________________________________________________
20236 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
20237         Log: Typo in #10937.
20238      Branch: perl
20239            ! ext/POSIX/sigaction.t
20240 ____________________________________________________________________________
20241 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
20242         Log: SIGCONT not trappable in VMS.
20243      Branch: perl
20244            ! ext/POSIX/sigaction.t
20245 ____________________________________________________________________________
20246 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
20247         Log: Subject: [DRAFT] Encode-Tcl.t
20248              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20249              Date: Tue, 26 Jun 2001 03:38:08 +0900
20250              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
20251      Branch: perl
20252            + ext/Encode/Encode/Tcl.t
20253            ! MANIFEST ext/Encode/Encode/Tcl.pm
20254 ____________________________________________________________________________
20255 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
20256         Log: Because of #10932 retract also the perlfunc hunk of #10910.
20257      Branch: perl
20258            ! pod/perlfunc.pod
20259 ____________________________________________________________________________
20260 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
20261         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
20262              by Ilya Zakharevich in
20263              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
20264      Branch: perl
20265            ! XSUB.h
20266 ____________________________________________________________________________
20267 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
20268         Log: Typo in #10889.
20269      Branch: perl
20270            ! hints/uts.sh
20271 ____________________________________________________________________________
20272 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
20273         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
20274              From: Abhijit Menon-Sen <ams@wiw.org>
20275              Date: Mon, 25 Jun 2001 23:45:45 +0530
20276              Message-ID: <20010625234545.A5022@lustre.linux.in>
20277      Branch: perl
20278            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
20279 ____________________________________________________________________________
20280 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
20281         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
20282              From: Michael G Schwern <schwern@pobox.com>
20283              Date: Mon, 25 Jun 2001 14:35:51 -0400
20284              Message-ID: <20010625143551.H13819@blackrider>
20285      Branch: perl
20286            ! lib/Test.pm
20287 ____________________________________________________________________________
20288 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
20289         Log: Update Changes.
20290      Branch: perl
20291            ! Changes patchlevel.h
20292 ____________________________________________________________________________
20293 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
20294         Log: Regen toc and modlib.
20295      Branch: perl
20296            ! pod/perlmodlib.pod pod/perltoc.pod
20297 ____________________________________________________________________________
20298 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
20299         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
20300              for the benefit of C++ compilers, as suggested by Guruprasad.
20301      Branch: perl
20302            ! embed.pl proto.h
20303 ____________________________________________________________________________
20304 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
20305         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
20306              From: Jonathan Stowe <gellyfish@gellyfish.com>
20307              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
20308              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
20309      Branch: perl
20310            ! pod/perlfaq5.pod
20311 ____________________________________________________________________________
20312 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
20313         Log: Missed from #10925.
20314      Branch: perl
20315            ! gv.c
20316 ____________________________________________________________________________
20317 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
20318         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
20319              From: Robin Houston <robin@kitsite.com>
20320              Date: Sat, 19 May 2001 16:19:34 +0100
20321              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
20322      Branch: perl
20323            ! cv.h gv.h op.c
20324 ____________________________________________________________________________
20325 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
20326         Log: Netware README tweak.
20327      Branch: perl
20328            ! README.netware
20329 ____________________________________________________________________________
20330 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
20331         Log: Subject: [PATCH] Re: overload.t fails
20332              From: Abhijit Menon-Sen <ams@wiw.org>
20333              Date: Mon, 25 Jun 2001 14:52:20 +0530
20334              Message-ID: <20010625145220.A24114@lustre.linux.in>
20335      Branch: perl
20336            ! lib/overload.t
20337 ____________________________________________________________________________
20338 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
20339         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
20340              From: Mike Guy <mjtg@cam.ac.uk>
20341              Date: Mon, 25 Jun 2001 11:43:23 +0100
20342              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
20343      Branch: perl
20344            ! lib/Carp.pm
20345 ____________________________________________________________________________
20346 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
20347         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
20348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20349              Date: Sun, 24 Jun 2001 05:17:05 -0400
20350              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
20351      Branch: perl
20352            ! os2/os2ish.h
20353 ____________________________________________________________________________
20354 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
20355         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
20356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20357              Date: Mon, 25 Jun 2001 05:52:27 -0400
20358              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
20359      Branch: perl
20360            ! hints/os2.sh
20361 ____________________________________________________________________________
20362 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
20363         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
20364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20365              Date: Mon, 25 Jun 2001 05:23:35 -0400
20366              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
20367      Branch: perl
20368            ! os2/os2.c
20369 ____________________________________________________________________________
20370 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
20371         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
20372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20373              Date: Mon, 25 Jun 2001 05:04:32 -0400
20374              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
20375      Branch: perl
20376            ! os2/OS2/REXX/DLL/DLL.pm
20377 ____________________________________________________________________________
20378 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
20379         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
20380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20381              Date: Mon, 25 Jun 2001 05:02:36 -0400
20382              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
20383      Branch: perl
20384            ! mg.c os2/dl_os2.c os2/os2.c
20385 ____________________________________________________________________________
20386 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
20387         Log: Subject: Re: [PATCH 5.6.1] misprints
20388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20389              Date: Mon, 25 Jun 2001 04:50:50 -0400
20390              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
20391      Branch: perl
20392            ! os2/os2.c pp_sys.c
20393 ____________________________________________________________________________
20394 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
20395         Log: Add Test::More and Test::Simple to the delta.
20396      Branch: perl
20397            ! pod/perl572delta.pod
20398 ____________________________________________________________________________
20399 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
20400         Log: Add Test::More, from Michael G Schwern.
20401      Branch: perl
20402            + lib/Test/More.pm lib/Test/More/t/More.t
20403            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20404            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20405            + t/lib/Test/More/Catch.pm
20406            ! MANIFEST
20407 ____________________________________________________________________________
20408 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
20409         Log: Add Test::Simple from Michael G Schwern.
20410      Branch: perl
20411            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
20412            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
20413            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
20414            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
20415            + t/lib/Test/Simple/Catch.pm
20416            + t/lib/Test/Simple/sample_tests/death.plx
20417            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
20418            + t/lib/Test/Simple/sample_tests/extras.plx
20419            + t/lib/Test/Simple/sample_tests/five_fail.plx
20420            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
20421            + t/lib/Test/Simple/sample_tests/one_fail.plx
20422            + t/lib/Test/Simple/sample_tests/require.plx
20423            + t/lib/Test/Simple/sample_tests/success.plx
20424            + t/lib/Test/Simple/sample_tests/too_few.plx
20425            + t/lib/Test/Simple/sample_tests/two_fail.plx
20426            ! MANIFEST
20427 ____________________________________________________________________________
20428 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
20429         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
20430              From: "Craig A. Berry" <craigberry@mac.com>
20431              Date: Sun, 24 Jun 2001 23:41:36 -0500
20432              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
20433      Branch: perl
20434            ! pp_sys.c
20435 ____________________________________________________________________________
20436 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
20437         Log: Upgrade to Attribute::Handlers 0.70.
20438      Branch: perl
20439            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
20440            ! MANIFEST lib/Attribute/Handlers.pm
20441 ____________________________________________________________________________
20442 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
20443         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
20444              From: Abhijit Menon-Sen <ams@wiw.org>
20445              Date: Sat, 23 Jun 2001 05:17:44 +0530
20446              Message-ID: <20010623051744.A18583@lustre.linux.in>
20447              
20448              (Can't think of a good place to put tests.)
20449      Branch: perl
20450            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
20451 ____________________________________________________________________________
20452 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
20453         Log: Subject: [PATCH] t/op/pat.t typo fix
20454              From: Richard Soderberg <rs@crystalflame.net>
20455              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
20456              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
20457      Branch: perl
20458            ! t/op/pat.t
20459 ____________________________________________________________________________
20460 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
20461         Log: Move the pack warnings to their own file, as pointed
20462              out by Spider.
20463      Branch: perl
20464            + t/lib/warnings/pp_pack
20465            ! MANIFEST t/lib/warnings/pp
20466 ____________________________________________________________________________
20467 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
20468         Log: Update Changes.
20469      Branch: perl
20470            ! Changes patchlevel.h
20471 ____________________________________________________________________________
20472 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
20473         Log: Partially fix a problem noticed by IRIX compiler:
20474              the initialization of parse_start was bypassed by
20475              several gotos.  Now initialized to zero, which may
20476              not be the best choice.
20477      Branch: perl
20478            ! regcomp.c
20479 ____________________________________________________________________________
20480 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
20481         Log: Relax the group and password tests back to moaning only
20482              if no matches at all are found.  (Even with a small sample
20483              I could find many sites where there are, umm, anomalies in
20484              the said databases.)       
20485      Branch: perl
20486            ! t/op/grent.t t/op/pwent.t
20487 ____________________________________________________________________________
20488 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
20489         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
20490      Branch: perl
20491            ! pp_ctl.c
20492 ____________________________________________________________________________
20493 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
20494         Log: De-cut-and-pasto in #10902.
20495      Branch: perl
20496            ! pp_ctl.c
20497 ____________________________________________________________________________
20498 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
20499         Log: The #10771 didn't take?
20500      Branch: perl
20501            ! pp_ctl.c
20502 ____________________________________________________________________________
20503 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
20504         Log: Undo the filetests part of #10900, under multiplicity
20505              weird errors take place.
20506      Branch: perl
20507            ! pp_sys.c
20508 ____________________________________________________________________________
20509 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
20510         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
20511      Branch: perl
20512            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
20513 ____________________________________________________________________________
20514 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
20515         Log: (Replaced by #10922)
20516              
20517              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
20518              From: Tony Bowden <tony@kasei.com>
20519              Date: Sun, 24 Jun 2001 17:32:40 +0100
20520              Message-ID: <20010624173240.A16293@blackstar.co.uk>
20521              
20522              Document (well, mention) shortmess() and longmess()
20523              to rob people of their fun of reinventing the weel.
20524      Branch: perl
20525            ! lib/Carp.pm
20526 ____________________________________________________________________________
20527 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
20528         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
20529              From: Brian Jepson <bjepson@oreilly.com>
20530              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
20531              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
20532      Branch: perl
20533            ! pp_sys.c
20534 ____________________________________________________________________________
20535 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
20536         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
20537              From: Robin Barker <rmb1@cise.npl.co.uk> 
20538              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
20539              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
20540      Branch: perl
20541            ! lib/CPAN.pm
20542 ____________________________________________________________________________
20543 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
20544         Log: Memoize patch from mjd.
20545      Branch: perl
20546            ! lib/Memoize/t/tie_storable.t
20547 ____________________________________________________________________________
20548 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
20549         Log: Spec the sv_pvprintify() a bit more.
20550      Branch: perl
20551            ! pod/perltodo.pod
20552 ____________________________________________________________________________
20553 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
20554         Log: Upgrade to Memoize 0.65.
20555      Branch: perl
20556            + lib/Memoize/t/array_confusion.t
20557            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
20558            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
20559            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
20560            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
20561            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
20562            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
20563            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
20564            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
20565            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
20566            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
20567            ! lib/Memoize/t/tie_storable.t
20568 ____________________________________________________________________________
20569 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
20570         Log: Metaconfig unit change for #10892.
20571      Branch: metaconfig
20572            ! U/modified/Options.U
20573 ____________________________________________________________________________
20574 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
20575         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
20576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20577              Date: Sun, 24 Jun 2001 05:24:40 -0400
20578              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
20579      Branch: perl
20580            ! Configure hints/os2.sh
20581 ____________________________________________________________________________
20582 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
20583         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
20584              From: Mike Guy <mjtg@cam.ac.uk>
20585              Date: Sun, 24 Jun 2001 15:28:39 +0100
20586              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
20587              
20588              Fix an ancient (5.002) bug.
20589      Branch: perl
20590            ! lib/Carp/Heavy.pm
20591 ____________________________________________________________________________
20592 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
20593         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
20594              variables.
20595      Branch: perl
20596            ! pp_sys.c
20597 ____________________________________________________________________________
20598 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
20599         Log: Make UTS as per #10888.
20600      Branch: perl
20601            ! hints/uts.sh
20602 ____________________________________________________________________________
20603 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
20604         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
20605      Branch: perl
20606            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
20607            ! mpeix/mpeixish.h perl.h unixish.h
20608 ____________________________________________________________________________
20609 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
20610         Log: AUTHORS update.
20611      Branch: perl
20612            ! AUTHORS
20613 ____________________________________________________________________________
20614 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
20615         Log: Subject: Encode::Tcl for multibyte doesnot work
20616              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20617              Date: Sun, 24 Jun 2001 22:48:21 +0900
20618              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
20619      Branch: perl
20620            ! ext/Encode/Encode/Tcl.pm
20621 ____________________________________________________________________________
20622 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
20623         Log: Subject: [PATCH] Remove tautology in error messages
20624              From: Mike Guy <mjtg@cam.ac.uk>
20625              Date: Sun, 24 Jun 2001 13:31:00 +0100
20626              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
20627      Branch: perl
20628            ! pp_sys.c
20629 ____________________________________________________________________________
20630 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
20631         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
20632      Branch: perl
20633            ! hints/darwin.sh
20634 ____________________________________________________________________________
20635 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
20636         Log: Subject: Re: [PATCH 5.6.1] test suite
20637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20638              Date: Sun, 24 Jun 2001 05:47:05 -0400
20639              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
20640              
20641              Test suite fixes.
20642      Branch: perl
20643            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
20644 ____________________________________________________________________________
20645 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
20646         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
20647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20648              Date: Sun, 24 Jun 2001 05:37:19 -0400
20649              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
20650      Branch: perl
20651            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
20652 ____________________________________________________________________________
20653 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
20654         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
20655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20656              Date: Sun, 24 Jun 2001 05:34:50 -0400
20657              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
20658              
20659              Pacify compiler warnings.
20660      Branch: perl
20661            ! pp_sys.c
20662 ____________________________________________________________________________
20663 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
20664         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
20665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20666              Date: Sun, 24 Jun 2001 05:21:18 -0400
20667              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
20668              
20669              Enable compression of executables during link time.
20670      Branch: perl
20671            ! hints/os2.sh
20672 ____________________________________________________________________________
20673 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
20674         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
20675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20676              Date: Sun, 24 Jun 2001 05:15:11 -0400
20677              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
20678              
20679              Add ordinals to the export list for Perl DLL.
20680              (Breaks intra-version DLL compatibility.)
20681      Branch: perl
20682            ! makedef.pl
20683 ____________________________________________________________________________
20684 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
20685         Log: Allow (displaying and) re-editing the Subject in perlbug.
20686              Also abstract the Subject quality control into a function.
20687      Branch: perl
20688            ! utils/perlbug.PL
20689 ____________________________________________________________________________
20690 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
20691         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
20692      Branch: perl
20693            ! utils/perlbug.PL
20694 ____________________________________________________________________________
20695 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
20696         Log: Regen toc and modlib.
20697      Branch: perl
20698            ! pod/perlmodlib.pod pod/perltoc.pod
20699 ____________________________________________________________________________
20700 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
20701         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
20702              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
20703              attribute semantics as much as possible, or 'ntsec' which uses
20704              native NTFS semantics.)  (See also #10877.)
20705      Branch: perl
20706            ! perl.c
20707 ____________________________________________________________________________
20708 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
20709         Log: (Retracted by #11586)
20710              
20711              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
20712      Branch: perl
20713            ! lib/Test/Harness.pm
20714 ____________________________________________________________________________
20715 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
20716         Log: Just zap the -uPerlio.
20717      Branch: perl
20718            ! ext/B/Stash.t
20719 ____________________________________________________________________________
20720 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
20721         Log: Do not test PerlIO if PerlIO not used.
20722      Branch: perl
20723            ! ext/PerlIO/PerlIO.t
20724 ____________________________________________________________________________
20725 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
20726         Log: Regen perlapi.
20727      Branch: perl
20728            ! pod/perlapi.pod
20729 ____________________________________________________________________________
20730 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
20731         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
20732              From: Nicholas Clark <nick@ccl4.org>
20733              Date: Sat, 23 Jun 2001 22:55:47 +0100
20734              Message-ID: <20010623225547.Z98663@plum.flirble.org>
20735      Branch: perl
20736            ! numeric.c
20737 ____________________________________________________________________________
20738 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
20739         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
20740              From: Prymmer/Kahn <pvhp@best.com>
20741              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
20742              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
20743      Branch: perl
20744            ! lib/h2xs.t
20745 ____________________________________________________________________________
20746 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
20747         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
20748              cygwin does not taint cwd, just like win32.
20749      Branch: perl
20750            ! lib/File/Find/taint.t t/op/taint.t
20751 ____________________________________________________________________________
20752 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
20753         Log: Retract #10865, the patch should be unnecessary.
20754              (But seemingly helpful in Cygwin?  Strange.)
20755      Branch: perl
20756            ! lib/Memoize/t/tie_ndbm.t
20757 ____________________________________________________________________________
20758 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
20759         Log: Misplaced test file; plus Cygwin filesystem semantics.
20760      Branch: perl
20761            + ext/SDBM_File/sdbm.t
20762            - ext/ODBM_File/sdbm.t
20763            ! MANIFEST
20764 ____________________________________________________________________________
20765 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
20766         Log: (Retracted by #10867.)
20767      Branch: perl
20768            ! lib/Memoize/t/tie_ndbm.t
20769 ____________________________________________________________________________
20770 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
20771         Log: Metaconfig unit change for #10863.
20772      Branch: metaconfig/U/perl
20773            ! Extensions.U
20774 ____________________________________________________________________________
20775 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
20776         Log: In Cygwin do not build NDBM_File and ODBM_File unless
20777              -lndbm and -ldbm are available.
20778      Branch: perl
20779            ! Configure config_h.SH
20780 ____________________________________________________________________________
20781 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
20782         Log: More Cygwin filesystem semantics.
20783      Branch: perl
20784            ! t/io/fs.t t/op/stat.t
20785 ____________________________________________________________________________
20786 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
20787         Log: More DOSish permission semantics for Cygwin.
20788      Branch: perl
20789            ! lib/AnyDBM_File.t
20790 ____________________________________________________________________________
20791 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
20792         Log: Cygwin too has different permission semantics.
20793      Branch: perl
20794            ! ext/GDBM_File/gdbm.t
20795 ____________________________________________________________________________
20796 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
20797         Log: The group (and assumedly passwd) databases can have
20798              only one entry (this is the case in cygwin).
20799      Branch: perl
20800            ! t/op/grent.t t/op/pwent.t
20801 ____________________________________________________________________________
20802 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
20803         Log: Also in Cygwin use Socket to figure out domainname
20804              (if any) (avoids trying to call external 'domainname',
20805              which doesn't at the moment exist in Cygwin)
20806      Branch: perl
20807            ! lib/Net/Domain.pm
20808 ____________________________________________________________________________
20809 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
20810         Log: Remove also the lib$Foo.def, not just $Foo.def.
20811      Branch: perl
20812            ! lib/ExtUtils/MM_Unix.pm
20813 ____________________________________________________________________________
20814 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
20815         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
20816      Branch: perl
20817            ! unixish.h
20818 ____________________________________________________________________________
20819 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
20820         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
20821              to match the whole isprint(), only the space character.
20822      Branch: perl
20823            ! handy.h pod/perlre.pod t/op/pat.t
20824 ____________________________________________________________________________
20825 [ 10854] By: nick                                  on 2001/06/23  08:09:33
20826         Log: Integrate mainline
20827      Branch: perlio
20828           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
20829           !> lib/ExtUtils.t lib/File/Find/taint.t
20830           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
20831           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
20832           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
20833 ____________________________________________________________________________
20834 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
20835         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
20836              with its floats    in os390 and s390 (UTS).
20837      Branch: perl
20838            ! lib/Math/BigInt/t/bigintpm.t
20839 ____________________________________________________________________________
20840 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
20841         Log: Add also UTS (s390) to the non-IEEE float platforms.
20842      Branch: perl
20843            ! t/op/sprintf.t
20844 ____________________________________________________________________________
20845 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
20846         Log: Subject: RFC: what are applicable standards for exponent sizes?
20847              From: Peter Prymmer <pvhp@forte.com>
20848              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
20849              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
20850      Branch: perl
20851            ! t/op/sprintf.t
20852 ____________________________________________________________________________
20853 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
20854         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
20855              From: Peter Prymmer <pvhp@forte.com>
20856              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
20857              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
20858      Branch: perl
20859            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
20860 ____________________________________________________________________________
20861 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
20862         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
20863              From: Peter Prymmer <pvhp@forte.com>
20864              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
20865              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
20866      Branch: perl
20867            ! lib/ExtUtils.t
20868 ____________________________________________________________________________
20869 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
20870         Log: Retract #10845.
20871      Branch: perl
20872            ! lib/File/Find/taint.t
20873 ____________________________________________________________________________
20874 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
20875         Log: Yet another error message.
20876      Branch: perl
20877            ! t/op/mkdir.t
20878 ____________________________________________________________________________
20879 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
20880         Log: The croak message for nonexistent socket functions may vary.
20881      Branch: perl
20882            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
20883 ____________________________________________________________________________
20884 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
20885         Log: (Retracted by #10848.)
20886      Branch: perl
20887            ! lib/File/Find/taint.t
20888 ____________________________________________________________________________
20889 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
20890         Log: Integrate perlio.
20891      Branch: perl
20892           !> lib/File/Find/taint.t t/op/write.t
20893 ____________________________________________________________________________
20894 [ 10843] By: nick                                  on 2001/06/22  21:24:51
20895         Log: Back out debug in taint.t
20896      Branch: perlio
20897            ! lib/File/Find/taint.t
20898 ____________________________________________________________________________
20899 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
20900         Log: setitimer() does not exist in Unicos, despite of what
20901              Configure thinks, from Mark P. Lutz.
20902      Branch: perl
20903            ! hints/unicos.sh
20904 ____________________________________________________________________________
20905 [ 10841] By: nick                                  on 2001/06/22  21:19:36
20906         Log: Skip cwd test on Win32 ???
20907      Branch: perlio
20908            ! lib/File/Find/taint.t
20909 ____________________________________________________________________________
20910 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
20911         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
20912              and Tru64 gcc -Wall happy.
20913      Branch: perl
20914            ! mg.c
20915 ____________________________________________________________________________
20916 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
20917         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
20918      Branch: perl
20919            ! ext/IPC/SysV/Semaphore.pm
20920 ____________________________________________________________________________
20921 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
20922         Log: Metaconfig unit change for #10837.
20923      Branch: metaconfig/U/perl
20924            ! Cross.U
20925 ____________________________________________________________________________
20926 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
20927         Log: Cleanup of the cross-compilation unit.
20928      Branch: perl
20929            ! Configure
20930 ____________________________________________________________________________
20931 [ 10836] By: nick                                  on 2001/06/22  20:45:12
20932         Log: Skip |- based op/write.t on Win32 as well as VMS
20933      Branch: perlio
20934            ! t/op/write.t
20935 ____________________________________________________________________________
20936 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
20937         Log: Integrate perlio.
20938      Branch: perl
20939           !> util.c
20940 ____________________________________________________________________________
20941 [ 10834] By: nick                                  on 2001/06/22  20:41:54
20942         Log: Integrate mainline
20943      Branch: perlio
20944           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20945           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
20946           !> vos/config.ga.h
20947 ____________________________________________________________________________
20948 [ 10833] By: nick                                  on 2001/06/22  20:22:58
20949         Log: Patcho fix.
20950      Branch: perlio
20951            ! util.c
20952 ____________________________________________________________________________
20953 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
20954         Log: Metaconfig unit changes for #10831.
20955      Branch: metaconfig
20956            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20957 ____________________________________________________________________________
20958 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
20959         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
20960              From: Andy Dougherty <doughera@lafayette.edu>
20961              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
20962              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
20963      Branch: perl
20964            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20965            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
20966 ____________________________________________________________________________
20967 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
20968         Log: MPE/iX prototype nits from Mark Bixby.
20969      Branch: perl
20970            ! pp_sys.c
20971 ____________________________________________________________________________
20972 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
20973         Log: Detypo.
20974      Branch: perl
20975            ! util.c
20976 ____________________________________________________________________________
20977 [ 10828] By: nick                                  on 2001/06/22  15:33:37
20978         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
20979      Branch: perlio
20980           +> lib/h2xs.t
20981           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
20982           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
20983           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
20984           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
20985           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20986           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
20987           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
20988           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
20989           !> vms/vmsish.h
20990 ____________________________________________________________________________
20991 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
20992         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
20993              Date: Fri, 22 Jun 2001 10:08:35 -0500
20994              From: "Craig A. Berry" <craigberry@mac.com>
20995              Message-Id: <a05101001b75908704194@[192.168.56.145]>
20996      Branch: perl
20997            ! vms/vms.c vms/vmsish.h
20998 ____________________________________________________________________________
20999 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
21000         Log: NetWare scripts tweak from Ananth Kesari.
21001      Branch: perl
21002            ! NetWare/t/NWScripts.pl
21003 ____________________________________________________________________________
21004 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
21005         Log: Update Changes.
21006      Branch: perl
21007            ! Changes patchlevel.h
21008 ____________________________________________________________________________
21009 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
21010         Log: Add .i and .s targets.
21011      Branch: perl
21012            ! Makefile.SH
21013 ____________________________________________________________________________
21014 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
21015         Log: Upgrade to Locale::Maketext 1.03.
21016      Branch: perl
21017            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21018            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
21019 ____________________________________________________________________________
21020 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
21021         Log: Upgrade to I18N::LangTags 0.26.
21022      Branch: perl
21023            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21024            ! lib/I18N/LangTags/test.pl
21025 ____________________________________________________________________________
21026 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
21027         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
21028              Philip Newton.
21029      Branch: perl
21030            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21031            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21032 ____________________________________________________________________________
21033 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
21034         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
21035              From: Prymmer/Kahn <pvhp@best.com>
21036              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
21037              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
21038      Branch: perl
21039            + lib/h2xs.t
21040            ! MANIFEST utils/h2xs.PL
21041 ____________________________________________________________________________
21042 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
21043         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
21044              From: Prymmer/Kahn <pvhp@best.com>
21045              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
21046              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
21047      Branch: perl
21048            ! lib/ExtUtils.t
21049 ____________________________________________________________________________
21050 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
21051         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
21052              From: Prymmer/Kahn <pvhp@best.com>
21053              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
21054              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
21055      Branch: perl
21056            ! t/pod/plainer.t
21057 ____________________________________________________________________________
21058 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
21059         Log: AUTHORS update.
21060      Branch: perl
21061            ! AUTHORS
21062 ____________________________________________________________________________
21063 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
21064         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
21065              From: "Craig A. Berry" <craigberry@mac.com>
21066              Date: Thu, 21 Jun 2001 18:20:38 -0500
21067              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
21068      Branch: perl
21069            ! ext/POSIX/POSIX.xs
21070 ____________________________________________________________________________
21071 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
21072         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
21073              From: "Craig A. Berry" <craigberry@mac.com>
21074              Date: Thu, 21 Jun 2001 09:58:52 -0500
21075              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
21076      Branch: perl
21077            ! ext/B/Deparse.t t/op/write.t
21078 ____________________________________________________________________________
21079 [ 10814] By: nick                                  on 2001/06/22  08:13:09
21080         Log: Integrate mainline.
21081      Branch: perlio
21082           !> (integrate 46 files)
21083 ____________________________________________________________________________
21084 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
21085         Log: Change the prefixes only if $prefix is unset,
21086              as originally patched by Marcel Grunauer.
21087      Branch: perl
21088            ! hints/darwin.sh hints/rhapsody.sh
21089 ____________________________________________________________________________
21090 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
21091         Log: Subject: Re: Patch for hints/darwin.sh
21092              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
21093              Date: Thu, 21 Jun 2001 11:23:46 -0700
21094              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
21095      Branch: perl
21096            ! hints/darwin.sh hints/rhapsody.sh
21097 ____________________________________________________________________________
21098 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
21099         Log: Add .PHONY targets for non-file targets,
21100              from Wilfredo Sánchez.  Should help saying
21101              "make install" on case-insensitive filesystems.
21102      Branch: perl
21103            ! Makefile.SH
21104 ____________________________________________________________________________
21105 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
21106         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
21107              From: Doug MacEachern <dougm@covalent.net>
21108              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
21109              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
21110              
21111              plus reword the getcwd() comment, plus use getcwd() buffer
21112              size minus one.
21113      Branch: perl
21114            ! util.c
21115 ____________________________________________________________________________
21116 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
21117         Log: More gprofing from Doug MacEachern.
21118      Branch: perl
21119            ! Makefile.SH
21120 ____________________________________________________________________________
21121 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
21122         Log: Metaconfig unit change for #10807.
21123      Branch: metaconfig/U/perl
21124            ! d_sfio.U
21125 ____________________________________________________________________________
21126 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
21127         Log: Tell that you are removing the unneeded -lsfio.
21128      Branch: perl
21129            ! Configure
21130 ____________________________________________________________________________
21131 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
21132         Log: More MPE/iX tweaks from Mark Bixby.
21133      Branch: perl
21134            ! perl.c t/op/magic.t
21135 ____________________________________________________________________________
21136 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
21137         Log: The fchdir() proto is supposed to live in <unistd.h>.
21138      Branch: perl
21139            ! ext/Cwd/Cwd.xs
21140 ____________________________________________________________________________
21141 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
21142         Log: This town is too small for the Cwd extension and me,
21143              it would seem...
21144      Branch: perl
21145            ! ext/Cwd/Cwd.xs
21146 ____________________________________________________________________________
21147 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
21148         Log: Metaconfig unit change for #10802.
21149      Branch: metaconfig/U/perl
21150            ! d_modfl.U
21151 ____________________________________________________________________________
21152 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
21153         Log: More d'ohs.
21154      Branch: perl
21155            ! Configure
21156 ____________________________________________________________________________
21157 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
21158         Log: Off-by-one.  I'm so classic.
21159      Branch: perl
21160            ! util.c
21161 ____________________________________________________________________________
21162 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
21163         Log: Update Changes.
21164      Branch: perl
21165            ! Changes patchlevel.h
21166 ____________________________________________________________________________
21167 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
21168         Log: Subject: Documentation patch for Net::FTP
21169              From: Marcel Grunauer <marcel@codewerk.com>
21170              Date: Wed, 20 Jun 2001 23:03:26 +0200
21171              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
21172      Branch: perl
21173            ! lib/Net/FTP.pm
21174 ____________________________________________________________________________
21175 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
21176         Log: Retract the #10417 mg.c and embed.pl parts because of
21177              strange SEGVs in 64bit x86 FreeBSD observed by
21178              Nicholas Clark.
21179      Branch: perl
21180            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
21181 ____________________________________________________________________________
21182 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
21183         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
21184      Branch: perl
21185            ! Configure NetWare/config.wc NetWare/config_H.wc
21186            ! Porting/Glossary Porting/config.sh Porting/config_H
21187            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21188            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21189            ! vos/config.ga.h win32/config.bc win32/config.gc
21190            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21191            ! win32/config_H.vc
21192 ____________________________________________________________________________
21193 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
21194         Log: Cwd tweak from Doug MacEachern.
21195      Branch: perl
21196            ! ext/Cwd/Cwd.xs
21197 ____________________________________________________________________________
21198 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
21199         Log: Protect the fchdir() and lstat() with ifdefs.
21200              fchdir() needs a Configure probe.
21201      Branch: perl
21202            ! ext/Cwd/Cwd.xs
21203 ____________________________________________________________________________
21204 [ 10794] By: nick                                  on 2001/06/21  17:11:35
21205         Log: Integrate mainline
21206      Branch: perlio
21207           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
21208           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
21209           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
21210           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
21211           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
21212           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
21213           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
21214           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
21215            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
21216            - lib/File/Glob/case.t lib/File/Glob/global.t
21217            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
21218            - lib/File/Temp/posix.t lib/File/Temp/security.t
21219            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
21220            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
21221            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
21222            - lib/Text/Wrap/wrap.t
21223           !> (integrate 41 files)
21224 ____________________________________________________________________________
21225 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
21226         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
21227              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
21228              Date: Thu, 21 Jun 2001 13:04:54 -0500
21229              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
21230      Branch: perl
21231            ! ext/Cwd/Cwd.xs
21232 ____________________________________________________________________________
21233 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
21234         Log: Subject: [PATCH pod] overlong =item
21235              From: Robin Barker <rmb1@cise.npl.co.uk>
21236              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
21237              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
21238      Branch: perl
21239            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21240            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21241 ____________________________________________________________________________
21242 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
21243         Log: Subject: [PATCH perlio.c] format 
21244              From: Robin Barker <rmb1@cise.npl.co.uk>
21245              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
21246              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
21247      Branch: perl
21248            ! perlio.c
21249 ____________________________________________________________________________
21250 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
21251         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
21252              From: Radu Greab <radu@netsoft.ro>
21253              Date: Thu, 21 Jun 2001 19:06:02 +0300
21254              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
21255      Branch: perl
21256            ! pod/perlapi.pod sv.c
21257 ____________________________________________________________________________
21258 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
21259         Log: The metaconfig unit changes for #10788.
21260      Branch: metaconfig/U/perl
21261            ! Cross.U fflushall.U
21262 ____________________________________________________________________________
21263 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
21264         Log: Cross-configuration changes: make $from to rm the files
21265              before copying them over (this means that he rm can be
21266              removed from the fflushall test), create $targetmkdir      
21267              (not documented in install since it is supposed to internal
21268              use only), make $run to copy over the executable only if
21269              a stamp file .xok doesn't already exist (to avoid unnecessary
21270              copying of the executable)
21271      Branch: perl
21272            ! Configure Makefile.SH
21273 ____________________________________________________________________________
21274 [ 10787] By: nick                                  on 2001/06/21  14:16:18
21275         Log: Integrate mainline
21276      Branch: perlio
21277           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
21278           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
21279           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
21280            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
21281           !> (integrate 34 files)
21282 ____________________________________________________________________________
21283 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
21284         Log: Re-add the files as text.
21285      Branch: perl
21286            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
21287 ____________________________________________________________________________
21288 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
21289         Log: Delete the binary files.
21290      Branch: perl
21291            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
21292 ____________________________________________________________________________
21293 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
21294         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
21295              From: Andy Dougherty <doughera@lafayette.edu>
21296              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
21297              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
21298      Branch: perl
21299            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
21300            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
21301            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
21302            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
21303 ____________________________________________________________________________
21304 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
21305         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
21306              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
21307              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
21308              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
21309              
21310              Setting umask to something friendlier.
21311      Branch: perl
21312            ! installman installperl
21313 ____________________________________________________________________________
21314 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
21315         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
21316              Resort MANIFEST with sort -f, looks much better.
21317      Branch: perl
21318            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
21319            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
21320            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
21321            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
21322            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
21323            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
21324            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
21325            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
21326            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
21327            - lib/File/Glob/case.t lib/File/Glob/global.t
21328            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
21329            - lib/File/Temp/posix.t lib/File/Temp/security.t
21330            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
21331            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
21332            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
21333            - lib/Text/Wrap/wrap.t
21334            ! MANIFEST
21335 ____________________________________________________________________________
21336 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
21337         Log: Upgrade to I18N::LangTags 0.25.
21338      Branch: perl
21339            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
21340            ! lib/I18N/LangTags/List.pm
21341 ____________________________________________________________________________
21342 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
21343         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
21344              From: Richard Soderberg <rs@crystalflame.net>
21345              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
21346              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
21347      Branch: perl
21348            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
21349            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
21350 ____________________________________________________________________________
21351 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
21352         Log: Test obsoleted by change #10777.
21353      Branch: perl
21354            ! t/op/sub_lval.t
21355 ____________________________________________________________________________
21356 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
21357         Log: Case of confused test numbering.
21358      Branch: perl
21359            ! t/op/pat.t
21360 ____________________________________________________________________________
21361 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
21362         Log: Subject: Re: Opinion on undef lvalue
21363              From: Abhijit Menon-Sen <ams@wiw.org>
21364              Date: Sun, 17 Jun 2001 13:04:46 +0530
21365              Message-ID: <20010617130446.B27925@lustre.linux.in>
21366              
21367              Allow lvalue subs to return undef in array context.
21368      Branch: perl
21369            ! pp_hot.c
21370 ____________________________________________________________________________
21371 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
21372         Log: Just a guess that using the same hack for cygwin as
21373              for win32 might help.
21374      Branch: perl
21375            ! lib/File/Find/find.t
21376 ____________________________________________________________________________
21377 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
21378         Log: NetWare tweaks from Guruprasad.
21379      Branch: perl
21380            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
21381            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
21382            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
21383            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
21384 ____________________________________________________________________________
21385 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
21386         Log: Subject: Re: perl@10722: Bogus warnings on REs 
21387              From: Hugo <hv@crypt.compulink.co.uk>
21388              Date: Thu, 21 Jun 2001 09:51:17 +0100
21389              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
21390              
21391              Unroll to avoid a UTS compiler bug.
21392      Branch: perl
21393            ! regcomp.c
21394 ____________________________________________________________________________
21395 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
21396         Log: Subject: Re: [PATCH] Make /o work under i?threads
21397              From: Artur Bergman <artur@contiller.se>
21398              Date: Thu, 21 Jun 2001 14:38:03 +0200
21399              Message-ID: <B757B74A.184D%artur@contiller.se>
21400      Branch: perl
21401            ! t/op/pat.t
21402 ____________________________________________________________________________
21403 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
21404         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
21405              From: Artur Bergman <artur@contiller.se> 
21406              Date: Thu, 21 Jun 2001 14:27:33 +0200
21407              Message-ID: <B757B4D4.1849%artur@contiller.se>
21408              
21409              Plus extra parentheses.
21410      Branch: perl
21411            ! op.h
21412 ____________________________________________________________________________
21413 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
21414         Log: Subject: [PATCH] Make /o work under i?threads
21415              From: Richard Soderberg <rs@crystalflame.net>
21416              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
21417              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
21418      Branch: perl
21419            ! pp_ctl.c
21420 ____________________________________________________________________________
21421 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
21422         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
21423              From: Artur Bergman <artur@contiller.se>
21424              Date: Thu, 21 Jun 2001 14:04:54 +0200
21425              Message-ID: <B757AF86.1842%artur@contiller.se>
21426      Branch: perl
21427            ! op.h
21428 ____________________________________________________________________________
21429 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
21430         Log: Subject: Re: perl@10765: sv.c not OK on win32
21431              From: Artur Bergman <artur@contiller.se>
21432              Date: Thu, 21 Jun 2001 10:31:06 +0200
21433              Message-ID: <B7577D69.182C%artur@contiller.se>
21434      Branch: perl
21435            ! sv.c
21436 ____________________________________________________________________________
21437 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
21438         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
21439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21440              Date: Thu, 21 Jun 2001 06:23:56 -0400
21441              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
21442              
21443              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
21444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21445              Date: Thu, 21 Jun 2001 06:32:21 -0400
21446              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
21447      Branch: perl
21448            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
21449 ____________________________________________________________________________
21450 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
21451         Log: Subject: [PATCH] make syslog test more verbose
21452              From: Robert Spier <rspier@pobox.com>
21453              Date: Thu, 21 Jun 2001 00:54:32 -0400
21454              Message-ID: <15153.32264.295807.333073@rls.cx>
21455      Branch: perl
21456            ! ext/Sys/Syslog/syslog.t
21457 ____________________________________________________________________________
21458 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
21459         Log: Subject: op/study.t refinements
21460              From: Hugo <hv@crypt.compulink.co.uk>
21461              Date: Thu, 21 Jun 2001 00:29:07 +0100
21462              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
21463      Branch: perl
21464            ! t/op/study.t
21465 ____________________________________________________________________________
21466 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
21467         Log: Update Changes.
21468      Branch: perl
21469            ! Changes patchlevel.h
21470 ____________________________________________________________________________
21471 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
21472         Log: Subject: Re: [PATCH] djgpp updates
21473              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
21474              Date: Wed, 20 Jun 2001 10:05:15 +0200
21475              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
21476      Branch: perl
21477            ! djgpp/config.over
21478 ____________________________________________________________________________
21479 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
21480         Log: Fix for ID 20010619.002 "When building hash, hash keys that
21481              are function calls are not being called", from Abhijit.
21482      Branch: perl
21483            ! t/base/lex.t toke.c
21484 ____________________________________________________________________________
21485 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
21486         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
21487      Branch: perl
21488            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
21489            + lib/Locale/Maketext/test.pl
21490            - lib/Locale/Maketext.t
21491            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21492            ! lib/Locale/Maketext/TPJ13.pod
21493 ____________________________________________________________________________
21494 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
21495         Log: Metaconfig unit change for #10760.
21496      Branch: metaconfig
21497            ! U/modified/Cppsym.U
21498 ____________________________________________________________________________
21499 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
21500         Log: Do not remove the ccsym* Cppsym* files since
21501              they are useful for metaconfig units coming after us.
21502              (This is the Configure nit mentioned in #10752.)
21503      Branch: perl
21504            ! Configure
21505 ____________________________________________________________________________
21506 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
21507         Log: Update to I18N::LangTags 0.24, from Sean Burke.
21508      Branch: perl
21509            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
21510            + lib/I18N/LangTags/README
21511            - lib/I18N/LangTags/List.pod
21512            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
21513 ____________________________________________________________________________
21514 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
21515         Log: Regen headers.
21516      Branch: perl
21517            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
21518            ! pod/perlapi.pod proto.h
21519 ____________________________________________________________________________
21520 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
21521         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
21522              From: Artur Bergman <artur@contiller.se>
21523              Date: Wed, 20 Jun 2001 11:31:32 +0200
21524              Message-ID: <B7563A14.17D8%artur@contiller.se>
21525      Branch: perl
21526            ! embed.pl hv.c intrpvar.h sv.c sv.h
21527 ____________________________________________________________________________
21528 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
21529         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
21530              From: Tim Sweetman <tim@aldigital.co.uk> 
21531              Date: Wed, 13 Jun 2001 14:25:17 +0100 
21532              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
21533      Branch: perl
21534            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
21535 ____________________________________________________________________________
21536 [ 10755] By: nick                                  on 2001/06/20  16:12:37
21537         Log: Integrate mainline
21538      Branch: perlio
21539           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
21540           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
21541           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
21542           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
21543           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
21544           !> t/op/study.t util.c
21545 ____________________________________________________________________________
21546 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
21547         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
21548              but not Makefile)
21549      Branch: maint-5.6/perl
21550            ! win32/Makefile
21551 ____________________________________________________________________________
21552 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
21553         Log: Security tweak on readlink().
21554      Branch: perl
21555            ! pp_sys.c
21556 ____________________________________________________________________________
21557 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
21558         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
21559      Branch: perl
21560            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
21561            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
21562            ! mpeix/relink t/op/pwent.t
21563 ____________________________________________________________________________
21564 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
21565         Log: Reinstate #10725 (with probe for alarm()).
21566      Branch: perl
21567            ! t/op/study.t
21568 ____________________________________________________________________________
21569 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
21570         Log: Replace our implementation of realpath() with OpenBSD's
21571              (src/lib/libc/stdlib/realpath.c 1.4).
21572      Branch: perl
21573            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
21574            ! pod/perldiag.pod proto.h util.c
21575 ____________________________________________________________________________
21576 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
21577         Log: Integrate perlio.
21578      Branch: perl
21579           !> perlio.c
21580 ____________________________________________________________________________
21581 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
21582         Log: No point in going into memory-saving contortions
21583              with getcwd() since there's a danger of buffer overflow.
21584              Also make the POSIX extension to use sv_getcwd().
21585              Finally, a missed proto.h fragment.
21586      Branch: perl
21587            ! ext/POSIX/POSIX.xs proto.h util.c
21588 ____________________________________________________________________________
21589 [ 10747] By: nick                                  on 2001/06/20  12:38:26
21590         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
21591      Branch: perlio
21592            ! perlio.c
21593 ____________________________________________________________________________
21594 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
21595         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
21596              From: Graham Barr <gbarr@pobox.com>
21597              Date: Wed, 20 Jun 2001 11:05:49 +0100
21598              Message-ID: <20010620110549.I19188@pobox.com>
21599              
21600              reported in        
21601              
21602              Subject: Bug in IO::Socket::INET module (repeat)
21603              From: "Harmon S. Nine" <hnine@netarx.com>
21604              Date: Tue, 19 Jun 2001 09:41:35 -0400
21605              Message-ID: <3B2F568F.8080605@netarx.com>
21606              
21607              The bug was that the IO::Socket::INET constructor
21608              did not allow a 'LocalPort' of 0.
21609      Branch: perl
21610            ! ext/IO/lib/IO/Socket/INET.pm
21611 ____________________________________________________________________________
21612 [ 10745] By: nick                                  on 2001/06/20  08:56:39
21613         Log: Integrate mainline.
21614      Branch: perlio
21615           !> (integrate 37 files)
21616 ____________________________________________________________________________
21617 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
21618         Log: After some reading I don't think we can blindly
21619              use systems' realpath().  Too many security problems,
21620              too many buggy implementations.
21621              
21622              TODO: the realpath() emulation code in util.c doesn't
21623              seem fully operational?  (readlink(), for example?)
21624      Branch: perl
21625            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
21626            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
21627            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
21628            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
21629            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
21630            ! win32/config_H.gc win32/config_H.vc
21631 ____________________________________________________________________________
21632 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
21633         Log: Metaconfig unit change for #10738.
21634      Branch: metaconfig
21635            ! U/compline/d_gconvert.U
21636 ____________________________________________________________________________
21637 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
21638         Log: Integrate change #10739 from maintperl:
21639              
21640              C<eval "/x$\r\n/x"> fails to compile correctly 
21641      Branch: perl
21642           !> t/op/pat.t toke.c
21643 ____________________________________________________________________________
21644 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
21645         Log: Retract #10725 (Hugo asked NOT to apply the patch)
21646      Branch: perl
21647            ! t/op/study.t
21648 ____________________________________________________________________________
21649 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
21650         Log: The test.third results were funnily named because of the
21651              new test scheme.
21652      Branch: perl
21653            ! t/TEST
21654 ____________________________________________________________________________
21655 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
21656         Log: C<eval "/x$\r\n/x"> fails to compile correctly
21657      Branch: maint-5.6/perl
21658            ! t/op/pat.t toke.c
21659 ____________________________________________________________________________
21660 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
21661         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
21662              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21663              Date: Tue, 19 Jun 2001 19:15:40 -0400
21664              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
21665              
21666              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
21667              because "1e+129" being expected but "1.e+129" being returned.
21668              The culprit (at least in Tru64) is the use of gcvt().
21669      Branch: perl
21670            ! Configure
21671 ____________________________________________________________________________
21672 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
21673         Log: Subject: [PATCH perl@10722] test hunting on VMS
21674              From: "Craig A. Berry" <craigberry@mac.com>
21675              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
21676              Date: Tue, 19 Jun 2001 18:59:01 -0500
21677      Branch: perl
21678            ! vms/test.com
21679 ____________________________________________________________________________
21680 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
21681         Log: Subject: [PATCH] s/typos//
21682              From: Abhijit Menon-Sen <ams@wiw.org>
21683              Date: Wed, 20 Jun 2001 02:15:02 +0530
21684              Message-ID: <20010620021502.A14541@lustre.linux.in>
21685              
21686              Without the op.h s/bearword/bareword/ hunk, see
21687              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
21688      Branch: perl
21689            ! util.c
21690 ____________________________________________________________________________
21691 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
21692         Log: Metaconfig unit change for #10732 and #10733.
21693      Branch: metaconfig/U/perl
21694            ! fflushall.U
21695 ____________________________________________________________________________
21696 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
21697         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
21698              From: "Craig A. Berry" <craigberry@mac.com>
21699              Date: Tue, 19 Jun 2001 17:19:48 -0500
21700              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
21701      Branch: perl
21702            ! configure.com vms/descrip_mms.template
21703 ____________________________________________________________________________
21704 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
21705         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
21706              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21707              Date: Tue, 19 Jun 2001 16:48:07 -0400
21708              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
21709              
21710              Further fixes to fflush(NULL) detection.
21711      Branch: perl
21712            ! Configure
21713 ____________________________________________________________________________
21714 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
21715         Log: AIX test -s hangs with non-existent files?
21716              (A genuine logic bug in Configure, but AIX also broken?)
21717      Branch: perl
21718            ! Configure
21719 ____________________________________________________________________________
21720 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
21721         Log: AUTHORS updates.
21722      Branch: perl
21723            ! AUTHORS
21724 ____________________________________________________________________________
21725 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
21726         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
21727              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21728              Date: Tue, 19 Jun 2001 15:33:25 -0400
21729              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
21730      Branch: perl
21731            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
21732            ! t/lib/warnings/pp
21733 ____________________________________________________________________________
21734 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
21735         Log: Integrate perlio.
21736      Branch: perl
21737           !> lib/File/Find/find.t win32/distclean.bat
21738 ____________________________________________________________________________
21739 [ 10728] By: nick                                  on 2001/06/19  18:24:53
21740         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
21741      Branch: perlio
21742            ! lib/File/Find/find.t win32/distclean.bat
21743 ____________________________________________________________________________
21744 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
21745         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
21746              also add information how to find out whether one has PerlIO.
21747      Branch: perl
21748            ! pod/perlfunc.pod
21749 ____________________________________________________________________________
21750 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
21751         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
21752              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21753              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
21754              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
21755      Branch: perl
21756            ! pod/perlfunc.pod
21757 ____________________________________________________________________________
21758 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
21759         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
21760              From: Hugo <hv@crypt.compulink.co.uk>
21761              Date: Tue, 19 Jun 2001 12:37:30 +0100
21762              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
21763      Branch: perl
21764            ! t/op/study.t
21765 ____________________________________________________________________________
21766 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
21767         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
21768              From: Hugo <hv@crypt.compulink.co.uk>
21769              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
21770              Date: Tue, 19 Jun 2001 13:15:17 +0100
21771      Branch: perl
21772            ! util.c
21773 ____________________________________________________________________________
21774 [ 10723] By: nick                                  on 2001/06/19  14:46:15
21775         Log: Integrate mainline
21776      Branch: perlio
21777           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
21778           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
21779           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
21780           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
21781           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
21782           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
21783            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
21784            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
21785            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
21786            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
21787            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
21788            - ext/Thread/unsync4.t
21789           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
21790           !> djgpp/config.over djgpp/fixpmain
21791           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
21792           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
21793           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
21794 ____________________________________________________________________________
21795 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
21796         Log: Update Changes.
21797      Branch: perl
21798            ! Changes patchlevel.h
21799 ____________________________________________________________________________
21800 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
21801         Log: The existence shall be MANIFESted.
21802      Branch: perl
21803            ! MANIFEST
21804 ____________________________________________________________________________
21805 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
21806         Log: The old libnet.cfg is first searched from the current directory,
21807              only then from the module path.
21808      Branch: perl
21809            ! utils/libnetcfg.PL
21810 ____________________________________________________________________________
21811 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
21812         Log: NetWare tweaks from Guruprasad.
21813      Branch: perl
21814            ! NetWare/Makefile NetWare/config.wc
21815 ____________________________________________________________________________
21816 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
21817         Log: Subject: [PATCH] djgpp updates
21818              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
21819              Date: Tue, 19 Jun 2001 10:59:06 +0200
21820              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
21821      Branch: perl
21822            ! djgpp/config.over djgpp/fixpmain
21823 ____________________________________________________________________________
21824 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
21825         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
21826              From: Prymmer/Kahn <pvhp@best.com>
21827              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
21828              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
21829      Branch: perl
21830            ! win32/Makefile
21831 ____________________________________________________________________________
21832 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
21833         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
21834              to happen right after the inclusion of <inttypes.h>,
21835              from Edward Moy.
21836      Branch: perl
21837            ! handy.h perl.h
21838 ____________________________________________________________________________
21839 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
21840         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
21841              From: Doug MacEachern <dougm@covalent.net>
21842              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
21843              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
21844      Branch: perl
21845            ! ext/DynaLoader/DynaLoader_pm.PL
21846 ____________________________________________________________________________
21847 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
21848         Log: Revert #10656 for perfomance reasons but leave in the
21849              use of Hv*() macros -- in comments, so that grepping the
21850              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
21851              suggested by Sarathy, also by Abhijit.)
21852      Branch: perl
21853            ! hv.c
21854 ____________________________________________________________________________
21855 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
21856         Log: Subject: [patch] .s MakeMaker suffix
21857              From: Doug MacEachern <dougm@covalent.net>
21858              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
21859              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
21860      Branch: perl
21861            ! lib/ExtUtils/MM_Unix.pm
21862 ____________________________________________________________________________
21863 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
21864         Log: One test lost in the big shuffle restored.
21865      Branch: perl
21866            + ext/IPC/SysV/ipcsysv.t
21867            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
21868 ____________________________________________________________________________
21869 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
21870         Log: Rename the old non-standard threads tests so that
21871              they won't be invoked.
21872      Branch: perl
21873            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
21874            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
21875            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
21876            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
21877            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
21878            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
21879            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
21880            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
21881            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
21882            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
21883            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
21884            - ext/Thread/unsync4.t
21885            ! MANIFEST
21886 ____________________________________________________________________________
21887 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
21888         Log: Integrate perlio.
21889      Branch: perl
21890           !> win32/config_sh.PL
21891 ____________________________________________________________________________
21892 [ 10709] By: nick                                  on 2001/06/19  08:18:18
21893         Log: Integrate mainline
21894      Branch: perlio
21895           +> (branch 40 files)
21896            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
21897            - lib/strict/subs lib/strict/vars lib/warnings/1global
21898            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
21899            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
21900            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
21901            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
21902            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
21903            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
21904            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
21905            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
21906            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
21907            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
21908            - lib/warnings/utf8 lib/warnings/util
21909           !> (integrate 57 files)
21910 ____________________________________________________________________________
21911 [ 10708] By: nick                                  on 2001/06/19  07:57:10
21912         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
21913      Branch: perlio
21914            ! win32/config_sh.PL
21915 ____________________________________________________________________________
21916 [ 10707] By: nick                                  on 2001/06/19  07:05:07
21917         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
21918      Branch: perl
21919            ! perly.c perly.y perly_c.diff vms/perly_c.vms
21920 ____________________________________________________________________________
21921 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
21922         Log: More perl572delta tweaks.
21923      Branch: perl
21924            ! pod/perl572delta.pod
21925 ____________________________________________________________________________
21926 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
21927         Log: Update perl572delta.
21928      Branch: perl
21929            ! pod/perl572delta.pod
21930 ____________________________________________________________________________
21931 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
21932         Log: VOS updates from Paul Green.
21933      Branch: perl
21934            ! vos/Changes vos/build.cm vos/perl.bind
21935 ____________________________________________________________________________
21936 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
21937         Log: Update the vos/config.*.* files.
21938      Branch: perl
21939            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21940            ! vos/config.ga.h
21941 ____________________________________________________________________________
21942 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
21943         Log: Add a makefile for more painless adding of symbols to the
21944              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
21945              takes care of the adding)
21946      Branch: perl
21947            + vos/Makefile
21948 ____________________________________________________________________________
21949 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
21950         Log: Make libnetcfg by default display the libnet configuration,
21951              -c to change, add -i for old config, document all options,
21952              regen toc.
21953      Branch: perl
21954            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
21955 ____________________________________________________________________________
21956 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
21957         Log: gcc -Wall sweep.
21958      Branch: perl
21959            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
21960 ____________________________________________________________________________
21961 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
21962         Log: So there.
21963      Branch: perl
21964            ! universal.c
21965 ____________________________________________________________________________
21966 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
21967         Log: Document the need for sv_printify().
21968              
21969              Document that 'use utf8' has been considered.
21970              
21971              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
21972      Branch: perl
21973            ! pod/perltodo.pod universal.c
21974 ____________________________________________________________________________
21975 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
21976         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
21977              From: Nicholas Clark <nick@ccl4.org>
21978              Date: Mon, 18 Jun 2001 23:29:23 +0100
21979              Message-ID: <20010618232923.I98663@plum.flirble.org>
21980      Branch: perl
21981            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
21982            ! ext/Sys/Syslog/Makefile.PL
21983 ____________________________________________________________________________
21984 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
21985         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
21986              From: Scott.L.Miller@Compaq.com
21987              Date: Mon, 18 Jun 2001 10:12:27 -0500
21988              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
21989      Branch: perl
21990            ! lib/perl5db.pl pod/perldebug.pod
21991 ____________________________________________________________________________
21992 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
21993         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
21994              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
21995              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
21996              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
21997      Branch: perl
21998            ! lib/Carp/Heavy.pm
21999 ____________________________________________________________________________
22000 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
22001         Log: Subject: [PATCH] Documentation changes for CLONE
22002              From: Artur Bergman <artur@contiller.se>
22003              Date: Mon, 18 Jun 2001 22:06:37 +0200
22004              Message-ID: <B7542BEC.1719%artur@contiller.se>
22005      Branch: perl
22006            ! pod/perlmod.pod pod/perlsub.pod
22007 ____________________________________________________________________________
22008 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
22009         Log: Subject: Re: configure.com
22010              From: "Craig A. Berry" <craigberry@mac.com>
22011              Date: Mon, 18 Jun 2001 16:04:38 -0500
22012              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
22013      Branch: perl
22014            ! configure.com
22015 ____________________________________________________________________________
22016 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
22017         Log: Subject: PL_nullstash + perl_clone()
22018              From: Doug MacEachern <dougm@covalent.net>
22019              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
22020              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
22021      Branch: perl
22022            ! sv.c
22023 ____________________________________________________________________________
22024 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
22025         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
22026              From: davem@fdgroup.co.uk
22027              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
22028              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
22029      Branch: perl
22030            ! embed.pl pod/perlapi.pod
22031 ____________________________________________________________________________
22032 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
22033         Log: More cross-compilation defaults gleaned from -Dcc
22034              if it is CPU-OS-gcc.
22035      Branch: metaconfig
22036            ! U/modified/libc.U
22037      Branch: metaconfig/U/perl
22038            ! Cross.U
22039      Branch: perl
22040            ! Configure INSTALL
22041 ____________________________________________________________________________
22042 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
22043         Log: Update Changes.
22044      Branch: perl
22045            ! Changes patchlevel.h
22046 ____________________________________________________________________________
22047 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
22048         Log: Subject: [PATCH 5.7.1] sv.c documentation
22049              From: davem@fdgroup.co.uk
22050              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
22051              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
22052      Branch: perl
22053            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
22054            ! sv.c sv.h
22055 ____________________________________________________________________________
22056 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
22057         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
22058              From: "Jon Gunnip" <jongunnip@hotmail.com>
22059              Date: Sun, 17 Jun 2001 18:24:29 -0400
22060              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
22061      Branch: perl
22062            ! pod/perlvar.pod
22063 ____________________________________________________________________________
22064 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
22065         Log: Move the locale/strict/warnings helper files back
22066              under the t/lib; this way the amount of non-installabled
22067              stuff under lib/ stays smaller.
22068      Branch: perl
22069            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
22070            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
22071            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
22072            + t/lib/warnings/5nolint t/lib/warnings/6default
22073            + t/lib/warnings/7fatal t/lib/warnings/8signal
22074            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
22075            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
22076            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
22077            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
22078            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
22079            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
22080            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
22081            + t/lib/warnings/taint t/lib/warnings/toke
22082            + t/lib/warnings/universal t/lib/warnings/utf8
22083            + t/lib/warnings/util
22084            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
22085            - lib/strict/subs lib/strict/vars lib/warnings/1global
22086            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
22087            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
22088            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
22089            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
22090            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
22091            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
22092            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
22093            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
22094            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
22095            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
22096            - lib/warnings/utf8 lib/warnings/util
22097            ! MANIFEST installperl lib/locale.t lib/strict.t
22098 ____________________________________________________________________________
22099 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
22100         Log: Split off the pack/unpack code, from Nicholas Clark.
22101      Branch: perl
22102            + pp_pack.c
22103            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
22104            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
22105            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22106 ____________________________________________________________________________
22107 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
22108         Log: Guard the SysV IPC tests against being invoked in
22109              SysV-IPC-less places.
22110      Branch: perl
22111            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
22112 ____________________________________________________________________________
22113 [ 10683] By: nick                                  on 2001/06/18  12:24:42
22114         Log: Integrate mainline (new test scheme now ok on Linux).
22115      Branch: perlio
22116           +> lib/warnings.t
22117           !> dump.c sv.c
22118 ____________________________________________________________________________
22119 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
22120         Log: Add the locale.c and numeric.c to the microperl sources.
22121      Branch: perl
22122            ! Makefile.micro win32/Makefile
22123 ____________________________________________________________________________
22124 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
22125         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
22126              From: Abhijit Menon-Sen <ams@wiw.org>
22127              Date: Mon, 18 Jun 2001 14:23:44 +0530
22128              Message-ID: <20010618142344.A13136@lustre.linux.in>
22129      Branch: perl
22130            ! dump.c
22131 ____________________________________________________________________________
22132 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
22133         Log: Subject: Re: [PATCH] more anonymous stash cleanups
22134              From: Abhijit Menon-Sen <ams@wiw.org>
22135              Date: Mon, 18 Jun 2001 15:50:32 +0530
22136              Message-ID: <20010618155032.A13223@lustre.linux.in>
22137              
22138              Plus the comment left in as suggested by NI-S.
22139      Branch: perl
22140            ! sv.c
22141 ____________________________________________________________________________
22142 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
22143         Log: One missed file.
22144      Branch: perl
22145            + lib/warnings.t
22146 ____________________________________________________________________________
22147 [ 10678] By: nick                                  on 2001/06/18  08:05:29
22148         Log: Integrate mainline (part2 - the deletes)
22149      Branch: perlio
22150            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
22151            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
22152            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
22153            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
22154            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
22155            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
22156            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
22157            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
22158            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
22159            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
22160            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
22161 ____________________________________________________________________________
22162 [ 10677] By: nick                                  on 2001/06/18  08:04:44
22163         Log: Integrate mainline (part1)
22164      Branch: perlio
22165           +> (branch 376 files)
22166            - (delete 219 files)
22167           !> (integrate 151 files)
22168 ____________________________________________________________________________
22169 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
22170         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
22171              No doubt I made some mistakes like missed some files or
22172              misnamed some files.  The naming rules were more or less:
22173              (1) if the module is from CPAN, follows its ways, be it
22174              t/*.t or test.pl.
22175              (2) otherwise if there are multiple tests for a module
22176              put them in a t/
22177              (3) otherwise if there's only one test put it in Module.t
22178              (4) helper files go to module/ (locale, strict, warnings)
22179              (5) use longer filenames now that we can (but e.g. the
22180              compat-0.6.t and the Text::Balanced test files still
22181              were renamed to be more civil against the 8.3 people)
22182              installperl was updated appropriately not to install the
22183              *.t files or the help files from under lib.
22184              
22185              TODO: some helper files still remain under t/ that could
22186              follow their 'masters'.  UPDATE: On second thoughts, why
22187              should they.  They can continue to live under t/lib, and
22188              in fact the locale/strict/warnings helpers that were moved
22189              could be moved back.  This way the amount of non-installable
22190              stuff under lib/ stays smaller.
22191      Branch: perl
22192            + (add 253 files)
22193            - (delete 254 files)
22194            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
22195 ____________________________________________________________________________
22196 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
22197         Log: The warning no more comes from util.c, it comes from numeric.c.
22198      Branch: perl
22199            ! README.tru64
22200 ____________________________________________________________________________
22201 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
22202         Log: Subject: Re: anyone good at casting spells?
22203              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22204              Date: Sun, 17 Jun 2001 21:21:04 -0400
22205              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
22206      Branch: perl
22207            ! ext/POSIX/POSIX.xs hv.h
22208 ____________________________________________________________________________
22209 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
22210         Log: Protect the (original) thread tests against testing if no 5.005
22211              threads have been configured.
22212      Branch: perl
22213            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22214            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22215            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22216            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22217            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22218            ! ext/Thread/unsync4.t
22219 ____________________________________________________________________________
22220 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
22221         Log: Try the new test scanning scheme on Text::Abbrev.
22222      Branch: perl
22223            + lib/Text/Abbrev.t
22224            - lib/Text/Abbrev/t/abbrev.t
22225            ! MANIFEST
22226 ____________________________________________________________________________
22227 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
22228         Log: Change the scan policy of the *.t and test.pl files,
22229              now the *.t do not need to live in a t/ directory.
22230      Branch: perl
22231            ! t/TEST t/harness
22232 ____________________________________________________________________________
22233 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
22234         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
22235              From: Ilmari Karonen <iltzu@sci.fi>
22236              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
22237              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
22238      Branch: perl
22239            ! pod/perlfaq7.pod
22240 ____________________________________________________________________________
22241 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
22242         Log: Quench the warnings from Tru64; the HP-UX is still
22243              broken because it really, REALLY, doesn't like the
22244              HvARRAY() being lvalue:
22245              
22246              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
22247              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
22248      Branch: perl
22249            ! hv.c
22250 ____________________________________________________________________________
22251 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
22252         Log: Integrate change #10667 from maintperl:
22253              
22254              change#10449 broke the special-case that makes lexicals inside the
22255              eval"" within DB::DB() visible
22256      Branch: perl
22257           !> op.c
22258 ____________________________________________________________________________
22259 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
22260         Log: change#10449 broke the special-case that makes lexicals inside the
22261              eval"" within DB::DB() visible
22262      Branch: maint-5.6/perl
22263            ! op.c
22264 ____________________________________________________________________________
22265 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
22266         Log: Still spurious output; indent the code a bit.
22267              
22268              TODO1: separate the utility functions like MkDir
22269              into a helper script?
22270              
22271              TODO2: I see a lot of repetition in the filepath()
22272              and dirpath() calls.
22273      Branch: perl
22274            ! t/lib/filefind.t t/lib/findtaint.t
22275 ____________________________________________________________________________
22276 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
22277         Log: Regen modlib, toc.
22278      Branch: perl
22279            ! pod/perlmodlib.pod pod/perltoc.pod
22280 ____________________________________________________________________________
22281 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
22282         Log: Add libnetcfg to perlutil.
22283      Branch: perl
22284            ! pod/perlutil.pod
22285 ____________________________________________________________________________
22286 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
22287         Log: Initial integration of libnet-1.0703.
22288              The Configure script renamed as libnetcfg, will be
22289              installed along other utilities.
22290      Branch: perl
22291            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
22292            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
22293            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
22294            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
22295            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
22296            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
22297            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
22298            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
22299            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
22300            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
22301            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
22302            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
22303            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
22304            + utils/libnetcfg.PL
22305            ! MANIFEST utils.lst utils/Makefile
22306 ____________________________________________________________________________
22307 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
22308         Log: Less potentially test-harness-confusing output.
22309      Branch: perl
22310            ! lib/Memoize/t/expire_module_t.t
22311 ____________________________________________________________________________
22312 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
22313         Log: The final print annoys make test.
22314      Branch: perl
22315            ! t/lib/filefind.t t/lib/findtaint.t
22316 ____________________________________________________________________________
22317 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
22318         Log: Add an option for handling dangling symbolic links.
22319      Branch: perl
22320            ! lib/File/Find.pm t/lib/filefind.t
22321 ____________________________________________________________________________
22322 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
22323         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
22324              From: Thomas Wegner <wegner_thomas@yahoo.com>
22325              Date: Sun, 17 Jun 2001 14:43:11 +0200
22326              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
22327      Branch: perl
22328            + t/lib/findtaint.t
22329            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
22330 ____________________________________________________________________________
22331 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
22332         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
22333              From: Jonathan Stowe <gellyfish@gellyfish.com>
22334              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
22335              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
22336      Branch: perl
22337            ! lib/ExtUtils/MM_Unix.pm
22338 ____________________________________________________________________________
22339 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
22340         Log: Subject: [PATCH] more anonymous stash cleanups
22341              From: Abhijit Menon-Sen <ams@wiw.org>
22342              Date: Sun, 17 Jun 2001 11:44:06 +0530
22343              Message-ID: <20010617114406.A25203@lustre.linux.in>
22344      Branch: perl
22345            ! op.c
22346 ____________________________________________________________________________
22347 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
22348         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
22349              From: Abhijit Menon-Sen <ams@wiw.org>
22350              Date: Sun, 17 Jun 2001 08:02:59 +0530
22351              Message-ID: <20010617080259.A28776@lustre.linux.in>
22352              
22353              Subject: [PATCH #2/7] xhv_eiter
22354              From: Abhijit Menon-Sen <ams@wiw.org>
22355              Date: Sun, 17 Jun 2001 08:13:18 +0530
22356              Message-ID: <20010617081318.B28776@lustre.linux.in>
22357              
22358              Subject: [PATCH #3/7] xhv_fill
22359              From: Abhijit Menon-Sen <ams@wiw.org>
22360              Date: Sun, 17 Jun 2001 08:25:16 +0530
22361              Message-ID: <20010617082516.C28776@lustre.linux.in>
22362              
22363              Subject: [PATCH #4/7] xhv_keys
22364              From: Abhijit Menon-Sen <ams@wiw.org>
22365              Date: Sun, 17 Jun 2001 08:36:17 +0530
22366              Message-ID: <20010617083617.D28776@lustre.linux.in>
22367              
22368              Subject: [PATCH #5/7] xhv_max
22369              From: Abhijit Menon-Sen <ams@wiw.org>
22370              Date: Sun, 17 Jun 2001 08:39:48 +0530
22371              Message-ID: <20010617083948.E28776@lustre.linux.in>
22372              
22373              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
22374              From: Abhijit Menon-Sen <ams@wiw.org>
22375              Date: Sun, 17 Jun 2001 08:51:11 +0530
22376              Message-ID: <20010617085111.F28776@lustre.linux.in>
22377      Branch: perl
22378            ! hv.c
22379 ____________________________________________________________________________
22380 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
22381         Log: Update Changes.
22382      Branch: perl
22383            ! Changes patchlevel.h
22384 ____________________________________________________________________________
22385 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
22386         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
22387              From: Abhijit Menon-Sen <ams@wiw.org>
22388              Date: Sat, 16 Jun 2001 07:41:19 +0530
22389              Message-ID: <20010616074119.A24720@lustre.linux.in>
22390      Branch: perl
22391            ! hv.c perl.c vms/vmsish.h win32/win32.h
22392 ____________________________________________________________________________
22393 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
22394         Log: Document tests failing when threaded, since we now have more.
22395      Branch: perl
22396            ! pod/perl572delta.pod
22397 ____________________________________________________________________________
22398 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
22399         Log: -Wall cleanup.
22400      Branch: perl
22401            ! ext/Thread/Thread.xs
22402 ____________________________________________________________________________
22403 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
22404         Log: pthread_attr_setstacksize() isn't absolutely necessary
22405              to call, only iff THREAD_CREATE_NEEDS_STACK.
22406      Branch: perl
22407            ! ext/Thread/Thread.xs
22408 ____________________________________________________________________________
22409 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
22410         Log: -Wall strays.
22411      Branch: perl
22412            ! perl.c util.c
22413 ____________________________________________________________________________
22414 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
22415         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
22416              (and INT64_MIN) brokenness.
22417      Branch: perl
22418            ! hints/darwin.sh perl.h
22419 ____________________________________________________________________________
22420 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
22421         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
22422              From: Nicholas Clark <nick@ccl4.org>
22423              Date: Sun, 17 Jun 2001 00:16:05 +0100
22424              Message-ID: <20010617001605.V98663@plum.flirble.org>
22425      Branch: perl
22426            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
22427            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
22428            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22429 ____________________________________________________________________________
22430 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
22431         Log: Add perlnetware to docs; regen toc; supply skeleton
22432              docs for some Memoize submodules.
22433      Branch: perl
22434            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
22435            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
22436            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
22437            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
22438            ! win32/Makefile win32/makefile.mk
22439 ____________________________________________________________________________
22440 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
22441         Log: pod cleanup.
22442      Branch: perl
22443            ! README.netware
22444 ____________________________________________________________________________
22445 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
22446         Log: Integrate Memoize 0.64.  Few tweaks were required in
22447              the test scripts.  Note that the speed and expire*
22448              tests take several dozen seconds to run.
22449      Branch: perl
22450            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
22451            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
22452            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
22453            + lib/Memoize/README lib/Memoize/SDBM_File.pm
22454            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
22455            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
22456            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
22457            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
22458            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
22459            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
22460            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
22461            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
22462            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
22463            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
22464            ! MANIFEST t/lib/1_compile.t
22465 ____________________________________________________________________________
22466 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
22467         Log: Document the cross-compilation options.
22468      Branch: perl
22469            ! Cross/README INSTALL
22470 ____________________________________________________________________________
22471 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
22472         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
22473      Branch: perl
22474            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
22475            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
22476            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
22477            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
22478            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
22479            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
22480            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
22481            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
22482            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
22483            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
22484            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
22485            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
22486            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
22487            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
22488            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
22489            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
22490            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
22491            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
22492            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
22493            + lib/ExtUtils/MM_NW5.pm
22494            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
22495            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
22496            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22497            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
22498            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
22499            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
22500            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
22501            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
22502            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
22503            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
22504            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
22505            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
22506            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
22507            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
22508            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
22509            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
22510            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
22511            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
22512            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
22513            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
22514            ! util.h x2p/a2py.c
22515 ____________________________________________________________________________
22516 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
22517         Log: Resort MANIFEST.
22518      Branch: perl
22519            ! MANIFEST
22520 ____________________________________________________________________________
22521 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
22522         Log: Integrate perlio.
22523      Branch: perl
22524           +> win32/win32io.c
22525           !> MANIFEST perlio.c perliol.h win32/makefile.mk
22526 ____________________________________________________________________________
22527 [ 10640] By: nick                                  on 2001/06/16  18:38:31
22528         Log: Disable :win32 layer as default till I get it working
22529      Branch: perlio
22530            ! MANIFEST perlio.c
22531 ____________________________________________________________________________
22532 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
22533         Log: Try the new scheme by moving the Text::Abbrev test
22534              to a new place under lib.
22535      Branch: perl
22536            + lib/Text/Abbrev/t/abbrev.t
22537            - t/lib/abbrev.t
22538            ! MANIFEST
22539 ____________________________________________________________________________
22540 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
22541         Log: Make the code even more dynamical so that testname
22542              suffix length can change.
22543      Branch: perl
22544            ! lib/Test/Harness.pm t/TEST
22545 ____________________________________________________________________________
22546 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
22547         Log: Allow for deeper t/ and also a single test.pl.
22548      Branch: perl
22549            ! t/TEST t/harness
22550 ____________________________________________________________________________
22551 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
22552         Log: #define fix from Nicholas Clark.
22553      Branch: perl
22554            ! ext/POSIX/POSIX.xs
22555 ____________________________________________________________________________
22556 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
22557         Log: Initialization is nice.
22558      Branch: perl
22559            ! lib/Test/Harness.pm
22560 ____________________________________________________________________________
22561 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
22562         Log: Make t/TEST and t/harness to test also the t/ tests
22563              under the main lib/ and ext/ directories.  Fix Test::Harness
22564              to dynamically change the width of its "foo/bar....ok" output.
22565      Branch: perl
22566            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
22567 ____________________________________________________________________________
22568 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
22569         Log: Subject: [PATCH] Re: perl@10611 
22570              From: Nicholas Clark <nick@ccl4.org>
22571              Date: Sat, 16 Jun 2001 16:52:47 +0100
22572              Message-ID: <20010616165247.O98663@plum.flirble.org>
22573              
22574              The .xs parts, too.
22575      Branch: perl
22576            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
22577            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
22578 ____________________________________________________________________________
22579 [ 10632] By: nick                                  on 2001/06/16  16:44:35
22580         Log: Work-in-progress win32 layer semi-functional, checking 
22581              for UNIX breakage.
22582      Branch: perlio
22583            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
22584 ____________________________________________________________________________
22585 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
22586         Log: Subject: [PATCH] Re: perl@10611 
22587              From: Nicholas Clark <nick@ccl4.org>
22588              Date: Sat, 16 Jun 2001 16:52:47 +0100
22589              Message-ID: <20010616165247.O98663@plum.flirble.org>
22590      Branch: perl
22591            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
22592            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
22593            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
22594            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
22595            ! lib/ExtUtils/Constant.pm
22596 ____________________________________________________________________________
22597 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
22598         Log: Metaconfig unit change for #10629.
22599      Branch: metaconfig
22600            ! U/modified/Finish.U
22601 ____________________________________________________________________________
22602 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
22603         Log: The extraction changed directories.
22604      Branch: perl
22605            ! Configure
22606 ____________________________________________________________________________
22607 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
22608         Log: Math::BigInt 1.35 from Tels.
22609      Branch: perl
22610            + t/lib/mbimbf.t
22611            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22612            ! t/lib/bigfltpm.t t/lib/bigintpm.t
22613 ____________________________________________________________________________
22614 [ 10627] By: nick                                  on 2001/06/16  14:54:52
22615         Log: Work in progress UNIX-side edit of win32 PerLIO layer
22616      Branch: perlio
22617            + win32/win32io.c
22618            ! perlio.c win32/makefile.mk
22619 ____________________________________________________________________________
22620 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
22621         Log: Subject: [PATCH 5.6.1] os2/diff-configure
22622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22623              Date: Fri, 15 Jun 2001 01:19:36 -0400
22624              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
22625              
22626              Empty all of it because I think #10624 made even the
22627              last patch hunk unnecessary.
22628      Branch: perl
22629            ! os2/diff.configure
22630 ____________________________________________________________________________
22631 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
22632         Log: Metaconfig unit change for 10624.
22633      Branch: metaconfig
22634            ! U/modified/libc.U
22635      Branch: perl
22636            ! config_h.SH
22637 ____________________________________________________________________________
22638 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
22639         Log: Move the initialization of libnames to the beginning so
22640              that can one 'seed' it (as OS/2 does.)
22641      Branch: perl
22642            ! Configure
22643 ____________________________________________________________________________
22644 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
22645         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
22646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22647              Date: Fri, 15 Jun 2001 19:10:57 -0400
22648              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
22649      Branch: perl
22650            ! os2/OS2/REXX/DLL/DLL.pm
22651 ____________________________________________________________________________
22652 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
22653         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
22654              From: "Craig A. Berry" <craigberry@mac.com>
22655              Date: Fri, 15 Jun 2001 17:00:03 -0500
22656              Message-Id: <a05101007b750342599be@[172.16.52.1]>
22657      Branch: perl
22658            ! vms/descrip_mms.template
22659 ____________________________________________________________________________
22660 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
22661         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
22662              From: "Craig A. Berry" <craigberry@mac.com>
22663              Date: Fri, 15 Jun 2001 18:39:42 -0500
22664              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
22665      Branch: perl
22666            ! lib/File/Spec/VMS.pm t/lib/extutils.t
22667 ____________________________________________________________________________
22668 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
22669         Log: Integrate perlio.
22670      Branch: perl
22671           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
22672           !> t/io/utf8.t t/lib/io_scalar.t
22673 ____________________________________________________________________________
22674 [ 10619] By: nick                                  on 2001/06/15  21:05:19
22675         Log: Generated files
22676      Branch: perlio
22677            ! embed.h proto.h
22678 ____________________________________________________________________________
22679 [ 10618] By: nick                                  on 2001/06/15  20:27:42
22680         Log: Fix open.pm to work via XS-implemented method calls rather
22681              than *open::layers variables which caused all the HV/AV hassle.
22682      Branch: perlio
22683            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
22684            ! t/lib/io_scalar.t
22685 ____________________________________________________________________________
22686 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
22687         Log: Integrate perlio.
22688      Branch: perl
22689           !> lib/ExtUtils/Constant.pm
22690 ____________________________________________________________________________
22691 [ 10616] By: nick                                  on 2001/06/15  18:46:47
22692         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
22693      Branch: perlio
22694            ! lib/ExtUtils/Constant.pm
22695 ____________________________________________________________________________
22696 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
22697         Log: Integrate perlio.
22698      Branch: perl
22699           !> ext/Socket/Socket.xs
22700 ____________________________________________________________________________
22701 [ 10614] By: nick                                  on 2001/06/15  18:33:37
22702         Log: MULTIPLICITY fix for Socket.xs
22703      Branch: perlio
22704            ! ext/Socket/Socket.xs
22705 ____________________________________________________________________________
22706 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
22707         Log: Subject: Re: perl@10611
22708              From: Doug MacEachern <dougm@covalent.net>
22709              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
22710              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
22711      Branch: perl
22712            ! ext/Socket/Socket.xs
22713 ____________________________________________________________________________
22714 [ 10612] By: nick                                  on 2001/06/15  16:14:38
22715         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
22716      Branch: perlio
22717           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22718           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
22719           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
22720           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
22721           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
22722           !> utils/h2ph.PL
22723 ____________________________________________________________________________
22724 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
22725         Log: Update Changes.
22726      Branch: perl
22727            ! Changes patchlevel.h
22728 ____________________________________________________________________________
22729 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
22730         Log: Upping the test count.
22731      Branch: perl
22732            ! t/lib/filefind.t
22733 ____________________________________________________________________________
22734 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
22735         Log: Integrate perlio.
22736      Branch: perl
22737           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22738 ____________________________________________________________________________
22739 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
22740         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
22741              From: andreas.koenig@anima.de (Andreas J. Koenig)
22742              Date: 15 Jun 2001 13:30:39 +0200
22743              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
22744              
22745              Record the grim history.
22746      Branch: perl
22747            ! lib/File/Find.pm
22748 ____________________________________________________________________________
22749 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
22750         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
22751              From: Brian McCauley <nobull@mail.com>
22752              Date: 15 Jun 2001 07:51:26 +0100
22753              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
22754      Branch: perl
22755            ! lib/File/Find.pm t/lib/filefind.t
22756 ____________________________________________________________________________
22757 [ 10606] By: nick                                  on 2001/06/15  14:00:08
22758         Log: regen_config_h for Win32.
22759      Branch: perlio
22760            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22761 ____________________________________________________________________________
22762 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
22763         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
22764              From: Peter Prymmer <pvhp@forte.com>
22765              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
22766              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
22767      Branch: perl
22768            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
22769 ____________________________________________________________________________
22770 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
22771         Log: Some filesystems require writability for rename/unlink.
22772      Branch: perl
22773            ! opcode.pl
22774 ____________________________________________________________________________
22775 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
22776         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
22777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22778              Date: Fri, 15 Jun 2001 12:08:53 +0200
22779              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
22780      Branch: perl
22781            ! perlio.c
22782 ____________________________________________________________________________
22783 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
22784         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
22785              From: Mike Guy <mjtg@cam.ac.uk>
22786              Date: Fri, 15 Jun 2001 14:11:49 +0100
22787              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
22788      Branch: perl
22789            ! opcode.pl
22790 ____________________________________________________________________________
22791 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
22792         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
22793              From: Nicholas Clark <nick@ccl4.org>
22794              Date: Thu, 14 Jun 2001 23:52:56 +0100
22795              Message-ID: <20010614235256.G98663@plum.flirble.org>
22796      Branch: perl
22797            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
22798            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22799 ____________________________________________________________________________
22800 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
22801         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
22802              From: Russ Allbery <rra@stanford.edu>
22803              Date: 14 Jun 2001 13:24:43 -0700
22804              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
22805      Branch: perl
22806            ! ext/GDBM_File/GDBM_File.pm
22807 ____________________________________________________________________________
22808 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
22809         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
22810              From: Nicholas Clark <nick@ccl4.org>
22811              Date: Thu, 14 Jun 2001 20:37:47 +0100
22812              Message-ID: <20010614203747.F98663@plum.flirble.org>
22813      Branch: perl
22814            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
22815            ! t/lib/gdbm.t
22816 ____________________________________________________________________________
22817 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
22818         Log: Integrate perlio.
22819      Branch: perl
22820           !> makedef.pl sv.c
22821 ____________________________________________________________________________
22822 [ 10597] By: nick                                  on 2001/06/15  11:08:13
22823         Log: Check that HVs with HvNAME() != NULL are really stashes before
22824              treating them as such. Also be more defensive on the GvCV.
22825              Win32 fork and dprof now working again. 
22826      Branch: perlio
22827            ! sv.c
22828 ____________________________________________________________________________
22829 [ 10596] By: nick                                  on 2001/06/15  10:11:20
22830         Log: Integrate mainline.
22831      Branch: perlio
22832           +> Cross/README
22833           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
22834           !> Porting/config_H config_h.SH configure.com epoc/config.sh
22835           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
22836           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22837           !> vos/config.ga.h win32/config.bc win32/config.gc
22838           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22839           !> win32/config_H.vc
22840 ____________________________________________________________________________
22841 [ 10595] By: nick                                  on 2001/06/15  09:37:17
22842         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
22843              - Win32 (VC++) now builds but fails:
22844              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
22845              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
22846              write.t    - open(...,"|-") not implemented on Win32 
22847      Branch: perlio
22848            ! makedef.pl
22849 ____________________________________________________________________________
22850 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
22851         Log: Integrate perlio.
22852      Branch: perl
22853           !> perlio.c win32/makefile.mk
22854 ____________________________________________________________________________
22855 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
22856         Log: Metaconfig unit changes for #10592.
22857      Branch: metaconfig
22858            + U/modified/i_varhdr.U U/modified/startsh.U
22859            - U/a_dvisory/crosscompile.U U/target/Target.U
22860            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
22861            ! U/compline/bitpbyte.U U/compline/byteorder.U
22862            ! U/compline/ccflags.U U/compline/charsize.U
22863            ! U/compline/d_casti32.U U/compline/d_castneg.U
22864            ! U/compline/d_closedir.U U/compline/d_fd_set.U
22865            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
22866            ! U/compline/d_keepsig.U U/compline/d_open3.U
22867            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
22868            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
22869            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
22870            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
22871            ! U/compline/doublesize.U U/compline/floatsize.U
22872            ! U/compline/nblock_io.U U/compline/orderlib.U
22873            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
22874            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
22875            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
22876            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
22877            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
22878            ! U/modified/spitshell.U U/threads/archname.U
22879            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
22880            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
22881            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
22882            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
22883            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
22884      Branch: metaconfig/U/perl
22885            + Cross.U
22886            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
22887            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
22888            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
22889            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
22890            ! stdio_streams.U uselfs.U
22891 ____________________________________________________________________________
22892 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
22893         Log: The first steps towards cross-compilation.
22894              
22895              Abstract execution of compiled test executables with $run,
22896              and abstract transfer of files with $to and $from.
22897              
22898              Under cross-compilation the $run, $to, and $from will point
22899              to appropriate wrapper scripts, by default ssh and scp,
22900              but also rsh, rcp, and cp are supported.  If not
22901              cross-compiling, they will be set to '', ':', and ':',
22902              respectively.
22903              
22904              With these patches I was able to get Configure for
22905              iPAQ ARM Linux on an Intel Linux about 95% right
22906              (only a few tests failed to execute or they produced
22907              incorrect results), and I was able to compile
22908              a functional miniperl.
22909              
22910              The symbol crosscompile renamed to be usecrosscompile,
22911              the corresponding C symbol from CROSSCOMPILE to
22912              USE_CROSS_COMPILE.
22913      Branch: perl
22914            ! Configure Cross/README Makefile.SH Porting/Glossary
22915            ! Porting/config.sh Porting/config_H config_h.SH configure.com
22916            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
22917            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22918            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22919            ! win32/config.gc win32/config.vc win32/config_H.bc
22920            ! win32/config_H.gc win32/config_H.vc
22921 ____________________________________________________________________________
22922 [ 10591] By: nick                                  on 2001/06/14  20:00:12
22923         Log: Steps along the road toward Win32 building again.
22924      Branch: perlio
22925            ! perlio.c win32/makefile.mk
22926 ____________________________________________________________________________
22927 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
22928         Log: Integrate perlio.
22929      Branch: perl
22930           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22931 ____________________________________________________________________________
22932 [ 10589] By: nick                                  on 2001/06/14  13:54:07
22933         Log: Routine regen_config_h for Win32
22934      Branch: perlio
22935            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22936 ____________________________________________________________________________
22937 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
22938         Log: Integrate perlio.
22939      Branch: perl
22940           +> perlyline.pl
22941           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
22942 ____________________________________________________________________________
22943 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
22944         Log: A placeholder.
22945      Branch: perl
22946            + Cross/README
22947 ____________________________________________________________________________
22948 [ 10586] By: nick                                  on 2001/06/14  08:25:07
22949         Log: Add new step to run_byacc which:
22950              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
22951              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
22952      Branch: perlio
22953            + perlyline.pl
22954            ! MANIFEST Makefile.SH perly.c
22955 ____________________________________________________________________________
22956 [ 10585] By: nick                                  on 2001/06/14  08:22:29
22957         Log: Integrate mainline
22958      Branch: perlio
22959           +> locale.c numeric.c
22960           !> Changes cygwin/Makefile.SHs embed.h embed.pl
22961           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
22962           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
22963           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
22964           !> x2p/Makefile.SH
22965 ____________________________________________________________________________
22966 [ 10584] By: nick                                  on 2001/06/14  08:05:53
22967         Log: Hack to remove insecure directories from PATH so test will run.
22968      Branch: perlio
22969            ! t/lib/filefind.t
22970 ____________________________________________________________________________
22971 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
22972         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
22973      Branch: perl
22974            - t/lib/mbimbf.t
22975            ! MANIFEST
22976 ____________________________________________________________________________
22977 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
22978         Log: Detypo.
22979      Branch: perl
22980            ! x2p/Makefile.SH
22981 ____________________________________________________________________________
22982 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
22983         Log: de-$CONFIG continues.
22984      Branch: perl
22985            ! cygwin/Makefile.SHs x2p/Makefile.SH
22986 ____________________________________________________________________________
22987 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
22988         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
22989              From: Nicholas Clark <nick@ccl4.org>
22990              Date: Wed, 13 Jun 2001 21:20:13 +0100
22991              Message-ID: <20010613212013.D98663@plum.flirble.org>
22992      Branch: perl
22993            ! opcode.pl
22994 ____________________________________________________________________________
22995 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
22996         Log: Subject: splitting util.c
22997              From: Hugo <hv@crypt.compulink.co.uk>
22998              Date: Thu, 14 Jun 2001 00:41:08 +0100
22999              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
23000      Branch: perl
23001            + locale.c numeric.c
23002            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
23003            ! pod/perlapi.pod proto.h util.c
23004 ____________________________________________________________________________
23005 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
23006         Log: Upgrade to Math::BigInt 1.34 from Tels.
23007      Branch: perl
23008            + t/lib/mbimbf.t
23009            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23010            ! t/lib/bigfltpm.t t/lib/bigintpm.t
23011 ____________________________________________________________________________
23012 [ 10577] By: nick                                  on 2001/06/13  19:02:48
23013         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
23014      Branch: perlio
23015           !> (integrate 125 files)
23016 ____________________________________________________________________________
23017 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
23018         Log: Update Changes.
23019      Branch: perl
23020            ! Changes patchlevel.h
23021 ____________________________________________________________________________
23022 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
23023         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
23024              From: "Craig A. Berry" <craigberry@mac.com>
23025              Date: Wed, 13 Jun 2001 13:24:28 -0500
23026              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
23027      Branch: perl
23028            ! ext/re/Makefile.PL
23029 ____________________________________________________________________________
23030 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
23031         Log: Mc.u.c. for #10573.
23032      Branch: metaconfig
23033            ! U/threads/usethreads.U
23034 ____________________________________________________________________________
23035 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
23036         Log: It would be also be good if I could type.
23037      Branch: perl
23038            ! Configure
23039 ____________________________________________________________________________
23040 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
23041         Log: Metaconfig unit change for #10571.
23042      Branch: metaconfig
23043            ! U/threads/usethreads.U
23044 ____________________________________________________________________________
23045 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
23046         Log: A non-empty default is a good thing.
23047      Branch: perl
23048            ! Configure
23049 ____________________________________________________________________________
23050 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
23051         Log: Metaconfig unit change for #10569.
23052      Branch: metaconfig
23053            ! U/threads/usethreads.U
23054 ____________________________________________________________________________
23055 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
23056         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
23057              extremely experimental, not even prompted for.
23058      Branch: perl
23059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23060            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
23061            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
23062            ! win32/config.bc win32/config.gc win32/config.vc
23063 ____________________________________________________________________________
23064 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
23065         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
23066      Branch: perl
23067            ! pod/perlfaq6.pod
23068 ____________________________________________________________________________
23069 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
23070         Log: Integrate perlio; conflicts, accept Nick's versions.
23071      Branch: perl
23072           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23073           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
23074 ____________________________________________________________________________
23075 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
23076         Log: Subject: Re: ext/ + -Wall
23077              From: Doug MacEachern <dougm@covalent.net>
23078              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
23079              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
23080      Branch: perl
23081            ! XSUB.h lib/ExtUtils/xsubpp perl.h
23082 ____________________________________________________________________________
23083 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
23084         Log: Similar logic as DB_File.xs, using the modern macros and
23085              defines them to older ones for older Perls where PERL_VERSION
23086              is not defined, from Doug MacEachern.
23087      Branch: perl
23088            ! ext/Storable/Storable.xs
23089 ____________________________________________________________________________
23090 [ 10564] By: nick                                  on 2001/06/13  15:22:01
23091         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
23092              and using that instead (name lookups are sequential search for now).
23093      Branch: perlio
23094            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23095            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
23096 ____________________________________________________________________________
23097 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
23098         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
23099              From: "Richard Soderberg" <rs@crystalflame.net>
23100              Date: Sat, 26 May 2001 06:44:20 -0700
23101              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
23102      Branch: perl
23103            ! sv.c t/op/glob.t
23104 ____________________________________________________________________________
23105 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
23106         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
23107              From: "Craig A. Berry" <craigberry@mac.com>
23108              Date: Tue, 12 Jun 2001 23:55:26 -0500
23109              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
23110      Branch: perl
23111            ! ext/re/Makefile.PL ext/re/re.xs
23112 ____________________________________________________________________________
23113 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
23114         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
23115              suggested by NI-S.
23116      Branch: perl
23117            ! XSUB.h malloc.c perl.h
23118 ____________________________________________________________________________
23119 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
23120         Log: Regen toc.
23121      Branch: perl
23122            ! pod/perltoc.pod
23123 ____________________________________________________________________________
23124 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
23125         Log: Subject: [patch] perl.gprof control
23126              From: Doug MacEachern <dougm@covalent.net>
23127              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
23128              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
23129      Branch: perl
23130            ! miniperlmain.c perl.h
23131 ____________________________________________________________________________
23132 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
23133         Log: Subject: Re: ext/ + -Wall
23134              From: Doug MacEachern <dougm@covalent.net>
23135              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
23136              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
23137              
23138              Document ax and break up dXSARGS.
23139      Branch: perl
23140            ! XSUB.h pod/perlapi.pod
23141 ____________________________________________________________________________
23142 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
23143         Log: More AIX tweakage from Merijn.
23144      Branch: perl
23145            ! hints/aix.sh
23146 ____________________________________________________________________________
23147 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
23148         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
23149              From: "Craig A. Berry" <craigberry@mac.com>
23150              Date: Tue, 12 Jun 2001 22:57:45 -0500
23151              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
23152      Branch: perl
23153            ! vms/descrip_mms.template
23154 ____________________________________________________________________________
23155 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
23156         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
23157              From: "Craig A. Berry" <craigberry@mac.com>
23158              Date: Tue, 12 Jun 2001 22:21:39 -0500
23159              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
23160      Branch: perl
23161            ! configure.com util.c
23162 ____________________________________________________________________________
23163 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
23164         Log: New AIX dynaloading code from Jens-Uwe Mager.
23165              Does break binary compatibility.
23166      Branch: perl
23167            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23168 ____________________________________________________________________________
23169 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
23170         Log: VMS DEC C compiler found nits by Peter Prymmer.
23171      Branch: perl
23172            ! util.c
23173 ____________________________________________________________________________
23174 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
23175         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
23176              From: Peter Prymmer <pvhp@forte.com>
23177              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
23178              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
23179      Branch: perl
23180            ! t/lib/filecomp.t
23181 ____________________________________________________________________________
23182 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
23183         Log: I wonder how many $CONFIGs still lurk in the shadows.
23184      Branch: perl
23185            ! pod/Makefile.SH x2p/cflags.SH
23186 ____________________________________________________________________________
23187 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
23188         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
23189      Branch: perl
23190            ! pod/checkpods.PL
23191 ____________________________________________________________________________
23192 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
23193         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
23194      Branch: perl
23195            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
23196 ____________________________________________________________________________
23197 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
23198         Log: Subject: [patch] rid local_patches warnings
23199              From: Doug MacEachern <dougm@covalent.net>
23200              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
23201              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
23202      Branch: perl
23203            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
23204 ____________________________________________________________________________
23205 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
23206         Log: Subject: Re: ext/ + -Wall
23207              From: Doug MacEachern <dougm@covalent.net>
23208              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
23209              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
23210      Branch: perl
23211            ! ext/attrs/attrs.xs
23212 ____________________________________________________________________________
23213 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
23214         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
23215              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23216              Date: Tue, 12 Jun 2001 14:36:20 -0400
23217              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
23218      Branch: perl
23219            ! pod/perlretut.pod
23220 ____________________________________________________________________________
23221 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
23222         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
23223              From: Mike Guy <mjtg@cam.ac.uk>
23224              Date: Tue, 12 Jun 2001 19:10:31 +0100
23225              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
23226              
23227              Subject: Re: [ID 20010612.001] out of memory during regex compilation
23228              From: Mike Guy <mjtg@cam.ac.uk>
23229              Date: Tue, 12 Jun 2001 19:21:01 +0100
23230              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
23231      Branch: perl
23232            ! pod/perlop.pod
23233 ____________________________________________________________________________
23234 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
23235         Log: AIX tweaks from Merijn H. Brand.
23236      Branch: perl
23237            ! hints/aix.sh
23238 ____________________________________________________________________________
23239 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
23240         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
23241              From: "Brendan O'Dea" <bod@compusol.com.au>
23242              Date: Wed, 13 Jun 2001 05:16:47 +1000
23243              Message-ID: <20010613051647.A8945@compusol.com.au>
23244      Branch: maint-5.6/perl
23245            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23246 ____________________________________________________________________________
23247 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
23248         Log: Subject: Small bcopy cleanup
23249              From: Andy Dougherty <doughera@lafayette.edu>
23250              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
23251              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
23252      Branch: perl
23253            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
23254 ____________________________________________________________________________
23255 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
23256         Log: Subject: [PATCH] Re: ext/ + -Wall
23257              From: Nicholas Clark <nick@ccl4.org>
23258              Date: Wed, 13 Jun 2001 00:04:30 +0100
23259              Message-ID: <20010613000430.M5901@plum.flirble.org>
23260      Branch: perl
23261            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
23262 ____________________________________________________________________________
23263 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
23264         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
23265              From: Nicholas Clark <nick@ccl4.org>
23266              Date: Tue, 12 Jun 2001 23:53:07 +0100
23267              Message-ID: <20010612235307.L5901@plum.flirble.org>
23268      Branch: perl
23269            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23270 ____________________________________________________________________________
23271 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
23272         Log: MPE/iX tweaks from Mark Bixby.
23273      Branch: perl
23274            ! hints/mpeix.sh mpeix/mpeixish.h util.c
23275 ____________________________________________________________________________
23276 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
23277         Log: Update Changes.
23278      Branch: perl
23279            ! Changes patchlevel.h
23280 ____________________________________________________________________________
23281 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
23282         Log: One less -Wall whine (found under DEBUGGING).
23283      Branch: perl
23284            ! x2p/Makefile.SH x2p/a2p.c
23285 ____________________________________________________________________________
23286 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
23287         Log: s/case-independent/case-insensitive/g
23288      Branch: perl
23289            ! pod/perldebug.pod
23290 ____________________________________________________________________________
23291 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
23292         Log: As suggested in    
23293              
23294              Subject: Re: ext/ + -Wall
23295              From: Gurusamy Sarathy <gsar@ActiveState.com>
23296              Date: Mon, 11 Jun 2001 23:34:31 -0700
23297              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
23298      Branch: perl
23299            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
23300            ! perl.h
23301 ____________________________________________________________________________
23302 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
23303         Log: Subject: ext/ + -Wall
23304              From: Doug MacEachern <dougm@covalent.net>
23305              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
23306              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
23307      Branch: perl
23308            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
23309            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
23310            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
23311            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
23312            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
23313            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
23314            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
23315            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
23316            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
23317            ! lib/ExtUtils/xsubpp
23318 ____________________________________________________________________________
23319 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
23320         Log: Subject: [PATCH] anonymous stashes
23321              From: Abhijit Menon-Sen <ams@wiw.org>
23322              Date: Tue, 12 Jun 2001 12:47:04 +0530
23323              Message-ID: <20010612124704.A29029@lustre.linux.in>
23324      Branch: perl
23325            ! dump.c gv.c sv.c xsutils.c
23326 ____________________________________________________________________________
23327 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
23328         Log: One more test for $^S.
23329      Branch: perl
23330            ! t/op/magic.t
23331 ____________________________________________________________________________
23332 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
23333         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
23334              From: Abhijit Menon-Sen <ams@wiw.org>
23335              Date: Tue, 12 Jun 2001 17:35:55 +0530
23336              Message-ID: <20010612173555.A32426@lustre.linux.in>
23337      Branch: perl
23338            ! mg.c t/op/magic.t
23339 ____________________________________________________________________________
23340 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
23341         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
23342              From: Mike Guy <mjtg@cam.ac.uk>
23343              Date: Tue, 12 Jun 2001 13:14:15 +0100
23344              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
23345      Branch: perl
23346            ! pod/perlop.pod
23347 ____________________________________________________________________________
23348 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
23349         Log: AUTHORS updates.
23350      Branch: perl
23351            ! AUTHORS
23352 ____________________________________________________________________________
23353 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
23354         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
23355              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23356              Content-Transfer-Encoding: 7bit
23357              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
23358      Branch: perl
23359            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
23360 ____________________________________________________________________________
23361 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
23362         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
23363              From: "Philip Newton" <Philip.Newton@gmx.net>
23364              Date: Mon, 11 Jun 2001 07:08:03 +0200
23365              Message-Id: <200106120802.LAA08992@taas.iki.fi>
23366      Branch: perl
23367            ! t/base/term.t
23368 ____________________________________________________________________________
23369 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
23370         Log: Cleanup the a2p.c for -Wall.
23371      Branch: perl
23372            ! x2p/Makefile.SH x2p/a2p.c
23373 ____________________________________________________________________________
23374 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
23375         Log: File::Find update for MacOS from Chris Nandor.
23376      Branch: perl
23377            ! lib/File/Find.pm t/lib/filefind.t
23378 ____________________________________________________________________________
23379 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
23380         Log: gcc -Wall nits picked out by a non-UNIX system
23381              (courtesy of Mark Bixby)
23382      Branch: perl
23383            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
23384            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
23385            ! pp_sys.c util.c
23386 ____________________________________________________________________________
23387 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
23388         Log: Metaconfig unit change for #10522.  (The d_modfl changes
23389              placate metalint.)
23390      Branch: metaconfig/U/perl
23391            ! d_modfl.U d_u32align.U
23392 ____________________________________________________________________________
23393 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
23394         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
23395              be "./try 2>&1 >/dev/null".
23396      Branch: perl
23397            ! Configure
23398 ____________________________________________________________________________
23399 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
23400         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
23401              From: "Craig A. Berry" <craigberry@mac.com>
23402              Date: Mon, 11 Jun 2001 14:00:32 -0500
23403              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
23404      Branch: perl
23405            ! configure.com
23406 ____________________________________________________________________________
23407 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
23408         Log: Move the full \p\P lists to perlunicode.
23409      Branch: perl
23410            ! pod/perlretut.pod pod/perlunicode.pod
23411 ____________________________________________________________________________
23412 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
23413         Log: VOS build tweak for 5.6.1 from Paul Green.
23414      Branch: maint-5.6/perl
23415            ! vos/build.cm
23416 ____________________________________________________________________________
23417 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
23418         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
23419              From: "Craig A. Berry" <craigberry@mac.com>
23420              Date: Fri, 8 Jun 2001 18:08:18 -0500
23421              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
23422      Branch: perl
23423            ! vms/vms.c
23424 ____________________________________________________________________________
23425 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
23426         Log: Update Changes.
23427      Branch: perl
23428            ! Changes patchlevel.h
23429 ____________________________________________________________________________
23430 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
23431         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
23432      Branch: perl
23433            ! vos/config.alpha.h vos/config.ga.h
23434 ____________________________________________________________________________
23435 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
23436         Log: VOS updates from Paul Green for @10476.
23437      Branch: perl
23438            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
23439            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23440            ! vos/config.ga.h vos/configure_perl.cm
23441 ____________________________________________________________________________
23442 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
23443         Log: Subject: [PATCH] Not many people know this ...
23444              From: Mike Guy <mjtg@cam.ac.uk>
23445              Date: Mon, 11 Jun 2001 14:55:15 +0100
23446              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
23447      Branch: perl
23448            ! pod/perldebug.pod
23449 ____________________________________________________________________________
23450 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
23451         Log: Add final commas to lists as suggested by Philip Newton.
23452      Branch: perl
23453            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23454 ____________________________________________________________________________
23455 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
23456         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
23457              Date: Sun, 10 Jun 2001 23:35:38 -0400
23458              From: Chris Nandor <pudge@pobox.com>
23459              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
23460      Branch: perl
23461            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
23462            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
23463            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
23464            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
23465            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
23466            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
23467            ! t/op/write.t t/pragma/strict.t
23468 ____________________________________________________________________________
23469 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
23470         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
23471              From: Chris Nandor <pudge@pobox.com>
23472              Date: Mon, 11 Jun 2001 08:24:28 -0400
23473              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
23474      Branch: perl
23475            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
23476            ! t/lib/io_dir.t
23477 ____________________________________________________________________________
23478 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
23479         Log: One more run_byacc (a hand-tweaked version had slipped in).
23480      Branch: perl
23481            ! perly.c vms/perly_c.vms
23482 ____________________________________________________________________________
23483 [ 10509] By: nick                                  on 2001/06/11  07:49:15
23484         Log: Integrate mainline
23485      Branch: perlio
23486           !> Makefile.SH embed.h embed.pl global.sym
23487           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
23488           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
23489           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
23490           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
23491 ____________________________________________________________________________
23492 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
23493         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
23494              From: Mike Guy <mjtg@cam.ac.uk>
23495              Reply-To: mjtg@cam.ac.uk
23496              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
23497      Branch: perl
23498            ! lib/ExtUtils/Manifest.pm
23499 ____________________________________________________________________________
23500 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
23501         Log: Subject: [PATCH] ExtUtils::Constant
23502              From: Nicholas Clark <nick@ccl4.org>
23503              Date: Sun, 10 Jun 2001 23:25:41 +0100
23504              Message-ID: <20010610232540.C76396@plum.flirble.org>
23505      Branch: perl
23506            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23507 ____________________________________________________________________________
23508 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
23509         Log: Integrate perlio.
23510      Branch: perl
23511           !> iperlsys.h
23512 ____________________________________________________________________________
23513 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
23514         Log: Move the grok_number and its lieutenant grok_numeric_radix
23515              from sv.c statics to util.c and public.
23516      Branch: perl
23517            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
23518            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
23519 ____________________________________________________________________________
23520 [ 10504] By: nick                                  on 2001/06/10  17:47:06
23521         Log: Fix (valid) -Wall warnings in perlio.c
23522      Branch: perlio
23523            ! iperlsys.h
23524 ____________________________________________________________________________
23525 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
23526         Log: Update perly_c.diff, update perly.fixer to edit away
23527              some of the -Wall noise.
23528      Branch: perl
23529            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
23530 ____________________________________________________________________________
23531 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
23532         Log: Check the version of byacc.
23533      Branch: perl
23534            ! Makefile.SH
23535 ____________________________________________________________________________
23536 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
23537         Log: Subject: [PATCH] perly.y overhaul
23538              From: Simon Cozens <simon@netthink.co.uk>
23539              Date: Sun, 10 Jun 2001 16:56:54 +0100
23540              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
23541              
23542              Plus make run_byacc.
23543      Branch: perl
23544            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
23545 ____________________________________________________________________________
23546 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
23547         Log: Integrate perlio.
23548      Branch: perl
23549           !> perlio.c perlsfio.h
23550 ____________________________________________________________________________
23551 [ 10499] By: nick                                  on 2001/06/10  15:01:08
23552         Log: Integrate mainline
23553      Branch: perlio
23554           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
23555           !> t/pragma/locale.t util.c
23556 ____________________________________________________________________________
23557 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
23558         Log: Put some meat on the perl572delta bones.  The list of
23559              selected bug fixes needs more work, as does still the
23560              whole document.
23561      Branch: perl
23562            ! pod/perl572delta.pod
23563 ____________________________________________________________________________
23564 [ 10497] By: nick                                  on 2001/06/10  12:27:51
23565         Log: Paper over a crack or two with USE_SFIO
23566      Branch: perlio
23567            ! perlio.c perlsfio.h
23568 ____________________________________________________________________________
23569 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
23570         Log: Update Changes.
23571      Branch: perl
23572            ! Changes patchlevel.h
23573 ____________________________________________________________________________
23574 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
23575         Log: Subject: Re: pragma/locale.t #107
23576              From: Hugo <hv@crypt.compulink.co.uk>
23577              Date: Sun, 10 Jun 2001 11:23:30 +0100
23578              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
23579              
23580              Encapsulate the scan of the decimal radix separator.
23581      Branch: perl
23582            ! embed.h embed.pl proto.h sv.c
23583 ____________________________________________________________________________
23584 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
23585         Log: Try to grok numbers both with the locale specific separator
23586              and with the usual "." (if different from the lss); add a test
23587              to locale.t to do also a little bit of math in addition to just
23588              equalness testing; remove extraneous logic as suggested in
23589              
23590              Subject: Re: pragma/locale.t #107
23591              From: Nicholas Clark <nick@ccl4.org>
23592              Date: Sat, 9 Jun 2001 22:37:36 +0100
23593              Message-ID: <20010609223735.Y76396@plum.flirble.org>
23594      Branch: perl
23595            ! sv.c t/pragma/locale.t
23596 ____________________________________________________________________________
23597 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
23598         Log: Metaconfig unit change for #10492.
23599      Branch: metaconfig/U/perl
23600            ! Extensions.U
23601 ____________________________________________________________________________
23602 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
23603         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
23604              From: Artur Bergman <artur@contiller.se> 
23605              Date: Sat, 09 Jun 2001 21:03:51 +0200
23606              Message-ID: <B7483FB6.1398%artur@contiller.se>
23607      Branch: perl
23608            ! Configure
23609 ____________________________________________________________________________
23610 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
23611         Log: Integrate perlio.
23612      Branch: perl
23613           !> perlsfio.h
23614 ____________________________________________________________________________
23615 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
23616         Log: Do locale specific separator if only in locale.
23617      Branch: perl
23618            ! util.c
23619 ____________________________________________________________________________
23620 [ 10489] By: nick                                  on 2001/06/09  19:13:25
23621         Log: Make XS/Typemap compile (but fail) with sfio
23622      Branch: perlio
23623            ! perlsfio.h
23624 ____________________________________________________________________________
23625 [ 10488] By: nick                                  on 2001/06/09  19:12:51
23626         Log: Re-integrate mainline
23627      Branch: perlio
23628           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
23629           !> proto.h sv.c util.c
23630 ____________________________________________________________________________
23631 [ 10487] By: nick                                  on 2001/06/09  16:26:29
23632         Log: Integrate mainline
23633      Branch: perlio
23634           !> (integrate 31 files)
23635 ____________________________________________________________________________
23636 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
23637         Log: Subject: [PATCH] New attempt to clone callack
23638              From: Artur Bergman <artur@contiller.se> 
23639              Date: Thu, 07 Jun 2001 11:52:16 +0200
23640              Message-ID: <B7451B6F.12B7%artur@contiller.se>
23641      Branch: perl
23642            ! embedvar.h intrpvar.h perlapi.h sv.c
23643 ____________________________________________________________________________
23644 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
23645         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
23646      Branch: perl
23647            ! embed.h embed.pl perl.h proto.h sv.c util.c
23648 ____________________________________________________________________________
23649 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
23650         Log: Subject: Re: pragma/locale.t #107
23651              From: Nicholas Clark <nick@ccl4.org>
23652              Date: Sat, 9 Jun 2001 16:26:10 +0100
23653              Message-ID: <20010609162609.V76396@plum.flirble.org>
23654              
23655              A missing NVification.
23656      Branch: perl
23657            ! sv.c
23658 ____________________________________________________________________________
23659 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
23660         Log: Redo the #10482, there already was a test script for formats.
23661      Branch: perl
23662            - t/io/format.t
23663            ! MANIFEST t/op/write.t
23664 ____________________________________________________________________________
23665 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
23666         Log: Twisted format testing, from Merijn.
23667      Branch: perl
23668            + t/io/format.t
23669            ! MANIFEST
23670 ____________________________________________________________________________
23671 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
23672         Log: More \p{In...} testing, combined with \N{...}.
23673      Branch: perl
23674            ! lib/utf8_heavy.pl t/op/pat.t
23675 ____________________________________________________________________________
23676 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
23677         Log: Metaconfig changes for #10479.
23678      Branch: metaconfig
23679            ! U/Glossary.patch
23680      Branch: metaconfig/U/perl
23681            ! d_modfl.U
23682 ____________________________________________________________________________
23683 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
23684         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
23685      Branch: perl
23686            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23687            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
23688            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
23689            ! win32/config.bc win32/config.gc win32/config.vc
23690 ____________________________________________________________________________
23691 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
23692         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
23693              From: "Craig A. Berry" <craigberry@mac.com>
23694              Date: Thu, 7 Jun 2001 14:27:20 -0500
23695              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
23696      Branch: perl
23697            ! vms/perlvms.pod
23698 ____________________________________________________________________________
23699 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
23700         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
23701              From: Gisle Aas <gisle@ActiveState.com>
23702              Date: 07 Jun 2001 17:04:29 -0700
23703              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
23704      Branch: perl
23705            ! ext/re/re.xs
23706 ____________________________________________________________________________
23707 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
23708         Log: Update Changes.
23709      Branch: perl
23710            ! Changes patchlevel.h
23711 ____________________________________________________________________________
23712 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
23713         Log: Regen Glossary et alia.
23714      Branch: perl
23715            ! Porting/Glossary Porting/config.sh Porting/config_H
23716 ____________________________________________________________________________
23717 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
23718         Log: Metaconfig unit changes for #10473.
23719      Branch: metaconfig/U/perl
23720            ! d_modfl.U
23721 ____________________________________________________________________________
23722 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
23723         Log: Harumph, also AIX will spill its guts (i.e. dump core)
23724              if an executable contains modfl() but it hasn't been
23725              compiled right (in the case of AIX, with cc -qlongdouble).
23726      Branch: perl
23727            ! Configure
23728 ____________________________________________________________________________
23729 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
23730         Log: integrate change#10471 from mainline
23731              
23732              in change#10451, check that CvOUTSIDE is a CV before looking in
23733              (it can apparently be SVt_NULL during global destruction)
23734      Branch: maint-5.6/perl
23735           !> op.c
23736 ____________________________________________________________________________
23737 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
23738         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
23739              (it can apparently be SVt_NULL during global destruction)
23740      Branch: perl
23741            ! op.c
23742 ____________________________________________________________________________
23743 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
23744         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
23745              From: Robin Barker <rmb1@cise.npl.co.uk>
23746              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
23747              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
23748      Branch: perl
23749            ! lib/diagnostics.pm pod/perldiag.pod
23750 ____________________________________________________________________________
23751 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
23752         Log: Subject: [PATCH perl@10439] long =item
23753              From: Robin Barker <rmb1@cise.npl.co.uk>
23754              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
23755              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
23756      Branch: perl
23757            ! README.amiga lib/Attribute/Handlers.pm
23758            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23759 ____________________________________________________________________________
23760 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
23761         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
23762              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
23763              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
23764              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
23765      Branch: perl
23766            ! pod/perlguts.pod
23767 ____________________________________________________________________________
23768 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
23769         Log: Integrate perlio.
23770      Branch: perl
23771           !> sv.c
23772 ____________________________________________________________________________
23773 [ 10466] By: nick                                  on 2001/06/07  10:25:40
23774         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
23775              whitespace tweaks.
23776              Still coredumps in pragma/overload.t - what a nice hard fail that is...
23777      Branch: perlio
23778            ! sv.c
23779 ____________________________________________________________________________
23780 [ 10465] By: nick                                  on 2001/06/07  08:41:58
23781         Log: Raw integrate of mainline for S_grok_number debug
23782              (sv.c has MULTIPLICITY issues as well as whatever else ...)
23783      Branch: perlio
23784            - plan9/perlplan9.doc plan9/perlplan9.pod
23785           !> (integrate 46 files)
23786 ____________________________________________________________________________
23787 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
23788         Log: The proper prototyping for #10463.
23789      Branch: perl
23790            ! embed.h embed.pl proto.h sv.c
23791 ____________________________________________________________________________
23792 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
23793         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23794              From: Nicholas Clark <nick@ccl4.org>
23795              Date: Thu, 7 Jun 2001 00:29:59 +0100
23796              Message-ID: <20010607002959.Z76396@plum.flirble.org>
23797      Branch: perl
23798            ! sv.c
23799 ____________________________________________________________________________
23800 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
23801         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
23802              From: "Craig A. Berry" <craigberry@mac.com>
23803              Date: Wed, 06 Jun 2001 17:54:30 -0500
23804              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
23805      Branch: perl
23806            ! vms/perlvms.pod
23807 ____________________________________________________________________________
23808 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
23809         Log: Podify the remaining README.platform files;
23810              merge README.plan9 and plan9/perlplan9.pod;
23811              delete plan9/perlplan9.* (the perlplan.doc needs to
23812              be regenerated in Plan 9); make the =head1 and =head2
23813              in the README.platform to be a little more verbose
23814              (skipped README.os2 not to anger Ilya) so that they
23815              look better in the toc; regen toc.
23816      Branch: perl
23817            - plan9/perlplan9.doc plan9/perlplan9.pod
23818            ! MANIFEST README.aix README.amiga README.apollo README.beos
23819            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
23820            ! README.hpux README.hurd README.machten README.macos
23821            ! README.micro README.mint README.mpeix README.os390
23822            ! README.plan9 README.qnx README.solaris README.threads
23823            ! README.tru64 README.vmesa README.vms README.vos README.win32
23824            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23825            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23826 ____________________________________________________________________________
23827 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
23828         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
23829              From: Mike Guy <mjtg@cam.ac.uk>
23830              Reply-To: mjtg@cam.ac.uk
23831              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
23832      Branch: perl
23833            ! pod/perlguts.pod
23834 ____________________________________________________________________________
23835 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
23836         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
23837              From: Mike Guy <mjtg@cam.ac.uk>
23838              Reply-To: mjtg@cam.ac.uk
23839              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
23840      Branch: perl
23841            ! pod/perlsec.pod
23842 ____________________________________________________________________________
23843 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
23844         Log: Disable long doubles from pre-5.0 Tru64s.
23845      Branch: perl
23846            ! README.tru64 hints/dec_osf.sh
23847 ____________________________________________________________________________
23848 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
23849         Log: The #10455 exposed that modfl() is fundamentally busted
23850              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
23851              testing it.
23852      Branch: perl
23853            ! hints/dec_osf.sh
23854 ____________________________________________________________________________
23855 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
23856         Log: Metaconfig unit change for #10455.
23857      Branch: metaconfig/U/perl
23858            ! d_modfl.U
23859 ____________________________________________________________________________
23860 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
23861         Log: Configure check for geborken modfl(), inspired by
23862              
23863              Subject: Re: [20010118.017] op/int.t failure 
23864              From: Hugo <hv@crypt.compulink.co.uk>
23865              Date: Tue, 05 Jun 2001 13:43:27 +0100
23866              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
23867      Branch: perl
23868            ! Configure
23869 ____________________________________________________________________________
23870 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
23871         Log: Integrate changes #10450 and #10451 from maintperl:
23872              
23873              optimize change#10448 slightly (don't repeat search in eval""s lexical
23874              scope, since that has already been searched)
23875              
23876              change#9108 needs subtler treatment for case of closures created
23877              within eval""
23878      Branch: perl
23879           !> op.c t/op/misc.t
23880 ____________________________________________________________________________
23881 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
23882         Log: MakeMaker magic to compile (when no dynamic loading)
23883              List/Util.xsc as (ListUtil.c and) ListUtil.o since
23884              POSIX-BC (BS2000) linker has an evil limitation of
23885              being unable to include in the same executable several
23886              object files with the same name - case-insensitively -
23887              because otherwise we conflict with util.c.
23888              Strictly speaking currently required only in POSIX-BC
23889              but probably will do no harm elsewhere where static
23890              linking is required.
23891      Branch: perl
23892            ! ext/List/Util/Makefile.PL
23893 ____________________________________________________________________________
23894 [ 10452] By: nick                                  on 2001/06/06  08:59:51
23895         Log: Integrate mainline.
23896      Branch: perlio
23897           +> lib/Attribute/Handlers/demo/Demo.pm
23898           +> lib/Attribute/Handlers/demo/Descriptions.pm
23899           +> lib/Attribute/Handlers/demo/MyClass.pm
23900           +> lib/Attribute/Handlers/demo/demo.pl
23901           +> lib/Attribute/Handlers/demo/demo2.pl
23902           +> lib/Attribute/Handlers/demo/demo3.pl
23903           +> lib/Attribute/Handlers/demo/demo4.pl
23904           +> lib/Attribute/Handlers/demo/demo_call.pl
23905           +> lib/Attribute/Handlers/demo/demo_chain.pl
23906           +> lib/Attribute/Handlers/demo/demo_cycle.pl
23907           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
23908           +> lib/Attribute/Handlers/demo/demo_phases.pl
23909           +> lib/Attribute/Handlers/demo/demo_range.pl
23910           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
23911           +> uts/strtol_wrap.c
23912           !> (integrate 91 files)
23913 ____________________________________________________________________________
23914 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
23915         Log: change#9108 needs subtler treatment for case of closures created
23916              within eval""
23917      Branch: maint-5.6/perl
23918            ! op.c t/op/misc.t
23919 ____________________________________________________________________________
23920 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
23921         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
23922              scope, since that has already been searched)
23923      Branch: maint-5.6/perl
23924            ! op.c
23925 ____________________________________________________________________________
23926 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
23927         Log: Integrate change #10448 from maintperl; lexicals
23928              outside an eval"" weren't resolved correctly inside a subroutine
23929              definition inside the eval"" if they were not already referenced
23930              in the toplevel of the eval""-ed code
23931      Branch: perl
23932           !> cop.h op.c pp_ctl.c t/op/misc.t
23933 ____________________________________________________________________________
23934 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
23935         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
23936              outside an eval"" weren't resolved correctly inside a subroutine
23937              definition inside the eval"" if they were not already referenced
23938              in the toplevel of the eval""-ed code
23939      Branch: maint-5.6/perl
23940            ! cop.h op.c pp_ctl.c t/op/misc.t
23941 ____________________________________________________________________________
23942 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
23943         Log: Subject: [PATCH] perl570delta.pod
23944              From: Peter Scott <Peter@PSDT.com> 
23945              Date: Tue, 05 Jun 2001 18:51:02 -0700
23946              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
23947      Branch: perl
23948            ! pod/perl570delta.pod
23949 ____________________________________________________________________________
23950 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
23951         Log: The fudge factor is no more needed.  I hope.
23952      Branch: perl
23953            ! t/lib/posix.t
23954 ____________________________________________________________________________
23955 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
23956         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
23957              From: Hugo <hv@crypt.compulink.co.uk>
23958              Date: Tue, 05 Jun 2001 12:58:19 +0100
23959              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
23960      Branch: perl
23961            ! util.c
23962 ____________________________________________________________________________
23963 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
23964         Log: Make up prototypes only for those who have the functions
23965              but not the prototypes.
23966      Branch: perl
23967            ! perl.h
23968 ____________________________________________________________________________
23969 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
23970         Log: Subject: Re: Not OK: perl@10439 on win32 
23971              From: Prymmer/Kahn <pvhp@best.com> 
23972              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
23973              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
23974      Branch: perl
23975            ! perl.h util.c
23976 ____________________________________________________________________________
23977 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
23978         Log: The metaconfig units changes for #10441.
23979      Branch: metaconfig
23980            ! U/modified/Extract.U U/modified/Extractall.U
23981            ! U/modified/Finish.U
23982 ____________________________________________________________________________
23983 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
23984         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
23985      Branch: perl
23986            ! Configure
23987 ____________________________________________________________________________
23988 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
23989         Log: Unnecessary fuzziness undone, noted by Mike Guy.
23990      Branch: perl
23991            ! t/op/tr.t
23992 ____________________________________________________________________________
23993 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
23994         Log: Update Changes.
23995      Branch: perl
23996            ! Changes patchlevel.h
23997 ____________________________________________________________________________
23998 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
23999         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
24000              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
24001              leakage patch.
24002      Branch: perl
24003            ! t/op/misc.t
24004 ____________________________________________________________________________
24005 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
24006         Log: Test case for #10433/#10424.
24007      Branch: perl
24008            ! t/op/misc.t
24009 ____________________________________________________________________________
24010 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
24011         Log: Subject: One fix for strtoul not setting errno
24012              From: hom00@utsglobal.com (Hal Morris)
24013              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
24014              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
24015      Branch: perl
24016            + uts/strtol_wrap.c
24017            ! MANIFEST hints/uts.sh
24018 ____________________________________________________________________________
24019 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
24020         Log: Metaconfig units changes for #10434.
24021      Branch: metaconfig
24022            ! U/modified/Cppsym.U
24023      Branch: metaconfig/U/perl
24024            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
24025            + d_syscallproto.U d_usleepproto.U
24026            ! longdblfio.U quadfio.U
24027 ____________________________________________________________________________
24028 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
24029         Log: Configure tweaks; add prototype probes, make the cpp symbols
24030              probe to cast, not whine; test for %Ld and %Lf before %lld and
24031              %llf because the L is the ANSI way.
24032      Branch: perl
24033            ! Configure config_h.SH configure.com epoc/config.sh
24034            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
24035            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24036            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
24037 ____________________________________________________________________________
24038 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
24039         Log: Sigh.  This is what #10424 was supposed to check in.
24040      Branch: perl
24041            ! op.c sv.c sv.h
24042 ____________________________________________________________________________
24043 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
24044         Log: More verbose failure.
24045      Branch: perl
24046            ! t/op/ver.t
24047 ____________________________________________________________________________
24048 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
24049         Log: The .pm changes to go with #10428.
24050      Branch: perl
24051            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
24052            ! ext/Sys/Syslog/Syslog.pm
24053 ____________________________________________________________________________
24054 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
24055         Log: On second thoughts show to utf8 skippage message only
24056              on failures, it's too confusing otherwise,
24057      Branch: perl
24058            ! t/pragma/locale.t
24059 ____________________________________________________________________________
24060 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
24061         Log: Do not import anything from Encode.
24062      Branch: perl
24063            ! ext/MIME/Base64/QuotedPrint.pm
24064 ____________________________________________________________________________
24065 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
24066         Log: The #10402 didn't take.  Weird.
24067      Branch: perl
24068            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
24069            ! ext/Sys/Syslog/Syslog.xs
24070 ____________________________________________________________________________
24071 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
24072         Log: Eradicate traces of 'asciirange' re subpragma.
24073      Branch: perl
24074            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
24075            ! pod/perldiag.pod
24076 ____________________________________________________________________________
24077 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
24078         Log: use is a compile-time thing.
24079      Branch: perl
24080            ! ext/MIME/Base64/QuotedPrint.pm
24081 ____________________________________________________________________________
24082 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
24083         Log: Subject: [PATCH perl@10419] -Wall casting patch
24084              From: Robin Barker <rmb1@cise.npl.co.uk>
24085              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
24086              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
24087      Branch: perl
24088            ! ext/Devel/DProf/DProf.xs mg.c
24089 ____________________________________________________________________________
24090 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
24091         Log: Subject: [PATCH #2] introducing SVpad_TYPED
24092              From: Abhijit Menon-Sen <ams@wiw.org>
24093              Date: Mon, 4 Jun 2001 12:26:02 +0530
24094              Message-ID: <20010604122602.A5775@lustre.linux.in>
24095      Branch: perl
24096            ! op.c sv.c sv.h
24097 ____________________________________________________________________________
24098 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
24099         Log: testsuite for change#10192 (from Gisle Aas)
24100      Branch: perl
24101            + t/op/override.t
24102            ! MANIFEST
24103 ____________________________________________________________________________
24104 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
24105         Log: integrate changes#10414-10416 from mainline
24106              
24107              Potential buffer overrun if the radix separator is more than
24108              one byte.  Also, under locales, prefer the locale-specific
24109              separator over the old boring ".".
24110              
24111              "10.", that is, decimal numbers can have no decimal part at all.
24112              
24113              The non-locale places need love, too.
24114      Branch: maint-5.6/perl
24115           !> perl.h sv.c
24116 ____________________________________________________________________________
24117 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
24118         Log: Missed from #10420.
24119      Branch: perl
24120            ! epoc/config.sh
24121 ____________________________________________________________________________
24122 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
24123         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
24124              often this prototype goes with HAS_SETRESUID_PROTO.
24125      Branch: perl
24126            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24127            ! config_h.SH configure.com perl.h uconfig.h
24128 ____________________________________________________________________________
24129 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
24130         Log: Update Changes.
24131      Branch: perl
24132            ! Changes patchlevel.h
24133 ____________________________________________________________________________
24134 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
24135         Log: -Wall "subscript has type `char'" cleanup.
24136      Branch: perl
24137            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
24138 ____________________________________________________________________________
24139 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
24140         Log: Various "cast to pointer from integer of different size"
24141              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
24142              wide but I32 (int) only 32 bits wide).
24143              
24144              WARNING: the classnum and tagnum changes in Storable.xs
24145              may not be wise, they may be breaking binary compatibility
24146              (in 64-bit platforms), asked Raphael Manfredi about the changes.
24147      Branch: perl
24148            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
24149            ! mg.c proto.h
24150 ____________________________________________________________________________
24151 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
24152         Log: The non-locale places need love, too.
24153      Branch: perl
24154            ! perl.h
24155 ____________________________________________________________________________
24156 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
24157         Log: "10.", that is, decimal numbers can have no decimal part at all.
24158      Branch: perl
24159            ! perl.h
24160 ____________________________________________________________________________
24161 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
24162         Log: Potential buffer overrun if the radix separator is more than
24163              one byte.  Also, under locales, prefer the locale-specific
24164              separator over the old boring ".".
24165      Branch: perl
24166            ! perl.h sv.c
24167 ____________________________________________________________________________
24168 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
24169         Log: Integrate change #10412 from maintperl; locale is now
24170              per-cop, not per-op; plus retweak the locale.t to always
24171              list the skipped utf8 locales.
24172      Branch: perl
24173            ! t/pragma/locale.t
24174           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
24175           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
24176 ____________________________________________________________________________
24177 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
24178         Log: rationalize locale handling to fix the bugs uncovered by change#10394
24179              
24180              the major issue was that the runtime was looking at PL_hints rather
24181              than op_private to notice whether locale was enabled
24182              
24183              the secondary issue was that many locale-sensitive numeric ops didn't
24184              have HINT_LOCALE propagated into their op_private
24185              
24186              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
24187              instead of per-op, just like HINT_BYTE and the hints for lexical
24188              warnings (this makes the hint available to every op via PL_curcop)
24189              
24190              pragma/locale.t may need to be reworked with these fixes in mind
24191              (it currently passes its tests)
24192      Branch: maint-5.6/perl
24193            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
24194            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
24195 ____________________________________________________________________________
24196 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
24197         Log: More verbose debugging.
24198      Branch: perl
24199            ! t/pragma/locale.t
24200 ____________________________________________________________________________
24201 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
24202         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
24203              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24204              Date: Sat, 2 Jun 2001 22:53:33 +0100
24205              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
24206      Branch: perl
24207            ! regcomp.c t/pragma/warn/regcomp
24208 ____________________________________________________________________________
24209 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
24210         Log: Mention that lexicalizing $a or $b is a bad idea if one
24211              wants to use sort().
24212      Branch: perl
24213            ! pod/perlvar.pod
24214 ____________________________________________________________________________
24215 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
24216         Log: Tweak the test to be happy if the accuracy is 'good enough'.
24217      Branch: perl
24218            ! t/lib/posix.t
24219 ____________________________________________________________________________
24220 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
24221         Log: Upgrade to Attribute::Handlers 0.70.
24222              
24223              NOTE: this unearthed the "too late for CHECK block" bug,
24224              that's why the 1_compile.t change.
24225      Branch: perl
24226            + lib/Attribute/Handlers/demo/Demo.pm
24227            + lib/Attribute/Handlers/demo/Descriptions.pm
24228            + lib/Attribute/Handlers/demo/MyClass.pm
24229            + lib/Attribute/Handlers/demo/demo.pl
24230            + lib/Attribute/Handlers/demo/demo2.pl
24231            + lib/Attribute/Handlers/demo/demo3.pl
24232            + lib/Attribute/Handlers/demo/demo4.pl
24233            + lib/Attribute/Handlers/demo/demo_call.pl
24234            + lib/Attribute/Handlers/demo/demo_chain.pl
24235            + lib/Attribute/Handlers/demo/demo_cycle.pl
24236            + lib/Attribute/Handlers/demo/demo_hashdir.pl
24237            + lib/Attribute/Handlers/demo/demo_phases.pl
24238            + lib/Attribute/Handlers/demo/demo_range.pl
24239            + lib/Attribute/Handlers/demo/demo_rawdata.pl
24240            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
24241            ! t/lib/attrhand.t
24242 ____________________________________________________________________________
24243 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
24244         Log: One less -Wall whine.
24245      Branch: perl
24246            ! regcomp.c
24247 ____________________________________________________________________________
24248 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
24249         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
24250      Branch: perl
24251           !> t/op/eval.t
24252 ____________________________________________________________________________
24253 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
24254         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
24255              aren't "normally" visible inside eval""s contained in subs unless
24256              a cloned reference to them already exists)
24257              
24258              strangely enough, t/harness didn't show this up as a failure
24259              (harness needs fixing?)
24260      Branch: maint-5.6/perl
24261            ! t/op/eval.t
24262 ____________________________________________________________________________
24263 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
24264         Log: Update to Text::Balanced 1.85.
24265      Branch: perl
24266            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
24267 ____________________________________________________________________________
24268 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
24269         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
24270              From: Nicholas Clark <nick@ccl4.org>
24271              Date: Sun, 3 Jun 2001 17:54:36 +0100
24272              Message-ID: <20010603175436.E76396@plum.flirble.org> 
24273      Branch: perl
24274            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
24275            ! ext/Sys/Syslog/Syslog.xs
24276 ____________________________________________________________________________
24277 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
24278         Log: Unused variables.
24279      Branch: perl
24280            ! util.c
24281 ____________________________________________________________________________
24282 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
24283         Log: Subject: [PATCH] APIfy op_clear 
24284              From: Simon Cozens <simon@netthink.co.uk>
24285              Date: Sun, 3 Jun 2001 13:51:46 +0100
24286              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
24287              
24288              (despite the subject line, op_null is APIfied by the patch)
24289      Branch: perl
24290            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24291 ____________________________________________________________________________
24292 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
24293         Log: Subject: [PATCH] t/lib/extutils.t
24294              From: Nicholas Clark <nick@ccl4.org>
24295              Date: Sat, 2 Jun 2001 23:57:05 +0100
24296              Message-ID: <20010602235705.Q12698@plum.flirble.org>
24297      Branch: perl
24298            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24299 ____________________________________________________________________________
24300 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
24301         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
24302              From: Prymmer/Kahn <pvhp@best.com>
24303              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
24304              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
24305      Branch: perl
24306            ! win32/Makefile win32/makefile.mk
24307 ____________________________________________________________________________
24308 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
24309         Log: Subject: Re: 'decimal digits' macro? 
24310              From: Hugo <hv@crypt.compulink.co.uk>
24311              Date: Sun, 03 Jun 2001 04:26:36 +0100
24312              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
24313      Branch: perl
24314            ! handy.h t/lib/posix.t t/op/tr.t
24315 ____________________________________________________________________________
24316 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
24317         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
24318              From: Hugo <hv@crypt.compulink.co.uk>
24319              Date: Sun, 03 Jun 2001 14:56:30 +0100
24320              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
24321      Branch: perl
24322            ! util.c
24323 ____________________________________________________________________________
24324 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
24325         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
24326      Branch: perl
24327           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
24328           !> vms/perly_c.vms
24329 ____________________________________________________________________________
24330 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
24331         Log: fix leakage of lexicals at file scope into subroutines that were
24332              declared before them; this appears to be a longstanding bug that
24333              meant that lexicals at file scope were never "deintroduced", meaning
24334              their scope range was never properly closed, and their visibility
24335              extended to all subsequent eval""s or requires
24336              
24337              added a test case
24338              
24339              seems to also fix a case of bogus duplicate warnings
24340      Branch: maint-5.6/perl
24341            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
24342            ! vms/perly_c.vms
24343 ____________________________________________________________________________
24344 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
24345         Log: More VMS tweaks from Craig A. Berry.
24346      Branch: perl
24347            ! configure.com t/lib/extutils.t
24348 ____________________________________________________________________________
24349 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
24350         Log: -Wall cleanup continues.
24351      Branch: perl
24352            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
24353            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
24354            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
24355            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
24356            ! run.c toke.c util.c
24357 ____________________________________________________________________________
24358 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
24359         Log: The metaconfig unit change for #10390.
24360      Branch: metaconfig/U/perl
24361            ! gccvers.U
24362 ____________________________________________________________________________
24363 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
24364         Log: Drop the -ansi from the default gcc flags.
24365              
24366              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
24367              that struct cannot be compared with a flat integer, such as STRLEN.
24368              The -ansi will also cause a lot of noise in Solaris because of:
24369              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
24370      Branch: perl
24371            ! Configure
24372 ____________________________________________________________________________
24373 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
24374         Log: Integrate perlio.
24375      Branch: perl
24376           !> pod/perlapi.pod util.c
24377 ____________________________________________________________________________
24378 [ 10388] By: nick                                  on 2001/06/02  08:01:12
24379         Log: Integrate mainline
24380      Branch: perlio
24381           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
24382           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
24383           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
24384           !> t/lib/1_compile.t t/lib/mimeqp.t
24385 ____________________________________________________________________________
24386 [ 10387] By: nick                                  on 2001/06/02  07:39:17
24387         Log: Tweak util.c's atof2 for MULTIPLICITY
24388      Branch: perlio
24389            ! util.c
24390 ____________________________________________________________________________
24391 [ 10386] By: nick                                  on 2001/06/02  07:38:33
24392         Log: Integrate mainline
24393      Branch: perlio
24394           !> (integrate 41 files)
24395 ____________________________________________________________________________
24396 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
24397         Log: Add Attribute::Handlers 0.61 from Damian Conway.
24398      Branch: perl
24399            + lib/Attribute/Handlers.pm t/lib/attrhand.t
24400            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
24401 ____________________________________________________________________________
24402 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
24403         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
24404              From: Peter Prymmer <pvhp@forte.com>
24405              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
24406              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
24407      Branch: perl
24408            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
24409 ____________________________________________________________________________
24410 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
24411         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
24412              From: Jeff Pinyan <jeffp@crusoe.net>
24413              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
24414              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
24415      Branch: perl
24416            ! lib/File/Find.pm
24417 ____________________________________________________________________________
24418 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
24419         Log: Subject: [PATCH perl@10381] configure.com tweaks
24420              From: "Craig A. Berry" <craigberry@mac.com>
24421              Date: Fri, 1 Jun 2001 13:55:43 -0500
24422              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
24423      Branch: perl
24424            ! configure.com
24425 ____________________________________________________________________________
24426 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
24427         Log: Update Changes.
24428      Branch: perl
24429            ! Changes patchlevel.h
24430 ____________________________________________________________________________
24431 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
24432         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
24433              From: Mike Guy <mjtg@cam.ac.uk>
24434              Date: Fri, 01 Jun 2001 18:17:02 +0100
24435              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
24436      Branch: perl
24437            ! lib/perl5db.pl
24438 ____________________________________________________________________________
24439 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
24440         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
24441              From: Hugo <hv@crypt.compulink.co.uk>
24442              Date: Thu, 31 May 2001 20:49:48 +0100
24443              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
24444      Branch: perl
24445            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
24446            ! util.c
24447 ____________________________________________________________________________
24448 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
24449         Log: Zero() is not available in x2p (or, rather, some of its
24450              implementations like memzero() might not be available.)
24451      Branch: perl
24452            ! x2p/hash.c
24453 ____________________________________________________________________________
24454 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
24455         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
24456              From: Michael G Schwern <schwern@pobox.com>
24457              Date: Fri, 1 Jun 2001 12:00:29 +0100
24458              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
24459              
24460              (But use Zero() instead of memset.)
24461      Branch: perl
24462            ! x2p/hash.c
24463 ____________________________________________________________________________
24464 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
24465         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
24466              From: Jeff Pinyan <jeffp@crusoe.net>
24467              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
24468              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
24469      Branch: perl
24470            ! pod/perldiag.pod regcomp.c t/op/pat.t
24471 ____________________________________________________________________________
24472 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
24473         Log: Retract #10324 and #10333; not needed.
24474      Branch: perl
24475            ! hints/irix_6.sh hints/linux.sh
24476 ____________________________________________________________________________
24477 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
24478         Log: The #10370 wasn't quite right.
24479      Branch: perl
24480            ! ext/XS/Typemap/Typemap.xs
24481 ____________________________________________________________________________
24482 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
24483         Log: The metaconfig units changes for #10372.
24484      Branch: metaconfig/U/perl
24485            + d_realpath.U d_sresgproto.U d_sresuproto.U
24486            ! gccvers.U i_db.U
24487 ____________________________________________________________________________
24488 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
24489         Log: Configure tweaks; record the Berkeley DB version,
24490              probe for realpath(), for setresuid() and setresgid()
24491              prototypes; use realpath() (try to be paranoid enough),
24492              use the setres[ug]id prototypes because glibc has the functions
24493              but not their prototypes; add -Wall -ansi to gcc ccflags;
24494              regen toc.
24495      Branch: perl
24496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24497            ! config_h.SH configure.com epoc/config.sh
24498            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
24499            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
24500            ! vos/config.ga.def win32/config.bc win32/config.gc
24501            ! win32/config.vc
24502 ____________________________________________________________________________
24503 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
24504         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
24505              From: Michael G Schwern <schwern@pobox.com>
24506              Date: Fri, 1 Jun 2001 11:28:14 +0100
24507              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
24508      Branch: perl
24509            ! lib/attributes.pm xsutils.c
24510 ____________________________________________________________________________
24511 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
24512         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
24513              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24514              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
24515              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
24516      Branch: perl
24517            ! ext/XS/Typemap/Typemap.xs
24518 ____________________________________________________________________________
24519 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
24520         Log: Subject: [patch] Cwd.xs optimizations/abstraction
24521              From: Doug MacEachern <dougm@covalent.net>
24522              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
24523              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
24524      Branch: perl
24525            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
24526            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
24527 ____________________________________________________________________________
24528 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
24529         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!])
24530              From: Nicholas Clark <nick@ccl4.org>
24531              Date: Thu, 31 May 2001 23:56:40 +0100
24532              Message-ID: <20010531235640.F12698@plum.flirble.org>
24533              
24534              Make the test work also under only static extensions
24535              (sh Configure -Uusedl fakes this nicely)
24536      Branch: perl
24537            ! t/lib/extutils.t
24538 ____________________________________________________________________________
24539 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
24540         Log: Subject: [PATCH hv.c] Eliminating trigraph
24541              From: Michael G Schwern <schwern@pobox.com>
24542              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
24543              Date: Fri, 1 Jun 2001 11:49:56 +0100
24544      Branch: perl
24545            ! hv.c
24546 ____________________________________________________________________________
24547 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
24548         Log: Subject: Re: [PATCH] Tests for File::Compare 
24549              From: "Philip Newton" <Philip.Newton@gmx.net>
24550              Date: Thu, 31 May 2001 19:44:05 +0200
24551              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
24552              
24553              Unnecessary "quotation marks".
24554      Branch: perl
24555            ! t/lib/filecomp.t
24556 ____________________________________________________________________________
24557 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
24558         Log: Integrate perlio.
24559      Branch: perl
24560           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
24561 ____________________________________________________________________________
24562 [ 10364] By: nick                                  on 2001/06/01  10:13:31
24563         Log: Cleanup dll.base and dll.exp created by GCC builds.
24564      Branch: perlio
24565            ! lib/ExtUtils/MM_Win32.pm
24566 ____________________________________________________________________________
24567 [ 10363] By: nick                                  on 2001/06/01  10:02:17
24568         Log: Make filecomp test work on CRLF platforms by adding binmode.
24569      Branch: perlio
24570            ! t/lib/filecomp.t
24571 ____________________________________________________________________________
24572 [ 10362] By: nick                                  on 2001/06/01  08:37:17
24573         Log: Integrate mainline
24574      Branch: perlio
24575           !> Changes Configure patchlevel.h perlio.c
24576 ____________________________________________________________________________
24577 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
24578         Log: panic:claustrophobia.
24579      Branch: perl
24580            ! perlio.c
24581 ____________________________________________________________________________
24582 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
24583         Log: Update Changes.
24584      Branch: perl
24585            ! Changes patchlevel.h
24586 ____________________________________________________________________________
24587 [ 10359] By: nick                                  on 2001/05/31  12:35:50
24588         Log: Integrate mainline.
24589      Branch: perlio
24590           +> t/lib/filecomp.t
24591           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
24592           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
24593 ____________________________________________________________________________
24594 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
24595         Log: Integrate perlio.
24596      Branch: perl
24597           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
24598           !> win32/config_H.vc
24599 ____________________________________________________________________________
24600 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
24601         Log: Metaconfig unit change for #10356.
24602      Branch: metaconfig
24603            ! U/installdirs/inc_version_list.U
24604 ____________________________________________________________________________
24605 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
24606         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
24607              (idea from Sarathy; implementation from Andy)
24608      Branch: perl
24609            ! Configure
24610 ____________________________________________________________________________
24611 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
24612         Log: More AUTHORS.
24613      Branch: perl
24614            ! AUTHORS
24615 ____________________________________________________________________________
24616 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
24617         Log: Subject: Re: [PATCH] Tests for File::Compare
24618              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
24619              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
24620              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
24621      Branch: perl
24622            + t/lib/filecomp.t
24623            ! MANIFEST t/lib/1_compile.t
24624 ____________________________________________________________________________
24625 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
24626         Log: Subject: [PATCH] DEBUG_* macro cleanups
24627              From: Abhijit Menon-Sen <ams@wiw.org>
24628              Date: Thu, 31 May 2001 12:16:22 +0530
24629              Message-ID: <20010531121622.B4829@lustre.linux.in>
24630              
24631              Subject: Re: [PATCH] DEBUG_* macro cleanups
24632              From: Abhijit Menon-Sen <ams@wiw.org>
24633              Date: Thu, 31 May 2001 13:57:01 +0530
24634              Message-ID: <20010531135701.A21775@lustre.linux.in>
24635              
24636              (The DEBUG_ definitions in perl.h changed to use the
24637              STMT_START and STMT_END.)
24638      Branch: perl
24639            ! perl.h pp_ctl.c sv.c toke.c
24640 ____________________________________________________________________________
24641 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
24642         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
24643              From: Abhijit Menon-Sen <ams@wiw.org>
24644              Date: Thu, 31 May 2001 08:27:55 +0530
24645              Message-ID: <20010531082755.A10018@lustre.linux.in>
24646      Branch: perl
24647            ! ext/Storable/Storable.xs gv.c perl.c
24648 ____________________________________________________________________________
24649 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
24650         Log: Subject: [PATCH] AUTHORS
24651              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24652              Date: Thu, 31 May 2001 01:27:59 -0500
24653              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
24654              
24655              Subject: Re: [PATCH] AUTHORS
24656              From: "Philip Newton" <Philip.Newton@gmx.net>
24657              Date: Thu, 31 May 2001 10:08:06 +0200
24658              (Message-Id missing?)
24659      Branch: perl
24660            ! AUTHORS
24661 ____________________________________________________________________________
24662 [ 10350] By: nick                                  on 2001/05/31  11:40:43
24663         Log: win32 - dmake regen_config_h
24664      Branch: perlio
24665            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24666 ____________________________________________________________________________
24667 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
24668         Log: Subject: Re: [PATCH util.c] More warning cleanups.
24669              From: "Philip Newton" <Philip.Newton@gmx.net>
24670              Date: Thu, 31 May 2001 07:41:36 +0200
24671              Message-Id: <200105310538.IAA25458@taku.hut.fi>
24672              
24673              Undo C++-ism that snekt in.
24674      Branch: perl
24675            ! util.c
24676 ____________________________________________________________________________
24677 [ 10348] By: nick                                  on 2001/05/31  11:36:46
24678         Log: Tolerate Win32 numerics
24679      Branch: perlio
24680            ! t/pragma/warn/toke
24681 ____________________________________________________________________________
24682 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
24683         Log: Integrate perlio.
24684      Branch: perl
24685           !> perlio.c win32/win32.h
24686 ____________________________________________________________________________
24687 [ 10346] By: nick                                  on 2001/05/31  10:54:55
24688         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
24689              perlio.c change 10255.
24690      Branch: perlio
24691            ! perlio.c
24692 ____________________________________________________________________________
24693 [ 10345] By: nick                                  on 2001/05/31  10:01:57
24694         Log: Conditionaly put back some "unused" dTHX which are used
24695              with PERL_IMPLICIT_SYS
24696      Branch: perlio
24697            ! perlio.c
24698 ____________________________________________________________________________
24699 [ 10344] By: nick                                  on 2001/05/31  10:00:59
24700         Log: Fix Win32 for new spelling IN_BYTES 
24701      Branch: perlio
24702            ! win32/win32.h
24703 ____________________________________________________________________________
24704 [ 10343] By: nick                                  on 2001/05/31  08:01:32
24705         Log: perlio.c -Wall cleaner under MULTIPLICITY
24706              - still minor noise with linux stdio
24707      Branch: perlio
24708            ! perlio.c
24709 ____________________________________________________________________________
24710 [ 10342] By: nick                                  on 2001/05/31  07:52:23
24711         Log: Integrate mainline.
24712      Branch: perlio
24713           !> (integrate 42 files)
24714 ____________________________________________________________________________
24715 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
24716         Log: AUTHORS updates.
24717      Branch: perl
24718            ! AUTHORS
24719 ____________________________________________________________________________
24720 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
24721         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
24722              From: Peter Prymmer <pvhp@forte.com>
24723              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
24724              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
24725      Branch: perl
24726            ! t/lib/md5-file.t
24727 ____________________________________________________________________________
24728 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
24729         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
24730              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
24731              to match the pragma name; various robustness cleanups.
24732      Branch: perl
24733            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
24734            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
24735 ____________________________________________________________________________
24736 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
24737         Log: More -Wall sweeping.
24738      Branch: perl
24739            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
24740            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
24741            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
24742            ! regcomp.c sv.c toke.c utf8.c
24743 ____________________________________________________________________________
24744 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
24745         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
24746              From: Nicholas Clark <nick@ccl4.org>
24747              Date: Wed, 30 May 2001 22:34:41 +0100
24748              Message-ID: <20010530223441.Y86445@plum.flirble.org>
24749      Branch: perl
24750            ! t/op/cmp.t
24751 ____________________________________________________________________________
24752 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
24753         Log: It's is not, it isn't ain't, and it's it's, not its,
24754              if you mean it is. If you don't, it's its. Then too,
24755              it's hers. It isn't her's. It isn't our's either.
24756              It's ours, and likewise yours and theirs.
24757              -- Oxford University Press, Edpress News
24758      Branch: perl
24759            ! lib/autouse.pm
24760 ____________________________________________________________________________
24761 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
24762         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
24763      Branch: perl
24764            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
24765            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
24766            ! x2p/str.c x2p/walk.c xsutils.c
24767 ____________________________________________________________________________
24768 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
24769         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
24770              From: Michael G Schwern <schwern@pobox.com>
24771              Date: Wed, 30 May 2001 17:10:38 +0100
24772              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
24773              
24774              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
24775              From: Abhijit Menon-Sen <ams@wiw.org>
24776              Date: Wed, 30 May 2001 23:16:13 +0530
24777              Message-ID: <20010530231613.A31933@lustre.linux.in>
24778      Branch: perl
24779            ! perl.c t/run/runenv.t
24780 ____________________________________________________________________________
24781 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
24782         Log: (Retracted by #10375.)
24783              
24784              IRIX hints patch from Merijn Broeren.
24785              
24786              TODO: (this and the earlier Linux hints patch) should be solved
24787              at Configure level.  Merijn: -ldb should not be used on any platform
24788              for perl, just when linking DBFile itself. Trying to be helpful here
24789              is counterproductive.
24790      Branch: perl
24791            ! hints/irix_6.sh
24792 ____________________________________________________________________________
24793 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
24794         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
24795              From: Nicholas Clark <nick@ccl4.org>
24796              Date: Wed, 30 May 2001 23:20:58 +0100
24797              Message-ID: <20010530232058.B86445@plum.flirble.org>
24798      Branch: perl
24799            ! doop.c
24800 ____________________________________________________________________________
24801 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
24802         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
24803              From: Michael G Schwern <schwern@pobox.com> 
24804              Date: Wed, 30 May 2001 15:24:20 +0100
24805              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
24806      Branch: perl
24807            ! t/pragma/autouse.t
24808 ____________________________________________________________________________
24809 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
24810         Log: The regex trick wasn't a good idea.
24811      Branch: perl
24812            ! pod/perlfaq4.pod
24813 ____________________________________________________________________________
24814 [ 10329] By: nick                                  on 2001/05/30  18:34:35
24815         Log: Integrate mainline
24816      Branch: perlio
24817           !> (integrate 40 files)
24818 ____________________________________________________________________________
24819 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
24820         Log: Update Changes.
24821      Branch: perl
24822            ! Changes patchlevel.h
24823 ____________________________________________________________________________
24824 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
24825         Log: The metaconfig unit change for #10325.
24826      Branch: metaconfig
24827            + U/modified/afs.U
24828 ____________________________________________________________________________
24829 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
24830         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
24831              is now wrong.
24832      Branch: perl
24833            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
24834 ____________________________________________________________________________
24835 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
24836         Log: Introduce $Config{afsroot}.
24837      Branch: perl
24838            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24839            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
24840            ! win32/config.gc win32/config.vc
24841 ____________________________________________________________________________
24842 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
24843         Log: (Retracted by #10375.)
24844              
24845              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
24846      Branch: perl
24847            ! hints/linux.sh
24848 ____________________________________________________________________________
24849 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
24850         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
24851              (Also Configure tweaks needed; coming up soon.)
24852      Branch: perl
24853            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
24854 ____________________________________________________________________________
24855 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
24856         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
24857              From: Michael G Schwern <schwern@pobox.com>
24858              Date: Sun, 27 May 2001 10:29:43 +0100
24859              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
24860      Branch: perl
24861            ! lib/perl5db.pl
24862 ____________________________________________________________________________
24863 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
24864         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
24865              and Abhijit Menon-Sen.
24866      Branch: perl
24867            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
24868            ! perl.c pp_sys.c regcomp.c
24869 ____________________________________________________________________________
24870 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
24871         Log: Fix the BOOT section to call myU2time properly.
24872      Branch: perl
24873            ! ext/Time/HiRes/HiRes.xs
24874 ____________________________________________________________________________
24875 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
24876         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
24877              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
24878              Date: Wed, 30 May 2001 09:44:29 -0400
24879              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
24880              
24881              Detypo; plus add one more trick.
24882      Branch: perl
24883            ! pod/perlfaq4.pod
24884 ____________________________________________________________________________
24885 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
24886         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)
24887              From: Michael G Schwern <schwern@pobox.com>
24888              Date: Wed, 30 May 2001 14:39:06 +0100
24889              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
24890      Branch: perl
24891            ! lib/autouse.pm t/pragma/autouse.t
24892 ____________________________________________________________________________
24893 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
24894         Log: Subject: Re: AIX and gcc (moving targets)
24895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24896              Date: Wed, 30 May 2001 15:25:08 +0200
24897              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
24898      Branch: perl
24899            ! ext/Time/HiRes/HiRes.xs
24900 ____________________________________________________________________________
24901 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
24902         Log: Subject: [PATCH t/TEST] sorting tests
24903              From: Michael G Schwern <schwern@pobox.com>
24904              Date: Wed, 30 May 2001 10:24:02 +0100
24905              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
24906      Branch: perl
24907            ! t/TEST
24908 ____________________________________________________________________________
24909 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
24910         Log: Subject: [ID 20010529.002] typos in man page perlre
24911              From: bart@cg681574-a.adubn1.nj.home.com 
24912              Date: Tue, 29 May 2001 13:58:59 -0500
24913              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
24914      Branch: perl
24915            ! pod/perlre.pod
24916 ____________________________________________________________________________
24917 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
24918         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
24919              From: "Craig A. Berry" <craigberry@mac.com>
24920              Date: Tue, 29 May 2001 23:23:45 -0500
24921              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
24922      Branch: perl
24923            ! t/lib/extutils.t t/pragma/autouse.t
24924 ____________________________________________________________________________
24925 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
24926         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)
24927              From: David Dyck <dcd@tc.fluke.com>
24928              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
24929              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
24930      Branch: perl
24931            ! t/lib/filefind.t
24932 ____________________________________________________________________________
24933 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
24934         Log: AIX hints update for gcc from Merijn H. Brand.
24935      Branch: perl
24936            ! hints/aix.sh
24937 ____________________________________________________________________________
24938 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
24939         Log: Retract #10295 and #10296: a more generic solution
24940              is needed (there's something funny with gcc on AIX).
24941      Branch: perl
24942            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
24943 ____________________________________________________________________________
24944 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
24945         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
24946              From: Hugo <hv@crypt.compulink.co.uk>
24947              Date: Wed, 30 May 2001 11:59:19 +0100
24948              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
24949              
24950              localizing $@ has unfortunate semantics - if you die past
24951              a local $@, the die message is lost.
24952      Branch: perl
24953            ! lib/utf8_heavy.pl
24954 ____________________________________________________________________________
24955 [ 10309] By: nick                                  on 2001/05/30  08:23:02
24956         Log: Integrate mainline (autouse works again.)
24957      Branch: perlio
24958           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
24959           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
24960           !> pod/perlvar.pod t/op/cmp.t
24961 ____________________________________________________________________________
24962 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
24963         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
24964              From: David Dyck <dcd@tc.fluke.com>
24965              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
24966              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
24967      Branch: perl
24968            ! lib/File/Find.pm
24969 ____________________________________________________________________________
24970 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
24971         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
24972              From: Nicholas Clark <nick@ccl4.org>
24973              Date: Tue, 29 May 2001 23:16:09 +0100
24974              Message-ID: <20010529231609.U86445@plum.flirble.org>
24975              
24976              Make the test output slightly clearer by distinguishing
24977              between '' and undef.
24978      Branch: perl
24979            ! t/op/cmp.t
24980 ____________________________________________________________________________
24981 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
24982         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
24983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24984              Date: Tue, 29 May 2001 19:15:19 -0400
24985              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
24986      Branch: perl
24987            ! hints/os2.sh
24988 ____________________________________________________________________________
24989 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
24990         Log: Subject: perlvar.pod addition
24991              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
24992              Date: Fri, 25 May 2001 20:23:12 +0200
24993              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
24994              
24995              Subject: Re: perlvar.pod addition
24996              From: "Abigail" <abigail@foad.org> 
24997              Date: Fri, 25 May 2001 22:00:39 +0200
24998              Message-ID: <20010525200039.28029.qmail@foad.org>
24999              
25000              Mention $a and $b in perlvar.
25001      Branch: perl
25002            ! pod/perlvar.pod
25003 ____________________________________________________________________________
25004 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
25005         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
25006              From: Jeff Pinyan <jeffp@crusoe.net>
25007              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
25008              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
25009      Branch: perl
25010            ! pod/perlvar.pod
25011 ____________________________________________________________________________
25012 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
25013         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
25014              From: Jeff Pinyan <jeffp@crusoe.net>
25015              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
25016              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
25017      Branch: perl
25018            ! pod/perlfaq6.pod
25019 ____________________________________________________________________________
25020 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
25021         Log: Mention Time::localtime and Time::gmtime.
25022      Branch: perl
25023            ! ext/Time/Piece/Piece.pm
25024 ____________________________________________________________________________
25025 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
25026         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
25027              From: Michael G Schwern <schwern@pobox.com>
25028              Date: Tue, 29 May 2001 18:51:32 +0100
25029              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
25030      Branch: perl
25031            ! pod/perlfaq4.pod
25032 ____________________________________________________________________________
25033 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
25034         Log: Retract #10243.
25035      Branch: perl
25036            ! lib/autouse.pm
25037 ____________________________________________________________________________
25038 [ 10299] By: nick                                  on 2001/05/29  18:41:19
25039         Log: Post weekend integrate mainline (fails one test pragma/autouse).
25040      Branch: perlio
25041           +> (branch 29 files)
25042           !> (integrate 91 files)
25043 ____________________________________________________________________________
25044 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
25045         Log: Update Changes.
25046      Branch: perl
25047            ! Changes patchlevel.h
25048 ____________________________________________________________________________
25049 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
25050         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
25051              before Perl_load_module/Perl_call_method and restore the value
25052              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
25053      Branch: perl
25054            ! utf8.c
25055 ____________________________________________________________________________
25056 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
25057         Log: Subject: Re: AIX and gcc (moving targets)
25058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25059              Date: Tue, 29 May 2001 17:59:40 +0200
25060              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
25061      Branch: perl
25062            ! ext/Storable/Makefile.PL
25063 ____________________________________________________________________________
25064 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
25065         Log: Subject: Re: AIX and gcc (moving targets)
25066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25067              Date: Tue, 29 May 2001 12:32:57 +0200
25068              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
25069      Branch: perl
25070            ! ext/POSIX/Makefile.PL
25071 ____________________________________________________________________________
25072 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
25073         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
25074              From: Michael G Schwern <schwern@pobox.com>
25075              Date: Tue, 29 May 2001 09:53:29 +0100
25076              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
25077              
25078              (#10280 retracted)
25079      Branch: perl
25080            ! lib/Test/Harness.pm t/lib/test-harness.t
25081 ____________________________________________________________________________
25082 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
25083         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
25084              From: Michael G Schwern <schwern@pobox.com>
25085              Date: Tue, 29 May 2001 09:19:52 +0100
25086              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
25087      Branch: perl
25088            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
25089            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
25090            + t/lib/Test/todo.t
25091            ! MANIFEST lib/Test.pm t/TEST
25092 ____________________________________________________________________________
25093 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
25094         Log: From: Michael G Schwern <schwern@pobox.com>
25095              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
25096              Date: Tue, 29 May 2001 08:26:09 +0100
25097              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
25098      Branch: perl
25099            ! t/TEST
25100 ____________________________________________________________________________
25101 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
25102         Log: Add tests for Time::gmtime and Time::localtime.
25103      Branch: perl
25104            + t/lib/time-gmtime.t t/lib/time-localtime.t
25105            ! MANIFEST t/lib/1_compile.t
25106 ____________________________________________________________________________
25107 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
25108         Log: Add test for File::stat.
25109      Branch: perl
25110            + t/lib/filestat.t
25111            ! MANIFEST t/lib/1_compile.t
25112 ____________________________________________________________________________
25113 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
25114         Log: Add test for Net::servent.
25115      Branch: perl
25116            + t/lib/net-sent.t
25117            ! MANIFEST t/lib/1_compile.t
25118 ____________________________________________________________________________
25119 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
25120         Log: Add test for Net::protoent.
25121      Branch: perl
25122            + t/lib/net-pent.t
25123            ! MANIFEST t/lib/1_compile.t
25124 ____________________________________________________________________________
25125 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
25126         Log: Add test for Net::netent.
25127      Branch: perl
25128            + t/lib/net-nent.t
25129            ! MANIFEST t/lib/1_compile.t
25130 ____________________________________________________________________________
25131 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
25132         Log: Add test for User::grent.  Portability doubtful.
25133      Branch: perl
25134            + t/lib/user-grent.t
25135            ! MANIFEST t/lib/1_compile.t
25136 ____________________________________________________________________________
25137 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
25138         Log: Add test for User::pwent.
25139              Probably will fall down somewhere for portability reasons.
25140      Branch: perl
25141            + t/lib/user-pwent.t
25142            ! MANIFEST t/lib/1_compile.t
25143 ____________________________________________________________________________
25144 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
25145         Log: Metaconfig units changes for #10283.
25146      Branch: metaconfig
25147            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
25148            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
25149            ! U/installdirs/sitescript.U U/modified/Signal.U
25150 ____________________________________________________________________________
25151 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
25152         Log: Subject: [PATCH 5.6.1] signal names in Configure
25153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25154              Date: Tue, 29 May 2001 03:52:25 -0400
25155              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
25156              
25157              Subject: [PATCH 5.6.1] older perl in Configure
25158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25159              Date: Tue, 29 May 2001 03:55:40 -0400
25160              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
25161              
25162              Subject: [PATCH 5.6.1] goofs in Configure
25163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25164              Date: Tue, 29 May 2001 04:13:07 -0400
25165              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
25166              
25167              Configure portability tweaks.
25168      Branch: perl
25169            ! Configure
25170 ____________________________________________________________________________
25171 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
25172         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
25173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25174              Date: Tue, 29 May 2001 04:07:06 -0400
25175              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
25176      Branch: perl
25177            ! os2/os2.c
25178 ____________________________________________________________________________
25179 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
25180         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
25181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25182              Date: Tue, 29 May 2001 04:01:38 -0400
25183              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
25184      Branch: perl
25185            ! hints/os2.sh os2/Makefile.SHs
25186 ____________________________________________________________________________
25187 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
25188         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
25189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25190              Date: Tue, 29 May 2001 03:50:18 -0400
25191              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
25192      Branch: perl
25193            ! lib/Test/Harness.pm
25194 ____________________________________________________________________________
25195 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
25196         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
25197      Branch: perl
25198            ! lib/utf8_heavy.pl
25199 ____________________________________________________________________________
25200 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
25201         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
25202              From: Hugo <hv@crypt.compulink.co.uk>
25203              Date: Tue, 29 May 2001 03:03:45 +0100
25204              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
25205              
25206              Explanation why the $@ always gets the UTF8 flag when under use utf8--
25207              because we told it to have the flag when under use utf8.
25208      Branch: perl
25209            ! pp_ctl.c
25210 ____________________________________________________________________________
25211 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
25212         Log: At least a partial fix for 20010528.004.
25213      Branch: perl
25214            ! lib/utf8_heavy.pl
25215 ____________________________________________________________________________
25216 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
25217         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
25218              From: Nicholas Clark <nick@ccl4.org> 
25219              Date: Mon, 28 May 2001 23:39:38 +0100
25220              Message-ID: <20010528233938.M86445@plum.flirble.org>
25221              
25222              More portable non-zero UV.
25223      Branch: perl
25224            ! t/lib/extutils.t
25225 ____________________________________________________________________________
25226 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
25227         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
25228              From: Nicholas Clark <nick@ccl4.org>
25229              Date: Mon, 28 May 2001 22:46:09 +0100
25230              Message-ID: <20010528224608.L86445@plum.flirble.org>
25231              
25232              Test also "make clean".
25233      Branch: perl
25234            ! t/lib/extutils.t
25235 ____________________________________________________________________________
25236 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
25237         Log: Subject: Re: Would -Wno-unused -Wall be better?
25238              From: Michael G Schwern <schwern@pobox.com>
25239              Date: Tue, 29 May 2001 00:55:54 +0100
25240              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
25241      Branch: perl
25242            ! pp.h
25243 ____________________________________________________________________________
25244 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
25245         Log: Add a test for 20010528.007, fixed in #10272.
25246      Branch: perl
25247            ! t/op/misc.t toke.c
25248 ____________________________________________________________________________
25249 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
25250         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
25251              From: Hugo <hv@crypt.compulink.co.uk>
25252              Date: Tue, 29 May 2001 00:23:23 +0100
25253              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
25254      Branch: perl
25255            ! toke.c
25256 ____________________________________________________________________________
25257 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
25258         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
25259              From: Michael G Schwern <schwern@pobox.com>
25260              Date: Tue, 29 May 2001 00:42:59 +0100
25261              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
25262      Branch: perl
25263            ! t/pragma/autouse.t
25264 ____________________________________________________________________________
25265 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
25266         Log: Some shells seemingly arrange the signal handlers differently
25267              (bug id 20010521.004).
25268      Branch: perl
25269            ! t/lib/sigaction.t
25270 ____________________________________________________________________________
25271 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
25272         Log: Regen perlmodlib.
25273      Branch: perl
25274            ! pod/perlmodlib.pod
25275 ____________________________________________________________________________
25276 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
25277         Log: Update Changes.
25278      Branch: perl
25279            ! Changes patchlevel.h
25280 ____________________________________________________________________________
25281 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
25282         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
25283              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25284              Date: Mon, 28 May 2001 14:56:35 -0500
25285              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
25286      Branch: perl
25287            ! pod/perlnewmod.pod
25288 ____________________________________________________________________________
25289 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
25290         Log: Regen toc.
25291      Branch: perl
25292            ! pod/perltoc.pod
25293 ____________________________________________________________________________
25294 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
25295         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
25296              From: "Richard Soderberg" <rs@crystalflame.net>
25297              Date: Mon, 28 May 2001 12:31:23 -0700
25298              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
25299      Branch: perl
25300            ! t/op/splice.t
25301 ____________________________________________________________________________
25302 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
25303         Log: The #10260 was too bold: locales and utf8 still do not mix.
25304      Branch: perl
25305            ! t/pragma/locale.t
25306 ____________________________________________________________________________
25307 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
25308         Log: Subject: [PATCH] Pod nitpicks
25309              From: "Richard Soderberg" <rs@crystalflame.net>
25310              Date: Mon, 28 May 2001 10:08:58 -0700
25311              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
25312      Branch: perl
25313            ! pod/perl571delta.pod pod/perlapi.pod sv.h
25314 ____________________________________________________________________________
25315 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
25316         Log: Upgrade to I18N::LangTags 0.22.
25317      Branch: perl
25318            + lib/I18N/LangTags/List.pod
25319            ! MANIFEST lib/I18N/LangTags.pm
25320 ____________________________________________________________________________
25321 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
25322         Log: A slightly more serious bug found by -Mutf8; op/misc and
25323              lib/complex dumped core.
25324      Branch: perl
25325            ! regexec.c
25326 ____________________________________________________________________________
25327 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
25328         Log: Various buglets shaken out by -Mutf8.
25329      Branch: perl
25330            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
25331            ! t/pragma/locale.t
25332 ____________________________________________________________________________
25333 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
25334         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
25335      Branch: perl
25336            ! t/lib/carp.t
25337 ____________________________________________________________________________
25338 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
25339         Log: Subject: [PATCH] todo patch
25340              From: Artur Bergman <artur@contiller.se> 
25341              Date: Mon, 28 May 2001 17:03:51 +0200
25342              Message-ID: <B7383577.F34%artur@contiller.se>
25343      Branch: perl
25344            ! pod/perltodo.pod
25345 ____________________________________________________________________________
25346 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
25347         Log: Subject: typo in perlguts.pod
25348              From: "John P. Linderman" <jpl@research.att.com>
25349              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
25350              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
25351      Branch: perl
25352            ! pod/perlguts.pod
25353 ____________________________________________________________________________
25354 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
25355         Log: Subject: AIX and gcc (moving targets)
25356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25357              Date: Mon, 28 May 2001 12:54:04 +0200
25358              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
25359      Branch: perl
25360            ! hints/aix.sh
25361 ____________________________________________________________________________
25362 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
25363         Log: Subject: Re: perlio + multiple perl_alloc..destruct
25364              From: Doug MacEachern <dougm@covalent.net>
25365              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
25366              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
25367      Branch: perl
25368            ! perlio.c
25369 ____________________________________________________________________________
25370 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
25371         Log: The #10251 wasn't quite up-to-the-code.
25372      Branch: perl
25373            ! t/op/misc.t
25374 ____________________________________________________________________________
25375 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
25376         Log: Test case for bug 20010526.004, fixed in #10252.
25377      Branch: perl
25378            ! t/op/taint.t
25379 ____________________________________________________________________________
25380 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
25381         Log: Subject: Re: [ID 20010526.004] Taint looses value
25382              From: Hugo <hv@crypt.compulink.co.uk>
25383              Date: Sun, 27 May 2001 20:39:32 +0100
25384              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
25385      Branch: perl
25386            ! sv.c
25387 ____________________________________________________________________________
25388 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
25389         Log: Test case for 20010422.005, fixed by #10250.
25390      Branch: perl
25391            ! t/op/misc.t
25392 ____________________________________________________________________________
25393 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
25394         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
25395              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25396              Date: Mon, 28 May 2001 06:39:12 -0400
25397              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
25398      Branch: perl
25399            ! toke.c
25400 ____________________________________________________________________________
25401 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
25402         Log: Linerewrapping.
25403      Branch: perl
25404            ! lib/open.pm
25405 ____________________________________________________________________________
25406 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
25407         Log: Updates on the modules list.
25408      Branch: perl
25409            ! t/lib/1_compile.t
25410 ____________________________________________________________________________
25411 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
25412         Log: Add a test for PerlIO.
25413              
25414              (I probably got the crlf/raw thing wrong for clrfy platforms...)
25415      Branch: perl
25416            + t/lib/perlio.t
25417            ! MANIFEST lib/PerlIO.pm
25418 ____________________________________________________________________________
25419 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
25420         Log: Add a test for carp et alia.
25421      Branch: perl
25422            + t/lib/carp.t
25423            ! MANIFEST
25424 ____________________________________________________________________________
25425 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
25426         Log: Adding the new test would be swell.
25427      Branch: perl
25428            + t/pragma/autouse.t
25429 ____________________________________________________________________________
25430 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
25431         Log: Add a test for the autouse pragma.
25432      Branch: perl
25433            ! MANIFEST
25434 ____________________________________________________________________________
25435 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
25436         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
25437              From: dLux <dlux@spam.sch.bme.hu>
25438              Date: Sun, 27 May 2001 16:14:26 +0200
25439              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
25440      Branch: perl
25441            ! lib/autouse.pm
25442 ____________________________________________________________________________
25443 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
25444         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
25445              From: "Richard Soderberg" <rs@crystalflame.net>
25446              Date: Mon, 28 May 2001 03:56:36 -0700
25447              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
25448      Branch: perl
25449            ! utils/dprofpp.PL
25450 ____________________________________________________________________________
25451 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
25452         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
25453              From: "Stephen P. Potter" <spp@spotter.yi.org>
25454              Date: Tue, 22 May 2001 11:40:25 -0400
25455              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
25456              
25457              Subject: Re: [ID 20010522.003] Time::Local module bug
25458              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
25459              Date: Tue, 22 May 2001 11:50:19 -0400
25460              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
25461      Branch: perl
25462            ! lib/Time/Local.pm
25463 ____________________________________________________________________________
25464 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
25465         Log: The PERL_DL_NONLAZY can have whitespace in front.
25466      Branch: perl
25467            ! t/lib/extutils.t
25468 ____________________________________________________________________________
25469 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
25470         Log: Document strftime() and strptime().
25471      Branch: perl
25472            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
25473 ____________________________________________________________________________
25474 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
25475         Log: Make Time::Piece::strptime() to be a function, not a method.
25476      Branch: perl
25477            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25478 ____________________________________________________________________________
25479 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
25480         Log: Tweak the test to be more portable.
25481      Branch: perl
25482            ! t/lib/extutils.t
25483 ____________________________________________________________________________
25484 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
25485         Log: Subject: PATCH: Re: Re: Attributes that tie
25486              From: Leon Brocard <acme@astray.com>
25487              Date: Sun, 27 May 2001 12:37:29 +0100
25488              Message-ID: <20010527123729.A22663@ns0.astray.com>
25489              
25490              Document that variable attributes are not currently usable
25491              for tieing.  (An ugly limitation that should be fixed.)
25492      Branch: perl
25493            ! lib/attributes.pm
25494 ____________________________________________________________________________
25495 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
25496         Log: Microperl tweaks.
25497      Branch: perl
25498            ! Makefile.micro uconfig.h uconfig.sh
25499 ____________________________________________________________________________
25500 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
25501         Log: Add make target for microperl (kind of silly, but convenient).
25502      Branch: perl
25503            ! Makefile.SH
25504 ____________________________________________________________________________
25505 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
25506         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
25507              for microperl.)
25508      Branch: perl
25509            ! doio.c
25510 ____________________________________________________________________________
25511 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
25512         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
25513              From: rspier@pobox.com (Robert Spier)
25514              Date: Sat, 26 May 2001 20:05:23 -0400
25515              Message-ID: <15120.17603.148648.12430@rls.cx>
25516              
25517              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
25518              From: rspier@pobox.com (Robert Spier)
25519              Date: Sun, 27 May 2001 00:23:12 -0400
25520              Message-ID: <15120.33072.511966.767230@rls.cx>
25521      Branch: perl
25522            ! doio.c pod/perlfunc.pod
25523 ____________________________________________________________________________
25524 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
25525         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
25526      Branch: perl
25527            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25528 ____________________________________________________________________________
25529 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
25530         Log: Add README.tru64.
25531      Branch: perl
25532            + README.tru64
25533 ____________________________________________________________________________
25534 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
25535         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
25536      Branch: perl
25537            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25538            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
25539            ! MANIFEST
25540 ____________________________________________________________________________
25541 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
25542         Log: Integrate I18N::LangTags from Sean Burke.
25543              
25544              TODO: the language list from RFC 3066 needs to be integrated
25545              and made available somehow.  The list is included in the
25546              I18N-LangTags 0.21 distribution, but it is undocumented
25547              and unconnected to the module.
25548      Branch: perl
25549            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
25550            ! MANIFEST
25551 ____________________________________________________________________________
25552 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
25553         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
25554              envisioned by Sarathy.
25555      Branch: perl
25556            ! t/op/ver.t toke.c
25557 ____________________________________________________________________________
25558 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
25559         Log: Subject: [ID 20010525.001] Pod typo nits fixed
25560              From: lvirden@cas.org
25561              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
25562              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
25563              
25564              minus the perlsolaris decimation plus the
25565              
25566              Subject: Re: [ID 20010525.001] Pod typo nits fixed
25567              From: "Philip Newton" <Philip.Newton@gmx.net>
25568              Date: Fri, 25 May 2001 18:05:55 +0200
25569              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
25570      Branch: perl
25571            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
25572            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
25573            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
25574            ! pod/perlutil.pod pod/perlxstut.pod
25575 ____________________________________________________________________________
25576 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
25577         Log: return clauses are nice.
25578      Branch: perl
25579            ! sv.c
25580 ____________________________________________________________________________
25581 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
25582         Log: Subject: change 10199 backwards?
25583              From: Doug MacEachern <dougm@covalent.net>
25584              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
25585              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
25586      Branch: perl
25587            ! sv.c
25588 ____________________________________________________________________________
25589 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
25590         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
25591              From: Hugo <hv@crypt.compulink.co.uk>
25592              Date: Sat, 26 May 2001 17:05:12 +0100
25593              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
25594      Branch: perl
25595            + t/op/gmagic.t
25596            ! MANIFEST doop.c embed.h embed.pl global.sym
25597            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
25598            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
25599 ____________________________________________________________________________
25600 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
25601         Log: Regen headers for #10221.
25602      Branch: perl
25603            ! global.sym objXSUB.h perlapi.c
25604 ____________________________________________________________________________
25605 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
25606         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
25607              From: Juha Laiho <juha.laiho@Elma.Net>
25608              Date: Thu, 3 May 2001 09:51:30 +0300
25609              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
25610      Branch: perl
25611            ! embed.pl
25612 ____________________________________________________________________________
25613 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
25614         Log: Subject: Re: [PATCH] Re: stability of sort()?
25615              From: "John P. Linderman" <jpl@research.att.com>
25616              Date: Sat, 26 May 2001 13:27:19 -0400
25617              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
25618      Branch: perl
25619            ! pod/perlfunc.pod
25620 ____________________________________________________________________________
25621 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
25622         Log: Integrate perlio.
25623      Branch: perl
25624           !> pod/perlguts.pod
25625 ____________________________________________________________________________
25626 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
25627         Log: Subject: [PATCH perl@10210] PerlIO for VMS
25628              From: "Craig A. Berry" <craigberry@mac.com>
25629              Date: Sat, 26 May 2001 09:34:11 -0500
25630              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
25631      Branch: perl
25632            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
25633            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
25634            ! vms/vmsish.h
25635 ____________________________________________________________________________
25636 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
25637         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
25638              From: David Dyck <dcd@tc.fluke.com>
25639              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
25640              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
25641      Branch: perl
25642            ! lib/perl5db.pl
25643 ____________________________________________________________________________
25644 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
25645         Log: Subject: utf8 regexp tests
25646              From: Hugo <hv@crypt.compulink.co.uk>
25647              Date: Fri, 25 May 2001 22:35:01 +0100
25648              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
25649      Branch: perl
25650            ! t/op/regexp.t
25651 ____________________________________________________________________________
25652 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
25653         Log: Subject: [PATCH] Re: stability of sort()?
25654              From: Nicholas Clark <nick@ccl4.org>
25655              Date: Fri, 25 May 2001 22:40:19 +0100
25656              Message-ID: <20010525224019.B86445@plum.flirble.org>
25657      Branch: perl
25658            ! pod/perlfunc.pod
25659 ____________________________________________________________________________
25660 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
25661         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
25662              From: John Peacock <jpeacock@rowman.com>
25663              Date: Thu, 24 May 2001 22:14:01 -0400
25664              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
25665      Branch: perl
25666            ! mg.c scope.c sv.c
25667 ____________________________________________________________________________
25668 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
25669         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
25670              From: Nicholas Clark <nick@ccl4.org>
25671              Date: Sun, 20 May 2001 19:24:13 +0100
25672              Message-ID: <20010520192413.G83222@plum.flirble.org>
25673      Branch: perl
25674            + lib/ExtUtils/Constant.pm t/lib/extutils.t
25675            ! MANIFEST utils/h2xs.PL
25676 ____________________________________________________________________________
25677 [ 10212] By: nick                                  on 2001/05/26  09:49:28
25678         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
25679              add a few more notes there on use of mortals on the stack.
25680      Branch: perlio
25681            ! pod/perlguts.pod
25682 ____________________________________________________________________________
25683 [ 10211] By: nick                                  on 2001/05/26  09:05:36
25684         Log: Integrate mainline
25685      Branch: perlio
25686           +> t/lib/fcntl.t t/pragma/vars.t
25687           !> (integrate 49 files)
25688 ____________________________________________________________________________
25689 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
25690         Log: Update Changes.
25691      Branch: perl
25692            ! Changes patchlevel.h
25693 ____________________________________________________________________________
25694 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
25695         Log: Based on
25696              
25697              Subject: [PATCH pp.c] Wrapping pack("C",256)
25698              From: Simon Cozens <simon@netthink.co.uk>
25699              Date: Sat, 12 May 2001 17:58:41 +0100
25700              Message-ID: <20010512175841.A6132@netthink.co.uk>
25701      Branch: perl
25702            ! pod/perldiag.pod pp.c t/pragma/warn/pp
25703 ____________________________________________________________________________
25704 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
25705         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
25706              From: "Brendan O'Dea" <bod@compusol.com.au>
25707              Date: Fri, 25 May 2001 11:18:29 +1000
25708              Message-ID: <20010525111829.A28411@compusol.com.au>
25709              
25710              (Slightly modified.)
25711      Branch: perl
25712            ! lib/Term/Cap.pm
25713 ____________________________________________________________________________
25714 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
25715         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
25716              From: Hugo <hv@crypt.compulink.co.uk>
25717              Date: Fri, 25 May 2001 02:13:25 +0100
25718              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
25719      Branch: perl
25720            ! t/op/misc.t
25721 ____________________________________________________________________________
25722 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
25723         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
25724              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
25725              Date: Fri, 25 May 2001 10:25:36 +0900
25726              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
25727      Branch: perl
25728            ! regcomp.c regexec.c
25729 ____________________________________________________________________________
25730 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
25731         Log: Subject: [PATCH #2] stash autovivification and method call error messages
25732              From: Ilmari Karonen <iltzu@sci.fi>
25733              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
25734              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
25735      Branch: perl
25736            ! gv.c pp_hot.c t/op/method.t
25737 ____________________________________________________________________________
25738 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
25739         Log: Add make target and documentation for gprof profiling.
25740      Branch: perl
25741            ! Makefile.SH pod/perlhack.pod
25742 ____________________________________________________________________________
25743 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
25744         Log: Subject: Don't think about UTF8 
25745              From: Mike Guy <mjtg@cam.ac.uk> 
25746              Date: Tue, 22 May 2001 14:35:39 +0100
25747              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
25748      Branch: perl
25749            ! sv.h
25750 ____________________________________________________________________________
25751 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
25752         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
25753              From: Geraint A Edwards <gedge@serf.org> 
25754              Date: Thu, 24 May 2001 22:51:24 +0100
25755              Message-Id: <20010524225124.A34981@cymru.serf.org>
25756      Branch: perl
25757            ! x2p/find2perl.PL
25758 ____________________________________________________________________________
25759 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
25760         Log: DB_File has its own attribute story.
25761      Branch: perl
25762            ! ext/DB_File/DB_File.xs
25763 ____________________________________________________________________________
25764 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
25765         Log: Subject: Re: Making perl with -Wall
25766              From: Andy Dougherty <doughera@lafayette.edu>
25767              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
25768              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
25769      Branch: perl
25770            ! perl.h
25771 ____________________________________________________________________________
25772 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
25773         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
25774              From: "Richard Soderberg" <rs@crystalflame.net>
25775              Date: Thu, 24 May 2001 08:58:16 -0700
25776              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
25777      Branch: perl
25778            ! sv.c
25779 ____________________________________________________________________________
25780 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
25781         Log: IV/UV casting fixes from Nicholas Clark.
25782      Branch: perl
25783            ! perl.h pp_sys.c util.c
25784 ____________________________________________________________________________
25785 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
25786         Log: Subject: Re: Making perl with -Wall
25787              From: Michael G Schwern <schwern@pobox.com>
25788              Date: Thu, 24 May 2001 15:40:28 +0100
25789              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
25790      Branch: perl
25791            ! malloc.c perl.h
25792 ____________________________________________________________________________
25793 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
25794         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
25795              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25796              Date: Tue, 22 May 2001 11:49:37 +0200
25797              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
25798      Branch: metaconfig
25799            ! U/modified/Oldsym.U
25800      Branch: metaconfig/U/perl
25801            ! patchlevel.U
25802      Branch: perl
25803            ! Configure config_h.SH myconfig.SH
25804 ____________________________________________________________________________
25805 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
25806         Log: Under versiononly install also the scripts with the version suffix.
25807              (e.g. .../bin/h2xs5.7.1)
25808      Branch: perl
25809            ! installperl
25810 ____________________________________________________________________________
25811 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
25812         Log: Subject: [PATCH] Stop segfault in mg.c:636
25813              From: "Richard Soderberg" <rs@crystalflame.net>
25814              Date: Thu, 24 May 2001 05:51:52 -0700
25815              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
25816      Branch: perl
25817            ! mg.c
25818 ____________________________________________________________________________
25819 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
25820         Log: Iteration continues; hopefully convergently.
25821      Branch: perl
25822            ! t/lib/b-stash.t
25823 ____________________________________________________________________________
25824 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
25825         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
25826              From: Gisle Aas <gisle@ActiveState.com>
25827              Date: 23 May 2001 16:13:10 -0700
25828              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
25829      Branch: perl
25830            ! op.c toke.c
25831 ____________________________________________________________________________
25832 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
25833         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
25834              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25835              Date: Thu, 24 May 2001 05:05:22 -0500
25836              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
25837      Branch: perl
25838            ! lib/dumpvar.pl lib/perl5db.pl
25839 ____________________________________________________________________________
25840 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
25841         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
25842              From: David Dyck <dcd@tc.fluke.com>
25843              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
25844              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
25845      Branch: perl
25846            ! lib/perl5db.pl
25847 ____________________________________________________________________________
25848 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
25849         Log: Tiny pod nits on READMEs, mostly whitespace issues.
25850      Branch: perl
25851            ! README.amiga README.dos README.macos README.mpeix README.vmesa
25852            ! README.win32
25853 ____________________________________________________________________________
25854 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
25855         Log: The DG/UX part of the 20010521.005.
25856      Branch: perl
25857            ! README.dgux
25858 ____________________________________________________________________________
25859 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
25860         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
25861              From: Hugo <hv@crypt.compulink.co.uk>
25862              Date: Mon, 21 May 2001 16:32:02 +0100
25863              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
25864      Branch: perl
25865            ! regcomp.c t/op/misc.t
25866 ____________________________________________________________________________
25867 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
25868         Log: Subject: [PATCH] Extra UNIVERSAL tests
25869              From: Mike Guy <mjtg@cam.ac.uk>
25870              Date: Wed, 23 May 2001 12:29:20 +0100
25871              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
25872      Branch: perl
25873            ! t/op/universal.t
25874 ____________________________________________________________________________
25875 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
25876         Log: Subject: [PATCH] Remove EQ keyword
25877              From: Mike Guy <mjtg@cam.ac.uk>
25878              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
25879              Date: Wed, 23 May 2001 11:17:29 +0100
25880      Branch: perl
25881            ! keywords.h keywords.pl
25882 ____________________________________________________________________________
25883 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
25884         Log: Subject: [PATCH] lib/perl5db.pl
25885              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25886              Date: Wed, 23 May 2001 02:18:03 -0500
25887              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
25888      Branch: perl
25889            ! lib/perl5db.pl
25890 ____________________________________________________________________________
25891 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
25892         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
25893              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25894              Date: Tue, 22 May 2001 23:34:41 -0500
25895              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
25896      Branch: perl
25897            ! lib/Term/Cap.pm
25898 ____________________________________________________________________________
25899 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
25900         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
25901              From: davem@fdgroup.co.uk
25902              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
25903              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
25904      Branch: perl
25905            ! emacs/e2ctags.pl
25906 ____________________________________________________________________________
25907 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
25908         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
25909              From: Michael G Schwern <schwern@pobox.com>
25910              Date: Tue, 22 May 2001 14:15:09 +0100
25911              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
25912      Branch: perl
25913            ! lib/vars.pm
25914 ____________________________________________________________________________
25915 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
25916         Log: Subject: [PATCH lib/vars.pm] Odd code nit
25917              From: Michael G Schwern <schwern@pobox.com>
25918              Date: Tue, 22 May 2001 14:14:28 +0100
25919              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
25920      Branch: perl
25921            ! lib/vars.pm
25922 ____________________________________________________________________________
25923 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
25924         Log: Use the new use vars feature.
25925      Branch: perl
25926            ! t/lib/b-stash.t
25927 ____________________________________________________________________________
25928 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
25929         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
25930              From: Mike Guy <mjtg@cam.ac.uk>
25931              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25932              Date: Tue, 22 May 2001 13:11:39 +0100
25933      Branch: perl
25934            + t/pragma/vars.t
25935            ! MANIFEST lib/vars.pm t/lib/1_compile.t
25936 ____________________________________________________________________________
25937 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
25938         Log: -qlongdouble considered harmful by Merijn.
25939      Branch: perl
25940            ! hints/aix.sh
25941 ____________________________________________________________________________
25942 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
25943         Log: Update Changes.
25944      Branch: perl
25945            ! Changes patchlevel.h
25946 ____________________________________________________________________________
25947 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
25948         Log: Add a test of its very own for Fcntl.  Hopefully portable.
25949      Branch: perl
25950            + t/lib/fcntl.t
25951            ! MANIFEST
25952 ____________________________________________________________________________
25953 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
25954         Log: Must be trickier for 'minitest' not to die.
25955      Branch: perl
25956            ! t/op/taint.t
25957 ____________________________________________________________________________
25958 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
25959         Log: Can't declare other people's variables.
25960      Branch: perl
25961            ! t/lib/b-stash.t
25962 ____________________________________________________________________________
25963 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
25964         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
25965      Branch: perl
25966            ! doio.c t/op/taint.t
25967 ____________________________________________________________________________
25968 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
25969         Log: The OS/2 variable needs to be declared.
25970      Branch: perl
25971            ! t/lib/b-stash.t
25972 ____________________________________________________________________________
25973 [ 10170] By: nick                                  on 2001/05/20  16:48:29
25974         Log: Integrate mainline
25975      Branch: perlio
25976           !> (integrate 41 files)
25977 ____________________________________________________________________________
25978 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
25979         Log: Small perlsec updates: clarify the taintedness of filename
25980              globbing; suggest using Scalar::Util::tainted().
25981      Branch: perl
25982            ! pod/perlsec.pod
25983 ____________________________________________________________________________
25984 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
25985         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
25986              From: Dave Mitchell <davem@fdgroup.co.uk>
25987              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
25988              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
25989      Branch: perl
25990            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
25991            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
25992            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
25993            ! xsutils.c
25994 ____________________________________________________________________________
25995 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
25996         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
25997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25998              Date: Sat, 19 May 2001 04:08:46 -0400
25999              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
26000      Branch: perl
26001            ! lib/ExtUtils/Mksymlists.pm makedef.pl
26002 ____________________________________________________________________________
26003 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
26004         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
26005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26006              Date: Sat, 19 May 2001 04:30:45 -0400
26007              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
26008      Branch: perl
26009            ! os2/os2.c
26010 ____________________________________________________________________________
26011 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
26012         Log: Subject: [PATCH 5.6.1] build bugs OS/2
26013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26014              Date: Sat, 19 May 2001 04:35:28 -0400
26015              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
26016      Branch: perl
26017            ! os2/Makefile.SHs os2/os2.c
26018 ____________________________________________________________________________
26019 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
26020         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
26021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26022              Date: Sat, 19 May 2001 04:04:23 -0400
26023              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
26024              
26025              (In bleadperl patched b-stash.t instead of b.t)
26026      Branch: perl
26027            ! t/lib/b-stash.t t/lib/bigfltpm.t
26028 ____________________________________________________________________________
26029 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
26030         Log: Subject: [PATCH 5.6.1] perl5db
26031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26032              Date: Sat, 19 May 2001 03:49:09 -0400
26033              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
26034      Branch: perl
26035            ! lib/perl5db.pl
26036 ____________________________________________________________________________
26037 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
26038         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
26039              From: Gisle Aas <gisle@ActiveState.com>
26040              Date: 18 May 2001 14:24:51 -0700
26041              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
26042      Branch: perl
26043            ! pp_ctl.c
26044 ____________________________________________________________________________
26045 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
26046         Log: Subject: [PATCH] Chomp should not always stringify
26047              From: Gisle Aas <gisle@ActiveState.com>
26048              Date: 18 May 2001 07:55:25 -0700
26049              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
26050      Branch: perl
26051            ! doop.c t/op/chop.t
26052 ____________________________________________________________________________
26053 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
26054         Log: Integrate perlio.
26055      Branch: perl
26056           !> pod/perlfunc.pod
26057 ____________________________________________________________________________
26058 [ 10159] By: nick                                  on 2001/05/20  09:39:46
26059         Log: Document some more of open's features.
26060      Branch: perlio
26061            ! pod/perlfunc.pod
26062 ____________________________________________________________________________
26063 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
26064         Log: back out change#10153 (it has compatibility issues such as the
26065              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
26066              benefit for 5.6.x doesn't seem worth the risk)
26067      Branch: maint-5.6/perl
26068            ! toke.c
26069 ____________________________________________________________________________
26070 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
26071         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
26072      Branch: perl
26073            ! x2p/s2p.PL
26074 ____________________________________________________________________________
26075 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
26076         Log: Update Changes.
26077      Branch: perl
26078            ! Changes patchlevel.h
26079 ____________________________________________________________________________
26080 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
26081         Log: Integrate change #10144 from maintperl.
26082              
26083              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
26084      Branch: perl
26085           !> win32/config.bc win32/config.gc win32/config.vc
26086           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26087 ____________________________________________________________________________
26088 [ 10154] By: nick                                  on 2001/05/18  07:23:03
26089         Log: Integrate mainline.
26090      Branch: perlio
26091           +> README.dgux t/lib/i18n-collate.t utils.lst
26092           !> (integrate 49 files)
26093 ____________________________________________________________________________
26094 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
26095         Log: Integrate change #7224 from mainline into maintperl.
26096              
26097              Allow @+ and @- to be doublequoted, from Simon Cozens. 
26098              (Approved by Larry, see Tom's comment in 20000830.005.)
26099      Branch: maint-5.6/perl
26100           !> toke.c
26101 ____________________________________________________________________________
26102 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
26103         Log: Subject: [PATCH bleadperl] small lookbehind fix
26104              From: Hugo <hv@crypt.compulink.co.uk>
26105              Date: Fri, 18 May 2001 00:07:19 +0100
26106              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
26107      Branch: perl
26108            ! regexec.c
26109 ____________________________________________________________________________
26110 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
26111         Log: Detypos.
26112      Branch: perl
26113            ! installman utils.lst
26114 ____________________________________________________________________________
26115 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
26116         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
26117              in 20001222.001.
26118      Branch: perl
26119            ! t/lib/glob-basic.t
26120 ____________________________________________________________________________
26121 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
26122         Log: Subject: [PATCH] Test for bug 20010515.004
26123              From: Benjamin Sugars <bsugars@canoe.ca>
26124              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
26125              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
26126      Branch: perl
26127            ! t/op/misc.t
26128 ____________________________________________________________________________
26129 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
26130         Log: Integrate #10145 from maintperl.
26131              
26132              fix for ID 20010515.004 (needs test)
26133      Branch: perl
26134           !> pp_hot.c
26135 ____________________________________________________________________________
26136 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
26137         Log: Thinko noticed by Doug MacEachern.
26138      Branch: perl
26139            ! thread.h
26140 ____________________________________________________________________________
26141 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
26142         Log: Subject: Re: [PATCH] HERE mark in regex
26143              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26144              Date: Thu, 17 May 2001 12:20:33 -0400
26145              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
26146      Branch: perl
26147            ! t/op/re_tests
26148 ____________________________________________________________________________
26149 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
26150         Log: fix for ID 20010515.004 (needs test)
26151      Branch: maint-5.6/perl
26152            ! pp_hot.c
26153 ____________________________________________________________________________
26154 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
26155         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
26156      Branch: maint-5.6/perl
26157            ! win32/config.bc win32/config.gc win32/config.vc
26158            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26159 ____________________________________________________________________________
26160 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
26161         Log: Macrofy the getspecific (and use it also in util.c)
26162      Branch: perl
26163            ! thread.h util.c
26164 ____________________________________________________________________________
26165 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
26166         Log: Use the unchecked thread-specific key fetch also in Tru64.
26167      Branch: perl
26168            ! thread.h
26169 ____________________________________________________________________________
26170 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
26171         Log: Subject: [PATCH 5.6.1]Quick thread speedup
26172              From: Dan Sugalski <dan@sidhe.org> 
26173              Date: Wed, 16 May 2001 18:05:19 -0400
26174              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
26175      Branch: perl
26176            ! thread.h util.c
26177 ____________________________________________________________________________
26178 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
26179         Log: I think this is quite enough testing for a deprecated feature.
26180      Branch: perl
26181            + t/lib/i18n-collate.t
26182            ! MANIFEST t/lib/1_compile.t
26183 ____________________________________________________________________________
26184 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
26185         Log: More HP-UX lore from Jeff Okamoto.
26186      Branch: perl
26187            ! README.hpux
26188 ____________________________________________________________________________
26189 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
26190         Log: Sort utils.lst for easier maintenance.
26191      Branch: perl
26192            ! utils.lst
26193 ____________________________________________________________________________
26194 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
26195         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26196              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26197              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
26198              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
26199              
26200              Add pod2latex to utils.lst.
26201      Branch: perl
26202            ! MANIFEST utils.lst
26203 ____________________________________________________________________________
26204 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
26205         Log: Subject: Re: [PATCH] HERE mark in regex
26206              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26207              Date: Wed, 16 May 2001 13:04:43 -0400
26208              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
26209      Branch: perl
26210            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26211            ! t/op/regmesg.t t/pragma/warn/regcomp
26212 ____________________________________________________________________________
26213 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
26214         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26215              From: Simon Cozens <simon@netthink.co.uk>
26216              Date: Wed, 16 May 2001 18:02:08 +0100
26217              Message-ID: <20010516180208.A6458@netthink.co.uk>
26218      Branch: perl
26219            ! installman utils.lst
26220 ____________________________________________________________________________
26221 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
26222         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
26223              From: "Philip Newton" <pnewton@gmx.de>
26224              Date: Tue, 15 May 2001 15:09:30 +0200
26225              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
26226              
26227              Test case for #10128.
26228      Branch: perl
26229            ! t/pragma/warn/pp_hot
26230 ____________________________________________________________________________
26231 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
26232         Log: Update Changes.
26233      Branch: perl
26234            ! Changes patchlevel.h
26235 ____________________________________________________________________________
26236 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
26237         Log: Deprecate pseudo-hashes.
26238      Branch: perl
26239            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
26240 ____________________________________________________________________________
26241 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
26242         Log: HP-UX hints update from Merijn.
26243      Branch: perl
26244            ! hints/hpux.sh
26245 ____________________________________________________________________________
26246 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
26247         Log: README.hpux update from Merijn.
26248      Branch: perl
26249            ! README.hpux
26250 ____________________________________________________________________________
26251 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
26252         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
26253              From: Simon Cozens <simon@netthink.co.uk>
26254              Date: Wed, 16 May 2001 15:57:55 +0100
26255              Message-ID: <20010516155755.A4728@netthink.co.uk>
26256      Branch: perl
26257            + utils.lst
26258            ! MANIFEST installman installperl
26259 ____________________________________________________________________________
26260 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
26261         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
26262              From: "Philip Newton" <pnewton@gmx.de>
26263              Date: Tue, 15 May 2001 16:31:05 +0200
26264              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
26265              
26266              Fix PERL_Y2KWARN test to check before rather than after appending.
26267      Branch: perl
26268            ! pp_hot.c
26269 ____________________________________________________________________________
26270 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
26271         Log: Regen Porting stuff.
26272      Branch: perl
26273            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26274            ! config_h.SH
26275 ____________________________________________________________________________
26276 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
26277         Log: Metaconfig unit change for #10125.
26278      Branch: metaconfig
26279            ! U/modified/Oldconfig.U
26280 ____________________________________________________________________________
26281 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
26282         Log: Use OSVERS.
26283      Branch: perl
26284            ! Configure config_h.SH perl.c
26285 ____________________________________________________________________________
26286 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
26287         Log: Regen toc.
26288      Branch: perl
26289            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26290 ____________________________________________________________________________
26291 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
26292         Log: Adding the README.dgux to the MANIFEST would be a good idea.
26293      Branch: perl
26294            ! MANIFEST
26295 ____________________________________________________________________________
26296 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
26297         Log: Move the stack desire definition to thread.h.
26298      Branch: perl
26299            ! ext/Thread/Thread.xs thread.h
26300 ____________________________________________________________________________
26301 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
26302         Log: DG-UX threading patches, including a README.dgux,
26303              from Takis Psarogiannakopoulos.
26304      Branch: perl
26305            + README.dgux
26306            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
26307 ____________________________________________________________________________
26308 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
26309         Log: Subject: [PATCH B::Deparse] More on /x regexes
26310              From: Robin Houston <robin@kitsite.com>
26311              Date: Tue, 15 May 2001 19:09:35 +0100
26312              Message-ID: <20010515190935.A27268@penderel>
26313      Branch: perl
26314            ! ext/B/B/Deparse.pm
26315 ____________________________________________________________________________
26316 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
26317         Log: Document that the core time() may be rounding rather
26318              than truncating, would have saved at least my confusion.
26319      Branch: perl
26320            ! ext/Time/HiRes/HiRes.pm
26321 ____________________________________________________________________________
26322 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
26323         Log: Subject: perl-current/t/time-hires.t
26324              From: John Peacock <jpeacock@rowman.com>
26325              Date: Fri, 11 May 2001 14:09:41 -0400
26326              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
26327      Branch: perl
26328            ! t/lib/time-hires.t
26329 ____________________________________________________________________________
26330 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
26331         Log: Subject: [PATCH dump.c] Op private flags
26332              From: Simon Cozens <simon@netthink.co.uk>
26333              Date: Sun, 13 May 2001 20:20:36 +0100
26334              Message-ID: <20010513202036.A21896@netthink.co.uk>
26335      Branch: perl
26336            ! dump.c
26337 ____________________________________________________________________________
26338 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
26339         Log: Upgrade to Switch 2.03.
26340      Branch: perl
26341            ! lib/Switch.pm
26342 ____________________________________________________________________________
26343 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
26344         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
26345              to PERL_CONFIG_SH and use it consistently.
26346      Branch: maint-5.6/perl
26347           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
26348           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
26349           !> myconfig.SH writemain.SH
26350 ____________________________________________________________________________
26351 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
26352         Log: Metaconfig units changes for #10113.
26353      Branch: metaconfig
26354            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
26355 ____________________________________________________________________________
26356 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
26357         Log: The problem described in 20010514.031 still wasn't
26358              fully cured, there were remnants of $CONFIG when
26359              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
26360              to avoid future conflicts.
26361      Branch: perl
26362            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
26363            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
26364            ! myconfig.SH writemain.SH
26365 ____________________________________________________________________________
26366 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
26367         Log: Half of #10107 got lost.
26368      Branch: perl
26369            ! ext/B/B/Deparse.pm
26370 ____________________________________________________________________________
26371 [ 10111] By: nick                                  on 2001/05/15  08:39:14
26372         Log: Integrate mainline.
26373      Branch: perlio
26374           +> ext/POSIX/hints/uts.pl
26375            - Todo Todo-5.6 t/camel-III/vstring.t
26376           !> (integrate 48 files)
26377 ____________________________________________________________________________
26378 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
26379         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
26380              From: Robin Houston <robin@kitsite.com>
26381              Date: Mon, 14 May 2001 22:27:08 +0100
26382              Message-ID: <20010514222708.A22963@penderel>
26383      Branch: perl
26384            ! t/TestInit.pm
26385 ____________________________________________________________________________
26386 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
26387         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
26388              From: Robin Houston <robin@kitsite.com>
26389              Date: Mon, 14 May 2001 22:16:43 +0100
26390              Message-ID: <20010514221643.A22437@penderel>
26391      Branch: perl
26392            ! ext/B/B/Deparse.pm
26393 ____________________________________________________________________________
26394 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
26395         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
26396              From: Robin Houston <robin@kitsite.com>
26397              Date: Mon, 14 May 2001 22:03:44 +0100
26398              Message-ID: <20010514220344.A20643@penderel>
26399      Branch: perl
26400            ! ext/B/B/Deparse.pm
26401 ____________________________________________________________________________
26402 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
26403         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
26404              From: Robin Houston <robin@kitsite.com>
26405              Date: Mon, 14 May 2001 22:10:07 +0100
26406              Message-ID: <20010514221007.A21118@penderel>
26407      Branch: perl
26408            ! ext/B/B/Deparse.pm
26409 ____________________________________________________________________________
26410 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
26411         Log: Fix for 20010514.037; substr() didn't invalidate the locale
26412              collation magic.
26413      Branch: perl
26414            ! pp.c
26415 ____________________________________________________________________________
26416 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
26417         Log: Update Changes.
26418      Branch: perl
26419            ! Changes patchlevel.h
26420 ____________________________________________________________________________
26421 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
26422         Log: Retract #10094.
26423      Branch: perl
26424            ! lib/Pod/Text.pm
26425 ____________________________________________________________________________
26426 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
26427         Log: Integrate change #10100 from maintperl.
26428              
26429              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
26430              bug ID 20010514.027)
26431      Branch: perl
26432           !> mg.c pp_ctl.c
26433 ____________________________________________________________________________
26434 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
26435         Log: Document the deprecatedness of suidperl.
26436      Branch: perl
26437            ! INSTALL pod/perlfaq1.pod
26438 ____________________________________________________________________________
26439 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
26440         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
26441              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26442              Date: Mon, 14 May 2001 09:38:59 -0400
26443              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
26444      Branch: perl
26445            ! lib/ExtUtils/MM_Unix.pm
26446 ____________________________________________________________________________
26447 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
26448         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
26449              bug ID 20010514.027)
26450              
26451              TODO: this needs a testsuite addition
26452      Branch: maint-5.6/perl
26453            ! mg.c pp_ctl.c
26454 ____________________________________________________________________________
26455 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
26456         Log: More DWIMminess for Class::Struct: calling the array or hash
26457              accessors only with one argument, an array or a hash reference,
26458              sets the underlying array or hash.  This mirrors nicely also
26459              the usage in the constructor.
26460              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
26461      Branch: perl
26462            ! lib/Class/Struct.pm t/lib/class-struct.t
26463 ____________________________________________________________________________
26464 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
26465         Log: Reference cmp'ing should go through the whole stringification
26466              process shebang, as pointed out by Sarathy in #10091.
26467      Branch: perl
26468            ! pp.c
26469 ____________________________________________________________________________
26470 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
26471         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
26472              From: Simon Cozens <simon@netthink.co.uk>
26473              Date: Sat, 12 May 2001 16:36:27 +0100
26474              Message-ID: <20010512163627.A5522@netthink.co.uk>
26475              
26476              with some additions salvaged from Todo and Todo-5.6 before
26477              retiring them.
26478      Branch: perl
26479            - Todo Todo-5.6
26480            ! MANIFEST pod/perltodo.pod
26481 ____________________________________________________________________________
26482 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
26483         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
26484              From: "Golubev I. N." <gin@mo.msk.ru>
26485              Date: Mon, 07 May 2001 14:33:34 (GMT)
26486              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
26487      Branch: perl
26488            ! perl.h
26489 ____________________________________________________________________________
26490 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
26491         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
26492              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26493              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
26494              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
26495      Branch: perl
26496            ! lib/ExtUtils/MM_Unix.pm
26497 ____________________________________________________________________________
26498 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
26499         Log: (Retracted by #10104.)
26500              
26501              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
26502              From: barries <barries@slaysys.com>
26503              Date: Sat, 12 May 2001 01:28:10 -0400
26504              Message-ID: <20010512012810.B26358@jester.slaysys.com>
26505      Branch: perl
26506            ! lib/Pod/Text.pm
26507 ____________________________________________________________________________
26508 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
26509         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
26510              From: Mike Guy <mjtg@cam.ac.uk>
26511              Date: Sat, 12 May 2001 19:24:33 +0100
26512              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
26513      Branch: perl
26514            ! lib/AutoSplit.pm
26515 ____________________________________________________________________________
26516 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
26517         Log: Yet another HP-UX hints tweak from Merijn.
26518      Branch: perl
26519            ! hints/hpux.sh
26520 ____________________________________________________________________________
26521 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
26522         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
26523              isn't defined (changes#9366,9368,9370 from mainline without the
26524              pp_scmp() change)
26525      Branch: maint-5.6/perl
26526            ! pp.c pp.h pp_hot.c
26527 ____________________________________________________________________________
26528 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
26529         Log: The sorting seems to happen now automatically.
26530      Branch: perl
26531            ! t/lib/glob-basic.t
26532 ____________________________________________________________________________
26533 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
26534         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
26535              From: Benjamin Sugars <bsugars@canoe.ca>
26536              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
26537              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
26538      Branch: perl
26539            ! pod/perlfunc.pod
26540 ____________________________________________________________________________
26541 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
26542         Log: Subject: Re: undef(&foo) does not work for XS functions
26543              From: Doug MacEachern <dougm@covalent.net>
26544              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
26545              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
26546      Branch: perl
26547            ! op.c
26548 ____________________________________________________________________________
26549 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
26550         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
26551              From: Peter Prymmer <pvhp@forte.com>
26552              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
26553              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
26554      Branch: perl
26555            ! t/op/append.t
26556 ____________________________________________________________________________
26557 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
26558         Log: Update Changes.
26559      Branch: perl
26560            ! Changes patchlevel.h
26561 ____________________________________________________________________________
26562 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
26563         Log: Remove the 'asciir' re subpragma.  Should instead implement
26564              the 'physical vs logical' range scheme:
26565              
26566              \xAA-\xCC is a native physical range, you want that range of
26567              codepoints in your native encoding.  In EBCDIC the codepoints
26568              in the gaps (between i-j and r-s) should be included.
26569              
26570              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
26571              codepoints in Unicode.
26572              
26573              a-z is a logical range, you want that range of 'logical' codepoints
26574              in your native encoding.  In EBCDIC the codepoints in the gaps
26575              (between i-j and r-s) should not be included.
26576              
26577              Mixed cases (a-\xAA, etc) should either be errors, or maybe
26578              the 'logical' endpoints should be converted to native/Unicode
26579              codepoints, and the range handled as a physical range.
26580              
26581              'Logical endpoints' are to be recognized only in the A-Z, a-z,
26582              and 0-9 ranges.  Probably a warning should be given for mixed
26583              cases like A-z or a-9 (since such expressions are encoding
26584              dependent), with a recommendation to use physical ranges.
26585      Branch: perl
26586            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
26587            ! t/op/regexp.t
26588 ____________________________________________________________________________
26589 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
26590         Log: Make the test to cleanup the test directory tree
26591              both before and after the testing so that we always
26592              have a clean slate to work with.
26593      Branch: perl
26594            ! t/lib/filefind.t
26595 ____________________________________________________________________________
26596 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
26597         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
26598              From: Jon Eveland <jweveland@yahoo.com>
26599              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
26600              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
26601      Branch: perl
26602            ! pod/perlfunc.pod
26603 ____________________________________________________________________________
26604 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
26605         Log: Merge the camel-III/vstring.t with op/ver.t.
26606      Branch: perl
26607            - t/camel-III/vstring.t
26608            ! MANIFEST t/TEST t/harness t/op/ver.t
26609 ____________________________________________________________________________
26610 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
26611         Log: Add test.deparse make target.
26612      Branch: perl
26613            ! Makefile.SH
26614 ____________________________________________________________________________
26615 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
26616         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
26617              From: Robin Houston <robin@kitsite.com>
26618              Date: Fri, 11 May 2001 12:02:22 +0100
26619              Message-ID: <20010511120222.A11529@penderel>
26620      Branch: perl
26621            ! ext/B/B/Deparse.pm t/op/method.t
26622 ____________________________________________________________________________
26623 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
26624         Log: A nicely working combination for UTS from Hal Morris.
26625      Branch: perl
26626            + ext/POSIX/hints/uts.pl
26627            ! MANIFEST hints/uts.sh
26628 ____________________________________________________________________________
26629 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
26630         Log: i_ieeefp=undef for UTS.
26631      Branch: perl
26632            ! hints/uts.sh
26633 ____________________________________________________________________________
26634 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
26635         Log: Subject: RE: rand(0) is rand(1)
26636              From: Larry Shatzer <lshatzer@islanddata.com>
26637              Date: Thu, 10 May 2001 11:09:27 -0700
26638              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
26639      Branch: perl
26640            ! pod/perlfunc.pod
26641 ____________________________________________________________________________
26642 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
26643         Log: Subject: [patch] make op_{clear,null} public
26644              From: Doug MacEachern <dougm@covalent.net>
26645              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
26646              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
26647      Branch: perl
26648            ! embed.h embed.pl op.c proto.h
26649 ____________________________________________________________________________
26650 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
26651         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
26652              From: Robin Houston <robin@kitsite.com>
26653              Date: Thu, 10 May 2001 18:54:59 +0100
26654              Message-ID: <20010510185459.A5995@penderel>
26655      Branch: perl
26656            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
26657 ____________________________________________________________________________
26658 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
26659         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
26660              From: Robin Houston <robin@kitsite.com>
26661              Date: Thu, 10 May 2001 12:56:39 +0100
26662              Message-ID: <20010510125639.A2119@penderel>
26663      Branch: perl
26664            ! ext/B/B/Deparse.pm
26665 ____________________________________________________________________________
26666 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
26667         Log: Retract #10070, not ready yet.
26668      Branch: perl
26669            ! ext/B/B/Deparse.pm
26670 ____________________________________________________________________________
26671 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
26672         Log: The metaconfig unit change for #10071.
26673      Branch: metaconfig
26674            ! U/modified/mallocsrc.U
26675 ____________________________________________________________________________
26676 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
26677         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
26678      Branch: perl
26679            ! Configure
26680 ____________________________________________________________________________
26681 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
26682         Log: (Retracted by #10073)
26683              
26684              Subject: Re: [PATCH t/TEST] B::Deparse tester 
26685              From: Hugo <hv@crypt.compulink.co.uk>
26686              Date: Thu, 10 May 2001 05:48:09 +0100
26687              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
26688      Branch: perl
26689            ! ext/B/B/Deparse.pm
26690 ____________________________________________________________________________
26691 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
26692         Log: Add a for(func()) test.
26693      Branch: perl
26694            ! t/cmd/for.t
26695 ____________________________________________________________________________
26696 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
26697         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
26698              From: Robin Houston <robin@kitsite.com>
26699              Date: Thu, 10 May 2001 13:50:08 +0100
26700              Message-ID: <20010510135008.A2454@penderel>
26701      Branch: perl
26702            ! ext/B/B/Deparse.pm
26703 ____________________________________________________________________________
26704 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
26705         Log: A thinko in #10065.
26706      Branch: perl
26707            ! hv.c
26708 ____________________________________________________________________________
26709 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
26710         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
26711              From: Robin Houston <robin@kitsite.com>
26712              Date: Thu, 10 May 2001 02:10:34 +0100
26713              Message-ID: <20010510021034.A19421@penderel>
26714      Branch: perl
26715            ! ext/B/B.xs ext/B/B/Deparse.pm
26716 ____________________________________________________________________________
26717 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
26718         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
26719              From: Doug MacEachern <dougm@covalent.net>
26720              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
26721              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
26722      Branch: perl
26723            ! hv.c
26724 ____________________________________________________________________________
26725 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
26726         Log: One more workaround for the UTS compiler from Hal Morris.
26727      Branch: perl
26728            ! perl.h
26729 ____________________________________________________________________________
26730 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
26731         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
26732              From: Robin Houston <robin@kitsite.com>
26733              Date: Thu, 10 May 2001 01:02:08 +0100
26734              Message-ID: <20010510010208.A18200@penderel>
26735      Branch: perl
26736            ! ext/B/B/Debug.pm
26737 ____________________________________________________________________________
26738 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
26739         Log: Subject: [PATCH] Simplify deb_curcv() a bit
26740              From: Benjamin Sugars <bsugars@canoe.ca>
26741              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
26742              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
26743      Branch: perl
26744            ! run.c
26745 ____________________________________________________________________________
26746 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
26747         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
26748              From: Benjamin Sugars <bsugars@canoe.ca>
26749              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
26750              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
26751      Branch: perl
26752            ! t/lib/io_scalar.t
26753 ____________________________________________________________________________
26754 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
26755         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
26756              From: Peter Prymmer <pvhp@forte.com>
26757              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
26758              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
26759      Branch: perl
26760            ! t/lib/md5-file.t
26761 ____________________________________________________________________________
26762 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
26763         Log: Subject: [PATCH t/TEST] B::Deparse tester
26764              From: Robin Houston <robin@kitsite.com>
26765              Date: Wed, 9 May 2001 19:17:50 +0100
26766              Message-ID: <20010509191750.A16940@penderel>
26767      Branch: perl
26768            ! ext/B/O.pm t/TEST
26769 ____________________________________________________________________________
26770 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
26771         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
26772              From: Jeff Pinyan <jeffp@crusoe.net>
26773              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
26774              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
26775      Branch: perl
26776            ! lib/Pod/Html.pm
26777 ____________________________________________________________________________
26778 [ 10057] By: nick                                  on 2001/05/09  18:37:56
26779         Log: Integrate mainline.
26780      Branch: perlio
26781           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
26782           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
26783 ____________________________________________________________________________
26784 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
26785         Log: Update Changes.
26786      Branch: perl
26787            ! Changes patchlevel.h
26788 ____________________________________________________________________________
26789 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
26790         Log: Integrate perlio.
26791      Branch: perl
26792           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26793 ____________________________________________________________________________
26794 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
26795         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
26796              From: Benjamin Sugars <bsugars@canoe.ca>
26797              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
26798              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
26799      Branch: perl
26800            ! perlio.c
26801 ____________________________________________________________________________
26802 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
26803         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
26804              From: Benjamin Sugars <bsugars@canoe.ca>
26805              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
26806              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
26807      Branch: perl
26808            ! ext/PerlIO/Scalar/Scalar.xs
26809 ____________________________________________________________________________
26810 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
26811         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
26812              From: Jeff Pinyan <jeffp@crusoe.net>
26813              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
26814              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
26815      Branch: perl
26816            ! lib/Pod/Html.pm
26817 ____________________________________________________________________________
26818 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
26819         Log: EPOC tweak from Olaf Flebbe.
26820      Branch: perl
26821            ! epoc/epocish.h
26822 ____________________________________________________________________________
26823 [ 10050] By: nick                                  on 2001/05/09  14:37:57
26824         Log: win32, regen_config_h
26825      Branch: perlio
26826            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26827 ____________________________________________________________________________
26828 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
26829         Log: Integrate perlio.
26830      Branch: perl
26831           !> pp_sys.c
26832 ____________________________________________________________________________
26833 [ 10048] By: nick                                  on 2001/05/09  11:59:50
26834         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
26835              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
26836      Branch: perlio
26837            ! pp_sys.c
26838 ____________________________________________________________________________
26839 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
26840         Log: Integrate perlio.
26841      Branch: perl
26842           !> run.c
26843 ____________________________________________________________________________
26844 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
26845         Log: Subject: Re: Less warnings during configure
26846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26847              Date: Wed, 09 May 2001 13:12:49 +0200
26848              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
26849      Branch: perl
26850            ! hints/hpux.sh
26851 ____________________________________________________________________________
26852 [ 10045] By: nick                                  on 2001/05/09  09:56:59
26853         Log: MULTIPLICITY/DEBUGGING build fix.
26854      Branch: perlio
26855            ! run.c
26856 ____________________________________________________________________________
26857 [ 10044] By: nick                                  on 2001/05/09  09:46:37
26858         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
26859      Branch: perlio
26860           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
26861            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26862           !> (integrate 65 files)
26863 ____________________________________________________________________________
26864 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
26865         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26866              From: Robin Houston <robin@kitsite.com>
26867              Date: Tue, 8 May 2001 19:38:00 +0100
26868              Message-ID: <20010508193800.A4389@penderel>
26869              
26870              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26871              From: Robin Houston <robin@kitsite.com>
26872              Date: Tue, 8 May 2001 20:03:57 +0100
26873              Message-ID: <20010508200357.A4614@penderel>
26874              
26875              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
26876              From: Robin Houston <robin@kitsite.com>
26877              Date: Wed, 9 May 2001 00:12:05 +0100
26878              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
26879      Branch: perl
26880            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
26881 ____________________________________________________________________________
26882 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
26883         Log: Retract #10031.
26884      Branch: perl
26885            ! pod/perlfunc.pod
26886 ____________________________________________________________________________
26887 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
26888         Log: The metaconfig unit changes for #10040.
26889      Branch: metaconfig/U/perl
26890            ! Checkcc.U d_dlsymun.U dlsrc.U
26891 ____________________________________________________________________________
26892 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
26893         Log: The Configure half of
26894              
26895              Subject: Less warnings during configure
26896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26897              Date: Tue, 08 May 2001 08:44:02 +0200
26898              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
26899      Branch: perl
26900            ! Configure
26901 ____________________________________________________________________________
26902 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
26903         Log: Subject: Less warnings during configure
26904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26905              Date: Tue, 08 May 2001 08:44:02 +0200
26906              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
26907      Branch: perl
26908            ! hints/hpux.sh
26909 ____________________________________________________________________________
26910 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
26911         Log: Don't forget to whine about \d__\d.
26912      Branch: perl
26913            ! t/pragma/warn/toke toke.c
26914 ____________________________________________________________________________
26915 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
26916         Log: Allow underscores also in the exponent part.
26917      Branch: perl
26918            ! t/pragma/warn/toke toke.c
26919 ____________________________________________________________________________
26920 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
26921         Log: CodeMagicCD doesn't look like an *I*DE.
26922      Branch: perl
26923            ! pod/perlfaq3.pod
26924 ____________________________________________________________________________
26925 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
26926         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
26927              to be consistently down).
26928      Branch: perl
26929            ! pod/perlfaq3.pod
26930 ____________________________________________________________________________
26931 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
26932         Log: Upgrade to Text::Balanced 1.84.
26933      Branch: perl
26934            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
26935 ____________________________________________________________________________
26936 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
26937         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
26938              From: Benjamin Sugars <bsugars@canoe.ca>
26939              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
26940              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
26941      Branch: perl
26942            ! run.c
26943 ____________________________________________________________________________
26944 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
26945         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
26946              From: Peter Prymmer <pvhp@forte.com>
26947              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
26948              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
26949      Branch: perl
26950            ! t/pod/plainer.t
26951 ____________________________________________________________________________
26952 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
26953         Log: (Retracted by #10042)
26954              
26955              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
26956              From: "Philip Newton" <pnewton@gmx.de>
26957              Date: Tue, 8 May 2001 09:18:10 +0200
26958              Message-ID: <3AF7B9D2.28861.603732@localhost>
26959      Branch: perl
26960            ! pod/perlfunc.pod
26961 ____________________________________________________________________________
26962 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
26963         Log: Subject: [PATCH B::Deparse] Document known bugs
26964              From: Robin Houston <robin@kitsite.com>
26965              Date: Tue, 8 May 2001 01:53:34 +0100
26966              Message-ID: <20010508015334.A32394@penderel>
26967      Branch: perl
26968            ! ext/B/B/Deparse.pm
26969 ____________________________________________________________________________
26970 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
26971         Log: Subject: Re: Perl book, magazine and website updates.
26972              From: "Philip Newton" <pnewton@gmx.de>
26973              Date: Mon, 7 May 2001 17:03:58 +0200
26974              Message-ID: <3AF6D57E.5387.1E29930@localhost>
26975      Branch: perl
26976            ! pod/perlfaq2.pod
26977 ____________________________________________________________________________
26978 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
26979         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
26980              From: Peter Prymmer <pvhp@forte.com>
26981              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
26982              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
26983      Branch: perl
26984            ! t/io/fflush.t
26985 ____________________________________________________________________________
26986 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
26987         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
26988              From: Robin Houston <robin@kitsite.com>
26989              Date: Tue, 8 May 2001 01:14:55 +0100
26990              Message-ID: <20010508011455.A32162@penderel>
26991      Branch: perl
26992            ! ext/B/B/Deparse.pm
26993 ____________________________________________________________________________
26994 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
26995         Log: Typo in #10025.
26996      Branch: perl
26997            ! hints/uts.sh
26998 ____________________________________________________________________________
26999 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
27000         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
27001      Branch: perl
27002            ! hints/uts.sh
27003 ____________________________________________________________________________
27004 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
27005         Log: Subject: Re: [ID 20010506.045] question about hash syntax
27006              From: Peter Scott <Peter@PSDT.com>
27007              Date: Sun, 06 May 2001 13:10:40 -0700
27008              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
27009      Branch: perl
27010            ! pod/perl56delta.pod
27011 ____________________________________________________________________________
27012 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
27013         Log: Configure should figure out the list of dynamic extensions
27014              just fine in UTS-- and in fact it does, as reported by Hal Morris.
27015      Branch: perl
27016            ! hints/uts.sh
27017 ____________________________________________________________________________
27018 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
27019         Log: Update Changes.
27020      Branch: perl
27021            ! Changes patchlevel.h
27022 ____________________________________________________________________________
27023 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
27024         Log: Subject: [PATCH regcomp.c] Insecure regexes
27025              From: Robin Houston <robin@kitsite.com>
27026              Date: Mon, 7 May 2001 21:56:12 +0100
27027              Message-ID: <20010507215612.A31114@penderel>
27028      Branch: perl
27029            ! regcomp.c
27030 ____________________________________________________________________________
27031 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
27032         Log: Drop the foobar.perl.com references for now until Simon
27033              gets them sorted out.
27034      Branch: perl
27035            ! pod/perlfaq2.pod
27036 ____________________________________________________________________________
27037 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
27038         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
27039              From: Prymmer/Kahn <pvhp@best.com>
27040              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
27041              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
27042      Branch: perl
27043            ! lib/Devel/SelfStubber.pm
27044 ____________________________________________________________________________
27045 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
27046         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
27047              From: Prymmer/Kahn <pvhp@best.com>
27048              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
27049              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
27050      Branch: perl
27051            ! win32/Makefile
27052 ____________________________________________________________________________
27053 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
27054         Log: s/WebTechnique's/WebTechniques/
27055      Branch: perl
27056            ! pod/perlfaq2.pod
27057 ____________________________________________________________________________
27058 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
27059         Log: Llama 3 updates from Randal.
27060      Branch: perl
27061            ! pod/perlfaq2.pod
27062 ____________________________________________________________________________
27063 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
27064         Log: Subject: [PATCH] Help -Dt show correct pad variables
27065              From: Benjamin Sugars <ben.sugars@home.com>
27066              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
27067              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
27068      Branch: perl
27069            ! embed.h embed.pl proto.h run.c
27070 ____________________________________________________________________________
27071 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
27072         Log: Subject: [PATCH] Document C<our $foo : shared>
27073              From: Benjamin Sugars <ben.sugars@home.com>
27074              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
27075              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
27076      Branch: perl
27077            ! pod/perlfunc.pod
27078 ____________________________________________________________________________
27079 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
27080         Log: Subject: [PATCH B::Deparse] undefined folded constants
27081              From: Robin Houston <robin@kitsite.com>
27082              Date: Sun, 6 May 2001 17:19:09 +0100
27083              Message-ID: <20010506171909.A7046@penderel>
27084      Branch: perl
27085            ! ext/B/B/Deparse.pm
27086 ____________________________________________________________________________
27087 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
27088         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
27089              From: Robin Houston <robin@kitsite.com>
27090              Message-ID: <20010506164654.A6848@penderel>
27091              Date: Sun, 6 May 2001 16:46:54 +0100
27092      Branch: perl
27093            ! ext/B/B/Deparse.pm
27094 ____________________________________________________________________________
27095 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
27096         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
27097              From: Robin Houston <robin@kitsite.com>
27098              Date: Sun, 6 May 2001 14:47:02 +0100
27099              Message-ID: <20010506144702.A6308@penderel>
27100      Branch: perl
27101            ! t/op/my_stash.t
27102 ____________________________________________________________________________
27103 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
27104         Log: Subject: Perl book, magazine and website updates.
27105              From: Simon Cozens <simon@netthink.co.uk>
27106              Date: Sun, 6 May 2001 16:55:36 +0100
27107              Message-ID: <20010506165536.A1795@netthink.co.uk>
27108      Branch: perl
27109            ! pod/perlbook.pod pod/perlfaq2.pod
27110 ____________________________________________________________________________
27111 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
27112         Log: Tweaks on the Tru64 prof options.
27113      Branch: perl
27114            ! pod/perlhack.pod
27115 ____________________________________________________________________________
27116 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
27117         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
27118              From: Robin Houston <robin@kitsite.com>
27119              Date: Sun, 6 May 2001 14:40:51 +0100
27120              Message-ID: <20010506144051.A6279@penderel>
27121      Branch: perl
27122            ! t/pod/testp2pt.pl
27123 ____________________________________________________________________________
27124 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
27125         Log: Subject: [PATCH B::Deparse] scoping
27126              From: Robin Houston <robin@kitsite.com>
27127              Date: Sun, 6 May 2001 14:36:56 +0100
27128              Message-ID: <20010506143656.A4006@penderel>
27129      Branch: perl
27130            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
27131 ____________________________________________________________________________
27132 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
27133         Log: Document the undefinedness of bitshifting out of range.
27134      Branch: perl
27135            ! pod/perlop.pod
27136 ____________________________________________________________________________
27137 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
27138         Log: Retract #10003 and update the IDE descriptions a bit.
27139      Branch: perl
27140            ! pod/perlfaq3.pod
27141 ____________________________________________________________________________
27142 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
27143         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
27144              From: Prymmer/Kahn <pvhp@best.com>
27145              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
27146              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
27147      Branch: perl
27148            ! win32/Makefile win32/buildext.pl win32/config.bc
27149            ! win32/config.gc win32/config.vc
27150 ____________________________________________________________________________
27151 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
27152         Log: (Retracted by #10005.)
27153      Branch: perl
27154            ! pod/perlfaq3.pod
27155 ____________________________________________________________________________
27156 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
27157         Log: It's "psed", not "sed".
27158      Branch: perl
27159            ! x2p/s2p.PL
27160 ____________________________________________________________________________
27161 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
27162         Log: Update Changes.
27163      Branch: perl
27164            ! Changes patchlevel.h
27165 ____________________________________________________________________________
27166 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
27167         Log: Subject: Re: bleadperl make install fails due to "psed"
27168              From: andreas.koenig@anima.de (Andreas J. Koenig)
27169              Date: 05 May 2001 18:23:28 +0200
27170              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
27171      Branch: perl
27172            ! x2p/Makefile.SH x2p/s2p.PL
27173 ____________________________________________________________________________
27174 [  9999] By: jhi                                   on 2001/05/05  18:28:09
27175         Log: AUTHORS updates.
27176      Branch: perl
27177            ! AUTHORS
27178 ____________________________________________________________________________
27179 [  9998] By: jhi                                   on 2001/05/05  18:16:00
27180         Log: Updates on the pods related to the modules included since 5.6.
27181              
27182              TODO: perltodo really could use major updating.
27183      Branch: perl
27184            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
27185            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
27186            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
27187            ! pod/perlsyn.pod pod/perltodo.pod
27188 ____________________________________________________________________________
27189 [  9997] By: jhi                                   on 2001/05/05  17:35:17
27190         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
27191              from Kurt Skauen.
27192      Branch: perl
27193            + hints/atheos.sh
27194            ! MANIFEST
27195 ____________________________________________________________________________
27196 [  9996] By: jhi                                   on 2001/05/05  17:25:00
27197         Log: Add preemptive #undefs for some of the shorter and more prone
27198              to collision regcomp.h #defines.  (Background: the MASK collided
27199              with a system header #define in Rhapsody.)
27200      Branch: perl
27201            ! regcomp.h
27202 ____________________________________________________________________________
27203 [  9995] By: jhi                                   on 2001/05/05  13:24:21
27204         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
27205              From: Nicholas Clark <nick@ccl4.org>
27206              Date: Sat, 5 May 2001 14:46:39 +0100
27207              Message-ID: <20010505144639.O53513@plum.flirble.org>
27208              
27209              Add a test for the constants (if any) being processed correctly.
27210      Branch: perl
27211            ! utils/h2xs.PL
27212 ____________________________________________________________________________
27213 [  9994] By: jhi                                   on 2001/05/05  02:11:03
27214         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
27215              From: Peter Prymmer <pvhp@forte.com>
27216              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
27217              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
27218      Branch: perl
27219            ! t/lib/b-stash.t
27220 ____________________________________________________________________________
27221 [  9993] By: jhi                                   on 2001/05/05  02:03:49
27222         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
27223              From: Peter Prymmer <pvhp@forte.com>
27224              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
27225              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
27226      Branch: perl
27227            ! perlio.c vms/vmsish.h
27228 ____________________________________________________________________________
27229 [  9992] By: jhi                                   on 2001/05/04  17:21:12
27230         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
27231              From: Robin Barker <rmb1@cise.npl.co.uk>
27232              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
27233              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
27234      Branch: perl
27235            + t/pod/plainer.t
27236            ! MANIFEST
27237 ____________________________________________________________________________
27238 [  9991] By: jhi                                   on 2001/05/04  16:47:45
27239         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
27240              From: Robin Barker <rmb1@cise.npl.co.uk>
27241              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
27242              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
27243      Branch: perl
27244            ! regcomp.c
27245 ____________________________________________________________________________
27246 [  9990] By: jhi                                   on 2001/05/04  14:37:20
27247         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
27248              From: Prymmer/Kahn <pvhp@best.com>
27249              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
27250              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
27251      Branch: perl
27252            ! t/lib/b-stash.t
27253 ____________________________________________________________________________
27254 [  9989] By: jhi                                   on 2001/05/04  14:03:58
27255         Log: Introduce perl572delta, update Todo, add the missing
27256              mention about signal safety since 5.7.1 (though this
27257              requires verification and more details.)
27258      Branch: perl
27259            + pod/perl572delta.pod
27260            ! MANIFEST Todo pod/perl571delta.pod
27261 ____________________________________________________________________________
27262 [  9988] By: jhi                                   on 2001/05/04  12:41:51
27263         Log: Subject: [PATCH perl@9944] long =item
27264              From: Robin Barker <rmb1@cise.npl.co.uk>
27265              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
27266              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
27267      Branch: perl
27268            ! ext/Time/HiRes/HiRes.pm
27269 ____________________________________________________________________________
27270 [  9987] By: jhi                                   on 2001/05/04  12:39:19
27271         Log: The #9901 had removed one line essential for EBCDIC.
27272      Branch: perl
27273            ! regcomp.c
27274 ____________________________________________________________________________
27275 [  9986] By: jhi                                   on 2001/05/04  12:30:23
27276         Log: Subject: cygwin/Makefile.SHs INSTALL patch
27277              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
27278              Date: Mon, 08 Jan 2001 04:59:21 +0200
27279              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
27280      Branch: perl
27281            ! cygwin/Makefile.SHs
27282 ____________________________________________________________________________
27283 [  9985] By: jhi                                   on 2001/05/04  03:51:39
27284         Log: Encode/IO doc tweaks.
27285      Branch: perl
27286            ! ext/Encode/Encode.pm
27287 ____________________________________________________________________________
27288 [  9984] By: jhi                                   on 2001/05/04  03:29:34
27289         Log: Remove GDBM_File from the dynamic extensions for UTS,
27290              GDBM is not a standard feature.
27291      Branch: perl
27292            ! hints/uts.sh
27293 ____________________________________________________________________________
27294 [  9983] By: jhi                                   on 2001/05/04  03:22:59
27295         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
27296      Branch: perl
27297            ! pod/perlretut.pod
27298 ____________________________________________________________________________
27299 [  9982] By: jhi                                   on 2001/05/03  23:21:03
27300         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
27301              From: Benjamin Sugars <bsugars@canoe.ca>
27302              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
27303              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
27304      Branch: perl
27305            ! dump.c
27306 ____________________________________________________________________________
27307 [  9981] By: jhi                                   on 2001/05/03  23:20:05
27308         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
27309              From: Benjamin Sugars <bsugars@canoe.ca>
27310              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
27311              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
27312      Branch: perl
27313            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27314 ____________________________________________________________________________
27315 [  9980] By: jhi                                   on 2001/05/03  23:15:29
27316         Log: Integrate perlio.
27317      Branch: perl
27318           !> ext/Encode/Encode.pm
27319 ____________________________________________________________________________
27320 [  9979] By: jhi                                   on 2001/05/03  16:54:59
27321         Log: Install psed man page.
27322      Branch: perl
27323            ! installman
27324 ____________________________________________________________________________
27325 [  9978] By: jhi                                   on 2001/05/03  16:45:58
27326         Log: Remove unused files; noted by Sarathy.
27327      Branch: perl
27328            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27329            ! MANIFEST
27330 ____________________________________________________________________________
27331 [  9977] By: jhi                                   on 2001/05/03  16:42:30
27332         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
27333              From: Andy Dougherty <doughera@lafayette.edu>
27334              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
27335              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
27336      Branch: perl
27337            ! INSTALL
27338 ____________________________________________________________________________
27339 [  9976] By: nick                                  on 2001/05/03  16:40:42
27340         Log: Allow $answer = encode($object,$text); like it says in docs.
27341      Branch: perlio
27342            ! ext/Encode/Encode.pm
27343 ____________________________________________________________________________
27344 [  9975] By: nick                                  on 2001/05/03  16:22:30
27345         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
27346              to be in scope (fair enough), and also a package variable (our) for eval to see it.
27347      Branch: perlio
27348            ! ext/Encode/Encode.pm
27349 ____________________________________________________________________________
27350 [  9974] By: nick                                  on 2001/05/03  15:48:17
27351         Log: Integrate mainline.
27352      Branch: perlio
27353           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
27354           +> t/lib/filter-simple.t t/lib/next.t
27355           !> (integrate 70 files)
27356 ____________________________________________________________________________
27357 [  9973] By: jhi                                   on 2001/05/03  13:09:09
27358         Log: Update Changes.
27359      Branch: perl
27360            ! Changes patchlevel.h
27361 ____________________________________________________________________________
27362 [  9972] By: jhi                                   on 2001/05/03  12:58:33
27363         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
27364              From: Prymmer/Kahn <pvhp@best.com>
27365              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
27366              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
27367      Branch: perl
27368            ! t/io/fflush.t
27369 ____________________________________________________________________________
27370 [  9971] By: jhi                                   on 2001/05/03  12:57:26
27371         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
27372              From: Prymmer/Kahn <pvhp@best.com>
27373              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
27374              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
27375      Branch: perl
27376            ! win32/FindExt.pm
27377 ____________________________________________________________________________
27378 [  9970] By: jhi                                   on 2001/05/03  02:42:46
27379         Log: Can't croak sans thread context, from Doug MacEachern.
27380      Branch: perl
27381            ! toke.c
27382 ____________________________________________________________________________
27383 [  9969] By: jhi                                   on 2001/05/03  01:23:48
27384         Log: Subject: Random input test and Perl
27385              From: Ilya Zakharevich <ilya@math.berkeley.edu>
27386              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
27387              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
27388      Branch: perl
27389            ! toke.c
27390 ____________________________________________________________________________
27391 [  9968] By: jhi                                   on 2001/05/02  22:17:21
27392         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
27393              From: Peter Prymmer <pvhp@forte.com>
27394              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
27395              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
27396      Branch: perl
27397            ! pod/perlfunc.pod pod/perlport.pod
27398 ____________________________________________________________________________
27399 [  9967] By: jhi                                   on 2001/05/02  20:12:45
27400         Log: Workaround for UTS compiler casting bug from Hal Morris.
27401      Branch: perl
27402            ! perl.h
27403 ____________________________________________________________________________
27404 [  9966] By: jhi                                   on 2001/05/02  18:31:37
27405         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
27406              From: Dan Sugalski <dan@sidhe.org>
27407              Date: Wed, 02 May 2001 15:23:22 -0400
27408              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
27409      Branch: perl
27410            ! perl.c vms/vms.c
27411 ____________________________________________________________________________
27412 [  9965] By: jhi                                   on 2001/05/02  18:21:29
27413         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
27414      Branch: perl
27415            ! pod/perlfunc.pod
27416 ____________________________________________________________________________
27417 [  9964] By: jhi                                   on 2001/05/02  18:15:01
27418         Log: Document large files in INSTALL, document also the %x
27419              limitation if not use64bitint, closes bug 20010326.007.
27420      Branch: perl
27421            ! INSTALL
27422 ____________________________________________________________________________
27423 [  9963] By: jhi                                   on 2001/05/02  17:24:47
27424         Log: perlmodlib tweaks; regen pods.
27425      Branch: perl
27426            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
27427            ! pod/perltoc.pod
27428 ____________________________________________________________________________
27429 [  9962] By: jhi                                   on 2001/05/02  17:14:00
27430         Log: Fix for a segfault, from Marc Lehmann.
27431      Branch: perl
27432            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
27433 ____________________________________________________________________________
27434 [  9961] By: jhi                                   on 2001/05/02  15:55:53
27435         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
27436              From: "Philip Newton" <pnewton@gmx.de>
27437              Date: Wed, 2 May 2001 18:39:03 +0200
27438              Message-ID: <3AF05447.15525.173B588@localhost>
27439      Branch: perl
27440            ! pod/perlop.pod
27441 ____________________________________________________________________________
27442 [  9960] By: jhi                                   on 2001/05/02  15:35:37
27443         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
27444              From: Dan Sugalski <dan@sidhe.org>
27445              Date: Wed, 02 May 2001 11:37:27 -0400
27446              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
27447      Branch: perl
27448            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
27449            ! thread.h vms/vms.c vms/vmsish.h
27450 ____________________________________________________________________________
27451 [  9959] By: jhi                                   on 2001/05/02  15:21:08
27452         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
27453              From: Benjamin Sugars <bsugars@canoe.ca>
27454              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
27455              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
27456      Branch: perl
27457            ! ext/PerlIO/Scalar/Scalar.xs
27458 ____________________________________________________________________________
27459 [  9958] By: jhi                                   on 2001/05/02  15:15:53
27460         Log: Bug in #9915, spotted by Mike Guy.
27461      Branch: perl
27462            ! installperl
27463 ____________________________________________________________________________
27464 [  9957] By: jhi                                   on 2001/05/02  13:26:01
27465         Log: Add a test for not griping about references as array
27466              indices if the reference has magic in it (overloaded
27467              methods).
27468      Branch: perl
27469            ! pod/perldiag.pod t/pragma/warn/pp_hot
27470 ____________________________________________________________________________
27471 [  9956] By: jhi                                   on 2001/05/02  13:07:01
27472         Log: Retracted a bit too much in #9952.
27473      Branch: perl
27474            ! t/pragma/sub_lval.t
27475 ____________________________________________________________________________
27476 [  9955] By: jhi                                   on 2001/05/02  13:05:38
27477         Log: Test for #9952.
27478      Branch: perl
27479            ! t/op/tie.t
27480 ____________________________________________________________________________
27481 [  9954] By: jhi                                   on 2001/05/02  11:48:18
27482         Log: Additional note on the encoding example: one cannot
27483              convert string constants in-place.
27484      Branch: perl
27485            ! ext/Encode/Encode.pm
27486 ____________________________________________________________________________
27487 [  9953] By: jhi                                   on 2001/05/02  11:43:51
27488         Log: Note that if you have recent enough Perl you already
27489              have Filter::Util::Call.
27490      Branch: perl
27491            ! lib/Filter/Simple.pm
27492 ____________________________________________________________________________
27493 [  9952] By: jhi                                   on 2001/05/02  11:31:53
27494         Log: Retract changes #8254 and #8255, causes coredump in
27495              'tie FH, "main"', reported by Abigail, culprit found by
27496              Benjamin Sugars.  Mirrors maintperl change #9950.
27497      Branch: perl
27498            ! op.c t/pragma/sub_lval.t
27499 ____________________________________________________________________________
27500 [  9951] By: jhi                                   on 2001/05/02  11:14:29
27501         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
27502      Branch: perl
27503            + t/lib/MyFilter.pm
27504 ____________________________________________________________________________
27505 [  9950] By: gsar                                  on 2001/05/02  03:17:11
27506         Log: revert integration of changes#8254,8255 in change#8620 (causes
27507              a coredump in C<tie FH, 'foo'>; the idea itself may need better
27508              rationalization)
27509      Branch: maint-5.6/perl
27510            ! op.c t/pragma/sub_lval.t
27511 ____________________________________________________________________________
27512 [  9949] By: gsar                                  on 2001/05/02  02:56:32
27513         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
27514              
27515              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
27516              
27517              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
27518      Branch: maint-5.6/perl
27519           !> hints/svr5.sh
27520 ____________________________________________________________________________
27521 [  9948] By: gsar                                  on 2001/05/02  02:49:15
27522         Log: pod/find.t breaks on VMS (from Craig Berry)
27523      Branch: maint-5.6/perl
27524            ! t/pod/find.t
27525 ____________________________________________________________________________
27526 [  9947] By: jhi                                   on 2001/05/02  02:43:09
27527         Log: Add an encoding conversion example.
27528      Branch: perl
27529            ! ext/Encode/Encode.pm
27530 ____________________________________________________________________________
27531 [  9946] By: jhi                                   on 2001/05/02  01:34:22
27532         Log: Another coat of paint but still nowhere finished.
27533              Need to decide on the semantics of strptime(): should
27534              strptime() be a function instead of a method?  To do
27535              the week/monthname-strptiming the i18n/l10n bullet needs
27536              to be bitten with gusto.
27537      Branch: perl
27538            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27539 ____________________________________________________________________________
27540 [  9945] By: jhi                                   on 2001/05/01  23:40:52
27541         Log: Update Changes.
27542      Branch: perl
27543            ! Changes patchlevel.h
27544 ____________________________________________________________________________
27545 [  9944] By: jhi                                   on 2001/05/01  23:33:37
27546         Log: Add known-to-be-tested modules to the list-to-be-skipped.
27547      Branch: perl
27548            ! t/lib/1_compile.t
27549 ____________________________________________________________________________
27550 [  9943] By: jhi                                   on 2001/05/01  23:24:40
27551         Log: Subject: BorlandC++ fix
27552              From: "Vadim Konovalov" <watman@inbox.ru>
27553              Date: Mon, 30 Apr 2001 20:12:26 -0700
27554              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
27555      Branch: perl
27556            ! win32/makefile.mk
27557 ____________________________________________________________________________
27558 [  9942] By: jhi                                   on 2001/05/01  23:18:02
27559         Log: Update to Filter::Simple 0.60, create a test for it.
27560      Branch: perl
27561            + t/lib/filter-simple.t
27562            ! MANIFEST lib/Filter/Simple.pm
27563 ____________________________________________________________________________
27564 [  9941] By: jhi                                   on 2001/05/01  19:47:24
27565         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
27566              From: Hugo <hv@crypt.compulink.co.uk>
27567              Date: Tue, 01 May 2001 20:12:20 +0100
27568              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
27569      Branch: perl
27570            ! pp_hot.c t/op/re_tests
27571 ____________________________________________________________________________
27572 [  9940] By: jhi                                   on 2001/05/01  19:42:16
27573         Log: Integrate perlio.
27574      Branch: perl
27575           !> lib/base.pm t/lib/fields.t
27576 ____________________________________________________________________________
27577 [  9939] By: jhi                                   on 2001/05/01  19:39:51
27578         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
27579              From: Benjamin Sugars <bsugars@canoe.ca>
27580              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
27581              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
27582      Branch: perl
27583            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27584 ____________________________________________________________________________
27585 [  9938] By: jhi                                   on 2001/05/01  19:34:09
27586         Log: Add NEXT, a pseudo-class for method redispatching.
27587              <Damian>NEXT.pm probably offers more bang-for-buck
27588              than anything else I've ever written.</Damian>
27589      Branch: perl
27590            + lib/NEXT.pm t/lib/next.t
27591            ! MANIFEST
27592 ____________________________________________________________________________
27593 [  9937] By: jhi                                   on 2001/05/01  19:21:41
27594         Log: Update to Switch 2.02.
27595      Branch: perl
27596            ! lib/Switch.pm t/lib/switch.t
27597 ____________________________________________________________________________
27598 [  9936] By: nick                                  on 2001/05/01  19:09:21
27599         Log: Fix for base.pm clobbering $VERSION
27600      Branch: perlio
27601            ! lib/base.pm
27602 ____________________________________________________________________________
27603 [  9935] By: nick                                  on 2001/05/01  18:54:38
27604         Log: Test for base.pm clobbering $VERSION.
27605      Branch: perlio
27606            ! t/lib/fields.t
27607 ____________________________________________________________________________
27608 [  9934] By: jhi                                   on 2001/05/01  18:39:10
27609         Log: Add information about Scalar::Util::blessed.
27610      Branch: perl
27611            ! pod/perlobj.pod
27612 ____________________________________________________________________________
27613 [  9933] By: jhi                                   on 2001/05/01  18:33:51
27614         Log: Subject: Extra UNIVERSAL documentation
27615              From: Mike Guy <mjtg@cam.ac.uk>
27616              Date: Tue, 01 May 2001 20:12:11 +0100
27617              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
27618      Branch: perl
27619            ! pod/perlobj.pod
27620 ____________________________________________________________________________
27621 [  9932] By: jhi                                   on 2001/05/01  18:26:54
27622         Log: Subject: Autoflush in tests as appropriate
27623              From: Mike Guy <mjtg@cam.ac.uk>
27624              Date: Tue, 01 May 2001 20:05:31 +0100
27625              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
27626      Branch: perl
27627            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
27628            ! t/op/taint.t
27629 ____________________________________________________________________________
27630 [  9931] By: jhi                                   on 2001/05/01  18:02:29
27631         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
27632              From: Benjamin Sugars <bsugars@canoe.ca>
27633              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
27634              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
27635      Branch: perl
27636            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27637 ____________________________________________________________________________
27638 [  9930] By: jhi                                   on 2001/05/01  15:12:26
27639         Log: Subject: Re: Finally got a round tuit
27640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27641              Date: Tue, 01 May 2001 14:14:10 +0200
27642              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
27643              
27644              The -DP part, slightly modified.
27645      Branch: perl
27646            ! perl.c
27647 ____________________________________________________________________________
27648 [  9929] By: jhi                                   on 2001/05/01  14:17:15
27649         Log: Subject: Re: Finally got a round tuit
27650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27651              Date: Tue, 01 May 2001 16:34:06 +0200
27652              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
27653              
27654              cpp and optimization tweaks for HP-UX.
27655      Branch: perl
27656            ! hints/hpux.sh
27657 ____________________________________________________________________________
27658 [  9928] By: jhi                                   on 2001/05/01  13:24:20
27659         Log: Tune the scan_num() comments to reality.
27660      Branch: perl
27661            ! toke.c
27662 ____________________________________________________________________________
27663 [  9927] By: jhi                                   on 2001/05/01  13:14:01
27664         Log: Subject: [PATCH B::Deparse] optimised sort
27665              From: Robin Houston <robin@kitsite.com>
27666              Date: Tue, 1 May 2001 14:07:12 +0100
27667              Message-ID: <20010501140712.A4266@penderel>
27668      Branch: perl
27669            ! ext/B/B/Deparse.pm
27670 ____________________________________________________________________________
27671 [  9926] By: jhi                                   on 2001/05/01  13:10:53
27672         Log: Subject: [PATCH t/lib/b-deparse.t] 
27673              From: Robin Houston <robin@kitsite.com>
27674              Date: Tue, 1 May 2001 13:37:42 +0100
27675              Message-ID: <20010501133742.A4082@penderel>
27676      Branch: perl
27677            ! t/lib/b-deparse.t
27678 ____________________________________________________________________________
27679 [  9925] By: jhi                                   on 2001/05/01  13:10:13
27680         Log: Subject: [PATCH B::Deparse] for(;;), sort
27681              From: Robin Houston <robin@kitsite.com>
27682              Date: Tue, 1 May 2001 13:35:00 +0100
27683              Message-ID: <20010501133500.A4061@penderel>
27684      Branch: perl
27685            ! ext/B/B/Deparse.pm
27686 ____________________________________________________________________________
27687 [  9924] By: jhi                                   on 2001/05/01  13:09:22
27688         Log: Subject: [PATCH B::Deparse] do, warn, use
27689              From: Robin Houston <robin@kitsite.com>
27690              Date: Tue, 1 May 2001 13:31:03 +0100
27691              Message-ID: <20010501133103.A4041@penderel>
27692      Branch: perl
27693            ! ext/B/B/Deparse.pm
27694 ____________________________________________________________________________
27695 [  9923] By: jhi                                   on 2001/05/01  11:45:36
27696         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
27697              From: Benjamin Sugars <ben.sugars@home.com>
27698              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
27699              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
27700      Branch: perl
27701            + t/io/fflush.t
27702            ! MANIFEST
27703 ____________________________________________________________________________
27704 [  9922] By: jhi                                   on 2001/05/01  11:35:42
27705         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
27706              From: Peter Prymmer <pvhp@forte.com>
27707              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
27708              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
27709      Branch: perl
27710            ! t/lib/selfstubber.t
27711 ____________________________________________________________________________
27712 [  9921] By: jhi                                   on 2001/04/30  16:34:33
27713         Log: Subject: [PATCH B::Concise] suppress warning
27714              From: Robin Houston <robin@kitsite.com>
27715              Date: Mon, 30 Apr 2001 16:09:49 +0100
27716              Message-ID: <20010430160949.A25086@penderel>
27717      Branch: perl
27718            ! ext/B/B/Concise.pm
27719 ____________________________________________________________________________
27720 [  9920] By: jhi                                   on 2001/04/30  13:56:04
27721         Log: Strip the *markers* from #9919.
27722      Branch: perl
27723            ! pod/perlfaq.pod pod/perlfaq5.pod
27724 ____________________________________________________________________________
27725 [  9919] By: jhi                                   on 2001/04/30  13:54:04
27726         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
27727              From: Gwyn Judd <b.judd@xtra.co.nz>
27728              Date: Sun, 29 Apr 2001 01:47:49 +1200
27729              Message-ID: <20010429014749.A4418@thislove>
27730      Branch: perl
27731            ! pod/perlfaq.pod pod/perlfaq5.pod
27732 ____________________________________________________________________________
27733 [  9918] By: jhi                                   on 2001/04/30  13:13:54
27734         Log: More_tweakage.
27735      Branch: perl
27736            ! pod/perldata.pod pod/perldiag.pod
27737 ____________________________________________________________________________
27738 [  9917] By: jhi                                   on 2001/04/30  13:01:27
27739         Log: Update Changes.
27740      Branch: perl
27741            ! Changes patchlevel.h
27742 ____________________________________________________________________________
27743 [  9916] By: jhi                                   on 2001/04/30  12:57:03
27744         Log: T_w_e_a_k_a_g_e.
27745      Branch: perl
27746            ! pod/perldata.pod pod/perldiag.pod
27747 ____________________________________________________________________________
27748 [  9915] By: jhi                                   on 2001/04/30  12:39:29
27749         Log: Install s2p also as psed.
27750              
27751              TODO: psed documentation?
27752      Branch: perl
27753            ! installperl
27754 ____________________________________________________________________________
27755 [  9914] By: jhi                                   on 2001/04/30  12:29:21
27756         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
27757              From: Jens Hamisch <jens@Strawberry.COM>
27758              Date: Fri, 27 Apr 2001 17:00:36 +0200
27759              Message-ID: <20010427170036.K1372@Strawberry.COM>
27760              
27761              SOCKS5_VERSION_NAME is the right symbol to detect
27762              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
27763              function called socks5_init() is available, and even that is
27764              not universal, most SOCKS5 installations use SOCKSinit()).
27765      Branch: perl
27766            ! perlio.c
27767 ____________________________________________________________________________
27768 [  9913] By: jhi                                   on 2001/04/30  12:22:15
27769         Log: Allow a zero timeout on IO::Socket accept and connect--
27770              though one really shouldn't do that.  Based on
27771              
27772              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
27773              From: "John Holdsworth" <coldwave@bigfoot.com>
27774              Date: Sun, 4 Feb 2001 12:48:18 +0100
27775              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
27776      Branch: perl
27777            ! ext/IO/lib/IO/Socket.pm
27778 ____________________________________________________________________________
27779 [  9912] By: jhi                                   on 2001/04/30  11:27:27
27780         Log: Save the spot of regprev (see #9911) for binary compatibility;
27781              regen API.
27782      Branch: perl
27783            ! embedvar.h perlapi.h thrdvar.h
27784 ____________________________________________________________________________
27785 [  9911] By: jhi                                   on 2001/04/30  11:22:03
27786         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
27787              From: Hugo <hv@crypt.compulink.co.uk>
27788              Date: Sun, 29 Apr 2001 17:09:30 +0100
27789              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
27790      Branch: perl
27791            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
27792 ____________________________________________________________________________
27793 [  9910] By: jhi                                   on 2001/04/30  11:15:12
27794         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
27795              a dummy for PL_numeric_radix); no pressing reason to break
27796              binary compatibility; regen API.
27797      Branch: perl
27798            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
27799            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
27800 ____________________________________________________________________________
27801 [  9909] By: jhi                                   on 2001/04/30  10:56:08
27802         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
27803              From: Walt Mankowski <waltman@netaxs.com>
27804              Date: Sun, 29 Apr 2001 21:53:48 -0400
27805              Message-ID: <20010429215348.A3971@netaxs.com>
27806      Branch: perl
27807            ! pod/perlfunc.pod
27808 ____________________________________________________________________________
27809 [  9908] By: jhi                                   on 2001/04/30  10:49:40
27810         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
27811      Branch: perl
27812            ! t/lib/selfstubber.t
27813 ____________________________________________________________________________
27814 [  9907] By: nick                                  on 2001/04/30  09:26:50
27815         Log: Integrate mainline.
27816      Branch: perlio
27817           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
27818 ____________________________________________________________________________
27819 [  9906] By: jhi                                   on 2001/04/29  23:24:20
27820         Log: Abigail spotted a thinko in #9905.
27821      Branch: perl
27822            ! pod/perldiag.pod
27823 ____________________________________________________________________________
27824 [  9905] By: jhi                                   on 2001/04/29  15:55:39
27825         Log: Changed the underscore/undebar syntax in numeric constants;
27826              now any grouping will do, as long as the underscores are not
27827              consecutive (so "zero-grouping" is out), and they do not begin
27828              or end the integer or fractional parts.
27829      Branch: perl
27830            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
27831 ____________________________________________________________________________
27832 [  9904] By: nick                                  on 2001/04/29  15:43:22
27833         Log: Integrate mainline.
27834      Branch: perlio
27835           +> (branch 98 files)
27836            - lib/unicode/Block.pl
27837            - lib/unicode/In/AlphabeticPresentationForms.pl
27838            - lib/unicode/In/Arabic.pl
27839            - lib/unicode/In/ArabicPresentationForms-A.pl
27840            - lib/unicode/In/ArabicPresentationForms-B.pl
27841            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27842            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27843            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27844            - lib/unicode/In/BopomofoExtended.pl
27845            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
27846            - lib/unicode/In/CJKCompatibility.pl
27847            - lib/unicode/In/CJKCompatibilityForms.pl
27848            - lib/unicode/In/CJKCompatibilityIdeographs.pl
27849            - lib/unicode/In/CJKRadicalsSupplement.pl
27850            - lib/unicode/In/CJKSymbolsandPunctuation.pl
27851            - lib/unicode/In/CJKUnifiedIdeographs.pl
27852            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
27853            - lib/unicode/In/Cherokee.pl
27854            - lib/unicode/In/CombiningDiacriticalMarks.pl
27855            - lib/unicode/In/CombiningHalfMarks.pl
27856            - lib/unicode/In/CombiningMarksforSymbols.pl
27857            - lib/unicode/In/ControlPictures.pl
27858            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
27859            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
27860            - lib/unicode/In/EnclosedAlphanumerics.pl
27861            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
27862            - lib/unicode/In/Ethiopic.pl
27863            - lib/unicode/In/GeneralPunctuation.pl
27864            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
27865            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
27866            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
27867            - lib/unicode/In/HalfwidthandFullwidthForms.pl
27868            - lib/unicode/In/HangulCompatibilityJamo.pl
27869            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
27870            - lib/unicode/In/Hebrew.pl
27871            - lib/unicode/In/HighPrivateUseSurrogates.pl
27872            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
27873            - lib/unicode/In/IPAExtensions.pl
27874            - lib/unicode/In/IdeographicDescriptionCharacters.pl
27875            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
27876            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
27877            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
27878            - lib/unicode/In/Latin-1Supplement.pl
27879            - lib/unicode/In/LatinExtended-A.pl
27880            - lib/unicode/In/LatinExtended-B.pl
27881            - lib/unicode/In/LatinExtendedAdditional.pl
27882            - lib/unicode/In/LetterlikeSymbols.pl
27883            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
27884            - lib/unicode/In/MathematicalOperators.pl
27885            - lib/unicode/In/MiscellaneousSymbols.pl
27886            - lib/unicode/In/MiscellaneousTechnical.pl
27887            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
27888            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
27889            - lib/unicode/In/OpticalCharacterRecognition.pl
27890            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
27891            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
27892            - lib/unicode/In/SmallFormVariants.pl
27893            - lib/unicode/In/SpacingModifierLetters.pl
27894            - lib/unicode/In/Specials.pl
27895            - lib/unicode/In/SuperscriptsandSubscripts.pl
27896            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
27897            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
27898            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
27899            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
27900            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
27901           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
27902           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
27903           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
27904           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
27905           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
27906           !> utf8.c win32/Makefile
27907 ____________________________________________________________________________
27908 [  9903] By: jhi                                   on 2001/04/29  14:30:53
27909         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
27910              From: Prymmer/Kahn <pvhp@best.com>
27911              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
27912              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
27913      Branch: perl
27914            ! win32/Makefile
27915 ____________________________________________________________________________
27916 [  9902] By: jhi                                   on 2001/04/29  02:52:44
27917         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
27918              From: "Abigail" <abigail@foad.org>
27919              Date: Sun, 29 Apr 2001 03:14:25 +0200
27920              Message-ID: <20010429011425.24503.qmail@foad.org>
27921      Branch: perl
27922            ! ext/IO/lib/IO/Seekable.pm
27923 ____________________________________________________________________________
27924 [  9901] By: jhi                                   on 2001/04/29  02:04:46
27925         Log: In character classes one couldn't have 0x80..0xff characters
27926              at the left hand side if there were 0x100.. characters in the
27927              character class.
27928      Branch: perl
27929            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
27930            ! t/op/pat.t utf8.c
27931 ____________________________________________________________________________
27932 [  9900] By: jhi                                   on 2001/04/28  22:55:04
27933         Log: Forgot the latest mktables.PL from #9899.
27934      Branch: perl
27935            ! lib/unicode/mktables.PL
27936 ____________________________________________________________________________
27937 [  9899] By: jhi                                   on 2001/04/28  22:53:28
27938         Log: Explain the \p{} and \P{} error message better and
27939              have prettier prettyprint in In.pl.
27940      Branch: perl
27941            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
27942            ! pod/perldiag.pod
27943 ____________________________________________________________________________
27944 [  9898] By: jhi                                   on 2001/04/28  21:03:34
27945         Log: Add one possible explanation for the "Invalid [] range" error.
27946      Branch: perl
27947            ! pod/perldiag.pod
27948 ____________________________________________________________________________
27949 [  9897] By: jhi                                   on 2001/04/28  17:18:26
27950         Log: Add a level of indirection to the implementation of \p{InFoo}
27951              so that we don't have to have long filenames.  (Nothing changes
27952              in the user interface.)   The indirection is defined in
27953              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
27954              Also rename some the character classes by removing '-' from
27955              the classnames, and finally renamed Block.pl as Blocks.pl.
27956      Branch: perl
27957            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
27958            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
27959            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
27960            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
27961            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
27962            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
27963            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
27964            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
27965            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
27966            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
27967            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
27968            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
27969            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
27970            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
27971            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
27972            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
27973            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
27974            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
27975            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
27976            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
27977            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
27978            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
27979            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
27980            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
27981            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
27982            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
27983            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
27984            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
27985            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
27986            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
27987            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
27988            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
27989            + lib/unicode/In/94.pl lib/unicode/In/95.pl
27990            - lib/unicode/Block.pl
27991            - lib/unicode/In/AlphabeticPresentationForms.pl
27992            - lib/unicode/In/Arabic.pl
27993            - lib/unicode/In/ArabicPresentationForms-A.pl
27994            - lib/unicode/In/ArabicPresentationForms-B.pl
27995            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
27996            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
27997            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
27998            - lib/unicode/In/BopomofoExtended.pl
27999            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
28000            - lib/unicode/In/CJKCompatibility.pl
28001            - lib/unicode/In/CJKCompatibilityForms.pl
28002            - lib/unicode/In/CJKCompatibilityIdeographs.pl
28003            - lib/unicode/In/CJKRadicalsSupplement.pl
28004            - lib/unicode/In/CJKSymbolsandPunctuation.pl
28005            - lib/unicode/In/CJKUnifiedIdeographs.pl
28006            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
28007            - lib/unicode/In/Cherokee.pl
28008            - lib/unicode/In/CombiningDiacriticalMarks.pl
28009            - lib/unicode/In/CombiningHalfMarks.pl
28010            - lib/unicode/In/CombiningMarksforSymbols.pl
28011            - lib/unicode/In/ControlPictures.pl
28012            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
28013            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
28014            - lib/unicode/In/EnclosedAlphanumerics.pl
28015            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
28016            - lib/unicode/In/Ethiopic.pl
28017            - lib/unicode/In/GeneralPunctuation.pl
28018            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
28019            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
28020            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
28021            - lib/unicode/In/HalfwidthandFullwidthForms.pl
28022            - lib/unicode/In/HangulCompatibilityJamo.pl
28023            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
28024            - lib/unicode/In/Hebrew.pl
28025            - lib/unicode/In/HighPrivateUseSurrogates.pl
28026            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
28027            - lib/unicode/In/IPAExtensions.pl
28028            - lib/unicode/In/IdeographicDescriptionCharacters.pl
28029            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
28030            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
28031            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
28032            - lib/unicode/In/Latin-1Supplement.pl
28033            - lib/unicode/In/LatinExtended-A.pl
28034            - lib/unicode/In/LatinExtended-B.pl
28035            - lib/unicode/In/LatinExtendedAdditional.pl
28036            - lib/unicode/In/LetterlikeSymbols.pl
28037            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
28038            - lib/unicode/In/MathematicalOperators.pl
28039            - lib/unicode/In/MiscellaneousSymbols.pl
28040            - lib/unicode/In/MiscellaneousTechnical.pl
28041            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
28042            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
28043            - lib/unicode/In/OpticalCharacterRecognition.pl
28044            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
28045            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
28046            - lib/unicode/In/SmallFormVariants.pl
28047            - lib/unicode/In/SpacingModifierLetters.pl
28048            - lib/unicode/In/Specials.pl
28049            - lib/unicode/In/SuperscriptsandSubscripts.pl
28050            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
28051            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
28052            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
28053            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
28054            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
28055            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
28056            ! pod/perlunicode.pod
28057 ____________________________________________________________________________
28058 [  9896] By: jhi                                   on 2001/04/28  14:33:17
28059         Log: Update the information on shared library path on HP-UX.
28060      Branch: perl
28061            ! INSTALL
28062 ____________________________________________________________________________
28063 [  9895] By: jhi                                   on 2001/04/28  14:32:30
28064         Log: Because #9894 seems to do the trick, this workaround can be removed.
28065      Branch: perl
28066            ! t/lib/selfstubber.t
28067 ____________________________________________________________________________
28068 [  9894] By: jhi                                   on 2001/04/28  14:26:13
28069         Log: For PerlIO flush the children's file handles (on fork/exec/system).
28070      Branch: perl
28071            ! perl.h
28072 ____________________________________________________________________________
28073 [  9893] By: jhi                                   on 2001/04/28  14:23:15
28074         Log: Test tweak for #9891.
28075      Branch: perl
28076            ! t/lib/b-deparse.t
28077 ____________________________________________________________________________
28078 [  9892] By: jhi                                   on 2001/04/28  14:10:13
28079         Log: New HP-UX hints from Merijn.
28080      Branch: perl
28081            ! hints/hpux.sh
28082 ____________________________________________________________________________
28083 [  9891] By: jhi                                   on 2001/04/28  14:07:27
28084         Log: Subject: [PATCH B::Deparse] non-block scopes
28085              From: Robin Houston <robin@kitsite.com>
28086              Date: Fri, 27 Apr 2001 19:15:14 +0100
28087              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
28088      Branch: perl
28089            ! ext/B/B/Deparse.pm
28090 ____________________________________________________________________________
28091 [  9890] By: nick                                  on 2001/04/27  19:41:25
28092         Log: Integrate mainline
28093      Branch: perlio
28094           +> t/lib/selfstubber.t
28095           !> (integrate 50 files)
28096 ____________________________________________________________________________
28097 [  9889] By: jhi                                   on 2001/04/27  18:23:46
28098         Log: Subject: Re: selfstubber test fail on bleadperl
28099              From: Mike Guy <mjtg@cam.ac.uk>
28100              Date: Fri, 27 Apr 2001 19:31:18 +0100
28101              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
28102      Branch: perl
28103            ! t/lib/selfstubber.t
28104 ____________________________________________________________________________
28105 [  9888] By: jhi                                   on 2001/04/27  16:20:54
28106         Log: Test tweak for #9886.
28107      Branch: perl
28108            ! t/lib/b-deparse.t
28109 ____________________________________________________________________________
28110 [  9887] By: jhi                                   on 2001/04/27  16:16:33
28111         Log: Buffering issue at least in Solaris (even with perlio).
28112      Branch: perl
28113            ! t/lib/selfstubber.t
28114 ____________________________________________________________________________
28115 [  9886] By: jhi                                   on 2001/04/27  14:59:23
28116         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
28117              From: Robin Houston <robin@kitsite.com>
28118              Date: Fri, 27 Apr 2001 16:53:20 +0100
28119              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
28120      Branch: perl
28121            ! ext/B/B/Deparse.pm
28122 ____________________________________________________________________________
28123 [  9885] By: jhi                                   on 2001/04/27  14:23:51
28124         Log: Update Changes.
28125      Branch: perl
28126            ! Changes patchlevel.h
28127 ____________________________________________________________________________
28128 [  9884] By: jhi                                   on 2001/04/27  14:14:12
28129         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
28130              From: "Philip Newton" <pnewton@gmx.de>
28131              Date: Fri, 27 Apr 2001 16:40:13 +0200
28132              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
28133      Branch: perl
28134            ! pod/perldata.pod
28135 ____________________________________________________________________________
28136 [  9883] By: jhi                                   on 2001/04/27  13:28:19
28137         Log: Add LOG_PERROR; prettify the "removed".
28138      Branch: perl
28139            ! ext/Sys/Syslog/Syslog.xs
28140 ____________________________________________________________________________
28141 [  9882] By: jhi                                   on 2001/04/27  13:13:18
28142         Log: h2xs tweaks: use NV instead of double, "quote" the removed
28143              prefixes for clarity (especially when nothing is removed),
28144              slight pod reformats.
28145      Branch: perl
28146            ! utils/h2xs.PL
28147 ____________________________________________________________________________
28148 [  9881] By: jhi                                   on 2001/04/27  12:58:48
28149         Log: Don't bother creating existing directories.
28150      Branch: perl
28151            ! utils/h2xs.PL
28152 ____________________________________________________________________________
28153 [  9880] By: jhi                                   on 2001/04/27  12:45:39
28154         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
28155              From: Mike Schilli <m@perlmeister.com>
28156              Date: Wed, 25 Apr 2001 01:29:21 -0700
28157              Message-id: <3AE68AE1.6A981723@perlmeister.com>
28158      Branch: perl
28159            ! utils/h2xs.PL
28160 ____________________________________________________________________________
28161 [  9879] By: jhi                                   on 2001/04/27  12:40:55
28162         Log: break is not yet Perl.  Added the template license also to README.
28163      Branch: perl
28164            ! utils/h2xs.PL
28165 ____________________________________________________________________________
28166 [  9878] By: jhi                                   on 2001/04/27  03:08:20
28167         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
28168              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28169              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
28170              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
28171      Branch: perl
28172            ! t/lib/xs-typemap.t
28173 ____________________________________________________________________________
28174 [  9877] By: jhi                                   on 2001/04/26  23:54:40
28175         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
28176              From: "Abigail" <abigail@foad.org>
28177              Date: Fri, 27 Apr 2001 01:44:28 +0200
28178              Message-ID: <20010426234428.19786.qmail@foad.org>
28179      Branch: perl
28180            ! utils/h2xs.PL
28181 ____________________________________________________________________________
28182 [  9876] By: jhi                                   on 2001/04/26  23:52:06
28183         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
28184              From: Peter Prymmer <pvhp@forte.com>
28185              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
28186              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
28187      Branch: perl
28188            ! t/lib/selfstubber.t
28189 ____________________________________________________________________________
28190 [  9875] By: jhi                                   on 2001/04/26  23:48:10
28191         Log: Deparse nits.
28192      Branch: perl
28193            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
28194 ____________________________________________________________________________
28195 [  9874] By: jhi                                   on 2001/04/26  22:46:05
28196         Log: Document ANYOF_CLASS.
28197      Branch: perl
28198            ! regcomp.h
28199 ____________________________________________________________________________
28200 [  9873] By: jhi                                   on 2001/04/26  22:35:03
28201         Log: Subject: Re: [PATCH @9846] dumping ANYOF
28202              From: Hugo <hv@crypt.compulink.co.uk>
28203              Date: Thu, 26 Apr 2001 23:33:38 +0100
28204              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
28205      Branch: perl
28206            ! regcomp.c regcomp.h
28207 ____________________________________________________________________________
28208 [  9872] By: jhi                                   on 2001/04/26  22:34:31
28209         Log: Subject: [PATCH] more for Devel::SelfStubber
28210              From: Nicholas Clark <nick@ccl4.org>
28211              Date: Fri, 27 Apr 2001 00:13:52 +0100
28212              Message-ID: <20010427001351.K88186@plum.flirble.org>
28213      Branch: perl
28214            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
28215 ____________________________________________________________________________
28216 [  9871] By: jhi                                   on 2001/04/26  21:59:17
28217         Log: Subject: [PATCH B::Deparse] formats must be flush left
28218              From: Robin Houston <robin@kitsite.com>
28219              Date: Thu, 26 Apr 2001 23:54:29 +0100
28220              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
28221      Branch: perl
28222            ! ext/B/B/Deparse.pm
28223 ____________________________________________________________________________
28224 [  9870] By: jhi                                   on 2001/04/26  21:57:37
28225         Log: If some of the constants are prefixes of others,
28226              the prefixes may never get recognized.  (See 20010426.006.)
28227      Branch: perl
28228            ! utils/h2xs.PL
28229 ____________________________________________________________________________
28230 [  9869] By: jhi                                   on 2001/04/26  21:50:42
28231         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
28232              From: Chris Bongaarts <cab@tc.umn.edu>
28233              Date: Thu, 26 Apr 2001 17:10:31 -0500
28234              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
28235      Branch: perl
28236            ! ext/Sys/Syslog/Syslog.xs
28237 ____________________________________________________________________________
28238 [  9868] By: jhi                                   on 2001/04/26  21:35:12
28239         Log: Further cuts and more docs from Graham Barr.
28240      Branch: perl
28241            ! ext/List/Util/lib/List/Util.pm
28242            ! ext/List/Util/lib/Scalar/Util.pm
28243 ____________________________________________________________________________
28244 [  9867] By: jhi                                   on 2001/04/26  21:18:57
28245         Log: Subject: [PATCH 5.7.1] DB_File-1.77
28246              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
28247              Date: Thu, 26 Apr 2001 22:37:53 +0100
28248              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
28249      Branch: perl
28250            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28251            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28252 ____________________________________________________________________________
28253 [  9866] By: jhi                                   on 2001/04/26  21:12:31
28254         Log: Subject: [PATCH B::Deparse] fix easy bugs
28255              From: Robin Houston <robin@kitsite.com>
28256              Date: Thu, 26 Apr 2001 23:03:33 +0100
28257              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
28258      Branch: perl
28259            ! ext/B/B/Deparse.pm
28260 ____________________________________________________________________________
28261 [  9865] By: jhi                                   on 2001/04/26  20:26:13
28262         Log: Update Changes.
28263      Branch: perl
28264            ! Changes patchlevel.h
28265 ____________________________________________________________________________
28266 [  9864] By: jhi                                   on 2001/04/26  19:27:48
28267         Log: Dethinko from Robin Houston.
28268      Branch: perl
28269            ! ext/B/B/Deparse.pm
28270 ____________________________________________________________________________
28271 [  9863] By: jhi                                   on 2001/04/26  19:10:35
28272         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
28273              From: Robin Houston <robin@kitsite.com>
28274              Date: Thu, 26 Apr 2001 21:08:32 +0100
28275              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
28276      Branch: perl
28277            ! ext/B/B/Deparse.pm
28278 ____________________________________________________________________________
28279 [  9862] By: jhi                                   on 2001/04/26  19:04:23
28280         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28281              From: Robin Houston <robin@kitsite.com>
28282              Date: Thu, 26 Apr 2001 20:52:50 +0100
28283              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
28284      Branch: perl
28285            ! ext/B/B/Deparse.pm
28286 ____________________________________________________________________________
28287 [  9861] By: jhi                                   on 2001/04/26  18:56:14
28288         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
28289              From: Mike Guy <mjtg@cam.ac.uk>
28290              Date: Thu, 26 Apr 2001 14:22:40 +0100
28291              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
28292      Branch: perl
28293            ! pod/perlobj.pod
28294 ____________________________________________________________________________
28295 [  9860] By: jhi                                   on 2001/04/26  18:46:42
28296         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28297              From: Robin Houston <robin@kitsite.com>
28298              Date: Thu, 26 Apr 2001 20:34:29 +0100
28299              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
28300              
28301              Hashes do not interpolate.
28302      Branch: perl
28303            ! ext/B/B/Deparse.pm
28304 ____________________________________________________________________________
28305 [  9859] By: jhi                                   on 2001/04/26  18:43:51
28306         Log: Subject: The Time::Piece conspiracy unmasked!!!
28307              From: Mike Guy <mjtg@cam.ac.uk>
28308              Date: Thu, 26 Apr 2001 19:02:50 +0100
28309              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
28310              
28311              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
28312              From: Mike Guy <mjtg@cam.ac.uk>
28313              Date: Thu, 26 Apr 2001 19:08:21 +0100
28314              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
28315              
28316              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
28317              From: Graham Barr <gbarr@pobox.com>
28318              Date: Thu, 26 Apr 2001 19:12:03 +0100
28319              Message-ID: <20010426191203.A70835@pobox.com>
28320              
28321              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
28322      Branch: perl
28323            ! ext/List/Util/lib/List/Util.pm
28324            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
28325 ____________________________________________________________________________
28326 [  9858] By: jhi                                   on 2001/04/26  18:17:42
28327         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
28328              From: Robin Houston <robin@kitsite.com>
28329              Date: Thu, 26 Apr 2001 16:09:35 +0100
28330              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
28331      Branch: perl
28332            ! t/comp/proto.t
28333 ____________________________________________________________________________
28334 [  9857] By: jhi                                   on 2001/04/26  18:04:59
28335         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
28336              From: barries <barries@slaysys.com>
28337              Date: Thu, 26 Apr 2001 12:01:10 -0400
28338              Message-ID: <20010426120110.E29698@jester.slaysys.com>
28339      Branch: perl
28340            ! pod/perldiag.pod
28341 ____________________________________________________________________________
28342 [  9856] By: jhi                                   on 2001/04/26  18:03:33
28343         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
28344              Date: Thu, 26 Apr 2001 17:13:41 +0100
28345              From: Robin Houston <robin@kitsite.com>
28346              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
28347              
28348              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
28349              From: Robin Houston <robin@kitsite.com>
28350              Date: Thu, 26 Apr 2001 18:44:29 +0100
28351              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
28352      Branch: perl
28353            ! ext/B/B/Deparse.pm
28354 ____________________________________________________________________________
28355 [  9855] By: jhi                                   on 2001/04/26  17:56:04
28356         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
28357              From: Robin Houston <robin@kitsite.com>
28358              Date: Thu, 26 Apr 2001 17:04:08 +0100
28359              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
28360      Branch: perl
28361            ! ext/B/B/Deparse.pm
28362 ____________________________________________________________________________
28363 [  9854] By: jhi                                   on 2001/04/26  17:47:26
28364         Log: Subject: Re: Short test case for undef %stash:: crash
28365              From: Benjamin Sugars <bsugars@canoe.ca> 
28366              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
28367              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
28368              Changed and moved the perldiag entry.
28369      Branch: perl
28370            ! gv.c pod/perldiag.pod
28371 ____________________________________________________________________________
28372 [  9853] By: jhi                                   on 2001/04/26  14:35:16
28373         Log: Beginnings of strptime().  Do not touch the wet paint.
28374      Branch: perl
28375            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28376 ____________________________________________________________________________
28377 [  9852] By: jhi                                   on 2001/04/26  13:17:21
28378         Log: Retract #9851, core dumps from pod2man.
28379      Branch: perl
28380            ! regcomp.c
28381 ____________________________________________________________________________
28382 [  9851] By: jhi                                   on 2001/04/26  11:54:41
28383         Log: (Retracted by #9852.)
28384              
28385              Subject: [PATCH @9846] dumping ANYOF
28386              From: Hugo <hv@crypt.compulink.co.uk>
28387              Date: Thu, 26 Apr 2001 05:32:38 +0100
28388              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
28389      Branch: perl
28390            ! regcomp.c
28391 ____________________________________________________________________________
28392 [  9850] By: jhi                                   on 2001/04/26  02:34:44
28393         Log: If ccflags was empty the _previous_ $* containing all the
28394              environment variables and Configure variables was used,
28395              which lead, among other bad things, into $ccflags being your
28396              uname -a output, which lead into test compile with cc failing,
28397              which lead into gcc being selected, which didn't work that well
28398              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
28399              with large files, et cetera.
28400      Branch: perl
28401            ! hints/hpux.sh
28402 ____________________________________________________________________________
28403 [  9849] By: jhi                                   on 2001/04/26  01:44:57
28404         Log: Make selfstubber test more portable.
28405      Branch: perl
28406            ! t/lib/selfstubber.t
28407 ____________________________________________________________________________
28408 [  9848] By: jhi                                   on 2001/04/26  00:50:26
28409         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
28410              From: Benjamin Sugars <ben.sugars@home.com>
28411              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
28412              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
28413      Branch: perl
28414            ! ext/Cwd/Cwd.xs
28415 ____________________________________________________________________________
28416 [  9847] By: jhi                                   on 2001/04/26  00:46:58
28417         Log: Subject: [PATCH: perl@9841] VMS updates
28418              From: Peter Prymmer <pvhp@forte.com>
28419              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
28420              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
28421      Branch: perl
28422            ! README.vms configure.com vms/descrip_mms.template
28423            ! vms/ext/filespec.t
28424 ____________________________________________________________________________
28425 [  9846] By: jhi                                   on 2001/04/26  00:11:56
28426         Log: re 'debug' was broken by #9084.
28427      Branch: perl
28428            ! ext/re/re.xs
28429 ____________________________________________________________________________
28430 [  9845] By: jhi                                   on 2001/04/25  22:33:17
28431         Log: Subject: [PATCH] test for Devel::SelfStubber
28432              From: Nicholas Clark <nick@ccl4.org>
28433              Date: Thu, 26 Apr 2001 00:00:54 +0100
28434              Message-ID: <20010426000054.D89026@plum.flirble.org>
28435      Branch: perl
28436            + t/lib/selfstubber.t
28437            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
28438 ____________________________________________________________________________
28439 [  9844] By: jhi                                   on 2001/04/25  22:29:32
28440         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
28441              From: Paul Johnson <paul@pjcj.net>
28442              Date: Thu, 26 Apr 2001 00:46:08 +0200
28443              Message-ID: <20010426004608.H2338@pjcj.net>
28444      Branch: perl
28445            ! ext/B/B/Concise.pm
28446 ____________________________________________________________________________
28447 [  9843] By: jhi                                   on 2001/04/25  22:28:28
28448         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
28449              From: Peter Prymmer <pvhp@forte.com>
28450              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
28451              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
28452      Branch: perl
28453            ! ext/Cwd/Cwd.xs
28454 ____________________________________________________________________________
28455 [  9842] By: jhi                                   on 2001/04/25  20:58:12
28456         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
28457              From: John Peacock <jpeacock@rowman.com>
28458              Date: Wed, 25 Apr 2001 17:30:26 -0400
28459              Message-ID: <3AE741F2.B3217464@rowman.com>
28460      Branch: perl
28461            ! lib/Math/BigInt.pm t/lib/bigintpm.t
28462 ____________________________________________________________________________
28463 [  9841] By: jhi                                   on 2001/04/25  20:07:05
28464         Log: Update Changes.
28465      Branch: perl
28466            ! Changes patchlevel.h
28467 ____________________________________________________________________________
28468 [  9840] By: jhi                                   on 2001/04/25  19:56:51
28469         Log: Yet another HP-UX hints version from Merijn.
28470      Branch: perl
28471            ! hints/hpux.sh
28472 ____________________________________________________________________________
28473 [  9839] By: jhi                                   on 2001/04/25  19:53:04
28474         Log: abs_path() didn't terminate the filename correctly,
28475              in DIRNAMLENless systems like HP-UX this would fail.
28476      Branch: perl
28477            ! ext/Cwd/Cwd.xs
28478 ____________________________________________________________________________
28479 [  9838] By: jhi                                   on 2001/04/25  16:37:26
28480         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
28481              From: Mike Guy <mjtg@cam.ac.uk>
28482              Date: Wed, 25 Apr 2001 18:31:47 +0100
28483              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
28484      Branch: perl
28485            ! op.c
28486 ____________________________________________________________________________
28487 [  9837] By: jhi                                   on 2001/04/25  16:21:53
28488         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
28489              From: Jon Eveland <jweveland@yahoo.com>
28490              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
28491              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
28492      Branch: perl
28493            ! lib/perl5db.pl
28494 ____________________________________________________________________________
28495 [  9836] By: jhi                                   on 2001/04/25  14:17:50
28496         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
28497              From: "Philip Newton" <pnewton@gmx.de>
28498              Date: Wed, 25 Apr 2001 17:05:58 +0200
28499              Message-ID: <3AE703F6.3234.1833C45@localhost>
28500      Branch: perl
28501            ! Porting/patching.pod
28502 ____________________________________________________________________________
28503 [  9835] By: jhi                                   on 2001/04/25  13:58:07
28504         Log: It would seem that both ar and full_ar need to be overridden
28505              for HP-UX to avoid the GNU ar.
28506      Branch: perl
28507            ! hints/hpux.sh
28508 ____________________________________________________________________________
28509 [  9834] By: jhi                                   on 2001/04/25  13:50:40
28510         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
28511              From: "Philip Newton" <pnewton@gmx.de>
28512              Date: Wed, 25 Apr 2001 16:09:23 +0200
28513              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
28514              
28515              Detypo.
28516      Branch: perl
28517            ! t/op/misc.t
28518 ____________________________________________________________________________
28519 [  9833] By: jhi                                   on 2001/04/25  12:36:11
28520         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
28521      Branch: perl
28522            ! hints/hpux.sh
28523 ____________________________________________________________________________
28524 [  9832] By: jhi                                   on 2001/04/25  12:33:36
28525         Log: New version of HP-UX hints from Merijn.
28526      Branch: perl
28527            ! hints/hpux.sh
28528 ____________________________________________________________________________
28529 [  9831] By: jhi                                   on 2001/04/25  03:39:45
28530         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
28531      Branch: perl
28532            ! hints/hpux.sh
28533 ____________________________________________________________________________
28534 [  9830] By: jhi                                   on 2001/04/25  02:53:25
28535         Log: The tzname[] bit is not needed by util.c -- and causes
28536              heartburn in VMS (and it missing was probably the cause of
28537              the Mac OS X trouble).  Ouch.
28538      Branch: perl
28539            ! ext/POSIX/POSIX.xs util.c
28540 ____________________________________________________________________________
28541 [  9829] By: jhi                                   on 2001/04/25  00:10:06
28542         Log: Metaconfig unit change for #9828.
28543      Branch: metaconfig
28544            ! U/compline/ccflags.U
28545 ____________________________________________________________________________
28546 [  9828] By: jhi                                   on 2001/04/25  00:04:18
28547         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
28548              (which is actually the reason for the change, we need to pass
28549              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
28550              EP/IX, OS/2, and TitanOS, based on the hints files.
28551      Branch: perl
28552            ! Configure config_h.SH
28553 ____________________________________________________________________________
28554 [  9827] By: jhi                                   on 2001/04/24  23:49:20
28555         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
28556              the $cat must have an absolute path.
28557      Branch: perl
28558            ! makedepend.SH
28559 ____________________________________________________________________________
28560 [  9826] By: jhi                                   on 2001/04/24  23:40:53
28561         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
28562      Branch: perl
28563            ! README.amiga
28564 ____________________________________________________________________________
28565 [  9825] By: jhi                                   on 2001/04/24  23:35:35
28566         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
28567              From: "Philip Newton" <pnewton@gmx.de>
28568              Date: Tue, 24 Apr 2001 18:52:49 +0200
28569              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
28570      Branch: perl
28571            ! x2p/find2perl.PL
28572 ____________________________________________________________________________
28573 [  9824] By: jhi                                   on 2001/04/24  23:33:07
28574         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
28575              Some gcc specifics dropped out due to extensive rewriting;
28576              will be put back later as needed.
28577      Branch: perl
28578            ! hints/hpux.sh
28579 ____________________________________________________________________________
28580 [  9823] By: jhi                                   on 2001/04/24  23:27:57
28581         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
28582      Branch: perl
28583            ! ext/POSIX/POSIX.xs
28584 ____________________________________________________________________________
28585 [  9822] By: jhi                                   on 2001/04/24  23:25:21
28586         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
28587              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28588              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
28589              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
28590      Branch: perl
28591            ! ext/XS/Typemap/Typemap.xs
28592 ____________________________________________________________________________
28593 [  9821] By: jhi                                   on 2001/04/24  23:24:10
28594         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
28595              From: "Abigail" <abigail@foad.org>
28596              Date: Tue, 24 Apr 2001 23:12:03 +0200
28597              Message-ID: <20010424211203.7901.qmail@foad.org>
28598      Branch: perl
28599            ! pod/perlport.pod
28600 ____________________________________________________________________________
28601 [  9820] By: jhi                                   on 2001/04/24  23:23:15
28602         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
28603              From: Matt Sergeant <matt@sergeant.org>
28604              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
28605              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
28606      Branch: perl
28607            ! pod/perlfaq4.pod
28608 ____________________________________________________________________________
28609 [  9819] By: nick                                  on 2001/04/24  18:49:43
28610         Log: Integrate mainline.
28611      Branch: perlio
28612           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
28613           !> (integrate 37 files)
28614 ____________________________________________________________________________
28615 [  9818] By: jhi                                   on 2001/04/24  14:35:23
28616         Log: Update Changes.
28617      Branch: perl
28618            ! Changes patchlevel.h
28619 ____________________________________________________________________________
28620 [  9817] By: jhi                                   on 2001/04/24  14:09:17
28621         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
28622              From: "Philip Newton" <pnewton@gmx.de>
28623              Date: Tue, 24 Apr 2001 12:58:12 +0200
28624              Message-ID: <3AE57864.8304.B77A0A@localhost> 
28625              
28626              plus add CPAN to the list of modules that have their own tests.
28627      Branch: perl
28628            ! t/lib/1_compile.t
28629 ____________________________________________________________________________
28630 [  9816] By: jhi                                   on 2001/04/24  14:07:03
28631         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
28632              From: Michael G Schwern <schwern@pobox.com>
28633              Date: Sat, 21 Apr 2001 22:35:00 +0100
28634              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
28635      Branch: perl
28636            ! t/lib/1_compile.t
28637 ____________________________________________________________________________
28638 [  9815] By: jhi                                   on 2001/04/24  13:54:32
28639         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
28640              From: Robin Houston <robin@kitsite.com>
28641              Date: Tue, 24 Apr 2001 15:51:18 +0100
28642              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
28643      Branch: perl
28644            ! ext/B/B/Deparse.pm
28645 ____________________________________________________________________________
28646 [  9814] By: jhi                                   on 2001/04/24  13:17:34
28647         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28648              From: Bill Glicker <billg@burrelles.com>
28649              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
28650              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
28651      Branch: perl
28652            ! hints/svr5.sh
28653 ____________________________________________________________________________
28654 [  9813] By: jhi                                   on 2001/04/24  12:54:23
28655         Log: Prevent path disclosure (probing for existence of filenames)
28656              using suidperl; bug id 20010322.218.
28657      Branch: perl
28658            ! perl.c pod/perldiag.pod
28659 ____________________________________________________________________________
28660 [  9812] By: jhi                                   on 2001/04/24  12:08:36
28661         Log: Retract #9811.
28662      Branch: perl
28663            ! ext/POSIX/POSIX.xs
28664 ____________________________________________________________________________
28665 [  9811] By: jhi                                   on 2001/04/24  11:57:35
28666         Log: (Retracted by #9812.)
28667      Branch: perl
28668            ! ext/POSIX/POSIX.xs
28669 ____________________________________________________________________________
28670 [  9810] By: jhi                                   on 2001/04/24  03:32:35
28671         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
28672      Branch: perl
28673            ! util.c
28674 ____________________________________________________________________________
28675 [  9809] By: jhi                                   on 2001/04/24  03:16:13
28676         Log: The Math::BigFloat::import() was broken.
28677              (Fixes bug id 20010422.002.)
28678      Branch: perl
28679            ! lib/Math/BigFloat.pm
28680 ____________________________________________________________________________
28681 [  9808] By: jhi                                   on 2001/04/24  01:11:40
28682         Log: Additional dependencies; should help for parallel makes
28683              not to fail on missing lib/lib.pm or lib/re.pm.
28684      Branch: perl
28685            ! Makefile.SH
28686 ____________________________________________________________________________
28687 [  9807] By: jhi                                   on 2001/04/24  00:57:01
28688         Log: Update the test failure disclaimer.
28689      Branch: perl
28690            ! t/pragma/warn/pp_hot
28691 ____________________________________________________________________________
28692 [  9806] By: jhi                                   on 2001/04/24  00:54:04
28693         Log: Add make target "install-all" which is alias for "install"
28694              to cater for case-preserving filesystems like HFS+.
28695      Branch: perl
28696            ! INSTALL Makefile.SH
28697 ____________________________________________________________________________
28698 [  9805] By: jhi                                   on 2001/04/24  00:47:28
28699         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
28700              From: Peter Prymmer <pvhp@forte.com>
28701              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
28702              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
28703              
28704              (Ken William's message forwarded from macosx@perl.org)
28705      Branch: perl
28706            ! hints/darwin.sh
28707 ____________________________________________________________________________
28708 [  9804] By: jhi                                   on 2001/04/23  23:57:35
28709         Log: Cut-and-pasto.
28710      Branch: perl
28711            ! perlio.c
28712 ____________________________________________________________________________
28713 [  9803] By: jhi                                   on 2001/04/23  23:52:25
28714         Log: More PerlIO robustness.
28715      Branch: perl
28716            ! perlio.c
28717 ____________________________________________________________________________
28718 [  9802] By: jhi                                   on 2001/04/23  23:43:35
28719         Log: Make the "STD* opened only for ..." errors more consistent.
28720      Branch: perl
28721            ! doio.c
28722 ____________________________________________________________________________
28723 [  9801] By: jhi                                   on 2001/04/23  23:34:26
28724         Log: Test case for #9800.
28725      Branch: perl
28726            ! t/op/misc.t
28727 ____________________________________________________________________________
28728 [  9800] By: jhi                                   on 2001/04/23  23:14:43
28729         Log: Avoid coredump on 'close STDERR; die' by making
28730              the PerlIO calls more robust.  Also use SETERRNO()
28731              instead of errno = to be more VMS-ready.
28732      Branch: perl
28733            ! perlio.c
28734 ____________________________________________________________________________
28735 [  9799] By: jhi                                   on 2001/04/23  21:41:10
28736         Log: Subject: test for ID 20010423.002
28737              From: Robin Houston <robin@kitsite.com>
28738              Date: Mon, 23 Apr 2001 16:52:21 +0100
28739              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
28740      Branch: perl
28741            ! t/op/avhv.t
28742 ____________________________________________________________________________
28743 [  9798] By: jhi                                   on 2001/04/23  21:40:07
28744         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
28745              From: David Dyck <dcd@tc.fluke.com>
28746              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
28747              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
28748      Branch: perl
28749            ! installperl
28750 ____________________________________________________________________________
28751 [  9797] By: jhi                                   on 2001/04/23  21:37:56
28752         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
28753              From: Benjamin Sugars <bsugars@canoe.ca>
28754              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
28755              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
28756      Branch: perl
28757            ! ext/Cwd/Cwd.xs lib/Cwd.pm
28758 ____________________________________________________________________________
28759 [  9796] By: jhi                                   on 2001/04/23  21:29:24
28760         Log: Synchronize h2xs and pod2man some more on the documentation
28761              templates they propose.
28762      Branch: perl
28763            ! pod/pod2man.PL utils/h2xs.PL
28764 ____________________________________________________________________________
28765 [  9795] By: jhi                                   on 2001/04/23  17:30:40
28766         Log: Add one more naughty test for base64; make encoding logic cleaner.
28767      Branch: perl
28768            ! t/lib/mimeb64.t
28769 ____________________________________________________________________________
28770 [  9794] By: jhi                                   on 2001/04/23  13:51:32
28771         Log: Update Changes.
28772      Branch: perl
28773            ! Changes patchlevel.h
28774 ____________________________________________________________________________
28775 [  9793] By: jhi                                   on 2001/04/23  13:44:18
28776         Log: Duplicate lines.
28777      Branch: perl
28778            ! MANIFEST
28779 ____________________________________________________________________________
28780 [  9792] By: jhi                                   on 2001/04/23  13:39:13
28781         Log: Subject: Re: PATCH 5.7.1
28782              From: Mark-Jason Dominus <mjd@plover.com>
28783              Date: Mon, 23 Apr 2001 10:30:21 -0400
28784              Message-ID: <20010423143021.17335.qmail@plover.com>
28785      Branch: perl
28786            ! perl.h sv.c
28787 ____________________________________________________________________________
28788 [  9791] By: jhi                                   on 2001/04/23  13:32:40
28789         Log: Add the CPAN.pm 1.59_54 tests.
28790      Branch: perl
28791            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
28792            ! MANIFEST
28793 ____________________________________________________________________________
28794 [  9790] By: jhi                                   on 2001/04/23  13:21:55
28795         Log: Subject: Deparse nit
28796              From: Robin Houston <robin@kitsite.com>
28797              Date: Mon, 23 Apr 2001 12:38:20 +0100
28798              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
28799      Branch: perl
28800            ! ext/B/B/Deparse.pm
28801 ____________________________________________________________________________
28802 [  9789] By: jhi                                   on 2001/04/23  13:19:07
28803         Log: Subject: [PATCH] bug 20010423.002
28804              From: Robin Houston <robin@kitsite.com>
28805              Date: Mon, 23 Apr 2001 13:12:30 +0100
28806              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
28807      Branch: perl
28808            ! pp.c
28809 ____________________________________________________________________________
28810 [  9788] By: jhi                                   on 2001/04/23  13:02:49
28811         Log: Subject: PATCH [5.7.1] hv.c unused #define
28812              From: Mark-Jason Dominus <mjd@plover.com>
28813              Date: Sun, 22 Apr 2001 14:17:49 -0400
28814              Message-ID: <20010422181749.26976.qmail@plover.com>
28815      Branch: perl
28816            ! hv.c
28817 ____________________________________________________________________________
28818 [  9787] By: jhi                                   on 2001/04/23  13:02:02
28819         Log: Subject: PATCH 5.7.1
28820              From: Mark-Jason Dominus <mjd@plover.com>
28821              Date: Sun, 22 Apr 2001 15:12:57 -0400
28822              Message-ID: <20010422191258.6539.qmail@plover.com>
28823              
28824              plus Sarathy's STMT_START + STMT_END suggestion.
28825      Branch: perl
28826            ! perl.h
28827 ____________________________________________________________________________
28828 [  9786] By: jhi                                   on 2001/04/23  12:53:25
28829         Log: Fix for
28830              
28831              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
28832              From: dLux <dlux@spam.sch.bme.hu>
28833              Date: Mon, 23 Apr 2001 01:25:26 +0200
28834              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
28835              
28836              (SvGROW really does return a char *.)
28837      Branch: perl
28838            ! pod/perlapi.pod sv.h
28839 ____________________________________________________________________________
28840 [  9785] By: jhi                                   on 2001/04/23  04:34:04
28841         Log: Time::Piece work continues.  $t->day removed since
28842              I think it's too confusing.  Now has normal and
28843              abbreviated length weekday names and month names,
28844              the names change with _names(), not _list().
28845              Now has strftime() in Perl, _strftime() is
28846              the libc version (to which strftime() falls back
28847              if it doesn't know the format.  To do: the reverse
28848              of strftime, strptime(), and the localisation of both.
28849      Branch: perl
28850            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
28851            ! t/lib/time-piece.t
28852 ____________________________________________________________________________
28853 [  9784] By: jhi                                   on 2001/04/23  02:41:46
28854         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
28855              From: andreas.koenig@anima.de (Andreas J. Koenig)
28856              Date: 23 Apr 2001 05:20:55 +0200
28857              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
28858      Branch: perl
28859            ! t/pragma/overload.t
28860 ____________________________________________________________________________
28861 [  9783] By: jhi                                   on 2001/04/22  23:32:42
28862         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
28863              From: Robin Houston <robin@kitsite.com>
28864              Date: Mon, 23 Apr 2001 00:38:18 +0100
28865              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
28866      Branch: perl
28867            ! ext/B/B/Deparse.pm
28868 ____________________________________________________________________________
28869 [  9782] By: jhi                                   on 2001/04/22  20:55:43
28870         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
28871              From: Simon Cozens <simon@netthink.co.uk>
28872              Date: Sun, 22 Apr 2001 18:47:25 +0100
28873              Message-ID: <20010422184725.A14411@netthink.co.uk>
28874      Branch: perl
28875            ! sv.c t/pragma/overload.t
28876 ____________________________________________________________________________
28877 [  9781] By: jhi                                   on 2001/04/22  20:52:13
28878         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
28879              From: Robin Houston <robin@kitsite.com>
28880              Date: Sun, 22 Apr 2001 22:14:50 +0100
28881              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
28882      Branch: perl
28883            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
28884 ____________________________________________________________________________
28885 [  9780] By: nick                                  on 2001/04/22  20:40:31
28886         Log: Integrate mainline.
28887      Branch: perlio
28888           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
28889           +> t/lib/b-stash.t
28890           !> (integrate 38 files)
28891 ____________________________________________________________________________
28892 [  9779] By: jhi                                   on 2001/04/22  15:16:03
28893         Log: Subject: IO::Socket::INET patch
28894              From: andrew deryabin <djsf@technarchy.ru>
28895              Date: Sat, 21 Apr 2001 17:46:52 +0400
28896              Message-ID: <20010421174652.B1426@technarchy>
28897      Branch: perl
28898            ! ext/IO/lib/IO/Socket/INET.pm
28899 ____________________________________________________________________________
28900 [  9778] By: jhi                                   on 2001/04/22  15:14:33
28901         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
28902              From: Mark-Jason Dominus <mjd@plover.com>
28903              Date: Sat, 21 Apr 2001 21:27:49 -0400
28904              Message-ID: <20010422012749.27024.qmail@plover.com>
28905      Branch: perl
28906            ! regcomp.c
28907 ____________________________________________________________________________
28908 [  9777] By: jhi                                   on 2001/04/22  15:10:51
28909         Log: Subject: Re: Regex debugger patch 
28910              From: Mark-Jason Dominus <mjd@plover.com>
28911              Date: Sat, 21 Apr 2001 21:48:51 -0400
28912              Message-ID: <20010422014851.27165.qmail@plover.com>
28913      Branch: perl
28914            ! pod/perldebguts.pod
28915 ____________________________________________________________________________
28916 [  9776] By: jhi                                   on 2001/04/22  15:09:48
28917         Log: Subject: Re: Regex debugger patch
28918              From: Mark-Jason Dominus <mjd@plover.com>
28919              Date: Sat, 21 Apr 2001 14:24:39 -0400
28920              Message-ID: <20010421182439.16508.qmail@plover.com>
28921              
28922              Regex debugger backend.
28923      Branch: perl
28924            ! regcomp.c regexp.h
28925 ____________________________________________________________________________
28926 [  9775] By: jhi                                   on 2001/04/21  16:45:40
28927         Log: Subject: [PATCH] Typo in utf8.h
28928              From: Jesús Quiroga <jquiroga@pobox.com>
28929              Date: Sat, 21 Apr 2001 19:25:33 +0200
28930              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
28931      Branch: perl
28932            ! utf8.h
28933 ____________________________________________________________________________
28934 [  9774] By: jhi                                   on 2001/04/21  16:43:52
28935         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28936              From: Joe Orton <jorton@redhat.com>
28937              Date: Tue, 17 Apr 2001 15:50:43 +0100
28938              Message-Id: <20010417155043.D19132@eu.c2.net>
28939      Branch: perl
28940            ! hints/svr5.sh
28941 ____________________________________________________________________________
28942 [  9773] By: jhi                                   on 2001/04/21  15:30:15
28943         Log: Subject: Patch utils/h2xs.PL
28944              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28945              Date: Sat, 21 Apr 2001 10:32:16 -0500
28946              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
28947              
28948              Add MAILING list and LICENSE templates.
28949      Branch: perl
28950            ! utils/h2xs.PL
28951 ____________________________________________________________________________
28952 [  9772] By: jhi                                   on 2001/04/21  15:28:36
28953         Log: Subject: perlfaq2.patch for 5.7.1
28954              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28955              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
28956              Date: Fri, 20 Apr 2001 16:42:19 -0500
28957              
28958              rm an extra tab, a blurb about the xx.cpan to clarify
28959              which countries actually have that and dejanews is history
28960              as well as most of that nonsensical entry.
28961      Branch: perl
28962            ! pod/perlfaq2.pod
28963 ____________________________________________________________________________
28964 [  9771] By: jhi                                   on 2001/04/21  15:27:17
28965         Log: Subject: perlfaq1.patch for 5.7.1
28966              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28967              Date: Fri, 20 Apr 2001 16:57:36 -0500
28968              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
28969              
28970              Evil URLs must die. Especially when they are broken.
28971      Branch: perl
28972            ! pod/perlfaq1.pod
28973 ____________________________________________________________________________
28974 [  9770] By: jhi                                   on 2001/04/21  15:23:38
28975         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
28976              From: Michael G Schwern <schwern@pobox.com>
28977              Date: Sat, 21 Apr 2001 16:11:12 +0100
28978              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
28979      Branch: perl
28980            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
28981            + t/lib/b-stash.t
28982            ! MANIFEST ext/B/B.pm t/lib/b.t
28983 ____________________________________________________________________________
28984 [  9769] By: jhi                                   on 2001/04/21  15:03:32
28985         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
28986              From: Michael G Schwern <schwern@pobox.com>
28987              Date: Sat, 21 Apr 2001 09:48:00 +0100
28988              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
28989      Branch: perl
28990            ! utils/h2ph.PL
28991 ____________________________________________________________________________
28992 [  9768] By: jhi                                   on 2001/04/21  14:33:49
28993         Log: PerlIO and Encode doc cleanup and tweaks.
28994      Branch: perl
28995            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
28996            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
28997 ____________________________________________________________________________
28998 [  9767] By: jhi                                   on 2001/04/21  12:40:16
28999         Log: Integrate perlio.
29000      Branch: perl
29001           !> doio.c
29002 ____________________________________________________________________________
29003 [  9766] By: nick                                  on 2001/04/20  18:28:35
29004         Log: Avoid core dump on
29005              open(STDOUT,">",\$foo);
29006      Branch: perlio
29007            ! doio.c
29008 ____________________________________________________________________________
29009 [  9765] By: jhi                                   on 2001/04/20  13:23:43
29010         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
29011              From: Robin Houston <robin@kitsite.com>
29012              Date: Fri, 20 Apr 2001 14:29:22 +0100
29013              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
29014      Branch: perl
29015            ! ext/B/B.pm ext/B/B/Deparse.pm
29016 ____________________________________________________________________________
29017 [  9764] By: jhi                                   on 2001/04/20  13:19:33
29018         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
29019              From: Peter Prymmer <pvhp@forte.com>
29020              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
29021              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
29022      Branch: perl
29023            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
29024            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
29025            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
29026            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
29027 ____________________________________________________________________________
29028 [  9763] By: jhi                                   on 2001/04/20  12:36:39
29029         Log: Subject: Re: A new PerlIO coredump
29030              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29031              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
29032              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
29033      Branch: perl
29034            ! doio.c
29035 ____________________________________________________________________________
29036 [  9762] By: jhi                                   on 2001/04/19  23:02:30
29037         Log: Update Changes.
29038      Branch: perl
29039            ! Changes patchlevel.h
29040 ____________________________________________________________________________
29041 [  9761] By: jhi                                   on 2001/04/19  22:59:19
29042         Log: More cleanup cleanup.
29043      Branch: perl
29044            ! Makefile.SH win32/Makefile win32/makefile.mk
29045 ____________________________________________________________________________
29046 [  9760] By: jhi                                   on 2001/04/19  22:50:31
29047         Log: lib/Time is non-empty, let's not rmdir it.
29048      Branch: perl
29049            ! Makefile.SH
29050 ____________________________________________________________________________
29051 [  9759] By: jhi                                   on 2001/04/19  22:36:51
29052         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
29053              From: Robin Houston <robin@kitsite.com>
29054              Date: Fri, 20 Apr 2001 00:18:53 +0100
29055              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
29056      Branch: perl
29057            ! ext/B/B/Deparse.pm
29058 ____________________________________________________________________________
29059 [  9758] By: jhi                                   on 2001/04/19  22:36:00
29060         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
29061              From: Peter Prymmer <pvhp@forte.com>
29062              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
29063              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
29064      Branch: perl
29065            ! ext/Cwd/Cwd.xs
29066 ____________________________________________________________________________
29067 [  9757] By: nick                                  on 2001/04/19  18:53:54
29068         Log: Blind (untested) integrate of mainline.
29069      Branch: perlio
29070           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
29071           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
29072           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
29073           !> (integrate 53 files)
29074 ____________________________________________________________________________
29075 [  9756] By: jhi                                   on 2001/04/19  16:59:23
29076         Log: Document and test Time::Piece.
29077      Branch: perl
29078            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
29079            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
29080 ____________________________________________________________________________
29081 [  9755] By: jhi                                   on 2001/04/19  12:13:29
29082         Log: A better fix for the \x{12345678} trouble from NI-S.
29083      Branch: perl
29084            ! utf8.c
29085 ____________________________________________________________________________
29086 [  9754] By: jhi                                   on 2001/04/19  11:56:07
29087         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
29088              From: Robin Houston <robin@kitsite.com>
29089              Date: Wed, 18 Apr 2001 17:58:33 +0100
29090              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
29091      Branch: perl
29092            ! ext/B/B/Deparse.pm op.c
29093 ____________________________________________________________________________
29094 [  9753] By: jhi                                   on 2001/04/19  04:21:52
29095         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
29096              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
29097              Date: Thu, 19 Apr 2001 01:11:41 -0400
29098              Message-ID: <20010419011141.A5798@cpan.org>
29099      Branch: perl
29100            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
29101 ____________________________________________________________________________
29102 [  9752] By: jhi                                   on 2001/04/19  02:41:10
29103         Log: The new time utils need to be thread-aware, too.
29104      Branch: perl
29105            ! util.c
29106 ____________________________________________________________________________
29107 [  9751] By: jhi                                   on 2001/04/19  02:26:47
29108         Log: Compilation nit noticed by AIX compiler.
29109      Branch: perl
29110            ! perlio.c
29111 ____________________________________________________________________________
29112 [  9750] By: jhi                                   on 2001/04/19  02:20:06
29113         Log: The new time utils need to be public.
29114      Branch: perl
29115            ! embed.pl
29116 ____________________________________________________________________________
29117 [  9749] By: jhi                                   on 2001/04/19  01:42:39
29118         Log: Regen toc.
29119      Branch: perl
29120            ! pod/perltoc.pod
29121 ____________________________________________________________________________
29122 [  9748] By: jhi                                   on 2001/04/19  01:41:10
29123         Log: Add Time::Piece, a slight rewrite of Time::Object,
29124              from Matt Sergeant.
29125      Branch: perl
29126            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
29127            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
29128            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
29129            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
29130            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
29131            ! win32/makefile.mk
29132 ____________________________________________________________________________
29133 [  9747] By: jhi                                   on 2001/04/19  00:55:35
29134         Log: The new metaconfig unit from strftime.
29135      Branch: metaconfig/U/perl
29136            + d_strftime.U
29137 ____________________________________________________________________________
29138 [  9746] By: jhi                                   on 2001/04/19  00:54:54
29139         Log: Move the strftime() wrapper from POSIX.xs to util.c
29140              as my_strftime(), requires HAS_STRFTIME.
29141      Branch: perl
29142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29143            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
29144            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
29145            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29146            ! vos/config.ga.h win32/config.bc win32/config.gc
29147            ! win32/config.vc
29148 ____________________________________________________________________________
29149 [  9745] By: jhi                                   on 2001/04/18  23:11:03
29150         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
29151              in preparation of Time::Piece.
29152      Branch: perl
29153            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
29154 ____________________________________________________________________________
29155 [  9744] By: jhi                                   on 2001/04/18  22:33:12
29156         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
29157              From: Peter Prymmer <pvhp@forte.com>
29158              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
29159              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
29160      Branch: perl
29161            ! t/lib/exporter.t
29162 ____________________________________________________________________________
29163 [  9743] By: jhi                                   on 2001/04/18  22:32:23
29164         Log: Subject: Fwd: pod2html leaves cache files lying around?
29165              From: Rajesh Vaidheeswarran <rv@gnu.org>
29166              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
29167              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
29168      Branch: perl
29169            ! lib/Pod/Html.pm
29170 ____________________________________________________________________________
29171 [  9742] By: jhi                                   on 2001/04/18  20:31:49
29172         Log: Update Changes.
29173      Branch: perl
29174            ! Changes patchlevel.h
29175 ____________________________________________________________________________
29176 [  9741] By: jhi                                   on 2001/04/18  20:23:02
29177         Log: Declare hints only if needed.
29178      Branch: perl
29179            ! ext/B/B/Deparse.pm
29180 ____________________________________________________________________________
29181 [  9740] By: jhi                                   on 2001/04/18  19:06:05
29182         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
29183              bug noticed by Robin Houston; basically the code of detecting
29184              value wraparound was acting differently under different compilers
29185              and platforms.  The workaround is to remove the overflow check
29186              for now, a real fix would be to do the overflow (portably) right.
29187      Branch: perl
29188            ! t/op/pat.t utf8.c
29189 ____________________________________________________________________________
29190 [  9739] By: jhi                                   on 2001/04/18  19:01:23
29191         Log: Subject: [PATCH B::Deparse] some pragma support
29192              From: Robin Houston <robin@kitsite.com>
29193              Date: Wed, 18 Apr 2001 19:32:12 +0100
29194              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
29195      Branch: perl
29196            ! ext/B/B/Deparse.pm
29197 ____________________________________________________________________________
29198 [  9738] By: jhi                                   on 2001/04/18  15:16:37
29199         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
29200              From: Benjamin Sugars <bsugars@canoe.ca>
29201              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
29202              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
29203      Branch: perl
29204            ! t/op/glob.t
29205 ____________________________________________________________________________
29206 [  9737] By: jhi                                   on 2001/04/18  13:24:50
29207         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
29208              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29209              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
29210              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
29211      Branch: perl
29212            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29213            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
29214 ____________________________________________________________________________
29215 [  9736] By: jhi                                   on 2001/04/18  04:15:14
29216         Log: The #9735 also changes the subtest 12.
29217      Branch: perl
29218            ! t/lib/b.t
29219 ____________________________________________________________________________
29220 [  9735] By: jhi                                   on 2001/04/18  03:55:17
29221         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
29222              From: David Dyck <dcd@tc.fluke.com>
29223              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
29224              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
29225      Branch: perl
29226            ! ext/B/B/Deparse.pm
29227 ____________________________________________________________________________
29228 [  9734] By: jhi                                   on 2001/04/18  03:54:11
29229         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
29230              From: Gisle Aas <gisle@ActiveState.com>
29231              Date: 17 Apr 2001 19:06:45 -0700
29232              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
29233      Branch: perl
29234            ! pp_hot.c t/op/misc.t
29235 ____________________________________________________________________________
29236 [  9733] By: jhi                                   on 2001/04/17  22:25:22
29237         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
29238              From: "Abigail" <abigail@foad.org>
29239              Date: Wed, 18 Apr 2001 01:17:46 +0200
29240              Message-ID: <20010417231746.21657.qmail@foad.org>
29241      Branch: perl
29242            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
29243 ____________________________________________________________________________
29244 [  9732] By: jhi                                   on 2001/04/17  20:47:56
29245         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
29246              From: Robin Houston <robin@kitsite.com>
29247              Date: Tue, 17 Apr 2001 22:37:42 +0100
29248              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
29249      Branch: perl
29250            ! ext/B/B/Deparse.pm
29251 ____________________________________________________________________________
29252 [  9731] By: nick                                  on 2001/04/17  20:46:35
29253         Log: Re-sync for t/lib/b.t fix
29254      Branch: perlio
29255           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
29256 ____________________________________________________________________________
29257 [  9730] By: jhi                                   on 2001/04/17  20:45:29
29258         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
29259              From: Robin Houston <robin@kitsite.com>
29260              Date: Tue, 17 Apr 2001 22:29:36 +0100
29261              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
29262      Branch: perl
29263            ! ext/B/B.xs ext/B/B/Deparse.pm
29264 ____________________________________________________________________________
29265 [  9729] By: jhi                                   on 2001/04/17  20:43:11
29266         Log: Subject: Deparse - parenthesise args to undeclared subs
29267              From: Robin Houston <robin@kitsite.com>
29268              Date: Tue, 17 Apr 2001 21:31:05 +0100
29269              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
29270      Branch: perl
29271            ! ext/B/B/Deparse.pm
29272 ____________________________________________________________________________
29273 [  9728] By: jhi                                   on 2001/04/17  18:57:30
29274         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
29275              From: Benjamin Sugars <ben.sugars@home.com>
29276              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
29277              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
29278      Branch: perl
29279            ! t/lib/cwd.t
29280 ____________________________________________________________________________
29281 [  9727] By: jhi                                   on 2001/04/17  18:20:20
29282         Log: Subject: [PATCH B::Deparse] ambient pragmas
29283              From: Robin Houston <robin@kitsite.com>
29284              Date: Tue, 17 Apr 2001 20:01:59 +0100
29285              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
29286      Branch: perl
29287            ! ext/B/B/Deparse.pm t/lib/b.t
29288 ____________________________________________________________________________
29289 [  9726] By: nick                                  on 2001/04/17  16:33:51
29290         Log: Integrate mainline (t/lib/b.t fails test 2...)
29291      Branch: perlio
29292           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
29293           +> ext/List/Util/README ext/List/Util/Util.xs
29294           +> ext/List/Util/lib/List/Util.pm
29295           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
29296           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
29297           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
29298           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
29299           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
29300           !> (integrate 31 files)
29301 ____________________________________________________________________________
29302 [  9725] By: jhi                                   on 2001/04/17  12:14:24
29303         Log: Subject: multiple B::* changes
29304              From: Robin Houston <robin@kitsite.com>
29305              Date: Thu, 12 Apr 2001 20:12:27 +0100
29306              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
29307      Branch: perl
29308            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
29309 ____________________________________________________________________________
29310 [  9724] By: jhi                                   on 2001/04/17  11:59:05
29311         Log: Thread-awareness from Doug MacEachern.
29312      Branch: perl
29313            ! ext/List/Util/Util.xs
29314 ____________________________________________________________________________
29315 [  9723] By: jhi                                   on 2001/04/17  11:57:41
29316         Log: Make the test more portable.
29317      Branch: perl
29318            ! t/lib/cwd.t
29319 ____________________________________________________________________________
29320 [  9722] By: jhi                                   on 2001/04/17  11:53:50
29321         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
29322              From: Benjamin Sugars <ben.sugars@home.com>
29323              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
29324              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
29325      Branch: perl
29326            ! t/lib/cwd.t
29327 ____________________________________________________________________________
29328 [  9721] By: jhi                                   on 2001/04/17  11:52:17
29329         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
29330              From: Benjamin Sugars <bsugars@canoe.ca>
29331              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
29332              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
29333      Branch: perl
29334            ! op.c
29335 ____________________________________________________________________________
29336 [  9720] By: jhi                                   on 2001/04/17  11:35:42
29337         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
29338              From: Chris Nandor <pudge@pobox.com>
29339              Date: Tue, 17 Apr 2001 00:30:49 -0400
29340              Message-Id: <p05100207b701768712de@[10.0.1.177]>
29341      Branch: perl
29342            ! ext/File/Glob/bsd_glob.c gv.c
29343 ____________________________________________________________________________
29344 [  9719] By: jhi                                   on 2001/04/17  11:32:13
29345         Log: Subject: [PATCH] Tweten->West
29346              From: Casey West <casey@geeknest.com>
29347              Date: Mon, 16 Apr 2001 12:11:22 -0400
29348              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
29349      Branch: perl
29350            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
29351            ! pod/perltie.pod
29352 ____________________________________________________________________________
29353 [  9718] By: jhi                                   on 2001/04/16  03:22:52
29354         Log: Update Changes.
29355      Branch: perl
29356            ! Changes patchlevel.h
29357 ____________________________________________________________________________
29358 [  9717] By: jhi                                   on 2001/04/16  03:06:28
29359         Log: Regen toc.
29360      Branch: perl
29361            ! pod/perltoc.pod
29362 ____________________________________________________________________________
29363 [  9716] By: jhi                                   on 2001/04/16  02:58:42
29364         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
29365              From: Prymmer/Kahn <pvhp@best.com>
29366              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
29367              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
29368      Branch: perl
29369            ! utf8.c
29370 ____________________________________________________________________________
29371 [  9715] By: jhi                                   on 2001/04/15  23:40:35
29372         Log: Subject: Re: Net::Ping patch, adds stream protocol
29373              From: bronson@rinspin.com (Scott Bronson)
29374              Date: Tue, 10 Apr 2001 23:58:33 -0700
29375              Message-ID: <20010410235833.N29719@rinspin.com>
29376      Branch: perl
29377            ! lib/Net/Ping.pm
29378 ____________________________________________________________________________
29379 [  9714] By: jhi                                   on 2001/04/15  23:31:46
29380         Log: Printing out the ok messages helps successful testing.
29381      Branch: perl
29382            ! t/lib/time-hires.t
29383 ____________________________________________________________________________
29384 [  9713] By: jhi                                   on 2001/04/15  21:43:24
29385         Log: Update Douglas Wegscheid's email.
29386      Branch: perl
29387            ! AUTHORS
29388 ____________________________________________________________________________
29389 [  9712] By: jhi                                   on 2001/04/15  21:40:41
29390         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
29391              From: Michael G Schwern <schwern@pobox.com>
29392              Date: Sat, 14 Apr 2001 22:40:50 +0100
29393              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
29394      Branch: perl
29395            + t/lib/exporter.t
29396            ! MANIFEST lib/Exporter/Heavy.pm
29397 ____________________________________________________________________________
29398 [  9711] By: jhi                                   on 2001/04/15  21:39:21
29399         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
29400              From: Michael G Schwern <schwern@pobox.com>
29401              Date: Sat, 14 Apr 2001 22:13:59 +0100
29402              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
29403      Branch: perl
29404            ! t/op/loopctl.t
29405 ____________________________________________________________________________
29406 [  9710] By: jhi                                   on 2001/04/15  21:30:19
29407         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
29408              From: Michael G Schwern <schwern@pobox.com>
29409              Date: Sat, 14 Apr 2001 22:05:32 +0100
29410              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
29411      Branch: perl
29412            ! t/pragma/warnings.t
29413 ____________________________________________________________________________
29414 [  9709] By: jhi                                   on 2001/04/15  19:34:09
29415         Log: Integrate changes #9706,9707 from maintperl into mainline.
29416              
29417              change#7210 broke .packlist generation
29418              
29419              ExtUtils::Installed doesn't quote regex metacharacters in paths
29420              before using them in match; also make it work for dosish platforms
29421      Branch: perl
29422           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
29423 ____________________________________________________________________________
29424 [  9708] By: jhi                                   on 2001/04/15  19:31:01
29425         Log: Test also the scalar aspect of getitimer().
29426      Branch: perl
29427            ! t/lib/time-hires.t
29428 ____________________________________________________________________________
29429 [  9707] By: gsar                                  on 2001/04/15  17:24:20
29430         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
29431              before using them in match; also make it work for dosish platforms
29432      Branch: maint-5.6/perl
29433            ! lib/ExtUtils/Installed.pm
29434 ____________________________________________________________________________
29435 [  9706] By: gsar                                  on 2001/04/15  17:21:59
29436         Log: change#7210 broke .packlist generation (listed only filename
29437              rather than fully qualified path name)
29438      Branch: maint-5.6/perl
29439            ! lib/ExtUtils/Install.pm
29440 ____________________________________________________________________________
29441 [  9705] By: jhi                                   on 2001/04/15  12:36:33
29442         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
29443      Branch: perl
29444            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
29445            ! t/lib/time-hires.t
29446 ____________________________________________________________________________
29447 [  9704] By: jhi                                   on 2001/04/15  10:49:08
29448         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
29449              From: Prymmer/Kahn <pvhp@best.com>
29450              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
29451              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
29452      Branch: perl
29453            ! lib/utf8.pm pod/perlebcdic.pod
29454 ____________________________________________________________________________
29455 [  9703] By: jhi                                   on 2001/04/15  02:26:26
29456         Log: I keep forgetting to sort MANIFEST.
29457      Branch: perl
29458            ! MANIFEST
29459 ____________________________________________________________________________
29460 [  9702] By: jhi                                   on 2001/04/15  02:07:47
29461         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
29462              Now we have blessed, reftype, tainted, first, reduce, ...
29463      Branch: perl
29464            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
29465            + ext/List/Util/README ext/List/Util/Util.xs
29466            + ext/List/Util/lib/List/Util.pm
29467            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
29468            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
29469            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
29470            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
29471            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
29472            ! MANIFEST
29473 ____________________________________________________________________________
29474 [  9701] By: jhi                                   on 2001/04/14  15:05:25
29475         Log: Subject: RE: dprofpp.pl updates 
29476              From: Carl Eklof <CEklof@endeca.com>
29477              Date: Thu, 12 Apr 2001 18:45:46 -0400
29478              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
29479      Branch: perl
29480            ! utils/dprofpp.PL
29481 ____________________________________________________________________________
29482 [  9700] By: jhi                                   on 2001/04/14  14:44:55
29483         Log: Do not just blindly add CR.
29484      Branch: perl
29485            ! Porting/makerel
29486 ____________________________________________________________________________
29487 [  9699] By: jhi                                   on 2001/04/13  13:17:01
29488         Log: Update Changes.
29489      Branch: perl
29490            ! Changes patchlevel.h
29491 ____________________________________________________________________________
29492 [  9698] By: jhi                                   on 2001/04/13  12:44:48
29493         Log: Integrate perlio.
29494      Branch: perl
29495           !> ext/PerlIO/Scalar/Scalar.xs
29496 ____________________________________________________________________________
29497 [  9697] By: jhi                                   on 2001/04/13  12:29:15
29498         Log: Add more debug output to the test.
29499      Branch: perl
29500            ! t/lib/cwd.t
29501 ____________________________________________________________________________
29502 [  9696] By: nick                                  on 2001/04/13  10:14:29
29503         Log: Fix core dump on binmode($fh,'Scalar')
29504      Branch: perlio
29505            ! ext/PerlIO/Scalar/Scalar.xs
29506 ____________________________________________________________________________
29507 [  9695] By: nick                                  on 2001/04/13  09:05:42
29508         Log: Integrate mainline
29509      Branch: perlio
29510           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29511           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29512           +> t/lib/time-hires.t
29513           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
29514           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
29515           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
29516           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
29517           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
29518           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
29519           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
29520 ____________________________________________________________________________
29521 [  9694] By: jhi                                   on 2001/04/12  22:23:35
29522         Log: Integrate change #9693 from maintperl into mainline.
29523              
29524              $VERSION and Version() on the same line provokes a warning from
29525              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
29526      Branch: perl
29527           !> lib/Devel/SelfStubber.pm
29528 ____________________________________________________________________________
29529 [  9693] By: gsar                                  on 2001/04/12  21:55:56
29530         Log: $VERSION and Version() on the same line provokes a warning from
29531              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
29532      Branch: maint-5.6/perl
29533            ! lib/Devel/SelfStubber.pm
29534 ____________________________________________________________________________
29535 [  9692] By: jhi                                   on 2001/04/12  13:54:00
29536         Log: This is at least 5.005.
29537      Branch: perl
29538            ! ext/Time/HiRes/HiRes.xs
29539 ____________________________________________________________________________
29540 [  9691] By: jhi                                   on 2001/04/12  13:37:20
29541         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
29542      Branch: perl
29543            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
29544            ! win32/Makefile win32/makefile.mk
29545 ____________________________________________________________________________
29546 [  9690] By: jhi                                   on 2001/04/12  01:34:46
29547         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
29548      Branch: perl
29549            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29550            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29551            + t/lib/time-hires.t
29552            ! MANIFEST
29553 ____________________________________________________________________________
29554 [  9689] By: jhi                                   on 2001/04/12  00:28:39
29555         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
29556              From: Gisle Aas <gisle@ActiveState.com>
29557              Date: 11 Apr 2001 16:36:11 -0700
29558              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
29559      Branch: perl
29560            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
29561 ____________________________________________________________________________
29562 [  9688] By: jhi                                   on 2001/04/12  00:27:39
29563         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
29564              From: Gisle Aas <gisle@ActiveState.com>
29565              Date: 11 Apr 2001 11:13:24 -0700
29566              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
29567      Branch: perl
29568            ! ext/MIME/Base64/Base64.xs
29569 ____________________________________________________________________________
29570 [  9687] By: jhi                                   on 2001/04/11  19:51:47
29571         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
29572      Branch: perl
29573            ! Todo-5.6
29574 ____________________________________________________________________________
29575 [  9686] By: jhi                                   on 2001/04/11  16:54:25
29576         Log: Subject: [PATCH opcode.pl] Documentation of table format
29577              From: Simon Cozens <simon@netthink.co.uk>
29578              Date: Wed, 11 Apr 2001 12:59:31 +0100
29579              Message-ID: <20010411125931.A25681@netthink.co.uk>
29580      Branch: perl
29581            ! opcode.pl
29582 ____________________________________________________________________________
29583 [  9685] By: jhi                                   on 2001/04/11  16:53:15
29584         Log: Subject: [PATCH] prototype("CORE::recv")
29585              From: Simon Cozens <simon@netthink.co.uk>
29586              Date: Wed, 11 Apr 2001 13:24:35 +0100
29587              Message-ID: <20010411132435.A26169@netthink.co.uk>
29588      Branch: perl
29589            ! pp.c t/comp/proto.t
29590 ____________________________________________________________________________
29591 [  9684] By: jhi                                   on 2001/04/11  16:47:13
29592         Log: FAQ (and AUTHORS) update from Dan Carson: the information
29593              was several years obsolete, Term::Readkey has been updated
29594              to have the functionality.
29595      Branch: perl
29596            ! AUTHORS pod/perlfaq5.pod
29597 ____________________________________________________________________________
29598 [  9683] By: jhi                                   on 2001/04/11  12:15:46
29599         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
29600              From: Calle Dybedahl <calle@lysator.liu.se>
29601              Date: 10 Apr 2001 16:44:16 +0200
29602              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
29603      Branch: perl
29604            ! ext/MIME/Base64/Base64.xs
29605 ____________________________________________________________________________
29606 [  9682] By: jhi                                   on 2001/04/11  12:12:26
29607         Log: A more minimal fix for 20010410.006 from Hugo.
29608      Branch: perl
29609            ! regexec.c
29610 ____________________________________________________________________________
29611 [  9681] By: jhi                                   on 2001/04/11  11:34:23
29612         Log: Integrate changes #9678,9679 from maintline into mainperl.
29613              
29614              addendum to change#9676
29615              
29616              up $File::Glob::VERSION; add a note pointing out the version of
29617              the OpenBSD glob bsd_glob.c resembles
29618      Branch: perl
29619           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29620           !> ext/File/Glob/bsd_glob.h
29621 ____________________________________________________________________________
29622 [  9680] By: jhi                                   on 2001/04/11  11:30:38
29623         Log: Bad test numbering in integrate in #9677.
29624              Fixes ID 20010411.001.
29625      Branch: perl
29626            ! t/op/pat.t
29627 ____________________________________________________________________________
29628 [  9679] By: gsar                                  on 2001/04/11  03:38:40
29629         Log: up $File::Glob::VERSION; add a note pointing out the version of
29630              the OpenBSD glob bsd_glob.c resembles
29631      Branch: maint-5.6/perl
29632            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29633            ! ext/File/Glob/bsd_glob.h
29634 ____________________________________________________________________________
29635 [  9678] By: gsar                                  on 2001/04/11  03:09:48
29636         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
29637              revision 1.8.10.1 found here:
29638              
29639              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
29640      Branch: maint-5.6/perl
29641            ! ext/File/Glob/bsd_glob.c
29642 ____________________________________________________________________________
29643 [  9677] By: jhi                                   on 2001/04/11  02:54:39
29644         Log: Integrate changes #9675,9676 from maintperl into mainline.
29645              
29646              fix for bug 20010410.006, undo change#7115
29647              
29648              port the OpenBSD glob() security patch
29649      Branch: perl
29650           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
29651           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
29652           !> t/op/pat.t
29653 ____________________________________________________________________________
29654 [  9676] By: gsar                                  on 2001/04/11  02:19:02
29655         Log: port the glob() security patch found at:
29656              
29657              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
29658              
29659              CERT advisory for the issue is here:
29660              
29661              http://www.cert.org/advisories/CA-2001-07.html
29662              
29663              Note that the security scare is only relevant for those who are
29664              foolish enough to build suidperl (which is now officially discouraged)
29665      Branch: maint-5.6/perl
29666            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
29667            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
29668 ____________________________________________________________________________
29669 [  9675] By: gsar                                  on 2001/04/10  23:52:11
29670         Log: fix for bug 20010410.006
29671              
29672              undo change#7115 (came into maint-5.6 as change#8156)
29673              
29674              add tests to keep it from coming back
29675      Branch: maint-5.6/perl
29676            ! regexec.c t/op/pat.t
29677 ____________________________________________________________________________
29678 [  9674] By: nick                                  on 2001/04/10  20:39:31
29679         Log: Integrate mainline
29680      Branch: perlio
29681           +> Porting/testall.atom
29682           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
29683           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
29684           !> t/lib/lc-uk.t t/pod/find.t
29685 ____________________________________________________________________________
29686 [  9673] By: nick                                  on 2001/04/10  18:46:14
29687         Log: Integrate against change 9670 aka perl-5.7.1
29688      Branch: perlio
29689           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29690           !> (integrate 53 files)
29691 ____________________________________________________________________________
29692 [  9672] By: jhi                                   on 2001/04/10  13:45:01
29693         Log: Add a script for doing cumulative profile of the test suite.
29694              (Requires ATOM, that is, Tru64.)
29695      Branch: perl
29696            + Porting/testall.atom
29697            ! MANIFEST
29698 ____________________________________________________________________________
29699 [  9671] By: jhi                                   on 2001/04/10  12:38:53
29700         Log: Missing std block.
29701      Branch: perl
29702            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
29703            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
29704            ! t/pod/find.t
29705 ____________________________________________________________________________
29706 [  9670] By: jhi                                   on 2001/04/10  01:25:58
29707         Log: This is 5.7.1.
29708      Branch: perl
29709            ! patchlevel.h
29710 ____________________________________________________________________________
29711 [  9669] By: jhi                                   on 2001/04/10  01:09:14
29712         Log: Update Changes.
29713      Branch: perl
29714            ! Changes patchlevel.h
29715 ____________________________________________________________________________
29716 [  9668] By: jhi                                   on 2001/04/10  01:00:38
29717         Log: Regen toc.
29718      Branch: perl
29719            ! pod/perltoc.pod
29720 ____________________________________________________________________________
29721 [  9667] By: jhi                                   on 2001/04/10  00:52:16
29722         Log: Update perlhist.
29723      Branch: perl
29724            ! pod/perlhist.pod
29725 ____________________________________________________________________________
29726 [  9666] By: jhi                                   on 2001/04/09  23:38:59
29727         Log: Slight wording tweaks from Damian to #9658.
29728      Branch: perl
29729            ! pod/perlobj.pod
29730 ____________________________________________________________________________
29731 [  9665] By: jhi                                   on 2001/04/09  19:56:06
29732         Log: Subject: [PATCH perlutil.pod] Nit
29733              From: Simon Cozens <simon@netthink.co.uk>
29734              Date: Mon, 9 Apr 2001 20:29:44 +0100
29735              Message-ID: <20010409202944.A14796@the.earth.li>
29736      Branch: perl
29737            ! pod/perlutil.pod
29738 ____________________________________________________________________________
29739 [  9664] By: jhi                                   on 2001/04/09  19:54:42
29740         Log: Subject: Re: perl571delta.pod@9631
29741              From: Mike Guy <mjtg@cam.ac.uk>
29742              Date: Mon, 09 Apr 2001 18:09:14 +0100
29743              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
29744      Branch: perl
29745            ! pod/perl571delta.pod
29746 ____________________________________________________________________________
29747 [  9663] By: jhi                                   on 2001/04/09  13:43:35
29748         Log: Update Changes.
29749      Branch: perl
29750            ! Changes patchlevel.h
29751 ____________________________________________________________________________
29752 [  9662] By: jhi                                   on 2001/04/09  13:24:46
29753         Log: tweak tweak.
29754      Branch: perl
29755            ! AUTHORS pod/perl571delta.pod
29756 ____________________________________________________________________________
29757 [  9661] By: jhi                                   on 2001/04/09  13:15:13
29758         Log: Thinko in manual patch applying.
29759      Branch: perl
29760            ! sv.c
29761 ____________________________________________________________________________
29762 [  9660] By: jhi                                   on 2001/04/09  13:07:53
29763         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
29764              From: Robin Barker <rmb1@cise.npl.co.uk> 
29765              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
29766              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
29767              
29768              (This corrects the case where the "isn't numeric" string contains \0s
29769              and is longer than the temporary buffer, and contains \0 at the point
29770              the string would be truncated by "...".) 
29771      Branch: perl
29772            ! sv.c
29773 ____________________________________________________________________________
29774 [  9659] By: jhi                                   on 2001/04/09  12:57:41
29775         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
29776      Branch: perl
29777            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
29778            ! t/lib/cgi-function.t t/lib/cgi-html.t
29779 ____________________________________________________________________________
29780 [  9658] By: jhi                                   on 2001/04/09  12:48:47
29781         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
29782              From: Ilmari Karonen <iltzu@sci.fi>
29783              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
29784              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
29785              
29786              Rearrange and rewrite the Method Invocation section
29787              to explain the concepts in nicer order.
29788      Branch: perl
29789            ! pod/perlobj.pod
29790 ____________________________________________________________________________
29791 [  9657] By: jhi                                   on 2001/04/09  12:35:58
29792         Log: Upgrade to podlators 1.09, from Russ Allbery.
29793      Branch: perl
29794            ! lib/Pod/Man.pm lib/Pod/Text.pm
29795 ____________________________________________________________________________
29796 [  9656] By: jhi                                   on 2001/04/09  12:31:53
29797         Log: perl571delta.
29798      Branch: perl
29799            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
29800 ____________________________________________________________________________
29801 [  9655] By: jhi                                   on 2001/04/09  12:20:09
29802         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
29803              From: Prymmer/Kahn <pvhp@best.com>
29804              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
29805              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
29806      Branch: perl
29807            ! lib/utf8.pm pod/perlunicode.pod
29808 ____________________________________________________________________________
29809 [  9654] By: gsar                                  on 2001/04/09  03:38:33
29810         Log: here lies 5.6.1
29811      Branch: maint-5.6/perl
29812            ! Changes
29813 ____________________________________________________________________________
29814 [  9653] By: jhi                                   on 2001/04/09  03:25:24
29815         Log: Update perlhist.
29816      Branch: perl
29817            ! pod/perlhist.pod
29818 ____________________________________________________________________________
29819 [  9652] By: jhi                                   on 2001/04/09  03:18:49
29820         Log: perl571delta tweaking continues.
29821      Branch: perl
29822            ! pod/perl571delta.pod
29823 ____________________________________________________________________________
29824 [  9651] By: gsar                                  on 2001/04/09  03:11:19
29825         Log: update Changes, patchlevel.h &c.
29826      Branch: maint-5.6/perl
29827            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
29828            ! pod/perltoc.pod
29829 ____________________________________________________________________________
29830 [  9650] By: jhi                                   on 2001/04/09  02:40:24
29831         Log: Integrate the perlfork half of #9513 from maintperl into mainline
29832              (the perlunicode half is obsolete)
29833      Branch: perl
29834            ! pod/perlfork.pod
29835 ____________________________________________________________________________
29836 [  9649] By: gsar                                  on 2001/04/09  02:35:43
29837         Log: tweak perldelta as suggested by Jarkko
29838      Branch: maint-5.6/perl
29839            ! pod/perldelta.pod
29840 ____________________________________________________________________________
29841 [  9648] By: jhi                                   on 2001/04/09  02:13:04
29842         Log: Integrate change #9646 from maintperl into mainline.
29843              
29844              add note about ithreads and Thread.pm
29845      Branch: perl
29846           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
29847 ____________________________________________________________________________
29848 [  9647] By: jhi                                   on 2001/04/09  02:10:18
29849         Log: Bad assumption that shortsize == 2.
29850      Branch: perl
29851            ! t/lib/xs-typemap.t
29852 ____________________________________________________________________________
29853 [  9646] By: gsar                                  on 2001/04/09  00:48:04
29854         Log: add note about ithreads and Thread.pm (too many people are
29855              confused by the fact that Thread.pm is built and installed
29856              under non-5005threads but doesn't work)
29857      Branch: maint-5.6/perl
29858            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
29859 ____________________________________________________________________________
29860 [  9645] By: gsar                                  on 2001/04/09  00:19:03
29861         Log: update perldelta.pod for changes in 5.6.1
29862      Branch: maint-5.6/perl
29863            ! Changes pod/perldelta.pod
29864 ____________________________________________________________________________
29865 [  9644] By: jhi                                   on 2001/04/08  20:37:00
29866         Log: Integrate change #9639 from maintperl into mainline:
29867              on windows, many of the README.* pods were being copied to
29868              the wrong location
29869      Branch: perl
29870           !> win32/Makefile win32/makefile.mk
29871 ____________________________________________________________________________
29872 [  9643] By: jhi                                   on 2001/04/08  20:07:11
29873         Log: Integrate change #9624 from maintperl into mainline:
29874              the pod tests were not okay.  (t/pod/find.t changes ignored)
29875      Branch: perl
29876           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
29877           !> t/pod/include.t t/pod/included.t t/pod/lref.t
29878           !> t/pod/multiline_items.t t/pod/nested_items.t
29879           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29880           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
29881 ____________________________________________________________________________
29882 [  9642] By: jhi                                   on 2001/04/08  19:57:17
29883         Log: Integrate change #9638 from maintperl into mainline:
29884              update to latest JPL from the anoncvs repository
29885      Branch: perl
29886           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29887           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29888           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
29889 ____________________________________________________________________________
29890 [  9641] By: jhi                                   on 2001/04/08  19:53:30
29891         Log: perl571delta updates.
29892      Branch: perl
29893            ! lib/Filter/Simple.pm pod/perl571delta.pod
29894 ____________________________________________________________________________
29895 [  9640] By: gsar                                  on 2001/04/08  19:20:46
29896         Log: integrate change#9634 from mainline
29897              
29898              Fix the perlmodlib generation (didn't understand separate .pod
29899              files; didn't understand -- as the name-thing separator).
29900              Update the CPAN mirrors list.
29901      Branch: maint-5.6/perl
29902            ! pod/perlmodlib.pod
29903           !> pod/perlmodlib.PL
29904 ____________________________________________________________________________
29905 [  9639] By: gsar                                  on 2001/04/08  18:57:31
29906         Log: on windows, many of the README.* pods were being copied to the wrong
29907              location
29908      Branch: maint-5.6/perl
29909            ! win32/Makefile win32/makefile.mk
29910 ____________________________________________________________________________
29911 [  9638] By: gsar                                  on 2001/04/08  18:38:25
29912         Log: update to latest JPL from the anoncvs repository
29913      Branch: maint-5.6/perl
29914            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
29915            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29916            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
29917 ____________________________________________________________________________
29918 [  9637] By: jhi                                   on 2001/04/08  17:53:53
29919         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
29920      Branch: perl
29921            ! pod/perl571delta.pod
29922 ____________________________________________________________________________
29923 [  9636] By: jhi                                   on 2001/04/08  17:18:32
29924         Log: Regen toc.
29925      Branch: perl
29926            ! pod/perltoc.pod
29927 ____________________________________________________________________________
29928 [  9635] By: jhi                                   on 2001/04/08  17:16:33
29929         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
29930              From: "Craig A. Berry" <craigberry@mac.com>
29931              Date: Sun, 08 Apr 2001 12:30:16 -0500
29932              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
29933      Branch: perl
29934            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
29935 ____________________________________________________________________________
29936 [  9634] By: jhi                                   on 2001/04/08  17:09:19
29937         Log: Fix the perlmodlib generation (didn't understand separate .pod
29938              files; didn't understand -- as the name-thing separator).
29939              
29940              Update the CPAN mirrors list.
29941      Branch: perl
29942            ! pod/perlmodlib.PL pod/perlmodlib.pod
29943 ____________________________________________________________________________
29944 [  9633] By: jhi                                   on 2001/04/08  16:49:17
29945         Log: Sort MANIFEST.
29946      Branch: perl
29947            ! MANIFEST
29948 ____________________________________________________________________________
29949 [  9632] By: gsar                                  on 2001/04/08  16:36:06
29950         Log: add $Tie::RefHash::VERSION
29951      Branch: maint-5.6/perl
29952            ! lib/Tie/RefHash.pm
29953 ____________________________________________________________________________
29954 [  9631] By: jhi                                   on 2001/04/08  16:10:15
29955         Log: perl571delta updates based on p5p feedback; still needs
29956              lots of examples.
29957      Branch: perl
29958            ! pod/perl571delta.pod
29959 ____________________________________________________________________________
29960 [  9630] By: jhi                                   on 2001/04/08  15:59:13
29961         Log: Update the list of supported platforms to talk about 5.7.1
29962              (and 5.6.1)
29963      Branch: perl
29964            ! pod/perlport.pod
29965 ____________________________________________________________________________
29966 [  9629] By: jhi                                   on 2001/04/08  15:55:41
29967         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
29968              from maintperl into mainline: perlport updates.
29969      Branch: perl
29970            ! pod/perlport.pod
29971 ____________________________________________________________________________
29972 [  9628] By: jhi                                   on 2001/04/08  15:53:17
29973         Log: perlsolaris.pod copied to wrong directory.
29974      Branch: perl
29975            ! win32/makefile.mk
29976 ____________________________________________________________________________
29977 [  9627] By: jhi                                   on 2001/04/08  14:48:18
29978         Log: Subject: Typos in perl571delta.pod
29979              From: "Stephen P. Potter" <spp@spotter.yi.org>
29980              Date: Sat, 07 Apr 2001 20:37:05 -0400
29981              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
29982      Branch: perl
29983            ! pod/perl571delta.pod
29984 ____________________________________________________________________________
29985 [  9626] By: jhi                                   on 2001/04/08  14:39:04
29986         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
29987      Branch: perl
29988            ! gv.c
29989 ____________________________________________________________________________
29990 [  9625] By: nick                                  on 2001/04/08  10:14:23
29991         Log: Integrate mainline
29992      Branch: perlio
29993           +> pod/perl570delta.pod pod/perl571delta.pod
29994           !> (integrate 27 files)
29995 ____________________________________________________________________________
29996 [  9624] By: gsar                                  on 2001/04/08  06:08:17
29997         Log: test in t/pod/* were busted
29998              
29999              these tests are still not enabled in t/{harness,TEST}
30000      Branch: maint-5.6/perl
30001            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
30002            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
30003            ! t/pod/multiline_items.t t/pod/nested_items.t
30004            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30005            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
30006 ____________________________________________________________________________
30007 [  9623] By: gsar                                  on 2001/04/08  03:37:01
30008         Log: integrate change#9470 from mainline
30009              
30010              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
30011      Branch: maint-5.6/perl
30012           !> ext/Socket/Socket.xs
30013 ____________________________________________________________________________
30014 [  9622] By: jhi                                   on 2001/04/07  22:40:47
30015         Log: Update Changes.
30016      Branch: perl
30017            ! Changes patchlevel.h
30018 ____________________________________________________________________________
30019 [  9621] By: jhi                                   on 2001/04/07  22:34:16
30020         Log: Update AUTHORS.
30021      Branch: perl
30022            ! AUTHORS
30023 ____________________________________________________________________________
30024 [  9620] By: jhi                                   on 2001/04/07  22:12:47
30025         Log: Forgot to bump the number of tests in #9164.
30026      Branch: perl
30027            ! t/op/array.t
30028 ____________________________________________________________________________
30029 [  9619] By: jhi                                   on 2001/04/07  22:09:50
30030         Log: Bump patchlevel to 5.7.1.
30031      Branch: perl
30032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30033            ! config_h.SH patchlevel.h
30034 ____________________________________________________________________________
30035 [  9618] By: jhi                                   on 2001/04/07  22:02:41
30036         Log: Populate perl571delta.
30037      Branch: perl
30038            ! pod/perl571delta.pod
30039 ____________________________________________________________________________
30040 [  9617] By: jhi                                   on 2001/04/07  22:01:23
30041         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
30042              to forget it later; do not change patchlevel.h yet or regenerate
30043              Configure yet.
30044      Branch: perl
30045            ! epoc/config.sh win32/Makefile win32/config_H.bc
30046            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
30047 ____________________________________________________________________________
30048 [  9616] By: jhi                                   on 2001/04/07  17:46:33
30049         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
30050      Branch: perl
30051            ! pod/perl571delta.pod
30052 ____________________________________________________________________________
30053 [  9615] By: jhi                                   on 2001/04/07  17:33:21
30054         Log: Change the toc configuration.
30055      Branch: perl
30056            ! pod/buildtoc.PL pod/perl.pod
30057 ____________________________________________________________________________
30058 [  9614] By: jhi                                   on 2001/04/07  17:29:47
30059         Log: Subject: PATCH: $[
30060              From: Robin Houston <robin@kitsite.com>
30061              Date: Fri, 6 Apr 2001 18:10:14 +0100
30062              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
30063      Branch: perl
30064            ! op.c t/op/array.t
30065 ____________________________________________________________________________
30066 [  9613] By: jhi                                   on 2001/04/07  17:28:26
30067         Log: Subject: [PATCH perl@9424] isn't numeric warning
30068              From: Robin Barker <rmb1@cise.npl.co.uk>
30069              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
30070              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
30071      Branch: perl
30072            ! sv.c t/pragma/warn/sv
30073 ____________________________________________________________________________
30074 [  9612] By: jhi                                   on 2001/04/07  17:26:45
30075         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
30076              From: Mike Guy <mjtg@cam.ac.uk>
30077              Date: Fri, 06 Apr 2001 12:47:06 +0100
30078              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
30079      Branch: perl
30080            ! dump.c t/lib/peek.t
30081 ____________________________________________________________________________
30082 [  9611] By: jhi                                   on 2001/04/07  17:21:35
30083         Log: Create perl571delta and seed it off with the perldelta changes
30084              since 5.7.0; remove those changes from perldelta and rename it
30085              as perl570delta; recreate perldelta but leave it almost empty.
30086      Branch: perl
30087            + pod/perl570delta.pod pod/perl571delta.pod
30088            ! MANIFEST pod/perldelta.pod
30089 ____________________________________________________________________________
30090 [  9610] By: jhi                                   on 2001/04/07  16:56:32
30091         Log: Denit.
30092      Branch: perl
30093            ! pod/perldelta.pod
30094 ____________________________________________________________________________
30095 [  9609] By: jhi                                   on 2001/04/07  16:38:32
30096         Log: Retract #9523: needs more thought.
30097      Branch: perl
30098            ! Makefile.SH
30099 ____________________________________________________________________________
30100 [  9608] By: jhi                                   on 2001/04/07  14:59:20
30101         Log: atmark() code cleanaup.
30102      Branch: perl
30103            ! ext/IO/IO.xs
30104 ____________________________________________________________________________
30105 [  9607] By: jhi                                   on 2001/04/07  14:48:14
30106         Log: Integrate change #9605 from maintperl into mainline.
30107              
30108              can't optimize away scope entry if tr/// is present
30109      Branch: perl
30110           !> op.c t/op/tr.t
30111 ____________________________________________________________________________
30112 [  9606] By: jhi                                   on 2001/04/07  14:43:59
30113         Log: Integrate perlio.
30114      Branch: perl
30115           +> win32/FindExt.pm
30116           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
30117           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
30118 ____________________________________________________________________________
30119 [  9605] By: gsar                                  on 2001/04/07  11:52:40
30120         Log: can't optimize away scope entry if tr/// is present
30121      Branch: maint-5.6/perl
30122            ! op.c t/op/tr.t
30123 ____________________________________________________________________________
30124 [  9604] By: nick                                  on 2001/04/07  11:39:45
30125         Log: Split out extension finding code from buildext.pl into FindExt.pm
30126              Use it to get Config.pm's idea of available extensions in line
30127              with what is built.
30128      Branch: perlio
30129            + win32/FindExt.pm
30130            ! MANIFEST win32/buildext.pl win32/config_sh.PL
30131            ! win32/makefile.mk
30132 ____________________________________________________________________________
30133 [  9603] By: nick                                  on 2001/04/07  09:11:38
30134         Log: Cleanup correction for failed :Via() layer, also set an error code.
30135      Branch: perlio
30136            ! ext/PerlIO/Via/Via.xs
30137 ____________________________________________________________________________
30138 [  9602] By: nick                                  on 2001/04/07  08:38:04
30139         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
30140              style. So don't use binmode() on the handles so that Win32 etc. see
30141              same sequence and produce same digests.
30142      Branch: perlio
30143            ! t/lib/md5-file.t
30144 ____________________________________________________________________________
30145 [  9601] By: nick                                  on 2001/04/07  08:36:26
30146         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
30147              Else it complains and so crlf layer (say) does not get pushed.
30148      Branch: perlio
30149            ! perlio.c
30150 ____________________________________________________________________________
30151 [  9600] By: jhi                                   on 2001/04/06  23:00:09
30152         Log: Integrate change #9599 from perlio into mainline.
30153      Branch: perl
30154           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
30155           !> win32/config_H.vc
30156 ____________________________________________________________________________
30157 [  9599] By: nick                                  on 2001/04/06  21:42:43
30158         Log: Quote $VERSION in Encode.pm.
30159              regen_config_h as requested.
30160      Branch: perlio
30161            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
30162            ! win32/config_H.vc
30163 ____________________________________________________________________________
30164 [  9598] By: nick                                  on 2001/04/06  20:34:59
30165         Log: Integrate mainline
30166      Branch: perlio
30167           +> README.macos
30168           !> (integrate 39 files)
30169 ____________________________________________________________________________
30170 [  9597] By: gsar                                  on 2001/04/06  18:06:35
30171         Log: integrate change#9464 from mainline (addendum to change#8313)
30172              
30173              Subject: [PATCH @9452] Better peep()ing for foreach() loops
30174      Branch: maint-5.6/perl
30175           !> op.c
30176 ____________________________________________________________________________
30177 [  9596] By: jhi                                   on 2001/04/06  17:26:03
30178         Log: The d_casti32=undef is good for you even when not use64bitall.
30179      Branch: perl
30180            ! hints/hpux.sh
30181 ____________________________________________________________________________
30182 [  9595] By: gsar                                  on 2001/04/06  14:57:17
30183         Log: add a low-impact fix to accomodate darwin-ism
30184      Branch: maint-5.6/perl
30185            ! ext/Errno/Errno_pm.PL
30186 ____________________________________________________________________________
30187 [  9594] By: jhi                                   on 2001/04/06  14:55:14
30188         Log: Integrate changes #9528,9593 from mainline into maintperl;
30189              tweaking the editor/IDE/shell list.
30190      Branch: maint-5.6/perl
30191           !> pod/perlfaq3.pod
30192 ____________________________________________________________________________
30193 [  9593] By: jhi                                   on 2001/04/06  14:51:39
30194         Log: Make the editor/IDE/shell list a little bit airier.
30195      Branch: perl
30196            ! pod/perlfaq3.pod
30197 ____________________________________________________________________________
30198 [  9592] By: gsar                                  on 2001/04/06  14:45:18
30199         Log: integrate change#9477 from mainline (base.pm doc tweak)
30200              
30201              missing doc entry for fmod()
30202      Branch: maint-5.6/perl
30203            ! lib/Math/BigFloat.pm
30204           !> lib/base.pm
30205 ____________________________________________________________________________
30206 [  9591] By: jhi                                   on 2001/04/06  13:55:48
30207         Log: Regen toc.
30208      Branch: perl
30209            ! pod/perltoc.pod
30210 ____________________________________________________________________________
30211 [  9590] By: jhi                                   on 2001/04/06  13:54:52
30212         Log: Math::BigFloat patches from John Peacock.  The equivalent
30213              of #9586 from maintperl but reworked by John to work with
30214              the bleadperl.
30215      Branch: perl
30216            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
30217 ____________________________________________________________________________
30218 [  9589] By: jhi                                   on 2001/04/06  13:42:23
30219         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
30220      Branch: perl
30221            ! ext/Digest/MD5/Makefile.PL
30222 ____________________________________________________________________________
30223 [  9588] By: jhi                                   on 2001/04/06  13:31:45
30224         Log: Integrate changes #9584,9587 from maintperl into mainline.
30225              
30226              keep eval"" CVs alive until the end of the statement in which
30227              they're called
30228              
30229              add README.macos (from Chris Nandor)
30230              
30231              tyop in change#9555
30232      Branch: perl
30233           +> README.macos
30234           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
30235           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
30236           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
30237           !> win32/makefile.mk
30238 ____________________________________________________________________________
30239 [  9587] By: gsar                                  on 2001/04/06  07:31:30
30240         Log: add README.macos (from Chris Nandor)
30241              
30242              tyop in change#9555
30243      Branch: maint-5.6/perl
30244            + README.macos
30245            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
30246            ! win32/Makefile win32/makefile.mk
30247 ____________________________________________________________________________
30248 [  9586] By: gsar                                  on 2001/04/06  07:08:54
30249         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
30250      Branch: maint-5.6/perl
30251            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
30252 ____________________________________________________________________________
30253 [  9585] By: gsar                                  on 2001/04/06  06:58:44
30254         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
30255              from mainline
30256              
30257              Subject: [PATCH] Base64 update to perlfaq9.pod
30258              
30259              Subject: [PATCH AUTHORS] Housekeeping
30260              
30261              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
30262              Mac OS X (Darwin) has extra pwent fields.
30263              
30264              Subject: [PATCH B::*] print control-character vars readably
30265              Needs EBCDICification.
30266              
30267              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
30268              
30269              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
30270              
30271              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
30272              
30273              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
30274              
30275              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
30276              
30277              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
30278              
30279              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
30280              
30281              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
30282              
30283              FreeBSD hints tweak from Anton Berezin.
30284              
30285              Subject: [PATCH foolperl & bleadperl] README.vms update
30286              
30287              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
30288      Branch: maint-5.6/perl
30289           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
30290           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
30291           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
30292 ____________________________________________________________________________
30293 [  9584] By: gsar                                  on 2001/04/06  04:09:00
30294         Log: keep eval"" CVs alive until the end of the statement in which
30295              they're called; this avoids a coredump ensuing from search for
30296              lexicals in code such as:
30297              
30298              sub bug {
30299              my $s = @_;
30300              eval q[sub { eval 'sub { &$s }' }];
30301              }
30302              bug("x")->()->();
30303              
30304              this code still doesn't work as intended (as it has remained
30305              since time immemorial), but it doesn't provoke a coredump anymore
30306      Branch: maint-5.6/perl
30307            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30308            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
30309 ____________________________________________________________________________
30310 [  9583] By: jhi                                   on 2001/04/05  23:52:51
30311         Log: Update Changes.
30312      Branch: perl
30313            ! Changes patchlevel.h
30314 ____________________________________________________________________________
30315 [  9582] By: jhi                                   on 2001/04/05  23:11:23
30316         Log: Slight doc tweak.
30317      Branch: perl
30318            ! pod/perlunicode.pod
30319 ____________________________________________________________________________
30320 [  9581] By: jhi                                   on 2001/04/05  23:04:11
30321         Log: Integrate perlio.
30322      Branch: perl
30323           !> pod/perlunicode.pod
30324 ____________________________________________________________________________
30325 [  9580] By: jhi                                   on 2001/04/05  23:03:29
30326         Log: Test for #9579.
30327      Branch: perl
30328            ! t/op/do.t
30329 ____________________________________________________________________________
30330 [  9579] By: jhi                                   on 2001/04/05  22:54:17
30331         Log: Subject: [PATCH] Propagate calling context for do '...'
30332              From: Gisle Aas <gisle@ActiveState.com>
30333              Date: 04 Apr 2001 20:17:29 -0700
30334              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
30335      Branch: perl
30336            ! pod/perlfunc.pod pp_ctl.c
30337 ____________________________________________________________________________
30338 [  9578] By: jhi                                   on 2001/04/05  22:52:51
30339         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
30340              From: Peter Prymmer <pvhp@forte.com>
30341              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
30342              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
30343      Branch: perl
30344            ! README.vms
30345 ____________________________________________________________________________
30346 [  9577] By: jhi                                   on 2001/04/05  22:48:22
30347         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
30348              From: "Craig A. Berry" <craigberry@mac.com>
30349              Date: Thu, 5 Apr 2001 13:43:28 -0500
30350              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
30351      Branch: perl
30352            ! README.vms
30353 ____________________________________________________________________________
30354 [  9576] By: jhi                                   on 2001/04/05  22:31:38
30355         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
30356              From: Michael G Schwern <schwern@pobox.com>
30357              Date: Thu, 5 Apr 2001 21:53:21 +0100
30358              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
30359      Branch: perl
30360            ! lib/base.pm t/lib/fields.t
30361 ____________________________________________________________________________
30362 [  9575] By: jhi                                   on 2001/04/05  22:26:10
30363         Log: FreeBSD hints tweak from Anton Berezin.
30364      Branch: perl
30365            ! hints/freebsd.sh
30366 ____________________________________________________________________________
30367 [  9574] By: jhi                                   on 2001/04/05  22:24:03
30368         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
30369              From: David Dyck <dcd@tc.fluke.com>
30370              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
30371              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
30372      Branch: perl
30373            ! t/op/oct.t
30374 ____________________________________________________________________________
30375 [  9573] By: jhi                                   on 2001/04/05  22:23:06
30376         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
30377              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
30378              From: David Dyck <dcd@tc.fluke.com>
30379              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
30380      Branch: perl
30381            ! pp.c
30382 ____________________________________________________________________________
30383 [  9572] By: jhi                                   on 2001/04/05  22:14:47
30384         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
30385              From: Robin Houston <robin@kitsite.com>
30386              Date: Thu, 5 Apr 2001 20:56:48 +0100
30387              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
30388      Branch: perl
30389            ! ext/B/B/Deparse.pm
30390 ____________________________________________________________________________
30391 [  9571] By: jhi                                   on 2001/04/05  22:12:53
30392         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
30393              From: Robin Houston <robin@kitsite.com>
30394              Date: Thu, 5 Apr 2001 19:55:51 +0100
30395              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
30396      Branch: perl
30397            ! ext/B/B/Deparse.pm
30398 ____________________________________________________________________________
30399 [  9570] By: jhi                                   on 2001/04/05  22:11:06
30400         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
30401              From: Robin Houston <robin@kitsite.com>
30402              Date: Thu, 5 Apr 2001 20:16:29 +0100
30403              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
30404      Branch: perl
30405            ! ext/B/B/Deparse.pm
30406 ____________________________________________________________________________
30407 [  9569] By: nick                                  on 2001/04/05  21:32:26
30408         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
30409      Branch: perlio
30410            ! pod/perlunicode.pod
30411 ____________________________________________________________________________
30412 [  9568] By: nick                                  on 2001/04/05  19:38:09
30413         Log: Integrate mainline
30414      Branch: perlio
30415           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
30416           !> (integrate 35 files)
30417 ____________________________________________________________________________
30418 [  9567] By: jhi                                   on 2001/04/05  18:31:45
30419         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
30420              From: Robin Houston <robin@kitsite.com>
30421              Date: Thu, 5 Apr 2001 18:03:23 +0100
30422              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
30423      Branch: perl
30424            ! ext/B/B/Deparse.pm
30425 ____________________________________________________________________________
30426 [  9566] By: jhi                                   on 2001/04/05  18:29:35
30427         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
30428              From: Robin Houston <robin@kitsite.com>
30429              Date: Thu, 5 Apr 2001 16:45:18 +0100
30430              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
30431      Branch: perl
30432            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
30433 ____________________________________________________________________________
30434 [  9565] By: jhi                                   on 2001/04/05  18:24:23
30435         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
30436              From: Robin Houston <robin@kitsite.com>
30437              Date: Thu, 5 Apr 2001 14:50:09 +0100
30438              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
30439      Branch: perl
30440            ! ext/B/B/Deparse.pm
30441 ____________________________________________________________________________
30442 [  9564] By: jhi                                   on 2001/04/05  18:23:03
30443         Log: Subject: [PATCH B::*] print control-character vars readably
30444              From: Robin Houston <robin@kitsite.com>
30445              Date: Thu, 5 Apr 2001 14:27:38 +0100
30446              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
30447              
30448              Needs EBCDICification.
30449      Branch: perl
30450            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
30451            ! ext/B/B/Terse.pm
30452 ____________________________________________________________________________
30453 [  9563] By: jhi                                   on 2001/04/05  18:20:32
30454         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
30455              Date: Thu, 5 Apr 2001 13:21:42 -0400
30456              From: Paul Schinder <schinder@pobox.com>
30457              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
30458              
30459              Mac OS X (Darwin) has extra pwent fields.
30460      Branch: perl
30461            ! t/op/pwent.t
30462 ____________________________________________________________________________
30463 [  9562] By: jhi                                   on 2001/04/05  17:57:51
30464         Log: Regen toc.
30465      Branch: perl
30466            ! pod/perltoc.pod
30467 ____________________________________________________________________________
30468 [  9561] By: jhi                                   on 2001/04/05  17:47:33
30469         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
30470      Branch: metaconfig
30471            ! U/Glossary.patch
30472      Branch: metaconfig/U/perl
30473            + d_u32align.U
30474            ! d_cmsghdr_s.U d_msghdr_s.U
30475 ____________________________________________________________________________
30476 [  9560] By: jhi                                   on 2001/04/05  17:47:01
30477         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
30478              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
30479              Introduce probes for struct msghdr, struct cmsghdr,
30480              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
30481              ualarm, usleep, for possible later extension work.
30482      Branch: perl
30483            + t/lib/md5-align.t
30484            ! Configure MANIFEST Porting/Glossary Porting/config.sh
30485            ! Porting/config_H config_h.SH configure.com epoc/config.sh
30486            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
30487            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30488            ! vos/config.ga.h win32/config.bc win32/config.gc
30489            ! win32/config.vc
30490 ____________________________________________________________________________
30491 [  9559] By: jhi                                   on 2001/04/05  13:03:04
30492         Log: Be traditional in your cpp (for the Errno extension).
30493      Branch: perl
30494            ! hints/darwin.sh
30495 ____________________________________________________________________________
30496 [  9558] By: jhi                                   on 2001/04/05  13:00:05
30497         Log: Add $Config{cppflags} to the gcc incantation.
30498      Branch: perl
30499            ! ext/Errno/Errno_pm.PL
30500 ____________________________________________________________________________
30501 [  9557] By: jhi                                   on 2001/04/05  04:22:39
30502         Log: Introduce Sean Burke's Class::ISA 0.32.
30503      Branch: perl
30504            + lib/Class/ISA.pm t/lib/class-isa.t
30505            ! MANIFEST
30506 ____________________________________________________________________________
30507 [  9556] By: jhi                                   on 2001/04/05  04:09:50
30508         Log: Subject: [PATCH AUTHORS] Housekeeping
30509              From: Paul Johnson <paul@pjcj.net> 
30510              Date: Wed, 4 Apr 2001 22:45:47 +0200
30511              Message-ID: <20010404224547.D9548@pjcj.net>
30512      Branch: perl
30513            ! AUTHORS
30514 ____________________________________________________________________________
30515 [  9555] By: jhi                                   on 2001/04/05  04:06:33
30516         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
30517              From: Gisle Aas <gisle@ActiveState.com>
30518              Date: 04 Apr 2001 14:23:04 -0700
30519              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
30520      Branch: perl
30521            ! pod/perlfaq9.pod
30522 ____________________________________________________________________________
30523 [  9554] By: jhi                                   on 2001/04/05  04:05:49
30524         Log: Downgrade also the "Wide character" diagnostic.
30525      Branch: perl
30526            ! pod/perldiag.pod
30527 ____________________________________________________________________________
30528 [  9553] By: jhi                                   on 2001/04/05  04:00:33
30529         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
30530              maintperl into mainline.
30531              
30532              "double" should be "NV"; standard typemap is missing entry
30533              for NV
30534              
30535              s/djSP/dSP/
30536              
30537              Downgrade "Wide character in print" to a warning.
30538              
30539              B::Deparse fix for ${^FOO} and documentation for PVX() method
30540              (from Robin Houston)
30541              
30542              tr/// doesn't null-terminate the result in some situations
30543              (from Gisle Aas)
30544      Branch: perl
30545           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
30546           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
30547           !> t/io/utf8.t t/op/tr.t
30548 ____________________________________________________________________________
30549 [  9552] By: jhi                                   on 2001/04/05  03:52:50
30550         Log: Retract changes #9542 and #9538 (from maintperl, integrated
30551              at #9540), shouldn't be needed because of the perlio changes.
30552      Branch: perl
30553            ! util.c
30554 ____________________________________________________________________________
30555 [  9551] By: gsar                                  on 2001/04/05  00:18:34
30556         Log: tr/// doesn't null-terminate the result in some situations
30557              (from Gisle Aas)
30558      Branch: maint-5.6/perl
30559            ! doop.c t/op/tr.t
30560 ____________________________________________________________________________
30561 [  9550] By: gsar                                  on 2001/04/04  20:04:17
30562         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
30563              (from Robin Houston)
30564      Branch: maint-5.6/perl
30565            ! ext/B/B.pm ext/B/B/Deparse.pm
30566 ____________________________________________________________________________
30567 [  9549] By: nick                                  on 2001/04/04  18:56:15
30568         Log: Downgrade "Wide character in print" to a warning.
30569      Branch: perlio
30570            ! doio.c t/io/utf8.t
30571 ____________________________________________________________________________
30572 [  9548] By: gsar                                  on 2001/04/04  18:51:49
30573         Log: integrate changes#9460,9462,9482,9521,9522
30574              
30575              Subject: PATCH: B::Debug should show LOOP-specific fields
30576              
30577              Subject: B::Deparse precedence bug. (Patch included.)
30578              
30579              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
30580              
30581              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
30582              
30583              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
30584      Branch: maint-5.6/perl
30585           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
30586           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
30587 ____________________________________________________________________________
30588 [  9547] By: gsar                                  on 2001/04/04  18:49:16
30589         Log: s/djSP/dSP/
30590      Branch: maint-5.6/perl
30591            ! ext/Thread/Thread.xs
30592 ____________________________________________________________________________
30593 [  9546] By: nick                                  on 2001/04/04  18:44:00
30594         Log: Integrate mainline.
30595      Branch: perlio
30596           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
30597           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
30598 ____________________________________________________________________________
30599 [  9545] By: gsar                                  on 2001/04/04  18:38:52
30600         Log: integrate change#8837 from mainline
30601              
30602              Subject: [patch] -Wall cleanup round 2
30603      Branch: maint-5.6/perl
30604           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
30605           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
30606           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
30607           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
30608           !> ext/SDBM_File/SDBM_File.xs
30609 ____________________________________________________________________________
30610 [  9544] By: gsar                                  on 2001/04/04  17:49:57
30611         Log: "double" should be "NV"; standard typemap is missing entry
30612              for NV
30613      Branch: maint-5.6/perl
30614            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
30615 ____________________________________________________________________________
30616 [  9543] By: jhi                                   on 2001/04/04  14:13:18
30617         Log: Thou shalt not (just) match for English error messages.
30618      Branch: perl
30619            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
30620            ! os2/OS2/Process/Process.pm
30621 ____________________________________________________________________________
30622 [  9542] By: jhi                                   on 2001/04/04  13:20:39
30623         Log: Make the stdio tricks of fflush_all() to exist only if
30624              stdio is being used.
30625      Branch: perl
30626            ! util.c
30627 ____________________________________________________________________________
30628 [  9541] By: jhi                                   on 2001/04/04  04:20:24
30629         Log: Subject: Re: [PATCH] Lighten up glob
30630              From: Benjamin Sugars <bsugars@canoe.ca>
30631              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
30632              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
30633      Branch: perl
30634            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
30635            ! util.c
30636 ____________________________________________________________________________
30637 [  9540] By: jhi                                   on 2001/04/04  04:03:57
30638         Log: Integrate changes #9538,9539 from maintperl into mainline.
30639              
30640              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
30641              for use with _fwalk() (fix for change#7705)
30642              
30643              another tweak needed for SunOS 4.1.x build (from Mike Guy)
30644              (cp -f is not portable)
30645      Branch: perl
30646           !> Makefile.SH util.c
30647 ____________________________________________________________________________
30648 [  9539] By: gsar                                  on 2001/04/04  03:01:14
30649         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
30650      Branch: maint-5.6/perl
30651            ! Makefile.SH
30652 ____________________________________________________________________________
30653 [  9538] By: gsar                                  on 2001/04/04  01:00:38
30654         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
30655              for use with _fwalk() (fix for change#7705)
30656      Branch: maint-5.6/perl
30657            ! util.c
30658 ____________________________________________________________________________
30659 [  9537] By: nick                                  on 2001/04/03  19:24:55
30660         Log: Integrate mainline
30661      Branch: perlio
30662           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
30663           +> lib/unicode/PropList.html
30664            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
30665           !> (integrate 69 files)
30666 ____________________________________________________________________________
30667 [  9536] By: jhi                                   on 2001/04/03  18:02:31
30668         Log: Integrate change #9533 from maintperl into mainline.
30669              
30670              better fix for change#9517 to accomodate UNC paths like
30671              \\server\share\foo, and paths with trailing backslash
30672              like c:\this\
30673      Branch: perl
30674           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30675 ____________________________________________________________________________
30676 [  9535] By: jhi                                   on 2001/04/03  17:58:07
30677         Log: Change the push/unshift warning to be of class syntax, not misc.
30678      Branch: perl
30679            ! op.c pod/perldiag.pod t/pragma/warn/op
30680 ____________________________________________________________________________
30681 [  9534] By: jhi                                   on 2001/04/03  15:03:46
30682         Log: Change the push/unshift warning (#9532) to talk about "no values"
30683              instead of "no arguments".
30684      Branch: perl
30685            ! op.c pod/perldiag.pod t/pragma/warn/op
30686 ____________________________________________________________________________
30687 [  9533] By: gsar                                  on 2001/04/03  14:30:07
30688         Log: better fix for change#9517 to accomodate UNC paths like
30689              \\server\share\foo, and paths with trailing backslash
30690              like c:\this\
30691      Branch: maint-5.6/perl
30692            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30693 ____________________________________________________________________________
30694 [  9532] By: jhi                                   on 2001/04/03  13:11:46
30695         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
30696              From: Robin Houston <robin@kitsite.com>
30697              Date: Mon, 2 Apr 2001 15:03:29 +0100
30698              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
30699      Branch: perl
30700            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
30701 ____________________________________________________________________________
30702 [  9531] By: jhi                                   on 2001/04/03  13:06:34
30703         Log: Integrate change #9530 from maintperl into mainline.
30704              
30705              accomodate VMS "mailbox overflow" quirk in testsuite (from
30706              Craig Berry)
30707      Branch: perl
30708           !> t/lib/socket.t
30709 ____________________________________________________________________________
30710 [  9530] By: gsar                                  on 2001/04/03  04:56:41
30711         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
30712              Craig Berry)
30713      Branch: maint-5.6/perl
30714            ! t/lib/socket.t
30715 ____________________________________________________________________________
30716 [  9529] By: jhi                                   on 2001/04/03  02:34:34
30717         Log: Update Changes.
30718      Branch: perl
30719            ! Changes patchlevel.h
30720 ____________________________________________________________________________
30721 [  9528] By: jhi                                   on 2001/04/03  01:27:57
30722         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
30723              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
30724              To: perl5-porters@perl.org
30725              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
30726      Branch: perl
30727            ! pod/perlfaq3.pod
30728 ____________________________________________________________________________
30729 [  9527] By: jhi                                   on 2001/04/03  01:22:09
30730         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
30731              From: Peter Prymmer <pvhp@forte.com>
30732              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
30733              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
30734      Branch: perl
30735            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
30736 ____________________________________________________________________________
30737 [  9526] By: jhi                                   on 2001/04/03  01:18:25
30738         Log: The metaconfig unit changes for #9525.
30739      Branch: metaconfig
30740            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
30741      Branch: metaconfig/U/perl
30742            ! use64bits.U
30743 ____________________________________________________________________________
30744 [  9525] By: jhi                                   on 2001/04/03  01:17:30
30745         Log: Configure sanity checks:
30746              * if use64bitall is attempted but pointers are only 32-bit,
30747              'downgrade' to use64bitint
30748              * if use64bitint is attempted but there's no quad type,
30749              forget about use64bitint (well, the default for it is 'n',
30750              the user can still override this)
30751              * if pointers are 64 bits, do not try to use Perl's malloc
30752      Branch: perl
30753            ! Configure
30754 ____________________________________________________________________________
30755 [  9524] By: gsar                                  on 2001/04/03  01:09:12
30756         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
30757      Branch: maint-5.6/perl
30758            ! pp_sys.c
30759 ____________________________________________________________________________
30760 [  9523] By: jhi                                   on 2001/04/03  00:02:31
30761         Log: (Retracted by #9609)
30762              
30763              Make it harder for parallel makes to enter 'test' before
30764              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
30765              should be unhappy enough, but sometimes parallel makes seem
30766              to sneak past both in Tru64 and AIX.)
30767      Branch: perl
30768            ! Makefile.SH
30769 ____________________________________________________________________________
30770 [  9522] By: jhi                                   on 2001/04/02  22:35:31
30771         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
30772              Date: Mon, 2 Apr 2001 22:54:10 +0100
30773              From: Robin Houston <robin@kitsite.com>
30774              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
30775      Branch: perl
30776            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
30777 ____________________________________________________________________________
30778 [  9521] By: jhi                                   on 2001/04/02  22:32:23
30779         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
30780              From: Robin Houston <robin@kitsite.com>
30781              Date: Mon, 2 Apr 2001 20:24:03 +0100
30782              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
30783      Branch: perl
30784            ! ext/B/B/Concise.pm
30785 ____________________________________________________________________________
30786 [  9520] By: jhi                                   on 2001/04/02  22:30:43
30787         Log: Subject: [PATCH] REALLY pedantic hv.h nit
30788              From: Simon Cozens <simon@netthink.co.uk>
30789              Date: Mon, 2 Apr 2001 15:43:06 +0100
30790              Message-ID: <20010402154306.A21711@netthink.co.uk>
30791      Branch: perl
30792            ! hv.h
30793 ____________________________________________________________________________
30794 [  9519] By: jhi                                   on 2001/04/02  22:28:04
30795         Log: Based on
30796              
30797              Subject: [foolperl] EPOC fix
30798              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30799              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
30800              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
30801      Branch: perl
30802            ! pp_sys.c
30803 ____________________________________________________________________________
30804 [  9518] By: jhi                                   on 2001/04/02  22:22:34
30805         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
30806              
30807              README.win32 tweaks; add a note about alternative location for
30808              getting a gcc-2.95.2 that will build perl properly on windows
30809              
30810              add some notes about gutsy threading matters
30811              
30812              many of the utilities interpolate literal paths within doublequotes
30813              (fails on dosish platforms where path contains backslashes)
30814      Branch: perl
30815           !> README.win32 pod/perlguts.pod utils/perldoc.PL
30816           !> x2p/find2perl.PL x2p/s2p.PL
30817 ____________________________________________________________________________
30818 [  9517] By: gsar                                  on 2001/04/02  19:52:21
30819         Log: many of the utilities interpolate literal paths within doublequotes
30820              (fails on dosish platforms where path contains backslashes)
30821      Branch: maint-5.6/perl
30822            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
30823 ____________________________________________________________________________
30824 [  9516] By: gsar                                  on 2001/04/02  05:49:37
30825         Log: a foolish release
30826      Branch: maint-5.6/perl
30827            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
30828            ! pod/perltoc.pod
30829 ____________________________________________________________________________
30830 [  9515] By: gsar                                  on 2001/04/02  05:04:29
30831         Log: add missing changelog summaries
30832      Branch: maint-5.6/perl
30833            ! Changes
30834 ____________________________________________________________________________
30835 [  9514] By: gsar                                  on 2001/04/02  04:07:13
30836         Log: add some notes about gutsy threading matters
30837      Branch: maint-5.6/perl
30838            ! pod/perlguts.pod
30839 ____________________________________________________________________________
30840 [  9513] By: gsar                                  on 2001/04/02  03:25:21
30841         Log: add more prominent caveat notices about experimental features
30842      Branch: maint-5.6/perl
30843            ! pod/perlfork.pod pod/perlunicode.pod
30844 ____________________________________________________________________________
30845 [  9512] By: gsar                                  on 2001/04/02  02:54:33
30846         Log: integrate changes#9479,9509 from mainline
30847              
30848              [PATCH] File::Glob stuff for Mac OS
30849              
30850              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
30851      Branch: maint-5.6/perl
30852           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30853           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
30854           !> t/lib/glob-taint.t
30855 ____________________________________________________________________________
30856 [  9511] By: gsar                                  on 2001/04/02  02:38:24
30857         Log: README.win32 tweaks; add a note about alternative location for
30858              getting a gcc-2.95.2 that will build perl properly on windows
30859      Branch: maint-5.6/perl
30860            ! README.win32
30861 ____________________________________________________________________________
30862 [  9510] By: jhi                                   on 2001/04/01  20:45:10
30863         Log: An ambiguosity warning.
30864      Branch: perl
30865            ! t/lib/trig.t
30866 ____________________________________________________________________________
30867 [  9509] By: jhi                                   on 2001/04/01  19:53:47
30868         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
30869              From: Jonathan Stowe <gellyfish@gellyfish.com>
30870              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
30871              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
30872      Branch: perl
30873            ! ext/File/Glob/bsd_glob.c
30874 ____________________________________________________________________________
30875 [  9508] By: jhi                                   on 2001/04/01  19:35:03
30876         Log: Update Changes.
30877      Branch: perl
30878            ! Changes patchlevel.h
30879 ____________________________________________________________________________
30880 [  9507] By: jhi                                   on 2001/04/01  19:24:01
30881         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
30882              from mainline to maintperl: pod tweaks.
30883      Branch: maint-5.6/perl
30884           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
30885           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
30886           !> pod/perlvar.pod
30887 ____________________________________________________________________________
30888 [  9506] By: jhi                                   on 2001/04/01  19:11:53
30889         Log: Commit Sarathy to April release of 5.6.1 :-)
30890      Branch: perl
30891            ! pod/perlfaq1.pod
30892 ____________________________________________________________________________
30893 [  9505] By: jhi                                   on 2001/04/01  19:03:15
30894         Log: Subject: PATCH 5.6.0 (perldebug.pod)
30895              From: Mark-Jason Dominus <mjd@plover.com>
30896              Date: Sun, 01 Apr 2001 14:25:11 -0400
30897              Message-ID: <20010401182511.9247.qmail@plover.com>
30898      Branch: perl
30899            ! pod/perldebug.pod
30900 ____________________________________________________________________________
30901 [  9504] By: jhi                                   on 2001/04/01  18:43:09
30902         Log: Add great_circle_direction().
30903      Branch: perl
30904            ! lib/Math/Trig.pm t/lib/trig.t
30905 ____________________________________________________________________________
30906 [  9503] By: jhi                                   on 2001/04/01  17:29:12
30907         Log: Unicode ReadMe update for Unicode 3.1.
30908      Branch: perl
30909            ! lib/unicode/ReadMe.txt
30910 ____________________________________________________________________________
30911 [  9502] By: jhi                                   on 2001/04/01  17:18:40
30912         Log: Integrate change #9501 from maintperl into mainline.
30913              
30914              fix the perlembed notes on multiple interpreters
30915              
30916              fix ExtUtils::Embed to work passably on Windows
30917      Branch: perl
30918           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
30919 ____________________________________________________________________________
30920 [  9501] By: gsar                                  on 2001/04/01  07:21:57
30921         Log: fix the perlembed notes on multiple interpreters
30922              
30923              fix ExtUtils::Embed to work passably on Windows
30924      Branch: maint-5.6/perl
30925            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
30926 ____________________________________________________________________________
30927 [  9500] By: jhi                                   on 2001/04/01  05:58:23
30928         Log: Test for #9499.
30929      Branch: perl
30930            ! t/op/tr.t
30931 ____________________________________________________________________________
30932 [  9499] By: jhi                                   on 2001/04/01  05:55:46
30933         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
30934      Branch: perl
30935            ! embed.h embed.pl op.c proto.h
30936 ____________________________________________________________________________
30937 [  9498] By: jhi                                   on 2001/04/01  05:44:34
30938         Log: Protect the workaround hunk more.
30939      Branch: perl
30940            ! toke.c
30941 ____________________________________________________________________________
30942 [  9497] By: jhi                                   on 2001/04/01  00:24:25
30943         Log: Integrate changes #9493,9494,9495,9496 from maintperl
30944              into mainline.
30945              
30946              fix a broken workaround for Borland compiler in change#4739
30947              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
30948              
30949              nits spotted by Borland compiler
30950              
30951              avoid redefinition warnings under Borland 5.02
30952              
30953              various nits identified by the Borland 5.5 compiler; remove suppression
30954              of a few warnings
30955      Branch: perl
30956           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
30957           !> win32/win32.h
30958 ____________________________________________________________________________
30959 [  9496] By: gsar                                  on 2001/03/31  23:22:28
30960         Log: various nits identified by the Borland 5.5 compiler; remove suppression
30961              of a few warnings
30962      Branch: maint-5.6/perl
30963            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
30964 ____________________________________________________________________________
30965 [  9495] By: gsar                                  on 2001/03/31  21:03:08
30966         Log: avoid redefinition warnings under Borland 5.02
30967      Branch: maint-5.6/perl
30968            ! win32/makefile.mk
30969 ____________________________________________________________________________
30970 [  9494] By: gsar                                  on 2001/03/31  20:18:59
30971         Log: nits spotted by Borland compiler
30972      Branch: maint-5.6/perl
30973            ! utf8.h win32/win32.h
30974 ____________________________________________________________________________
30975 [  9493] By: gsar                                  on 2001/03/31  20:18:05
30976         Log: fix a broken workaround for Borland compiler in change#4739
30977              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
30978      Branch: maint-5.6/perl
30979            ! toke.c
30980 ____________________________________________________________________________
30981 [  9492] By: jhi                                   on 2001/03/31  18:36:24
30982         Log: Integrate change #9491 from maintperl into mainline.
30983              
30984              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
30985              directory is relative (need to fetch the full path name *before*
30986              the chdir!)
30987      Branch: perl
30988           !> lib/Cwd.pm
30989 ____________________________________________________________________________
30990 [  9491] By: gsar                                  on 2001/03/31  17:01:56
30991         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
30992              directory is relative (need to fetch the full path name *before*
30993              the chdir!)
30994              
30995              this is a followup patch for change#6749
30996      Branch: maint-5.6/perl
30997            ! lib/Cwd.pm
30998 ____________________________________________________________________________
30999 [  9490] By: jhi                                   on 2001/03/31  15:50:18
31000         Log: Subject: Re: [PATCH] av.h cosmetics
31001              From: Simon Cozens <simon@netthink.co.uk>
31002              Date: Sat, 31 Mar 2001 13:09:59 +0100
31003              Message-ID: <20010331130959.A22000@netthink.co.uk>
31004              
31005              Document AvALLOC.
31006      Branch: perl
31007            ! pod/perlguts.pod
31008 ____________________________________________________________________________
31009 [  9489] By: jhi                                   on 2001/03/31  15:48:44
31010         Log: Subject: [PATCH] Re: Math::Big* v1.21
31011              From: Tels <perl_dummy@bloodgate.com>
31012              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
31013              Message-Id: <200103311125.GAA377738@www08.hway.net>
31014      Branch: perl
31015            ! pod/perlop.pod
31016 ____________________________________________________________________________
31017 [  9488] By: jhi                                   on 2001/03/31  03:39:51
31018         Log: Debug output tweak.
31019      Branch: perl
31020            ! t/lib/cwd.t
31021 ____________________________________________________________________________
31022 [  9487] By: jhi                                   on 2001/03/31  03:33:02
31023         Log: OverVMSification.
31024      Branch: perl
31025            ! t/lib/cwd.t
31026 ____________________________________________________________________________
31027 [  9486] By: jhi                                   on 2001/03/31  03:01:40
31028         Log: Missed MANIFESTations in #9483.
31029      Branch: perl
31030            ! MANIFEST
31031 ____________________________________________________________________________
31032 [  9485] By: jhi                                   on 2001/03/31  02:58:17
31033         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
31034              From: Peter Prymmer <pvhp@forte.com>
31035              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
31036              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
31037      Branch: perl
31038            ! regexec.c t/lib/cwd.t
31039 ____________________________________________________________________________
31040 [  9484] By: jhi                                   on 2001/03/31  01:04:41
31041         Log: Obsolete file (see #3938)
31042      Branch: perl
31043            - lib/unicode/README.Ethiopic
31044            ! MANIFEST
31045 ____________________________________________________________________________
31046 [  9483] By: jhi                                   on 2001/03/31  00:52:42
31047         Log: Update to Unicode 3.1.
31048              (Rename Names.txt to NamesList.txt.)
31049      Branch: perl
31050            + lib/unicode/NamesList.txt lib/unicode/PropList.html
31051            - lib/unicode/Names.txt
31052            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31053            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
31054            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
31055            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
31056            ! lib/unicode/UCD.html lib/unicode/Unicode.html
31057            ! lib/unicode/rename lib/unicode/version
31058 ____________________________________________________________________________
31059 [  9482] By: jhi                                   on 2001/03/30  23:33:44
31060         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
31061              From: Robin Houston <robin@kitsite.com>
31062              Date: Fri, 30 Mar 2001 20:07:22 +0100
31063              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
31064      Branch: perl
31065            ! ext/B/B/Deparse.pm
31066 ____________________________________________________________________________
31067 [  9481] By: jhi                                   on 2001/03/30  23:20:25
31068         Log: Subject: Re: [PATCH] CwdXS, Take 2
31069              From: Benjamin Sugars <bsugars@canoe.ca>
31070              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
31071              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
31072      Branch: perl
31073            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
31074            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
31075 ____________________________________________________________________________
31076 [  9480] By: jhi                                   on 2001/03/30  22:52:38
31077         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
31078              From: David Dyck <dcd@tc.fluke.com>
31079              Date: Fri, 30 Mar 2001 14:44:13 -0800
31080              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
31081              
31082              The t/rantests flags file creation was accidentally
31083              removed by #9217.
31084      Branch: perl
31085            ! Makefile.SH
31086 ____________________________________________________________________________
31087 [  9479] By: jhi                                   on 2001/03/30  22:45:45
31088         Log: Subject: [PATCH] File::Glob stuff for Mac OS
31089              From: Chris Nandor <pudge@pobox.com>
31090              Date: Fri, 30 Mar 2001 16:51:00 -0500
31091              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
31092      Branch: perl
31093            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31094            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
31095            ! t/lib/glob-taint.t
31096 ____________________________________________________________________________
31097 [  9478] By: jhi                                   on 2001/03/30  22:43:12
31098         Log: Subject: fix for win32/buildext.pl
31099              From: "Vadim Konovalov" <watman@inbox.ru>
31100              Date: Sat, 31 Mar 2001 00:50:36 +0400
31101              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
31102      Branch: perl
31103            ! win32/buildext.pl
31104 ____________________________________________________________________________
31105 [  9477] By: jhi                                   on 2001/03/30  22:41:16
31106         Log: Subject: small base.pm doc patch
31107              From: Leon Brocard <acme@astray.com>
31108              Date: Fri, 30 Mar 2001 21:49:57 +0100
31109              Message-ID: <20010330214957.B8733@ns0.astray.com>
31110      Branch: perl
31111            ! lib/base.pm
31112 ____________________________________________________________________________
31113 [  9476] By: jhi                                   on 2001/03/30  18:16:57
31114         Log: Subject: [PATCH] av.h cosmetics
31115              From: Simon Cozens <simon@netthink.co.uk>
31116              Date: Fri, 30 Mar 2001 18:12:28 +0100
31117              Message-ID: <20010330181228.A9319@netthink.co.uk>
31118      Branch: perl
31119            ! av.h
31120 ____________________________________________________________________________
31121 [  9475] By: jhi                                   on 2001/03/30  18:15:50
31122         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
31123              From: "Philip Newton" <pnewton@gmx.de>
31124              Date: Fri, 30 Mar 2001 19:06:57 +0200
31125              Message-ID: <3AC4D951.14815.1AC7068@localhost>
31126      Branch: perl
31127            ! pod/perlhack.pod
31128 ____________________________________________________________________________
31129 [  9474] By: jhi                                   on 2001/03/30  18:14:02
31130         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
31131              From: Benjamin Sugars <bsugars@canoe.ca>
31132              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
31133              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
31134      Branch: perl
31135            ! t/lib/glob-basic.t
31136 ____________________________________________________________________________
31137 [  9473] By: jhi                                   on 2001/03/30  16:09:24
31138         Log: Update Changes.
31139      Branch: perl
31140            ! Changes patchlevel.h
31141 ____________________________________________________________________________
31142 [  9472] By: jhi                                   on 2001/03/30  15:16:08
31143         Log: Integrate perlio.
31144      Branch: perl
31145           !> t/lib/cwd.t t/lib/glob-basic.t
31146 ____________________________________________________________________________
31147 [  9471] By: nick                                  on 2001/03/30  14:47:10
31148         Log: Should be (^O eq 'MSWin32') not 'Win32'
31149              Fail #12 seems real - chdir is in wrong dir.
31150      Branch: perlio
31151            ! t/lib/cwd.t
31152 ____________________________________________________________________________
31153 [  9470] By: jhi                                   on 2001/03/30  14:41:11
31154         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
31155              From: Radu Greab <radu@netsoft.ro>
31156              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
31157              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
31158              
31159              Replace #9352.
31160      Branch: perl
31161            ! ext/Socket/Socket.xs pp_sys.c
31162 ____________________________________________________________________________
31163 [  9469] By: jhi                                   on 2001/03/30  14:37:51
31164         Log: Subject: PATCH pod/perldiag.pod
31165              From: Robin Houston <robin@kitsite.com>
31166              Date: Fri, 30 Mar 2001 14:10:36 +0100
31167              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
31168      Branch: perl
31169            ! pod/perldiag.pod t/lib/glob-basic.t
31170 ____________________________________________________________________________
31171 [  9468] By: jhi                                   on 2001/03/30  14:36:36
31172         Log: Subject: Better diagnostic in io/fs.t
31173              From: andreas.koenig@anima.de (Andreas J. Koenig)
31174              Date: 30 Mar 2001 10:11:43 +0200
31175              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
31176      Branch: perl
31177            ! t/io/fs.t
31178 ____________________________________________________________________________
31179 [  9467] By: nick                                  on 2001/03/30  14:25:43
31180         Log: Skip order test of glob if case-ignoring system cannot 
31181              create a.test and A.test
31182      Branch: perlio
31183            ! t/lib/glob-basic.t
31184 ____________________________________________________________________________
31185 [  9466] By: nick                                  on 2001/03/30  13:03:12
31186         Log: Integrate mainline.
31187      Branch: perlio
31188            - ext/re/hints/aix.pl
31189           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
31190           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
31191           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
31192           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
31193 ____________________________________________________________________________
31194 [  9465] By: jhi                                   on 2001/03/30  03:53:37
31195         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
31196              the tests sometimes hang, sometimes not.)
31197      Branch: perl
31198            ! t/lib/io_multihomed.t t/lib/io_sock.t
31199 ____________________________________________________________________________
31200 [  9464] By: jhi                                   on 2001/03/30  02:56:04
31201         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
31202              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31203              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
31204              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
31205      Branch: perl
31206            ! op.c
31207 ____________________________________________________________________________
31208 [  9463] By: jhi                                   on 2001/03/30  02:34:48
31209         Log: Test for #9462.
31210      Branch: perl
31211            ! t/lib/b.t
31212 ____________________________________________________________________________
31213 [  9462] By: jhi                                   on 2001/03/30  02:29:37
31214         Log: Subject: B::Deparse precedence bug. (Patch included.)
31215              From: Jeremy Madea <jmadea@inktomi.com>
31216              Date: Thu, 29 Mar 2001 12:05:02 -0800
31217              Message-ID: <20010329120502.A24881@dr.inktomi.com>
31218      Branch: perl
31219            ! ext/B/B/Deparse.pm
31220 ____________________________________________________________________________
31221 [  9461] By: jhi                                   on 2001/03/30  02:18:41
31222         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
31223              From: Peter Prymmer <pvhp@forte.com>
31224              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
31225              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
31226      Branch: perl
31227            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
31228            ! t/lib/md5-file.t
31229 ____________________________________________________________________________
31230 [  9460] By: jhi                                   on 2001/03/30  02:17:07
31231         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
31232              From: Robin Houston <robin@kitsite.com>
31233              Date: Thu, 29 Mar 2001 20:47:56 +0100
31234              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
31235      Branch: perl
31236            ! ext/B/B/Debug.pm
31237 ____________________________________________________________________________
31238 [  9459] By: jhi                                   on 2001/03/30  02:16:05
31239         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
31240              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
31241              Date: Wed, 28 Mar 2001 18:02:20 -0600
31242              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
31243      Branch: perl
31244            ! lib/ExtUtils/MM_VMS.pm
31245 ____________________________________________________________________________
31246 [  9458] By: jhi                                   on 2001/03/30  02:07:58
31247         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
31248              From: "Joshua E. Rodd" <jrodd@pbs.org>
31249              Date: Wed, 28 Mar 2001 17:29:12 -0500
31250              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
31251      Branch: perl
31252            ! pod/perlop.pod
31253 ____________________________________________________________________________
31254 [  9457] By: jhi                                   on 2001/03/30  02:04:33
31255         Log: Subject: ext/re/aix.pl can go
31256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31257              Date: Thu, 29 Mar 2001 12:03:28 +0200
31258              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
31259      Branch: perl
31260            - ext/re/hints/aix.pl
31261            ! MANIFEST
31262 ____________________________________________________________________________
31263 [  9456] By: jhi                                   on 2001/03/30  02:03:32
31264         Log: Integrate perlio.
31265      Branch: perl
31266           !> ext/Encode/Encode.xs installperl
31267 ____________________________________________________________________________
31268 [  9455] By: nick                                  on 2001/03/29  21:11:46
31269         Log: DLL name has changed so installperl needs to know
31270              (Why isn't it working it out or passed it?)
31271      Branch: perlio
31272            ! installperl
31273 ____________________________________________________________________________
31274 [  9454] By: nick                                  on 2001/03/29  20:56:12
31275         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
31276              and we don't get undef warnings.
31277      Branch: perlio
31278            ! ext/Encode/Encode.xs
31279 ____________________________________________________________________________
31280 [  9453] By: nick                                  on 2001/03/29  17:58:48
31281         Log: Integrate mainline
31282      Branch: perlio
31283           !> Changes patchlevel.h
31284 ____________________________________________________________________________
31285 [  9452] By: jhi                                   on 2001/03/29  16:44:55
31286         Log: Update Changes.
31287      Branch: perl
31288            ! Changes patchlevel.h
31289 ____________________________________________________________________________
31290 [  9451] By: nick                                  on 2001/03/29  16:31:38
31291         Log: Integrate mainline
31292      Branch: perlio
31293           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
31294           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
31295           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
31296           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
31297           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
31298 ____________________________________________________________________________
31299 [  9450] By: jhi                                   on 2001/03/29  16:29:17
31300         Log: Integrate perlio.
31301      Branch: perl
31302           !> win32/buildext.pl
31303 ____________________________________________________________________________
31304 [  9449] By: jhi                                   on 2001/03/29  15:50:01
31305         Log: Update Changes.
31306      Branch: perl
31307            ! Changes patchlevel.h
31308 ____________________________________________________________________________
31309 [  9448] By: nick                                  on 2001/03/29  15:47:15
31310         Log: Make sure buildext.pl finds Errno.pm
31311      Branch: perlio
31312            ! win32/buildext.pl
31313 ____________________________________________________________________________
31314 [  9447] By: jhi                                   on 2001/03/29  15:39:34
31315         Log: Integrate perlio.
31316      Branch: perl
31317           !> win32/makefile.mk
31318 ____________________________________________________________________________
31319 [  9446] By: nick                                  on 2001/03/29  15:30:03
31320         Log: Integrate win32/makefile.mk with mainline.
31321      Branch: perlio
31322           !> win32/makefile.mk
31323 ____________________________________________________________________________
31324 [  9445] By: nick                                  on 2001/03/29  15:27:32
31325         Log: Fix breakage ... 
31326      Branch: perlio
31327            ! win32/makefile.mk
31328 ____________________________________________________________________________
31329 [  9444] By: jhi                                   on 2001/03/29  15:03:08
31330         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
31331              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31332              Date: Thu, 29 Mar 2001 10:32:59 +0400
31333              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
31334      Branch: perl
31335            ! win32/makefile.mk
31336 ____________________________________________________________________________
31337 [  9443] By: jhi                                   on 2001/03/29  15:02:12
31338         Log: Integrate perlio.
31339      Branch: perl
31340           +> win32/buildext.pl
31341           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
31342           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
31343 ____________________________________________________________________________
31344 [  9442] By: nick                                  on 2001/03/29  14:59:11
31345         Log: Work in progress - determine win32 extensions to build via script.
31346      Branch: perlio
31347            + win32/buildext.pl
31348            ! MANIFEST win32/makefile.mk
31349 ____________________________________________________________________________
31350 [  9441] By: jhi                                   on 2001/03/29  14:51:47
31351         Log: Reintroduce the use of external pwd.
31352      Branch: perl
31353            ! t/lib/cwd.t
31354 ____________________________________________________________________________
31355 [  9440] By: jhi                                   on 2001/03/29  14:42:58
31356         Log: use warnings instead of -w.
31357      Branch: perl
31358            ! utils/h2xs.PL
31359 ____________________________________________________________________________
31360 [  9439] By: jhi                                   on 2001/03/29  14:41:52
31361         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
31362              From: Jonathan Stowe <gellyfish@gellyfish.com>
31363              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
31364              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
31365      Branch: perl
31366            ! utils/h2xs.PL
31367 ____________________________________________________________________________
31368 [  9438] By: jhi                                   on 2001/03/29  14:39:38
31369         Log: Subject: [PATCH perl@9424] minor pod nits
31370              From: Robin Barker <rmb1@cise.npl.co.uk>
31371              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
31372              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
31373      Branch: perl
31374            ! pod/perlhack.pod pod/perliol.pod
31375 ____________________________________________________________________________
31376 [  9437] By: jhi                                   on 2001/03/29  14:29:16
31377         Log: Subject: [PATCH perl@9424] typemap cast warning
31378              From: Robin Barker <rmb1@cise.npl.co.uk>
31379              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
31380              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
31381      Branch: perl
31382            ! lib/ExtUtils/typemap
31383 ____________________________________________________________________________
31384 [  9436] By: jhi                                   on 2001/03/29  14:26:03
31385         Log: Subject: [PATCH perl@9424] printf warning
31386              From: Robin Barker <rmb1@cise.npl.co.uk>
31387              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
31388              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
31389      Branch: perl
31390            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
31391            ! ext/Storable/Storable.xs toke.c
31392 ____________________________________________________________________________
31393 [  9435] By: nick                                  on 2001/03/29  14:23:31
31394         Log: Win32 has name conflict with ERROR
31395      Branch: perlio
31396            ! ext/PerlIO/Via/Via.xs
31397 ____________________________________________________________________________
31398 [  9434] By: jhi                                   on 2001/03/29  14:17:48
31399         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
31400              From: Peter Prymmer <pvhp@forte.com>
31401              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
31402              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
31403      Branch: perl
31404            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
31405 ____________________________________________________________________________
31406 [  9433] By: jhi                                   on 2001/03/29  13:52:44
31407         Log: test-prep target was missing.
31408      Branch: perl
31409            ! Makefile.SH
31410 ____________________________________________________________________________
31411 [  9432] By: nick                                  on 2001/03/29  12:40:03
31412         Log: Make as-shipped compiler default to MSVC6 
31413      Branch: perlio
31414            ! win32/makefile.mk
31415 ____________________________________________________________________________
31416 [  9431] By: nick                                  on 2001/03/29  12:12:16
31417         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
31418              akin to PerlIO::Scalar.
31419      Branch: perlio
31420            ! perlio.c perlio.h
31421 ____________________________________________________________________________
31422 [  9430] By: nick                                  on 2001/03/29  10:56:35
31423         Log: Integrate mainline.
31424      Branch: perlio
31425           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
31426           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
31427           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
31428           !> win32/makefile.mk win32/win32sck.c
31429 ____________________________________________________________________________
31430 [  9429] By: nick                                  on 2001/03/29  09:03:43
31431         Log: Noticed that two tests were skipped as perlio:: package
31432              isn't there any more. Changed the skip condition.
31433              Avoid core-dump if sv_utf8_upgrade() called on something
31434              that does not become SvPOK after SvPV() (e.g. a ref).
31435      Branch: perlio
31436            ! sv.c t/io/utf8.t t/lib/io_scalar.t
31437 ____________________________________________________________________________
31438 [  9428] By: jhi                                   on 2001/03/29  01:31:47
31439         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
31440              From: Benjamin Sugars <bsugars@canoe.ca> 
31441              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
31442              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
31443      Branch: perl
31444            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
31445            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
31446            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
31447 ____________________________________________________________________________
31448 [  9427] By: jhi                                   on 2001/03/29  00:49:30
31449         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
31450              From: "Vadim Konovalov" <watman@inbox.ru>
31451              Date: Thu, 29 Mar 2001 01:50:12 +0400
31452              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
31453      Branch: perl
31454            ! win32/makefile.mk win32/win32sck.c
31455 ____________________________________________________________________________
31456 [  9426] By: gsar                                  on 2001/03/29  00:28:04
31457         Log: dmake can only handle == and != in comparisons; support building
31458              with Borland's VCL libraries (from Vadim Konovalov)
31459      Branch: maint-5.6/perl
31460            ! win32/makefile.mk
31461 ____________________________________________________________________________
31462 [  9425] By: nick                                  on 2001/03/28  19:29:56
31463         Log: Integrate (@snapshot)
31464      Branch: perlio
31465           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
31466 ____________________________________________________________________________
31467 [  9424] By: jhi                                   on 2001/03/28  19:03:16
31468         Log: Update Changes.
31469      Branch: perl
31470            ! Changes patchlevel.h
31471 ____________________________________________________________________________
31472 [  9423] By: jhi                                   on 2001/03/28  18:52:09
31473         Log: Rmdir lib/XS on cleanup.
31474      Branch: perl
31475            ! Makefile.SH
31476 ____________________________________________________________________________
31477 [  9422] By: jhi                                   on 2001/03/28  18:49:34
31478         Log: Integrate perlio.
31479      Branch: perl
31480           !> t/op/utf8decode.t
31481 ____________________________________________________________________________
31482 [  9421] By: nick                                  on 2001/03/28  18:46:44
31483         Log: Loose duplicate chunk.
31484      Branch: perlio
31485            ! t/op/utf8decode.t
31486 ____________________________________________________________________________
31487 [  9420] By: nick                                  on 2001/03/28  18:44:11
31488         Log: Integrate mainline.
31489      Branch: perlio
31490           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
31491           !> vms/vmsish.h
31492 ____________________________________________________________________________
31493 [  9419] By: jhi                                   on 2001/03/28  18:42:05
31494         Log: Can't trust external pwds
31495              (either shell builtins or external programs)
31496      Branch: perl
31497            ! t/lib/cwd.t
31498 ____________________________________________________________________________
31499 [  9418] By: jhi                                   on 2001/03/28  18:34:05
31500         Log: Integrate perlio.
31501      Branch: perl
31502            - lib/perlio.pm
31503           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
31504           !> t/op/utf8decode.t
31505 ____________________________________________________________________________
31506 [  9417] By: nick                                  on 2001/03/28  18:24:02
31507         Log: PerlIO.pm / perlio.pm conflict.
31508              Update some pods.
31509              Make t/op/utf8decode.t a text file.
31510      Branch: perlio
31511            - lib/perlio.pm
31512            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
31513            ! t/op/utf8decode.t
31514 ____________________________________________________________________________
31515 [  9416] By: jhi                                   on 2001/03/28  18:06:07
31516         Log: Integrate change #9409 from mainline to maintperl.
31517              
31518              Yet another tweak on AIX dynaloading.
31519      Branch: maint-5.6/perl
31520           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
31521 ____________________________________________________________________________
31522 [  9415] By: gsar                                  on 2001/03/28  17:13:01
31523         Log: integrate changes#9377,9385,9401 from mainline
31524              
31525              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
31526              
31527              If directory entries compare equal case-insensitively,
31528              retry case-sensitively.
31529              
31530              Subject: [PATCH] B::Terse and warnings
31531      Branch: maint-5.6/perl
31532           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
31533           !> t/pragma/warn/perl
31534 ____________________________________________________________________________
31535 [  9414] By: jhi                                   on 2001/03/28  17:11:12
31536         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
31537              From: "Craig A. Berry" <craigberry@mac.com>
31538              Date: Wed, 28 Mar 2001 10:55:20 -0600
31539              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
31540      Branch: perl
31541            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
31542 ____________________________________________________________________________
31543 [  9413] By: jhi                                   on 2001/03/28  17:03:12
31544         Log: Dup hunk.
31545      Branch: perl
31546            ! t/op/utf8decode.t
31547 ____________________________________________________________________________
31548 [  9412] By: jhi                                   on 2001/03/28  17:02:36
31549         Log: Forced integrate from perlio.
31550      Branch: perl
31551           !> t/op/utf8decode.t
31552 ____________________________________________________________________________
31553 [  9411] By: nick                                  on 2001/03/28  16:50:03
31554         Log: Integrate mainline.
31555      Branch: perlio
31556           +> t/lib/cwd.t
31557           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
31558           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
31559           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
31560           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
31561           !> t/pragma/warn/perl
31562 ____________________________________________________________________________
31563 [  9410] By: jhi                                   on 2001/03/28  16:44:23
31564         Log: Subject: Re: [PATCH] 9403 cannot be tested
31565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31566              Date: Wed, 28 Mar 2001 18:33:56 +0200
31567              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
31568      Branch: perl
31569            ! makedef.pl
31570 ____________________________________________________________________________
31571 [  9409] By: jhi                                   on 2001/03/28  16:12:45
31572         Log: Yet another tweak on AIX dynaloading.
31573      Branch: perl
31574            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
31575 ____________________________________________________________________________
31576 [  9408] By: jhi                                   on 2001/03/28  15:52:55
31577         Log: Subject: [PATCH] 9403 cannot be tested
31578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31579              Date: Wed, 28 Mar 2001 17:23:00 +0200
31580              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
31581              
31582              A missing symbol.
31583      Branch: perl
31584            ! makedef.pl
31585 ____________________________________________________________________________
31586 [  9407] By: jhi                                   on 2001/03/28  15:47:43
31587         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
31588      Branch: perl
31589            ! t/op/utf8decode.t
31590           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
31591           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
31592 ____________________________________________________________________________
31593 [  9406] By: jhi                                   on 2001/03/28  15:37:08
31594         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
31595              From: Benjamin Sugars <bsugars@canoe.ca> 
31596              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
31597              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
31598      Branch: perl
31599            + t/lib/cwd.t
31600            ! MANIFEST
31601 ____________________________________________________________________________
31602 [  9405] By: jhi                                   on 2001/03/28  15:13:18
31603         Log: pp_ne() needs a CORRECT boolean.
31604      Branch: perl
31605            ! pp.c
31606 ____________________________________________________________________________
31607 [  9404] By: jhi                                   on 2001/03/28  15:09:23
31608         Log: pp_ne() needs a boolean, not an integer.
31609      Branch: perl
31610            ! pp.c
31611 ____________________________________________________________________________
31612 [  9403] By: jhi                                   on 2001/03/28  14:47:43
31613         Log: (Retracted by #9404.)
31614      Branch: perl
31615            ! pp.c
31616 ____________________________________________________________________________
31617 [  9402] By: jhi                                   on 2001/03/28  14:43:59
31618         Log: Subject: Re: [PATCH] Typemap testing
31619              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
31620              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
31621              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
31622      Branch: perl
31623            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31624            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
31625 ____________________________________________________________________________
31626 [  9401] By: jhi                                   on 2001/03/28  14:42:14
31627         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
31628              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
31629              Date: Sun, 25 Mar 2001 21:59:15 +0100
31630              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
31631              
31632              A variable will be checked for the "use once" warnings if:
31633              
31634              1. It is in the scope of a use warnings 'once'
31635              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
31636              
31637              Otherwise it won't be checked at all.
31638              
31639              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
31640              
31641              The enclosed patch partially fixes this issue. What I didn't
31642              get to work was the case where the "used once" warning is enabled
31643              in any file other than the main file.
31644      Branch: perl
31645            ! gv.c t/pragma/warn/perl
31646 ____________________________________________________________________________
31647 [  9400] By: nick                                  on 2001/03/28  14:38:24
31648         Log: More EBCDIC tweaks:
31649              - one more swash issue &~(0xA0-1) did not do the right thing,
31650              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
31651              - add "use re 'asciirange'" to make [!-~] etc. work
31652              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
31653              - Choose a key for t/op/each.t test which gets encoded.
31654              - Skip utf8decode if this is UTF-EBCDIC.
31655      Branch: perlio
31656            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
31657            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
31658 ____________________________________________________________________________
31659 [  9399] By: jhi                                   on 2001/03/28  14:21:00
31660         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
31661              Andreas Schwab.
31662      Branch: perl
31663            ! pp.c
31664 ____________________________________________________________________________
31665 [  9398] By: jhi                                   on 2001/03/28  00:55:56
31666         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
31667              From: David Dyck <dcd@tc.fluke.com>
31668              Date: Tue, 27 Mar 2001 15:16:24 -0800
31669              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
31670      Branch: perl
31671            ! ext/IO/lib/IO/Socket.pm
31672 ____________________________________________________________________________
31673 [  9397] By: jhi                                   on 2001/03/27  21:52:49
31674         Log: Integrate perlio.
31675      Branch: perl
31676           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
31677           +> ext/PerlIO/Via/Via.xs
31678           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
31679 ____________________________________________________________________________
31680 [  9396] By: nick                                  on 2001/03/27  21:45:13
31681         Log: Integrate mainline.
31682      Branch: perlio
31683           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
31684           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
31685 ____________________________________________________________________________
31686 [  9395] By: nick                                  on 2001/03/27  21:18:58
31687         Log: Outline docs for PerlIO and PerlIO::Scalar
31688      Branch: perlio
31689            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
31690 ____________________________________________________________________________
31691 [  9394] By: nick                                  on 2001/03/27  20:50:13
31692         Log: PerlIO::Via layer (alpha-ish).
31693      Branch: perlio
31694            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
31695            + ext/PerlIO/Via/Via.xs
31696            ! MANIFEST
31697 ____________________________________________________________________________
31698 [  9393] By: jhi                                   on 2001/03/27  20:49:55
31699         Log: Retract #9329 now that 9390 should take care of the matter.
31700      Branch: perl
31701            ! utils/h2xs.PL
31702 ____________________________________________________________________________
31703 [  9390] By: jhi                                   on 2001/03/27  20:47:50
31704         Log: Subject: Autoloading Errno.pm when %! is encountered
31705              From: Robin Houston <robin@kitsite.com>
31706              Date: Tue, 27 Mar 2001 20:57:11 +0100
31707              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
31708      Branch: perl
31709            ! embed.h embed.pl gv.c proto.h t/op/magic.t
31710 ____________________________________________________________________________
31711 [  9389] By: jhi                                   on 2001/03/27  20:24:31
31712         Log: Integrate perlio.
31713      Branch: perl
31714           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
31715           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
31716           !> utf8.c
31717 ____________________________________________________________________________
31718 [  9388] By: jhi                                   on 2001/03/27  20:21:38
31719         Log: Better have a three-element array if one is going to assign
31720              to the third element of that array. (from Tim Jenness)
31721      Branch: perl
31722            ! ext/XS/Typemap/Typemap.xs
31723 ____________________________________________________________________________
31724 [  9387] By: nick                                  on 2001/03/27  20:15:43
31725         Log: Integrate mainline.
31726      Branch: perlio
31727           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
31728           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31729           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
31730           +> t/lib/xs-typemap.t
31731           !> (integrate 34 files)
31732 ____________________________________________________________________________
31733 [  9386] By: jhi                                   on 2001/03/27  20:04:18
31734         Log: Subject: Re: perl@9359 breaks HTML::Parser
31735              From: Gisle Aas <gisle@ActiveState.com>
31736              Date: 27 Mar 2001 11:30:24 -0800
31737              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
31738              
31739              Clarify the UTF-8 issues of the API docs.
31740              (Slightly reworded and expanded.)
31741      Branch: perl
31742            ! pod/perlapi.pod sv.c sv.h
31743 ____________________________________________________________________________
31744 [  9385] By: jhi                                   on 2001/03/27  19:44:25
31745         Log: If directory entries compare equal case-insensitively,
31746              retry case-sensitively.
31747      Branch: perl
31748            ! ext/File/Glob/bsd_glob.c
31749 ____________________________________________________________________________
31750 [  9384] By: nick                                  on 2001/03/27  19:38:50
31751         Log: Various EBCDIC fixes:
31752              - major revelation that swash code is encoding aware,
31753              (or thought it was) - now it is ;-)
31754              - With that out of the way fix a slab of tr/// cases.
31755              - Fix Encode 'Unicode' to be true Unicode so tests pass.
31756              - As anticipated Base64.xs needed tweaks.
31757              - Until tr/// works right avoid old_encode64 in MIME tests.
31758      Branch: perlio
31759            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
31760            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
31761 ____________________________________________________________________________
31762 [  9383] By: jhi                                   on 2001/03/27  18:34:41
31763         Log: Add the std test suite BEGIN block.
31764      Branch: perl
31765            ! t/lib/xs-typemap.t
31766 ____________________________________________________________________________
31767 [  9382] By: jhi                                   on 2001/03/27  15:16:07
31768         Log: Add debugging output to the test.
31769      Branch: perl
31770            ! t/lib/glob-basic.t
31771 ____________________________________________________________________________
31772 [  9381] By: jhi                                   on 2001/03/27  15:08:10
31773         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
31774      Branch: perl
31775            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
31776            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31777            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
31778            + t/lib/xs-typemap.t
31779            ! MANIFEST
31780 ____________________________________________________________________________
31781 [  9380] By: jhi                                   on 2001/03/27  14:48:34
31782         Log: Subject: [PATCH] Typemap testing
31783              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
31784              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
31785              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
31786              
31787              (The first part of the patch.)
31788      Branch: perl
31789            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
31790 ____________________________________________________________________________
31791 [  9379] By: jhi                                   on 2001/03/27  14:44:56
31792         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
31793              From: Benjamin Sugars <bsugars@canoe.ca> 
31794              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
31795              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
31796      Branch: perl
31797            ! t/lib/glob-basic.t
31798 ____________________________________________________________________________
31799 [  9378] By: jhi                                   on 2001/03/27  14:42:30
31800         Log: Subject: [PATCH] perlvar nit
31801              From: Simon Cozens <simon@netthink.co.uk>
31802              Date: Tue, 27 Mar 2001 01:12:01 +0100
31803              Message-ID: <20010327011201.A19179@netthink.co.uk>
31804      Branch: perl
31805            ! pod/perlvar.pod
31806 ____________________________________________________________________________
31807 [  9377] By: jhi                                   on 2001/03/27  14:36:26
31808         Log: Subject: [PATCH] B::Terse and warnings
31809              From: Benjamin Sugars <ben.sugars@home.com>
31810              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
31811              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
31812      Branch: perl
31813            ! ext/B/B.pm ext/B/B/Terse.pm
31814 ____________________________________________________________________________
31815 [  9376] By: jhi                                   on 2001/03/27  14:31:31
31816         Log: Document sockatmark() some.
31817      Branch: perl
31818            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
31819            ! pod/perltoc.pod
31820 ____________________________________________________________________________
31821 [  9375] By: jhi                                   on 2001/03/27  14:00:24
31822         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
31823              noted by Gisle and fixed by NI-S.
31824      Branch: perl
31825            ! sv.c
31826 ____________________________________________________________________________
31827 [  9374] By: jhi                                   on 2001/03/27  05:50:01
31828         Log: Regen toc.
31829      Branch: perl
31830            ! pod/perltoc.pod
31831 ____________________________________________________________________________
31832 [  9373] By: jhi                                   on 2001/03/27  05:43:51
31833         Log: Pixie documenting.
31834      Branch: perl
31835            ! Makefile.SH pod/perlhack.pod
31836 ____________________________________________________________________________
31837 [  9372] By: jhi                                   on 2001/03/27  05:29:34
31838         Log: Metaconfig unit changes for #9371.
31839      Branch: metaconfig
31840            ! U/modified/myhostname.U
31841      Branch: metaconfig/U/perl
31842            + d_sockatmark.U
31843            ! gccvers.U
31844 ____________________________________________________________________________
31845 [  9371] By: jhi                                   on 2001/03/27  05:29:07
31846         Log: Add sockatmark() probing.
31847      Branch: perl
31848            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31849            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
31850            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31851            ! vos/config.ga.h win32/config.bc win32/config.gc
31852            ! win32/config.vc
31853 ____________________________________________________________________________
31854 [  9370] By: jhi                                   on 2001/03/26  22:01:18
31855         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
31856              Really need to benchmark this.
31857      Branch: perl
31858            ! pp.c
31859 ____________________________________________________________________________
31860 [  9369] By: nick                                  on 2001/03/26  21:59:30
31861         Log: Integrate mainline.
31862      Branch: perlio
31863            ! ext/MIME/Base64/QuotedPrint.pm
31864           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
31865           !> patchlevel.h pod/perlhack.pod pp_sys.c
31866 ____________________________________________________________________________
31867 [  9368] By: jhi                                   on 2001/03/26  21:47:03
31868         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
31869              
31870              TODO1: perlbench.
31871              TODO2: le, lt, ge, gt?  Yech.
31872      Branch: perl
31873            ! pp.c
31874 ____________________________________________________________________________
31875 [  9367] By: jhi                                   on 2001/03/26  21:34:57
31876         Log: Too much cut-and-paste in #9363.
31877      Branch: perl
31878            ! pp_sys.c
31879 ____________________________________________________________________________
31880 [  9366] By: jhi                                   on 2001/03/26  21:20:53
31881         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
31882              From: Andreas Schwab <schwab@suse.de>
31883              Date: 26 Mar 2001 17:29:04 +0200
31884              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
31885              
31886              (The patch for 5.6.0 or so, this is a guess for bleadperl)
31887      Branch: perl
31888            ! pp_hot.c
31889 ____________________________________________________________________________
31890 [  9365] By: jhi                                   on 2001/03/26  21:07:54
31891         Log: Integrate perlio.
31892      Branch: perl
31893           !> perlio.c
31894 ____________________________________________________________________________
31895 [  9364] By: nick                                  on 2001/03/26  20:30:48
31896         Log: REFCNT botch in layer name cache hash.
31897      Branch: perlio
31898            ! perlio.c
31899 ____________________________________________________________________________
31900 [  9363] By: jhi                                   on 2001/03/26  18:44:32
31901         Log: Subject: [PATCH] socket() leaks file descriptors
31902              From: Benjamin Sugars <bsugars@canoe.ca>
31903              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
31904              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
31905              
31906              Also sockpair() fixed similarly.
31907      Branch: perl
31908            ! pp_sys.c
31909 ____________________________________________________________________________
31910 [  9362] By: jhi                                   on 2001/03/26  18:37:52
31911         Log: Integrate perlio.
31912      Branch: perl
31913           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
31914 ____________________________________________________________________________
31915 [  9361] By: nick                                  on 2001/03/26  17:32:06
31916         Log: Implement flush of linebuffered streams on read of a tty.
31917      Branch: perlio
31918            ! perlio.c perliol.h
31919 ____________________________________________________________________________
31920 [  9360] By: nick                                  on 2001/03/26  17:12:32
31921         Log: Memory tweaks and notes for OEMVS.
31922      Branch: perlio
31923            ! README.os390 miniperlmain.c t/op/pat.t
31924 ____________________________________________________________________________
31925 [  9359] By: jhi                                   on 2001/03/26  02:12:54
31926         Log: Update Changes.
31927      Branch: perl
31928            ! Changes patchlevel.h
31929 ____________________________________________________________________________
31930 [  9358] By: jhi                                   on 2001/03/26  02:05:32
31931         Log: Document the most common pixie options.
31932      Branch: perl
31933            ! pod/perlhack.pod
31934 ____________________________________________________________________________
31935 [  9357] By: jhi                                   on 2001/03/26  01:25:28
31936         Log: For perl.pixie check *before* compiling that optimize is -g,
31937              as for perl.third.
31938      Branch: perl
31939            ! Makefile.SH
31940 ____________________________________________________________________________
31941 [  9356] By: jhi                                   on 2001/03/26  01:13:41
31942         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
31943      Branch: perl
31944            ! Makefile.SH
31945 ____________________________________________________________________________
31946 [  9355] By: jhi                                   on 2001/03/26  01:11:19
31947         Log: Remove t/perl.third.
31948      Branch: perl
31949            ! Makefile.SH
31950 ____________________________________________________________________________
31951 [  9354] By: jhi                                   on 2001/03/26  00:23:38
31952         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
31953              IO::Sockatmark().
31954      Branch: perl
31955            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
31956 ____________________________________________________________________________
31957 [  9353] By: jhi                                   on 2001/03/25  22:25:04
31958         Log: Integrate perlio.
31959      Branch: perl
31960           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31961           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
31962           !> pp_hot.c win32/makefile.mk
31963 ____________________________________________________________________________
31964 [  9352] By: jhi                                   on 2001/03/25  22:21:41
31965         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
31966              From: Radu Greab <radu@netsoft.ro>
31967              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
31968              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
31969      Branch: perl
31970            ! pp_sys.c
31971 ____________________________________________________________________________
31972 [  9351] By: nick                                  on 2001/03/25  22:15:02
31973         Log: Fix readline in list mode to tell rest of world that it has
31974              things on the stack. Otherwise if perl code gets invoked
31975              underneath it it scribbles over results-so-far.
31976              (Why TIEHANDLE has not tripped on this is a mystery.)
31977      Branch: perlio
31978            ! pp_hot.c
31979 ____________________________________________________________________________
31980 [  9350] By: nick                                  on 2001/03/25  22:10:13
31981         Log: win32/makefile.mk typos
31982      Branch: perlio
31983            ! win32/makefile.mk
31984 ____________________________________________________________________________
31985 [  9349] By: nick                                  on 2001/03/25  21:31:14
31986         Log: Integrate now-non-binary file.
31987      Branch: perlio
31988           !> t/lib/mimeqp.t
31989 ____________________________________________________________________________
31990 [  9348] By: nick                                  on 2001/03/25  21:27:24
31991         Log: Make it text
31992      Branch: perlio
31993            ! t/lib/mimeqp.t
31994 ____________________________________________________________________________
31995 [  9347] By: nick                                  on 2001/03/25  21:25:37
31996         Log: Integrate mainline.
31997      Branch: perlio
31998           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
31999           !> lib/Term/ReadLine.pm t/lib/md5-file.t
32000 ____________________________________________________________________________
32001 [  9346] By: nick                                  on 2001/03/25  20:58:15
32002         Log: Add destruct time hook to PerlIO (for work-in-process implementing
32003              layers in perl code. In such cases layers need to be popped before
32004              we loose the ability to run perl code.)
32005              Also back-out "PerlIO::object" hook - it isn't going to work like that...
32006      Branch: perlio
32007            ! perl.c perlio.c perlio.h perliol.h
32008 ____________________________________________________________________________
32009 [  9345] By: nick                                  on 2001/03/25  20:49:11
32010         Log: Avoid at leasy one of undefined warnings in Encode.
32011      Branch: perlio
32012            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32013 ____________________________________________________________________________
32014 [  9344] By: jhi                                   on 2001/03/25  20:37:43
32015         Log: A workaround for using Term::ReadLine in emacs minibuffer
32016              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
32017              additional tweaks from Ilya Zakharevich.
32018      Branch: perl
32019            ! lib/Term/ReadLine.pm
32020 ____________________________________________________________________________
32021 [  9343] By: nick                                  on 2001/03/25  20:21:14
32022         Log: Missing return value.
32023      Branch: perlio
32024            ! ext/PerlIO/Scalar/Scalar.xs
32025 ____________________________________________________________________________
32026 [  9342] By: jhi                                   on 2001/03/25  16:21:00
32027         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
32028              to equal the CPAN versions since no code changes have been made.
32029      Branch: perl
32030            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
32031            ! t/lib/md5-file.t
32032 ____________________________________________________________________________
32033 [  9341] By: jhi                                   on 2001/03/25  16:01:48
32034         Log: Escape 8-bit characters.
32035      Branch: perl
32036            ! t/lib/mimeqp.t
32037 ____________________________________________________________________________
32038 [  9340] By: gsar                                  on 2001/03/25  15:50:53
32039         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
32040              chars)
32041      Branch: perl
32042            + t/lib/mimeqp.t
32043 ____________________________________________________________________________
32044 [  9339] By: gsar                                  on 2001/03/25  15:48:50
32045         Log: delete mimeqp.t for later add with text mode set
32046      Branch: perl
32047            - t/lib/mimeqp.t
32048 ____________________________________________________________________________
32049 [  9338] By: nick                                  on 2001/03/25  09:01:57
32050         Log: Integrate mainline.
32051      Branch: perlio
32052           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
32053           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
32054           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
32055           +> t/lib/mimeb64u.t t/lib/mimeqp.t
32056           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
32057           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
32058           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
32059 ____________________________________________________________________________
32060 [  9337] By: jhi                                   on 2001/03/25  04:23:24
32061         Log: Add MIME::Base64 here and there.  Again, a lot of
32062              optimism is in the air.
32063      Branch: perl
32064            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
32065            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
32066 ____________________________________________________________________________
32067 [  9336] By: jhi                                   on 2001/03/25  04:12:43
32068         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
32069              this by ear as I do not do Win32 programming.)
32070      Branch: perl
32071            ! win32/Makefile win32/makefile.mk
32072 ____________________________________________________________________________
32073 [  9335] By: jhi                                   on 2001/03/25  04:03:50
32074         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
32075      Branch: perl
32076            ! t/lib/md5-file.t
32077 ____________________________________________________________________________
32078 [  9334] By: jhi                                   on 2001/03/25  03:58:53
32079         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
32080      Branch: perl
32081            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
32082            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
32083            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
32084            + t/lib/mimeb64u.t t/lib/mimeqp.t
32085            ! MANIFEST
32086 ____________________________________________________________________________
32087 [  9333] By: jhi                                   on 2001/03/24  20:14:37
32088         Log: Integrate perlio.
32089      Branch: perl
32090           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
32091 ____________________________________________________________________________
32092 [  9332] By: nick                                  on 2001/03/24  19:40:34
32093         Log: Fix un-init variable leading to spurious "Out of Memory!"
32094      Branch: perlio
32095            ! doio.c
32096 ____________________________________________________________________________
32097 [  9331] By: nick                                  on 2001/03/24  19:09:59
32098         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
32099              and update layers internals doc.
32100      Branch: perlio
32101            ! pod/perlfunc.pod pod/perliol.pod
32102 ____________________________________________________________________________
32103 [  9330] By: jhi                                   on 2001/03/24  18:42:11
32104         Log: The length might be uninitialized garbage if the *svp is the undef.
32105      Branch: perl
32106            ! doio.c
32107 ____________________________________________________________________________
32108 [  9329] By: jhi                                   on 2001/03/24  18:26:57
32109         Log: (Retracted by #9393)
32110              
32111              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
32112              From: Simon Cozens <simon@netthink.co.uk>
32113              Date: Sat, 24 Mar 2001 17:13:17 +0000
32114              Message-ID: <20010324171317.A13406@netthink.co.uk>
32115      Branch: perl
32116            ! utils/h2xs.PL
32117 ____________________________________________________________________________
32118 [  9328] By: nick                                  on 2001/03/24  17:22:02
32119         Log: Integrate mainline.
32120      Branch: perlio
32121           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
32122           !> lib/unicode/version
32123 ____________________________________________________________________________
32124 [  9327] By: nick                                  on 2001/03/24  17:16:02
32125         Log: Integrate mainline.
32126      Branch: perlio
32127           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32128           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
32129           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
32130           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
32131           +> t/lib/md5-file.t
32132           !> MANIFEST Makefile.SH configure.com djgpp/config.over
32133           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
32134           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
32135           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
32136           !> win32/makefile.mk
32137 ____________________________________________________________________________
32138 [  9326] By: jhi                                   on 2001/03/24  17:00:42
32139         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
32140      Branch: perl
32141            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
32142            ! lib/unicode/version
32143 ____________________________________________________________________________
32144 [  9325] By: jhi                                   on 2001/03/24  16:22:33
32145         Log: Subject: Re: B::Deparse bug (5.6.0)
32146              From: Robin Houston <robin@kitsite.com>
32147              Date: Sat, 24 Mar 2001 14:33:09 +0000
32148              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
32149      Branch: perl
32150            ! op.c pp.c t/lib/b.t t/op/repeat.t
32151 ____________________________________________________________________________
32152 [  9324] By: jhi                                   on 2001/03/24  16:21:56
32153         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
32154              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
32155              these additions may be too optimistic.
32156      Branch: perl
32157            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
32158            ! hints/uwin.sh hints/vmesa.sh
32159 ____________________________________________________________________________
32160 [  9323] By: jhi                                   on 2001/03/24  16:06:01
32161         Log: Integrate perlio.
32162      Branch: perl
32163           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
32164           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32165            ! Makefile.SH
32166           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
32167           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
32168           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
32169           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32170           !> win32/makefile.mk win32/perlhost.h win32/win32.c
32171           !> win32/win32iop.h
32172 ____________________________________________________________________________
32173 [  9322] By: nick                                  on 2001/03/24  14:39:12
32174         Log: Routine Win32 regen_config_h - no real changes.
32175      Branch: perlio
32176            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32177 ____________________________________________________________________________
32178 [  9321] By: nick                                  on 2001/03/24  14:31:49
32179         Log: PerlIO fixups for Win32:
32180              - provide win33_popenlist() - non-functional as yet.
32181              - avoid need for aTHX in PerlIO_debug calls - even if not 
32182              enabled args are still evaluated so Win32 has trouble during fork().
32183              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
32184              - Fixup makedef.pl for latest set of symbols.
32185      Branch: perlio
32186            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
32187            ! win32/perlhost.h win32/win32.c win32/win32iop.h
32188 ____________________________________________________________________________
32189 [  9320] By: nick                                  on 2001/03/24  14:26:58
32190         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
32191              was gibberish - broke it on WIn32 at least.
32192      Branch: perlio
32193            ! ext/POSIX/POSIX.xs
32194 ____________________________________________________________________________
32195 [  9319] By: nick                                  on 2001/03/24  11:29:41
32196         Log: Generated files.
32197      Branch: perlio
32198            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32199 ____________________________________________________________________________
32200 [  9318] By: nick                                  on 2001/03/24  10:29:37
32201         Log: Implement:
32202              1.  open($fh,"+<",undef);  # add test to t/io/open.t
32203              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
32204      Branch: perlio
32205            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
32206            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
32207            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
32208            ! t/io/open.t t/io/utf8.t
32209 ____________________________________________________________________________
32210 [  9317] By: jhi                                   on 2001/03/23  23:41:25
32211         Log: AIX does seems to have optimization problems with its C compilers.
32212      Branch: perl
32213            ! hints/aix.sh
32214 ____________________________________________________________________________
32215 [  9316] By: jhi                                   on 2001/03/23  23:40:46
32216         Log: Integrate perlio.
32217      Branch: perl
32218           +> lib/PerlIO.pm
32219           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
32220           !> perliol.h
32221 ____________________________________________________________________________
32222 [  9315] By: jhi                                   on 2001/03/23  22:16:30
32223         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
32224      Branch: perl
32225            ! t/lib/md5-file.t
32226 ____________________________________________________________________________
32227 [  9314] By: nick                                  on 2001/03/23  20:49:02
32228         Log: Perlio internals re-organized.
32229              - open process creates AV of layer/arg pairs
32230              (appends layers from open() or open.pm to default list).
32231              - push arg is now an SV.
32232              - layer ->Open get passed the AV
32233              - open is no longer mandatory method.
32234              - topmost layer that has ->Open method does the open
32235              - any layers above are pushed once that returns.
32236              - vtable re-ordered so dummy layers need only provide push/pop methods.
32237      Branch: perlio
32238            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32239 ____________________________________________________________________________
32240 [  9313] By: nick                                  on 2001/03/23  16:27:41
32241         Log: Check in a stable (working) version before next round of tweaks.
32242              Changes include:
32243              - Move default layers code out of doio.c and into perlio.c
32244              - Single routine for parsing layer specification strings.
32245              - Skeleton support for demand loading of layers
32246              - Core-dump avoidance if PERLIO environment specifies loadable layer
32247              (does not _work_ as need IO to load and need load to do IO ...)
32248      Branch: perlio
32249            + lib/PerlIO.pm
32250            ! MANIFEST doio.c perlio.c
32251 ____________________________________________________________________________
32252 [  9312] By: gsar                                  on 2001/03/23  16:25:25
32253         Log: add execute bit to files with shebang lines in the repository;
32254              avoid clobbering execute bit in Porting/makerel 
32255      Branch: maint-5.6/perl
32256            ! (edit 144 files)
32257 ____________________________________________________________________________
32258 [  9311] By: jhi                                   on 2001/03/23  14:25:35
32259         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
32260      Branch: perl
32261            ! MANIFEST
32262 ____________________________________________________________________________
32263 [  9310] By: jhi                                   on 2001/03/23  13:45:04
32264         Log: Subject: [PATCH] Net::Ping
32265              From: Colin McMillen <mcmi0037@tc.umn.edu>
32266              Date: Thu, 22 Mar 2001 19:30:31 -0600
32267              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
32268      Branch: perl
32269            ! lib/Net/Ping.pm
32270 ____________________________________________________________________________
32271 [  9309] By: jhi                                   on 2001/03/23  13:39:13
32272         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
32273      Branch: perl
32274            ! t/lib/md5-aaa.t t/lib/md5-file.t
32275 ____________________________________________________________________________
32276 [  9308] By: jhi                                   on 2001/03/23  13:20:34
32277         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
32278              - bump the version to 2.14
32279              - drop the base64 tests since they require MIME::Base64
32280              - drop the rfc1321.txt
32281              - drop the hints/dec_osf.pl since it's only needed for
32282              pre-5.005_03 Perls
32283              Todo:
32284              - the U32 alignment testing is now removed; it needs to
32285              be reintroduced as as a Config variable (meaning also
32286              as a Configure test)
32287              - get the new EBCDIC md5sum for MD5.pm
32288              - test in Win32 to see how badly I botched the makefiles
32289      Branch: perl
32290            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32291            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
32292            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
32293            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
32294            + t/lib/md5-file.t
32295            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
32296            ! win32/Makefile win32/makefile.mk
32297 ____________________________________________________________________________
32298 [  9307] By: jhi                                   on 2001/03/23  12:56:14
32299         Log: Integrate change #9306 from maintperl into mainline,
32300              AIX dynaloader for AIXes without <load.h>.
32301      Branch: perl
32302           !> ext/DynaLoader/hints/aix.pl
32303 ____________________________________________________________________________
32304 [  9306] By: jhi                                   on 2001/03/23  12:51:36
32305         Log: There are AIXes without /usr/include/load.h,
32306              patch from H.Merijn Brand.
32307      Branch: maint-5.6/perl
32308            ! ext/DynaLoader/hints/aix.pl
32309 ____________________________________________________________________________
32310 [  9305] By: nick                                  on 2001/03/23  11:00:42
32311         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
32312      Branch: perlio
32313            ! ext/Encode/Encode.xs perlio.c perlio.h
32314 ____________________________________________________________________________
32315 [  9304] By: nick                                  on 2001/03/23  10:20:46
32316         Log: Render -Duseperlio functional again.
32317              - this is "quick fix" which calls PerlIO_apply_layers after opening,
32318              which is what old scheme did. New scheme needs to change that
32319              to make open(...,\$scalar) etc. work but this will do for now.
32320      Branch: perlio
32321            ! perlio.c
32322 ____________________________________________________________________________
32323 [  9303] By: nick                                  on 2001/03/23  09:53:20
32324         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
32325              -Uuseperlio now works again.
32326              -Duseperlio is still poorly. Don't merge yet...
32327      Branch: perlio
32328            ! doio.c perlio.h
32329 ____________________________________________________________________________
32330 [  9302] By: nick                                  on 2001/03/22  22:26:51
32331         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
32332              type code.
32333              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
32334              is its main caller. In particular now has access to "extra" args, and
32335              can tell when an open handle is "reopened" (or duped?).
32336              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
32337              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
32338              PerlIO_open() et. al. (i.e. other way round).
32339              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
32340              with args close to PerlIO_openn().
32341      Branch: perlio
32342            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32343 ____________________________________________________________________________
32344 [  9301] By: jhi                                   on 2001/03/22  20:58:04
32345         Log: Integrate perlio.
32346      Branch: perl
32347           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
32348           !> t/io/open.t util.c
32349 ____________________________________________________________________________
32350 [  9300] By: nick                                  on 2001/03/22  17:36:32
32351         Log: Don't include $@ in not ok message.
32352      Branch: perlio
32353            ! t/io/open.t
32354 ____________________________________________________________________________
32355 [  9299] By: gsar                                  on 2001/03/22  16:53:45
32356         Log: back out changes#7532,7521 for now (appears to have problems
32357              on IRIX)
32358      Branch: maint-5.6/perl
32359            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32360            ! ext/POSIX/typemap pod/perlvar.pod
32361 ____________________________________________________________________________
32362 [  9298] By: nick                                  on 2001/03/22  14:35:46
32363         Log: Give a meaning to '&' in n-arg open case:
32364              open($fh,"<&",$scalar);
32365              $scalar can be:
32366              - an integer which does "fdopen"
32367              open($fh,"<&",2); # like open($fh,"<&2")
32368              - something that will yield a file handle via sv_2io()
32369              useful for dup'ing anonymous handles.
32370              e.g.:
32371              open(my $fh,"<&",\*STDIN);
32372              open(my $dup,"<&",$fh);
32373      Branch: perlio
32374            ! doio.c t/io/open.t
32375 ____________________________________________________________________________
32376 [  9297] By: nick                                  on 2001/03/22  13:34:35
32377         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
32378      Branch: perlio
32379            ! util.c
32380 ____________________________________________________________________________
32381 [  9296] By: nick                                  on 2001/03/22  12:51:20
32382         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
32383      Branch: perlio
32384            ! perl.c
32385 ____________________________________________________________________________
32386 [  9295] By: nick                                  on 2001/03/22  11:59:44
32387         Log: If stdin, stdout or stderr get opened in unexpected read/write state
32388              then warn at time of open not at time of use.
32389      Branch: perlio
32390            ! doio.c pp_hot.c pp_sys.c
32391 ____________________________________________________________________________
32392 [  9294] By: nick                                  on 2001/03/22  10:54:35
32393         Log: Die on n-arg open(...,"",xxx,yyy,...)
32394              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
32395              - die on read/write cases so we can decide what it means later.
32396      Branch: perlio
32397            ! doio.c embed.pl iperlsys.h util.c
32398 ____________________________________________________________________________
32399 [  9293] By: nick                                  on 2001/03/22  09:02:45
32400         Log: perlio tweaks (reported by Nick Clark)
32401              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
32402              error check in Pendinf_read().
32403      Branch: perlio
32404            ! perlio.c
32405 ____________________________________________________________________________
32406 [  9292] By: gsar                                  on 2001/03/22  07:12:00
32407         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
32408              fixes)
32409      Branch: maint-5.6/perl
32410           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
32411 ____________________________________________________________________________
32412 [  9291] By: jhi                                   on 2001/03/22  06:06:44
32413         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
32414      Branch: perl
32415            ! t/op/re_tests
32416 ____________________________________________________________________________
32417 [  9290] By: jhi                                   on 2001/03/22  05:57:01
32418         Log: Move MacOS Classic higher in the list of supported platforms.
32419      Branch: maint-5.6/perl
32420            ! pod/perlport.pod
32421 ____________________________________________________________________________
32422 [  9289] By: gsar                                  on 2001/03/22  05:35:04
32423         Log: revert part of change#6438 for compatibility (av_reify()
32424              appears to be needed to implement av_splice()ish things
32425              in XS)
32426      Branch: maint-5.6/perl
32427            ! embed.pl global.sym objXSUB.h perlapi.c
32428 ____________________________________________________________________________
32429 [  9288] By: gsar                                  on 2001/03/22  03:09:19
32430         Log: update copyright year
32431      Branch: maint-5.6/perl
32432            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
32433            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
32434            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
32435            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
32436            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
32437            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
32438            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
32439            ! x2p/walk.c
32440 ____________________________________________________________________________
32441 [  9287] By: jhi                                   on 2001/03/21  20:30:54
32442         Log: Integrate perlio.
32443      Branch: perl
32444           !> ext/Data/Dumper/Dumper.xs
32445 ____________________________________________________________________________
32446 [  9286] By: gsar                                  on 2001/03/21  19:49:54
32447         Log: makefile.mk tweak
32448      Branch: maint-5.6/perl
32449            ! win32/Makefile win32/makefile.mk
32450 ____________________________________________________________________________
32451 [  9285] By: nick                                  on 2001/03/21  19:07:13
32452         Log: Multiplicity fix for Dumper.
32453      Branch: perlio
32454            ! ext/Data/Dumper/Dumper.xs
32455 ____________________________________________________________________________
32456 [  9284] By: nick                                  on 2001/03/21  19:01:07
32457         Log: Integrate mainline - (does not build xTHX issue in Dumper).
32458      Branch: perlio
32459           !> (integrate 27 files)
32460 ____________________________________________________________________________
32461 [  9283] By: jhi                                   on 2001/03/21  17:17:35
32462         Log: Integrate change #9282 from mainline into maintperl,
32463              4-arg UTF-8 substr().
32464      Branch: maint-5.6/perl
32465           !> pp.c
32466 ____________________________________________________________________________
32467 [  9282] By: jhi                                   on 2001/03/21  17:15:43
32468         Log: The #9270 would have leaked a scalar if pp_substr()
32469              returned early.
32470      Branch: perl
32471            ! pp.c
32472 ____________________________________________________________________________
32473 [  9281] By: gsar                                  on 2001/03/21  17:03:14
32474         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
32475      Branch: maint-5.6/perl
32476            ! win32/makefile.mk
32477 ____________________________________________________________________________
32478 [  9280] By: gsar                                  on 2001/03/21  17:01:20
32479         Log: some tweaks to change#9278 (fork() emulation should be enabled
32480              by setting BUILD_FLAVOR instead of changing the defaults)
32481      Branch: maint-5.6/perl
32482            ! win32/makefile.mk
32483 ____________________________________________________________________________
32484 [  9279] By: gsar                                  on 2001/03/21  16:47:19
32485         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
32486      Branch: maint-5.6/perl
32487            ! ext/File/Glob/Glob.pm
32488           !> lib/Cwd.pm
32489 ____________________________________________________________________________
32490 [  9278] By: jhi                                   on 2001/03/21  14:35:10
32491         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
32492              From: "Vadim Konovalov" <watman@inbox.ru>
32493              Date: Wed, 21 Mar 2001 01:53:51 +0300
32494              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
32495      Branch: maint-5.6/perl
32496            ! win32/makefile.mk win32/win32sck.c
32497 ____________________________________________________________________________
32498 [  9277] By: jhi                                   on 2001/03/21  13:58:28
32499         Log: Integrate change #9270 from mainline to maintperl:
32500              continued 4-arg UTF-8 substr() fixing.
32501      Branch: maint-5.6/perl
32502           !> pp.c t/op/substr.t
32503 ____________________________________________________________________________
32504 [  9276] By: jhi                                   on 2001/03/21  13:33:00
32505         Log: More pixie cleaning.
32506      Branch: perl
32507            ! Makefile.SH
32508 ____________________________________________________________________________
32509 [  9275] By: jhi                                   on 2001/03/21  03:54:17
32510         Log: Update Changes.
32511      Branch: perl
32512            ! Changes patchlevel.h
32513 ____________________________________________________________________________
32514 [  9274] By: jhi                                   on 2001/03/21  03:48:24
32515         Log: First stab at making Data::Dumper to grok Unicode.
32516              
32517              TODO: tests, EBCDICify.
32518      Branch: perl
32519            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
32520 ____________________________________________________________________________
32521 [  9273] By: jhi                                   on 2001/03/21  02:23:00
32522         Log: Fix for
32523              
32524              Subject: Memory leak in unquoted print   
32525              From: Benjamin Sugars <bsugars@canoe.ca> 
32526              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
32527              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
32528      Branch: perl
32529            ! perlio.c
32530 ____________________________________________________________________________
32531 [  9272] By: jhi                                   on 2001/03/21  01:33:17
32532         Log: Subject: Re: [PATCH] POSIX::getcwd()
32533              From: Benjamin Sugars <bsugars@canoe.ca> 
32534              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
32535              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
32536      Branch: perl
32537            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
32538 ____________________________________________________________________________
32539 [  9271] By: jhi                                   on 2001/03/21  01:22:52
32540         Log: Subject: [PATCH] Cwd.pm docs
32541              From: Benjamin Sugars <bsugars@canoe.ca>
32542              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
32543              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
32544      Branch: perl
32545            ! lib/Cwd.pm
32546 ____________________________________________________________________________
32547 [  9270] By: jhi                                   on 2001/03/21  01:16:29
32548         Log: Continue 4-arg substr() UTF-8 fixage.
32549      Branch: perl
32550            ! pp.c t/op/substr.t
32551 ____________________________________________________________________________
32552 [  9269] By: jhi                                   on 2001/03/21  00:46:14
32553         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
32554              
32555              revert the leak fix in change#9142 (problem needs a more experimental
32556              fix unsuitable for 5.6.1)
32557              
32558              do alphabetical sorting by default (for csh compatibility)
32559              
32560              cut-n-paste goof in change#9264
32561              
32562              VMS piping fixes (from Charles Lane)
32563      Branch: perl
32564           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
32565           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32566           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
32567 ____________________________________________________________________________
32568 [  9268] By: jhi                                   on 2001/03/21  00:37:04
32569         Log: Integrate perlio.
32570      Branch: perl
32571           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
32572           !> utf8.c utf8.h utfebcdic.h
32573 ____________________________________________________________________________
32574 [  9267] By: nick                                  on 2001/03/20  20:04:39
32575         Log: More EBCDIC stuff:
32576              - Loose the extra level of function on ASCII.
32577              - spotted a chr(0) issue in sv.c
32578              - re-work of UTF-X tr/// ranges to work in Unicode
32579              space. Still issues with the "0xff is illegal UTF-8" hack.
32580              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
32581              (why do it once when you can do it all over the place :-(
32582              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
32583              need utf8.pm for swashes.
32584              - Simplified and commented scan_const() in toke.c
32585              Still something wrong regexp and tr (swashes?).
32586      Branch: perlio
32587            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
32588            ! utf8.c utf8.h utfebcdic.h
32589 ____________________________________________________________________________
32590 [  9266] By: gsar                                  on 2001/03/20  19:16:43
32591         Log: VMS piping fixes (from Charles Lane)
32592      Branch: maint-5.6/perl
32593            ! vms/vms.c vms/vmspipe.com
32594 ____________________________________________________________________________
32595 [  9265] By: gsar                                  on 2001/03/20  17:53:52
32596         Log: cut-n-paste goof in change#9264
32597      Branch: maint-5.6/perl
32598            ! ext/File/Glob/Glob.xs
32599 ____________________________________________________________________________
32600 [  9264] By: gsar                                  on 2001/03/20  17:43:47
32601         Log: do alphabetical sorting by default (for csh compatibility);
32602              bsd_glob() does ASCII sort by default as usual, unless
32603              GLOB_ALPHASORT was specified
32604      Branch: maint-5.6/perl
32605            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
32606            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32607            ! ext/File/Glob/bsd_glob.h
32608 ____________________________________________________________________________
32609 [  9263] By: gsar                                  on 2001/03/20  16:40:08
32610         Log: integrate change#9255 from mainline (unicode fix)
32611              
32612              substr($bytestr, i, n, $charstr)
32613      Branch: maint-5.6/perl
32614           !> Todo-5.6 pp.c t/op/substr.t
32615 ____________________________________________________________________________
32616 [  9262] By: gsar                                  on 2001/03/20  15:57:41
32617         Log: revert the leak fix in change#9142 (problem needs a more experimental
32618              fix unsuitable for 5.6.1)
32619      Branch: maint-5.6/perl
32620            ! scope.c
32621 ____________________________________________________________________________
32622 [  9261] By: jhi                                   on 2001/03/20  14:26:25
32623         Log: Integrate changes #9259,9260 from maintperl into mainline.
32624              
32625              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
32626              
32627              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
32628      Branch: perl
32629           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
32630 ____________________________________________________________________________
32631 [  9260] By: jhi                                   on 2001/03/20  14:05:46
32632         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
32633              From: Robin Barker <rmb1@cise.npl.co.uk>
32634              Date: Tue, 20 Mar 2001 10:12:04 GMT
32635              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
32636      Branch: maint-5.6/perl
32637            ! run.c
32638 ____________________________________________________________________________
32639 [  9259] By: jhi                                   on 2001/03/20  14:04:39
32640         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
32641              From: Chris Nandor <pudge@pobox.com>
32642              Date: Tue, 20 Mar 2001 00:40:56 -0500
32643              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
32644      Branch: maint-5.6/perl
32645            ! ext/POSIX/POSIX.xs lib/File/Path.pm
32646 ____________________________________________________________________________
32647 [  9258] By: jhi                                   on 2001/03/20  05:09:34
32648         Log: Update Changes.
32649      Branch: perl
32650            ! Changes patchlevel.h
32651 ____________________________________________________________________________
32652 [  9257] By: jhi                                   on 2001/03/20  05:04:25
32653         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
32654      Branch: perl
32655            ! t/op/tr.t
32656 ____________________________________________________________________________
32657 [  9256] By: jhi                                   on 2001/03/20  04:43:12
32658         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
32659              From: Peter Prymmer <pvhp@forte.com>
32660              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
32661              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
32662      Branch: maint-5.6/perl
32663            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
32664 ____________________________________________________________________________
32665 [  9255] By: jhi                                   on 2001/03/19  23:17:17
32666         Log: substr($bytestr, i, n, $charstr)
32667              
32668              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
32669      Branch: perl
32670            ! Todo-5.6 pp.c t/op/substr.t
32671 ____________________________________________________________________________
32672 [  9254] By: jhi                                   on 2001/03/19  22:25:09
32673         Log: Rearrange the make test target prerequisites so that
32674              in a parallel make 'all' is finished before 'test'.
32675      Branch: perl
32676            ! Makefile.SH
32677 ____________________________________________________________________________
32678 [  9253] By: jhi                                   on 2001/03/19  21:48:07
32679         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
32680              From: Robin Houston <robin@kitsite.com>
32681              Date: Mon, 19 Mar 2001 15:48:41 +0000
32682              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
32683      Branch: perl
32684            ! pp_ctl.c
32685 ____________________________________________________________________________
32686 [  9252] By: jhi                                   on 2001/03/19  21:42:27
32687         Log: Integrate perlio.
32688      Branch: perl
32689           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
32690           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
32691           !> utfebcdic.h vms/perly_c.vms
32692 ____________________________________________________________________________
32693 [  9251] By: jhi                                   on 2001/03/19  21:31:28
32694         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
32695              
32696              Dynaloading in 64-bit AIX with vac.
32697      Branch: perl
32698           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32699           !> hints/aix.sh
32700 ____________________________________________________________________________
32701 [  9250] By: jhi                                   on 2001/03/19  21:18:00
32702         Log: A more robust solution for the 64bitall AIX dynaloading
32703              problem, from Jens-Uwe Mager.
32704      Branch: maint-5.6/perl
32705            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32706 ____________________________________________________________________________
32707 [  9249] By: nick                                  on 2001/03/19  20:59:37
32708         Log: Integrate mainline.
32709      Branch: perlio
32710           !> (integrate 42 files)
32711 ____________________________________________________________________________
32712 [  9248] By: nick                                  on 2001/03/19  20:22:07
32713         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
32714              (Building on OS390 uses native YACC and YYDEBUG has other
32715              side effects.)
32716      Branch: perlio
32717            ! perly.c perly.y vms/perly_c.vms
32718 ____________________________________________________________________________
32719 [  9247] By: jhi                                   on 2001/03/19  19:59:53
32720         Log: 64-bit AIX dynaloading problem (see #9244) idea
32721              from Jens-Uwe Mager.
32722      Branch: maint-5.6/perl
32723            ! ext/DynaLoader/dl_aix.xs
32724 ____________________________________________________________________________
32725 [  9246] By: nick                                  on 2001/03/19  19:27:57
32726         Log: More EBCDIC fixes.
32727      Branch: perlio
32728            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
32729            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
32730 ____________________________________________________________________________
32731 [  9245] By: jhi                                   on 2001/03/19  19:05:19
32732         Log: Integrate change #9243 from mainline into maintperl.
32733              
32734              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
32735      Branch: maint-5.6/perl
32736           !> README.vmesa
32737 ____________________________________________________________________________
32738 [  9244] By: jhi                                   on 2001/03/19  19:03:15
32739         Log: Get 64bitall AIX building, but still does not test okay:
32740              dynaloading anything fails, for example for op/defins:
32741              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
32742              (update: fixed by #9247,9250)
32743      Branch: maint-5.6/perl
32744            ! hints/aix.sh
32745 ____________________________________________________________________________
32746 [  9243] By: jhi                                   on 2001/03/19  19:00:16
32747         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
32748              From: Robin Barker <rmb1@cise.npl.co.uk>
32749              Date: Mon, 19 Mar 2001 18:01:57 GMT
32750              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
32751      Branch: perl
32752            ! README.vmesa
32753 ____________________________________________________________________________
32754 [  9242] By: jhi                                   on 2001/03/19  18:58:43
32755         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
32756              
32757              TODO: tests.
32758      Branch: perl
32759            ! doop.c op.c
32760 ____________________________________________________________________________
32761 [  9241] By: gsar                                  on 2001/03/19  17:34:46
32762         Log: VMSify tests (from Charles Lane)
32763      Branch: maint-5.6/perl
32764            ! t/lib/filehand.t t/lib/texttabs.t
32765 ____________________________________________________________________________
32766 [  9240] By: jhi                                   on 2001/03/19  14:24:26
32767         Log: Integrate change #9233 from maintperl into mainline.
32768              
32769              some refcounts were incorrect in perl_clone()
32770      Branch: perl
32771           !> sv.c
32772 ____________________________________________________________________________
32773 [  9239] By: gsar                                  on 2001/03/19  09:23:17
32774         Log: this is 5.6.1-trial3
32775      Branch: maint-5.6/perl
32776            ! Changes
32777 ____________________________________________________________________________
32778 [  9238] By: gsar                                  on 2001/03/19  08:47:04
32779         Log: some new symbols are only available under ithreads
32780      Branch: maint-5.6/perl
32781            ! makedef.pl
32782 ____________________________________________________________________________
32783 [  9237] By: gsar                                  on 2001/03/19  08:42:28
32784         Log: update patchlevel.h, Changes, &c.
32785      Branch: maint-5.6/perl
32786            ! Changes patchlevel.h pod/perlhist.pod
32787           !> AUTHORS
32788 ____________________________________________________________________________
32789 [  9236] By: gsar                                  on 2001/03/19  08:17:49
32790         Log: integrate changes#8068,8717 from mainline
32791              
32792              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
32793              
32794              [PATCH CPAN 1.59_51] warning message (not!)
32795      Branch: maint-5.6/perl
32796           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
32797           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
32798           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
32799           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
32800           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
32801 ____________________________________________________________________________
32802 [  9235] By: gsar                                  on 2001/03/19  08:07:09
32803         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
32804              
32805              [PATCH] Add missing CV flags to dump.c
32806              
32807              Re: [patch] Re: PL_ptr_table
32808              
32809              Fixup non-ithread build after 8713
32810              
32811              Generated files form 8713 etc.
32812              
32813              Correct the correction :-(
32814              
32815              Documenting coderef @INC (Re: CPAN "make this script work" feature)
32816              
32817              Subject: Re: sync sync sync: have I missed any patches?
32818              Replace djSP with dSP.
32819      Branch: maint-5.6/perl
32820           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
32821           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
32822           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
32823           !> sv.c sv.h win32/perlhost.h
32824 ____________________________________________________________________________
32825 [  9234] By: gsar                                  on 2001/03/19  07:22:05
32826         Log: revert the change#9090 integrate for now (change looks somewhat
32827              incomplete in that [ha]v_exists() need something similar; lacks
32828              tests; &c.)
32829      Branch: maint-5.6/perl
32830            ! hv.c
32831 ____________________________________________________________________________
32832 [  9233] By: gsar                                  on 2001/03/19  07:10:01
32833         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
32834              destruction when there are unreferenced scalars (SvREFCNT==0)
32835      Branch: maint-5.6/perl
32836            ! sv.c
32837 ____________________________________________________________________________
32838 [  9232] By: jhi                                   on 2001/03/19  05:11:02
32839         Log: Regen api and toc.
32840      Branch: maint-5.6/perl
32841            ! pod/perlapi.pod pod/perltoc.pod
32842 ____________________________________________________________________________
32843 [  9231] By: jhi                                   on 2001/03/19  04:06:03
32844         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
32845              add a lost line in pp.c:pp_chop(), update to new op/chop.
32846              
32847              Clarify the description differentiating for and while; inspired by
32848              
32849              Subject: [ID 20010306.004] || != named unary operator
32850              
32851              The $Is_MacOS needs to be declared.
32852      Branch: maint-5.6/perl
32853            ! pp.c t/op/chop.t
32854           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
32855 ____________________________________________________________________________
32856 [  9230] By: jhi                                   on 2001/03/19  03:48:16
32857         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
32858              9079,9083,9089,9090,9091 from mainline to maintperl.
32859              
32860              Quieten some noise in Win32 builds
32861              
32862              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
32863              
32864              The perlretut was still talking about the old \p and \P
32865              definitions.
32866              
32867              More tweakage on the Unicode character class descriptions.
32868              
32869              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
32870              
32871              Subject: 'no *POSIX' Patch speeding up make on BS2000 
32872              
32873              Subject: [PATCH] perldata.pod here-doc docs
32874              
32875              Add /sbin and /usr/sbin to the list of directories scanned
32876              for setuid programs.  Takes care of bug id 20010309.003.
32877              
32878              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
32879              
32880              In op/stat #35 better to scan all the potential directories
32881              for setuids, not just the first one.
32882      Branch: maint-5.6/perl
32883            ! Makefile.SH
32884           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
32885           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
32886           !> t/op/stat.t toke.c win32/win32.h
32887 ____________________________________________________________________________
32888 [  9229] By: jhi                                   on 2001/03/19  02:31:50
32889         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
32890              From: Chris Nandor <pudge@pobox.com>
32891              Date: Sat, 10 Mar 2001 14:22:19 -0500
32892              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
32893      Branch: maint-5.6/perl
32894            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
32895            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
32896            ! t/lib/b.t t/lib/errno.t
32897 ____________________________________________________________________________
32898 [  9228] By: jhi                                   on 2001/03/19  02:29:59
32899         Log: Integrate changes #9113,9122 from mainline into maintperl.
32900              
32901              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?)
32902      Branch: maint-5.6/perl
32903           !> Configure README.os390 hints/os390.sh
32904 ____________________________________________________________________________
32905 [  9227] By: jhi                                   on 2001/03/19  02:22:35
32906         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
32907              into maintperl.
32908              
32909              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
32910              
32911              Forgot to check-in the larger part of #9120, duh.
32912              
32913              Subject: Another patch for integer.pm POD 
32914              
32915              h2ph strictness and cleanliness from Kurt Starsinic.
32916              
32917              Borland filename case problem.
32918              
32919              h2ph strictness and cleanliness from Kurt Starsinic.
32920              
32921              Subject: [PATCH] the uncontroversial doc patches
32922      Branch: maint-5.6/perl
32923           +> win32/sncfnmcs.pl
32924           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
32925           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
32926           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
32927           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
32928           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
32929           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
32930           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
32931 ____________________________________________________________________________
32932 [  9226] By: jhi                                   on 2001/03/19  02:10:21
32933         Log: Integrate changes #9207,9214 from mainline into maintperl.
32934              
32935              podchecker relaxations: =over has an *optional* number after it,
32936              and whitespace in L<> is okay.
32937      Branch: maint-5.6/perl
32938           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
32939           !> t/pod/poderrs.xr
32940 ____________________________________________________________________________
32941 [  9225] By: jhi                                   on 2001/03/19  02:07:38
32942         Log: Integrate change #9219 from maintperl into mainline.
32943              
32944              remove duplicated tests
32945      Branch: perl
32946           !> t/op/re_tests
32947 ____________________________________________________________________________
32948 [  9224] By: jhi                                   on 2001/03/19  02:06:11
32949         Log: Integrate change #9223 from mainline to maintperl.
32950              
32951              Document -Dmksymlinks.
32952      Branch: maint-5.6/perl
32953           !> INSTALL
32954 ____________________________________________________________________________
32955 [  9223] By: jhi                                   on 2001/03/19  02:01:25
32956         Log: Document -Dmksymlinks.
32957      Branch: perl
32958            ! INSTALL
32959 ____________________________________________________________________________
32960 [  9222] By: jhi                                   on 2001/03/19  01:15:35
32961         Log: The -Dmksymlinks wasn't working for maintperl.
32962      Branch: maint-5.6/perl
32963            ! Configure
32964 ____________________________________________________________________________
32965 [  9221] By: jhi                                   on 2001/03/19  00:49:43
32966         Log: Cleanup pixie residue.
32967      Branch: perl
32968            ! Makefile.SH
32969 ____________________________________________________________________________
32970 [  9220] By: jhi                                   on 2001/03/19  00:44:47
32971         Log: Document the use of pixie/prof; create make targets for it.
32972              
32973              TODO: make t/TEST pixie-aware.
32974      Branch: perl
32975            ! Makefile.SH pod/perlhack.pod
32976 ____________________________________________________________________________
32977 [  9219] By: gsar                                  on 2001/03/19  00:16:55
32978         Log: remove duplicated tests
32979      Branch: maint-5.6/perl
32980            ! t/op/re_tests
32981 ____________________________________________________________________________
32982 [  9218] By: jhi                                   on 2001/03/18  23:59:31
32983         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
32984      Branch: perl
32985            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
32986 ____________________________________________________________________________
32987 [  9217] By: jhi                                   on 2001/03/18  23:25:20
32988         Log: Rewrite the tests section of Makefile to be less redundant
32989              and to allow for more flexible test targets, many recursive
32990              make calls introduced.
32991      Branch: perl
32992            ! Makefile.SH
32993 ____________________________________________________________________________
32994 [  9216] By: jhi                                   on 2001/03/18  22:30:04
32995         Log: Document the use of Third Degree (sparsely).
32996      Branch: perl
32997            ! pod/perlhack.pod t/TEST
32998 ____________________________________________________________________________
32999 [  9215] By: jhi                                   on 2001/03/18  22:10:30
33000         Log: Make targets for testing with Third Degree.
33001      Branch: perl
33002            ! Makefile.SH
33003 ____________________________________________________________________________
33004 [  9214] By: jhi                                   on 2001/03/18  21:08:53
33005         Log: The podchecker relaxations need to mirrored also at the tests.
33006      Branch: perl
33007            ! t/pod/poderrs.xr
33008 ____________________________________________________________________________
33009 [  9213] By: jhi                                   on 2001/03/18  20:56:21
33010         Log: Update Changes.
33011      Branch: perl
33012            ! Changes patchlevel.h
33013 ____________________________________________________________________________
33014 [  9212] By: jhi                                   on 2001/03/18  20:36:59
33015         Log: Looking for config.sh in parent directories isn't
33016              very useful for the toplevel Makefile.
33017      Branch: perl
33018            ! Makefile.SH
33019 ____________________________________________________________________________
33020 [  9211] By: jhi                                   on 2001/03/18  20:33:37
33021         Log: On "make clean" take care of Third Degree droppings.
33022      Branch: perl
33023            ! Makefile.SH
33024 ____________________________________________________________________________
33025 [  9210] By: jhi                                   on 2001/03/18  20:21:34
33026         Log: Add a hook for running the tests under the Third Degree
33027              debugging tool (set $ENV{PERL_3LOG} to non-zero)
33028              
33029              TODO: Document the use of Third Degree.
33030      Branch: perl
33031            ! t/TEST
33032 ____________________________________________________________________________
33033 [  9209] By: jhi                                   on 2001/03/18  20:19:07
33034         Log: Regen toc and api pods.
33035      Branch: perl
33036            ! pod/perlapi.pod pod/perltoc.pod
33037 ____________________________________________________________________________
33038 [  9208] By: jhi                                   on 2001/03/18  20:12:12
33039         Log: Integrate changes #8128,9132 from mainline into maintperl,
33040              Tie::SubstrHash fixes.
33041      Branch: maint-5.6/perl
33042           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
33043 ____________________________________________________________________________
33044 [  9207] By: jhi                                   on 2001/03/18  20:07:43
33045         Log: podchecker relaxations from Michael Stevens.
33046      Branch: perl
33047            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
33048 ____________________________________________________________________________
33049 [  9206] By: jhi                                   on 2001/03/18  20:04:24
33050         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
33051      Branch: perl
33052            ! lib/Locale/Constants.pm lib/Locale/Country.pm
33053            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
33054            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
33055 ____________________________________________________________________________
33056 [  9205] By: jhi                                   on 2001/03/18  19:54:45
33057         Log: Integrate changes #9161,9162 from maintperl to mainline.
33058              
33059              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
33060              results
33061      Branch: perl
33062           !> t/op/magic.t
33063 ____________________________________________________________________________
33064 [  9204] By: jhi                                   on 2001/03/18  19:37:46
33065         Log: Make perl.third checks more understandable to the builder.
33066      Branch: perl
33067            ! Makefile.SH
33068 ____________________________________________________________________________
33069 [  9203] By: jhi                                   on 2001/03/18  19:20:54
33070         Log: Re-integrate #9138 from maintperl to mainline,
33071              the squelching of the unneeded "Scalars leaked" messages.
33072      Branch: perl
33073           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
33074           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
33075           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
33076 ____________________________________________________________________________
33077 [  9202] By: jhi                                   on 2001/03/18  18:48:36
33078         Log: More robust and more paranoid perl.third target.
33079      Branch: perl
33080            ! Makefile.SH
33081 ____________________________________________________________________________
33082 [  9201] By: jhi                                   on 2001/03/18  18:39:21
33083         Log: Integrate change #9197 from maintperl to mainline.
33084              
33085              more thorough cleaning of arenas.
33086      Branch: perl
33087           !> embed.pl perl.c proto.h sv.c t/op/sort.t
33088 ____________________________________________________________________________
33089 [  9200] By: jhi                                   on 2001/03/18  18:25:17
33090         Log: Integrate perlio.
33091      Branch: perl
33092           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
33093           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
33094           !> t/lib/encode.t toke.c universal.c utf8.c
33095 ____________________________________________________________________________
33096 [  9199] By: nick                                  on 2001/03/18  15:23:51
33097         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
33098              is the sense of the test being done. Avoid some magical 127 and 128 values
33099              by using macros.
33100      Branch: perlio
33101            ! doop.c pp_ctl.c sv.c toke.c
33102 ____________________________________________________________________________
33103 [  9198] By: nick                                  on 2001/03/18  14:18:12
33104         Log: UTF-X encoding invariance for Encode:
33105              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
33106              - move the XS code for those to universal.c (so in miniperl)
33107              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
33108              - change ext/Encode/compile to use above.
33109              - Fix t/lib/encode.t for above
33110              - Teach t/lib/b.t to expect -uutf8
33111              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
33112              utf8.pm is needed.
33113      Branch: perlio
33114            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
33115            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
33116 ____________________________________________________________________________
33117 [  9197] By: gsar                                  on 2001/03/18  12:15:57
33118         Log: more thorough cleaning of arenas--keep going until no more
33119              SvREFCNT_dec()s occur (this fixes the problem that causes the
33120              pesky "Scalars leaked" warnings)
33121      Branch: maint-5.6/perl
33122            ! embed.pl perl.c proto.h sv.c t/op/sort.t
33123 ____________________________________________________________________________
33124 [  9196] By: nick                                  on 2001/03/18  10:57:29
33125         Log: Fix pragma/utf8.t # 15
33126              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
33127              are SvUTF8 as well.
33128      Branch: perlio
33129            ! toke.c
33130 ____________________________________________________________________________
33131 [  9195] By: nick                                  on 2001/03/18  09:27:06
33132         Log: Integrate mainline
33133      Branch: perlio
33134           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
33135           !> t/op/pat.t
33136 ____________________________________________________________________________
33137 [  9194] By: jhi                                   on 2001/03/18  05:29:59
33138         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
33139              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
33140      Branch: perl
33141            ! op.c op.h t/op/misc.t t/op/pat.t
33142 ____________________________________________________________________________
33143 [  9193] By: jhi                                   on 2001/03/18  05:15:06
33144         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
33145      Branch: perl
33146            ! mg.c t/op/pat.t
33147 ____________________________________________________________________________
33148 [  9192] By: jhi                                   on 2001/03/18  04:22:43
33149         Log: tr/// UTF-8 patches from Inaba Hiroto.
33150      Branch: perl
33151            ! doop.c op.c
33152 ____________________________________________________________________________
33153 [  9191] By: jhi                                   on 2001/03/18  04:21:17
33154         Log: Integrate perlio.
33155      Branch: perl
33156           !> utf8.c utfebcdic.h
33157 ____________________________________________________________________________
33158 [  9190] By: nick                                  on 2001/03/17  20:32:01
33159         Log: Correct #if EBCDIC side typos.
33160              Builds and passes many tests on OS390.
33161      Branch: perlio
33162            ! utf8.c utfebcdic.h
33163 ____________________________________________________________________________
33164 [  9189] By: jhi                                   on 2001/03/17  18:55:49
33165         Log: Add prerequisites for the perl.third target.
33166      Branch: perl
33167            ! Makefile.SH
33168 ____________________________________________________________________________
33169 [  9188] By: jhi                                   on 2001/03/17  18:46:00
33170         Log: Integrate perlio.
33171      Branch: perl
33172           +> utfebcdic.h
33173           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
33174 ____________________________________________________________________________
33175 [  9187] By: jhi                                   on 2001/03/17  18:38:47
33176         Log: Add a make rule for perl.third (the Third Degree memory debugging
33177              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
33178      Branch: perl
33179            ! Makefile.SH
33180 ____________________________________________________________________________
33181 [  9186] By: nick                                  on 2001/03/17  18:34:48
33182         Log: MANIFEST addition :-(
33183      Branch: perlio
33184            ! MANIFEST
33185 ____________________________________________________________________________
33186 [  9185] By: nick                                  on 2001/03/17  18:29:50
33187         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
33188              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
33189              a superset of ASCII are invariant under the encoding. This is EBCDIC
33190              friendly as an encoded string can be looked at as being EBCDIC by lexer
33191              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
33192              ASCII on ASCII machines.
33193              
33194              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
33195              seperate.
33196              - Add some more macros to comprehend different shift amounts and
33197              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
33198              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
33199              and conditionaly #include it.
33200              
33201              EBCDIC build as yet untested.  ASCII still fails the one test.
33202      Branch: perlio
33203            + utfebcdic.h
33204            ! utf8.c utf8.h
33205 ____________________________________________________________________________
33206 [  9184] By: nick                                  on 2001/03/17  17:44:16
33207         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
33208      Branch: perlio
33209            ! doop.c perl.h pp.c utf8.h
33210 ____________________________________________________________________________
33211 [  9183] By: jhi                                   on 2001/03/17  15:55:42
33212         Log: Integrate perlio.
33213      Branch: perl
33214            ! MANIFEST
33215           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
33216 ____________________________________________________________________________
33217 [  9182] By: nick                                  on 2001/03/17  09:16:06
33218         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
33219      Branch: perlio
33220            ! t/op/pat.t
33221 ____________________________________________________________________________
33222 [  9181] By: nick                                  on 2001/03/17  09:15:11
33223         Log: Integrate mainline.
33224      Branch: perlio
33225           +> lib/Locale/Constants.pm lib/Locale/Country.pm
33226           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
33227           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
33228           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
33229           !> (integrate 83 files)
33230 ____________________________________________________________________________
33231 [  9180] By: nick                                  on 2001/03/16  17:23:21
33232         Log: EBCDIC Fixes.
33233      Branch: perlio
33234            ! perl.h sv.c toke.c utf8.c utf8.h
33235 ____________________________________________________________________________
33236 [  9179] By: jhi                                   on 2001/03/16  14:10:12
33237         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
33238              a change needed to work around an AIX compiler bug.
33239      Branch: perl
33240            ! ext/Storable/Storable.xs
33241 ____________________________________________________________________________
33242 [  9178] By: jhi                                   on 2001/03/16  03:19:59
33243         Log: With Damian's approval synchronize damian's modules'
33244              licensing with Perl's standard module licensing.
33245      Branch: perl
33246            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
33247 ____________________________________________________________________________
33248 [  9177] By: jhi                                   on 2001/03/16  03:15:34
33249         Log: Make the Filter::Util:Call files have their own copies
33250              of the Perl standard module licensing, from Paul Marquess.
33251      Branch: perl
33252            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33253 ____________________________________________________________________________
33254 [  9176] By: jhi                                   on 2001/03/16  02:56:04
33255         Log: Subject: [PATCH] more pod patches
33256              From: Michael Stevens <michael@etla.org>
33257              Date: Thu, 15 Mar 2001 21:25:18 +0000
33258              Message-ID: <20010315212518.A18870@firedrake.org>
33259      Branch: perl
33260            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
33261            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
33262            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
33263            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
33264            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
33265            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
33266            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
33267            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
33268            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
33269            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
33270            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
33271            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
33272            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
33273            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
33274            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
33275            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
33276            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
33277            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
33278            ! lib/Locale/Country.pm lib/Locale/Language.pm
33279            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
33280            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
33281            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
33282            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
33283            ! os2/OS2/Process/Process.pm
33284 ____________________________________________________________________________
33285 [  9175] By: jhi                                   on 2001/03/16  02:53:32
33286         Log: Subject: [PATCH] the uncontroversial doc patches
33287              From: Michael Stevens <michael@etla.org>
33288              Date: Thu, 15 Mar 2001 20:01:12 +0000
33289              Message-ID: <20010315200112.A7636@firedrake.org>
33290      Branch: perl
33291            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
33292            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
33293            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
33294            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
33295            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
33296 ____________________________________________________________________________
33297 [  9174] By: jhi                                   on 2001/03/16  02:50:49
33298         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
33299              From: Paul Lindner <lindner@inuus.com>
33300              Date: Fri, 16 Mar 2001 11:28:03 -0800
33301              Message-ID: <20010316112803.A7577@inuus.com>
33302      Branch: perl
33303            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
33304 ____________________________________________________________________________
33305 [  9173] By: nick                                  on 2001/03/15  20:21:03
33306         Log: 1st day's EBCDIC fixes:
33307              - toke.c's parsing of strings needed attention
33308              needed to conditionally e2a if string was already UTF-8
33309              - e2a/a2e tables where wrong way round.
33310              - new macros in utf8.h
33311      Branch: perlio
33312            ! perl.h toke.c utf8.h
33313 ____________________________________________________________________________
33314 [  9172] By: jhi                                   on 2001/03/15  15:17:17
33315         Log: Update Changes.
33316      Branch: perl
33317            ! Changes patchlevel.h
33318 ____________________________________________________________________________
33319 [  9171] By: jhi                                   on 2001/03/15  15:09:32
33320         Log: Subject: Re: Another Borland C++ problem.
33321              From: "Vadim Konovalov" <watman@inbox.ru>
33322              Date: Sat, 10 Mar 2001 19:26:07 +0300
33323              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
33324              
33325              Borland filename case problem.
33326      Branch: perl
33327            + win32/sncfnmcs.pl
33328            ! MANIFEST README.win32
33329 ____________________________________________________________________________
33330 [  9170] By: jhi                                   on 2001/03/15  14:54:23
33331         Log: Add Locale::Codes 1.06, from Neil Bowers.
33332      Branch: perl
33333            + lib/Locale/Constants.pm lib/Locale/Country.pm
33334            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
33335            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
33336            + t/lib/lc-language.t t/lib/lc-uk.t
33337            ! MANIFEST
33338 ____________________________________________________________________________
33339 [  9169] By: jhi                                   on 2001/03/15  14:19:01
33340         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
33341      Branch: perl
33342            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33343            ! ext/Storable/Storable.xs
33344 ____________________________________________________________________________
33345 [  9168] By: jhi                                   on 2001/03/15  14:13:22
33346         Log: Integrate changes #9120,9167 from mainline to maintperl.
33347              
33348              Subject: [PATCH 5.6.1] OS/2 docs
33349              
33350              Subject: [PATCH 5.6.1] perldoc
33351      Branch: maint-5.6/perl
33352           !> os2/Changes utils/perldoc.PL
33353 ____________________________________________________________________________
33354 [  9167] By: jhi                                   on 2001/03/15  14:07:42
33355         Log: Subject: [PATCH 5.6.1] perldoc
33356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33357              Date: Wed, 14 Mar 2001 23:46:52 -0500
33358              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
33359      Branch: perl
33360            ! utils/perldoc.PL
33361 ____________________________________________________________________________
33362 [  9166] By: jhi                                   on 2001/03/15  13:53:15
33363         Log: sigaction test condition tweakage.
33364      Branch: perl
33365            ! t/lib/sigaction.t
33366 ____________________________________________________________________________
33367 [  9165] By: alanbur                               on 2001/03/15  03:49:17
33368         Log: Resynchronised with parent
33369      Branch: maint-5.6/pureperl
33370           +> os2/os2add.sym t/op/anonsub.t
33371           !> (integrate 72 files)
33372 ____________________________________________________________________________
33373 [  9164] By: jhi                                   on 2001/03/15  01:05:01
33374         Log: Avoid stomping off the beginning of an array in tr///.
33375      Branch: perl
33376            ! op.c
33377 ____________________________________________________________________________
33378 [  9163] By: jhi                                   on 2001/03/15  00:58:57
33379         Log: h2ph strictness and cleanliness from Kurt Starsinic.
33380      Branch: perl
33381            ! utils/h2ph.PL
33382 ____________________________________________________________________________
33383 [  9162] By: gsar                                  on 2001/03/15  00:56:53
33384         Log: avoid warnings
33385      Branch: maint-5.6/perl
33386            ! t/op/magic.t
33387 ____________________________________________________________________________
33388 [  9161] By: gsar                                  on 2001/03/15  00:52:09
33389         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
33390              results
33391      Branch: maint-5.6/perl
33392            ! t/op/magic.t
33393 ____________________________________________________________________________
33394 [  9160] By: jhi                                   on 2001/03/14  22:02:10
33395         Log: Do not use the Perl malloc in IRIX, suggested by
33396              Helmus Jarausch.
33397      Branch: perl
33398            ! hints/irix_6.sh
33399 ____________________________________________________________________________
33400 [  9159] By: nick                                  on 2001/03/14  21:45:59
33401         Log: Integrate mainline
33402      Branch: perlio
33403           +> t/op/loopctl.t
33404           !> (integrate 41 files)
33405 ____________________________________________________________________________
33406 [  9158] By: jhi                                   on 2001/03/14  21:10:09
33407         Log: The Day of the Retractions continues: the #9138
33408              (integrated in #9144) doesn't work well in mainline.
33409      Branch: perl
33410            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
33411            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
33412            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
33413 ____________________________________________________________________________
33414 [  9157] By: jhi                                   on 2001/03/14  20:58:12
33415         Log: The #9145 CANNOT be enabled: the clear_pmop code still
33416              dumps core all over in Tru64.
33417      Branch: perl
33418            ! op.c op.h t/op/pat.t
33419 ____________________________________________________________________________
33420 [  9156] By: jhi                                   on 2001/03/14  20:48:06
33421         Log: Integrate change #9154 from maintperl to mainline.
33422              
33423              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
33424              (caused Storable 1.0.10 to break on windows)
33425      Branch: perl
33426           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
33427           !> perlapi.c proto.h
33428 ____________________________________________________________________________
33429 [  9155] By: jhi                                   on 2001/03/14  20:23:53
33430         Log: Retract #9136: breaks threading (and binary compatibility).
33431      Branch: perl
33432            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
33433 ____________________________________________________________________________
33434 [  9154] By: gsar                                  on 2001/03/14  17:48:18
33435         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
33436              (caused Storable 1.0.10 to break on windows)
33437      Branch: maint-5.6/perl
33438            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
33439            ! perlapi.c proto.h
33440 ____________________________________________________________________________
33441 [  9153] By: jhi                                   on 2001/03/14  13:35:21
33442         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
33443      Branch: perl
33444            ! t/lib/sigaction.t
33445 ____________________________________________________________________________
33446 [  9152] By: gsar                                  on 2001/03/14  07:29:40
33447         Log: back out changes#9012,9010,9009 and parts of change#9016
33448              (causes ABRs under purify, and some prerequisites don't
33449              seem to be there in 5.6.x)
33450      Branch: maint-5.6/perl
33451            ! doop.c op.c t/op/tr.t toke.c
33452 ____________________________________________________________________________
33453 [  9151] By: gsar                                  on 2001/03/14  07:01:29
33454         Log: reenable change#9145 (the test was busted due to a missing
33455              C<print "ok 27\n">)
33456      Branch: perl
33457            ! op.c op.h t/op/pat.t
33458 ____________________________________________________________________________
33459 [  9150] By: jhi                                   on 2001/03/14  06:38:36
33460         Log: Retract #9145.
33461      Branch: perl
33462            ! op.c op.h t/op/pat.t
33463 ____________________________________________________________________________
33464 [  9149] By: jhi                                   on 2001/03/14  06:14:56
33465         Log: Retract #9143.
33466      Branch: perl
33467            ! op.c
33468 ____________________________________________________________________________
33469 [  9148] By: gsar                                  on 2001/03/14  06:13:02
33470         Log: Uninitialized Memory Read in regexec.c
33471      Branch: perl
33472            ! regexec.c
33473 ____________________________________________________________________________
33474 [  9147] By: jhi                                   on 2001/03/14  04:59:54
33475         Log: Subject: PATCH: make goto work in nested eval ""
33476              From: Robin Houston <robin@kitsite.com>
33477              Date: Wed, 14 Mar 2001 04:16:10 +0000
33478              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
33479      Branch: perl
33480            ! pp_ctl.c t/op/goto.t
33481 ____________________________________________________________________________
33482 [  9146] By: jhi                                   on 2001/03/14  04:42:54
33483         Log: Preserve the #ifdef PERL_CORE in perly.h.
33484      Branch: perl
33485            ! perly.fixer
33486 ____________________________________________________________________________
33487 [  9145] By: jhi                                   on 2001/03/14  03:57:41
33488         Log: (Retracted by #9150.)
33489      Branch: perl
33490            ! op.c op.h t/op/pat.t
33491 ____________________________________________________________________________
33492 [  9144] By: jhi                                   on 2001/03/14  03:50:38
33493         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
33494              
33495              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
33496              
33497              remove squelch controls for "Scalars leaked" messages in most places
33498              (these are now cured)
33499              
33500              fix another memory leak reported by purify (tie callbacks that
33501              croak can leak when wiping out magic)
33502      Branch: perl
33503           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
33504           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
33505           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
33506           !> t/pragma/warnings.t
33507 ____________________________________________________________________________
33508 [  9143] By: jhi                                   on 2001/03/14  03:37:53
33509         Log: (Retracted by #9149.)
33510      Branch: perl
33511            ! op.c
33512 ____________________________________________________________________________
33513 [  9142] By: gsar                                  on 2001/03/14  03:20:48
33514         Log: fix another memory leak reported by purify (tie callbacks that
33515              croak can leak when wiping out magic)
33516      Branch: maint-5.6/perl
33517            ! scope.c
33518 ____________________________________________________________________________
33519 [  9141] By: jhi                                   on 2001/03/14  02:55:00
33520         Log: Subject: PATCH for [ID 20010305.003]
33521              From: Robin Houston <robin@kitsite.com>
33522              Date: Wed, 14 Mar 2001 02:45:51 +0000
33523              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
33524      Branch: perl
33525            ! pp_ctl.c t/op/eval.t
33526 ____________________________________________________________________________
33527 [  9140] By: jhi                                   on 2001/03/14  02:41:54
33528         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
33529              Date: Wed, 14 Mar 2001 01:52:51 +0000
33530              From: Robin Houston <robin@kitsite.com>
33531              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
33532              
33533              Fix for 2000313.004.
33534      Branch: perl
33535            ! pp_ctl.c t/op/goto.t
33536 ____________________________________________________________________________
33537 [  9139] By: jhi                                   on 2001/03/14  02:40:50
33538         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
33539              From: Robin Houston <robin@kitsite.com>
33540              Date: Wed, 14 Mar 2001 00:43:45 +0000
33541              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
33542      Branch: perl
33543            + t/op/loopctl.t
33544            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
33545            ! vms/perly_c.vms
33546 ____________________________________________________________________________
33547 [  9138] By: gsar                                  on 2001/03/14  01:18:00
33548         Log: remove squelch controls for "Scalars leaked" messages in most places
33549              (these are now cured)
33550      Branch: maint-5.6/perl
33551            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
33552            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
33553            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
33554 ____________________________________________________________________________
33555 [  9137] By: gsar                                  on 2001/03/14  00:57:04
33556         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
33557      Branch: maint-5.6/perl
33558            ! regcomp.c
33559 ____________________________________________________________________________
33560 [  9136] By: jhi                                   on 2001/03/13  23:12:24
33561         Log: (Retracted by #9155)
33562              
33563              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
33564              From: Jens-Uwe Mager <jum@helios.de>
33565              Date: Wed, 21 Feb 2001 21:32:04 +0100
33566              Message-ID: <20010221213203.A18340@ans.helios.de>
33567      Branch: perl
33568            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
33569 ____________________________________________________________________________
33570 [  9135] By: jhi                                   on 2001/03/13  22:50:05
33571         Log: Integrate perlio.
33572      Branch: perl
33573           !> pp.c
33574 ____________________________________________________________________________
33575 [  9134] By: jhi                                   on 2001/03/13  22:49:05
33576         Log: Integrate change #9131 from maintperl into mainline.
33577              
33578              make the error text look more consistent in hints/hpux.sh
33579      Branch: perl
33580           !> hints/hpux.sh
33581 ____________________________________________________________________________
33582 [  9133] By: gsar                                  on 2001/03/13  22:46:20
33583         Log: integrate change#9067 from mainline
33584              
33585              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
33586      Branch: maint-5.6/perl
33587           !> lib/ExtUtils/MM_Unix.pm
33588 ____________________________________________________________________________
33589 [  9132] By: jhi                                   on 2001/03/13  22:41:21
33590         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
33591              From: "John P. Linderman" <jpl@research.att.com>
33592              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
33593              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
33594              
33595              A more correct prime finder.
33596      Branch: perl
33597            ! lib/Tie/SubstrHash.pm
33598 ____________________________________________________________________________
33599 [  9131] By: gsar                                  on 2001/03/13  22:30:42
33600         Log: make the error text look more consistent in hints/hpux.sh
33601      Branch: maint-5.6/perl
33602            ! hints/hpux.sh
33603 ____________________________________________________________________________
33604 [  9130] By: jhi                                   on 2001/03/13  22:23:44
33605         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
33606              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33607              Date: Tue, 13 Mar 2001 18:41:26 +0100
33608              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
33609              
33610              If the test is run non-interactively the default handler
33611              is different.
33612      Branch: perl
33613            ! t/lib/sigaction.t
33614 ____________________________________________________________________________
33615 [  9129] By: jhi                                   on 2001/03/13  22:20:21
33616         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
33617              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33618              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
33619              Date:     Tue, 13 Mar 2001 16:44:32 EST
33620      Branch: perl
33621            ! t/lib/1_compile.t
33622 ____________________________________________________________________________
33623 [  9128] By: jhi                                   on 2001/03/13  22:18:34
33624         Log: Subject: Another patch for integer.pm POD 
33625              From: "John L. Allen" <allen@grumman.com>
33626              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
33627              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
33628      Branch: perl
33629            ! lib/integer.pm
33630 ____________________________________________________________________________
33631 [  9127] By: nick                                  on 2001/03/13  21:26:30
33632         Log: Integrate mainline.
33633      Branch: perlio
33634           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
33635           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
33636           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
33637           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
33638           !> Changes Configure MANIFEST README.os2 README.os390
33639           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
33640           !> os2/Changes patchlevel.h win32/perlhost.h
33641 ____________________________________________________________________________
33642 [  9126] By: nick                                  on 2001/03/13  20:39:51
33643         Log: #ifdef'ed out code to make packed side of pack/unpack
33644              octets. (i.e. pack('U') => encode_utf8).
33645      Branch: perlio
33646            ! pp.c
33647 ____________________________________________________________________________
33648 [  9125] By: jhi                                   on 2001/03/13  15:07:16
33649         Log: Update Changes.
33650      Branch: perl
33651            ! Changes patchlevel.h
33652 ____________________________________________________________________________
33653 [  9124] By: jhi                                   on 2001/03/13  14:22:45
33654         Log: Workaround for the buggy ("internal compiler error")
33655              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
33656              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
33657              of Andreas König.
33658      Branch: perl
33659            ! ext/re/Makefile.PL hints/aix.sh
33660 ____________________________________________________________________________
33661 [  9123] By: jhi                                   on 2001/03/13  03:24:34
33662         Log: Typo in #9114.
33663      Branch: metaconfig
33664            ! U/modified/myhostname.U
33665 ____________________________________________________________________________
33666 [  9122] By: jhi                                   on 2001/03/13  03:24:06
33667         Log: Typo in #9113.
33668      Branch: perl
33669            ! Configure
33670 ____________________________________________________________________________
33671 [  9121] By: jhi                                   on 2001/03/13  01:53:05
33672         Log: Forgot to check-in the larger part of #9120, duh.
33673      Branch: perl
33674            ! README.os2
33675 ____________________________________________________________________________
33676 [  9120] By: jhi                                   on 2001/03/13  01:51:31
33677         Log: Subject: [PATCH 5.6.1] OS/2 docs
33678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33679              Date: Mon, 12 Mar 2001 03:27:32 -0500
33680              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
33681      Branch: perl
33682            ! os2/Changes
33683 ____________________________________________________________________________
33684 [  9119] By: jhi                                   on 2001/03/13  01:49:41
33685         Log: Integrate change #9116 from maintperl into mainline.
33686              
33687              Win32::GetCwd() returns C: instead of C:\ in the root directory
33688              under ithreads
33689      Branch: perl
33690           !> win32/perlhost.h
33691 ____________________________________________________________________________
33692 [  9118] By: jhi                                   on 2001/03/13  01:13:39
33693         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
33694      Branch: perl
33695            + lib/Switch.pm t/lib/switch.t
33696            ! MANIFEST
33697 ____________________________________________________________________________
33698 [  9117] By: jhi                                   on 2001/03/13  01:03:17
33699         Log: Add Text::Balanced 1.83.
33700      Branch: perl
33701            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
33702            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
33703            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
33704            + t/lib/tb-xvari.t
33705            ! MANIFEST
33706 ____________________________________________________________________________
33707 [  9116] By: gsar                                  on 2001/03/13  00:55:53
33708         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
33709              under ithreads
33710      Branch: maint-5.6/perl
33711            ! win32/perlhost.h
33712 ____________________________________________________________________________
33713 [  9115] By: jhi                                   on 2001/03/13  00:54:09
33714         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
33715              From: "John L. Allen" <allen@grumman.com>
33716              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
33717              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
33718              
33719              use integer document clarification.
33720      Branch: perl
33721            ! lib/integer.pm
33722 ____________________________________________________________________________
33723 [  9114] By: jhi                                   on 2001/03/13  00:38:54
33724         Log: Metaconfig unit change for #9113.
33725      Branch: metaconfig
33726            ! U/modified/myhostname.U
33727 ____________________________________________________________________________
33728 [  9113] By: jhi                                   on 2001/03/13  00:38:35
33729         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?)
33730              From: Peter Prymmer <pvhp@forte.com>
33731              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
33732              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
33733      Branch: perl
33734            ! Configure README.os390 hints/os390.sh
33735 ____________________________________________________________________________
33736 [  9112] By: jhi                                   on 2001/03/13  00:29:00
33737         Log: Integrate perlio.
33738      Branch: perl
33739           !> sv.c utf8.h
33740 ____________________________________________________________________________
33741 [  9111] By: nick                                  on 2001/03/12  21:16:33
33742         Log: Integrate mainline.
33743      Branch: perlio
33744           +> t/op/anonsub.t
33745           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33746           !> proto.h sv.c
33747 ____________________________________________________________________________
33748 [  9110] By: nick                                  on 2001/03/12  21:00:13
33749         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
33750      Branch: perlio
33751            ! sv.c utf8.h
33752 ____________________________________________________________________________
33753 [  9109] By: jhi                                   on 2001/03/12  16:04:47
33754         Log: Integrate change #9108 from maintperl to mainline.
33755              
33756              fix memory leak in C<sub X { sub {} }> arising from a refcount
33757              loop between the outer sub and the inner prototype anonsub
33758              
33759              this also enables closures returned by subroutines that
33760              subsequently get redefined to work without generating coredumps :)
33761              
33762              completely removed the free_closures() hack--it shouldn't be
33763              needed anymore
33764      Branch: perl
33765           +> t/op/anonsub.t
33766           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33767           !> proto.h sv.c
33768 ____________________________________________________________________________
33769 [  9108] By: gsar                                  on 2001/03/12  10:21:31
33770         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
33771              loop between the outer sub and the inner prototype anonsub
33772              
33773              this also enables closures returned by subroutines that
33774              subsequently get redefined to work without generating coredumps :)
33775              
33776              completely removed the free_closures() hack--it shouldn't be
33777              needed anymore
33778      Branch: maint-5.6/perl
33779            + t/op/anonsub.t
33780            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
33781            ! proto.h sv.c
33782 ____________________________________________________________________________
33783 [  9107] By: jhi                                   on 2001/03/12  05:15:31
33784         Log: Integrate perlio.
33785      Branch: perl
33786           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
33787 ____________________________________________________________________________
33788 [  9106] By: nick                                  on 2001/03/11  20:10:12
33789         Log: regcomp.c is working in native space, not Unicode space (if different)
33790              as it is doing compare against 'W' in \W etc.
33791      Branch: perlio
33792            ! regcomp.c
33793 ____________________________________________________________________________
33794 [  9105] By: nick                                  on 2001/03/11  19:39:34
33795         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
33796              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
33797      Branch: perlio
33798            ! regcomp.c toke.c utf8.c
33799 ____________________________________________________________________________
33800 [  9104] By: nick                                  on 2001/03/11  18:15:44
33801         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
33802      Branch: perlio
33803            ! sv.c
33804 ____________________________________________________________________________
33805 [  9103] By: nick                                  on 2001/03/11  18:03:28
33806         Log: Integrate mainline (for regexp stuff).
33807      Branch: perlio
33808           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33809           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
33810           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
33811           !> t/lib/errno.t t/op/pat.t
33812 ____________________________________________________________________________
33813 [  9102] By: nick                                  on 2001/03/11  17:44:20
33814         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
33815              - exclude layer syms in makedef.pl for sfio
33816              - also inhibit Encode from trying to build ":encode()" layer.
33817      Branch: perlio
33818            ! ext/Encode/Encode.xs makedef.pl
33819 ____________________________________________________________________________
33820 [  9101] By: jhi                                   on 2001/03/10  22:38:13
33821         Log: The $Is_MacOS needs to be declared.
33822      Branch: perl
33823            ! lib/ExtUtils/Manifest.pm
33824 ____________________________________________________________________________
33825 [  9100] By: jhi                                   on 2001/03/10  22:14:29
33826         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
33827              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
33828              pollute the symbolspace if using sfio.
33829      Branch: perl
33830            ! ext/Encode/Encode.xs
33831 ____________________________________________________________________________
33832 [  9099] By: jhi                                   on 2001/03/10  21:58:48
33833         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
33834              Date: Sat, 10 Mar 2001 14:23:55 -0500
33835              From: Chris Nandor <pudge@pobox.com>
33836              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
33837      Branch: perl
33838            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33839            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
33840            ! t/lib/errno.t
33841 ____________________________________________________________________________
33842 [  9098] By: jhi                                   on 2001/03/10  21:38:30
33843         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
33844      Branch: perl
33845            ! regcomp.c regexec.c t/op/pat.t
33846 ____________________________________________________________________________
33847 [  9097] By: jhi                                   on 2001/03/10  14:38:07
33848         Log: Integrate perlio.
33849      Branch: perl
33850           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
33851           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
33852           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
33853 ____________________________________________________________________________
33854 [  9096] By: nick                                  on 2001/03/10  11:55:43
33855         Log: EBCDIC sanity - phase I
33856              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
33857              - use utf8n_xxxx (c.f. pvn) for forms which take length.
33858              - back out vN.N and $^V exceptions to e2a/a2e
33859              - make "locale" isxxx macros be uvchr (may be redundant?)
33860              
33861              Not clear yet that toUPPER_uni et. al. return being handled correctly.
33862              The tr// and rexexp stuff still needs an audit, assumption is they are working
33863              in Unicode space.
33864              
33865              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
33866      Branch: perlio
33867            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
33868            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
33869            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
33870 ____________________________________________________________________________
33871 [  9095] By: jhi                                   on 2001/03/09  22:10:01
33872         Log: Integrate perlio.
33873      Branch: perl
33874           !> dump.c
33875 ____________________________________________________________________________
33876 [  9094] By: nick                                  on 2001/03/09  17:36:38
33877         Log: Builds an passes all tests after integrate and this tweak.
33878      Branch: perlio
33879            ! dump.c
33880 ____________________________________________________________________________
33881 [  9093] By: nick                                  on 2001/03/09  17:16:03
33882         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
33883      Branch: perlio
33884           +> lib/unicode/Scripts.txt t/lib/sigaction.t
33885           !> (integrate 79 files)
33886 ____________________________________________________________________________
33887 [  9092] By: jhi                                   on 2001/03/09  15:28:26
33888         Log: Update Changes.
33889      Branch: perl
33890            ! Changes patchlevel.h
33891 ____________________________________________________________________________
33892 [  9091] By: jhi                                   on 2001/03/09  15:25:05
33893         Log: In op/stat #35 better to scan all the potential directories
33894              for setuids, not just the first one.
33895      Branch: perl
33896            ! t/op/stat.t
33897 ____________________________________________________________________________
33898 [  9090] By: jhi                                   on 2001/03/09  15:01:27
33899         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
33900              From: rspier@pobox.com (Robert Spier)
33901              Date: Fri, 9 Mar 2001 03:30:20 -0500
33902              Message-ID: <15016.38044.381174.160189@rls.cx>
33903              
33904              EXISTS() returning undef mistakenly triggered a FETCH().
33905      Branch: perl
33906            ! hv.c
33907 ____________________________________________________________________________
33908 [  9089] By: jhi                                   on 2001/03/09  14:59:02
33909         Log: Add /sbin and /usr/sbin to the list of directories scanned
33910              for setuid programs.  Takes care of bug id 20010309.003.
33911      Branch: perl
33912            ! t/op/stat.t
33913 ____________________________________________________________________________
33914 [  9088] By: jhi                                   on 2001/03/09  14:48:32
33915         Log: Regen perlapi, perltoc.
33916      Branch: perl
33917            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
33918 ____________________________________________________________________________
33919 [  9087] By: jhi                                   on 2001/03/09  14:38:56
33920         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
33921              From: David Mitchell <davem@fdgroup.co.uk>
33922              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
33923              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
33924      Branch: perl
33925            ! dump.c perl.c perl.h pod/perlrun.pod
33926 ____________________________________________________________________________
33927 [  9086] By: jhi                                   on 2001/03/09  01:47:16
33928         Log: A modified version of
33929              
33930              Subject: [ID 20010307.005] POSIX::sigaction has various problems
33931              From: anders@broadcom.com
33932              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
33933              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
33934              
33935              Currently the sigaction.t test #6 fails (and is fudged to look
33936              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
33937              This may well be a genuine bug in Linux sigaction() (since at
33938              least Tru64, Solaris, and HP-UX disagree with Linux).
33939              Anyone with POSIX / SUSv2 tome handy?  The problem is that
33940              the flags of the oldaction don't match with the flags in
33941              the previously installed disposition.
33942      Branch: perl
33943            + t/lib/sigaction.t
33944            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33945 ____________________________________________________________________________
33946 [  9085] By: jhi                                   on 2001/03/09  01:30:13
33947         Log: Subject: Re: mission impossible for the day
33948              From: Alex Gough <alex@rcon.org>
33949              Date: Thu, 08 Mar 2001 17:18:19 +0000
33950              Message-ID: <3AA7BEDB.8070409@rcon.org>
33951              
33952              If references (are overloaded) and can be directly stringified,
33953              show that instead of "stringified".
33954              
33955              (The problem, infinite mutual recursion caused by overloaded bool
33956              in Switch.pm, tracked by David Mitchell)
33957      Branch: perl
33958            ! lib/Carp/Heavy.pm
33959 ____________________________________________________________________________
33960 [  9084] By: jhi                                   on 2001/03/09  01:20:39
33961         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
33962              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
33963              From: David Mitchell <davem@fdgroup.co.uk>
33964              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
33965      Branch: perl
33966            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
33967            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
33968 ____________________________________________________________________________
33969 [  9083] By: jhi                                   on 2001/03/09  01:16:51
33970         Log: Subject: [PATCH] perldata.pod here-doc docs
33971              From: Jeff Pinyan <jeffp@crusoe.net>
33972              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
33973              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
33974      Branch: perl
33975            ! pod/perldata.pod
33976 ____________________________________________________________________________
33977 [  9082] By: jhi                                   on 2001/03/09  01:01:27
33978         Log: Subject: Re: Unicode/EBCDIC
33979              From: Peter Prymmer <pvhp@forte.com>
33980              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
33981              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
33982      Branch: perl
33983            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
33984 ____________________________________________________________________________
33985 [  9081] By: jhi                                   on 2001/03/08  13:41:30
33986         Log: Subject: Ooops, wrong 'no *POSIX' Patch
33987              From: Dorner Thomas <Thomas.Dorner@start.de>
33988              Date: Thu, 8 Mar 2001 08:43:28 +0100
33989              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
33990      Branch: perl
33991            ! hints/posix-bc.sh
33992 ____________________________________________________________________________
33993 [  9080] By: jhi                                   on 2001/03/08  13:11:42
33994         Log: It's Scripts.txt, not Script.txt.
33995      Branch: perl
33996            ! MANIFEST
33997 ____________________________________________________________________________
33998 [  9079] By: jhi                                   on 2001/03/08  12:59:05
33999         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
34000              From: Dorner Thomas <Thomas.Dorner@start.de>
34001              Date: Wed, 7 Mar 2001 14:13:31 +0100
34002              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
34003      Branch: perl
34004            ! makedepend.SH
34005 ____________________________________________________________________________
34006 [  9078] By: jhi                                   on 2001/03/08  12:57:43
34007         Log: Retract #9069, wrong patch.
34008      Branch: perl
34009            ! Makefile.SH
34010 ____________________________________________________________________________
34011 [  9077] By: jhi                                   on 2001/03/08  01:06:13
34012         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
34013      Branch: perl
34014            + lib/unicode/Scripts.txt
34015            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
34016            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
34017            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
34018            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34019            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34020            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34021            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34022            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34023            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34024            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34025            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34026            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34027            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34028            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34029            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34030            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34031            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
34032            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
34033            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
34034            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
34035            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
34036            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
34037            ! lib/unicode/version
34038 ____________________________________________________________________________
34039 [  9076] By: jhi                                   on 2001/03/07  22:59:39
34040         Log: Integrate change #7784 from mainline into maintperl.
34041              
34042              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
34043      Branch: maint-5.6/perl
34044           !> pp_ctl.c t/op/pat.t
34045 ____________________________________________________________________________
34046 [  9075] By: jhi                                   on 2001/03/07  22:05:11
34047         Log: More UTF-8 test tweaks.
34048      Branch: perl
34049            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
34050 ____________________________________________________________________________
34051 [  9074] By: nick                                  on 2001/03/07  21:39:29
34052         Log: Integrate mainline.
34053      Branch: perlio
34054           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
34055           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
34056           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
34057           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
34058           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
34059 ____________________________________________________________________________
34060 [  9073] By: jhi                                   on 2001/03/07  16:37:09
34061         Log: Update Changes.
34062      Branch: perl
34063            ! Changes patchlevel.h
34064 ____________________________________________________________________________
34065 [  9072] By: jhi                                   on 2001/03/07  16:32:30
34066         Log: Subject: [ID 20010306.004] || != named unary operator
34067              From: abela@geneanet.org
34068              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
34069              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
34070      Branch: perl
34071            ! pod/perlop.pod
34072 ____________________________________________________________________________
34073 [  9071] By: jhi                                   on 2001/03/07  15:14:11
34074         Log: Subject: downgrading to bytes for common functions
34075              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
34076              Date: Wed, 7 Mar 2001 02:36:55 -0500
34077              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
34078      Branch: perl
34079            ! pp_sys.c
34080 ____________________________________________________________________________
34081 [  9070] By: jhi                                   on 2001/03/07  15:04:58
34082         Log: Clarify the description differentiating for and while; inspired by
34083              
34084              Subject: [ID 20010306.002] for/while difference in for definition
34085              From: abela@geneanet.org
34086              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
34087              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
34088      Branch: perl
34089            ! pod/perlsyn.pod
34090 ____________________________________________________________________________
34091 [  9069] By: jhi                                   on 2001/03/07  14:55:30
34092         Log: (Retracted by #9078.)
34093      Branch: perl
34094            ! Makefile.SH
34095 ____________________________________________________________________________
34096 [  9068] By: jhi                                   on 2001/03/07  14:51:17
34097         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
34098              From: Radu Greab <radu@netsoft.ro>
34099              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
34100              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
34101      Branch: perl
34102            ! pp.c t/op/chop.t
34103 ____________________________________________________________________________
34104 [  9067] By: jhi                                   on 2001/03/07  14:48:57
34105         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34106              From: Simon Cozens <simon@netthink.co.uk>
34107              Date: Wed, 7 Mar 2001 13:59:28 +0000
34108              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
34109              
34110              In order to allow MakeMaker to build correct Makefiles,
34111              you need to change the order of the arguments in MM_Unix.pm
34112              as well. (Unless you have C89_CCMODE set, but we're trying
34113              to be POSIXly correct)
34114              
34115              Thanks to Merijn Broeren for tracking this down.
34116      Branch: perl
34117            ! lib/ExtUtils/MM_Unix.pm
34118 ____________________________________________________________________________
34119 [  9066] By: jhi                                   on 2001/03/07  14:30:02
34120         Log: Floating point too messy.
34121      Branch: perl
34122            ! t/camel-III/vstring.t
34123 ____________________________________________________________________________
34124 [  9065] By: jhi                                   on 2001/03/07  14:17:44
34125         Log: Integrate change #9064 from maintperl into mainline.
34126              
34127              fix memory leak in pack("Bb",...)
34128      Branch: perl
34129           !> perl.c
34130 ____________________________________________________________________________
34131 [  9064] By: gsar                                  on 2001/03/07  06:29:24
34132         Log: fix memory leak in pack("Bb",...)
34133      Branch: maint-5.6/perl
34134            ! perl.c
34135 ____________________________________________________________________________
34136 [  9063] By: jhi                                   on 2001/03/07  00:55:04
34137         Log: Major utf8 test reorganisation and rewrite.
34138              Hopefully no tests were lost in the shuffle.
34139              (The beginning of pragma/utf8 was lost intentionally,
34140              the tests were rather bogus and incomplete.)
34141      Branch: perl
34142            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
34143            ! t/pragma/utf8.t
34144 ____________________________________________________________________________
34145 [  9062] By: jhi                                   on 2001/03/07  00:41:16
34146         Log: More tweakage on the Unicode character class descriptions.
34147      Branch: perl
34148            ! lib/unicode/mktables.PL pod/perlretut.pod
34149 ____________________________________________________________________________
34150 [  9061] By: jhi                                   on 2001/03/06  23:12:38
34151         Log: The perlretut was still talking about the old \p and \P
34152              definitions.
34153      Branch: perl
34154            ! pod/perlretut.pod
34155 ____________________________________________________________________________
34156 [  9060] By: nick                                  on 2001/03/06  20:52:37
34157         Log: Integrate mainline (make test works again now).
34158      Branch: perlio
34159           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
34160 ____________________________________________________________________________
34161 [  9059] By: jhi                                   on 2001/03/06  15:36:14
34162         Log: 0.999... does equal 1.0, doesn't it?
34163      Branch: perl
34164            ! t/camel-III/vstring.t
34165 ____________________________________________________________________________
34166 [  9058] By: jhi                                   on 2001/03/06  15:34:00
34167         Log: Make /x{abcd}/ to work without use utf8.
34168      Branch: perl
34169            ! regcomp.c
34170 ____________________________________________________________________________
34171 [  9057] By: jhi                                   on 2001/03/06  03:02:36
34172         Log: Easier to outcomment all the three reset() tests for now.
34173      Branch: perl
34174            ! t/op/pat.t
34175 ____________________________________________________________________________
34176 [  9056] By: jhi                                   on 2001/03/06  02:30:02
34177         Log: Comment out the deadly reset; until the 20010301.005
34178              is finally fixed.
34179      Branch: perl
34180            ! t/op/pat.t
34181 ____________________________________________________________________________
34182 [  9055] By: jhi                                   on 2001/03/06  02:21:26
34183         Log: Integrate the change #9054 from mainline:
34184              retract the PMOP cleanup patch pending further investigation.
34185      Branch: maint-5.6/perl
34186           !> op.c op.h
34187 ____________________________________________________________________________
34188 [  9054] By: jhi                                   on 2001/03/06  02:19:57
34189         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
34190              with oddly familiar stack traces.
34191      Branch: perl
34192            ! op.c op.h
34193 ____________________________________________________________________________
34194 [  9053] By: jhi                                   on 2001/03/05  23:20:28
34195         Log: Integrate perlio.
34196      Branch: perl
34197           +> ext/Encode/Encode/koi8-r.ucm
34198           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
34199           !> makedef.pl
34200 ____________________________________________________________________________
34201 [  9052] By: nick                                  on 2001/03/05  23:08:17
34202         Log: skipping USE_PERLIO symbols correction.
34203      Branch: perlio
34204            ! makedef.pl
34205 ____________________________________________________________________________
34206 [  9051] By: nick                                  on 2001/03/05  22:35:07
34207         Log: More Encode alias tidying.
34208      Branch: perlio
34209            + ext/Encode/Encode/koi8-r.ucm
34210            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
34211 ____________________________________________________________________________
34212 [  9050] By: jhi                                   on 2001/03/05  21:44:29
34213         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
34214              Sarathy's fix for ID 20010301.005.
34215      Branch: maint-5.6/perl
34216           !> op.c op.h
34217 ____________________________________________________________________________
34218 [  9049] By: nick                                  on 2001/03/05  19:54:04
34219         Log: Integrate Jarkko's Encode.pm tweak.
34220      Branch: perlio
34221           !> ext/Encode/Encode.pm
34222 ____________________________________________________________________________
34223 [  9048] By: nick                                  on 2001/03/05  19:47:57
34224         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
34225      Branch: perlio
34226           +> os2/os2add.sym
34227           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
34228           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
34229           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
34230           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
34231           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
34232 ____________________________________________________________________________
34233 [  9047] By: jhi                                   on 2001/03/05  19:25:26
34234         Log: Regen perlapi.
34235      Branch: perl
34236            ! pod/perlapi.pod
34237 ____________________________________________________________________________
34238 [  9046] By: jhi                                   on 2001/03/05  19:12:14
34239         Log: Integrate perlio.
34240      Branch: perl
34241           +> t/camel-III/vstring.t
34242           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
34243 ____________________________________________________________________________
34244 [  9045] By: jhi                                   on 2001/03/05  19:10:36
34245         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
34246      Branch: perl
34247            ! ext/Encode/Encode.pm
34248 ____________________________________________________________________________
34249 [  9044] By: jhi                                   on 2001/03/05  18:49:12
34250         Log: Forgot the other half of the PMOP patch (#9033).
34251      Branch: perl
34252            ! op.h
34253 ____________________________________________________________________________
34254 [  9043] By: nick                                  on 2001/03/05  18:14:47
34255         Log: Update MANIFEST for new test.
34256      Branch: perlio
34257            ! MANIFEST
34258 ____________________________________________________________________________
34259 [  9042] By: nick                                  on 2001/03/05  18:12:41
34260         Log: Some tests for Camel 3rd edition features.
34261              Make gethostbyaddr() test in above work.
34262      Branch: perlio
34263            + t/camel-III/vstring.t
34264            ! pp.h pp_sys.c t/TEST t/harness
34265 ____________________________________________________________________________
34266 [  9041] By: jhi                                   on 2001/03/05  17:41:48
34267         Log: Add more ISO 8859 encoding aliases.
34268      Branch: perl
34269            ! ext/Encode/Encode.pm
34270 ____________________________________________________________________________
34271 [  9040] By: jhi                                   on 2001/03/05  17:30:43
34272         Log: Integrate perlio.
34273      Branch: perl
34274           !> MANIFEST sv.c
34275 ____________________________________________________________________________
34276 [  9039] By: nick                                  on 2001/03/05  17:11:36
34277         Log: Missed added file.
34278      Branch: perlio
34279            ! MANIFEST
34280 ____________________________________________________________________________
34281 [  9038] By: jhi                                   on 2001/03/05  15:58:01
34282         Log: Add tr tests for EBCDIC, from Karsten Sperling.
34283      Branch: perl
34284            ! t/op/tr.t
34285 ____________________________________________________________________________
34286 [  9037] By: nick                                  on 2001/03/05  15:56:35
34287         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
34288              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
34289              
34290              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
34291              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
34292              - uses SvPV() rather than sv_2pv() in case it isn't a string.
34293      Branch: perlio
34294            ! sv.c
34295 ____________________________________________________________________________
34296 [  9036] By: jhi                                   on 2001/03/05  15:49:15
34297         Log: Add matching tests currently failing in EBCDIC,
34298              suggested by Karsten Sperling.
34299      Branch: perl
34300            ! t/op/pat.t
34301 ____________________________________________________________________________
34302 [  9035] By: jhi                                   on 2001/03/05  15:36:55
34303         Log: The #9034 needs a MANIFESTation.
34304      Branch: perl
34305            ! MANIFEST
34306 ____________________________________________________________________________
34307 [  9034] By: jhi                                   on 2001/03/05  15:35:14
34308         Log: Integrate perlio.
34309      Branch: perl
34310           +> ext/Encode/Encode/Tcl.pm
34311           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34312           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
34313           !> ext/Encode/Encode/iso8859-1.ucm
34314           !> ext/Encode/Encode/iso8859-10.ucm
34315           !> ext/Encode/Encode/iso8859-13.ucm
34316           !> ext/Encode/Encode/iso8859-14.ucm
34317           !> ext/Encode/Encode/iso8859-15.ucm
34318           !> ext/Encode/Encode/iso8859-16.ucm
34319           !> ext/Encode/Encode/iso8859-2.ucm
34320           !> ext/Encode/Encode/iso8859-3.ucm
34321           !> ext/Encode/Encode/iso8859-4.ucm
34322           !> ext/Encode/Encode/iso8859-5.ucm
34323           !> ext/Encode/Encode/iso8859-6.ucm
34324           !> ext/Encode/Encode/iso8859-7.ucm
34325           !> ext/Encode/Encode/iso8859-8.ucm
34326           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
34327           !> t/lib/encode.t
34328 ____________________________________________________________________________
34329 [  9033] By: jhi                                   on 2001/03/05  15:33:18
34330         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
34331              From: Gurusamy Sarathy <gsar@ActiveState.com>
34332              Date: Sun, 04 Mar 2001 22:33:15 -0800
34333              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
34334              
34335              PMOPs need to remember their own stash so that they can
34336              gracefully remove themselves from their linked list.
34337      Branch: perl
34338            ! op.c
34339 ____________________________________________________________________________
34340 [  9032] By: nick                                  on 2001/03/05  14:51:50
34341         Log: Encode implementation "completion"
34342              Implement and document define_encoding()
34343              Implement and document encoding aliases including define_alias()
34344              Make Encode::XS use define_encoding() rather than back-door.
34345              Move run-time *.enc to separate Encode::Tcl module.
34346              Make 'compile' honour <codeset_name>
34347              Change canonical names of to iso-8859-* and US-ascii.
34348      Branch: perlio
34349            + ext/Encode/Encode/Tcl.pm
34350            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34351            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
34352            ! ext/Encode/Encode/iso8859-1.ucm
34353            ! ext/Encode/Encode/iso8859-10.ucm
34354            ! ext/Encode/Encode/iso8859-13.ucm
34355            ! ext/Encode/Encode/iso8859-14.ucm
34356            ! ext/Encode/Encode/iso8859-15.ucm
34357            ! ext/Encode/Encode/iso8859-16.ucm
34358            ! ext/Encode/Encode/iso8859-2.ucm
34359            ! ext/Encode/Encode/iso8859-3.ucm
34360            ! ext/Encode/Encode/iso8859-4.ucm
34361            ! ext/Encode/Encode/iso8859-5.ucm
34362            ! ext/Encode/Encode/iso8859-6.ucm
34363            ! ext/Encode/Encode/iso8859-7.ucm
34364            ! ext/Encode/Encode/iso8859-8.ucm
34365            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
34366            ! t/lib/encode.t
34367 ____________________________________________________________________________
34368 [  9031] By: jhi                                   on 2001/03/05  13:51:17
34369         Log: Integrate change #9030 from maintperl into mainline.
34370              
34371              Subject: [PATCH 5.6.1] OS/2 cleanup
34372      Branch: perl
34373           +> os2/os2add.sym
34374           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34375           !> makedef.pl os2/Changes os2/Makefile.SHs
34376           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
34377           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
34378           !> os2/os2.sym os2/os2ish.h
34379 ____________________________________________________________________________
34380 [  9030] By: jhi                                   on 2001/03/05  13:46:49
34381         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
34382              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34383              Date: Mon, 5 Mar 2001 02:29:44 -0500
34384              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
34385      Branch: maint-5.6/perl
34386            + os2/os2add.sym
34387            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34388            ! makedef.pl os2/Changes os2/Makefile.SHs
34389            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
34390            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
34391            ! os2/os2.sym os2/os2ish.h
34392 ____________________________________________________________________________
34393 [  9029] By: jhi                                   on 2001/03/05  13:40:35
34394         Log: Integrate change #9028 from maintperl into mainline.
34395              
34396              various nits in MM_Unix.pm found by disabling SelfLoader
34397      Branch: perl
34398           !> lib/ExtUtils/MM_Unix.pm
34399 ____________________________________________________________________________
34400 [  9028] By: gsar                                  on 2001/03/05  09:58:38
34401         Log: various nits in MM_Unix.pm found by disabling SelfLoader
34402      Branch: maint-5.6/perl
34403            ! lib/ExtUtils/MM_Unix.pm
34404 ____________________________________________________________________________
34405 [  9027] By: nick                                  on 2001/03/05  08:35:22
34406         Log: Integrate mainline
34407      Branch: perlio
34408           !> (integrate 28 files)
34409 ____________________________________________________________________________
34410 [  9026] By: jhi                                   on 2001/03/05  02:14:59
34411         Log: Integrate change #9025 from mainline to maintperl,
34412              retract \N{U+HHHH}.
34413      Branch: maint-5.6/perl
34414           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
34415           !> t/lib/charnames.t toke.c
34416 ____________________________________________________________________________
34417 [  9025] By: jhi                                   on 2001/03/05  02:13:09
34418         Log: Retracting \N{U+HHHH}.
34419      Branch: perl
34420            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
34421            ! t/lib/charnames.t toke.c
34422 ____________________________________________________________________________
34423 [  9024] By: jhi                                   on 2001/03/04  20:51:07
34424         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
34425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34426              Date: Fri, 02 Mar 2001 18:25:26 +0100
34427              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
34428              
34429              Casting problem.
34430      Branch: perl
34431            ! ext/Storable/Storable.xs
34432 ____________________________________________________________________________
34433 [  9023] By: jhi                                   on 2001/03/04  19:46:45
34434         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
34435              From: nick@talking.bollo.cx
34436              Date: Sat, 03 Mar 2001 21:41:33 +0000
34437              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
34438              
34439              Revert the workaround.
34440      Branch: perl
34441            ! perlio.c
34442 ____________________________________________________________________________
34443 [  9022] By: jhi                                   on 2001/03/04  19:36:28
34444         Log: Update Changes.
34445      Branch: perl
34446            ! Changes patchlevel.h
34447 ____________________________________________________________________________
34448 [  9021] By: jhi                                   on 2001/03/04  18:41:00
34449         Log: makedef.pl updates suggested by Chris Nandor; double-checking
34450              the changes in AIX, OS/2 Win32 would be nice.
34451      Branch: perl
34452            ! makedef.pl
34453 ____________________________________________________________________________
34454 [  9020] By: jhi                                   on 2001/03/04  18:23:58
34455         Log: Integrate change #9012 from maintperl into mainline,
34456              quench a compiler warning.
34457      Branch: perl
34458           !> toke.c
34459 ____________________________________________________________________________
34460 [  9019] By: jhi                                   on 2001/03/04  18:18:43
34461         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
34462              
34463              \N{U+HHHH} fix.
34464              
34465              pattern in G_ARRAY context
34466      Branch: maint-5.6/perl
34467           !> pp_hot.c t/op/pat.t toke.c
34468 ____________________________________________________________________________
34469 [  9018] By: jhi                                   on 2001/03/04  18:07:48
34470         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
34471              From: Jeff Pinyan <jeffp@crusoe.net>
34472              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
34473              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
34474      Branch: perl
34475            ! pp_hot.c t/op/pat.t
34476 ____________________________________________________________________________
34477 [  9017] By: jhi                                   on 2001/03/04  18:06:21
34478         Log: I thought I tested the #9014.
34479      Branch: perl
34480            ! toke.c
34481 ____________________________________________________________________________
34482 [  9016] By: jhi                                   on 2001/03/04  17:41:22
34483         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
34484              
34485              Tweak the get*ent() OS/2 prototypes.
34486              
34487              Add the \N{U+HHHH} syntax.
34488              
34489              More tr/// UTF-8 fixes from Inaba Hiroto.
34490      Branch: maint-5.6/perl
34491           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
34492           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
34493 ____________________________________________________________________________
34494 [  9015] By: jhi                                   on 2001/03/04  17:36:04
34495         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
34496      Branch: perl
34497            ! doop.c t/op/tr.t
34498 ____________________________________________________________________________
34499 [  9014] By: jhi                                   on 2001/03/04  17:24:49
34500         Log: Add the \N{U+HHHH} syntax.
34501      Branch: perl
34502            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
34503            ! t/lib/charnames.t toke.c
34504 ____________________________________________________________________________
34505 [  9013] By: jhi                                   on 2001/03/04  17:20:45
34506         Log: Tweak the get*ent() OS/2 prototypes.
34507      Branch: perl
34508            ! os2/os2.c
34509 ____________________________________________________________________________
34510 [  9012] By: gsar                                  on 2001/03/04  06:26:14
34511         Log: avoid warning (nit in change#9009)
34512      Branch: maint-5.6/perl
34513            ! toke.c
34514 ____________________________________________________________________________
34515 [  9011] By: gsar                                  on 2001/03/04  06:15:24
34516         Log: lib/charnames.t fails in 5.6.x because of older Unicode
34517              data
34518              
34519              TODO: need to revisit this after updating lib/unicode/...
34520      Branch: maint-5.6/perl
34521            ! t/lib/charnames.t
34522 ____________________________________________________________________________
34523 [  9010] By: gsar                                  on 2001/03/04  06:08:36
34524         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
34525      Branch: maint-5.6/perl
34526            ! toke.c
34527 ____________________________________________________________________________
34528 [  9009] By: jhi                                   on 2001/03/03  19:27:20
34529         Log: Integrate change #9008 from mainline to maintperl,
34530              UTF-8 tr/// fixes from Inaba Hiroto.
34531      Branch: maint-5.6/perl
34532           !> doop.c op.c t/op/tr.t toke.c
34533 ____________________________________________________________________________
34534 [  9008] By: jhi                                   on 2001/03/03  19:19:42
34535         Log: UTF8 tr/// fixes from Inaba Hiroto.
34536      Branch: perl
34537            ! doop.c op.c t/op/tr.t toke.c
34538 ____________________________________________________________________________
34539 [  9007] By: jhi                                   on 2001/03/03  19:00:30
34540         Log: Integrate change #9006 from maintperl to mainline,
34541              more robust quest for the infinite.
34542      Branch: perl
34543           !> lib/Math/Complex.pm
34544 ____________________________________________________________________________
34545 [  9006] By: jhi                                   on 2001/03/03  18:58:06
34546         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
34547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34548              Date: Sat, 3 Mar 2001 12:51:50 -0500
34549              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
34550              
34551              Be more robust in our quest for the infinite.
34552      Branch: maint-5.6/perl
34553            ! lib/Math/Complex.pm
34554 ____________________________________________________________________________
34555 [  9005] By: jhi                                   on 2001/03/03  17:55:50
34556         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
34557      Branch: maint-5.6/perl
34558            ! doio.c
34559 ____________________________________________________________________________
34560 [  9004] By: jhi                                   on 2001/03/03  17:40:14
34561         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
34562              so that picky compilers like IRIX won't get huffy about
34563              "statements without effect" (like 1;).
34564      Branch: perl
34565            ! toke.c
34566 ____________________________________________________________________________
34567 [  9003] By: jhi                                   on 2001/03/03  17:15:52
34568         Log: Integrate change #9002 from mainline to maintperl.
34569              
34570              Subject: [perl-5.6.x, perl-current] accept for EPOC
34571      Branch: maint-5.6/perl
34572           !> pp_sys.c
34573 ____________________________________________________________________________
34574 [  9002] By: jhi                                   on 2001/03/03  17:14:30
34575         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
34576              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34577              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
34578              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
34579      Branch: perl
34580            ! pp_sys.c
34581 ____________________________________________________________________________
34582 [  9001] By: jhi                                   on 2001/03/03  17:13:13
34583         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
34584              From: "Craig A. Berry" <craigberry@mac.com>
34585              Date: Fri, 02 Mar 2001 17:44:40 -0600
34586              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
34587      Branch: perl
34588            ! t/pod/find.t
34589 ____________________________________________________________________________
34590 [  9000] By: jhi                                   on 2001/03/03  17:11:55
34591         Log: Integrate changes #8997,8999 from maintperl.
34592              
34593              Subject: [PATCH 5.6.1] compiling on OS/2
34594              (Better error message from hints/os2.sh)
34595              
34596              Subject: [PATCH 5.6.1] syslog.t
34597      Branch: perl
34598           !> hints/os2.sh t/lib/syslog.t
34599 ____________________________________________________________________________
34600 [  8999] By: jhi                                   on 2001/03/03  17:09:28
34601         Log: Subject: [PATCH 5.6.1] syslog.t
34602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34603              Date: Sat, 3 Mar 2001 02:11:17 -0500
34604              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
34605      Branch: maint-5.6/perl
34606            ! t/lib/syslog.t
34607 ____________________________________________________________________________
34608 [  8998] By: jhi                                   on 2001/03/03  17:07:50
34609         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
34610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34611              Date: Sat, 3 Mar 2001 01:53:52 -0500
34612              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
34613      Branch: maint-5.6/perl
34614            ! opcode.pl os2/os2.c
34615 ____________________________________________________________________________
34616 [  8997] By: jhi                                   on 2001/03/03  17:03:30
34617         Log: Subject: [PATCH 5.6.1] compiling on OS/2
34618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34619              Date: Sat, 3 Mar 2001 01:59:59 -0500
34620              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
34621      Branch: maint-5.6/perl
34622            ! hints/os2.sh
34623 ____________________________________________________________________________
34624 [  8996] By: jhi                                   on 2001/03/03  00:55:58
34625         Log: Regen files for mainline.
34626      Branch: perl
34627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34628            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
34629 ____________________________________________________________________________
34630 [  8995] By: jhi                                   on 2001/03/03  00:35:22
34631         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
34632              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
34633              to maintperl.
34634              
34635              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
34636              
34637              Add Configure option -Dmksymlinks which will create a symlink
34638              forest if the current/build differs from the source directory.
34639              (8218,8220,8221,8317,8318,8971)
34640              
34641              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
34642              (Document APPLLIB_EXP in INSTALL.)
34643              
34644              If running byacc write-enable also perly.h.
34645              
34646              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
34647              
34648              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
34649              
34650              Sanity check for conflicting thread flavours.
34651              
34652              Fix the sys/fcntl.h problem reported by Peter Prymmer.
34653              
34654              Add few CPUs/architectures to the Cppsym scan,
34655              add -perlio to archname if so selected (modified 8890)
34656              
34657              Be more helpful for devel builders, suggested by John L. Allen.
34658              (admittedly pointless change for maintperl, but the usedevel
34659              code is there already)
34660      Branch: maint-5.6/perl
34661           !> Configure INSTALL Makefile.SH Porting/Glossary
34662           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
34663           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
34664           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
34665           !> win32/config.bc win32/config.gc win32/config.vc
34666 ____________________________________________________________________________
34667 [  8994] By: jhi                                   on 2001/03/02  23:31:41
34668         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
34669      Branch: metaconfig/U/perl
34670            ! gccvers.U
34671 ____________________________________________________________________________
34672 [  8993] By: jhi                                   on 2001/03/02  23:22:12
34673         Log: Regenerate various files for maint.
34674      Branch: maint-5.6/perl
34675            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
34676            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
34677 ____________________________________________________________________________
34678 [  8992] By: alanbur                               on 2001/03/02  22:48:34
34679         Log: Resync wuth parent
34680      Branch: maint-5.6/pureperl
34681           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
34682           !> (integrate 60 files)
34683 ____________________________________________________________________________
34684 [  8991] By: jhi                                   on 2001/03/02  21:00:08
34685         Log: Retract the #8742 part of #8986, backward compat.
34686      Branch: maint-5.6/perl
34687            ! embed.pl
34688 ____________________________________________________________________________
34689 [  8990] By: jhi                                   on 2001/03/02  20:40:07
34690         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
34691      Branch: maint-5.6/perl
34692            ! hv.c
34693 ____________________________________________________________________________
34694 [  8989] By: jhi                                   on 2001/03/02  19:59:56
34695         Log: Update Changes.
34696      Branch: perl
34697            ! Changes patchlevel.h
34698 ____________________________________________________________________________
34699 [  8988] By: jhi                                   on 2001/03/02  19:57:08
34700         Log: Integrate perlio.
34701      Branch: perl
34702           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34703           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34704           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34705           !> ext/Encode/Encode/iso8859-10.ucm
34706           !> ext/Encode/Encode/iso8859-13.ucm
34707           !> ext/Encode/Encode/iso8859-14.ucm
34708           !> ext/Encode/Encode/iso8859-15.ucm
34709           !> ext/Encode/Encode/iso8859-16.ucm
34710           !> ext/Encode/Encode/iso8859-2.ucm
34711           !> ext/Encode/Encode/iso8859-3.ucm
34712           !> ext/Encode/Encode/iso8859-4.ucm
34713           !> ext/Encode/Encode/iso8859-5.ucm
34714           !> ext/Encode/Encode/iso8859-6.ucm
34715           !> ext/Encode/Encode/iso8859-7.ucm
34716           !> ext/Encode/Encode/iso8859-8.ucm
34717           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34718           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
34719 ____________________________________________________________________________
34720 [  8987] By: jhi                                   on 2001/03/02  19:43:40
34721         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
34722              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
34723              8950,8952,8955 from mainline to maintperl.
34724              
34725              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
34726              
34727              Put to rest the 20010205.001, the email address checking (not) regex.
34728              
34729              fork() not everywhere, cleanup temp files.
34730              
34731              The #8843 wasn't quite right: %Config needs to imported.
34732              
34733              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
34734              (#8849: the glob-basic hunk needed massaging as it depended
34735              on Schwern's large-scale (unintegrated) patches)
34736              
34737              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
34738              
34739              Upgrade to CGI.pm 2.752, from Lincoln Stein.
34740              (Note: there were some conflicts due to EBCDIC and EPOC
34741              patches, in general I preferred the repository code.)
34742              (When 2.753 comes out, we need to synchronize.)
34743              
34744              Subject: [PATCH] fix for charnames above FFFF
34745              
34746              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
34747              
34748              If no sfio, no -lsfio.
34749              
34750              Run run/*.t also in minitest.
34751              
34752              Subject:  [PATCH perl 5.7.0] malloc message address offset
34753              
34754              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
34755              
34756              Subject: fix for parameter -Dm (for perl@8867)
34757              
34758              Subject: [PATCH: perl@8892] was Re: hashing order difference?
34759              (make the test more portable)
34760              
34761              Subject: Re: [PATCH] fix for charnames above FFFF
34762              
34763              Subject: Re: I'm losing the war...
34764              (hv_store() not working correctly in ENV_IS_CASELESS case.)
34765              
34766              Subject: Modified README.bs2000 
34767              
34768              Subject: [PATCH: perl@8935] -Dt padsv($var)
34769              
34770              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
34771              
34772              Subject: PATCH: extra tests to check on negative float to unsigned cast
34773              
34774              Subject: [PATCH] XPUSH[insp] was Re: progress
34775              
34776              Subject: Re: Compile with perlcc..
34777      Branch: maint-5.6/perl
34778           !> (integrate 36 files)
34779 ____________________________________________________________________________
34780 [  8986] By: jhi                                   on 2001/03/02  18:51:25
34781         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
34782              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
34783              to maintperl.
34784              
34785              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
34786              
34787              Subject: [DOC PATCH] overload.pm nits
34788              
34789              Add header for LIB$ prototypes (C. Berry)
34790              
34791              Convert fwrite()s to sockets to write()s, since some socket stacks
34792              don't take kindly to stdio.
34793              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34794              (for often optional LNMs)
34795              Correct a few typos
34796              (C. Bailey)
34797              
34798              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34799              
34800              De-cut-and-pasto.
34801              
34802              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
34803              
34804              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
34805              
34806              Upgrade to CPAN 1.59_54, from Andreas König.
34807              
34808              Bogus shebang.
34809              
34810              Subject: [PATCH] Document makepatch in Porting/patching
34811              
34812              UTF-8 documentation.
34813              
34814              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
34815              
34816              Sort the MANIFEST.
34817              
34818              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
34819              
34820              Subject: [PATCH @8807] toke.c cleanup: scan_str()
34821              
34822              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
34823              
34824              Add run/*.t to testables.
34825              
34826              TODO: integrate #8784.
34827      Branch: maint-5.6/perl
34828           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
34829           !> (integrate 28 files)
34830 ____________________________________________________________________________
34831 [  8985] By: nick                                  on 2001/03/02  18:15:45
34832         Log: Integrate mainline
34833      Branch: perlio
34834           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
34835           !> vms/vms.c
34836 ____________________________________________________________________________
34837 [  8984] By: jhi                                   on 2001/03/02  16:00:17
34838         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
34839              
34840              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
34841              5.004_05, and mention the suidperl August 2000 security problem.
34842              (#8978,#8981)
34843              
34844              Subject: [ID 20010301.004] Technically speaking in perldata
34845              
34846              Subject: [PATCH] File::Copy for bleadperl, maintperl
34847              
34848              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
34849              
34850              (The #8982, fix for 20010221.005 and 20010221.008,
34851              would be nice too but it didn't integrate cleanly.)
34852      Branch: maint-5.6/perl
34853           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
34854 ____________________________________________________________________________
34855 [  8983] By: jhi                                   on 2001/03/02  15:51:16
34856         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
34857              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34858              Date:     Thu, 1 Mar 2001 15:54:09 EST
34859              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
34860      Branch: perl
34861            ! vms/vms.c
34862 ____________________________________________________________________________
34863 [  8982] By: jhi                                   on 2001/03/02  15:43:31
34864         Log: Subject: Re: sync sync sync: have I missed any patches?
34865              From: Radu Greab <radu@netsoft.ro> 
34866              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
34867              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
34868              
34869              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
34870              was checking argv[0] regardless of whether a different pathname
34871              will actually be executed."  Test case not supplied because 
34872              drafting that, ironically enough, revealed another bug
34873              (or a feature).
34874      Branch: perl
34875            ! doio.c
34876 ____________________________________________________________________________
34877 [  8981] By: jhi                                   on 2001/03/02  15:28:03
34878         Log: Misdate in #8978.
34879      Branch: perl
34880            ! pod/perlfaq1.pod
34881 ____________________________________________________________________________
34882 [  8980] By: jhi                                   on 2001/03/02  15:24:20
34883         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
34884              From: Chris Nandor <pudge@pobox.com>
34885              Date: Wed, 28 Feb 2001 22:10:15 -0500
34886              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
34887      Branch: perl
34888            ! lib/File/Copy.pm
34889 ____________________________________________________________________________
34890 [  8979] By: jhi                                   on 2001/03/02  15:17:16
34891         Log: Subject: [ID 20010301.004] Technically speaking in perldata
34892              From: abela@geneanet.org
34893              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
34894              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
34895      Branch: perl
34896            ! pod/perldata.pod
34897 ____________________________________________________________________________
34898 [  8978] By: jhi                                   on 2001/03/02  15:15:27
34899         Log: Subject: [ID 20010301.003] ref to 5.004
34900              From: abela@geneanet.org
34901              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
34902              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
34903              
34904              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
34905              and mention the suidperl August 2000 security problem.
34906      Branch: perl
34907            ! pod/perlfaq1.pod
34908 ____________________________________________________________________________
34909 [  8977] By: alanbur                               on 2001/03/02  14:17:45
34910         Log: Resynchronised with parent
34911      Branch: maint-5.6/pureperl
34912           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
34913           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
34914           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
34915           !> vms/descrip_mms.template win32/win32.c win32/win32.h
34916           !> win32/win32iop.h
34917 ____________________________________________________________________________
34918 [  8976] By: nick                                  on 2001/03/01  23:25:30
34919         Log: Integrate mainline.
34920      Branch: perlio
34921            - t/op/qu.t
34922           !> (integrate 55 files)
34923 ____________________________________________________________________________
34924 [  8975] By: jhi                                   on 2001/03/01  16:51:34
34925         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
34926      Branch: perl
34927           !> toke.c
34928 ____________________________________________________________________________
34929 [  8974] By: gsar                                  on 2001/03/01  16:28:21
34930         Log: fix for bugid 20010226.008
34931              
34932              the problem was that some of the pointers (PL_last_lop and
34933              PL_last_uni specifically) into the lex buffers weren't correctly
34934              being invalidated when the buffer changed; this would leave the
34935              pointers pointing at an arbitrary location in the buffer if
34936              the buffer didn't need to be reallocated, or point into freed
34937              memory if the buffer had to be realloced
34938              
34939              TODO item for bugdb maintainers: check other seemingly random
34940              parser-related bugs--they might be cured by this
34941      Branch: maint-5.6/perl
34942            ! toke.c
34943 ____________________________________________________________________________
34944 [  8973] By: jhi                                   on 2001/03/01  02:23:25
34945         Log: Retract #8970 because of a completely mysterious core dump:
34946              adding the tests 241..244 causes op/pat dump core at test #25.
34947              The test needs a lot of whittling down before the bug can be solved.
34948      Branch: perl
34949            ! t/op/pat.t
34950 ____________________________________________________________________________
34951 [  8972] By: jhi                                   on 2001/03/01  01:58:38
34952         Log: Regen perlapi.
34953      Branch: perl
34954            ! pod/perlapi.pod
34955 ____________________________________________________________________________
34956 [  8971] By: jhi                                   on 2001/03/01  01:34:09
34957         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))
34958              From: Nicholas Clark <nick@ccl4.org>
34959              Date: Wed, 28 Feb 2001 23:28:49 +0000
34960              Message-ID: <20010228232849.A55187@plum.flirble.org>
34961              
34962              Allow a completely write protected source code tree
34963              when using the Configure -Dmksymlinks.
34964      Branch: perl
34965            ! embed.pl warnings.pl
34966 ____________________________________________________________________________
34967 [  8970] By: jhi                                   on 2001/03/01  01:32:04
34968         Log: Add back the EBCDIC character range tests (for matching).
34969      Branch: perl
34970            ! t/op/pat.t
34971 ____________________________________________________________________________
34972 [  8969] By: nick                                  on 2001/02/28  18:18:01
34973         Log: Add charname comments to .ucm files writen by 'compile',
34974              also order charmaps in those files by source encoding.
34975              regenerate distrubuted .ucm files
34976      Branch: perlio
34977            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34978            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34979            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34980            ! ext/Encode/Encode/iso8859-10.ucm
34981            ! ext/Encode/Encode/iso8859-13.ucm
34982            ! ext/Encode/Encode/iso8859-14.ucm
34983            ! ext/Encode/Encode/iso8859-15.ucm
34984            ! ext/Encode/Encode/iso8859-16.ucm
34985            ! ext/Encode/Encode/iso8859-2.ucm
34986            ! ext/Encode/Encode/iso8859-3.ucm
34987            ! ext/Encode/Encode/iso8859-4.ucm
34988            ! ext/Encode/Encode/iso8859-5.ucm
34989            ! ext/Encode/Encode/iso8859-6.ucm
34990            ! ext/Encode/Encode/iso8859-7.ucm
34991            ! ext/Encode/Encode/iso8859-8.ucm
34992            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34993            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
34994 ____________________________________________________________________________
34995 [  8968] By: jhi                                   on 2001/02/28  16:26:37
34996         Log: Expand usemorebits early if d_casti32 needs to be undefined.
34997      Branch: perl
34998            ! hints/hpux.sh hints/irix_6.sh
34999 ____________________________________________________________________________
35000 [  8967] By: jhi                                   on 2001/02/28  16:22:26
35001         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
35002              retract toke.c/qu parts of #8583, retract #8485, retract
35003              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
35004              op/length.t, and MANIFEST, and delete t/op/qu.t.
35005      Branch: perl
35006            - t/op/qu.t
35007            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
35008            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
35009            ! t/op/length.t toke.c
35010 ____________________________________________________________________________
35011 [  8966] By: jhi                                   on 2001/02/28  15:00:27
35012         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
35013              by not changing from pre-Unicode days into being Unicode-aware.
35014              Sniff.
35015      Branch: perl
35016            ! pp.c t/op/pack.t t/op/qu.t
35017 ____________________________________________________________________________
35018 [  8965] By: jhi                                   on 2001/02/28  14:37:55
35019         Log: Subject: Re: Errors in core PODs
35020              From: Michael Stevens <michael@etla.org> 
35021              Date: Fri, 23 Feb 2001 15:47:56 +0000
35022              Message-ID: <20010223154756.A7723@firedrake.org> 
35023      Branch: perl
35024            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
35025            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
35026            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
35027            ! x2p/a2p.pod
35028 ____________________________________________________________________________
35029 [  8964] By: jhi                                   on 2001/02/28  14:35:35
35030         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
35031              (The #8961 was too bold.)
35032      Branch: perl
35033            ! hints/hpux.sh hints/irix_6.sh
35034 ____________________________________________________________________________
35035 [  8963] By: jhi                                   on 2001/02/28  14:33:39
35036         Log: Subject: Re: sync sync sync: have I missed any patches?
35037              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35038              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
35039              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
35040              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
35041              
35042              Replace djSP with dSP.
35043      Branch: perl
35044            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
35045            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
35046            ! win32/perlhost.h
35047 ____________________________________________________________________________
35048 [  8962] By: jhi                                   on 2001/02/27  23:21:14
35049         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
35050      Branch: perl
35051            ! lib/Filter/Simple.pm
35052 ____________________________________________________________________________
35053 [  8961] By: jhi                                   on 2001/02/27  22:55:26
35054         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
35055              and this would be it.
35056      Branch: perl
35057            ! hints/hpux.sh hints/irix_6.sh
35058 ____________________________________________________________________________
35059 [  8960] By: jhi                                   on 2001/02/27  22:51:33
35060         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
35061              From: "Craig A. Berry" <craigberry@mac.com>
35062              Date: Tue, 27 Feb 2001 16:11:44 -0600
35063              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
35064      Branch: maint-5.6/perl
35065            ! configure.com vms/descrip_mms.template
35066 ____________________________________________________________________________
35067 [  8959] By: jhi                                   on 2001/02/27  22:47:23
35068         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
35069              From: "Craig A. Berry" <craigberry@mac.com>
35070              Date: Tue, 27 Feb 2001 16:11:44 -0600
35071              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
35072      Branch: perl
35073            ! configure.com vms/descrip_mms.template
35074 ____________________________________________________________________________
35075 [  8958] By: jhi                                   on 2001/02/27  15:16:42
35076         Log: Update Changes.
35077      Branch: perl
35078            ! Changes patchlevel.h
35079 ____________________________________________________________________________
35080 [  8957] By: jhi                                   on 2001/02/27  06:15:07
35081         Log: Subject: [5.6.x] EPOC additions
35082              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35083              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
35084              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
35085      Branch: maint-5.6/perl
35086            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
35087 ____________________________________________________________________________
35088 [  8956] By: jhi                                   on 2001/02/27  06:12:11
35089         Log: Subject: [perl-current] EPOC 
35090              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35091              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
35092              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
35093      Branch: perl
35094            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
35095            ! epoc/epocish.c epoc/epocish.h pp_sys.c
35096 ____________________________________________________________________________
35097 [  8955] By: jhi                                   on 2001/02/27  05:59:50
35098         Log: Subject: Re: Compile with perlcc..
35099              From: Edward Peschko <edwardp@excitehome.net>
35100              Date: Mon, 26 Feb 2001 18:51:58 -0800
35101              Message-ID: <20010226185158.A9871@excitehome.net>
35102              
35103              plus add a simple usage message if no arguments given.
35104      Branch: perl
35105            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
35106            ! utils/Makefile utils/perlcc.PL win32/pod.mak
35107 ____________________________________________________________________________
35108 [  8954] By: nick                                  on 2001/02/26  21:02:59
35109         Log: Integrate mainline
35110      Branch: perlio
35111           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
35112           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
35113           !> t/op/sprintf.t
35114 ____________________________________________________________________________
35115 [  8953] By: jhi                                   on 2001/02/26  14:43:54
35116         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
35117              From: Nicholas Clark <nick@ccl4.org>
35118              Date: Mon, 26 Feb 2001 00:42:07 +0000
35119              Message-ID: <20010226004207.F23333@plum.flirble.org>
35120      Branch: perl
35121            ! pp_ctl.c
35122 ____________________________________________________________________________
35123 [  8952] By: jhi                                   on 2001/02/26  14:42:13
35124         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
35125              From: Simon Cozens <simon@netthink.co.uk>
35126              Date: Mon, 26 Feb 2001 12:23:48 +0000
35127              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
35128      Branch: perl
35129            ! pod/perlguts.pod
35130 ____________________________________________________________________________
35131 [  8951] By: jhi                                   on 2001/02/26  14:39:15
35132         Log: Subject: [PATCH] perlio - unknown layer
35133              From: Nicholas Clark <nick@ccl4.org>
35134              Date: Mon, 26 Feb 2001 00:27:19 +0000
35135              Message-ID: <20010226002719.E23333@plum.flirble.org>
35136      Branch: perl
35137            ! perlio.c
35138 ____________________________________________________________________________
35139 [  8950] By: jhi                                   on 2001/02/26  14:38:04
35140         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
35141              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
35142              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
35143              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
35144      Branch: perl
35145            ! t/op/bop.t
35146 ____________________________________________________________________________
35147 [  8949] By: jhi                                   on 2001/02/26  14:37:07
35148         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
35149              From: Peter Prymmer <pvhp@forte.com>
35150              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
35151              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
35152      Branch: perl
35153            ! lib/Test.pm
35154 ____________________________________________________________________________
35155 [  8948] By: jhi                                   on 2001/02/26  14:35:53
35156         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
35157              From: Radu Greab <radu@netsoft.ro>
35158              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
35159              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
35160      Branch: perl
35161            ! pod/perlop.pod
35162 ____________________________________________________________________________
35163 [  8947] By: jhi                                   on 2001/02/26  14:34:46
35164         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
35165              From: David Mitchell <davem@fdgroup.co.uk>
35166              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
35167              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
35168      Branch: perl
35169            ! run.c
35170 ____________________________________________________________________________
35171 [  8946] By: jhi                                   on 2001/02/26  14:32:37
35172         Log: Subject: Modified README.bs2000 
35173              From: Dorner Thomas <Thomas.Dorner@start.de>
35174              Date: Mon, 26 Feb 2001 09:22:17 +0100
35175              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
35176      Branch: perl
35177            ! README.bs2000
35178 ____________________________________________________________________________
35179 [  8945] By: jhi                                   on 2001/02/26  14:19:53
35180         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
35181              to maintperl, listing the known failures on the tests 129 and 130.
35182      Branch: maint-5.6/perl
35183           !> t/op/sprintf.t
35184 ____________________________________________________________________________
35185 [  8944] By: jhi                                   on 2001/02/26  14:14:15
35186         Log: Add more known sprintf failures.
35187      Branch: perl
35188            ! t/op/sprintf.t
35189 ____________________________________________________________________________
35190 [  8943] By: jhi                                   on 2001/02/26  13:56:22
35191         Log: perlglob.exe needs to be found in Win32, patch from
35192              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
35193              which needs external glob at mini-perl time."
35194      Branch: perl
35195            ! ext/Encode/compile
35196 ____________________________________________________________________________
35197 [  8942] By: jhi                                   on 2001/02/26  13:52:19
35198         Log: A missing dTHX from Vadim Konovalov.
35199      Branch: perl
35200            ! perlio.c
35201 ____________________________________________________________________________
35202 [  8941] By: jhi                                   on 2001/02/26  13:37:05
35203         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
35204      Branch: perl
35205            ! op.c
35206 ____________________________________________________________________________
35207 [  8940] By: jhi                                   on 2001/02/26  13:35:40
35208         Log: Integrate perlio.
35209      Branch: perl
35210           !> ext/Encode/Encode.pm
35211 ____________________________________________________________________________
35212 [  8939] By: nick                                  on 2001/02/25  23:47:09
35213         Log: Integrate mainline.
35214      Branch: perlio
35215           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
35216           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
35217 ____________________________________________________________________________
35218 [  8938] By: nick                                  on 2001/02/25  19:36:28
35219         Log: Encode implementations docs.
35220      Branch: perlio
35221            ! ext/Encode/Encode.pm
35222 ____________________________________________________________________________
35223 [  8937] By: jhi                                   on 2001/02/25  19:26:16
35224         Log: Script wasn't aligned with reality.
35225      Branch: perl
35226            ! t/pod/find.t
35227 ____________________________________________________________________________
35228 [  8936] By: jhi                                   on 2001/02/25  18:54:55
35229         Log: Update Changes.
35230      Branch: perl
35231            ! Changes patchlevel.h
35232 ____________________________________________________________________________
35233 [  8935] By: jhi                                   on 2001/02/25  18:46:36
35234         Log: Retract #8929,8930,8932,8933 for now.
35235      Branch: perl
35236            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
35237 ____________________________________________________________________________
35238 [  8934] By: jhi                                   on 2001/02/25  17:34:35
35239         Log: Integrate perlio.
35240      Branch: perl
35241           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
35242           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
35243           !> t/lib/encode.t
35244 ____________________________________________________________________________
35245 [  8933] By: jhi                                   on 2001/02/25  17:33:12
35246         Log: (Retracted by #8395.)
35247              
35248              Slight tweaks in scan_const(), not fixes yet, it seems like
35249              lots of work remains to be done...
35250      Branch: perl
35251            ! toke.c
35252 ____________________________________________________________________________
35253 [  8932] By: jhi                                   on 2001/02/25  17:27:11
35254         Log: (Retracted by #8395.)
35255              
35256              Missing from #8930.
35257      Branch: perl
35258            ! perl.h
35259 ____________________________________________________________________________
35260 [  8931] By: jhi                                   on 2001/02/25  17:26:19
35261         Log: A comment tweak.
35262      Branch: perl
35263            ! utf8.c
35264 ____________________________________________________________________________
35265 [  8930] By: jhi                                   on 2001/02/25  17:25:47
35266         Log: (Retracted by #8395.)
35267              
35268              Attempt to fix the EBCDIC character range problwm with //.
35269      Branch: perl
35270            ! regcomp.c
35271 ____________________________________________________________________________
35272 [  8929] By: jhi                                   on 2001/02/25  17:23:45
35273         Log: (Retracted by #8395.)
35274              
35275              Expand the EBCDIC character range tests, and add few nasty
35276              tr tests from Karsten Sperling.
35277      Branch: perl
35278            ! t/op/pat.t t/op/tr.t
35279 ____________________________________________________________________________
35280 [  8928] By: jhi                                   on 2001/02/25  17:18:49
35281         Log: Missing check-in.
35282      Branch: perl
35283            ! lib/Pod/Find.pm
35284 ____________________________________________________________________________
35285 [  8927] By: nick                                  on 2001/02/25  11:30:22
35286         Log: Change method names in Encode implementation classes to something
35287              less confusing (preparing to "go public").
35288      Branch: perlio
35289            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
35290 ____________________________________________________________________________
35291 [  8926] By: nick                                  on 2001/02/25  10:53:24
35292         Log: GCC __atribute__ / printf fix
35293      Branch: perlio
35294            ! perl.h
35295 ____________________________________________________________________________
35296 [  8925] By: nick                                  on 2001/02/25  10:52:25
35297         Log: Checked in the wrong one ...
35298      Branch: perlio
35299            ! ext/Encode/Encode.pm
35300 ____________________________________________________________________________
35301 [  8924] By: nick                                  on 2001/02/24  18:46:51
35302         Log: Integrate mainline - to see what Jarkko has in ...
35303      Branch: perlio
35304           +> t/pod/testpods/lib/Pod/Stuff.pm
35305           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
35306 ____________________________________________________________________________
35307 [  8923] By: nick                                  on 2001/02/24  17:05:23
35308         Log: Encode API documentation nd tidy up.
35309              Minor additions to test.
35310              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
35311              Adds STRLEN to standard typemap.
35312      Branch: perlio
35313            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
35314            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
35315 ____________________________________________________________________________
35316 [  8922] By: jhi                                   on 2001/02/24  16:38:12
35317         Log: Add a test for the "character range should match in EBCDIC
35318              if specified using explicit numerics" bug found by Karsten
35319              Sperling.
35320      Branch: perl
35321            ! t/op/pat.t
35322 ____________________________________________________________________________
35323 [  8921] By: jhi                                   on 2001/02/24  16:30:16
35324         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
35325              From: schwern@pobox.com
35326              Date: Fri, 23 Feb 2001 03:21:37 -0500
35327              Message-ID: <20010223032137.A26022@magnonel.guild.net>
35328              
35329              plus Charles Lane's fixes, plus tweaks.
35330      Branch: perl
35331            + t/pod/testpods/lib/Pod/Stuff.pm
35332            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
35333 ____________________________________________________________________________
35334 [  8920] By: nick                                  on 2001/02/24  10:30:11
35335         Log: Integrate mainline
35336      Branch: perlio
35337           !> (integrate 33 files)
35338 ____________________________________________________________________________
35339 [  8919] By: jhi                                   on 2001/02/24  00:23:35
35340         Log: Subject: Re: I'm losing the war...
35341              From: "Vadim Konovalov" <watman@inbox.ru>
35342              Date: Sat, 24 Feb 2001 00:10:14 +0300
35343              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
35344              
35345              hv_store() not working correctly in ENV_IS_CASELESS case.
35346      Branch: perl
35347            ! hv.c
35348 ____________________________________________________________________________
35349 [  8918] By: jhi                                   on 2001/02/24  00:20:09
35350         Log: Subject: Re: [PATCH] fix for charnames above FFFF
35351              From: andreas.koenig@anima.de (Andreas J. Koenig)
35352              Date: 23 Feb 2001 02:39:03 +0100
35353              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
35354              
35355              A further efficiency tweak.
35356      Branch: perl
35357            ! lib/charnames.pm
35358 ____________________________________________________________________________
35359 [  8917] By: jhi                                   on 2001/02/23  20:27:51
35360         Log: Integrate change #8916 from mainline,
35361              do away with USE_WIN32_RTL_ENV.
35362      Branch: maint-5.6/perl
35363           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
35364 ____________________________________________________________________________
35365 [  8916] By: jhi                                   on 2001/02/23  20:02:25
35366         Log: Abolish USE_WIN32_RTL_ENV.
35367      Branch: perl
35368            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
35369 ____________________________________________________________________________
35370 [  8915] By: jhi                                   on 2001/02/23  19:36:00
35371         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
35372              later protected by some #define.
35373      Branch: perl
35374            ! gv.c
35375 ____________________________________________________________________________
35376 [  8914] By: jhi                                   on 2001/02/23  19:31:38
35377         Log: Retract #8902 for now, requested by Charles Lane, the correct
35378              fix will be something else.
35379      Branch: perl
35380            ! op.c
35381 ____________________________________________________________________________
35382 [  8913] By: jhi                                   on 2001/02/23  19:11:36
35383         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
35384              From: Peter Prymmer <pvhp@forte.com>
35385              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
35386              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
35387      Branch: perl
35388            ! t/op/lex_assign.t
35389 ____________________________________________________________________________
35390 [  8912] By: jhi                                   on 2001/02/23  18:38:20
35391         Log: Subject: [patch] perlio + useithreads
35392              From: Doug MacEachern <dougm@covalent.net>
35393              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
35394              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
35395              
35396              Gets things running but not complete.
35397      Branch: perl
35398            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
35399 ____________________________________________________________________________
35400 [  8911] By: jhi                                   on 2001/02/23  04:20:02
35401         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
35402              
35403              Duplicated environment freeing, File::Temp 0.12,
35404              op/append portability (EBCDIC) tweak.
35405      Branch: maint-5.6/perl
35406           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35407           !> t/op/append.t
35408 ____________________________________________________________________________
35409 [  8910] By: jhi                                   on 2001/02/23  02:07:33
35410         Log: Integrate change #8909 from mainline, a better Borland
35411              putenv() workaround.
35412      Branch: maint-5.6/perl
35413           !> perl.c
35414 ____________________________________________________________________________
35415 [  8909] By: jhi                                   on 2001/02/23  02:05:46
35416         Log: A better workaround for Borland putenv() brokenness from Sarathy.
35417      Branch: perl
35418            ! perl.c
35419 ____________________________________________________________________________
35420 [  8908] By: jhi                                   on 2001/02/23  02:04:14
35421         Log: Subject: fix for parameter -Dm (for perl@8867)
35422              From: "Vadim Konovalov" <watman@inbox.ru>
35423              Date: Thu, 22 Feb 2001 17:30:12 +0300
35424              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
35425      Branch: perl
35426            ! perl.h
35427 ____________________________________________________________________________
35428 [  8907] By: jhi                                   on 2001/02/23  01:58:20
35429         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
35430              From: Peter Prymmer <pvhp@forte.com>
35431              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
35432              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
35433      Branch: perl
35434            ! t/op/append.t
35435 ____________________________________________________________________________
35436 [  8906] By: jhi                                   on 2001/02/23  01:48:34
35437         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
35438      Branch: perl
35439            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35440 ____________________________________________________________________________
35441 [  8905] By: jhi                                   on 2001/02/23  01:43:30
35442         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
35443              From: Peter Prymmer <pvhp@forte.com>
35444              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
35445              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
35446      Branch: perl
35447            ! t/lib/st-06compat.t
35448 ____________________________________________________________________________
35449 [  8904] By: jhi                                   on 2001/02/23  01:42:39
35450         Log: Metaconfig unit change for #8903.
35451      Branch: metaconfig/U/perl
35452            ! Devel.U
35453 ____________________________________________________________________________
35454 [  8903] By: jhi                                   on 2001/02/23  01:42:12
35455         Log: Be more helpful for devel builders, suggested by John L. Allen.
35456      Branch: perl
35457            ! Configure
35458 ____________________________________________________________________________
35459 [  8902] By: jhi                                   on 2001/02/23  01:37:41
35460         Log: (Retracted by #8914)
35461              (Wrongly, reinstated by #8941)
35462              
35463              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
35464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35465              Date:     Thu, 22 Feb 2001 09:43:57 EST
35466              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
35467      Branch: perl
35468            ! op.c
35469 ____________________________________________________________________________
35470 [  8901] By: jhi                                   on 2001/02/23  01:20:32
35471         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
35472              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35473              Date:     Thu, 22 Feb 2001 08:01:35 EST
35474              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
35475      Branch: perl
35476            ! malloc.c
35477 ____________________________________________________________________________
35478 [  8900] By: jhi                                   on 2001/02/23  01:18:02
35479         Log: Integrate changes #8898,8899 from mainline, environ handling.
35480      Branch: maint-5.6/perl
35481           !> perl.c
35482 ____________________________________________________________________________
35483 [  8899] By: jhi                                   on 2001/02/23  01:16:25
35484         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
35485              putenv() is not to be relied on, they are either broken or leaky
35486              or both.)
35487      Branch: perl
35488            ! perl.c
35489 ____________________________________________________________________________
35490 [  8898] By: jhi                                   on 2001/02/22  23:36:59
35491         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
35492              and safesysfree() must be used.
35493      Branch: perl
35494            ! perl.c
35495 ____________________________________________________________________________
35496 [  8897] By: jhi                                   on 2001/02/22  23:25:45
35497         Log: With environ one must use safesysmalloc()/safesysfree().
35498      Branch: perl
35499            ! perl.c
35500 ____________________________________________________________________________
35501 [  8896] By: jhi                                   on 2001/02/22  22:13:18
35502         Log: If we have a duplicated environment free it
35503              if PERL_DESTRUCT_LEVEL.
35504      Branch: perl
35505            ! perl.c
35506 ____________________________________________________________________________
35507 [  8895] By: alanbur                               on 2001/02/22  19:31:57
35508         Log: Synchronised with parent
35509      Branch: maint-5.6/pureperl
35510           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
35511 ____________________________________________________________________________
35512 [  8894] By: gsar                                  on 2001/02/22  19:06:18
35513         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
35514              
35515              fix memory leak in method call optimization (change#3768);
35516              made C<eval "$x->foo()"> leak
35517              
35518              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
35519      Branch: maint-5.6/perl
35520           !> op.c
35521 ____________________________________________________________________________
35522 [  8893] By: jhi                                   on 2001/02/22  18:35:27
35523         Log: (Retracted by #8915.)
35524              
35525              Third Degree finding:
35526              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
35527      Branch: perl
35528            ! gv.c
35529 ____________________________________________________________________________
35530 [  8892] By: jhi                                   on 2001/02/22  14:28:32
35531         Log: Update Changes.
35532      Branch: perl
35533            ! Changes patchlevel.h
35534 ____________________________________________________________________________
35535 [  8891] By: jhi                                   on 2001/02/22  13:22:45
35536         Log: Metaconfig unit changes for #8890.
35537      Branch: metaconfig
35538            ! U/modified/Cppsym.U U/threads/archname.U
35539 ____________________________________________________________________________
35540 [  8890] By: jhi                                   on 2001/02/22  13:22:12
35541         Log: Add -stdio to the archname if no perlio selected,
35542              no -perlio added since that is now the default.
35543              
35544              Add few CPUs/architectures to the Cppsym scan.
35545      Branch: perl
35546            ! Configure config_h.SH
35547 ____________________________________________________________________________
35548 [  8889] By: jhi                                   on 2001/02/22  13:05:59
35549         Log: Metaconfig unit change for #8888.
35550      Branch: metaconfig/U/perl
35551            ! useperlio.U
35552 ____________________________________________________________________________
35553 [  8888] By: jhi                                   on 2001/02/22  13:05:28
35554         Log: *drum roll*  Make perlio the default.
35555      Branch: perl
35556            ! Configure config_h.SH
35557 ____________________________________________________________________________
35558 [  8887] By: jhi                                   on 2001/02/22  12:50:52
35559         Log: Integrate change #8665 from maintperl to mainline,
35560              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
35561      Branch: perl
35562           !> ext/POSIX/POSIX.xs
35563 ____________________________________________________________________________
35564 [  8886] By: jhi                                   on 2001/02/22  12:49:24
35565         Log: Integrate changes #8883,8884 from mainline to maintperl.
35566              
35567              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
35568              Subject: Re: File::Temp::_gettemp warning
35569      Branch: maint-5.6/perl
35570           !> embed.h embed.pl lib/File/Temp.pm
35571 ____________________________________________________________________________
35572 [  8885] By: jhi                                   on 2001/02/22  12:43:59
35573         Log: Based on
35574              
35575              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
35576              From: schwab@suse.de
35577              Date: Thu, 22 Feb 2001 13:08:09 +0100
35578              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
35579              
35580              but the fix done slightly differently because the other
35581              half was already done in #8664.
35582      Branch: maint-5.6/perl
35583            ! ext/POSIX/POSIX.xs
35584 ____________________________________________________________________________
35585 [  8884] By: jhi                                   on 2001/02/22  12:37:15
35586         Log: Subject: Re: File::Temp::_gettemp warning
35587              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35588              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
35589              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
35590              
35591              This patch to File::Temp does two things:
35592              
35593              1. Fixes the problem with CGI::Carp when determining
35594              the Fcntl constants
35595              
35596              2. Removes most of the carps and consolidates them so that all the
35597              reasons are included in a single die that is caught by the test. This
35598              means that the correct skipping behaviour is displayed by the test.
35599      Branch: perl
35600            ! lib/File/Temp.pm
35601 ____________________________________________________________________________
35602 [  8883] By: jhi                                   on 2001/02/22  12:29:19
35603         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
35604              From: Peter Prymmer <pvhp@forte.com>
35605              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
35606              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
35607      Branch: perl
35608            ! embed.h embed.pl
35609 ____________________________________________________________________________
35610 [  8882] By: jhi                                   on 2001/02/21  19:41:33
35611         Log: Integrate change #8881 from mainlin to maintperl.
35612              
35613              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
35614      Branch: maint-5.6/perl
35615           !> op.c
35616 ____________________________________________________________________________
35617 [  8881] By: jhi                                   on 2001/02/21  19:38:57
35618         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
35619              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35620              Date:     Wed, 21 Feb 2001 13:08:03 EST
35621              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
35622      Branch: perl
35623            ! op.c
35624 ____________________________________________________________________________
35625 [  8880] By: jhi                                   on 2001/02/21  19:34:34
35626         Log: Retract #8875, cannot let go of the old semantics of unpack U
35627              without rethinking utf8decode.t.
35628      Branch: perl
35629            ! pp.c t/op/pack.t
35630 ____________________________________________________________________________
35631 [  8879] By: jhi                                   on 2001/02/21  19:08:02
35632         Log: Run run/*.t also in minitest.
35633      Branch: perl
35634            ! Makefile.SH
35635 ____________________________________________________________________________
35636 [  8878] By: nick                                  on 2001/02/21  18:55:37
35637         Log: Integrate mainline
35638      Branch: perlio
35639           !> (integrate 76 files)
35640 ____________________________________________________________________________
35641 [  8877] By: jhi                                   on 2001/02/21  15:09:33
35642         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
35643      Branch: metaconfig
35644            ! U/compline/nblock_io.U
35645      Branch: perl
35646            ! Configure config_h.SH
35647 ____________________________________________________________________________
35648 [  8876] By: jhi                                   on 2001/02/21  14:54:45
35649         Log: If no sfio, no -lsfio.
35650      Branch: metaconfig/U/perl
35651            ! d_sfio.U
35652      Branch: perl
35653            ! Configure config_h.SH
35654 ____________________________________________________________________________
35655 [  8875] By: jhi                                   on 2001/02/21  14:54:00
35656         Log: Make unpack C and unpack U truly equivalent.
35657      Branch: perl
35658            ! pp.c t/op/pack.t
35659 ____________________________________________________________________________
35660 [  8874] By: jhi                                   on 2001/02/21  14:26:02
35661         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
35662              From: Peter Prymmer <pvhp@forte.com>
35663              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
35664              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
35665      Branch: perl
35666            ! pod/perlport.pod
35667 ____________________________________________________________________________
35668 [  8873] By: jhi                                   on 2001/02/21  14:24:31
35669         Log: Subject: [PATCH] fix for charnames above FFFF
35670              From: andreas.koenig@anima.de (Andreas J. Koenig)
35671              Date: 21 Feb 2001 07:05:45 +0100
35672              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
35673      Branch: perl
35674            ! lib/charnames.pm t/lib/charnames.t
35675 ____________________________________________________________________________
35676 [  8872] By: jhi                                   on 2001/02/21  14:15:25
35677         Log: Integrate change #8868 from pureperl to mainline.
35678              
35679              Fixed reference count loop caused by sv_magic.
35680      Branch: perl
35681           !> sv.c
35682 ____________________________________________________________________________
35683 [  8871] By: jhi                                   on 2001/02/21  14:07:29
35684         Log: Integrate change #8868 from pureperl to maintperl.
35685              
35686              Fixed reference count loop caused by sv_magic.
35687      Branch: maint-5.6/perl
35688           !> sv.c
35689 ____________________________________________________________________________
35690 [  8870] By: jhi                                   on 2001/02/21  14:04:41
35691         Log: Put back the #8840, it was innocent.
35692      Branch: perl
35693            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35694            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
35695 ____________________________________________________________________________
35696 [  8869] By: jhi                                   on 2001/02/21  14:00:03
35697         Log: unpack("C", ...) was left slightly unfinished by #8865.
35698      Branch: perl
35699            ! pp.c t/op/pack.t
35700 ____________________________________________________________________________
35701 [  8868] By: alanbur                               on 2001/02/21  01:33:45
35702         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
35703              from gv_fetchpv to create single-character magic variables (e.g. $!),
35704              and it is passed a sv and the gv that contains the sv as the mg_obj
35705              value.  When sv_magic stores the mg_obj pointer it increments the gv
35706              refcount, thus causing a sv-gv pair that can't be freed.  There is
35707              already a check for sv == obj which is used to prevent such reference
35708              loops.  This change extends the check to cover the case described above.
35709      Branch: maint-5.6/pureperl
35710            ! sv.c
35711 ____________________________________________________________________________
35712 [  8867] By: jhi                                   on 2001/02/21  00:52:39
35713         Log: Update Changes.
35714      Branch: perl
35715            ! Changes patchlevel.h
35716 ____________________________________________________________________________
35717 [  8866] By: jhi                                   on 2001/02/21  00:34:20
35718         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
35719              (Note: there were some conflicts due to EBCDIC and EPOC
35720              patches, in general I preferred the repository code.)
35721              (When 2.753 comes out, we need to synchronize.)
35722      Branch: perl
35723            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
35724            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
35725            ! t/lib/cgi-html.t
35726 ____________________________________________________________________________
35727 [  8865] By: jhi                                   on 2001/02/21  00:24:22
35728         Log: Make pack("C", 0x100) to create Unicode, unless under the
35729              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
35730              will understand Unicode, unless you under know what.
35731      Branch: perl
35732            ! pp.c t/op/pack.t t/op/qu.t
35733 ____________________________________________________________________________
35734 [  8864] By: alanbur                               on 2001/02/20  22:35:34
35735         Log: Resynchronised with parent
35736      Branch: maint-5.6/pureperl
35737           !> README.win32 ext/GDBM_File/GDBM_File.pm
35738           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
35739           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
35740           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
35741           !> t/lib/sdbm.t util.c
35742 ____________________________________________________________________________
35743 [  8863] By: jhi                                   on 2001/02/20  20:55:11
35744         Log: Integrate change #8860,8861 from mainline into maintperl.
35745              
35746              "pseudo-literal j"
35747              
35748              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
35749      Branch: maint-5.6/perl
35750           !> lib/Test.pm pod/perlop.pod
35751 ____________________________________________________________________________
35752 [  8862] By: jhi                                   on 2001/02/20  20:30:07
35753         Log: Don't do casting between pointers pointing to differently sized
35754              integers.
35755      Branch: perl
35756            ! hv.c sv.c
35757 ____________________________________________________________________________
35758 [  8861] By: jhi                                   on 2001/02/20  19:53:44
35759         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
35760              From: Peter Prymmer <pvhp@forte.com>
35761              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
35762              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
35763      Branch: perl
35764            ! lib/Test.pm
35765 ____________________________________________________________________________
35766 [  8860] By: jhi                                   on 2001/02/20  19:48:02
35767         Log: "pseudo-literal j", a documentation glitch reported to Debian.
35768              The text recovered from Perl 5.005_03, and pseudo-literal replaced
35769              by "backtick string".
35770      Branch: perl
35771            ! pod/perlop.pod
35772 ____________________________________________________________________________
35773 [  8859] By: jhi                                   on 2001/02/20  19:15:46
35774         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
35775              from Chris Nandor.
35776      Branch: perl
35777            ! makedef.pl
35778 ____________________________________________________________________________
35779 [  8858] By: jhi                                   on 2001/02/20  17:36:53
35780         Log: Integrate pureperl changes #8844,8845,8850 to mainline
35781              (via maintperl #8855).
35782              
35783              Fixed %^H scoping bug
35784              
35785              Removed GV <-> CV refcount loop
35786              
35787              Removed %ENV refcount loop
35788      Branch: perl
35789           !> gv.c op.c perl.c pp.c scope.c
35790 ____________________________________________________________________________
35791 [  8857] By: jhi                                   on 2001/02/20  17:34:32
35792         Log: Integrate changes #8853,8854 from maintperl to mainline.
35793              
35794              EBDIC fixes, README.win32 Borland update.
35795      Branch: perl
35796           !> README.win32 handy.h util.c
35797 ____________________________________________________________________________
35798 [  8856] By: jhi                                   on 2001/02/20  17:33:16
35799         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
35800      Branch: maint-5.6/perl
35801           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
35802           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
35803           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35804 ____________________________________________________________________________
35805 [  8855] By: jhi                                   on 2001/02/20  17:32:13
35806         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
35807              
35808              Fixed %^H scoping bug
35809              
35810              Removed GV <-> CV refcount loop
35811              
35812              Removed %ENV refcount loop
35813      Branch: maint-5.6/perl
35814           !> gv.c op.c perl.c pp.c scope.c
35815 ____________________________________________________________________________
35816 [  8854] By: jhi                                   on 2001/02/20  17:25:06
35817         Log: Subject: Addition to readme.win32 for Borland C++ compilers
35818              Date: Tue, 20 Feb 2001 02:15:25 +0300
35819              From: "Vadim Konovalov" <watman@inbox.ru>
35820              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
35821              
35822              Document Borland compiler misbehaviour.
35823      Branch: maint-5.6/perl
35824            ! README.win32
35825 ____________________________________________________________________________
35826 [  8853] By: jhi                                   on 2001/02/20  17:22:25
35827         Log: The assimilation of ebcdic.c didn't quite work at the first try,
35828              patches from Thomas Dorner.
35829      Branch: maint-5.6/perl
35830            ! handy.h util.c
35831 ____________________________________________________________________________
35832 [  8852] By: jhi                                   on 2001/02/20  17:20:15
35833         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
35834              From: Chris Nandor <pudge@pobox.com>
35835              Date: Tue, 20 Feb 2001 08:32:45 -0500
35836              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
35837      Branch: maint-5.6/perl
35838            ! makedef.pl mg.c
35839 ____________________________________________________________________________
35840 [  8851] By: jhi                                   on 2001/02/20  17:15:52
35841         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
35842      Branch: perl
35843            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
35844            ! t/lib/filter-util.t
35845 ____________________________________________________________________________
35846 [  8850] By: alanbur                               on 2001/02/20  17:12:40
35847         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
35848              and the magic pointer points back to the GV that contains the
35849              %ENV hash.  This creates a refcount loop that prevents members
35850              of %ENV from being freed correctly.  This change removes the
35851              refcount loop - the magic pointer was never used anyway, the
35852              only use of the magic was to check the type ('E') so that the
35853              appropriate environment manipulation code is called when %ENV
35854              is modified.
35855      Branch: maint-5.6/pureperl
35856            ! perl.c
35857 ____________________________________________________________________________
35858 [  8849] By: jhi                                   on 2001/02/20  17:12:20
35859         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
35860              From: "Craig A. Berry" <craigberry@mac.com>
35861              Date: Mon, 19 Feb 2001 23:36:12 -0600
35862              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
35863              
35864              Case-forgiving systems match TestInit.pm with TES*.
35865      Branch: perl
35866            ! t/lib/glob-basic.t
35867 ____________________________________________________________________________
35868 [  8848] By: jhi                                   on 2001/02/20  17:10:02
35869         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
35870      Branch: perl
35871            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
35872            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
35873            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35874 ____________________________________________________________________________
35875 [  8847] By: jhi                                   on 2001/02/20  15:34:41
35876         Log: The #8843 wasn't quite right: %Config needs to imported.
35877      Branch: perl
35878            ! t/run/runenv.t
35879 ____________________________________________________________________________
35880 [  8846] By: jhi                                   on 2001/02/20  15:31:50
35881         Log: Retract the #8838 and #8840 for now because of
35882              the DB_File tie problem.
35883      Branch: perl
35884            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
35885            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
35886            ! proto.h sv.c
35887 ____________________________________________________________________________
35888 [  8845] By: alanbur                               on 2001/02/20  14:25:41
35889         Log: Removed GV <-> CV refcount loop
35890              CvGV(mycv) points to the parent GV of the CV, and was previously
35891              refcounted.  The pointer remains, but the refcounting has been removed
35892              as it causes a refcount loop between the CV and GV that means the CV
35893              can't ever be deleted.
35894      Branch: maint-5.6/pureperl
35895            ! gv.c op.c pp.c
35896 ____________________________________________________________________________
35897 [  8844] By: alanbur                               on 2001/02/20  14:23:13
35898         Log: Fixed %^H scoping bug
35899      Branch: maint-5.6/pureperl
35900            ! scope.c
35901 ____________________________________________________________________________
35902 [  8843] By: jhi                                   on 2001/02/19  13:38:08
35903         Log: fork() not everywhere, cleanup temp files.
35904      Branch: perl
35905            ! t/run/runenv.t
35906 ____________________________________________________________________________
35907 [  8842] By: alanbur                               on 2001/02/19  12:42:07
35908         Log: Resynchronised with parent
35909      Branch: maint-5.6/pureperl
35910           !> pod/perlfaq4.pod sv.c utf8.c
35911 ____________________________________________________________________________
35912 [  8841] By: jhi                                   on 2001/02/19  03:35:51
35913         Log: Update Changes.
35914      Branch: perl
35915            ! Changes patchlevel.h
35916 ____________________________________________________________________________
35917 [  8840] By: jhi                                   on 2001/02/19  00:23:41
35918         Log: Subject: [patch] add sv_setref_uv
35919              From: Doug MacEachern <dougm@covalent.net>
35920              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
35921              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
35922      Branch: perl
35923            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35924            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
35925 ____________________________________________________________________________
35926 [  8839] By: jhi                                   on 2001/02/19  00:01:38
35927         Log: Put to rest the 20010205.001, the email address checking (not) regex.
35928      Branch: perl
35929            ! pod/perlfaq9.pod
35930 ____________________________________________________________________________
35931 [  8838] By: jhi                                   on 2001/02/18  22:17:54
35932         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
35933              From: Doug MacEachern <dougm@covalent.net>
35934              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
35935              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
35936      Branch: perl
35937            ! lib/ExtUtils/xsubpp
35938 ____________________________________________________________________________
35939 [  8837] By: jhi                                   on 2001/02/18  22:16:50
35940         Log: Subject: [patch] -Wall cleanup round 2
35941              From: Doug MacEachern <dougm@covalent.net>
35942              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
35943              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
35944      Branch: perl
35945            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
35946            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
35947            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
35948            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
35949            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
35950            ! ext/SDBM_File/SDBM_File.xs
35951 ____________________________________________________________________________
35952 [  8836] By: jhi                                   on 2001/02/18  22:11:20
35953         Log: Misapplied regex optimizations when \C is present.
35954              Fixes 20001230.002.
35955              
35956              What still remains broken is that the submatches that
35957              have \C in them get their UTF8 flag on because their
35958              parent SV has it on.  This will result in malformed
35959              UTF8 if a \C happened to match a non-ASCII byte.
35960      Branch: perl
35961            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
35962            ! t/pragma/utf8.t
35963 ____________________________________________________________________________
35964 [  8835] By: jhi                                   on 2001/02/18  20:12:02
35965         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
35966              
35967              The hash key got wrongly UTF8fied.
35968      Branch: perl
35969            ! pod/perlapi.pod toke.c utf8.c
35970 ____________________________________________________________________________
35971 [  8834] By: jhi                                   on 2001/02/18  19:44:25
35972         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
35973              don't warn on magical or overloaded things.
35974      Branch: perl
35975            ! pp_hot.c
35976 ____________________________________________________________________________
35977 [  8833] By: nick                                  on 2001/02/18  19:31:22
35978         Log: Integrate mainline
35979      Branch: perlio
35980           +> t/TestInit.pm t/run/runenv.t
35981            - t/UTEST
35982           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
35983           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
35984           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
35985           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
35986           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
35987           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
35988           !> utf8.c
35989 ____________________________________________________________________________
35990 [  8832] By: jhi                                   on 2001/02/18  19:21:18
35991         Log: Integrate perlio.
35992      Branch: perl
35993           !> perlio.c pod/perldiag.pod
35994 ____________________________________________________________________________
35995 [  8831] By: jhi                                   on 2001/02/18  19:14:20
35996         Log: Integrate change #8827 from mainline.
35997              
35998              UTF8 tweaks.
35999      Branch: maint-5.6/perl
36000           !> sv.c utf8.c
36001 ____________________________________________________________________________
36002 [  8830] By: nick                                  on 2001/02/18  19:10:34
36003         Log: Apply the spirit of patch from Nick Clark:
36004              Subject: [PATCH] Re: extensions that provide layers
36005              From: Nicholas Clark <nick@ccl4.org>
36006              Date: Mon, 12 Feb 2001 16:43:51 +0000
36007              Message-Id: <20010212164350.Q3652@plum.flirble.org>
36008      Branch: perlio
36009            ! perlio.c pod/perldiag.pod
36010 ____________________________________________________________________________
36011 [  8829] By: jhi                                   on 2001/02/18  19:03:25
36012         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
36013              From: schwern@pobox.com 
36014              Date: Sun, 18 Feb 2001 13:44:35 -0500
36015              Message-ID: <20010218134435.A17544@magnonel.guild.net>
36016              
36017              Applied, but as t/TestInit.pm.
36018      Branch: perl
36019            + t/TestInit.pm
36020            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
36021            ! t/op/subst_wamp.t
36022 ____________________________________________________________________________
36023 [  8828] By: jhi                                   on 2001/02/18  18:43:52
36024         Log: Integrate perlio.
36025      Branch: perl
36026           !> perlio.c
36027 ____________________________________________________________________________
36028 [  8827] By: jhi                                   on 2001/02/18  18:41:33
36029         Log: UTF-8 tweaks.
36030      Branch: perl
36031            ! sv.c utf8.c
36032 ____________________________________________________________________________
36033 [  8826] By: nick                                  on 2001/02/18  17:40:59
36034         Log: Fix [ID 20010217.002]
36035              open FOO, "<:raw:perlio", ...
36036              :raw now inserts default base layer below itself.
36037              Also
36038              open FOO, "<:unix", ...
36039              works as well - but leaves buffer layer on stack under the unix layer.
36040      Branch: perlio
36041            ! perlio.c
36042 ____________________________________________________________________________
36043 [  8825] By: jhi                                   on 2001/02/18  17:15:39
36044         Log: Integrate perlio.
36045      Branch: perl
36046           !> perlio.c perliol.h
36047 ____________________________________________________________________________
36048 [  8824] By: jhi                                   on 2001/02/18  17:10:53
36049         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
36050              From: schwern@pobox.com
36051              Date: Sun, 18 Feb 2001 01:48:50 -0500
36052              Message-ID: <20010218014850.C19957@magnonel.guild.net>
36053      Branch: perl
36054            ! lib/Test/Harness.pm t/TEST t/op/chop.t
36055 ____________________________________________________________________________
36056 [  8823] By: jhi                                   on 2001/02/18  17:01:06
36057         Log: Add run/*.t to testables.
36058      Branch: perl
36059            ! t/TEST
36060 ____________________________________________________________________________
36061 [  8822] By: jhi                                   on 2001/02/18  16:58:58
36062         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
36063              From: schwern@pobox.com
36064              Date: Sun, 18 Feb 2001 01:11:35 -0500
36065              Message-ID: <20010218011135.A19957@magnonel.guild.net>
36066              
36067              Revive mjd's and Simon's PERL5OPT fix.
36068      Branch: perl
36069            + t/run/runenv.t
36070            ! MANIFEST perl.c
36071 ____________________________________________________________________________
36072 [  8821] By: jhi                                   on 2001/02/18  16:53:46
36073         Log: Subject: Re: Why t/TEST and not Test::Harness?
36074              From: schwern@pobox.com
36075              Date: Sat, 17 Feb 2001 22:44:44 -0500
36076              Message-ID: <20010217224444.A6679@magnonel.guild.net>
36077              
36078              Replace UTEST with TEST -utf8.
36079      Branch: perl
36080            - t/UTEST
36081            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
36082            ! t/lib/glob-basic.t
36083 ____________________________________________________________________________
36084 [  8820] By: nick                                  on 2001/02/18  13:06:16
36085         Log: Clean up a few core dumps when layers are used in unexpected ways.
36086              (Still not "right"...)
36087      Branch: perlio
36088            ! perlio.c perliol.h
36089 ____________________________________________________________________________
36090 [  8819] By: jhi                                   on 2001/02/18  02:25:55
36091         Log: Integrate change #8818 from maintperl, a FAQ nit.
36092      Branch: perl
36093           !> pod/perlfaq4.pod
36094 ____________________________________________________________________________
36095 [  8818] By: jhi                                   on 2001/02/18  02:24:50
36096         Log: FAQ nit from Chris Fedde.
36097      Branch: maint-5.6/perl
36098            ! pod/perlfaq4.pod
36099 ____________________________________________________________________________
36100 [  8817] By: nick                                  on 2001/02/17  18:20:14
36101         Log: Integrate mainline
36102      Branch: perlio
36103           +> lib/unicode/UCD.html lib/unicode/Unicode.html
36104           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
36105           +> pod/perlclib.pod
36106            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36107            - lib/unicode/Unicode.301
36108           !> (integrate 324 files)
36109 ____________________________________________________________________________
36110 [  8816] By: jhi                                   on 2001/02/17  16:56:58
36111         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
36112      Branch: perl
36113            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36114            ! ext/Storable/Storable.xs t/lib/st-06compat.t
36115            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
36116 ____________________________________________________________________________
36117 [  8815] By: jhi                                   on 2001/02/17  16:40:07
36118         Log: Subject: [patch] -Wall
36119              From: Doug MacEachern <dougm@covalent.net>
36120              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
36121              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
36122      Branch: perl
36123            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
36124            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
36125 ____________________________________________________________________________
36126 [  8814] By: jhi                                   on 2001/02/16  19:27:18
36127         Log: Document qu better.
36128      Branch: perl
36129            ! pod/perlop.pod
36130 ____________________________________________________________________________
36131 [  8813] By: jhi                                   on 2001/02/15  13:54:37
36132         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
36133              From: Hugo <hv@crypt.compulink.co.uk>
36134              Date: Thu, 15 Feb 2001 13:39:49 +0000
36135              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
36136      Branch: perl
36137            ! toke.c
36138 ____________________________________________________________________________
36139 [  8812] By: alanbur                               on 2001/02/15  13:52:16
36140         Log: Resynchronised with parent
36141      Branch: maint-5.6/pureperl
36142            - ebcdic.c
36143           !> (integrate 36 files)
36144 ____________________________________________________________________________
36145 [  8811] By: jhi                                   on 2001/02/15  13:51:16
36146         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
36147              
36148              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
36149              From: Jan Dubois <JanD@ActiveState.com>
36150              Date: Wed, 31 Jan 2001 21:17:03 -0800
36151              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
36152              
36153              tweak change#8659 to keep it simple
36154              
36155              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
36156              From: Russ Allbery <rra@stanford.edu>
36157              Date: 14 Feb 2001 10:15:41 -0800
36158              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
36159              
36160              (8809 empty)
36161              
36162              Upgrade to podlators 1.08, from Russ Allbery.
36163      Branch: perl
36164           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
36165           !> utils/perldoc.PL
36166 ____________________________________________________________________________
36167 [  8810] By: jhi                                   on 2001/02/15  13:35:08
36168         Log: Upgrade to podlators 1.08, from Russ Allbery.
36169      Branch: maint-5.6/perl
36170            ! lib/Pod/Man.pm lib/Pod/Text.pm
36171 ____________________________________________________________________________
36172 [  8809] By: jhi                                   on 2001/02/15  13:26:38
36173         Log: (accidentally empty check-in)
36174      Branch: maint-5.6/perl
36175            ! lib/Test/Harness.pm
36176 ____________________________________________________________________________
36177 [  8808] By: jhi                                   on 2001/02/15  13:23:47
36178         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
36179              From: Russ Allbery <rra@stanford.edu>
36180              Date: 14 Feb 2001 10:15:41 -0800
36181              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
36182              
36183              perldoc was hardcoding $Config{installscript}, which breaks
36184              when install* isn't where Perl ends up (such as with AFS).
36185              
36186              Use $Config{scriptdir} instead.
36187      Branch: maint-5.6/perl
36188            ! utils/perldoc.PL
36189 ____________________________________________________________________________
36190 [  8807] By: jhi                                   on 2001/02/14  14:37:27
36191         Log: Update Changes.
36192      Branch: perl
36193            ! Changes patchlevel.h
36194 ____________________________________________________________________________
36195 [  8806] By: jhi                                   on 2001/02/14  14:25:31
36196         Log: Integrate changes #8803,8804,8805 from mainline.
36197              
36198              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
36199              
36200              Don't skip too much of the locale error message if no environ array,
36201              from Chris Nandor.
36202              
36203              More MacOS Classic fixes from Chris Nandor.
36204      Branch: maint-5.6/perl
36205           !> doop.c lib/Cwd.pm perl.c perl.h util.c
36206 ____________________________________________________________________________
36207 [  8805] By: jhi                                   on 2001/02/14  03:29:01
36208         Log: More MacOS Classic fixes from Chris Nandor.
36209      Branch: perl
36210            ! doop.c lib/Cwd.pm
36211 ____________________________________________________________________________
36212 [  8804] By: jhi                                   on 2001/02/14  03:18:35
36213         Log: Don't skip too much of the locale error message if no environ array,
36214              from Chris Nandor.
36215      Branch: perl
36216            ! util.c
36217 ____________________________________________________________________________
36218 [  8803] By: jhi                                   on 2001/02/14  03:14:14
36219         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
36220      Branch: perl
36221            ! perl.c perl.h
36222 ____________________________________________________________________________
36223 [  8802] By: jhi                                   on 2001/02/13  18:31:33
36224         Log: AUTHORS update.
36225      Branch: perl
36226            ! AUTHORS
36227 ____________________________________________________________________________
36228 [  8801] By: jhi                                   on 2001/02/13  17:55:19
36229         Log: Integrate change #8792 from mainline.
36230              
36231              Subject: buncha MacPerl patches for bleadperl
36232              From: Chris Nandor <pudge@pobox.com>
36233              Date: Tue, 13 Feb 2001 00:02:43 -0500
36234              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
36235      Branch: maint-5.6/perl
36236           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36237           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
36238           !> t/lib/basename.t toke.c util.h
36239 ____________________________________________________________________________
36240 [  8800] By: jhi                                   on 2001/02/13  17:46:43
36241         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
36242              to be forced to Off_t.
36243              
36244              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
36245              From: nick@ccl4.org
36246              Date: Thu, 1 Feb 2001 12:01:04 +0000
36247              Message-Id: <20010201120103.E11401@plum.flirble.org>
36248      Branch: maint-5.6/perl
36249            ! iperlsys.h perlio.c
36250 ____________________________________________________________________________
36251 [  8799] By: jhi                                   on 2001/02/13  16:52:51
36252         Log: Duplex duplex hunk hunk.
36253      Branch: maint-5.6/perl
36254            ! Makefile.SH
36255 ____________________________________________________________________________
36256 [  8797] By: jhi                                   on 2001/02/13  14:52:04
36257         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
36258              From: "Craig A. Berry" <craigberry@mac.com>
36259              Date: Mon, 12 Feb 2001 11:05:25 -0600
36260              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
36261      Branch: perl
36262            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
36263 ____________________________________________________________________________
36264 [  8796] By: jhi                                   on 2001/02/13  14:36:47
36265         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
36266              From: simon.cozens@pembroke.oxford.ac.uk 
36267              Date: Sat, 10 Feb 2001 17:57:02 +0000
36268              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
36269              
36270              Now it does include.
36271      Branch: perl
36272            ! pod/perldiag.pod
36273 ____________________________________________________________________________
36274 [  8795] By: jhi                                   on 2001/02/13  14:30:11
36275         Log: Sort the MANIFEST.
36276      Branch: perl
36277            ! MANIFEST
36278 ____________________________________________________________________________
36279 [  8794] By: jhi                                   on 2001/02/13  14:26:51
36280         Log: Integrate change #8793 from mainline, FAQ updates.
36281      Branch: maint-5.6/perl
36282           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
36283 ____________________________________________________________________________
36284 [  8793] By: jhi                                   on 2001/02/13  14:25:13
36285         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
36286      Branch: perl
36287            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
36288 ____________________________________________________________________________
36289 [  8792] By: jhi                                   on 2001/02/13  14:22:50
36290         Log: Subject: buncha MacPerl patches for bleadperl
36291              From: Chris Nandor <pudge@pobox.com>
36292              Date: Tue, 13 Feb 2001 00:02:43 -0500
36293              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
36294      Branch: perl
36295            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36296            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
36297            ! t/lib/basename.t toke.c util.h
36298 ____________________________________________________________________________
36299 [  8791] By: jhi                                   on 2001/02/13  14:10:39
36300         Log: Integrate change #8790 from mainline.
36301              
36302              environ array wrongly assumed in Perl_init_i18nl10n(),
36303      Branch: maint-5.6/perl
36304           !> util.c
36305 ____________________________________________________________________________
36306 [  8790] By: jhi                                   on 2001/02/13  14:06:15
36307         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
36308              noticed by Chris Nandor in MacOS Classic.
36309      Branch: perl
36310            ! util.c
36311 ____________________________________________________________________________
36312 [  8789] By: jhi                                   on 2001/02/13  13:58:07
36313         Log: Integrate changes #8373,8487,8544,8783 from mainline.
36314              
36315              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
36316              hints files, the dynaloading, assimilate ebcdic into util.c.
36317      Branch: maint-5.6/perl
36318            - ebcdic.c
36319            ! MANIFEST hints/posix-bc.sh
36320           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
36321           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
36322           !> perlapi.c proto.h util.c
36323 ____________________________________________________________________________
36324 [  8788] By: alanbur                               on 2001/02/13  10:33:13
36325         Log: Integrated changes from maint-5.6
36326      Branch: maint-5.6/pureperl
36327           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
36328           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
36329           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36330           !> vos/config.ga.h vos/configure_perl.cm
36331 ____________________________________________________________________________
36332 [  8787] By: jhi                                   on 2001/02/13  05:56:36
36333         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
36334      Branch: perl
36335           !> Makefile.SH
36336 ____________________________________________________________________________
36337 [  8786] By: jhi                                   on 2001/02/13  05:54:34
36338         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
36339              From: Dorner Thomas <Thomas.Dorner@start.de>
36340              Date: Mon, 12 Feb 2001 15:06:26 +0100
36341              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
36342      Branch: maint-5.6/perl
36343            ! Makefile.SH
36344 ____________________________________________________________________________
36345 [  8785] By: jhi                                   on 2001/02/13  05:29:04
36346         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
36347      Branch: perl
36348           !> hints/openbsd.sh
36349 ____________________________________________________________________________
36350 [  8784] By: jhi                                   on 2001/02/13  02:25:24
36351         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
36352              From: Peter Prymmer <pvhp@forte.com>
36353              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
36354              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
36355      Branch: perl
36356            ! pod/perlclib.pod
36357 ____________________________________________________________________________
36358 [  8783] By: jhi                                   on 2001/02/13  02:22:36
36359         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
36360      Branch: perl
36361            - ebcdic.c
36362            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
36363            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
36364            ! util.c
36365 ____________________________________________________________________________
36366 [  8782] By: jhi                                   on 2001/02/13  02:00:07
36367         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
36368      Branch: maint-5.6/perl
36369            ! pod/perlport.pod
36370 ____________________________________________________________________________
36371 [  8781] By: jhi                                   on 2001/02/13  01:58:44
36372         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
36373      Branch: maint-5.6/perl
36374            ! hints/openbsd.sh
36375 ____________________________________________________________________________
36376 [  8780] By: jhi                                   on 2001/02/13  01:57:33
36377         Log: Synchronize the regexp tests between maintperl and mainline.
36378      Branch: maint-5.6/perl
36379           !> t/op/re_tests
36380 ____________________________________________________________________________
36381 [  8779] By: jhi                                   on 2001/02/13  01:49:35
36382         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
36383              From: Hugo <hv@crypt.compulink.co.uk>
36384              Date: Tue, 13 Feb 2001 00:11:11 +0000
36385              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
36386      Branch: perl
36387            ! regcomp.c t/op/re_tests
36388 ____________________________________________________________________________
36389 [  8778] By: jhi                                   on 2001/02/13  00:23:10
36390         Log: Comments do not nest.
36391      Branch: perl
36392            ! perl.h
36393 ____________________________________________________________________________
36394 [  8777] By: jhi                                   on 2001/02/13  00:17:54
36395         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
36396              From: Hugo <hv@crypt.compulink.co.uk>
36397              Date: Tue, 13 Feb 2001 00:11:11 +0000
36398              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
36399      Branch: maint-5.6/perl
36400            ! regcomp.c t/op/re_tests
36401 ____________________________________________________________________________
36402 [  8776] By: jhi                                   on 2001/02/12  23:25:52
36403         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
36404      Branch: maint-5.6/perl
36405            ! pod/perlport.pod
36406 ____________________________________________________________________________
36407 [  8775] By: jhi                                   on 2001/02/12  23:04:28
36408         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
36409      Branch: maint-5.6/perl
36410            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
36411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36412            ! vos/configure_perl.cm
36413 ____________________________________________________________________________
36414 [  8774] By: jhi                                   on 2001/02/12  22:59:11
36415         Log: Subject: Re: [patch] context for 'U' magic functions
36416              From: Doug MacEachern <dougm@covalent.net>
36417              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
36418              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
36419              
36420              plus the suggestion by Nick Ing-Simmons to name the macro
36421              as PERL_MG_UFUNC to avoid namespace pollution, plus add
36422              the advice by Doug for XS writers to perl.h
36423      Branch: perl
36424            ! mg.c perl.h
36425 ____________________________________________________________________________
36426 [  8773] By: jhi                                   on 2001/02/11  20:14:12
36427         Log: Update Changes.
36428      Branch: perl
36429            ! Changes patchlevel.h
36430 ____________________________________________________________________________
36431 [  8772] By: jhi                                   on 2001/02/11  18:47:52
36432         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
36433              From: Simon Cozens <simon@cozens.net>
36434              Date: Wed, 31 Jan 2001 16:31:43 +0000
36435              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
36436      Branch: perl
36437            + pod/perlclib.pod
36438            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
36439            ! pod/perltoc.pod
36440 ____________________________________________________________________________
36441 [  8771] By: jhi                                   on 2001/02/11  18:36:48
36442         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
36443              
36444              Blocks-4d3.beta.txt
36445              CaseFolding-3d4.beta.txt
36446              CompositionExclusions-3d6.beta.txt
36447              EastAsianWidth-4d4.beta.txt
36448              LineBreak-6d3.beta.txt
36449              NamesList-3.1.0d1.beta.txt
36450              PropList-3.1.0d4.beta.txt
36451              SpecialCasing-4d1.beta.txt
36452              UnicodeData-3.1.0d6.beta.txt
36453      Branch: perl
36454            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
36455           +> lib/unicode/UCD.html lib/unicode/Unicode.html
36456            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
36457            - lib/unicode/Unicode.301
36458            ! (edit 257 files)
36459 ____________________________________________________________________________
36460 [  8770] By: jhi                                   on 2001/02/11  17:26:22
36461         Log: UTF-8 documentation.
36462      Branch: perl
36463            ! utf8.h
36464 ____________________________________________________________________________
36465 [  8769] By: jhi                                   on 2001/02/11  17:12:49
36466         Log: Retract #8762.
36467      Branch: perl
36468            ! regexec.c
36469 ____________________________________________________________________________
36470 [  8768] By: jhi                                   on 2001/02/11  16:54:45
36471         Log: Subject: [PATCH] Test::Harness
36472              From: andreas.koenig@anima.de (Andreas J. Koenig)
36473              Date: 11 Feb 2001 14:37:00 +0100
36474              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
36475      Branch: perl
36476            ! lib/Test/Harness.pm
36477 ____________________________________________________________________________
36478 [  8767] By: jhi                                   on 2001/02/11  16:53:52
36479         Log: Subject: [PATCH] Document makepatch in Porting/patching
36480              From: andreas.koenig@anima.de (Andreas J. Koenig)
36481              Date: 11 Feb 2001 16:46:28 +0100
36482              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
36483      Branch: perl
36484            ! Porting/patching.pod
36485 ____________________________________________________________________________
36486 [  8766] By: jhi                                   on 2001/02/11  06:30:23
36487         Log: Subject: Re: [patch] GvSHARED
36488              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
36489              From: Doug MacEachern <dougm@covalent.net>
36490              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
36491              
36492              Subject: Re: [patch] GvSHARED
36493              From: Doug MacEachern <dougm@covalent.net>
36494              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
36495              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
36496              
36497              Subject: [patch] attributes.pm support for `shared'
36498              From: Doug MacEachern <dougm@covalent.net>
36499              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
36500              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
36501              
36502              our() attributes were ignored, our :shared pieces missing,
36503              allow attributes.pm to turn on shared.
36504      Branch: perl
36505            ! op.c t/op/attrs.t toke.c xsutils.c
36506 ____________________________________________________________________________
36507 [  8765] By: alanbur                               on 2001/02/10  23:11:19
36508         Log: Resync with parent (hopefully sucessfully this time)
36509      Branch: maint-5.6/pureperl
36510           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
36511           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
36512           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
36513           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
36514           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
36515           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
36516           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
36517 ____________________________________________________________________________
36518 [  8764] By: jhi                                   on 2001/02/10  22:54:38
36519         Log: Make TEST and UTEST more verbose in case something goes
36520              wrong in running/compiling a script, suggested by Doug
36521              MacEachern.
36522      Branch: perl
36523            ! t/TEST t/UTEST
36524 ____________________________________________________________________________
36525 [  8763] By: jhi                                   on 2001/02/10  22:11:34
36526         Log: Bogus shebang.
36527      Branch: perl
36528            ! t/lib/texttabs.t
36529 ____________________________________________________________________________
36530 [  8762] By: jhi                                   on 2001/02/10  21:56:02
36531         Log: (Retracted by #8769)
36532      Branch: perl
36533            ! regexec.c
36534 ____________________________________________________________________________
36535 [  8761] By: jhi                                   on 2001/02/10  21:26:15
36536         Log: Subject: Re: [patch] GvSHARED 
36537              From: Doug MacEachern <dougm@covalent.net>
36538              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
36539              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
36540              
36541              our @EXPORT : shared = (...);
36542      Branch: perl
36543            ! toke.c
36544 ____________________________________________________________________________
36545 [  8760] By: jhi                                   on 2001/02/10  21:25:07
36546         Log: Subject: [patch] GvSHARED
36547              From: Doug MacEachern <dougm@covalent.net>
36548              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
36549              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
36550      Branch: perl
36551            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
36552 ____________________________________________________________________________
36553 [  8759] By: alanbur                               on 2001/02/10  21:24:27
36554         Log: Backed out mismerge.
36555      Branch: maint-5.6/pureperl
36556            ! MANIFEST README.hpux README.vmesa gv.c installhtml
36557            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
36558            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
36559            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
36560            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
36561            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
36562            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
36563 ____________________________________________________________________________
36564 [  8758] By: jhi                                   on 2001/02/10  18:01:17
36565         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
36566              
36567              Fixed UMRs and leak in Perl_pmtrans()
36568              
36569              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
36570              associated UTFied tr/// code.  Also fixed scoping leak of
36571              PL_reg_start_tmp.
36572              
36573              newATTRSUB leaks when an attempt to redefine the active sort sub is
36574              made.
36575      Branch: maint-5.6/perl
36576           !> op.c regcomp.c
36577 ____________________________________________________________________________
36578 [  8757] By: alanbur                               on 2001/02/10  17:56:46
36579         Log: Resynchronised with parent
36580      Branch: maint-5.6/pureperl
36581           +> README.bs2000
36582            - README.posix-bc
36583            ! gv.c perl.c sv.c
36584           !> MANIFEST README.hpux README.vmesa installhtml
36585           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
36586           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
36587           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
36588           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
36589           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
36590           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
36591 ____________________________________________________________________________
36592 [  8756] By: alanbur                               on 2001/02/10  17:51:15
36593         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
36594              made.
36595      Branch: maint-5.6/pureperl
36596            ! op.c
36597 ____________________________________________________________________________
36598 [  8755] By: jhi                                   on 2001/02/09  22:41:35
36599         Log: Upgrade to CPAN 1.59_54, from Andreas König.
36600      Branch: perl
36601            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36602 ____________________________________________________________________________
36603 [  8754] By: jhi                                   on 2001/02/09  22:29:20
36604         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
36605              
36606              Didn't upgrade the fill.t since it has a dependency to File::Slurp
36607              purely for debugging purposes, the actual test hasn't changed.
36608      Branch: perl
36609            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
36610            ! t/lib/textwrap.t
36611 ____________________________________________________________________________
36612 [  8753] By: jhi                                   on 2001/02/09  20:17:50
36613         Log: Integrate change #8682 from maintperl.
36614              
36615              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
36616              to work correctly.
36617      Branch: perl
36618           !> hints/irix_6.sh
36619 ____________________________________________________________________________
36620 [  8752] By: jhi                                   on 2001/02/09  20:00:46
36621         Log: Update Changes.
36622      Branch: perl
36623            ! Changes patchlevel.h
36624 ____________________________________________________________________________
36625 [  8751] By: nick                                  on 2001/02/09  19:48:37
36626         Log: Integrate mainline
36627      Branch: perlio
36628           +> README.bs2000 t/lib/cgi-esc.t
36629            - README.posix-bc
36630           !> (integrate 53 files)
36631 ____________________________________________________________________________
36632 [  8750] By: nick                                  on 2001/02/09  19:25:16
36633         Log: Subject: RE: Biannual Competition to Improve Hashing Function
36634              From: Fisher Mark <fisherm@tce.com>
36635              Date: Thu, 8 Feb 2001 10:44:00 -0500
36636              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
36637              Date: Thu, 8 Feb 2001 15:02:47 -0500
36638              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
36639      Branch: perl
36640            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
36641 ____________________________________________________________________________
36642 [  8749] By: jhi                                   on 2001/02/09  19:02:35
36643         Log: Forgotten fragment.
36644      Branch: perl
36645            ! pod/perlapi.pod
36646 ____________________________________________________________________________
36647 [  8748] By: jhi                                   on 2001/02/09  18:31:34
36648         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
36649              plus manual tweakage.
36650              
36651              Sync the perlfaq2 between mainline and maintperl.
36652      Branch: maint-5.6/perl
36653            ! pod/perlfaq2.pod
36654      Branch: perl
36655           !> pod/perlfaq2.pod
36656 ____________________________________________________________________________
36657 [  8747] By: jhi                                   on 2001/02/09  18:12:04
36658         Log: Subject: versiononly and installperl
36659              From: abigail@foad.org
36660              Date: Wed, 7 Feb 2001 22:43:12 +0100
36661              Message-ID: <20010207214312.7045.qmail@foad.org>    
36662              
36663              Add +v flag to force a normal install of the perl binary
36664              and the utilities.
36665              
36666              Subject: [PATCH] installperl
36667              From: Nicholas Clark <nick@ccl4.org>
36668              Date: Fri, 9 Feb 2001 16:28:57 +0000
36669              Message-ID: <20010209162857.B10931@plum.flirble.org>
36670              
36671              Add -A flag which also hardlinks the binary with
36672              the full architecture name.
36673      Branch: perl
36674            ! installperl
36675 ____________________________________________________________________________
36676 [  8746] By: jhi                                   on 2001/02/09  18:03:43
36677         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
36678              
36679              Subject: perlfaq2, re: perlmongers
36680              
36681              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
36682              
36683              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
36684              
36685              Subject: [ID 20010205.001] typo in perlfaq9
36686              
36687              Subject: [ID 20010208.002] unordered explanation in perlcall
36688      Branch: maint-5.6/perl
36689           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
36690           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
36691           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
36692 ____________________________________________________________________________
36693 [  8745] By: jhi                                   on 2001/02/09  17:59:09
36694         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
36695              From: abela@geneanet.org
36696              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
36697              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
36698      Branch: perl
36699            ! pod/perlcall.pod
36700 ____________________________________________________________________________
36701 [  8744] By: jhi                                   on 2001/02/09  17:48:16
36702         Log: Subject: [ID 20010205.001] typo in perlfaq9
36703              From: eserte@vran.herceg.de
36704              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
36705              Message-Id: <200102042244.XAA21926@vran.herceg.de>
36706      Branch: perl
36707            ! pod/perlfaq9.pod
36708 ____________________________________________________________________________
36709 [  8743] By: jhi                                   on 2001/02/09  17:25:12
36710         Log: Integrate change #8695 from maintperl.
36711              
36712              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
36713      Branch: perl
36714           !> thread.h
36715 ____________________________________________________________________________
36716 [  8742] By: jhi                                   on 2001/02/09  17:21:22
36717         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
36718              From: Andy Dougherty <doughera@lafayette.edu>
36719              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
36720              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
36721      Branch: perl
36722            ! embed.pl
36723 ____________________________________________________________________________
36724 [  8741] By: jhi                                   on 2001/02/09  17:05:19
36725         Log: Integrate changes #8738,8739,8740 from maintperl.
36726              
36727              Html files will be installed in a more logical and easier to
36728              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
36729              
36730              Html files will be generated with a header to make them look
36731              a little less bare.
36732              
36733              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
36734      Branch: perl
36735           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
36736 ____________________________________________________________________________
36737 [  8740] By: jhi                                   on 2001/02/09  17:03:46
36738         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
36739              From: "Brendan O'Dea" <bod@compusol.com.au>
36740              Date: Sun, 4 Feb 2001 11:17:56 +1100
36741              Message-ID: <20010204111756.A16301@compusol.com.au>
36742      Branch: maint-5.6/perl
36743            ! pod/perlfaq3.pod
36744 ____________________________________________________________________________
36745 [  8739] By: jhi                                   on 2001/02/09  17:01:59
36746         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
36747              From: "Indy Singh" <indy@nusphere.com>
36748              Date: Fri, 2 Feb 2001 15:09:59 -0500
36749              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
36750              
36751              Html files will be generated with a header to make them look
36752              a little less bare.
36753      Branch: maint-5.6/perl
36754            ! installhtml
36755 ____________________________________________________________________________
36756 [  8738] By: jhi                                   on 2001/02/09  16:58:48
36757         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
36758              From: "Indy Singh" <indy@nusphere.com>
36759              Date: Fri, 2 Feb 2001 15:08:23 -0500
36760              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
36761              
36762              Html files will be installed in a more logical and easier to
36763              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
36764      Branch: maint-5.6/perl
36765            ! win32/Makefile win32/makefile.mk
36766 ____________________________________________________________________________
36767 [  8737] By: jhi                                   on 2001/02/09  16:46:54
36768         Log: Integrate changes #8687,8736 from maintperl.
36769              
36770              HP-UX thread patches from Merijn H. Brand.
36771              
36772              Latin nit from Philip Newton.
36773      Branch: perl
36774           !> README.hpux hints/hpux.sh
36775 ____________________________________________________________________________
36776 [  8736] By: jhi                                   on 2001/02/09  16:42:31
36777         Log: Latin nit from Philip Newton.
36778      Branch: maint-5.6/perl
36779            ! README.hpux
36780 ____________________________________________________________________________
36781 [  8735] By: jhi                                   on 2001/02/09  16:24:03
36782         Log: Integrate changes #8704,8710 from pureperl.
36783              
36784              Fixed UMRs and leak in Perl_pmtrans()
36785              
36786              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
36787              associated UTFied tr/// code.  Also fixed scoping leak of
36788              PL_reg_start_tmp.
36789      Branch: perl
36790           !> op.c regcomp.c
36791 ____________________________________________________________________________
36792 [  8734] By: jhi                                   on 2001/02/09  15:40:21
36793         Log: Integrate change #8733 from maintperl.
36794              
36795              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
36796      Branch: perl
36797           !> pod/perlre.pod
36798 ____________________________________________________________________________
36799 [  8733] By: jhi                                   on 2001/02/09  15:35:47
36800         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
36801              From: Prymmer/Kahn <pvhp@best.com>
36802              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
36803              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
36804      Branch: maint-5.6/perl
36805            ! pod/perlre.pod
36806 ____________________________________________________________________________
36807 [  8732] By: jhi                                   on 2001/02/09  15:26:17
36808         Log: Rename README.posix-bc to README.bs2000 (to avoid the
36809              confusion of a "perlposix-bc.pod"), add a few missing
36810              arch pods, regen toc.
36811      Branch: maint-5.6/perl
36812           +> README.bs2000
36813            - README.posix-bc
36814            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36815            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36816 ____________________________________________________________________________
36817 [  8731] By: jhi                                   on 2001/02/09  15:23:39
36818         Log: De-cut-and-pasto.
36819      Branch: perl
36820            ! pod/perl.pod
36821 ____________________________________________________________________________
36822 [  8730] By: jhi                                   on 2001/02/09  15:11:13
36823         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
36824              when people think that perlposix-bc.pod tells anything about
36825              Perl and POSIX.  Regen toc.
36826      Branch: perl
36827           +> README.bs2000
36828            - README.posix-bc
36829            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36830            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36831 ____________________________________________________________________________
36832 [  8729] By: jhi                                   on 2001/02/09  14:52:28
36833         Log: The README.vmesa part of #8712 from maintperl.
36834      Branch: perl
36835            ! README.vmesa
36836 ____________________________________________________________________________
36837 [  8728] By: jhi                                   on 2001/02/09  14:46:06
36838         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
36839              From: Peter Prymmer <pvhp@forte.com>
36840              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
36841              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
36842      Branch: maint-5.6/perl
36843            ! README.vmesa win32/Makefile win32/makefile.mk
36844 ____________________________________________________________________________
36845 [  8727] By: jhi                                   on 2001/02/09  14:33:25
36846         Log: Integrate change #8712 from mainline.
36847              
36848              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
36849      Branch: maint-5.6/perl
36850           !> lib/Pod/Find.pm
36851 ____________________________________________________________________________
36852 [  8726] By: jhi                                   on 2001/02/09  14:30:28
36853         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
36854              From: Peter Prymmer <pvhp@forte.com>
36855              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
36856              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
36857      Branch: perl
36858            + t/lib/cgi-esc.t
36859            ! MANIFEST lib/CGI/Util.pm
36860 ____________________________________________________________________________
36861 [  8725] By: jhi                                   on 2001/02/09  04:56:47
36862         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
36863      Branch: maint-5.6/perl
36864            ! pod/perlport.pod
36865 ____________________________________________________________________________
36866 [  8724] By: jhi                                   on 2001/02/09  04:40:59
36867         Log: Integrate changes 7819,7820 from vmsperl into mainline.
36868              
36869              Add header for LIB$ prototypes (C. Berry)
36870              
36871              Convert fwrite()s to sockets to write()s, since some socket stacks
36872              don't take kindly to stdio.
36873              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36874              (for often optional LNMs)
36875              Correct a few typos
36876              (C. Bailey)
36877      Branch: perl
36878           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
36879 ____________________________________________________________________________
36880 [  8723] By: jhi                                   on 2001/02/09  03:29:29
36881         Log: Integrate change #8722 from mainline.
36882              
36883              The Im() function wasn't returning zero for non-Math::Complex
36884              arguments.  The bug reported by John Gamble.
36885      Branch: maint-5.6/perl
36886           !> lib/Math/Complex.pm
36887 ____________________________________________________________________________
36888 [  8722] By: jhi                                   on 2001/02/09  03:28:33
36889         Log: The Im() function wasn't returning zero for non-Math::Complex
36890              arguments.  The bug reported by John Gamble.
36891      Branch: perl
36892            ! lib/Math/Complex.pm
36893 ____________________________________________________________________________
36894 [  8721] By: nick                                  on 2001/02/08  22:11:35
36895         Log: Correct the correction :-(
36896      Branch: perl
36897            ! perl.c
36898 ____________________________________________________________________________
36899 [  8720] By: bailey                                on 2001/02/08  20:59:22
36900         Log: Convert frwite()s to sockets to write()s, since some socket stacks
36901              don't take kindly to stdio.
36902              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36903              (for often optional LNMs)
36904              Correct a few typos
36905              (C. Bailey)
36906      Branch: vmsperl
36907            ! vms/vms.c vms/vmsish.h
36908 ____________________________________________________________________________
36909 [  8719] By: bailey                                on 2001/02/08  20:51:02
36910         Log: Add header for LIB$ prototypes (C. Berry)
36911      Branch: vmsperl
36912            ! ext/Devel/DProf/DProf.xs
36913 ____________________________________________________________________________
36914 [  8718] By: bailey                                on 2001/02/08  20:49:00
36915         Log: SYN SYN
36916      Branch: vmsperl
36917           +> pod/perliol.pod t/lib/sample-tests/bailout
36918           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
36919           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
36920           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
36921           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
36922           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
36923           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
36924            - lib/unicode/Is/DCinital.pl
36925           !> (integrate 101 files)
36926 ____________________________________________________________________________
36927 [  8717] By: nick                                  on 2001/02/08  19:38:48
36928         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
36929              From: Robin Barker <rmb1@cise.npl.co.uk>
36930              Date: Thu, 8 Feb 2001 14:38:07 GMT
36931              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
36932      Branch: perl
36933            ! lib/CPAN.pm
36934 ____________________________________________________________________________
36935 [  8716] By: nick                                  on 2001/02/08  19:29:07
36936         Log: Generated files form 8713 etc.
36937      Branch: perl
36938            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36939 ____________________________________________________________________________
36940 [  8715] By: nick                                  on 2001/02/08  19:26:08
36941         Log: Fixup non-ithread build after 8713
36942      Branch: perl
36943            ! perl.c
36944 ____________________________________________________________________________
36945 [  8714] By: nick                                  on 2001/02/08  19:17:45
36946         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
36947              From: nick@ccl4.org
36948              Date: Wed, 7 Feb 2001 00:27:47 +0000
36949              Message-Id: <20010207002747.B63724@plum.flirble.org>
36950      Branch: perl
36951            ! sv.c toke.c
36952 ____________________________________________________________________________
36953 [  8713] By: nick                                  on 2001/02/08  19:15:58
36954         Log: Subject: Re: [patch] Re: PL_ptr_table
36955              From: Doug Maceachern <dougm@covalent.net>
36956              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
36957              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
36958      Branch: perl
36959            ! embed.pl perl.c sv.c sv.h
36960 ____________________________________________________________________________
36961 [  8712] By: nick                                  on 2001/02/08  19:12:47
36962         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
36963              From: Peter Prymmer <pvhp@forte.com>
36964              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
36965              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
36966      Branch: perl
36967            ! lib/Pod/Find.pm
36968 ____________________________________________________________________________
36969 [  8711] By: nick                                  on 2001/02/07  21:06:11
36970         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
36971              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
36972              From: Alan Burlison <Alan.Burlison@uk.sun.com>
36973              Date: Tue, 06 Feb 2001 23:37:01 +0000
36974              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
36975      Branch: perl
36976            ! regcomp.c
36977 ____________________________________________________________________________
36978 [  8710] By: alanbur                               on 2001/02/07  00:22:04
36979         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
36980              associated UTFied tr/// code.  Also fixed scoping leak of
36981              PL_reg_start_tmp.
36982      Branch: maint-5.6/pureperl
36983            ! op.c regcomp.c
36984 ____________________________________________________________________________
36985 [  8709] By: nick                                  on 2001/02/06  21:16:49
36986         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
36987              From: Michael G Schwern <schwern@pobox.com>
36988              Date: Sun, 4 Feb 2001 19:47:14 -0500
36989              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
36990      Branch: perl
36991            ! pod/perlapi.pod pod/perlmodlib.PL
36992 ____________________________________________________________________________
36993 [  8708] By: nick                                  on 2001/02/06  20:41:20
36994         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
36995              From: Michael G Schwern <schwern@pobox.com>
36996              Date: Sun, 4 Feb 2001 21:17:49 -0500
36997              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
36998      Branch: perl
36999            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
37000            ! pod/perltootc.pod
37001 ____________________________________________________________________________
37002 [  8707] By: nick                                  on 2001/02/06  20:29:11
37003         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
37004              From: Michael G Schwern <schwern@pobox.com>
37005              Date: Tue, 6 Feb 2001 05:54:30 -0500
37006              Message-Id: <20010206055430.A951@blackrider.aocn.com>
37007      Branch: perl
37008            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
37009 ____________________________________________________________________________
37010 [  8706] By: nick                                  on 2001/02/06  20:21:40
37011         Log: Subject: RE: some win32 fixes
37012              Date: Tue, 6 Feb 2001 09:23:20 +0300
37013              From: Vadim Konovalov <vkonovalov@lucent.com>
37014              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
37015      Branch: perl
37016            ! toke.c win32/Makefile win32/config.bc win32/config.gc
37017            ! win32/config.vc win32/config_H.bc win32/makefile.mk
37018 ____________________________________________________________________________
37019 [  8705] By: alanbur                               on 2001/02/06  15:00:03
37020         Log: Synchronised with parent
37021      Branch: maint-5.6/pureperl
37022            ! regexec.c
37023           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
37024           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
37025 ____________________________________________________________________________
37026 [  8704] By: alanbur                               on 2001/02/06  14:55:24
37027         Log: Fixed UMRs and leak in Perl_pmtrans()
37028      Branch: maint-5.6/pureperl
37029            ! op.c
37030 ____________________________________________________________________________
37031 [  8703] By: gsar                                  on 2001/02/06  02:29:37
37032         Log: $(MAKE) distclean doesn't clean up properly on windows
37033      Branch: maint-5.6/perl
37034            ! win32/Makefile win32/makefile.mk
37035 ____________________________________________________________________________
37036 [  8702] By: gsar                                  on 2001/02/06  01:00:46
37037         Log: tweak change#8659 to keep it simple
37038      Branch: maint-5.6/perl
37039            ! utils/perldoc.PL
37040 ____________________________________________________________________________
37041 [  8701] By: gsar                                  on 2001/02/05  22:45:41
37042         Log: change#8693 was missing testsuite changes
37043      Branch: maint-5.6/perl
37044           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
37045 ____________________________________________________________________________
37046 [  8700] By: nick                                  on 2001/02/05  20:32:52
37047         Log: Integrate mainline
37048      Branch: perlio
37049           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
37050           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
37051           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
37052           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
37053           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
37054           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
37055           +> t/lib/test-harness.t
37056           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
37057           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
37058           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
37059           !> pod/perlutil.pod t/TEST utils/h2xs.PL
37060 ____________________________________________________________________________
37061 [  8699] By: nick                                  on 2001/02/05  19:41:07
37062         Log: Subject: perlfaq2, re: perlmongers
37063              From: David H. Adler <dha@panix.com>
37064              Date: Sun, 4 Feb 2001 23:48:23 -0500
37065              Message-Id: <20010204234823.A13429@panix.com>
37066      Branch: perl
37067            ! pod/perlfaq2.pod
37068 ____________________________________________________________________________
37069 [  8698] By: nick                                  on 2001/02/05  19:39:31
37070         Log: Missed file f#rom the testharness mess.
37071      Branch: perl
37072            + t/lib/test-harness.t
37073 ____________________________________________________________________________
37074 [  8697] By: nick                                  on 2001/02/05  19:37:21
37075         Log: Subject: [DOC PATCH] overload.pm nits
37076              From: John Tobey <jtobey@john-edwin-tobey.org>
37077              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
37078              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
37079      Branch: perl
37080            ! lib/overload.pm
37081 ____________________________________________________________________________
37082 [  8696] By: alanbur                               on 2001/02/05  11:56:00
37083         Log: Sync with parent
37084      Branch: maint-5.6/pureperl
37085           !> thread.h
37086 ____________________________________________________________________________
37087 [  8695] By: gsar                                  on 2001/02/05  03:27:34
37088         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
37089      Branch: maint-5.6/perl
37090            ! thread.h
37091 ____________________________________________________________________________
37092 [  8694] By: alanbur                               on 2001/02/05  00:07:47
37093         Log: Initial branch creation from //depot/maint-5.6/perl
37094      Branch: maint-5.6/pureperl
37095           +> (branch 1719 files)
37096 ____________________________________________________________________________
37097 [  8693] By: gsar                                  on 2001/02/04  22:38:49
37098         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
37099              changes)
37100      Branch: maint-5.6/perl
37101           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
37102           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
37103           !> ext/DB_File/version.c
37104 ____________________________________________________________________________
37105 [  8692] By: nick                                  on 2001/02/04  18:15:57
37106         Log: The missed t/TEST part of the grand testharness upgrade.
37107      Branch: perl
37108            ! t/TEST
37109 ____________________________________________________________________________
37110 [  8691] By: nick                                  on 2001/02/04  18:05:17
37111         Log: New improved test harness
37112              Subject: Re: [PATCH Test::Harness] Third time's a charm?
37113              From: Michael G Schwern <schwern@pobox.com>
37114              Date: Sun, 4 Feb 2001 08:01:20 -0500
37115              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
37116      Branch: perl
37117            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
37118            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
37119            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
37120            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
37121            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
37122            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
37123            ! MANIFEST lib/Test/Harness.pm
37124 ____________________________________________________________________________
37125 [  8690] By: nick                                  on 2001/02/04  17:57:51
37126         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
37127              From: Jonathan Stowe <gellyfish@gellyfish.com>
37128              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
37129              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
37130      Branch: perl
37131            ! utils/h2xs.PL
37132 ____________________________________________________________________________
37133 [  8689] By: nick                                  on 2001/02/04  17:55:24
37134         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37135              From: Michael G Schwern <schwern@pobox.com>
37136              Date: Sat, 3 Feb 2001 22:46:38 -0500
37137              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
37138      Branch: perl
37139            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
37140            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
37141 ____________________________________________________________________________
37142 [  8688] By: nick                                  on 2001/02/04  17:43:55
37143         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
37144              length byfailing to spot lack of closing )
37145              From: nick@talking.bollo.cx
37146              Date: Sat, 03 Feb 2001 23:53:16 +0000
37147              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
37148      Branch: perl
37149            ! perlio.c pod/perldiag.pod
37150 ____________________________________________________________________________
37151 [  8687] By: jhi                                   on 2001/02/03  17:11:42
37152         Log: HP-UX thread patches from Merijn H. Brand.
37153      Branch: maint-5.6/perl
37154            ! README.hpux hints/hpux.sh
37155 ____________________________________________________________________________
37156 [  8686] By: jhi                                   on 2001/02/03  16:40:12
37157         Log: Metaconfig changes for #8685.
37158      Branch: metaconfig
37159            ! U/installdirs/instubperl.U
37160      Branch: metaconfig/U/perl
37161            ! Devel.U versiononly.U
37162 ____________________________________________________________________________
37163 [  8685] By: jhi                                   on 2001/02/03  16:39:49
37164         Log: For -Dusedevel builds turn off installusrbinperl and turn on
37165              versiononly, a combined idea of Richard Soderberg and Merijn
37166              H. Brand.  You can still override both of these from the command
37167              line if you need to, -Dinstallusrbinperl and -Uversiononly.
37168      Branch: perl
37169            ! Configure
37170 ____________________________________________________________________________
37171 [  8684] By: jhi                                   on 2001/02/03  16:16:34
37172         Log: Metaconfig unit fix for #8683.
37173      Branch: metaconfig
37174            ! U/compline/nblock_io.U
37175 ____________________________________________________________________________
37176 [  8683] By: jhi                                   on 2001/02/03  16:16:12
37177         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
37178              reported by Peter Prymmer for 5.6-TRIAL1.
37179      Branch: perl
37180            ! Configure
37181 ____________________________________________________________________________
37182 [  8682] By: jhi                                   on 2001/02/03  05:52:11
37183         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
37184              to work correctly.
37185      Branch: maint-5.6/perl
37186            ! hints/irix_6.sh
37187 ____________________________________________________________________________
37188 [  8681] By: jhi                                   on 2001/02/03  05:47:33
37189         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
37190      Branch: maint-5.6/perl
37191            ! pod/perlport.pod
37192 ____________________________________________________________________________
37193 [  8680] By: jhi                                   on 2001/02/02  21:39:49
37194         Log: perlport update from Peter Prymmer.
37195      Branch: maint-5.6/perl
37196            ! pod/perlport.pod
37197 ____________________________________________________________________________
37198 [  8679] By: nick                                  on 2001/02/02  20:50:48
37199         Log: Integrate mainline
37200      Branch: perlio
37201           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
37202           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
37203           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
37204 ____________________________________________________________________________
37205 [  8678] By: gsar                                  on 2001/02/02  16:02:12
37206         Log: note about bincompat, slightly modified (from Lupe Christoph)
37207      Branch: maint-5.6/perl
37208            ! README.solaris
37209 ____________________________________________________________________________
37210 [  8677] By: jhi                                   on 2001/02/02  15:46:20
37211         Log: Supported platforms updates.
37212      Branch: maint-5.6/perl
37213            ! pod/perlport.pod
37214 ____________________________________________________________________________
37215 [  8676] By: jhi                                   on 2001/02/02  03:41:26
37216         Log: A couple more perlfaq2 tweaks.
37217      Branch: maint-5.6/perl
37218            ! pod/perlfaq2.pod
37219 ____________________________________________________________________________
37220 [  8675] By: jhi                                   on 2001/02/02  03:17:44
37221         Log: Misedit in #8661.
37222      Branch: maint-5.6/perl
37223            ! Configure
37224 ____________________________________________________________________________
37225 [  8674] By: jhi                                   on 2001/02/02  03:14:38
37226         Log: Damien again.
37227      Branch: maint-5.6/perl
37228            ! pod/perlfaq2.pod
37229 ____________________________________________________________________________
37230 [  8673] By: jhi                                   on 2001/02/02  03:12:40
37231         Log: perlfaq update from Elaine Ashton.
37232      Branch: maint-5.6/perl
37233            ! pod/perlfaq2.pod
37234 ____________________________________________________________________________
37235 [  8672] By: jhi                                   on 2001/02/02  03:07:08
37236         Log: UTF-8 s/// patch from Inaba Hiroto.
37237      Branch: maint-5.6/perl
37238            ! pp_ctl.c pp_hot.c
37239 ____________________________________________________________________________
37240 [  8671] By: jhi                                   on 2001/02/01  22:34:31
37241         Log: Update Changes.
37242      Branch: perl
37243            ! Changes patchlevel.h
37244 ____________________________________________________________________________
37245 [  8670] By: jhi                                   on 2001/02/01  22:15:29
37246         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
37247              from maintperl.
37248              
37249              Upgrade to Getopt::Long 2.25, from Johan Vromans.
37250              
37251              more files need to be writable in the source distribution
37252              
37253              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
37254              
37255              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
37256              
37257              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37258              
37259              Allow the float to be fuzzier.
37260              
37261              need to use INT2PTR instead of a straight cast or ia64 fails
37262              
37263              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
37264              
37265              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
37266      Branch: perl
37267           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
37268           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
37269           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
37270 ____________________________________________________________________________
37271 [  8669] By: jhi                                   on 2001/02/01  21:57:02
37272         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37273              From: Robin Barker <rmb1@cise.npl.co.uk>
37274              Date: Thu, 1 Feb 2001 16:59:05 GMT
37275              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
37276      Branch: maint-5.6/perl
37277            ! pod/perlmodlib.PL
37278 ____________________________________________________________________________
37279 [  8668] By: nick                                  on 2001/02/01  19:41:40
37280         Log: Integrate mainline
37281      Branch: perlio
37282           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
37283           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
37284           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
37285 ____________________________________________________________________________
37286 [  8667] By: gsar                                  on 2001/02/01  16:59:11
37287         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
37288      Branch: maint-5.6/perl
37289            ! embed.pl embedvar.h
37290 ____________________________________________________________________________
37291 [  8666] By: gsar                                  on 2001/02/01  16:34:51
37292         Log: add missing entries to win32/config.?c
37293      Branch: maint-5.6/perl
37294            ! win32/config.bc win32/config.gc win32/config.vc
37295            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37296 ____________________________________________________________________________
37297 [  8665] By: jhi                                   on 2001/02/01  14:58:51
37298         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
37299              From: "Stephen P. Potter" <spp@spotter.yi.org>
37300              Date: Thu, 01 Feb 2001 10:45:46 -0500
37301              Message-Id: <200102011545.KAA31479@spotter.yi.org>
37302      Branch: maint-5.6/perl
37303            ! pod/perlfunc.pod
37304 ____________________________________________________________________________
37305 [  8664] By: gsar                                  on 2001/02/01  14:52:37
37306         Log: need to use INT2PTR instead of a straight cast or ia64 fails
37307              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
37308      Branch: maint-5.6/perl
37309            ! ext/POSIX/POSIX.xs
37310 ____________________________________________________________________________
37311 [  8663] By: jhi                                   on 2001/02/01  14:09:13
37312         Log: Allow the float to be fuzzier.
37313      Branch: maint-5.6/perl
37314            ! t/lib/peek.t
37315 ____________________________________________________________________________
37316 [  8662] By: jhi                                   on 2001/02/01  13:59:00
37317         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
37318              From: Robin Barker <rmb1@cise.npl.co.uk>
37319              Date: Thu, 1 Feb 2001 13:05:39 GMT
37320              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
37321      Branch: maint-5.6/perl
37322            ! pod/perlmodlib.pod
37323 ____________________________________________________________________________
37324 [  8661] By: jhi                                   on 2001/02/01  13:57:38
37325         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
37326              Date: Thu, 01 Feb 2001 14:15:41 +0100
37327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37328              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
37329              
37330              Have the $ccflags in the gcc version test (strange, this change
37331              is claimed to be have been integrated already)
37332      Branch: maint-5.6/perl
37333            ! Configure
37334 ____________________________________________________________________________
37335 [  8660] By: jhi                                   on 2001/02/01  13:44:10
37336         Log: Integrate changes #7950,7964,7962 from mainline.
37337              
37338              Find the stdchar signedness using cpp, should fix some of
37339              the Solaris compiler warnings reported by Alan Burlison.
37340      Branch: maint-5.6/perl
37341           !> Configure config_h.SH
37342 ____________________________________________________________________________
37343 [  8659] By: jhi                                   on 2001/02/01  05:35:32
37344         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
37345              From: Jan Dubois <JanD@ActiveState.com>
37346              Date: Wed, 31 Jan 2001 21:17:03 -0800
37347              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
37348      Branch: maint-5.6/perl
37349            ! utils/perldoc.PL
37350 ____________________________________________________________________________
37351 [  8658] By: jhi                                   on 2001/02/01  04:33:17
37352         Log: Integrate the README.os390 and README.posix-bc parts of mainline
37353              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
37354              installperl parts were taken care of by #8657.)
37355      Branch: maint-5.6/perl
37356           !> README.os390 README.posix-bc
37357 ____________________________________________________________________________
37358 [  8657] By: jhi                                   on 2001/02/01  04:29:21
37359         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37360              From: Peter Prymmer <pvhp@forte.com>
37361              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
37362              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
37363      Branch: maint-5.6/perl
37364            + ext/DynaLoader/dl_dllload.xs
37365            ! MANIFEST Makefile.SH hints/os390.sh installperl
37366 ____________________________________________________________________________
37367 [  8656] By: jhi                                   on 2001/02/01  04:25:45
37368         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
37369              From: Peter Prymmer <pvhp@forte.com>
37370              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
37371              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
37372      Branch: maint-5.6/perl
37373            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
37374 ____________________________________________________________________________
37375 [  8655] By: jhi                                   on 2001/02/01  04:14:47
37376         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
37377              From: troc@netrus.net
37378              Date: Wed, 31 Jan 2001 22:31:26 -0500
37379              Message-Id: <200102010331.WAA117.85@rocco.homenet>
37380      Branch: maint-5.6/perl
37381            ! os2/os2.c
37382 ____________________________________________________________________________
37383 [  8654] By: jhi                                   on 2001/02/01  04:12:52
37384         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
37385              as reported by Alan Burlison.
37386      Branch: maint-5.6/perl
37387            ! pp.h
37388 ____________________________________________________________________________
37389 [  8653] By: jhi                                   on 2001/02/01  04:05:12
37390         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
37391              From: dsugalski@northernlight.com
37392              Date: Wed, 31 Jan 2001 18:54:11 -0500
37393              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
37394      Branch: maint-5.6/perl
37395            ! configure.com
37396 ____________________________________________________________________________
37397 [  8652] By: jhi                                   on 2001/02/01  04:03:11
37398         Log: Misplaced #endif.
37399              
37400              Subject: [perl-5-6-1-trial2] patches for EPOC
37401              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37402              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
37403              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
37404      Branch: maint-5.6/perl
37405            ! epoc/epocish.c
37406 ____________________________________________________________________________
37407 [  8651] By: jhi                                   on 2001/02/01  04:00:25
37408         Log: Integrate changes #8647,8648,8650 from mainline.
37409              
37410              Macrofy a magic UTF-8 test.
37411              
37412              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
37413              
37414              Watch out for cross compiling for EPOC (usually done on linux).
37415      Branch: maint-5.6/perl
37416           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
37417 ____________________________________________________________________________
37418 [  8650] By: jhi                                   on 2001/02/01  03:56:20
37419         Log: Watch out for cross compiling for EPOC (usually done on linux)
37420              
37421              Subject: [perl-5-6-1-trial2] patches for EPOC
37422              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37423              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
37424              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
37425      Branch: perl
37426            ! ext/Errno/Errno_pm.PL
37427 ____________________________________________________________________________
37428 [  8649] By: gsar                                  on 2001/02/01  00:46:00
37429         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
37430      Branch: maint-5.6/perl
37431            ! sv.c
37432 ____________________________________________________________________________
37433 [  8648] By: jhi                                   on 2001/01/31  23:35:36
37434         Log: All the uses of PL_numeric_radix must be protected by
37435              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
37436              
37437              Subject: [perl-5-6-1-trial2] patches for EPOC
37438              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37439              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
37440              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
37441      Branch: perl
37442            ! sv.c
37443 ____________________________________________________________________________
37444 [  8647] By: jhi                                   on 2001/01/31  22:56:16
37445         Log: Macrofy a magic UTF-8 test.
37446      Branch: perl
37447            ! utf8.c utf8.h
37448 ____________________________________________________________________________
37449 [  8646] By: gsar                                  on 2001/01/31  15:55:12
37450         Log: update Changes
37451      Branch: maint-5.6/perl
37452            ! Changes
37453 ____________________________________________________________________________
37454 [  8645] By: gsar                                  on 2001/01/31  15:10:14
37455         Log: Configure tweak suggested by Peter Prymmer
37456      Branch: maint-5.6/perl
37457            ! Configure
37458 ____________________________________________________________________________
37459 [  8644] By: gsar                                  on 2001/01/31  15:06:32
37460         Log: more files need to be writable in the source distribution
37461      Branch: maint-5.6/perl
37462            ! Porting/makerel
37463 ____________________________________________________________________________
37464 [  8643] By: jhi                                   on 2001/01/31  14:59:46
37465         Log: Integrate changes #8258,8278,8279 from mainline.
37466              
37467              Make the large file tests more robust/talkative.
37468      Branch: maint-5.6/perl
37469           !> t/lib/syslfs.t t/op/lfs.t
37470 ____________________________________________________________________________
37471 [  8642] By: gsar                                  on 2001/01/31  14:53:48
37472         Log: integrate changes#8311,8334 from mainline
37473              
37474              Add a new MakeMaker variable PM_FILTER that defines a Unix
37475              filter to be run on each .pm during the pm_to_blib() phase,
37476              a fixed version of
37477              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
37478              
37479              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
37480              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
37481              accurate reading of the "atime".  
37482      Branch: maint-5.6/perl
37483           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
37484           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
37485           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
37486 ____________________________________________________________________________
37487 [  8641] By: jhi                                   on 2001/01/31  14:46:37
37488         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
37489      Branch: maint-5.6/perl
37490            ! lib/Getopt/Long.pm
37491 ____________________________________________________________________________
37492 [  8640] By: gsar                                  on 2001/01/31  14:40:24
37493         Log: make regen_all
37494      Branch: maint-5.6/perl
37495            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
37496 ____________________________________________________________________________
37497 [  8639] By: gsar                                  on 2001/01/31  14:37:25
37498         Log: refresh windows config files
37499      Branch: maint-5.6/perl
37500            ! win32/Makefile win32/config_H.bc win32/config_H.gc
37501            ! win32/config_H.vc win32/makefile.mk
37502 ____________________________________________________________________________
37503 [  8638] By: gsar                                  on 2001/01/31  14:28:10
37504         Log: makefile tweaks for windows: introduce a bulk-switch to enable
37505              same options as ActivePerl; sync changes with makefile.mk
37506      Branch: maint-5.6/perl
37507            ! win32/Makefile win32/makefile.mk
37508 ____________________________________________________________________________
37509 [  8637] By: jhi                                   on 2001/01/31  04:41:30
37510         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
37511              From: Nicholas Clark <nick@ccl4.org>
37512              Date: Tue, 30 Jan 2001 19:51:05 +0000
37513              Message-ID: <20010130195105.R76607@plum.flirble.org> 
37514              
37515              op/inc cure.
37516      Branch: perl
37517            ! pp.c pp.h pp_hot.c t/op/arith.t
37518 ____________________________________________________________________________
37519 [  8636] By: jhi                                   on 2001/01/31  02:38:32
37520         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
37521              no perlio],8257,8380,8479,8515 from mainline.
37522              
37523              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
37524              
37525              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
37526              Subject: [PATCH perl@8133] fix-up for VMS extensions
37527              
37528              In VMS embedded perls couldn't access the statically built Socket.
37529              
37530              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
37531              
37532              Further VMS piping fixes from Charles Lane.
37533              
37534              Subject:  [PATCH] make t/op/misc.t work on VMS
37535              
37536              Add tracing for debugging extensions builds in VMS.
37537              
37538              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
37539      Branch: maint-5.6/perl
37540           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
37541           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
37542           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
37543 ____________________________________________________________________________
37544 [  8635] By: jhi                                   on 2001/01/31  01:46:41
37545         Log: Integrate change #7732 from mainline.
37546              
37547              Sparc 64-bit pack() fix from Jens Hamisch.
37548      Branch: maint-5.6/perl
37549           !> pp.c
37550 ____________________________________________________________________________
37551 [  8634] By: jhi                                   on 2001/01/31  01:41:16
37552         Log: One spot missing from #8626.
37553      Branch: maint-5.6/perl
37554            ! sv.c
37555 ____________________________________________________________________________
37556 [  8633] By: jhi                                   on 2001/01/31  00:49:17
37557         Log: Integrate change #7495 from mainline.
37558              
37559              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
37560      Branch: maint-5.6/perl
37561           !> MANIFEST ext/re/Makefile.PL
37562 ____________________________________________________________________________
37563 [  8632] By: jhi                                   on 2001/01/30  23:38:49
37564         Log: Integrate change #8396 from mainline.
37565              
37566              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
37567              better multicast support (resend)
37568      Branch: maint-5.6/perl
37569           !> ext/Socket/Socket.pm
37570 ____________________________________________________________________________
37571 [  8631] By: jhi                                   on 2001/01/30  23:28:03
37572         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
37573              
37574              More AIX lore. (7514, ext/re/hints/aix.pl)
37575              
37576              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
37577              
37578              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)
37579              
37580              Subject: [ID 20001214.002] Net::Ping patch
37581              
37582              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
37583              
37584              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
37585              
37586              Add ReuseAddr as a (preferred) alias for Reuse as we now
37587              also have ReusePort.
37588              
37589              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
37590      Branch: maint-5.6/perl
37591           +> ext/re/hints/aix.pl
37592           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
37593           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
37594 ____________________________________________________________________________
37595 [  8630] By: jhi                                   on 2001/01/30  23:03:59
37596         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
37597              
37598              read() documentation tweak for 20001121.004.
37599              
37600              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
37601      Branch: maint-5.6/perl
37602           !> pod/perlfunc.pod pod/perlre.pod
37603 ____________________________________________________________________________
37604 [  8629] By: jhi                                   on 2001/01/30  22:41:57
37605         Log: Integrate change #8098 from mainline.
37606              
37607              fastgetcwd is defined using a glob alias on a $^O dependent basis
37608              and there was no default assignment or perl subroutine.
37609      Branch: maint-5.6/perl
37610           !> lib/Cwd.pm
37611 ____________________________________________________________________________
37612 [  8628] By: jhi                                   on 2001/01/30  21:58:52
37613         Log: Integrate change #7866 from mainline.
37614              
37615              File::Temp 0.11.
37616      Branch: maint-5.6/perl
37617           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
37618 ____________________________________________________________________________
37619 [  8627] By: jhi                                   on 2001/01/30  21:39:44
37620         Log: Integrate changes #8075,8086,8228 from mainline.  
37621              
37622              Darwin is not Windows. (8075,8086)
37623              
37624              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
37625      Branch: maint-5.6/perl
37626           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
37627           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37628           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
37629           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
37630 ____________________________________________________________________________
37631 [  8626] By: jhi                                   on 2001/01/30  21:22:11
37632         Log: Integrate with tweakery the change #8625 from mainline,
37633              the multibyte decimal separator fix ("fa_IR locale failure").
37634      Branch: maint-5.6/perl
37635            ! embedvar.h perlapi.h
37636           !> intrpvar.h perl.c perl.h sv.c util.c
37637 ____________________________________________________________________________
37638 [  8625] By: jhi                                   on 2001/01/30  20:26:33
37639         Log: Fix for the fa_IR locale failure.  The reason for the failure
37640              was that Perl was assuming the decimal separator aka the radix
37641              separator is one character.  The Farsi-Iranian locale crushed
37642              that bad assumption since there the separator is 'Momayyez',
37643              glyphwise looking somewhat like a slash, and in Unicode UTF-8
37644              encoded in two bytes, 0xd9 0xab.
37645      Branch: perl
37646            ! intrpvar.h perl.c perl.h sv.c util.c
37647 ____________________________________________________________________________
37648 [  8624] By: gsar                                  on 2001/01/30  20:17:03
37649         Log: regen_headers
37650      Branch: maint-5.6/perl
37651            ! Makefile.SH pod/perlintern.pod
37652 ____________________________________________________________________________
37653 [  8623] By: gsar                                  on 2001/01/30  19:42:34
37654         Log: backout change#7431 and its dependents (causes spurious rebuilds
37655              of autogenerated files)
37656              
37657              fix benign b.t failure
37658      Branch: maint-5.6/perl
37659            ! Makefile.SH t/lib/b.t
37660 ____________________________________________________________________________
37661 [  8622] By: jhi                                   on 2001/01/30  19:41:41
37662         Log: Microperl sync.
37663      Branch: perl
37664            ! mg.c perl.h
37665 ____________________________________________________________________________
37666 [  8621] By: gsar                                  on 2001/01/30  19:24:47
37667         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
37668              from mainline
37669              
37670              Subject: podlators 1.06 released
37671              
37672              Subject: [PATCH @8436] Eliminate op_children
37673              
37674              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
37675              
37676              (Replaced by #8448)  More op_children traces (cleanup of #8442).
37677              
37678              Subject: [PATCH #3 @8436] Re: Eliminate op_children
37679              Replace #8444 and #8445.
37680              
37681              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
37682              at the setting of the ofs_sv in new_struct_thread() as the
37683              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
37684              uninitialized fields are, uh, initialized with),
37685              SvREFCNT_inc()ing that invited a core dump.
37686              
37687              podlators 1.07, from Russ Allbery.
37688              
37689              Subject: [PATCH] regcomp.c old feature removal
37690              From: mjd@plover.com
37691              Date: 16 Jan 2001 14:43:18 -0000 
37692              Message-ID: <20010116144318.7140.qmail@plover.com> 
37693      Branch: maint-5.6/perl
37694           +> lib/Pod/Text/Overstrike.pm
37695           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
37696           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
37697           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
37698           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
37699           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
37700           !> util.c
37701 ____________________________________________________________________________
37702 [  8620] By: gsar                                  on 2001/01/30  18:48:32
37703         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
37704              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
37705              now fails one test)
37706              
37707              Subject: [PATCH] lvalue AUTOLOAD. No, really.
37708              
37709              Subject: [PATCH] Interesting syntax idea
37710              Make opens + bareword assigns do typeglob assigns.
37711              
37712              Tests for #8254.
37713              
37714              Subject: [PATCH @8269] Continue blocks and B::Deparse
37715              Make the peephole optimizer to bypass more null ops and
37716              and rewrite the deparse handling of continue blocks.
37717              
37718              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
37719              Doc tweak on #8313.
37720              
37721              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37722              
37723              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
37724              
37725              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
37726              
37727              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
37728              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
37729              according to the platform.
37730              
37731              Subject: [PATCH @8404] Consolidated lvalue sub changes
37732              
37733              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
37734              
37735              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
37736              
37737              Subject: B::Concise -- an improved replacement for B::Terse 
37738              
37739              The B::Terse drop-in replacement wasn't quite drop-in.
37740              
37741              The LVRET macro needed an aTHX.
37742              
37743              Use the /^Perl_/-less form of is_lvalue_sub().
37744              
37745              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
37746      Branch: maint-5.6/perl
37747           +> ext/B/B/Concise.pm
37748           !> (integrate 27 files)
37749 ____________________________________________________________________________
37750 [  8619] By: nick                                  on 2001/01/30  18:40:28
37751         Log: Integrate mainline
37752      Branch: perlio
37753           !> (integrate 40 files)
37754 ____________________________________________________________________________
37755 [  8618] By: jhi                                   on 2001/01/30  18:37:18
37756         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
37757              Date: Mon, 29 Jan 2001 22:51:29 -0600
37758              From: "Craig A. Berry" <craigberry@mac.com>
37759              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
37760      Branch: perl
37761            ! vms/test.com
37762 ____________________________________________________________________________
37763 [  8617] By: jhi                                   on 2001/01/30  18:34:53
37764         Log: Subject: [PATCH] Add missing CV flags to dump.c
37765              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37766              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
37767              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
37768      Branch: perl
37769            ! dump.c
37770 ____________________________________________________________________________
37771 [  8616] By: jhi                                   on 2001/01/30  18:20:58
37772         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
37773              part isn't applicable to maintperl.
37774              
37775              UTF-8 nit from Inaba Hiroto.
37776      Branch: maint-5.6/perl
37777           !> pod/perlapi.pod utf8.c
37778 ____________________________________________________________________________
37779 [  8615] By: jhi                                   on 2001/01/30  18:18:51
37780         Log: UTF-8 nit from Inaba Hiroto.
37781      Branch: perl
37782            ! pod/perlapi.pod t/op/each.t utf8.c
37783 ____________________________________________________________________________
37784 [  8614] By: jhi                                   on 2001/01/30  18:13:38
37785         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
37786              
37787              perl's internal variables are not for public consumption,
37788              move their docs from perlapi.pod to perlintern.pod
37789              
37790              support for -Dusethreads build under HP-UX 10.20 and DCE threads
37791              library (11.0 and later have pthreads but 10.x don't)
37792              
37793              avoid uninitialized value warnings
37794              
37795              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
37796              gets weird results)
37797              
37798              perldoc nit on windows
37799              
37800              make it possible to run the tests outside the source tree
37801              (there's still a dependency on ../lib being the library
37802              location)
37803      Branch: perl
37804           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
37805           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
37806           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
37807           !> win32/bin/search.pl win32/vdir.h
37808 ____________________________________________________________________________
37809 [  8613] By: gsar                                  on 2001/01/30  16:39:59
37810         Log: make it possible to run the tests outside the source tree
37811              (there's still a dependency on ../lib being the library
37812              location)
37813      Branch: maint-5.6/perl
37814            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
37815 ____________________________________________________________________________
37816 [  8612] By: gsar                                  on 2001/01/30  16:31:12
37817         Log: perldoc nit on windows
37818      Branch: maint-5.6/perl
37819            ! utils/perldoc.PL
37820 ____________________________________________________________________________
37821 [  8611] By: gsar                                  on 2001/01/30  16:22:54
37822         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
37823              gets weird results)
37824      Branch: maint-5.6/perl
37825            ! win32/vdir.h
37826 ____________________________________________________________________________
37827 [  8610] By: gsar                                  on 2001/01/30  16:12:45
37828         Log: avoid uninitialized value warnings
37829      Branch: maint-5.6/perl
37830            ! win32/bin/search.pl
37831 ____________________________________________________________________________
37832 [  8609] By: gsar                                  on 2001/01/30  16:08:01
37833         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
37834              library (11.0 and later have pthreads but 10.x don't)
37835      Branch: maint-5.6/perl
37836            ! hints/hpux.sh thread.h
37837 ____________________________________________________________________________
37838 [  8608] By: gsar                                  on 2001/01/30  15:48:55
37839         Log: perl's internal variables are not for public consumption,
37840              move their docs from perlapi.pod to perlintern.pod
37841      Branch: maint-5.6/perl
37842            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
37843            ! thrdvar.h
37844 ____________________________________________________________________________
37845 [  8607] By: gsar                                  on 2001/01/30  15:44:27
37846         Log: mistakenly branched perl56delta.pod, revert
37847      Branch: maint-5.6/perl
37848            - pod/perl56delta.pod
37849           !> pod/perldelta.pod
37850 ____________________________________________________________________________
37851 [  8606] By: gsar                                  on 2001/01/30  14:20:24
37852         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
37853              dTHR which has been a noop for a while now, except for the
37854              compatibility definition in thread.h)
37855      Branch: maint-5.6/perl
37856           !> (integrate 45 files)
37857 ____________________________________________________________________________
37858 [  8605] By: jhi                                   on 2001/01/30  05:43:58
37859         Log: Mark the UTF-8 APIs as experimental.
37860      Branch: maint-5.6/perl
37861            ! embed.pl pod/perlapi.pod
37862 ____________________________________________________________________________
37863 [  8604] By: jhi                                   on 2001/01/30  05:38:40
37864         Log: Nits from earlier integrates.
37865      Branch: maint-5.6/perl
37866            ! lib/Carp/Heavy.pm
37867           !> sv.c
37868 ____________________________________________________________________________
37869 [  8603] By: jhi                                   on 2001/01/30  05:27:26
37870         Log: Regenerate Porting files.
37871      Branch: maint-5.6/perl
37872            ! Porting/Glossary Porting/config.sh Porting/config_H
37873 ____________________________________________________________________________
37874 [  8602] By: jhi                                   on 2001/01/30  05:14:59
37875         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
37876              8310,8339,8447,8492,8493,8505,8525: documentation changes.
37877              
37878              Subject: Re: perlfaq style changes
37879              
37880              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
37881              
37882              Subject: [PATCH] docs on NaN
37883              
37884              Subject: [patch] perlfaq7
37885              
37886              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
37887              
37888              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
37889              
37890              Subject: [PATCH] open() example in perlfunc.pod
37891              
37892              Podify README.mpeix (a new version from the web)
37893              
37894              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37895              
37896              Subject: [PATCH] format and rewording in perlfaq.pod
37897              
37898              Subject: [PATCH] API Variable documentation   
37899              
37900              Memory management calls documentation.
37901              
37902              Subject: [PATCH: perl@8482] README.vms URL updates
37903              
37904              Subject: Minor typos in perlfaq2.pod
37905              
37906              Subject: [PATCH] pod/perlvar.pod
37907      Branch: maint-5.6/perl
37908           +> pod/perl56delta.pod
37909            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37910           !> README.amiga README.epoc README.mpeix README.vms
37911           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
37912           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
37913           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
37914           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
37915           !> pod/perlvar.pod thrdvar.h
37916 ____________________________________________________________________________
37917 [  8601] By: jhi                                   on 2001/01/30  04:38:35
37918         Log: Integrate changes #8036,8096,8253 from mainline:
37919              hints changes.
37920              
37921              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
37922              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
37923              
37924              Output the (apparent) version of gcc in Tru64.
37925      Branch: maint-5.6/perl
37926           +> ext/POSIX/hints/svr4.pl
37927           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
37928           !> hints/svr4.sh t/lib/bigfltpm.t
37929 ____________________________________________________________________________
37930 [  8600] By: jhi                                   on 2001/01/30  04:04:01
37931         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
37932              locale fixes.
37933              
37934              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
37935              
37936              Debian allows /usr/bin/locale to exist without any locales. (7868)
37937              
37938              Allow the locale test needing POSIX and the taint test
37939              needing IPC::SysV to run under 'minitest' (basically,
37940              bail out if loading the extension fails). (8384)
37941              
37942              Cleanup the locale.t output  (8480)
37943      Branch: maint-5.6/perl
37944           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
37945           !> t/pragma/locale.t
37946 ____________________________________________________________________________
37947 [  8599] By: jhi                                   on 2001/01/30  03:51:04
37948         Log: Missing generated files from #8598.
37949      Branch: maint-5.6/perl
37950            ! embed.h global.sym objXSUB.h perlapi.c proto.h
37951 ____________________________________________________________________________
37952 [  8598] By: jhi                                   on 2001/01/30  03:41:54
37953         Log: Integrate change #8555 from mainline, manually integrate parts
37954              of changes 8452 and 8583.
37955              
37956              Subject: [PATCH] utf8.c documentation (8452)
37957              
37958              No point in checking the length if the pointer is bogus. (8555)
37959              
37960              Introduce bytes_from_utf8() and implement sv_eq() using it,
37961              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
37962              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
37963              was malformed. (8583)
37964      Branch: maint-5.6/perl
37965            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
37966           !> pod/perlapi.pod sv.c utf8.c
37967 ____________________________________________________________________________
37968 [  8597] By: gsar                                  on 2001/01/30  02:37:26
37969         Log: get PERL_OBJECT build going again on windows
37970      Branch: maint-5.6/perl
37971            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37972            ! pod/perlapi.pod proto.h sv.c
37973 ____________________________________________________________________________
37974 [  8596] By: jhi                                   on 2001/01/30  02:16:17
37975         Log: Signedness nit.
37976      Branch: perl
37977            ! sv.c
37978 ____________________________________________________________________________
37979 [  8595] By: jhi                                   on 2001/01/30  02:11:07
37980         Log: EBCDIC patch for Storable, from Peter Prymmer.
37981      Branch: perl
37982            ! t/lib/st-06compat.t
37983 ____________________________________________________________________________
37984 [  8594] By: jhi                                   on 2001/01/30  01:04:48
37985         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
37986              From: Peter Prymmer <pvhp@forte.com>
37987              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
37988              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
37989      Branch: perl
37990            ! t/lib/b.t
37991 ____________________________________________________________________________
37992 [  8593] By: jhi                                   on 2001/01/30  00:56:47
37993         Log: Subject: [PATCH: perl@8585] pod problems in io
37994              From: Peter Prymmer <pvhp@forte.com>
37995              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
37996              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
37997      Branch: perl
37998            ! pod/perlapio.pod pod/perliol.pod
37999 ____________________________________________________________________________
38000 [  8592] By: jhi                                   on 2001/01/30  00:48:20
38001         Log: Integrate perlio.
38002      Branch: perl
38003           !> pod/perlapio.pod pod/perliol.pod
38004 ____________________________________________________________________________
38005 [  8591] By: nick                                  on 2001/01/29  22:02:28
38006         Log: GNU 'merge' Simon's copy of perliol.pod with version
38007              patched by Craig's patch.
38008      Branch: perlio
38009            ! pod/perliol.pod
38010 ____________________________________________________________________________
38011 [  8590] By: nick                                  on 2001/01/29  21:55:10
38012         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
38013      Branch: perlio
38014            ! pod/perlapio.pod pod/perliol.pod
38015 ____________________________________________________________________________
38016 [  8589] By: jhi                                   on 2001/01/29  15:35:33
38017         Log: Integrate change #8586 from maint-5.6/perl.
38018              
38019              make the BOM detection code not call tell() until it has to
38020              (meant to fix esoteric compatibility issues where PL_rsfp
38021              is overridden)
38022      Branch: perl
38023           !> toke.c
38024 ____________________________________________________________________________
38025 [  8588] By: jhi                                   on 2001/01/29  15:29:11
38026         Log: Subject: MAking Solaris malloc() the default
38027              From: Lupe Christoph <lupe@lupe-christoph.de>
38028              Date: Mon, 29 Jan 2001 12:59:36 +0100
38029              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
38030              
38031              The README.solaris part slightly tweaked.
38032      Branch: perl
38033            ! README.solaris hints/solaris_2.sh
38034 ____________________________________________________________________________
38035 [  8587] By: jhi                                   on 2001/01/29  15:17:34
38036         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
38037              From: root@ak-75.mind.de
38038              Date: Sun, 28 Jan 2001 20:32:29 +0100
38039              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
38040      Branch: perl
38041            ! pod/perlre.pod
38042 ____________________________________________________________________________
38043 [  8586] By: gsar                                  on 2001/01/29  13:43:44
38044         Log: make the BOM detection code not call tell() until it has to
38045              (meant to fix esoteric compatibility issues where PL_rsfp
38046              is overridden)
38047      Branch: maint-5.6/perl
38048            ! toke.c
38049 ____________________________________________________________________________
38050 [  8585] By: jhi                                   on 2001/01/28  20:05:45
38051         Log: Update Changes.
38052      Branch: perl
38053            ! Changes patchlevel.h
38054 ____________________________________________________________________________
38055 [  8584] By: jhi                                   on 2001/01/28  19:30:02
38056         Log: Integrate perlio.
38057      Branch: perl
38058           +> pod/perliol.pod
38059           !> MANIFEST pod/perlapio.pod
38060 ____________________________________________________________________________
38061 [  8583] By: jhi                                   on 2001/01/28  19:28:40
38062         Log: Patch from Inaba Hiroto:
38063              - canonical UTF-8 hash keys: if a key string for a hash is
38064              UTF8-on, try downgrade the string and use it if
38065              unicode::distinct is not in effect.
38066              For the task, I added a function bytes_from_utf8() to utf8.c.
38067              It might resemble utf8_to_bytes() but it is not convenient
38068              to the task.
38069              Made a test for it and added to t/op/each.t
38070              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
38071              the mortal copy of the argument SV.
38072              And changed t/io/utf8.t test 18 which expects print() to
38073              upgrade its argument.
38074              - re-implement sv_eq with bytes_from_utf8()
38075              - some bug fixes
38076              - tr/// does not handle UTF8 range (\x{}-\x{})
38077              - \ before raw UTF8 character produced
38078              "Malformed UTF-8 character" warning.
38079              - "\x{100}\N{CENT SIGN}" is Malformed.
38080              Added tests for these 3.
38081              - and one silly bug (by me) with qu operator.
38082      Branch: perl
38083            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
38084            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
38085            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
38086 ____________________________________________________________________________
38087 [  8582] By: nick                                  on 2001/01/28  19:25:04
38088         Log: Add pod/perliol.pod to MANIFEST :-(
38089      Branch: perlio
38090            ! MANIFEST
38091 ____________________________________________________________________________
38092 [  8581] By: nick                                  on 2001/01/28  19:22:40
38093         Log: PerlIO documentation. Proofing and sub-editing requested.
38094      Branch: perlio
38095            + pod/perliol.pod
38096            ! pod/perlapio.pod
38097 ____________________________________________________________________________
38098 [  8580] By: jhi                                   on 2001/01/28  05:16:25
38099         Log: Revert the change to sv_2pv() done by #8054: Someone who
38100              did SvNV_set() on a scalar that also happened to be POK,
38101              followed by sv_2pv() won't get the right coercion anymore.
38102              [Sarathy]
38103      Branch: maint-5.6/perl
38104            ! sv.c
38105 ____________________________________________________________________________
38106 [  8579] By: jhi                                   on 2001/01/28  05:15:04
38107         Log: Remove the #8084 effect: do not allow -Q to be interpreted
38108              as -&Q(), this is too much wiggle room.
38109      Branch: maint-5.6/perl
38110            ! toke.c
38111 ____________________________________________________________________________
38112 [  8578] By: jhi                                   on 2001/01/28  05:12:45
38113         Log: Needed bits of #8439 (should have been in #8576),
38114              mainly for lval substr().
38115      Branch: maint-5.6/perl
38116            ! mg.c pp.c pp_hot.c
38117 ____________________________________________________________________________
38118 [  8577] By: jhi                                   on 2001/01/28  05:02:46
38119         Log: A missing check-in.
38120      Branch: maint-5.6/perl
38121            ! utf8.c
38122 ____________________________________________________________________________
38123 [  8576] By: jhi                                   on 2001/01/28  04:26:18
38124         Log: Integrate changes #8425,8436,8439,8517 from mainline.
38125              The 8439 was not truly integrated because it had too many
38126              dependencies on the development branch and because it introduced
38127              concepts too bold for a maintenance branch (such as the qu operator).
38128              
38129              Subject: [PATCH perl@8342] -Wformat
38130              
38131              Tighten some of the UTF-8 tests a bit.
38132              
38133              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
38134              - The substr lval was still not okay.
38135              - Now pp_stringify and sv_setsv copies source's UTF8 flag
38136              even if IN_BYTE.  pp_stringify is called from fold_constants
38137              at optimization phase and "\x{100}" was made SvUTF8_off under
38138              use bytes (the bytes pragma is for "byte semantics" and not
38139              for "do not produce UTF8 data")
38140      Branch: maint-5.6/perl
38141            ! t/lib/charnames.t t/op/substr.t toke.c
38142           !> sv.c t/pragma/utf8.t
38143 ____________________________________________________________________________
38144 [  8575] By: jhi                                   on 2001/01/28  04:01:51
38145         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
38146              
38147              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
38148              
38149              Subject: [ID 20001230.003] UTF-8 tr still hurts
38150              
38151              Test cases for #8385 (from Simon's "torture.pl")
38152              
38153              Start fixing UTF-8 lval substr() (8405)
38154      Branch: maint-5.6/perl
38155           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
38156           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
38157 ____________________________________________________________________________
38158 [  8574] By: jhi                                   on 2001/01/28  03:09:06
38159         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
38160              from mainline.
38161              
38162              UTF-8 cleanup.
38163              
38164              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
38165              
38166              "\x{FF}\xFF" was broken.
38167              
38168              Tests for #8329 and #8330.
38169              
38170              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
38171              
38172              IRIX compiler noticed that the bof initialization might be
38173              bypassed by control flow.
38174              
38175              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
38176      Branch: maint-5.6/perl
38177           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38178           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
38179 ____________________________________________________________________________
38180 [  8573] By: jhi                                   on 2001/01/28  02:06:12
38181         Log: Retract #8552.
38182      Branch: perl
38183            ! lib/Text/Wrap.pm t/lib/textwrap.t
38184 ____________________________________________________________________________
38185 [  8572] By: jhi                                   on 2001/01/28  02:04:49
38186         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
38187              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
38188              not really integrated but instead salvaged by hand
38189              (they had too many dependencies on the development release
38190              to be cleanly integratable).
38191              
38192              Subject: more UTF8 test suites and an UTF8 patch
38193              
38194              Tweak for MULTIPLICITY/USE_PERLIO
38195              
38196              Signedness nit.
38197              
38198              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
38199              
38200              Use the UTF8_XXX macros in is_utf8_char().
38201              
38202              Rewrite pp_concat() in terms of sv_catsv().  The . operator
38203              should now be UTF-8-proof.
38204              
38205              Subject: [PATCH perl@8269] scanning two hex-constants
38206              fails on EBCDIC environment (script length.t)
38207              
38208              Add some Unicode chop() tests.
38209      Branch: maint-5.6/perl
38210            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
38211           !> sv.c t/op/chop.t utf8.h
38212 ____________________________________________________________________________
38213 [  8571] By: jhi                                   on 2001/01/28  00:35:59
38214         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
38215              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
38216              
38217              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
38218              
38219              The maxiters upper limit sanity check (guarding against
38220              non-progress) assumed bytes instead of characters in s///
38221              and split().
38222              
38223              Signedness nit.
38224              
38225              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
38226              join() should now be UTF-8-proof.
38227              
38228              More split // UTF-8 tests. (8250)
38229      Branch: maint-5.6/perl
38230           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
38231           !> util.c
38232 ____________________________________________________________________________
38233 [  8570] By: jhi                                   on 2001/01/27  22:15:46
38234         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
38235              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
38236              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
38237              8084,8204,8244,8333 from mainline.
38238              
38239              For -Q where Q might be a one-letter sub name one does no more
38240              get a warning about an unknown filetest (7941,7943,7944,8084).
38241              
38242              Subject: Re: [ID 20001130.011] expression parsing bug ?
38243              
38244              Make uv_to_utf8() to zero-terminate its output buffer.
38245              
38246              Split off t/op/length.t (7995)
38247              
38248              Split off t/op/utf8decode.t (7996)
38249              
38250              Remove an unnecessary 'use utf8' from the utf8.t (7998)
38251              
38252              Split off t/op/concat.t (8004)
38253              
38254              Split off t/op/ver.t (8005)
38255              
38256              Document utf8_length(), utf8_distance(), and utf8_hop().
38257              
38258              Document utf8_to_uv() better.
38259              
38260              Introduce macros for UTF8 decoding (8028,8033).
38261              
38262              Add test for reverse() (8030,8031).
38263              
38264              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
38265              
38266              Do not return the Unicode replacement character    on UTF-8
38267              decoding failure.
38268              
38269              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
38270              not this_utf8 i.e. the output string has one, but don't mess
38271              with source assumption. (8052,8053)
38272              
38273              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
38274              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
38275              was not expecting to be called with something that was already
38276              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
38277              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
38278              (8054)
38279              
38280              Recode the naughty binary bytes in utf8decode.t using the \xHH.
38281              
38282              Make some panic messages a bit more logical.
38283      Branch: maint-5.6/perl
38284           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
38285           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
38286           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
38287           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
38288           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
38289           !> utf8.c utf8.h
38290 ____________________________________________________________________________
38291 [  8569] By: jhi                                   on 2001/01/27  19:16:43
38292         Log: Integrate changes #7750 from perlio and #8566 from mainline.
38293      Branch: maint-5.6/perl
38294           !> regexec.c sv.c
38295 ____________________________________________________________________________
38296 [  8568] By: jhi                                   on 2001/01/27  18:06:51
38297         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
38298              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
38299              7935[-perlio.c],7936,7959,7965 from mainline.
38300              
38301              Change the "big byte" error message to "Wide character".
38302              (7355, the croak-if-wide-chars-in-print part ignored)
38303              
38304              Use UINT64_C().
38305              
38306              Introduce Perl_utf8_length().
38307              
38308              diff -se shows these as different (7753, forgotten check-ins)
38309              
38310              Subject: [PATCH] doop.c - UTF8 tr///
38311              
38312              If we use (aTHX_ ...) then put Perl_ on the front.
38313              
38314              Make utf8_length() and utf8_distance() to be less forgiving
38315              about bad UTF-8.
38316              
38317              Test line numbers are different with utf8.
38318              
38319              No need to scan till infinity, 13 is enough. (7872,7911)
38320              
38321              Subject: [PATCH] Tokeniser debugging
38322              
38323              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
38324              
38325              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
38326              
38327              Be more careful in Perl_sv_utf8_downgrade().
38328              
38329              Use DO_UTF8().
38330              
38331              Raw zero bytes in text files confuse at least GNU patch 2.1.
38332      Branch: maint-5.6/perl
38333           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38334           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
38335           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
38336           !> t/pragma/utf8.t toke.c utf8.c utf8.h
38337 ____________________________________________________________________________
38338 [  8567] By: nick                                  on 2001/01/27  11:10:38
38339         Log: Integrate mainline
38340      Branch: perlio
38341           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
38342           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
38343           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
38344           !> toke.c
38345 ____________________________________________________________________________
38346 [  8566] By: jhi                                   on 2001/01/27  06:22:48
38347         Log: More documentation for the regexp context stack.
38348      Branch: perl
38349            ! regexec.c
38350 ____________________________________________________________________________
38351 [  8565] By: jhi                                   on 2001/01/27  05:21:57
38352         Log: Update Changes.
38353      Branch: perl
38354            ! Changes patchlevel.h
38355 ____________________________________________________________________________
38356 [  8564] By: jhi                                   on 2001/01/27  04:44:04
38357         Log: Threadedness patch for #8562 from Doug MacEachern.
38358      Branch: perl
38359            ! toke.c
38360 ____________________________________________________________________________
38361 [  8563] By: jhi                                   on 2001/01/27  04:26:24
38362         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
38363              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38364              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
38365              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
38366      Branch: perl
38367            ! op.c
38368 ____________________________________________________________________________
38369 [  8562] By: jhi                                   on 2001/01/27  04:20:30
38370         Log: Subject: Re: Announce : Tokener reporting patch
38371              From: Simon Cozens <simon@cozens.net>
38372              Date: Mon, 22 Jan 2001 02:17:22 +0000
38373              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
38374      Branch: perl
38375            ! embed.h embed.pl proto.h toke.c
38376 ____________________________________________________________________________
38377 [  8561] By: jhi                                   on 2001/01/27  04:17:24
38378         Log: Forgot from #8545.  Oops.
38379      Branch: perl
38380            ! pp.c t/pragma/overload.t
38381 ____________________________________________________________________________
38382 [  8560] By: jhi                                   on 2001/01/27  03:01:47
38383         Log: A better module compilation test, use MANIFEST as suggested
38384              by Spider.
38385      Branch: perl
38386            ! t/lib/1_compile.t
38387 ____________________________________________________________________________
38388 [  8559] By: jhi                                   on 2001/01/27  02:50:48
38389         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
38390              From: Peter Prymmer <pvhp@forte.com>
38391              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
38392              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
38393      Branch: perl
38394            ! t/lib/b.t
38395 ____________________________________________________________________________
38396 [  8558] By: jhi                                   on 2001/01/27  02:27:05
38397         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
38398              From: Peter Prymmer <pvhp@forte.com>
38399              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
38400              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
38401      Branch: perl
38402            ! t/pragma/sub_lval.t
38403 ____________________________________________________________________________
38404 [  8557] By: jhi                                   on 2001/01/27  02:26:03
38405         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
38406              From: Peter Prymmer <pvhp@forte.com>
38407              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
38408              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
38409      Branch: perl
38410            ! t/lib/st-06compat.t
38411 ____________________________________________________________________________
38412 [  8556] By: jhi                                   on 2001/01/27  02:24:33
38413         Log: Subject: [PATCH: perl@8531] minor update to README.os390
38414              From: Peter Prymmer <pvhp@forte.com>
38415              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
38416              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
38417      Branch: perl
38418            ! README.os390
38419 ____________________________________________________________________________
38420 [  8555] By: jhi                                   on 2001/01/27  00:35:47
38421         Log: No point in checking the length before we know whether the pointer
38422              is bogus or not, fixes Abigail's odbm failures in Linux.
38423      Branch: perl
38424            ! sv.c
38425 ____________________________________________________________________________
38426 [  8554] By: nick                                  on 2001/01/26  19:01:31
38427         Log: Integrate mainline
38428      Branch: perlio
38429           !> lib/Text/Wrap.pm t/lib/textwrap.t
38430 ____________________________________________________________________________
38431 [  8553] By: jhi                                   on 2001/01/26  15:19:39
38432         Log: Integrate change #7792 from perlio (multiplicity fix),
38433              fix the AV leak in regex DEBUGGING (tiny part of the
38434              polymorphic regexp patch #8143).
38435      Branch: maint-5.6/perl
38436            ! regcomp.c
38437           !> scope.h
38438 ____________________________________________________________________________
38439 [  8552] By: jhi                                   on 2001/01/26  15:03:23
38440         Log: (Retracted by #8573)
38441              
38442              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
38443              From: Michael G Schwern <schwern@pobox.com>
38444              Date: Fri, 26 Jan 2001 09:28:31 -0500
38445              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
38446      Branch: perl
38447            ! lib/Text/Wrap.pm t/lib/textwrap.t
38448 ____________________________________________________________________________
38449 [  8551] By: jhi                                   on 2001/01/26  02:33:19
38450         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
38451              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
38452              
38453              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
38454              
38455              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
38456              
38457              Message nit.
38458              
38459              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
38460              
38461              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
38462              
38463              (the cleanup of unused submatches in regtry() and regcppop())
38464              
38465              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
38466              stored and restored, and thusly was trounced by the utf8 swash
38467              routines.
38468              
38469              use utf8 not required to use \x{}.
38470              
38471              Removed two more tests that make no sense in UTF-8 since the test
38472              data is not in UTF-8.
38473              
38474              Get the three different space character classes right under utf8.
38475              
38476              Implement ANYOFUTF8 regprop() dumping.
38477              
38478              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
38479              
38480              Document the regex context pushing/popping a bit better.
38481      Branch: maint-5.6/perl
38482           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
38483           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
38484           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
38485           !> t/op/regmesg.t utf8.c
38486 ____________________________________________________________________________
38487 [  8550] By: nick                                  on 2001/01/25  19:42:30
38488         Log: Integrate mainline
38489      Branch: perlio
38490           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
38491           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
38492           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
38493           !> t/lib/bigint.t t/lib/bigintpm.t
38494 ____________________________________________________________________________
38495 [  8549] By: jhi                                   on 2001/01/25  15:22:28
38496         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
38497      Branch: maint-5.6/perl
38498            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
38499 ____________________________________________________________________________
38500 [  8548] By: jhi                                   on 2001/01/25  15:02:55
38501         Log: Integrate changes #7997,8063,8492,8547 from mainline.
38502              
38503              Subject: Re: STRLEN - what?
38504              
38505              Subject: [PATCH] perlguts.pod
38506              
38507              Memory management calls documentation.
38508              
38509              Layout using tabulator is not a good idea in a pod.
38510      Branch: maint-5.6/perl
38511           !> pod/perlguts.pod
38512 ____________________________________________________________________________
38513 [  8547] By: jhi                                   on 2001/01/25  14:49:05
38514         Log: Layout using tabulator is not a good idea in a pod.
38515      Branch: perl
38516            ! pod/perlguts.pod
38517 ____________________________________________________________________________
38518 [  8546] By: jhi                                   on 2001/01/25  14:31:12
38519         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
38520              from mainline.
38521              
38522              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38523              
38524              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
38525              
38526              More Win32 editor/IDE/shell hints.
38527              
38528              More Win32 Perling.
38529              
38530              Yet another editor edit.
38531              
38532              Edit edit edit.
38533              
38534              IDE/editor section tweaking.
38535              
38536              Few more IDE/editor nits from p5p.
38537      Branch: maint-5.6/perl
38538           !> pod/perlfaq3.pod
38539 ____________________________________________________________________________
38540 [  8545] By: jhi                                   on 2001/01/25  04:16:32
38541         Log: Subject: [PATCH 5.7.0] overload int()
38542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38543              Date: Wed, 24 Jan 2001 19:06:57 -0500
38544              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
38545      Branch: perl
38546            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
38547            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
38548            ! t/lib/bigintpm.t
38549 ____________________________________________________________________________
38550 [  8544] By: jhi                                   on 2001/01/25  04:15:11
38551         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
38552              From: Peter Prymmer <pvhp@forte.com>
38553              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
38554              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
38555      Branch: perl
38556            ! Makefile.SH README.os390 hints/os390.sh installperl
38557 ____________________________________________________________________________
38558 [  8543] By: jhi                                   on 2001/01/25  03:52:08
38559         Log: Integrate change #8462,8469 from mainline.
38560              
38561              In VMS Perl subversion (perl -V) is undef.
38562      Branch: maint-5.6/perl
38563           !> configure.com
38564 ____________________________________________________________________________
38565 [  8542] By: jhi                                   on 2001/01/25  03:44:55
38566         Log: Integrate changes #7835,7850,8315,8316 from mainline.
38567              
38568              Solaris hints.
38569      Branch: maint-5.6/perl
38570           !> hints/solaris_2.sh
38571 ____________________________________________________________________________
38572 [  8541] By: jhi                                   on 2001/01/25  03:39:28
38573         Log: Integrate #8336 from mainline.
38574      Branch: maint-5.6/perl
38575           !> hv.c
38576 ____________________________________________________________________________
38577 [  8540] By: jhi                                   on 2001/01/25  03:23:50
38578         Log: Retract #8539.
38579      Branch: maint-5.6/perl
38580            ! pod/perlfaq3.pod
38581 ____________________________________________________________________________
38582 [  8539] By: jhi                                   on 2001/01/25  03:21:55
38583         Log: (Retracted by #8540.)
38584      Branch: maint-5.6/perl
38585            ! pod/perlfaq3.pod
38586 ____________________________________________________________________________
38587 [  8538] By: jhi                                   on 2001/01/25  03:14:07
38588         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
38589              From: Peter Prymmer <pvhp@forte.com>
38590              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
38591              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
38592              
38593              The VMS bits.
38594      Branch: maint-5.6/perl
38595            ! configure.com vms/descrip_mms.template
38596 ____________________________________________________________________________
38597 [  8537] By: jhi                                   on 2001/01/25  03:06:09
38598         Log: Integrate #7710,7824,7973 from mainline.
38599      Branch: maint-5.6/perl
38600           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38601           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
38602           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
38603           !> vos/config.ga.def vos/config.ga.h win32/config.bc
38604           !> win32/config.gc win32/config.vc
38605 ____________________________________________________________________________
38606 [  8536] By: jhi                                   on 2001/01/24  13:50:20
38607         Log: Revert the edits made by me so far to the 5.6 branch since
38608              the TRIAL1 since I did edits when I should have been using
38609              integrates.  Bad programmer.   (Will integrate them properly later.)
38610              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
38611              The #8353 will not be reapplied at least for now since
38612              the UTF-8 hash keys need more thinking.
38613              (The patches #8347, #8354, #8454, #8473 were okay since they
38614              were original edits made specifically for the 5.6.1-TRIAL1.)
38615      Branch: maint-5.6/perl
38616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38617            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
38618            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
38619            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
38620            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
38621            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38622            ! win32/config.bc win32/config.gc win32/config.vc
38623 ____________________________________________________________________________
38624 [  8535] By: bailey                                on 2001/01/24  06:37:02
38625         Log: SYN SYN
38626      Branch: vmsperl
38627           +> (branch 26 files)
38628           !> (integrate 130 files)
38629 ____________________________________________________________________________
38630 [  8534] By: nick                                  on 2001/01/23  19:30:57
38631         Log: Integrate mainline.
38632      Branch: perlio
38633           !> Changes Configure Porting/Glossary Porting/config.sh
38634           !> Porting/config_H embed.h embed.pl ext/Encode/compile
38635           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
38636           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
38637           !> pod/perlvar.pod proto.h t/lib/1_compile.t
38638 ____________________________________________________________________________
38639 [  8533] By: jhi                                   on 2001/01/23  16:15:46
38640         Log: Forgotten from #8501.
38641      Branch: perl
38642            ! Porting/Glossary Porting/config.sh Porting/config_H
38643 ____________________________________________________________________________
38644 [  8532] By: jhi                                   on 2001/01/23  16:13:27
38645         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
38646              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38647              Date: Mon, 22 Jan 2001 17:51:58 +0100
38648              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
38649      Branch: perl
38650            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
38651 ____________________________________________________________________________
38652 [  8531] By: jhi                                   on 2001/01/23  15:46:01
38653         Log: Update Changes.
38654      Branch: perl
38655            ! Changes patchlevel.h
38656 ____________________________________________________________________________
38657 [  8530] By: jhi                                   on 2001/01/23  15:38:39
38658         Log: De-cut-and-pasto.
38659      Branch: perl
38660            ! t/lib/1_compile.t
38661 ____________________________________________________________________________
38662 [  8529] By: jhi                                   on 2001/01/23  15:11:04
38663         Log: Document the mkdir trailing slashes case.
38664      Branch: perl
38665            ! pod/perlfunc.pod
38666 ____________________________________________________________________________
38667 [  8528] By: jhi                                   on 2001/01/23  15:08:28
38668         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
38669              get installed:
38670              
38671              Subject: lib/lib.pm
38672              From: <abigail@foad.org>
38673              Date: Mon, 28 Aug 2000 20:35:08 -0400
38674              Message-ID: <20000829003508.21281.qmail@foad.org>
38675      Branch: perl
38676            ! installperl
38677 ____________________________________________________________________________
38678 [  8527] By: jhi                                   on 2001/01/23  14:44:04
38679         Log: Metaconfig unit change for #8526.
38680      Branch: metaconfig
38681            ! U/threads/archname.U
38682 ____________________________________________________________________________
38683 [  8526] By: jhi                                   on 2001/01/23  14:43:19
38684         Log: Attach -perlio to the archname if so selected.
38685      Branch: perl
38686            ! Configure
38687 ____________________________________________________________________________
38688 [  8525] By: jhi                                   on 2001/01/23  14:24:01
38689         Log: Subject: [PATCH] pod/perlvar.pod
38690              From: abigail@foad.org
38691              Date: Tue, 23 Jan 2001 01:41:10 +0100
38692              Message-ID: <20010123004110.22259.qmail@foad.org>
38693      Branch: perl
38694            ! pod/perlvar.pod
38695 ____________________________________________________________________________
38696 [  8524] By: jhi                                   on 2001/01/23  14:22:32
38697         Log: A bug introduced in #8217 (the undefined variable in the
38698              lib/safe1_t #3) fixed, by Charles Lane:
38699              
38700              The earlier patch made it so that stuff running in Safe
38701              compartments could do a "caller" and see "main".  That
38702              little change in name is done right before the code in
38703              the compartment is run, and apparantly the parser
38704              was picking up the stash name before it got changed.
38705              
38706              (why it was threaded vs. unthreaded Perl that was sensitive to this
38707              I still don't know...and it probably doesn't matter).
38708              
38709              I tryed removing the stash name-change and saw that threaded Perl
38710              did indeed pass the lib/safe1.t tests.
38711              
38712              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
38713              do the name change (and to connect _ in the compartment to the global
38714              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
38715              to call _safe_pkg_prep when creating a new compartment.
38716              
38717              Passes all tests with threaded perl on linux; passes all tests
38718              with unthreaded perl on VMS.
38719              
38720              At some point I'll probably want to revisit Safe and Opcode to
38721              provide more sensible handling of global variables...and to get
38722              formats working in Safe compartments, which they don't do currently.
38723      Branch: perl
38724            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
38725 ____________________________________________________________________________
38726 [  8523] By: jhi                                   on 2001/01/23  14:11:58
38727         Log: Also the lib/Thread.pm itself needs to be ignored if
38728              the Thread extension hasn't been built.
38729      Branch: perl
38730            ! t/lib/1_compile.t
38731 ____________________________________________________________________________
38732 [  8522] By: jhi                                   on 2001/01/23  13:51:28
38733         Log: print() instead of warn() so that stderr doesn't get
38734              unncessarily polluted.
38735      Branch: perl
38736            ! ext/Encode/compile
38737 ____________________________________________________________________________
38738 [  8521] By: jhi                                   on 2001/01/23  13:49:48
38739         Log: Integrate perlio.
38740      Branch: perl
38741           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
38742           !> ext/Encode/encode.h
38743 ____________________________________________________________________________
38744 [  8520] By: nick                                  on 2001/01/22  21:44:00
38745         Log: More messing with Encode:
38746              Extra fields in header to allow multiple names and to record
38747              other things "compile" knows.
38748              Re-organise compile to factor out common output routines.
38749      Branch: perlio
38750            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
38751 ____________________________________________________________________________
38752 [  8519] By: nick                                  on 2001/01/22  20:33:50
38753         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
38754      Branch: perlio
38755            ! ext/Encode/Makefile.PL ext/Encode/compile
38756 ____________________________________________________________________________
38757 [  8518] By: nick                                  on 2001/01/22  20:28:13
38758         Log: Integrate mainline
38759      Branch: perlio
38760           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
38761           !> vos/config.alpha.def vos/config.alpha.h
38762 ____________________________________________________________________________
38763 [  8517] By: jhi                                   on 2001/01/22  15:37:17
38764         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
38765              by Inaba Hiroto.
38766      Branch: perl
38767            ! sv.c
38768 ____________________________________________________________________________
38769 [  8516] By: jhi                                   on 2001/01/22  14:55:15
38770         Log: More SIG_SIZE fixes.
38771      Branch: perl
38772            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
38773 ____________________________________________________________________________
38774 [  8515] By: jhi                                   on 2001/01/22  14:50:27
38775         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
38776              From: "Craig A. Berry" <craigberry@mac.com>
38777              Date: Mon, 22 Jan 2001 00:42:24 -0600
38778              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
38779      Branch: perl
38780            ! configure.com
38781 ____________________________________________________________________________
38782 [  8514] By: jhi                                   on 2001/01/22  14:31:17
38783         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
38784              From: "Craig A. Berry" <craigberry@mac.com>
38785              Date: Sun, 21 Jan 2001 23:03:25 -0600
38786              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
38787      Branch: perl
38788            ! configure.com
38789 ____________________________________________________________________________
38790 [  8513] By: jhi                                   on 2001/01/22  14:14:00
38791         Log: Add the .ucm encoding tables to the MANIFEST.
38792      Branch: perl
38793            ! MANIFEST
38794 ____________________________________________________________________________
38795 [  8512] By: jhi                                   on 2001/01/22  13:43:33
38796         Log: Integrate perlio.
38797      Branch: perl
38798           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38799           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38800           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38801           +> ext/Encode/Encode/iso8859-10.ucm
38802           +> ext/Encode/Encode/iso8859-13.ucm
38803           +> ext/Encode/Encode/iso8859-14.ucm
38804           +> ext/Encode/Encode/iso8859-15.ucm
38805           +> ext/Encode/Encode/iso8859-16.ucm
38806           +> ext/Encode/Encode/iso8859-2.ucm
38807           +> ext/Encode/Encode/iso8859-3.ucm
38808           +> ext/Encode/Encode/iso8859-4.ucm
38809           +> ext/Encode/Encode/iso8859-5.ucm
38810           +> ext/Encode/Encode/iso8859-6.ucm
38811           +> ext/Encode/Encode/iso8859-7.ucm
38812           +> ext/Encode/Encode/iso8859-8.ucm
38813           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38814           +> ext/Encode/Encode/symbol.ucm
38815           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
38816           !> perliol.h
38817 ____________________________________________________________________________
38818 [  8511] By: nick                                  on 2001/01/21  23:44:47
38819         Log: Make "real" layers of ":utf8" and ":raw".
38820              So now PERLIO=utf8 perl ...
38821              does what Andreas wanted.
38822              Fix arg passing in open.pm (still have a Carp issue).
38823      Branch: perlio
38824            ! lib/open.pm perlio.c perliol.h
38825 ____________________________________________________________________________
38826 [  8510] By: jhi                                   on 2001/01/21  22:56:53
38827         Log: Document the regex content pushing/popping a bit better.
38828      Branch: perl
38829            ! regexec.c
38830 ____________________________________________________________________________
38831 [  8509] By: jhi                                   on 2001/01/21  22:55:44
38832         Log: Tweak the mkdir trailing slash code some more.
38833              
38834              TO DO: the same handling should probably be done for
38835              all the other filesystem functions that can have directories
38836              as their arguments.
38837      Branch: perl
38838            ! pp_sys.c
38839 ____________________________________________________________________________
38840 [  8508] By: nick                                  on 2001/01/21  21:37:43
38841         Log: Switch "compiled in" encodings to .ucm format.
38842              (Leave others as .enc till we can run-time load .ucm,
38843              or find some other way to load them.)
38844      Branch: perlio
38845            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38846            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38847            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38848            + ext/Encode/Encode/iso8859-10.ucm
38849            + ext/Encode/Encode/iso8859-13.ucm
38850            + ext/Encode/Encode/iso8859-14.ucm
38851            + ext/Encode/Encode/iso8859-15.ucm
38852            + ext/Encode/Encode/iso8859-16.ucm
38853            + ext/Encode/Encode/iso8859-2.ucm
38854            + ext/Encode/Encode/iso8859-3.ucm
38855            + ext/Encode/Encode/iso8859-4.ucm
38856            + ext/Encode/Encode/iso8859-5.ucm
38857            + ext/Encode/Encode/iso8859-6.ucm
38858            + ext/Encode/Encode/iso8859-7.ucm
38859            + ext/Encode/Encode/iso8859-8.ucm
38860            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38861            + ext/Encode/Encode/symbol.ucm
38862            ! ext/Encode/Makefile.PL ext/Encode/compile
38863 ____________________________________________________________________________
38864 [  8507] By: nick                                  on 2001/01/21  21:02:03
38865         Log: Integrate (partial) mainline.
38866      Branch: perlio
38867           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
38868           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
38869           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38870 ____________________________________________________________________________
38871 [  8506] By: jhi                                   on 2001/01/21  20:09:30
38872         Log: Update Changes.
38873      Branch: perl
38874            ! Changes patchlevel.h
38875 ____________________________________________________________________________
38876 [  8505] By: jhi                                   on 2001/01/21  19:39:59
38877         Log: Subject: Minor typos in perlfaq2.pod
38878              From: "Stephen P. Potter" <spp@spotter.yi.org>
38879              Message-Id: <200101192101.QAA11911@spotter.yi.org>
38880              Date: Fri, 19 Jan 2001 16:01:13 -0500
38881              
38882              with a nit from Philip Netwon.
38883      Branch: perl
38884            ! pod/perlfaq2.pod
38885 ____________________________________________________________________________
38886 [  8504] By: jhi                                   on 2001/01/21  19:33:05
38887         Log: Metaconfig change for #8503.
38888      Branch: metaconfig
38889            ! U/threads/usethreads.U
38890 ____________________________________________________________________________
38891 [  8503] By: jhi                                   on 2001/01/21  19:32:21
38892         Log: Sanity check for conflicting thread flavours.
38893      Branch: perl
38894            ! Configure config_h.SH
38895 ____________________________________________________________________________
38896 [  8502] By: jhi                                   on 2001/01/21  19:23:00
38897         Log: Metaconfig change for #8501.
38898      Branch: metaconfig
38899            ! U/modified/sig_name.U
38900 ____________________________________________________________________________
38901 [  8501] By: jhi                                   on 2001/01/21  19:22:26
38902         Log: The SIG_SIZE is the number of the elements *excluding*
38903              the terminating NULL.
38904      Branch: perl
38905            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
38906            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
38907            ! win32/config_H.vc
38908 ____________________________________________________________________________
38909 [  8500] By: jhi                                   on 2001/01/21  18:31:31
38910         Log: Integrate perlio.
38911      Branch: perl
38912           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
38913           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
38914           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
38915           !> pp_sys.c proto.h sv.c
38916 ____________________________________________________________________________
38917 [  8499] By: jhi                                   on 2001/01/21  17:43:57
38918         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
38919              From: Hugo <hv@crypt.compulink.co.uk>
38920              Date: Sun, 21 Jan 2001 13:34:05 +0000
38921              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
38922              
38923              In sprintf UTF8ize only if necessary.
38924      Branch: perl
38925            ! sv.c
38926 ____________________________________________________________________________
38927 [  8498] By: nick                                  on 2001/01/21  16:25:32
38928         Log: Encode cleanup.
38929              Add command line control over "compile" so that Makefile.PL
38930              needs can be combined with other uses.
38931              Use command line options in Makefile.PL.
38932              Fix multi-byte parsing in .ucm files.
38933      Branch: perlio
38934            ! ext/Encode/Makefile.PL ext/Encode/compile
38935 ____________________________________________________________________________
38936 [  8497] By: nick                                  on 2001/01/21  12:56:27
38937         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
38938      Branch: perlio
38939            ! ext/Encode/Encode.xs
38940 ____________________________________________________________________________
38941 [  8496] By: nick                                  on 2001/01/21  12:18:45
38942         Log: Fixup after integrate:
38943              missed the .sym files that are changed by regen_headers
38944              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
38945      Branch: perlio
38946            ! global.sym pp.sym sv.c
38947 ____________________________________________________________________________
38948 [  8495] By: nick                                  on 2001/01/21  11:51:07
38949         Log: Integrate mainline.
38950      Branch: perlio
38951           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
38952           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
38953           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
38954           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
38955           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
38956           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
38957           !> win32/Makefile win32/makefile.mk
38958 ____________________________________________________________________________
38959 [  8494] By: jhi                                   on 2001/01/20  23:12:11
38960         Log: Forgot the expect_number() prototype.
38961      Branch: perl
38962            ! embed.h embed.pl proto.h
38963 ____________________________________________________________________________
38964 [  8493] By: jhi                                   on 2001/01/20  22:56:39
38965         Log: Subject: [PATCH: perl@8482] README.vms URL updates
38966              From: Peter Prymmer <pvhp@forte.com>
38967              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
38968              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
38969              
38970              Plus Craig A. Berry's suggestion to use compaq.com instead
38971              of digital.com.
38972      Branch: perl
38973            ! README.vms
38974 ____________________________________________________________________________
38975 [  8492] By: jhi                                   on 2001/01/20  22:50:05
38976         Log: Memory management calls documentation.
38977      Branch: perl
38978            ! pod/perlguts.pod
38979 ____________________________________________________________________________
38980 [  8491] By: jhi                                   on 2001/01/20  22:38:33
38981         Log: Signedness nit plus few memcpy/Copy nits.
38982      Branch: perl
38983            ! sv.c
38984 ____________________________________________________________________________
38985 [  8490] By: jhi                                   on 2001/01/20  22:25:53
38986         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
38987              From: Peter Prymmer <pvhp@forte.com>
38988              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
38989              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
38990      Branch: perl
38991            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
38992 ____________________________________________________________________________
38993 [  8489] By: jhi                                   on 2001/01/20  22:24:41
38994         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
38995              From: Peter Prymmer <pvhp@forte.com>
38996              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
38997              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
38998      Branch: perl
38999            ! win32/Makefile win32/makefile.mk
39000 ____________________________________________________________________________
39001 [  8488] By: jhi                                   on 2001/01/20  22:22:27
39002         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
39003              From: Peter Prymmer <pvhp@forte.com>
39004              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
39005              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
39006      Branch: perl
39007            ! Makefile.SH
39008 ____________________________________________________________________________
39009 [  8487] By: jhi                                   on 2001/01/20  22:21:18
39010         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
39011              From: Peter Prymmer <pvhp@forte.com>
39012              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
39013              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
39014      Branch: perl
39015            + ext/DynaLoader/dl_dllload.xs
39016            ! MANIFEST Makefile.SH hints/os390.sh
39017 ____________________________________________________________________________
39018 [  8486] By: jhi                                   on 2001/01/20  22:17:53
39019         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
39020              From: Peter Prymmer <pvhp@forte.com>
39021              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
39022              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
39023      Branch: perl
39024            ! README.os390 README.posix-bc
39025 ____________________________________________________________________________
39026 [  8485] By: jhi                                   on 2001/01/20  20:15:30
39027         Log: Document and test the new qu operator.
39028      Branch: perl
39029            + t/op/qu.t
39030            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
39031            ! pod/perlretut.pod pod/perlunicode.pod
39032 ____________________________________________________________________________
39033 [  8484] By: nick                                  on 2001/01/20  19:42:30
39034         Log: Infrastructure to allow:
39035              open($fh,"|-",@array);
39036              to be implemented
39037              i.e. mark pp_open as needing a stack mark, and make pp_open
39038              process its args in that style (and pass them _all_ to tied handles OPEN).
39039              Invent do_openn() which takes SV ** at allow it to see multiple args.
39040              Note this does not _do_ anything yet.
39041      Branch: perlio
39042            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
39043            ! perlapi.c pp_proto.h pp_sys.c proto.h
39044 ____________________________________________________________________________
39045 [  8483] By: nick                                  on 2001/01/20  17:23:14
39046         Log: Integrate mainline.
39047      Branch: perlio
39048           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
39049           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
39050 ____________________________________________________________________________
39051 [  8482] By: jhi                                   on 2001/01/19  15:37:49
39052         Log: Update Changes.
39053      Branch: perl
39054            ! Changes patchlevel.h
39055 ____________________________________________________________________________
39056 [  8481] By: jhi                                   on 2001/01/19  14:41:24
39057         Log: Subject: Re: new feature: s?printf parameter reordering 
39058              From: Hugo <hv@crypt.compulink.co.uk>
39059              Date: Thu, 11 Jan 2001 17:09:03 +0000
39060              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
39061              
39062              - support reordering for all parameters: %, *v, *, .*
39063              - lay down that the reordering specification must immediately
39064              follow that parameter: %3$, *v3$, *3$, .*3$
39065              - fix vectorisation of a zero-length string
39066              - factor out the code choosing the argument to format
39067              
39068              Possibly unwanted side-effects:
39069              - the special format specifiers ' +-0' must now precede any
39070              vectorisation specifier. Tests in op/sprintf and op/ver
39071              have been changed to reflect this.
39072              - sprintf.t test #214 changed its expectations because in many
39073              cases, the next parameter has already been consumed when an
39074              invalid type letter is detected.
39075              
39076              Probably wanted side-effects:
39077              - attempts to format a non-existent parameter will warn as if C<undef>
39078              - attempt to write to non-existent parameter with '%n' will complain
39079              of "attempt to modify read-only value" instead of being silent
39080      Branch: perl
39081            ! sv.c t/op/sprintf.t t/op/ver.t
39082 ____________________________________________________________________________
39083 [  8480] By: jhi                                   on 2001/01/19  14:08:37
39084         Log: Subject: PATCH pragma/locale.t
39085              From: andreas.koenig@anima.de (Andreas J. Koenig)
39086              Date: 18 Jan 2001 09:45:37 +0100
39087              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
39088      Branch: perl
39089            ! t/pragma/locale.t
39090 ____________________________________________________________________________
39091 [  8479] By: jhi                                   on 2001/01/19  13:19:58
39092         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
39093      Branch: perl
39094            ! configure.com
39095 ____________________________________________________________________________
39096 [  8478] By: jhi                                   on 2001/01/19  02:12:35
39097         Log: Automate 1_compile.t.
39098      Branch: perl
39099            ! t/lib/1_compile.t
39100 ____________________________________________________________________________
39101 [  8477] By: jhi                                   on 2001/01/19  01:49:56
39102         Log: Integrate perlio.
39103      Branch: perl
39104           !> sv.c win32/config.bc win32/config.gc win32/config.vc
39105           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39106 ____________________________________________________________________________
39107 [  8476] By: nick                                  on 2001/01/18  21:51:52
39108         Log: Integrate mainline
39109      Branch: perlio
39110           +> t/lib/1_compile.t t/lib/compmod.pl
39111           !> MANIFEST configure.com lib/unicode/distinct.pm
39112 ____________________________________________________________________________
39113 [  8475] By: nick                                  on 2001/01/18  21:48:02
39114         Log: Win32 "safe signals" co-existance fix.
39115              Fix SIG_SIZE value.
39116              Clear PL_sig_pending when cloning (fork).
39117      Branch: perlio
39118            ! sv.c win32/config.bc win32/config.gc win32/config.vc
39119            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39120 ____________________________________________________________________________
39121 [  8474] By: jhi                                   on 2001/01/18  14:40:57
39122         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
39123      Branch: perl
39124            ! t/lib/1_compile.t
39125 ____________________________________________________________________________
39126 [  8473] By: gsar                                  on 2001/01/18  11:42:31
39127         Log: unsubmitted trial1 change
39128      Branch: maint-5.6/perl
39129            ! Changes
39130 ____________________________________________________________________________
39131 [  8472] By: jhi                                   on 2001/01/18  04:30:24
39132         Log: The first bug found by 1_compile.t.
39133      Branch: perl
39134            ! lib/unicode/distinct.pm
39135 ____________________________________________________________________________
39136 [  8471] By: jhi                                   on 2001/01/18  04:29:42
39137         Log: Add Schwern's 1_compile test.  The compile_module script renamed
39138              to be a bit shorter for the 8.3 people.
39139      Branch: perl
39140            + t/lib/1_compile.t t/lib/compmod.pl
39141            ! MANIFEST
39142 ____________________________________________________________________________
39143 [  8470] By: jhi                                   on 2001/01/18  04:16:00
39144         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)
39145              From: Peter Prymmer <pvhp@forte.com>
39146              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
39147              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
39148              Replace #8463.
39149      Branch: maint-5.6/perl
39150            ! configure.com
39151 ____________________________________________________________________________
39152 [  8469] By: jhi                                   on 2001/01/18  04:13:02
39153         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)
39154              From: Peter Prymmer <pvhp@forte.com>
39155              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
39156              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
39157              Replace #8462.
39158      Branch: perl
39159            ! configure.com
39160 ____________________________________________________________________________
39161 [  8468] By: jhi                                   on 2001/01/18  03:42:08
39162         Log: Integrate perlio.
39163      Branch: perl
39164           !> gv.c mg.c perlio.c util.c
39165 ____________________________________________________________________________
39166 [  8467] By: nick                                  on 2001/01/17  22:41:10
39167         Log: "Safe" signals - trial implementation.
39168              gv.c tweaked to zero PL_sig_pend array
39169              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
39170              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
39171              Odd thing is that it "works" with PERLIO=stdio as well (linux).
39172      Branch: perlio
39173            ! gv.c mg.c perlio.c util.c
39174 ____________________________________________________________________________
39175 [  8466] By: nick                                  on 2001/01/17  20:40:20
39176         Log: Integrate mainline.
39177      Branch: perlio
39178           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39179           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
39180           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
39181           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39182           !> vos/config.ga.h win32/config.bc win32/config.gc
39183           !> win32/config.vc
39184 ____________________________________________________________________________
39185 [  8465] By: jhi                                   on 2001/01/17  18:37:13
39186         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
39187              From: Nicholas Clark <nick@ccl4.org>
39188              Date: Wed, 17 Jan 2001 17:31:33 +0000
39189              Message-ID: <20010117173133.I2633@plum.flirble.org>
39190      Branch: perl
39191            ! t/op/int.t
39192 ____________________________________________________________________________
39193 [  8464] By: jhi                                   on 2001/01/17  14:43:17
39194         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
39195              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39196              Date: Wed, 17 Jan 2001 15:16:43 +0100
39197              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
39198              
39199              pp_int() was dropping an NV to the floor,
39200              int(279964589018079/59) either returned not an integer
39201              4745162525730.15, or one got "Attempt to free unreferenced scalar."
39202      Branch: perl
39203            ! pp.c
39204 ____________________________________________________________________________
39205 [  8463] By: jhi                                   on 2001/01/17  06:12:42
39206         Log: (Replaced by #8470)
39207              
39208              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)
39209              From: "Craig A. Berry" <craigberry@mac.com>
39210              Date: Tue, 16 Jan 2001 23:38:46 -0600
39211              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
39212      Branch: maint-5.6/perl
39213            ! configure.com
39214 ____________________________________________________________________________
39215 [  8462] By: jhi                                   on 2001/01/17  06:11:31
39216         Log: (Replaced by #8469)
39217              
39218              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)
39219              From: "Craig A. Berry" <craigberry@mac.com>
39220              Date: Tue, 16 Jan 2001 23:38:46 -0600
39221              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
39222      Branch: perl
39223            ! configure.com
39224 ____________________________________________________________________________
39225 [  8461] By: jhi                                   on 2001/01/17  05:56:12
39226         Log: Allow for one trailing slash in the directory of mkdir().
39227      Branch: perl
39228            ! pp_sys.c
39229 ____________________________________________________________________________
39230 [  8460] By: jhi                                   on 2001/01/17  03:26:01
39231         Log: Metaconfig unit changes for #8459.
39232      Branch: metaconfig
39233            ! U/modified/Loc.U U/modified/sig_name.U
39234 ____________________________________________________________________________
39235 [  8459] By: jhi                                   on 2001/01/17  03:24:48
39236         Log: Define SIG_SIZE, the number of elements in the sig_name and
39237              sig_num arrays, including the final NULL entry.
39238      Branch: perl
39239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39240            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
39241            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
39242            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39243            ! win32/config.bc win32/config.gc win32/config.vc
39244 ____________________________________________________________________________
39245 [  8458] By: jhi                                   on 2001/01/17  01:41:33
39246         Log: Integrate perlio.
39247      Branch: perl
39248           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
39249           !> perlapi.h proto.h sv.c
39250 ____________________________________________________________________________
39251 [  8457] By: nick                                  on 2001/01/16  22:07:26
39252         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
39253              Provides all the "cost" but no benefit yet - it is to allow cost
39254              to be measured, and implementation experiments (just in mg.c?).
39255      Branch: perlio
39256            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
39257            ! perlapi.h proto.h sv.c
39258 ____________________________________________________________________________
39259 [  8456] By: nick                                  on 2001/01/16  21:07:07
39260         Log: Integrate mainline.
39261      Branch: perlio
39262           !> (integrate 51 files)
39263 ____________________________________________________________________________
39264 [  8455] By: jhi                                   on 2001/01/16  18:13:43
39265         Log: Subject: [PATCH] regcomp.c old feature removal
39266              From: mjd@plover.com
39267              Date: 16 Jan 2001 14:43:18 -0000 
39268              Message-ID: <20010116144318.7140.qmail@plover.com> 
39269      Branch: perl
39270            ! regcomp.c
39271 ____________________________________________________________________________
39272 [  8454] By: jhi                                   on 2001/01/16  16:12:39
39273         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
39274              From: "Indy Singh" <indy@nusphere.com>
39275              Date: Wed, 10 Jan 2001 20:17:49 -0500
39276              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
39277      Branch: maint-5.6/perl
39278            ! win32/Makefile
39279 ____________________________________________________________________________
39280 [  8453] By: jhi                                   on 2001/01/16  16:09:33
39281         Log: Update Changes.
39282      Branch: perl
39283            ! Changes patchlevel.h
39284 ____________________________________________________________________________
39285 [  8452] By: jhi                                   on 2001/01/16  15:42:04
39286         Log: Subject: Re: API Cleanup
39287              To: perl5-porters@perl.org
39288              Date: Tue, 16 Jan 2001 13:42:30 +0000
39289              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
39290              
39291              Subject: [PATCH] utf8.c documentation
39292              From: Simon Cozens <simon@cozens.net>
39293              Date: Tue, 16 Jan 2001 13:52:48 +0000
39294              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
39295              
39296              Subject: Re: API Cleanup
39297              From: Simon Cozens <simon@cozens.net>
39298              Date: Tue, 16 Jan 2001 14:58:55 +0000
39299              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
39300              
39301              UTF-8 doc patches.
39302      Branch: perl
39303            ! embed.pl pod/perlapi.pod utf8.c
39304 ____________________________________________________________________________
39305 [  8451] By: jhi                                   on 2001/01/16  14:41:39
39306         Log: podlators 1.07, from Russ Allbery.
39307      Branch: perl
39308            ! lib/Pod/Man.pm
39309 ____________________________________________________________________________
39310 [  8450] By: jhi                                   on 2001/01/16  14:24:19
39311         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
39312              From: "Indy Singh" <indy@nusphere.com>
39313              Date: Mon, 15 Jan 2001 20:59:40 -0500
39314              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
39315      Branch: perl
39316            ! win32/Makefile
39317 ____________________________________________________________________________
39318 [  8449] By: jhi                                   on 2001/01/16  03:42:55
39319         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
39320              at the setting of the ofs_sv in new_struct_thread() as the
39321              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
39322              uninitialized fields are, uh, initialized with),
39323              SvREFCNT_inc()ing that invited a core dump.
39324      Branch: perl
39325            ! util.c
39326 ____________________________________________________________________________
39327 [  8448] By: jhi                                   on 2001/01/16  01:49:07
39328         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
39329              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39330              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
39331              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
39332              
39333              Replace #8444 and #8445.
39334      Branch: perl
39335            ! ext/B/B.xs ext/B/B/Debug.pm
39336 ____________________________________________________________________________
39337 [  8447] By: jhi                                   on 2001/01/15  21:05:35
39338         Log: Subject: [PATCH] API Variable documentation   
39339              From: Simon Cozens <simon@cozens.net>
39340              Date: Mon, 15 Jan 2001 19:35:54 +0000
39341              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
39342      Branch: perl
39343            ! pod/perlapi.pod thrdvar.h
39344 ____________________________________________________________________________
39345 [  8446] By: jhi                                   on 2001/01/15  20:49:20
39346         Log: Signedness nit.
39347      Branch: perl
39348            ! pp_ctl.c
39349 ____________________________________________________________________________
39350 [  8445] By: jhi                                   on 2001/01/15  20:28:48
39351         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
39352      Branch: perl
39353            ! ext/B/B/Debug.pm
39354 ____________________________________________________________________________
39355 [  8444] By: jhi                                   on 2001/01/15  13:09:10
39356         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
39357      Branch: perl
39358            ! ext/B/B.xs
39359 ____________________________________________________________________________
39360 [  8443] By: jhi                                   on 2001/01/15  13:06:26
39361         Log: Missing from #8439.
39362      Branch: perl
39363            ! keywords.h mg.c
39364 ____________________________________________________________________________
39365 [  8442] By: jhi                                   on 2001/01/15  13:02:38
39366         Log: Subject: [PATCH @8436] Eliminate op_children
39367              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39368              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
39369              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
39370              
39371              Subject: [PATCH @8436] Re: Eliminate op_children
39372              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39373              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
39374              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
39375      Branch: perl
39376            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
39377            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
39378            ! op.c op.h
39379 ____________________________________________________________________________
39380 [  8441] By: jhi                                   on 2001/01/15  12:57:08
39381         Log: Use the /^Perl_/-less form of is_lvalue_sub().
39382      Branch: perl
39383            ! pp.h
39384 ____________________________________________________________________________
39385 [  8440] By: jhi                                   on 2001/01/15  05:13:09
39386         Log: Revert #8437 and #8438, the Linux large files story is more complex.
39387      Branch: metaconfig/U/perl
39388            ! d_fpos64_t.U d_off64_t.U
39389      Branch: perl
39390            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39391            ! config_h.SH configure.com epoc/config.sh perl.h
39392            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
39393            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39394            ! win32/config.bc win32/config.gc win32/config.vc
39395 ____________________________________________________________________________
39396 [  8439] By: jhi                                   on 2001/01/15  05:02:24
39397         Log: More UTF-8 patches from Inaba Hiroto.
39398              - The substr lval was still not okay.
39399              - Now pp_stringify and sv_setsv copies source's UTF8 flag
39400              even if IN_BYTE.  pp_stringify is called from fold_constants
39401              at optimization phase and "\x{100}" was made SvUTF8_off under
39402              use bytes (the bytes pragma is for "byte semantics" and not
39403              for "do not produce UTF8 data")
39404              - New `qu' operator to generate UTF8 string explicitly.
39405              Though I agree with the policy "0x00-0xff always produce bytes",
39406              sometimes want to such a string to be coded in UTF8.
39407              I can use pack"U0a*" but it requires more typing and has
39408              runtime overhead.
39409              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
39410              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
39411              string is not UTF8_on and has char 0x80-0xff.
39412              
39413              TODO: document and test qu.
39414      Branch: perl
39415            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
39416            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
39417            ! toke.c
39418 ____________________________________________________________________________
39419 [  8438] By: jhi                                   on 2001/01/14  05:10:23
39420         Log: (Reverted by #8440)
39421              
39422              Metaconfig unit changes for #8437.
39423      Branch: metaconfig/U/perl
39424            ! d_fpos64_t.U d_off64_t.U
39425 ____________________________________________________________________________
39426 [  8437] By: jhi                                   on 2001/01/14  04:55:34
39427         Log: (Reverted by #8440)
39428              
39429              Add <features.h> probing, seems to be needed for (some?)
39430              Linux largefileness.
39431      Branch: perl
39432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39433            ! config_h.SH configure.com epoc/config.sh perl.h
39434            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
39435            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39436            ! win32/config.bc win32/config.gc win32/config.vc
39437 ____________________________________________________________________________
39438 [  8436] By: jhi                                   on 2001/01/13  17:47:21
39439         Log: Tighten some of the tests a bit.
39440      Branch: perl
39441            ! t/pragma/utf8.t
39442 ____________________________________________________________________________
39443 [  8435] By: jhi                                   on 2001/01/13  17:31:54
39444         Log: Integrate perlio.
39445      Branch: perl
39446           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
39447           !> win32/config_H.gc win32/config_H.vc
39448 ____________________________________________________________________________
39449 [  8434] By: nick                                  on 2001/01/13  11:36:53
39450         Log: Run dmake regen_config_h for Win32
39451      Branch: perlio
39452            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39453 ____________________________________________________________________________
39454 [  8433] By: nick                                  on 2001/01/13  11:31:55
39455         Log: VMS friendly patch to Encode compile process
39456      Branch: perlio
39457            ! ext/Encode/Makefile.PL ext/Encode/compile
39458 ____________________________________________________________________________
39459 [  8432] By: nick                                  on 2001/01/13  11:06:44
39460         Log: Integrate mainline
39461      Branch: perlio
39462           +> ext/B/B/Concise.pm
39463           !> (integrate 52 files)
39464 ____________________________________________________________________________
39465 [  8431] By: jhi                                   on 2001/01/13  05:55:55
39466         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
39467              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39468              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
39469              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
39470      Branch: perl
39471            ! ext/B/B/Concise.pm
39472 ____________________________________________________________________________
39473 [  8430] By: jhi                                   on 2001/01/13  04:24:18
39474         Log: The LVRET macro needed an aTHX.
39475      Branch: perl
39476            ! pp.h
39477 ____________________________________________________________________________
39478 [  8429] By: jhi                                   on 2001/01/13  02:12:42
39479         Log: Update Changes.
39480      Branch: perl
39481            ! Changes patchlevel.h
39482 ____________________________________________________________________________
39483 [  8428] By: jhi                                   on 2001/01/13  02:08:50
39484         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
39485              From: Peter Prymmer <pvhp@forte.com>
39486              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
39487              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
39488              
39489              Add a BEGIN guard for sloppy floating point division.
39490      Branch: perl
39491            ! lib/Math/BigInt.pm lib/bigint.pl
39492 ____________________________________________________________________________
39493 [  8427] By: jhi                                   on 2001/01/13  01:47:16
39494         Log: The B::Terse drop-in replacement wasn't quite drop-in.
39495      Branch: perl
39496            ! ext/B/B/Terse.pm
39497 ____________________________________________________________________________
39498 [  8426] By: jhi                                   on 2001/01/12  21:20:43
39499         Log: Use UVXf.
39500      Branch: perl
39501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39502            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
39503            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39504            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39505            ! win32/config.gc win32/config.vc
39506 ____________________________________________________________________________
39507 [  8425] By: jhi                                   on 2001/01/12  20:20:14
39508         Log: Subject: [PATCH perl@8342] -Wformat
39509              From: Robin Barker <rmb1@cise.npl.co.uk>
39510              Date: Fri, 12 Jan 2001 20:03:14 GMT
39511              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
39512      Branch: perl
39513            ! ext/Encode/Encode.xs mg.c sv.c toke.c
39514 ____________________________________________________________________________
39515 [  8424] By: jhi                                   on 2001/01/12  20:01:48
39516         Log: Subject: B::Concise -- an improved replacement for B::Terse 
39517              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39518              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
39519              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
39520      Branch: perl
39521            + ext/B/B/Concise.pm
39522            ! MANIFEST ext/B/B/Terse.pm
39523 ____________________________________________________________________________
39524 [  8423] By: jhi                                   on 2001/01/12  19:24:02
39525         Log: The new metaconfig unit from the #8421.
39526      Branch: metaconfig/U/perl
39527            + d_sigprocmask.U
39528 ____________________________________________________________________________
39529 [  8422] By: jhi                                   on 2001/01/12  19:23:43
39530         Log: Forgot the microperl config from the #8421.
39531      Branch: perl
39532            ! uconfig.h uconfig.sh
39533 ____________________________________________________________________________
39534 [  8421] By: jhi                                   on 2001/01/12  19:05:27
39535         Log: Add sigprocmask() probe, regen Configure, regen toc.
39536      Branch: perl
39537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39538            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
39539            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39540            ! vos/config.ga.h win32/config.bc win32/config.gc
39541            ! win32/config.vc
39542 ____________________________________________________________________________
39543 [  8420] By: jhi                                   on 2001/01/12  18:34:31
39544         Log: Add sockatmark() to the todo list.
39545      Branch: perl
39546            ! Todo-5.6
39547 ____________________________________________________________________________
39548 [  8419] By: jhi                                   on 2001/01/12  18:09:46
39549         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
39550      Branch: perl
39551            ! op.c
39552 ____________________________________________________________________________
39553 [  8418] By: jhi                                   on 2001/01/12  18:05:30
39554         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
39555              From: Radu Greab <radu@netsoft.ro>
39556              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
39557              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
39558      Branch: perl
39559            ! op.c t/pragma/sub_lval.t
39560 ____________________________________________________________________________
39561 [  8417] By: jhi                                   on 2001/01/12  16:09:09
39562         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
39563              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
39564              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
39565              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
39566      Branch: perl
39567            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
39568            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
39569            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
39570            ! t/pragma/sub_lval.t toke.c
39571 ____________________________________________________________________________
39572 [  8416] By: jhi                                   on 2001/01/12  15:42:06
39573         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
39574              From: "Richard Soderberg" <rs@crystalflame.net>
39575              Date: Fri, 12 Jan 2001 04:49:35 -0800
39576              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
39577              
39578              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
39579              according to the platform.
39580      Branch: perl
39581            ! op.c
39582 ____________________________________________________________________________
39583 [  8415] By: jhi                                   on 2001/01/12  15:33:41
39584         Log: One more UTF-8 fix from Inaba Hiroto.
39585      Branch: perl
39586            ! pp.c regexec.c t/pragma/utf8.t
39587 ____________________________________________________________________________
39588 [  8414] By: jhi                                   on 2001/01/12  15:30:18
39589         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
39590      Branch: perl
39591            ! regexec.c
39592 ____________________________________________________________________________
39593 [  8413] By: jhi                                   on 2001/01/12  15:22:10
39594         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
39595              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39596              Date: Thu, 11 Jan 2001 12:53:36 +0100
39597              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
39598      Branch: perl
39599            ! toke.c
39600 ____________________________________________________________________________
39601 [  8412] By: jhi                                   on 2001/01/12  15:20:25
39602         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
39603              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39604              Date: Fri, 12 Jan 2001 14:37:55 +0100
39605              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
39606      Branch: perl
39607            ! hints/posix-bc.sh
39608 ____________________________________________________________________________
39609 [  8411] By: jhi                                   on 2001/01/12  15:14:14
39610         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
39611              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39612              Date: Fri, 12 Jan 2001 10:42:21 +0100
39613              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
39614      Branch: perl
39615            ! t/op/regmesg.t
39616 ____________________________________________________________________________
39617 [  8410] By: jhi                                   on 2001/01/12  05:48:55
39618         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
39619              From: Nicholas Clark <nick@ccl4.org> 
39620              Date: Sun, 7 Jan 2001 19:47:14 +0000
39621              Message-ID: <20010107194714.B1048@plum.flirble.org>
39622      Branch: perl
39623            ! t/op/numconvert.t
39624 ____________________________________________________________________________
39625 [  8409] By: jhi                                   on 2001/01/12  05:41:28
39626         Log: Integrate perlio.
39627      Branch: perl
39628           !> mg.c scope.h
39629 ____________________________________________________________________________
39630 [  8408] By: nick                                  on 2001/01/11  22:43:28
39631         Log: Remove variables that were used in experiments.
39632      Branch: perlio
39633            ! mg.c
39634 ____________________________________________________________________________
39635 [  8407] By: nick                                  on 2001/01/11  20:57:44
39636         Log: Catch die in %SIG handler and unblock the signal before re-dying.
39637              This make Linux work _without_ sigsetjmp().
39638              Turn off sigsetjmp() to see what else it does.
39639              May need Configure probe for sigprocmask() if anything has sigaction()
39640              but not sigprocmask().
39641      Branch: perlio
39642            ! mg.c scope.h
39643 ____________________________________________________________________________
39644 [  8406] By: nick                                  on 2001/01/11  19:32:07
39645         Log: Integrate mainline
39646      Branch: perlio
39647           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
39648           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
39649           !> t/op/substr.t
39650 ____________________________________________________________________________
39651 [  8405] By: jhi                                   on 2001/01/11  17:11:01
39652         Log: Fix UTF-8 lval substr().
39653      Branch: perl
39654            ! mg.c t/op/substr.t
39655 ____________________________________________________________________________
39656 [  8404] By: jhi                                   on 2001/01/11  05:13:58
39657         Log: Update Changes.
39658      Branch: perl
39659            ! Changes patchlevel.h
39660 ____________________________________________________________________________
39661 [  8403] By: jhi                                   on 2001/01/11  04:38:24
39662         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
39663              From: Hugo <hv@crypt.compulink.co.uk>
39664              Date: Mon, 30 Oct 2000 01:33:26 +0000
39665              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
39666      Branch: perl
39667            ! regexec.c t/op/re_tests
39668 ____________________________________________________________________________
39669 [  8402] By: jhi                                   on 2001/01/11  04:26:12
39670         Log: Integrate perlio.
39671      Branch: perl
39672           !> scope.h util.c
39673 ____________________________________________________________________________
39674 [  8401] By: nick                                  on 2001/01/10  22:52:55
39675         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
39676              (So Alan and Ilya can try setting via hints.)
39677              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
39678              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
39679              doing the save everywhere seems to restart read() correctly, but just
39680              doing it once "round" the handler does not.
39681      Branch: perlio
39682            ! scope.h
39683 ____________________________________________________________________________
39684 [  8400] By: jhi                                   on 2001/01/10  21:57:54
39685         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
39686              of IRIX, HP-UX is unaffected.
39687      Branch: perl
39688            ! perl.h
39689 ____________________________________________________________________________
39690 [  8399] By: nick                                  on 2001/01/10  21:29:19
39691         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
39692      Branch: perlio
39693            ! util.c
39694 ____________________________________________________________________________
39695 [  8398] By: jhi                                   on 2001/01/10  20:55:31
39696         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
39697              also have ReusePort.
39698      Branch: perl
39699            ! ext/IO/lib/IO/Socket/INET.pm
39700 ____________________________________________________________________________
39701 [  8397] By: jhi                                   on 2001/01/10  20:50:57
39702         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
39703              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
39704              Date: Wed, 10 Jan 2001 01:38:13 -0800
39705              Message-ID: <20010110013813.B41744@yahoo-inc.com>
39706      Branch: perl
39707            ! ext/IO/lib/IO/Socket/INET.pm
39708 ____________________________________________________________________________
39709 [  8396] By: jhi                                   on 2001/01/10  20:49:30
39710         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
39711              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
39712              Date: Wed, 10 Jan 2001 01:37:32 -0800
39713              Message-ID: <20010110013732.A41744@yahoo-inc.com>
39714      Branch: perl
39715            ! ext/Socket/Socket.pm
39716 ____________________________________________________________________________
39717 [  8395] By: jhi                                   on 2001/01/10  20:41:37
39718         Log: Test for bug id 20010105.016 (fixed by #8378).
39719      Branch: perl
39720            ! t/op/split.t
39721 ____________________________________________________________________________
39722 [  8394] By: jhi                                   on 2001/01/10  20:26:32
39723         Log: Integrate perlio.
39724      Branch: perl
39725            ! util.c
39726 ____________________________________________________________________________
39727 [  8393] By: nick                                  on 2001/01/10  19:34:30
39728         Log: Back out Simon's pid hackery for now.
39729      Branch: perlio
39730            ! util.c
39731 ____________________________________________________________________________
39732 [  8392] By: nick                                  on 2001/01/10  19:23:13
39733         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
39734      Branch: perlio
39735           !> (integrate 29 files)
39736 ____________________________________________________________________________
39737 [  8391] By: jhi                                   on 2001/01/10  18:43:15
39738         Log: Subject: [PATCH] Fix my_pclose segfault
39739              From: Simon Cozens <simon@cozens.net>
39740              Date: Wed, 10 Jan 2001 18:39:35 +0000
39741              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
39742      Branch: perl
39743            ! util.c
39744 ____________________________________________________________________________
39745 [  8390] By: jhi                                   on 2001/01/10  18:42:08
39746         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
39747              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39748              Date:     Wed, 10 Jan 2001 13:23:02 EST
39749              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
39750      Branch: perl
39751            ! ext/Opcode/Opcode.xs
39752 ____________________________________________________________________________
39753 [  8389] By: jhi                                   on 2001/01/10  15:16:07
39754         Log: Turn off the integer preservation for now.
39755      Branch: perl
39756            ! perl.h
39757 ____________________________________________________________________________
39758 [  8388] By: jhi                                   on 2001/01/10  15:01:25
39759         Log: Few more IDE/editor nits from p5p.
39760      Branch: perl
39761            ! pod/perlfaq3.pod
39762 ____________________________________________________________________________
39763 [  8387] By: jhi                                   on 2001/01/10  06:53:16
39764         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
39765              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
39766              Date: Tue, 9 Jan 2001 23:16:02 +0000
39767              Message-ID: <20010109231602.A81101@plum.flirble.org>
39768      Branch: perl
39769            ! sv.c
39770 ____________________________________________________________________________
39771 [  8386] By: jhi                                   on 2001/01/10  03:17:54
39772         Log: Test cases for #8385 (from Simon's "torture.pl")
39773      Branch: perl
39774            ! t/op/tr.t
39775 ____________________________________________________________________________
39776 [  8385] By: jhi                                   on 2001/01/10  03:17:11
39777         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
39778              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
39779              Date: Wed, 10 Jan 2001 11:39:39 +0900
39780              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
39781              
39782              Some more UTF-8 tr cases fixed.
39783      Branch: perl
39784            ! doop.c
39785 ____________________________________________________________________________
39786 [  8384] By: jhi                                   on 2001/01/09  22:45:40
39787         Log: Allow the locale test needing POSIX and the taint test
39788              needing IPC::SysV to run under 'minitest' (basically,
39789              bail out if loading the extension fails)
39790      Branch: perl
39791            ! t/op/misc.t t/op/taint.t
39792 ____________________________________________________________________________
39793 [  8383] By: jhi                                   on 2001/01/09  21:36:04
39794         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
39795              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39796              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
39797              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
39798      Branch: perl
39799            ! t/io/openpid.t
39800 ____________________________________________________________________________
39801 [  8382] By: jhi                                   on 2001/01/09  21:06:08
39802         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
39803              Should finish up the bug id 20001205.022.
39804      Branch: perl
39805            ! pp.c pp_hot.c scope.c
39806 ____________________________________________________________________________
39807 [  8381] By: jhi                                   on 2001/01/09  18:27:43
39808         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
39809              From: Andy Dougherty <doughera@lafayette.edu>
39810              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
39811              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
39812              
39813              More robust yacc/bison error detection.
39814      Branch: perl
39815            ! t/comp/proto.t
39816 ____________________________________________________________________________
39817 [  8380] By: jhi                                   on 2001/01/09  15:21:38
39818         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
39819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39820              Date:     Tue, 9 Jan 2001 07:53:55 EST
39821              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
39822      Branch: perl
39823            ! t/op/misc.t vms/test.com
39824 ____________________________________________________________________________
39825 [  8379] By: jhi                                   on 2001/01/09  15:20:38
39826         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
39827              From: jhi@cc.hut.fi
39828              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
39829              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
39830              
39831              The #8378 fixed this.
39832      Branch: perl
39833            ! t/op/tr.t
39834 ____________________________________________________________________________
39835 [  8378] By: jhi                                   on 2001/01/09  15:05:32
39836         Log: Subject: One more patch for UTF8 
39837              From: Inaba Hiroto <inaba@st.rim.or.jp>
39838              Date: Tue, 09 Jan 2001 01:04:32 +0900
39839              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
39840              
39841              UTF-8 fixes for 'x' and tr///.
39842      Branch: perl
39843            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
39844            ! regcomp.c regexec.c toke.c utf8.c
39845 ____________________________________________________________________________
39846 [  8377] By: jhi                                   on 2001/01/09  14:32:17
39847         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
39848      Branch: perl
39849            ! t/op/length.t
39850 ____________________________________________________________________________
39851 [  8376] By: jhi                                   on 2001/01/09  04:32:32
39852         Log: integrate changes #7775, #8316, #8316 from mainline
39853      Branch: maint-5.6/perl
39854            ! hints/solaris_2.sh
39855 ____________________________________________________________________________
39856 [  8375] By: jhi                                   on 2001/01/09  04:26:43
39857         Log: Update Changes.
39858      Branch: perl
39859            ! Changes patchlevel.h
39860 ____________________________________________________________________________
39861 [  8374] By: jhi                                   on 2001/01/09  04:14:32
39862         Log: IDE/editor section tweaking.
39863      Branch: perl
39864            ! pod/perlfaq3.pod
39865 ____________________________________________________________________________
39866 [  8373] By: jhi                                   on 2001/01/09  02:38:26
39867         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
39868              From: Peter Prymmer <pvhp@forte.com>
39869              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
39870              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
39871              
39872              In preparation os OS/390 dynamic loading.
39873      Branch: perl
39874            ! README.os390 hints/os390.sh
39875 ____________________________________________________________________________
39876 [  8372] By: jhi                                   on 2001/01/09  00:24:30
39877         Log: Integrate with perlio.
39878      Branch: perl
39879           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
39880 ____________________________________________________________________________
39881 [  8371] By: nick                                  on 2001/01/08  23:54:33
39882         Log: Fix "scalars leaked" bugs caused by overload magic
39883              (Highlighted by Ilya's DESTROY optimization.)
39884      Branch: perlio
39885            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
39886 ____________________________________________________________________________
39887 [  8370] By: nick                                  on 2001/01/08  20:19:41
39888         Log: Integrate mainline
39889      Branch: perlio
39890           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
39891           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
39892           !> t/op/64bitint.t
39893 ____________________________________________________________________________
39894 [  8369] By: jhi                                   on 2001/01/08  17:30:52
39895         Log: save_delete() Safefree() doesn't (anymore?) work with shared
39896              strings, one test failure in op/misc and almost all of lib/b.
39897              (Outcomments #8369.)
39898      Branch: perl
39899            ! scope.c
39900 ____________________________________________________________________________
39901 [  8368] By: jhi                                   on 2001/01/08  14:47:10
39902         Log: (Outcommented by #8369.)
39903              
39904              Subject: Re: Perl BugID 20001205.022 ---- save_delete
39905              From: Simon Cozens <simon@cozens.net>
39906              Date: Sat, 6 Jan 2001 11:48:40 +0000
39907              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
39908              
39909              The save_delete() does need the Safefree.
39910      Branch: perl
39911            ! scope.c
39912 ____________________________________________________________________________
39913 [  8367] By: bailey                                on 2001/01/08  08:53:52
39914         Log: Once again syncing after too long an absence
39915      Branch: vmsperl
39916           +> (branch 55 files)
39917            - MAINTAIN fix_pl vos/config.def vos/config.h
39918            - vos/config_h.SH_orig
39919           !> (integrate 498 files)
39920 ____________________________________________________________________________
39921 [  8366] By: jhi                                   on 2001/01/08  02:42:59
39922         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
39923              From: nick@ccl4.org
39924              Date: Sun, 7 Jan 2001 21:07:18 +0000
39925              Message-Id: <20010107210717.D1048@plum.flirble.org>
39926      Branch: perl
39927            ! sv.c t/op/64bitint.t
39928 ____________________________________________________________________________
39929 [  8365] By: jhi                                   on 2001/01/08  02:35:16
39930         Log: Subject: [PATCH] environ nit
39931              From: Simon Cozens <simon@cozens.net>
39932              Date: Sun, 7 Jan 2001 17:57:07 +0000
39933              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
39934              
39935              Use environ only if we have it.
39936      Branch: perl
39937            ! mg.c
39938 ____________________________________________________________________________
39939 [  8364] By: jhi                                   on 2001/01/08  02:24:51
39940         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
39941      Branch: perl
39942            ! ext/GDBM_File/GDBM_File.xs
39943 ____________________________________________________________________________
39944 [  8363] By: jhi                                   on 2001/01/08  02:19:24
39945         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
39946              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39947              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
39948              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
39949      Branch: perl
39950            ! dump.c op.c
39951 ____________________________________________________________________________
39952 [  8362] By: jhi                                   on 2001/01/08  02:17:43
39953         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
39954              From: Doug MacEachern <dougm@covalent.net>
39955              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
39956              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
39957              
39958              Allow AUTOLOAD to be an xsub and allow such xsubs
39959              to avoid use of $AUTOLOAD.
39960      Branch: perl
39961            ! gv.c
39962 ____________________________________________________________________________
39963 [  8361] By: jhi                                   on 2001/01/08  02:16:07
39964         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
39965              From: Radu Greab <radu@netsoft.ro>
39966              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
39967              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
39968              
39969              No need for the potentially unportable $SIG{CHLD}.
39970      Branch: perl
39971            ! t/io/pipe.t
39972 ____________________________________________________________________________
39973 [  8360] By: jhi                                   on 2001/01/08  01:58:23
39974         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
39975      Branch: perl
39976            ! lib/Getopt/Long.pm
39977 ____________________________________________________________________________
39978 [  8359] By: jhi                                   on 2001/01/08  01:55:44
39979         Log: Integrate perlio.
39980      Branch: perl
39981           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
39982           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
39983           !> utf8.c win32/Makefile
39984 ____________________________________________________________________________
39985 [  8358] By: jhi                                   on 2001/01/07  21:16:50
39986         Log: Update the EPOC cross SDK URL.
39987      Branch: perl
39988            ! README.epoc
39989 ____________________________________________________________________________
39990 [  8357] By: jhi                                   on 2001/01/07  21:16:09
39991         Log: Update the EPOC cross SDK URL.
39992      Branch: maint-5.6/perl
39993            ! README.epoc
39994 ____________________________________________________________________________
39995 [  8356] By: nick                                  on 2001/01/06  21:47:52
39996         Log: FILE * in XS code for PerlIO world:
39997              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
39998              - Add FILE * T_STDIO typemap.
39999              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
40000      Branch: perlio
40001            ! lib/ExtUtils/typemap perlio.c perlio.h
40002 ____________________________________________________________________________
40003 [  8355] By: jhi                                   on 2001/01/06  20:27:15
40004         Log: integrate change #8336 from mainline
40005              
40006              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
40007      Branch: maint-5.6/perl
40008            ! hv.c
40009 ____________________________________________________________________________
40010 [  8354] By: jhi                                   on 2001/01/06  20:24:29
40011         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40012              From: Robin Barker <rmb1@cise.npl.co.uk>
40013              Date: Fri, 22 Dec 2000 12:17:38 GMT
40014              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
40015              
40016              The patch reformats some long =item lines so they give
40017              correct output via pod2man | nroff -man
40018              
40019              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40020              From: Robin Barker <rmb1@cise.npl.co.uk>
40021              Date: Tue, 2 Jan 2001 15:35:03 GMT
40022              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
40023              
40024              Here is a _further_ patch which corrects a few more errors:
40025              * an empty C<=item> in CPAN.pm
40026              * patching the wrong file (pod/perlamiga.pod not README.amiga)
40027              * leaving empty C<=item>s which formatted incorrectly
40028              * over long C<=item>s revealed by latest patch to Pod::Man
40029      Branch: maint-5.6/perl
40030            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
40031            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
40032            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
40033            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
40034            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
40035            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
40036 ____________________________________________________________________________
40037 [  8353] By: jhi                                   on 2001/01/06  20:21:10
40038         Log: integrate changes #7980, 8056, 8057 from mainline
40039              
40040              UTF-8 hash keys.
40041      Branch: maint-5.6/perl
40042            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
40043 ____________________________________________________________________________
40044 [  8352] By: jhi                                   on 2001/01/06  20:18:44
40045         Log: Forgotten from #8438.
40046      Branch: maint-5.6/perl
40047            ! epoc/epocish.h
40048 ____________________________________________________________________________
40049 [  8351] By: jhi                                   on 2001/01/06  20:18:12
40050         Log: Forgotten from #8347.
40051      Branch: maint-5.6/perl
40052            ! config_h.SH
40053 ____________________________________________________________________________
40054 [  8350] By: jhi                                   on 2001/01/06  20:00:19
40055         Log: Thinko in #8347.
40056      Branch: maint-5.6/perl
40057            ! regcomp.c
40058 ____________________________________________________________________________
40059 [  8349] By: jhi                                   on 2001/01/06  18:05:30
40060         Log: Copy the FAQ3 IDE section from the development branch,
40061              changes originally by Peter Prymmer.
40062      Branch: maint-5.6/perl
40063            ! pod/perlfaq3.pod
40064 ____________________________________________________________________________
40065 [  8348] By: jhi                                   on 2001/01/06  18:03:02
40066         Log: EPOC updates for TRIAL1.
40067              
40068              Subject: [5.6.1 trial1] EPOC update
40069              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40070              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
40071              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
40072              
40073              Subject: epoc patch2 for perl-5.6.1-trial1
40074              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40075              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
40076              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
40077      Branch: maint-5.6/perl
40078            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
40079            ! epoc/epocish.c
40080 ____________________________________________________________________________
40081 [  8347] By: jhi                                   on 2001/01/06  17:29:10
40082         Log: integrate changes #7710,7824,7973 from mainline,
40083              plus VMS nits from Peter Prymmer and Dan Sugalski.
40084              
40085              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
40086              library (getprotobyname and getprotobynumber are outversioned by
40087              the same calls in libc, at least for xlc version 3.
40088              
40089              Add HAS_SBRK_PROTO.
40090              
40091              Fixes for signedness warnings noticed by VMSperlers.
40092      Branch: maint-5.6/perl
40093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40094            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
40095            ! sv.c vms/descrip_mms.template vos/config.alpha.def
40096            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40097            ! win32/config.bc win32/config.gc win32/config.vc
40098 ____________________________________________________________________________
40099 [  8346] By: nick                                  on 2001/01/06  14:36:01
40100         Log: Fixup accumulated integrate muddles (perlio == devperl again)
40101      Branch: perlio
40102            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
40103 ____________________________________________________________________________
40104 [  8345] By: nick                                  on 2001/01/06  14:24:58
40105         Log: Integrate mainline
40106      Branch: perlio
40107           !> (integrate 55 files)
40108 ____________________________________________________________________________
40109 [  8344] By: jhi                                   on 2001/01/06  02:24:02
40110         Log: Subject: [patch] PerlIO_cleanup() prototype
40111              From: Doug MacEachern <dougm@covalent.net>
40112              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
40113              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
40114      Branch: perl
40115            ! perlio.h
40116 ____________________________________________________________________________
40117 [  8343] By: jhi                                   on 2001/01/06  01:04:09
40118         Log: IRIX compiler noticed that the bof initialization might be
40119              bypassed by control flow.
40120      Branch: perl
40121            ! toke.c
40122 ____________________________________________________________________________
40123 [  8342] By: jhi                                   on 2001/01/06  00:10:48
40124         Log: Update Changes.
40125      Branch: perl
40126            ! Changes patchlevel.h
40127 ____________________________________________________________________________
40128 [  8341] By: jhi                                   on 2001/01/05  23:52:33
40129         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40130      Branch: perl
40131            ! toke.c
40132 ____________________________________________________________________________
40133 [  8340] By: jhi                                   on 2001/01/05  22:44:08
40134         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
40135              From: Radu Greab <radu@netsoft.ro>
40136              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
40137              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
40138      Branch: perl
40139            ! t/io/pipe.t util.c
40140 ____________________________________________________________________________
40141 [  8339] By: jhi                                   on 2001/01/05  22:35:17
40142         Log: Subject: [PATCH] format and rewording in perlfaq.pod
40143              From: Robin Barker <rmb1@cise.npl.co.uk>
40144              Date: Fri, 5 Jan 2001 18:51:20 GMT
40145              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
40146      Branch: perl
40147            ! pod/perlfaq.pod
40148 ____________________________________________________________________________
40149 [  8338] By: jhi                                   on 2001/01/05  22:31:17
40150         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
40151              From: Peter Prymmer <pvhp@forte.com>
40152              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
40153              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
40154      Branch: perl
40155            ! utils/perlbug.PL
40156 ____________________________________________________________________________
40157 [  8337] By: jhi                                   on 2001/01/05  18:15:11
40158         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
40159              From: Robin Barker <rmb1@cise.npl.co.uk>
40160              Date: Tue, 2 Jan 2001 15:24:07 GMT
40161              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
40162              
40163              If you call configure as C<./Configure> or C<sh ./Configure>,
40164              $src is set to the absolute path name, not '.'.
40165              
40166              This, in turn, means -Dmksymlink tries to do its stuff because
40167              it does not think it is in the src directory.
40168              
40169              (plus a metaconfig nitfix)
40170      Branch: metaconfig
40171            ! U/compline/ccflags.U U/modified/src.U
40172      Branch: perl
40173            ! Configure config_h.SH
40174 ____________________________________________________________________________
40175 [  8336] By: jhi                                   on 2001/01/05  17:48:32
40176         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
40177              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40178              Message-ID: <3A5606C4.473D2226@uk.sun.com>
40179              Date: Fri, 05 Jan 2001 17:39:16 +0000
40180      Branch: perl
40181            ! hv.c
40182 ____________________________________________________________________________
40183 [  8335] By: jhi                                   on 2001/01/05  16:05:44
40184         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
40185      Branch: perl
40186            ! lib/Getopt/Long.pm
40187 ____________________________________________________________________________
40188 [  8334] By: jhi                                   on 2001/01/05  16:00:51
40189         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
40190              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40191              Date: Fri, 05 Jan 2001 13:46:51 +0100
40192              Message-ID: <13693.978698811@nice.ram.loc>
40193              
40194              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
40195              accurate reading of the "atime".  
40196      Branch: perl
40197            ! t/io/fs.t
40198 ____________________________________________________________________________
40199 [  8333] By: jhi                                   on 2001/01/05  15:57:37
40200         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
40201              From: Simon Cozens <simon@cozens.net>
40202              Date: Fri, 8 Dec 2000 13:33:31 +0000
40203              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
40204              
40205              A lost patch fragment.
40206      Branch: perl
40207            ! doop.c
40208 ____________________________________________________________________________
40209 [  8332] By: jhi                                   on 2001/01/05  15:40:42
40210         Log: Do away with strncpy() and a fixed length buffer.
40211      Branch: perl
40212            ! utf8.c
40213 ____________________________________________________________________________
40214 [  8331] By: jhi                                   on 2001/01/05  15:03:07
40215         Log: Tests for #8329 and #8330.
40216      Branch: perl
40217            ! t/op/bop.t
40218 ____________________________________________________________________________
40219 [  8330] By: jhi                                   on 2001/01/05  15:02:38
40220         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
40221              raw 8-bit form to the UTF-8 string.
40222      Branch: perl
40223            ! toke.c
40224 ____________________________________________________________________________
40225 [  8329] By: jhi                                   on 2001/01/05  14:55:13
40226         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
40227              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40228              Date: Fri, 5 Jan 2001 12:28:52 +0100
40229              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
40230              
40231              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
40232              no effect.  (changed the strncpy() to Copy())
40233      Branch: perl
40234            ! toke.c
40235 ____________________________________________________________________________
40236 [  8328] By: jhi                                   on 2001/01/05  06:44:27
40237         Log: UTF-8 cleanup.
40238      Branch: perl
40239            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40240            ! regexec.c sv.c toke.c
40241 ____________________________________________________________________________
40242 [  8327] By: jhi                                   on 2001/01/05  01:11:29
40243         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')
40244              From: Radu Greab <radu@netsoft.ro>
40245              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
40246              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
40247              
40248              Cleans up Harness to not use FileHandle, which uses IO.
40249      Branch: perl
40250            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40251 ____________________________________________________________________________
40252 [  8326] By: jhi                                   on 2001/01/05  00:56:37
40253         Log: Update Changes.
40254      Branch: perl
40255            ! Changes patchlevel.h
40256 ____________________________________________________________________________
40257 [  8325] By: jhi                                   on 2001/01/05  00:53:18
40258         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
40259              From: Peter Prymmer <pvhp@forte.com>
40260              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
40261              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
40262              
40263              plus a couple more tailing whitespace removals.
40264      Branch: perl
40265            ! win32/Makefile
40266 ____________________________________________________________________________
40267 [  8324] By: jhi                                   on 2001/01/05  00:47:39
40268         Log: Add some Unicode chop() tests.
40269      Branch: perl
40270            ! t/op/chop.t
40271 ____________________________________________________________________________
40272 [  8323] By: jhi                                   on 2001/01/05  00:47:23
40273         Log: Unify UTF-8 malformedness handling.
40274      Branch: perl
40275            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
40276 ____________________________________________________________________________
40277 [  8322] By: jhi                                   on 2001/01/04  22:21:54
40278         Log: The new $issymlink was unknown to Mksymlinks.
40279      Branch: metaconfig/U/perl
40280            ! Mksymlinks.U issymlink.U
40281      Branch: perl
40282            ! Configure config_h.SH
40283 ____________________________________________________________________________
40284 [  8321] By: jhi                                   on 2001/01/04  21:51:05
40285         Log: The test didn't work under the core test framework.
40286      Branch: perl
40287            ! t/lib/st-lock.t
40288 ____________________________________________________________________________
40289 [  8320] By: jhi                                   on 2001/01/04  21:14:22
40290         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
40291      Branch: perl
40292            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
40293 ____________________________________________________________________________
40294 [  8319] By: jhi                                   on 2001/01/04  20:46:17
40295         Log: Typo in #8312 when manually appying a problematic patch fragment.
40296      Branch: perl
40297            ! ext/Storable/Storable.xs
40298 ____________________________________________________________________________
40299 [  8318] By: jhi                                   on 2001/01/04  20:43:01
40300         Log: The $sh_c didn't fly.
40301      Branch: metaconfig
40302            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
40303            ! U/modified/Loc.U U/modified/myhostname.U
40304            ! U/modified/spitshell.U
40305      Branch: metaconfig/U/perl
40306            ! issymlink.U
40307      Branch: perl
40308            ! Configure config_h.SH
40309 ____________________________________________________________________________
40310 [  8317] By: jhi                                   on 2001/01/04  19:58:01
40311         Log: AIX builtin test -h is broken, changes based on
40312              
40313              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
40314              Date: Tue, 02 Jan 2001 11:24:39 +0100
40315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40316              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
40317      Branch: metaconfig
40318            + U/modified/spitshell.U
40319            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
40320            ! U/modified/Loc.U U/modified/myhostname.U
40321      Branch: metaconfig/U/perl
40322            ! Mksymlinks.U issymlink.U
40323      Branch: perl
40324            ! Configure
40325 ____________________________________________________________________________
40326 [  8316] By: jhi                                   on 2001/01/04  19:02:22
40327         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
40328              From: Andy Dougherty <doughera@lafayette.edu>
40329              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
40330              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
40331              
40332              Beware of GNU ld.
40333      Branch: perl
40334            ! hints/solaris_2.sh
40335 ____________________________________________________________________________
40336 [  8315] By: jhi                                   on 2001/01/04  18:56:48
40337         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
40338              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
40339              Date: Wed, 3 Jan 2001 07:58:51 +0100
40340              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
40341      Branch: perl
40342            ! hints/solaris_2.sh
40343 ____________________________________________________________________________
40344 [  8314] By: jhi                                   on 2001/01/04  18:54:07
40345         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40346              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40347              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
40348              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
40349              
40350              Doc tweak on #8313.
40351      Branch: perl
40352            ! ext/B/B/Deparse.pm
40353 ____________________________________________________________________________
40354 [  8313] By: jhi                                   on 2001/01/04  18:52:27
40355         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
40356              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
40357              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40358              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
40359              
40360              Make the peephole optimizer to bypass more null ops and
40361              and rewrite the deparse handling of continue blocks.
40362      Branch: perl
40363            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
40364 ____________________________________________________________________________
40365 [  8312] By: jhi                                   on 2001/01/04  18:47:39
40366         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
40367      Branch: perl
40368            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40369            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40370            ! t/lib/st-lock.t
40371 ____________________________________________________________________________
40372 [  8311] By: jhi                                   on 2001/01/04  18:36:08
40373         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
40374              filter to be run on each .pm during the pm_to_blib() phase,
40375              a fixed version of
40376              
40377              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
40378              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
40379              Date: Wed, 03 Jan 2001 22:01:30 +0100
40380              Message-ID: <5296.978555690@nice.ram.loc>
40381      Branch: perl
40382            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
40383            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40384            ! lib/ExtUtils/MakeMaker.pm
40385 ____________________________________________________________________________
40386 [  8310] By: jhi                                   on 2001/01/04  18:32:54
40387         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40388              From: Robin Barker <rmb1@cise.npl.co.uk>
40389              Date: Tue, 2 Jan 2001 15:35:03 GMT
40390              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
40391      Branch: perl
40392            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
40393            ! pod/perlrequick.pod
40394 ____________________________________________________________________________
40395 [  8309] By: jhi                                   on 2001/01/04  18:29:07
40396         Log: Subject: Re: [patch] static-ize XS()
40397              From: Doug MacEachern <dougm@covalent.net>
40398              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
40399              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
40400              
40401              Provide prototypes for the XS functions.
40402      Branch: perl
40403            ! lib/ExtUtils/xsubpp
40404 ____________________________________________________________________________
40405 [  8308] By: jhi                                   on 2001/01/04  18:27:44
40406         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
40407              From: Doug MacEachern <dougm@covalent.net>
40408              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
40409              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
40410      Branch: perl
40411            ! lib/ExtUtils/typemap
40412 ____________________________________________________________________________
40413 [  8307] By: jhi                                   on 2001/01/04  18:25:25
40414         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
40415              From: Doug MacEachern <dougm@covalent.net>
40416              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
40417              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
40418              
40419              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
40420      Branch: perl
40421            ! lib/ExtUtils/MM_Unix.pm
40422 ____________________________________________________________________________
40423 [  8306] By: jhi                                   on 2001/01/04  18:23:00
40424         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
40425              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40426              Date: Thu, 4 Jan 2001 12:47:10 +0100 
40427              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
40428              
40429              The toke.c part only, patching embed.h and proto.h is futile.
40430      Branch: perl
40431            ! toke.c
40432 ____________________________________________________________________________
40433 [  8305] By: jhi                                   on 2001/01/04  18:05:51
40434         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
40435              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40436              Date: Thu, 4 Jan 2001 17:50:12 +0100 
40437              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
40438      Branch: perl
40439            ! toke.c
40440 ____________________________________________________________________________
40441 [  8304] By: jhi                                   on 2001/01/04  18:03:26
40442         Log: Subject: [PATCH perl@8269]
40443              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40444              Date: Thu, 4 Jan 2001 12:53:39 +0100 
40445              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
40446              
40447              If running byacc write-enable also perly.h.
40448      Branch: perl
40449            ! Makefile.SH
40450 ____________________________________________________________________________
40451 [  8303] By: jhi                                   on 2001/01/04  15:40:49
40452         Log: Rewrite pp_concat() in terms of sv_catsv().
40453      Branch: perl
40454            ! pp_hot.c
40455 ____________________________________________________________________________
40456 [  8302] By: nick                                  on 2001/01/03  22:43:22
40457         Log: Integrate mainline.
40458      Branch: perlio
40459           !> ext/Encode/Encode.xs sv.c utf8.c
40460 ____________________________________________________________________________
40461 [  8301] By: jhi                                   on 2001/01/02  23:40:26
40462         Log: Variable naming tweak.
40463      Branch: perl
40464            ! sv.c
40465 ____________________________________________________________________________
40466 [  8300] By: jhi                                   on 2001/01/02  23:40:02
40467         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
40468              in is_utf8_string().
40469      Branch: perl
40470            ! utf8.c
40471 ____________________________________________________________________________
40472 [  8299] By: jhi                                   on 2001/01/02  22:14:40
40473         Log: Integrate perlio.
40474      Branch: perl
40475           !> pp.c pp_hot.c win32/Makefile
40476 ____________________________________________________________________________
40477 [  8298] By: nick                                  on 2001/01/02  22:03:06
40478         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
40479      Branch: perlio
40480            ! pp.c pp_hot.c
40481 ____________________________________________________________________________
40482 [  8297] By: jhi                                   on 2001/01/02  04:26:28
40483         Log: Signedness nit.
40484      Branch: perl
40485            ! ext/Encode/Encode.xs
40486 ____________________________________________________________________________
40487 [  8296] By: nick                                  on 2001/01/01  23:49:36
40488         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
40489      Branch: perlio
40490            ! win32/Makefile
40491 ____________________________________________________________________________
40492 [  8295] By: jhi                                   on 2001/01/01  23:05:48
40493         Log: Integrate perlio.
40494      Branch: perl
40495           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
40496           !> t/lib/encode.t
40497 ____________________________________________________________________________
40498 [  8294] By: nick                                  on 2001/01/01  22:48:34
40499         Log: Integrate mainline
40500      Branch: perlio
40501            ! pp_hot.c t/lib/encode.t
40502           !> (integrate 65 files)
40503 ____________________________________________________________________________
40504 [  8293] By: nick                                  on 2001/01/01  21:58:50
40505         Log: More rigor in UTF-8-ness of Encode's toUnicode
40506              XS export some of the utf8 internal functions.
40507              Test some of the functions.
40508              Fix pp_concat() bug shown by said tests.
40509      Branch: perlio
40510            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
40511            ! t/lib/encode.t
40512 ____________________________________________________________________________
40513 [  8292] By: jhi                                   on 2001/01/01  18:11:44
40514         Log: Integrate perlio.
40515      Branch: perl
40516           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
40517           !> ext/Encode/encengine.c ext/Encode/encode.h
40518 ____________________________________________________________________________
40519 [  8291] By: jhi                                   on 2001/01/01  18:10:58
40520         Log: Podify README.mpeix (a new version from the web),
40521              add a dummy NAME to Carp::Heavy, regen toc.
40522      Branch: perl
40523            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
40524            ! pod/perltoc.pod
40525 ____________________________________________________________________________
40526 [  8290] By: nick                                  on 2001/01/01  17:43:47
40527         Log: Loose the "Loading..." warning.
40528              Another bug in fallback support
40529      Branch: perlio
40530            ! ext/Encode/Encode.pm ext/Encode/encengine.c
40531 ____________________________________________________________________________
40532 [  8289] By: jhi                                   on 2001/01/01  00:01:57
40533         Log: Bump up Larry's copyright.
40534      Branch: perl
40535            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
40536            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
40537            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
40538            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
40539            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
40540            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
40541            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
40542            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
40543 ____________________________________________________________________________
40544 [  8288] By: nick                                  on 2000/12/31  21:27:53
40545         Log: Fix .ucm reading - forgot a chr()
40546              Start of .ucm write (for .enc to .ucm)
40547      Branch: perlio
40548            ! ext/Encode/compile
40549 ____________________________________________________________________________
40550 [  8287] By: jhi                                   on 2000/12/31  18:15:56
40551         Log: Comment away a diagnostic message as noted by Craig A. Berry
40552              (the unexpected message was confusing testing)
40553      Branch: perl
40554            ! ext/Encode/Encode.pm
40555 ____________________________________________________________________________
40556 [  8286] By: jhi                                   on 2000/12/31  18:14:51
40557         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
40558              Date: Sun, 31 Dec 2000 11:17:37 -0600
40559              From: "Craig A. Berry" <craigberry@mac.com>
40560              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
40561      Branch: perl
40562            ! ext/Encode/Makefile.PL
40563 ____________________________________________________________________________
40564 [  8285] By: nick                                  on 2000/12/31  18:11:54
40565         Log: Start of support of ICU-style .ucm files:
40566              - teach compile how to read a .ucm file
40567              - first guess at how to represent fallbacks in "tries".
40568              - use fallbacks if check == 0
40569              - new return code to indicate we used one.
40570      Branch: perlio
40571            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
40572            ! ext/Encode/encengine.c ext/Encode/encode.h
40573 ____________________________________________________________________________
40574 [  8284] By: jhi                                   on 2000/12/31  18:04:41
40575         Log: Pacify picky VMS compiler.
40576              
40577              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
40578              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40579              Date: Sat, 30 Dec 2000 18:10:02 -0600
40580              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
40581      Branch: perl
40582            ! sv.c
40583 ____________________________________________________________________________
40584 [  8283] By: jhi                                   on 2000/12/31  16:11:47
40585         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
40586      Branch: perl
40587            ! t/lib/glob-basic.t
40588 ____________________________________________________________________________
40589 [  8282] By: jhi                                   on 2000/12/31  15:26:11
40590         Log: Integrate perlio.
40591      Branch: perl
40592           !> makedef.pl opcode.pl os2/os2.c perlio.c
40593 ____________________________________________________________________________
40594 [  8281] By: nick                                  on 2000/12/31  10:06:15
40595         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
40596              is available to be exported
40597      Branch: perlio
40598            ! makedef.pl perlio.c
40599 ____________________________________________________________________________
40600 [  8280] By: nick                                  on 2000/12/31  09:41:26
40601         Log: Ilya's OS2 patch (testing for damage on Win32)
40602      Branch: perlio
40603            ! makedef.pl opcode.pl os2/os2.c
40604 ____________________________________________________________________________
40605 [  8279] By: jhi                                   on 2000/12/30  21:52:07
40606         Log: Test nits.
40607      Branch: perl
40608            ! t/lib/syslfs.t t/op/lfs.t
40609 ____________________________________________________________________________
40610 [  8278] By: jhi                                   on 2000/12/30  21:47:49
40611         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
40612              From: andreas.koenig@anima.de (Andreas J. Koenig)
40613              Date: 30 Dec 2000 22:35:37 +0100
40614              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
40615              
40616              The 32-bit wraparound test wasn't quite right.
40617      Branch: perl
40618            ! t/lib/syslfs.t t/op/lfs.t
40619 ____________________________________________________________________________
40620 [  8277] By: jhi                                   on 2000/12/30  21:33:44
40621         Log: Subject: [PATCH] open() example in perlfunc.pod 
40622              From: Karsten Sperling <s_sperli@ira.uka.de>
40623              Date: Sat, 30 Dec 2000 22:27:09 +0100
40624              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
40625      Branch: perl
40626            ! pod/perlfunc.pod
40627 ____________________________________________________________________________
40628 [  8276] By: jhi                                   on 2000/12/30  20:32:40
40629         Log: Not quite that many tests yet.
40630      Branch: perl
40631            ! t/op/pat.t
40632 ____________________________________________________________________________
40633 [  8275] By: jhi                                   on 2000/12/30  20:26:58
40634         Log: Integrate perlio.
40635      Branch: perl
40636           !> toke.c
40637 ____________________________________________________________________________
40638 [  8274] By: jhi                                   on 2000/12/30  20:24:56
40639         Log: Signedness nit.
40640      Branch: perl
40641            ! utf8.c
40642 ____________________________________________________________________________
40643 [  8273] By: jhi                                   on 2000/12/30  20:15:46
40644         Log: Add a test case for 20000731.001 which was fixed by the #8267.
40645      Branch: perl
40646            ! t/op/pat.t
40647 ____________________________________________________________________________
40648 [  8272] By: nick                                  on 2000/12/30  19:47:51
40649         Log: Tweak for MULTIPLICITY/USE_PERLIO
40650      Branch: perlio
40651            ! toke.c
40652 ____________________________________________________________________________
40653 [  8271] By: nick                                  on 2000/12/30  19:46:45
40654         Log: Integrate mainline
40655      Branch: perlio
40656           +> lib/unicode/distinct.pm
40657           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
40658           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
40659           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
40660 ____________________________________________________________________________
40661 [  8270] By: jhi                                   on 2000/12/30  19:39:50
40662         Log: Subject: RE: perl@8269
40663              From: "Richard Soderberg" <rs@crystalflame.net>
40664              Date: Sat, 30 Dec 2000 11:36:27 -0800
40665              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
40666              
40667              A missing aTHX_.
40668      Branch: perl
40669            ! toke.c
40670 ____________________________________________________________________________
40671 [  8269] By: jhi                                   on 2000/12/30  18:55:48
40672         Log: Update Changes.
40673      Branch: perl
40674            ! Changes patchlevel.h
40675 ____________________________________________________________________________
40676 [  8268] By: jhi                                   on 2000/12/30  17:18:40
40677         Log: Add a test for Unicode split //.  The #8267 was the cure.
40678      Branch: perl
40679            ! t/op/split.t
40680 ____________________________________________________________________________
40681 [  8267] By: jhi                                   on 2000/12/30  17:14:19
40682         Log: Subject: more UTF8 test suites and an UTF8 patch
40683              From: Inaba Hiroto <inaba@st.rim.or.jp>
40684              Date: Sat, 30 Dec 2000 14:27:10 +0900
40685              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
40686              
40687              Just the patch part for now, and the pragma renamed
40688              as unicode::distinct.
40689      Branch: perl
40690            + lib/unicode/distinct.pm
40691            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
40692            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
40693            ! regcomp.h regexec.c sv.c toke.c utf8.c
40694 ____________________________________________________________________________
40695 [  8266] By: nick                                  on 2000/12/30  16:40:49
40696         Log: Integrate mainline
40697      Branch: perlio
40698           +> lib/Pod/Text/Overstrike.pm
40699           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
40700           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
40701           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
40702           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
40703           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
40704 ____________________________________________________________________________
40705 [  8265] By: jhi                                   on 2000/12/30  07:28:55
40706         Log: The sv_catsv() fix, take two.
40707      Branch: perl
40708            ! sv.c t/op/join.t
40709 ____________________________________________________________________________
40710 [  8264] By: jhi                                   on 2000/12/30  06:19:18
40711         Log: Undo all the join-related changes since #8248: relevant
40712              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
40713              The new sv_catsv() doesn't fly so it must go back to
40714              the drawing board.
40715      Branch: perl
40716            ! sv.c t/op/join.t t/pragma/utf8.t
40717 ____________________________________________________________________________
40718 [  8263] By: jhi                                   on 2000/12/30  01:08:32
40719         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
40720      Branch: perl
40721            ! sv.c
40722 ____________________________________________________________________________
40723 [  8262] By: jhi                                   on 2000/12/30  00:45:14
40724         Log: Retract #8261.
40725      Branch: perl
40726            ! hv.c util.c
40727 ____________________________________________________________________________
40728 [  8261] By: jhi                                   on 2000/12/30  00:38:32
40729         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
40730      Branch: perl
40731            ! hv.c util.c
40732 ____________________________________________________________________________
40733 [  8260] By: jhi                                   on 2000/12/29  22:51:33
40734         Log: (Retracted by #8264)  More fixing for #8251.
40735      Branch: perl
40736            ! sv.c
40737 ____________________________________________________________________________
40738 [  8259] By: jhi                                   on 2000/12/29  18:27:30
40739         Log: Subject: podlators 1.06 released
40740              From: Russ Allbery <rra@stanford.edu>
40741              Date: 25 Dec 2000 05:09:30 -0800
40742              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
40743      Branch: perl
40744            + lib/Pod/Text/Overstrike.pm
40745            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
40746            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
40747 ____________________________________________________________________________
40748 [  8258] By: jhi                                   on 2000/12/29  18:20:45
40749         Log: Make the large file tests more robust/talkative as suggested by
40750              
40751              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
40752              From: andreas.koenig@anima.de (Andreas J. Koenig)
40753              Date: 29 Dec 2000 14:23:01 +0100
40754              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
40755      Branch: perl
40756            ! t/lib/syslfs.t t/op/lfs.t
40757 ____________________________________________________________________________
40758 [  8257] By: jhi                                   on 2000/12/29  17:48:04
40759         Log: Further VMS piping fixes from Charles Lane:
40760              
40761              In summary, error messages produced when a subprocess terminated
40762              abnormally were being sent not just to the parent process, but to
40763              grandparents, because of default values for error output that were
40764              not completely overridden when the subprocess was started.
40765              
40766              This patch fixes this behavior by defining user-mode (i.e., temporary
40767              for the duration of the program) logical names for SYS$OUTPUT and
40768              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
40769              changes to make it so that the user-mode logicals are the ones that
40770              control where Perl's error messages go if it terminates abnormally.
40771              
40772              I also added some gratuitous fixes to the indentation of braces in
40773              the piping code.  It just looked ugly, before.
40774      Branch: perl
40775            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
40776 ____________________________________________________________________________
40777 [  8256] By: jhi                                   on 2000/12/29  17:45:12
40778         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
40779              From: "Casey R. Tweten" <crt@kiski.net>
40780              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
40781              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
40782              
40783              Tests for for #8240.
40784      Branch: perl
40785            ! t/pragma/constant.t
40786 ____________________________________________________________________________
40787 [  8255] By: jhi                                   on 2000/12/29  17:43:07
40788         Log: Subject: Re: [PATCH] Interesting syntax idea
40789              From: Simon Cozens <simon@cozens.net>
40790              Date: Fri, 29 Dec 2000 14:34:04 +0000
40791              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
40792              
40793              Tests for #8254.
40794      Branch: perl
40795            ! t/pragma/sub_lval.t
40796 ____________________________________________________________________________
40797 [  8254] By: jhi                                   on 2000/12/29  17:42:11
40798         Log: Subject: [PATCH] Interesting syntax idea
40799              From: Simon Cozens <simon@cozens.net>
40800              Date: Wed, 27 Dec 2000 05:08:57 +0000
40801              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
40802              
40803              Make opens + bareword assigns do typeglob assigns.
40804      Branch: perl
40805            ! op.c
40806 ____________________________________________________________________________
40807 [  8253] By: jhi                                   on 2000/12/29  17:36:45
40808         Log: Output the (apparent) version of gcc, as suggested by
40809              
40810              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
40811              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
40812              Date: 26 Dec 2000 04:29:17 -0500
40813              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
40814              
40815              (The patch as such didn't any more apply as the misparsing had
40816              already been addressed in #6474.)  Also change the wording about
40817              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
40818      Branch: perl
40819            ! hints/dec_osf.sh
40820 ____________________________________________________________________________
40821 [  8252] By: nick                                  on 2000/12/29  12:14:31
40822         Log: Integrate mainline
40823      Branch: perlio
40824           !> (integrate 27 files)
40825 ____________________________________________________________________________
40826 [  8251] By: jhi                                   on 2000/12/29  08:45:46
40827         Log: (Retracted by #8264)
40828              
40829              (Fixed by #8260.)
40830              
40831              sv_catsv() needs one more byte space than seems reasonable.
40832              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
40833              Curiouser and curiouser.
40834      Branch: perl
40835            ! sv.c
40836 ____________________________________________________________________________
40837 [  8250] By: jhi                                   on 2000/12/29  07:57:52
40838         Log: More split // UTF-8 tests.
40839      Branch: perl
40840            ! t/pragma/utf8.t
40841 ____________________________________________________________________________
40842 [  8249] By: jhi                                   on 2000/12/29  07:54:51
40843         Log: (Retracted by #8264)  More join() testing which was good because
40844              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
40845      Branch: perl
40846            ! pp.c t/op/join.t utf8.c utf8.h
40847 ____________________________________________________________________________
40848 [  8248] By: jhi                                   on 2000/12/29  07:08:32
40849         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
40850              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
40851              that the only cases to care about are byte+byte and byte+character.
40852              
40853              TODO: See how well pp_concat() could be implemented in terms
40854              of sv_catsv().
40855      Branch: perl
40856            ! doop.c sv.c t/op/join.t utf8.h
40857 ____________________________________________________________________________
40858 [  8247] By: jhi                                   on 2000/12/29  06:35:23
40859         Log: Signedness nit.
40860      Branch: perl
40861            ! pp_hot.c
40862 ____________________________________________________________________________
40863 [  8246] By: jhi                                   on 2000/12/29  01:23:31
40864         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
40865              From: Lupe Christoph <lupe@lupe-christoph.de>
40866              Date: Thu, 28 Dec 2000 23:00:00 +0100
40867              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
40868              
40869              Suggest rsync --delete --dry-run.
40870      Branch: perl
40871            ! pod/perlhack.pod
40872 ____________________________________________________________________________
40873 [  8245] By: jhi                                   on 2000/12/28  23:57:05
40874         Log: The maxiters upper limit sanity check (guarding against
40875              non-progress) assumed bytes instead of characters in s///
40876              and split().
40877      Branch: perl
40878            ! pp.c pp_hot.c
40879 ____________________________________________________________________________
40880 [  8244] By: jhi                                   on 2000/12/28  23:34:08
40881         Log: Make some panic messages a bit more logical.
40882      Branch: perl
40883            ! doop.c pod/perldiag.pod pp.c pp_hot.c
40884 ____________________________________________________________________________
40885 [  8243] By: jhi                                   on 2000/12/28  22:59:16
40886         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
40887              From: Simon Cozens <simon@cozens.net>
40888              Date: Wed, 27 Dec 2000 02:30:03 +0000
40889              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
40890      Branch: perl
40891            ! pp.c t/pragma/sub_lval.t
40892 ____________________________________________________________________________
40893 [  8242] By: jhi                                   on 2000/12/28  22:56:53
40894         Log: Subject: [PATCH blead] Fix B::Terse indentation
40895              From: Daniel Chetlin <daniel@chetlin.com>
40896              Date: Wed, 27 Dec 2000 06:43:30 -0800
40897              Message-ID: <20001227064329.B9573@darkstar>
40898      Branch: perl
40899            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
40900 ____________________________________________________________________________
40901 [  8241] By: jhi                                   on 2000/12/28  22:48:59
40902         Log: The latter patch from the
40903              
40904              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
40905              From: Peter Prymmer <pvhp@forte.com> 
40906              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
40907              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
40908              
40909              (the former patch from the above should have been
40910              taken care of by Nick I-S)
40911      Branch: perl
40912            ! win32/Makefile
40913 ____________________________________________________________________________
40914 [  8240] By: jhi                                   on 2000/12/28  22:45:22
40915         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
40916              From: "Casey R. Tweten" <crt@kiski.net>
40917              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
40918              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
40919      Branch: perl
40920            ! lib/constant.pm
40921 ____________________________________________________________________________
40922 [  8239] By: jhi                                   on 2000/12/28  22:37:45
40923         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
40924              From: Simon Cozens <simon@cozens.net>
40925              Date: Wed, 27 Dec 2000 14:12:44 +0000
40926              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
40927      Branch: perl
40928            ! t/op/method.t t/op/sort.t toke.c
40929 ____________________________________________________________________________
40930 [  8238] By: jhi                                   on 2000/12/28  22:30:32
40931         Log: Subject: [PATCH perl@8229] Call.pm
40932              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
40933              Date: Mon, 25 Dec 2000 10:47:15 -0000
40934              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
40935      Branch: perl
40936            ! ext/Filter/Util/Call/Call.pm
40937 ____________________________________________________________________________
40938 [  8237] By: jhi                                   on 2000/12/28  22:19:21
40939         Log: Subject: [PATCH blead] Fix problem with `&' prototype
40940              From: Daniel Chetlin <daniel@chetlin.com>
40941              Date: Wed, 27 Dec 2000 15:55:32 -0800
40942              Message-ID: <20001227155532.D9573@darkstar>
40943      Branch: perl
40944            ! op.c t/comp/proto.t
40945 ____________________________________________________________________________
40946 [  8236] By: jhi                                   on 2000/12/28  22:09:25
40947         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
40948              From: Daniel Chetlin <daniel@chetlin.com>
40949              Date: Sun, 24 Dec 2000 04:09:49 -0800
40950              Message-ID: <20001224040949.B3090@darkstar>
40951      Branch: perl
40952            ! gv.c mg.c t/op/attrs.t
40953 ____________________________________________________________________________
40954 [  8235] By: jhi                                   on 2000/12/28  22:07:11
40955         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
40956              From: Jan Dubois <jand@ActiveState.com>
40957              Date: Tue, 26 Dec 2000 20:57:31 -0800
40958              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
40959      Branch: perl
40960            ! win32/win32.c
40961 ____________________________________________________________________________
40962 [  8234] By: jhi                                   on 2000/12/28  21:52:42
40963         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
40964              From: Simon Cozens <simon@cozens.net>
40965              Date: Thu, 28 Dec 2000 20:33:13 +0000
40966              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
40967      Branch: perl
40968            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
40969 ____________________________________________________________________________
40970 [  8233] By: jhi                                   on 2000/12/28  19:40:49
40971         Log: Integrate perlio.
40972      Branch: perl
40973           !> ext/Encode/Makefile.PL ext/Encode/compile
40974 ____________________________________________________________________________
40975 [  8232] By: nick                                  on 2000/12/23  16:06:00
40976         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
40977              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
40978      Branch: perlio
40979            ! ext/Encode/Makefile.PL
40980 ____________________________________________________________________________
40981 [  8231] By: nick                                  on 2000/12/23  14:30:34
40982         Log: "Compiled" encode build cleanup
40983              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
40984              - .c files do not export sub-tables
40985      Branch: perlio
40986            ! ext/Encode/Makefile.PL ext/Encode/compile
40987 ____________________________________________________________________________
40988 [  8230] By: nick                                  on 2000/12/23  12:50:37
40989         Log: Integrate mainline
40990      Branch: perlio
40991           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
40992           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
40993           !> pod/perl5004delta.pod pod/perl5005delta.pod
40994           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
40995           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
40996           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
40997           !> pod/perlsub.pod
40998 ____________________________________________________________________________
40999 [  8229] By: jhi                                   on 2000/12/22  15:32:12
41000         Log: Integrate perlio.
41001      Branch: perl
41002           +> win32/distclean.bat
41003           !> MANIFEST t/io/utf8.t
41004 ____________________________________________________________________________
41005 [  8228] By: jhi                                   on 2000/12/22  15:29:40
41006         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
41007              From: Robin Barker <rmb1@cise.npl.co.uk>
41008              Date: Fri, 22 Dec 2000 12:17:38 GMT
41009              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
41010      Branch: perl
41011            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41012            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41013            ! pod/perl5004delta.pod pod/perl5005delta.pod
41014            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
41015            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
41016            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
41017            ! pod/perlsub.pod
41018 ____________________________________________________________________________
41019 [  8227] By: jhi                                   on 2000/12/22  15:24:28
41020         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
41021              From: "John L. Allen" <allen@grumman.com>
41022              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
41023              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
41024              
41025              Document APPLLIB_EXP.
41026      Branch: perl
41027            ! INSTALL
41028 ____________________________________________________________________________
41029 [  8226] By: nick                                  on 2000/12/21  22:11:50
41030         Log: Handy script for when one forgets to "dmake clean" 
41031      Branch: perlio
41032            + win32/distclean.bat
41033            ! MANIFEST
41034 ____________________________________________________________________________
41035 [  8225] By: nick                                  on 2000/12/21  21:54:04
41036         Log: CRLF platform issue with io/utf8 fix.
41037      Branch: perlio
41038            ! t/io/utf8.t
41039 ____________________________________________________________________________
41040 [  8224] By: nick                                  on 2000/12/21  21:02:20
41041         Log: Integrate mainline
41042      Branch: perlio
41043           !> Changes Configure Makefile.SH Porting/Glossary
41044           !> Porting/config.sh Porting/config_H configure.com
41045           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
41046           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
41047           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
41048           !> win32/config.bc win32/config.gc win32/config.vc
41049 ____________________________________________________________________________
41050 [  8223] By: jhi                                   on 2000/12/21  17:09:16
41051         Log: Update Changes.
41052      Branch: perl
41053            ! Changes patchlevel.h
41054 ____________________________________________________________________________
41055 [  8222] By: jhi                                   on 2000/12/21  16:24:01
41056         Log: Metaconfig unit changes for #8221.
41057      Branch: metaconfig/U/perl
41058           +> issymlink.U
41059            - testsyml.U
41060            ! Mksymlinks.U
41061 ____________________________________________________________________________
41062 [  8221] By: jhi                                   on 2000/12/21  16:23:48
41063         Log: Rename testsyml to issymlink.
41064      Branch: perl
41065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41066            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
41067            ! win32/config.vc
41068 ____________________________________________________________________________
41069 [  8220] By: jhi                                   on 2000/12/21  15:47:26
41070         Log: Robustness support for #8218 (symlink forest) since the GNU
41071              tools seem to be overly picky about symlinkage depths.
41072      Branch: perl
41073            ! Makefile.SH t/io/fs.t
41074 ____________________________________________________________________________
41075 [  8219] By: jhi                                   on 2000/12/21  15:38:27
41076         Log: Metaconfig changes for #8218.
41077      Branch: metaconfig
41078            ! U/modified/Oldconfig.U
41079      Branch: metaconfig/U/perl
41080            + Mksymlinks.U
41081            ! testsyml.U
41082 ____________________________________________________________________________
41083 [  8218] By: jhi                                   on 2000/12/21  15:37:57
41084         Log: Add Configure option -Dmksymlinks which will create a symlink
41085              forest if the current/build differs from the source directory.
41086              TODO: mkdir -p is not portable.
41087      Branch: perl
41088            ! Configure
41089 ____________________________________________________________________________
41090 [  8217] By: jhi                                   on 2000/12/21  14:39:12
41091         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
41092              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
41093              Date: Thu, 21 Dec 2000 09:38:18 GMT
41094              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
41095              
41096              The ofs became an SV.
41097      Branch: perl
41098            ! ext/Thread/Thread.xs
41099 ____________________________________________________________________________
41100 [  8216] By: jhi                                   on 2000/12/21  05:40:21
41101         Log: The polymorphism seems to have fixed 20000517.001.
41102      Branch: perl
41103            ! t/pragma/utf8.t
41104 ____________________________________________________________________________
41105 [  8215] By: jhi                                   on 2000/12/21  04:44:52
41106         Log: read() documentation tweak for 20001121.004.
41107      Branch: perl
41108            ! pod/perlfunc.pod
41109 ____________________________________________________________________________
41110 [  8214] By: jhi                                   on 2000/12/21  03:54:11
41111         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
41112      Branch: perl
41113            ! pp_sys.c t/op/misc.t
41114 ____________________________________________________________________________
41115 [  8213] By: jhi                                   on 2000/12/21  00:28:10
41116         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
41117              From: Peter Prymmer <pvhp@forte.com>
41118              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
41119              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
41120      Branch: perl
41121            ! configure.com
41122 ____________________________________________________________________________
41123 [  8212] By: jhi                                   on 2000/12/21  00:26:21
41124         Log: Edit edit edit.
41125      Branch: perl
41126            ! pod/perlfaq3.pod
41127 ____________________________________________________________________________
41128 [  8211] By: jhi                                   on 2000/12/20  18:52:46
41129         Log: Update Changes.
41130      Branch: perl
41131            ! Changes patchlevel.h
41132 ____________________________________________________________________________
41133 [  8210] By: jhi                                   on 2000/12/20  18:34:47
41134         Log: Yet another editor edit.
41135      Branch: perl
41136            ! pod/perlfaq3.pod
41137 ____________________________________________________________________________
41138 [  8209] By: jhi                                   on 2000/12/20  15:33:28
41139         Log: More Win32 Perling.
41140      Branch: perl
41141            ! pod/perlfaq3.pod
41142 ____________________________________________________________________________
41143 [  8208] By: jhi                                   on 2000/12/20  15:07:46
41144         Log: More Win32 editor/IDE/shell hints.
41145      Branch: perl
41146            ! pod/perlfaq3.pod
41147 ____________________________________________________________________________
41148 [  8207] By: jhi                                   on 2000/12/20  03:54:08
41149         Log: Subject: [PATCH] obscure timing knowledge
41150              From: Nicholas Clark <nick@ccl4.org>
41151              Date: Tue, 19 Dec 2000 19:22:31 +0000
41152              Message-ID: <20001219192231.F2827@plum.flirble.org>
41153      Branch: perl
41154            ! sv.c
41155 ____________________________________________________________________________
41156 [  8206] By: jhi                                   on 2000/12/20  03:45:57
41157         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
41158              From: Spider Boardman <spider@leggy.zk3.dec.com>
41159              Date: Tue, 19 Dec 2000 21:30:16 -0500
41160              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
41161      Branch: perl
41162            ! sv.c
41163 ____________________________________________________________________________
41164 [  8205] By: jhi                                   on 2000/12/19  23:02:01
41165         Log: Update Changes.
41166      Branch: perl
41167            ! Changes patchlevel.h
41168 ____________________________________________________________________________
41169 [  8204] By: jhi                                   on 2000/12/19  22:58:18
41170         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
41171              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
41172              on editors and diffing/patching.
41173      Branch: perl
41174            ! t/op/utf8decode.t
41175 ____________________________________________________________________________
41176 [  8203] By: nick                                  on 2000/12/19  21:36:16
41177         Log: Integrate mainline (forgot my own change...)
41178      Branch: perlio
41179           !> ext/Encode/compile
41180 ____________________________________________________________________________
41181 [  8202] By: nick                                  on 2000/12/19  21:34:42
41182         Log: Integrate mainline.
41183      Branch: perlio
41184           !> (integrate 61 files)
41185 ____________________________________________________________________________
41186 [  8201] By: nick                                  on 2000/12/19  21:34:06
41187         Log: Avoid looking for File::Glob when we don't need it.
41188      Branch: perl
41189            ! ext/Encode/compile
41190 ____________________________________________________________________________
41191 [  8200] By: jhi                                   on 2000/12/19  18:35:49
41192         Log: Update Changes.
41193      Branch: perl
41194            ! Changes patchlevel.h
41195 ____________________________________________________________________________
41196 [  8199] By: jhi                                   on 2000/12/19  18:35:07
41197         Log: Microperl tweaks.
41198      Branch: perl
41199            ! sv.c uconfig.h uconfig.sh
41200 ____________________________________________________________________________
41201 [  8198] By: jhi                                   on 2000/12/19  18:29:59
41202         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
41203      Branch: perl
41204            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41205            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
41206 ____________________________________________________________________________
41207 [  8197] By: jhi                                   on 2000/12/19  17:55:29
41208         Log: In VMS embedded perls couldn't access the statically built Socket,
41209              from Charles Lane.
41210      Branch: perl
41211            ! configure.com
41212 ____________________________________________________________________________
41213 [  8196] By: jhi                                   on 2000/12/19  17:49:50
41214         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
41215              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
41216              Date: Sun, 17 Dec 2000 19:11:44 -0000
41217              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
41218      Branch: perl
41219            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41220            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
41221 ____________________________________________________________________________
41222 [  8195] By: jhi                                   on 2000/12/19  17:47:53
41223         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
41224              From: Jonathan Stowe <gellyfish@gellyfish.com>
41225              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
41226              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
41227      Branch: perl
41228            ! utils/h2xs.PL
41229 ____________________________________________________________________________
41230 [  8194] By: jhi                                   on 2000/12/19  17:46:28
41231         Log: Subject: Re: useless use of void context work-around
41232              From: andreas.koenig@anima.de (Andreas J. Koenig)
41233              Date: 16 Dec 2000 15:13:36 +0100
41234              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
41235              
41236              Document (comment) the q(di ds ig) trick in the code.
41237      Branch: perl
41238            ! op.c
41239 ____________________________________________________________________________
41240 [  8193] By: jhi                                   on 2000/12/19  17:10:57
41241         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
41242              From: "Mark J. Reed" <mreed@strange.turner.com>
41243              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
41244              Message-Id: <200012160222.VAA13986@strange.turner.com>
41245      Branch: perl
41246            ! ext/Sys/Syslog/Syslog.pm
41247 ____________________________________________________________________________
41248 [  8192] By: jhi                                   on 2000/12/19  17:07:45
41249         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
41250              From: Nicholas Clark <nick@ccl4.org>
41251              Date: Sat, 16 Dec 2000 19:03:13 +0000
41252              Message-ID: <20001216190313.D68304@plum.flirble.org>
41253      Branch: perl
41254            ! t/op/64bitint.t
41255 ____________________________________________________________________________
41256 [  8191] By: jhi                                   on 2000/12/19  17:06:13
41257         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
41258              From: Dominic Dunlop <domo@computer.org>
41259              Date: Mon, 18 Dec 2000 12:00:15 +0100
41260              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
41261              
41262              This patchlet is needed in order that perl can be statically linked.  
41263      Branch: perl
41264            ! regexec.c
41265 ____________________________________________________________________________
41266 [  8190] By: jhi                                   on 2000/12/19  17:03:08
41267         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
41268              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41269              Date: Sun, 17 Dec 2000 00:18:35 -0600
41270              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
41271      Branch: perl
41272            ! perlio.h vms/gen_shrfls.pl
41273 ____________________________________________________________________________
41274 [  8189] By: jhi                                   on 2000/12/19  16:20:28
41275         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
41276              From: Prymmer/Kahn <pvhp@best.com>
41277              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
41278              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
41279              
41280              A better version of #8188.
41281      Branch: perl
41282            ! pod/perlfaq3.pod
41283 ____________________________________________________________________________
41284 [  8188] By: jhi                                   on 2000/12/19  15:57:06
41285         Log: (Replaced by #8189)
41286              
41287              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41288              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
41289              From: Prymmer/Kahn <pvhp@best.com>
41290              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
41291              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41292              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
41293              Date: Mon, 18 Dec 2000 11:10:45 -0500
41294              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
41295      Branch: perl
41296            ! pod/perlfaq3.pod
41297 ____________________________________________________________________________
41298 [  8187] By: jhi                                   on 2000/12/19  15:54:19
41299         Log: Email address fix for Anton Berezin.
41300      Branch: perl
41301            ! AUTHORS
41302 ____________________________________________________________________________
41303 [  8186] By: jhi                                   on 2000/12/19  15:38:54
41304         Log: Subject: [PATCH perl@8102] cygwin port
41305              From: "Eric Fifer" <efifer@dircon.co.uk> 
41306              Date: Thu, 14 Dec 2000 13:41:29 -0000
41307              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
41308              
41309              When compiling modules the data item that is being imported
41310              from libperl.dll needs to be tagged as imported/shared data:
41311              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
41312      Branch: perl
41313            ! perliol.h
41314 ____________________________________________________________________________
41315 [  8185] By: jhi                                   on 2000/12/19  14:53:24
41316         Log: Regen uconfig.h and uconfig.sh.
41317      Branch: perl
41318            ! uconfig.h uconfig.sh
41319 ____________________________________________________________________________
41320 [  8184] By: jhi                                   on 2000/12/18  20:43:49
41321         Log: Comments work so much better when they are closed.
41322      Branch: perl
41323            ! regcomp.c
41324 ____________________________________________________________________________
41325 [  8183] By: jhi                                   on 2000/12/18  18:04:02
41326         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
41327              Fixes the bug 20001218.016.
41328      Branch: perl
41329            ! regcomp.c
41330 ____________________________________________________________________________
41331 [  8182] By: gsar                                  on 2000/12/18  09:53:47
41332         Log: delete spurious files
41333      Branch: maint-5.6/perl
41334            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
41335            - vos/config.h vos/config_h.SH_orig
41336 ____________________________________________________________________________
41337 [  8181] By: gsar                                  on 2000/12/18  09:46:08
41338         Log: regen perltoc
41339      Branch: maint-5.6/perl
41340            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
41341 ____________________________________________________________________________
41342 [  8180] By: gsar                                  on 2000/12/18  09:20:27
41343         Log: integrate changes#7924..7926,7946,7952 from mainline
41344              
41345              A test works better if it has the right 1..$n output.
41346              
41347              All the core library users of Class::Struct seem to be
41348              using "use Class::Struct 'struct';" instead of the bare
41349              "use Class::Struct;", which isn't documented in Class::Struct.
41350              This can't be right.
41351              
41352              Make the Class::Struct import() wiser.
41353              
41354              Upgrade to CPAN 1.59_51, from Andreas König.
41355              
41356              Subject: Re: long shell lines
41357              Split overly long shell command lines.
41358      Branch: maint-5.6/perl
41359           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
41360           !> lib/File/stat.pm t/lib/class-struct.t
41361 ____________________________________________________________________________
41362 [  8179] By: gsar                                  on 2000/12/18  08:55:54
41363         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
41364              7918,7919,7988,8907 from mainline (various)
41365              
41366              Subject: [ID 20001127.004] White space problem in perlamiga.pod
41367              
41368              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
41369              
41370              Subject: [PATCH] perlcc.PL cleanups
41371              
41372              Subject: [PATCH] Updating perltie.pod for arrays
41373              
41374              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
41375              Subject: Re: [PATCH] Updating perltie.pod for arrays
41376              Subject: Re: [PATCH] Updating perltie.pod for arrays
41377              
41378              One more perltie.pod nit from Casey R. Tweten.
41379              
41380              Subject: [PATCH] $^O  win32 -> MSWin32
41381              plus similar nits for vms, err, VMS, and UNICOS.
41382              
41383              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
41384              More checking in case someone has broken their services or
41385              protocol databases.
41386              
41387              Make "use Class::Struct 'struct';" work again (broken by #7617);
41388              add a test for Class::Struct.
41389              
41390              Integrate the "skip" messages to explain().
41391              
41392              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
41393      Branch: maint-5.6/perl
41394           +> t/lib/class-struct.t
41395           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
41396           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
41397           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
41398 ____________________________________________________________________________
41399 [  8178] By: gsar                                  on 2000/12/18  08:16:30
41400         Log: avoid redefinition warnings on windows due to sys/socket.h getting
41401              #included before win32.h
41402      Branch: maint-5.6/perl
41403            ! win32/include/sys/socket.h
41404 ____________________________________________________________________________
41405 [  8177] By: gsar                                  on 2000/12/18  05:24:04
41406         Log: make regen_headers; fix POSIX.xs problems; remove outdated
41407              code from sys/socket.h that makes build fail now
41408      Branch: maint-5.6/perl
41409            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41410            ! pod/perlapi.pod
41411           !> win32/include/sys/socket.h
41412 ____________________________________________________________________________
41413 [  8176] By: gsar                                  on 2000/12/18  05:20:17
41414         Log: update Changes
41415      Branch: maint-5.6/perl
41416            ! Changes patchlevel.h
41417 ____________________________________________________________________________
41418 [  8175] By: gsar                                  on 2000/12/18  04:57:48
41419         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
41420              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
41421              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
41422              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
41423              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
41424              7823,7825,7838
41425              
41426              Subject: Re: [PATCH] README.solaris
41427              
41428              Add getpagesize() probing, on non-UNIX guess 'undef'.
41429              
41430              Simplify the getpagesize() unit by dropping the
41431              pagesize probe since it's nowadays slightly more
41432              complicated because of sysconf(). (Note: if some
41433              platform really needs the -lPW for getpagesize,
41434              I just broke it.)
41435              TODO: a new pagesize unit.
41436              
41437              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
41438              
41439              MachTen doesn't really do mmap() and munmap().
41440              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
41441              
41442              More README.solaris updates from Andy Dougherty.
41443              
41444              Copy the s// information of README.hpux also to the perlrun.
41445              
41446              Add HAS_FSYNC, lack noticed by Nicholas Clark.
41447              
41448              Add a metaconfig unit for fsync.
41449              
41450              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
41451              
41452              Many subdocumented return values of the IO extension now documented.
41453              ungetc and write still left subdocumented.
41454              Subject: [PATCH] (was Re: IO::Handle::ungetc)
41455              
41456              Document tell() on special streams.
41457              
41458              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
41459              
41460              Subject: [ID 20001112.007] sfio's sftell isn't ftell
41461              
41462              Couple of tests from #7660 salvaged.
41463              
41464              Tweak the definition of the bit complement on UTF-8 data:
41465              if none of the characters in the string are > 0xff,
41466              the result is a complemented byte string, not a (UTF-8)
41467              char string.  Based on the summary in
41468              Subject: Re: [ID 20000918.005] ~ on wide chars
41469              This should give us the maximum backward (pre-char string)
41470              compatibility and utf8 compatibility.  The other alternative
41471              would be to limit the bit complement to be always byte only,
41472              taking the least significant byte of the chars.
41473              
41474              Cleanup messy #ifdef.
41475              
41476              Typos in #7667.
41477              
41478              Declare reg_data like reg_substr_data.
41479              
41480              Placate nervous compilers that see longer than ints switch()ing.
41481              
41482              Remove the new two tests of lib/io_xs for now, they seem to
41483              fail under perlio on some platforms.
41484              
41485              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
41486              
41487              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
41488              
41489              Subject: tiny typo in perl5db.pl
41490              
41491              Subject: some additions for makefiles for win32 (for perl@7674)
41492              
41493              Hoist the duplicated socket/netdb include logic to perl.h;
41494              undef SETERRNO in case SOCKS has defined it.  Based on:
41495              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
41496              
41497              Regen Configure.
41498              
41499              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
41500              (a macro to define signed and unsigned integer constants).
41501              
41502              Use UINT64_C().
41503              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
41504              
41505              Use u_int32_t for the size of hash_cb(), not size_t.
41506              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
41507              
41508              Quit utf8_to_uv() instantly if curlen == 0.
41509              
41510              Subject: [PATCH: perl@7674] updates to README.os390
41511              
41512              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
41513              
41514              EBCDIC tweaks.
41515              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
41516              
41517              Linenumber fix.
41518              
41519              SOCKS has its own USE_THREADS, based on
41520              Subject: [ID 20001114.002] et. al. bugfix followup
41521              
41522              UINT64_C() work continues.
41523              
41524              Detypo.
41525              
41526              The type of the hash_cb() size argument is tricky.
41527              
41528              Add fwalk() probe to the configuration files and regen perltoc.
41529              
41530              Subject: perllocale.pod changes
41531              
41532              Avoid an infinite loop in VMS when utils scripts are run
41533              with no arguments, from Charles Lane.
41534              
41535              Subject: Re: Bug in Carp::Heavy/5.6.0?
41536              
41537              For Solaris use64bitall the stdchar needs a little bit of help.
41538              
41539              The long double hints can be here or there.
41540              
41541              Test tweak for the open pragma.
41542              
41543              Also the 64bitall hints can be either here or there.
41544              
41545              As surmised the #7719 wasn't a good move.
41546              
41547              Subject: Fix for 20000409.001
41548              
41549              Subject: Fix for 20000815.006
41550              It's really 20000518.006.
41551              
41552              Subject: [PATCH 5.6.0 README.win32] very minor typos
41553              
41554              Subject: Fix for README.amiga (20000323.033)
41555              
41556              Explain in more detail the {} syntax ambiguousity.
41557              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
41558              
41559              Sparc 64-bit pack() fix from Jens Hamisch.
41560              
41561              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
41562              
41563              Subject: podlators 1.05 available        
41564              
41565              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
41566              
41567              Subject: [perl 7711: EPOC] updates
41568              
41569              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
41570              
41571              Miraculous typo.
41572              
41573              sysseek() instead of seek().
41574              
41575              Solaris hints tweaks.
41576              
41577              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
41578              This may be overly harsh but until proven otherwise, we think this
41579              way, or until we have a simple test for Configure (having to start
41580              up servers is does not count as simple) to check for the problems.
41581              
41582              Remove the shared object before attempting to create
41583              (by linking) a new one.  E.g. in AIX not removing
41584              becomes quite painful if one tries to do more than one
41585              build in the same tree (an interrupted build, for example),
41586              since the AIX' shared dynaloader seemingly keeps the shared
41587              objects open and therefore 'busy' for quite a while, even when
41588              nobody is using the objects, leading into link failures.
41589              
41590              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
41591              
41592              Subject: DOC PATCH 5.6.0 perlreftut
41593              
41594              Subject: [PATCH: perl@7777] add system locale testing for VMS
41595              
41596              Subject: [PATCH] Test.pm POD peculiarity
41597              
41598              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
41599              
41600              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
41601              
41602              Subject: Re: perl@7777 
41603              Detypoing.
41604              
41605              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
41606              
41607              Go ahead and #include <unistd.h> in perl.h.
41608              
41609              Subject: [PATCH perl@7795] small cleanup task for test suite
41610              
41611              Subject: Re: av.c patch (having slight problems)
41612              unshift() speedup.
41613              
41614              Reach back one higher up when searching for PERL_SRC.
41615      Branch: maint-5.6/perl
41616           +> lib/File/Spec/Epoc.pm
41617           !> (integrate 88 files)
41618 ____________________________________________________________________________
41619 [  8174] By: gsar                                  on 2000/12/18  03:53:09
41620         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
41621              7625..7629,7631..7634,7637,7639,7642 from mainline
41622              
41623              Fix for the tie-refhash string table leaks.
41624              
41625              Subject: [patch perl@7595] VMS configure.com tweak
41626              
41627              More careful detection of how well NVs and UVs mix.
41628              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))
41629              Added some SIGFPE paranoia.
41630              
41631              Forgot to bump the line numbers in #7601.
41632              
41633              Subject: PATCH std stdio for (Free)BSD
41634              
41635              Deleting $ENV{PATH} in VMS is not recommendable.
41636              
41637              Locale buglets.
41638              Subject: RE: Locales support (setlocale) fixes
41639              
41640              Do not test UTF-8 locales since that the tests would require
41641              polymorphic regexen.
41642              
41643              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
41644              
41645              A missing aTHX_.
41646              
41647              Subject: [ID 20001108.013] spelling
41648              
41649              Subject: [PATCH] Class::Struct at compile time
41650              
41651              Make deleting for %ENV work for (newer versions of) VMS,
41652              from Craig A. Berry.
41653              
41654              Forgot from #7618.
41655              
41656              More VMS moves on environment handling, from Charles Lane.
41657              
41658              Remove unused extra arguments.
41659              
41660              Typo in an ifndef.
41661              Subject: Re: [PATCH 5.7.0] better messages from malloc()
41662              
41663              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
41664              All except the "cow orker" change.
41665              
41666              The generated boot_* headers are wrong.  Pickier compiler,
41667              such as KAI C++ will refuse to compile the resulting perlmain.
41668              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
41669              
41670              There's no =head3.
41671              
41672              Disable only the tests 99 and 166 for UTF-8 locales.
41673              
41674              Missing dTHXs.
41675              Subject: RE: perl@7595 builds not on cygwin
41676              
41677              Subject: Re: bash -c exit and linux hints 
41678              
41679              Various doc oddball characters.
41680              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
41681              
41682              Subject: [PATCH] IO::Seekable pod
41683              
41684              Amdahl UTS hints updates.
41685              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
41686              
41687              Explain better why certain regex tests are skipped.
41688              Subject: Re: tests skipped: unknown reason
41689              
41690              Subject: [PATCH] README.solaris
41691              
41692              Subject: [PATCH perl@7638] cygwin port
41693      Branch: maint-5.6/perl
41694           +> README.solaris
41695           !> (integrate 26 files)
41696 ____________________________________________________________________________
41697 [  8173] By: gsar                                  on 2000/12/18  03:37:02
41698         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
41699              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
41700              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
41701              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
41702              
41703              Better create a true mailing list for the repository keepers.
41704              
41705              Subject: [ID 20001027.007] uniq array in perlfaq
41706              
41707              De-quoted-unreadable to ISO Latin 1.
41708              (There's one ISO-2022-JP name in Changes5.004.)
41709              
41710              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
41711              
41712              The #7476 needs a MANIFEST change, too.
41713              
41714              Add also emailless people.
41715              
41716              UTF-8 decoder tweak.
41717              
41718              Make \x{...} consistently produce UTF-8.
41719              Subject: Re: \x{...} is confused 
41720              
41721              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
41722              
41723              Add a perlbug flag, -A, to avoid acknowledgement messages.
41724              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
41725              
41726              Use Errno magic.
41727              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
41728              
41729              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
41730              
41731              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
41732              
41733              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
41734              
41735              Be more lenient on bad UTF-8 when doing bit arithmetics.
41736              Subject: Re: [ID 20000918.005] ~ on wide chars
41737              (The ord() part of the patch skipped.)
41738              
41739              Subject: perlfaq style changes
41740              
41741              AUTHORS tweaks.
41742              
41743              Whitespace style tweak.  Was originally going to see to
41744              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
41745              but that had already been taken care of.
41746              
41747              The compiler is either gcc or cc, from Tom Bates.
41748              
41749              The osname has been lowercased by now, from Tom Bates.
41750              
41751              The NonStop-UX libraries have a novel way to say NaN.
41752              
41753              printf UVs the correct way, noticed by Robin Barker.
41754              
41755              Subject: [PATCH] startperl to respect versiononly
41756              
41757              AUTHORS updates.
41758              
41759              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
41760              
41761              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
41762              
41763              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
41764              
41765              Generalize the Camel wording.
41766              Subject: Re: perlfaq style changes
41767              
41768              Subject: [ID 20001005.006] Documentation -- description of qr//
41769              
41770              C.pm part of
41771              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
41772              
41773              Locale warning explanation tweak.
41774              
41775              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
41776              
41777              Make the POSIX::setuid and POSIX::setgid to really call setuid()
41778              and setgid() because they were just changing $< and $( which means
41779              only changing the real uid/gid, as opposed to changing both
41780              real and effective ids.  (The alternative way could have been
41781              in POSIX.pm to change $> and $), too, but making a direct call
41782              to the C API feels cleaner.)  Fixes the bug
41783              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
41784              
41785              Expand %Config variables and %ENV variables only if
41786              so requested during build time using the
41787              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
41788              Not expanding makes relocating distributions easier.
41789              
41790              More tweaking on the #7522 theme.
41791              
41792              Test::Harness revealed buglets in the new DynaLoader.
41793              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
41794              
41795              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
41796              fix a autovivification bug in Tie::RefHash, add tests for both.
41797              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
41798              
41799              Detpyo.
41800              
41801              recv() can fail and return undef.
41802              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
41803              
41804              Fix the problem discussed in
41805              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
41806              originally from Linc Madison.  Also Andreas König's comments
41807              taken into account.  Some other problems with Tie::SubstrHash
41808              fixed: didn't croak when the table exceeded the requested number
41809              of entries (as documented) but instead when the number of entries
41810              exceeded the size of the table, a croak() had an unnecessary \n,
41811              didn't have a CLEAR method, documented that there is no exists().
41812              Didn't fix to be strict-proof because the module uses &foo; and
41813              dynamic scope.  Added a test script exercizing both first tamely 
41814              the basic functionality, and then the failure cases reported by
41815              Linc Madison.
41816              
41817              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
41818              
41819              The #7521 touched things it shouldn't have.
41820              
41821              Subject: [PATCH 5.7.0] better messages from malloc()
41822              
41823              Subject: Re: README.aix
41824              
41825              Add FCNTL_CAN_LOCK.
41826              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41827              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
41828              
41829              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
41830              create a "fast path" for locale name probing using "locale -a"
41831              if available, squash finally hopefully the s?printf resetting
41832              the numeric locale (since, IIUC perllocale, it never shouldn't). 
41833              
41834              More Changes tweakery.
41835              
41836              Dying is too strict here, better just skip.
41837              
41838              Subject: Locales support (setlocale) fixes
41839              Modified quite a bit to be more portable.
41840              
41841              Configure would use a bad $myuname from an old config.sh.
41842              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
41843              
41844              Fix for
41845              Subject: [ID 20001004.006] undef is never tainted
41846              An undef read from a slurped file was not tainted.
41847              
41848              Fix for
41849              Subject: [ID 20001004.007] taint propogation is inconsistent
41850              The culprit was sv_setsv() which was rather blindly
41851              propagating taint, which lead to behaviour where if
41852              a tainted anon hash value was seen all the hash values
41853              from then on at that level became tainted, or at any
41854              upper levels in the case of nested anon hashes.
41855              
41856              Test tweak: show also the failed locales.
41857              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
41858              
41859              A fix of sorts for 20000329.026, a better error message
41860              for a missing "use charnames" when using the \N{...}. 
41861              
41862              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
41863              
41864              Add =pod to be tidy.
41865              
41866              Fix for bug id 19990615.008, pos() unset during s///ge.
41867              
41868              Add a note for future generations about bug id 20000229.006.
41869              
41870              Use -dM for gcc (the suggested patch did it only for Linux,
41871              but I think it can be generalized).
41872              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
41873              
41874              opmini.o can linger from Configures past.
41875              
41876              Document that the evaled syntax errors cause scalar leaks.
41877              
41878              Fix for
41879              Subject: [ID 20000728.005] perl -P broken
41880              (hopefully).  The fix is also not complete, it seems to break
41881              BOM swallowing for libc5 systems, but until someone figures
41882              out a way to do this without ftell(), this will do.
41883              
41884              AUTHORS updates.
41885              
41886              Subject: Re: rsync'ed patches vs. rsync'ed source
41887              
41888              Admit that the test leaks scalars.
41889              
41890              Sanitize the environment further.
41891              
41892              VOS updates from Paul Green.
41893              
41894              Document %ENV = () portability issues.
41895              
41896              Make the stdio test program of 7427 less noisy while being 
41897              compiled so that Digital UNIX wouldn't get both
41898              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
41899              undefined.  This makes perlio happy.
41900              
41901              glibc5 detection by __GNU_LIBRARY__.
41902              
41903              %ENV note tweaks from Dan Sugalski.
41904              
41905              Varargs don't always work too well if one puts an unsigned
41906              char on the stack and pop an unsigned quad off the stack.
41907              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
41908              
41909              Subject: Pod updates
41910              
41911              Fake support of holey files in win/dosish platforms.
41912              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
41913              
41914              A doc addition for bug id 20001105.019, beware \p.
41915              
41916              Tweak #7587.
41917              
41918              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
41919              
41920              perlhack updates from H.Merijn Brand.
41921              
41922              Subject: [PATCH perl@7573] cygwin port
41923              Synchronize with Cygwin 1.1.5.
41924              
41925              Bad thinko in #7581 (I used the test program with the expanded
41926              values as-is).
41927              
41928              Make perlbug not insist on dumping to a file when stdout isn't a tty.
41929              Subject: [PATCH] perlbug.PL
41930              
41931              Overrideable keys, each, pop, push, shift, splice, unshift.
41932              Subject: [PATCH] prototyped functions that should be overrideable
41933              
41934              Try to avoid flockless and emulationless places.
41935      Branch: maint-5.6/perl
41936           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
41937            - MAINTAIN
41938           !> (integrate 111 files)
41939 ____________________________________________________________________________
41940 [  8172] By: jhi                                   on 2000/12/18  02:49:27
41941         Log: Regen pods.
41942      Branch: perl
41943            ! pod/perlmodlib.pod pod/perltoc.pod
41944 ____________________________________________________________________________
41945 [  8171] By: gsar                                  on 2000/12/18  02:49:24
41946         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
41947              7465..7471 from mainline
41948              
41949              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
41950              in platforms that strictly require all the symbols being present
41951              at link time.
41952              
41953              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
41954              
41955              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
41956              
41957              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
41958              
41959              Subject: [PATCH] todo
41960              
41961              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
41962              
41963              Use $sort, $uniq (and $tr) consistently as wondered
41964              by Nicholas Clark.
41965              
41966              Too enthusiastic editing in #7460.
41967              
41968              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
41969              
41970              Upgrade to CPAN 1.58_55.
41971              Subject: CPAN.pm status
41972              
41973              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
41974              
41975              Make target reordering to avoid pointless re-makes.
41976              Subject: Re: Total re-make of 'make okfile' after 7451 ?
41977              
41978              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
41979              
41980              Subject: DOC PATCH 5.6.0
41981              
41982              Add the repository doc by Malcolm, Sarathy, and by Simon,
41983              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
41984      Branch: maint-5.6/perl
41985           +> Porting/repository.pod
41986           !> Configure MANIFEST Makefile.SH README.dos README.os2
41987           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
41988           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
41989           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
41990 ____________________________________________________________________________
41991 [  8169] By: gsar                                  on 2000/12/18  02:33:34
41992         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
41993              7435..7441,7445 from mainline
41994              
41995              Make the UTF-8 decoding stricter and more verbose when
41996              malformation happens.  This involved adding an argument
41997              to utf8_to_uv_chk(), which involved changing its prototype,
41998              and prefer STRLEN over I32 for the UTF-8 length, which as
41999              a domino effect necessitated changing the prototypes of
42000              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
42001              The stricter UTF-8 decoding checking uses Markus Kuhn's
42002              UTF-8 Decode Stress Tester from
42003              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
42004              
42005              Run vms/vms_yfix.pl, should have done that after changing
42006              perly.c in #7382.
42007              
42008              Subject: [PATCH 5.7.0] static linking with uninstalled perl
42009              
42010              (Replaced by #7440.)
42011              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42012              
42013              Fix the bug ID 20001024.005, the bug introduced by #7416.
42014              
42015              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
42016              
42017              Fix the bug reported in
42018              From: andreas.koenig@anima.de (Andreas J. Koenig)
42019              Also make is_utf8_char() stricter.
42020              
42021              Missed the header file changes from #7425.
42022              
42023              Check if stdio supports tweaking lval and cnt simultaneously.
42024              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42025              
42026              Stratus VOS updates from Paul Green.
42027              
42028              Podify README.epoc and README.vos.
42029              
42030              Add targets to Makefile.SH, most importantly
42031              'regen_all' which also remembers to update vms/perly*.
42032              
42033              Subject: Minor update to find2perl, for portability
42034              
42035              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
42036              
42037              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
42038              
42039              Rename UTF8LEN() to be UNISKIP(), too confusing to have
42040              UTF8LEN() and UTF8SKIP(). 
42041              
42042              Allow poking holes at the UTF-8 decoding strictness.
42043              
42044              Continue the internal UTF-8 API tweaking.
42045              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
42046              used much more than the simpler API, now called utf8_to_uv_simple().
42047              Still not quite happy with API, too much partial duplication
42048              of functionality.
42049              
42050              A new version of making the syslog test more robust.
42051              (Replaces #7421.)
42052              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
42053              
42054              buildtoc target tweaks.
42055              
42056              Integrate with vmsperl #7430 by Charles Bailey:
42057              
42058              Cleanup from prior patch (Charles Lane?):
42059              - improve handling of MFDs in Basename and Path
42060              - default to no xsubpp line # munging when building debug images
42061      Branch: maint-5.6/perl
42062           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42063           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
42064           !> (integrate 67 files)
42065 ____________________________________________________________________________
42066 [  8168] By: gsar                                  on 2000/12/18  02:05:49
42067         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
42068              
42069              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42070              From: Martin Husemann <martin@duskware.de>
42071              
42072              Subject: [PATCH 5.7.0] restore match data on backtracing
42073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42074      Branch: maint-5.6/perl
42075           !> regcomp.c regexec.c t/op/re_tests
42076 ____________________________________________________________________________
42077 [  8167] By: gsar                                  on 2000/12/18  01:55:22
42078         Log: integrate changes#7858,7986 from mainline
42079              
42080              C<foreach my $x ...> in pseudo-fork()ed process may diddle
42081              parent's memory; fix it by keeping track of the actual pad
42082              offset rather than a raw pointer (this change is probably also
42083              relevant to non-ithreads case to avoid fallout from reallocs of
42084              the pad array, but is currently only enabled for the ithreads
42085              case in the interests of minimal disruption to existing "well
42086              tested" code)
42087              
42088              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
42089              due to the notorious GetFileType() bug in Windows 9x, which fstat()
42090              tickles)
42091      Branch: maint-5.6/perl
42092           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42093           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
42094           !> win32/win32.c win32/win32.h win32/win32sck.c
42095 ____________________________________________________________________________
42096 [  8166] By: gsar                                  on 2000/12/18  01:52:59
42097         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
42098              from mainline (xsubpp and ExtUtils::LibList fixups, various
42099              other small items)
42100              
42101              The generated boot_* headers are wrong.  Pickier compiler,
42102              such as KAI C++ will refuse to compile the resulting perlmain.
42103              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42104              
42105              Various doc oddball characters.
42106              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42107              
42108              Subject: [PATCH] Re: 20001101.003 PDL
42109              
42110              Subject: [PATCH 5.7.0] etags broken again
42111              
42112              Subject: [PATCH 5.7.0] Liblist finally works
42113              
42114              Subject: [PATCH 5.7.0] Liblist returns found libraries
42115              
42116              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
42117              
42118              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
42119              
42120              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
42121              OUT keyword nits.
42122              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
42123              OUT and IN_OUT documentation.
42124      Branch: maint-5.6/perl
42125           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
42126           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
42127           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
42128           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
42129           !> win32/bin/search.pl
42130 ____________________________________________________________________________
42131 [  8165] By: gsar                                  on 2000/12/18  01:28:45
42132         Log: integrate changes#7533,7563,7611,7623 from mainline (various
42133              malloc.c embellishments)
42134      Branch: maint-5.6/perl
42135           !> malloc.c pod/perldiag.pod
42136 ____________________________________________________________________________
42137 [  8164] By: gsar                                  on 2000/12/18  01:23:33
42138         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
42139              fixups)
42140      Branch: maint-5.6/perl
42141           !> utils/h2xs.PL
42142 ____________________________________________________________________________
42143 [  8163] By: gsar                                  on 2000/12/18  01:17:50
42144         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
42145              fixups)
42146      Branch: maint-5.6/perl
42147           !> Makefile.SH utils/perlbug.PL
42148 ____________________________________________________________________________
42149 [  8162] By: gsar                                  on 2000/12/18  00:25:43
42150         Log: always export Perl_deb() (it is required by re.xs whether
42151              Perl is built with or without -DDEBUGGING)
42152      Branch: maint-5.6/perl
42153            ! makedef.pl
42154 ____________________________________________________________________________
42155 [  8161] By: gsar                                  on 2000/12/18  00:23:38
42156         Log: integrate change#7414 from mainline
42157              
42158              Undo the basename() part of #7412 since the lib/basename
42159              tests would need upgrading too.
42160              
42161              squelch two tests in tr.t that rely on tr/// paranoia change
42162              that's not in 5.6.x
42163      Branch: maint-5.6/perl
42164            ! t/op/tr.t
42165           !> lib/File/Basename.pm
42166 ____________________________________________________________________________
42167 [  8160] By: gsar                                  on 2000/12/18  00:05:30
42168         Log: missing change in previous integrate
42169      Branch: maint-5.6/perl
42170           !> README.aix
42171 ____________________________________________________________________________
42172 [  8159] By: gsar                                  on 2000/12/18  00:03:38
42173         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
42174              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
42175              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
42176              7410..7413 from mainline
42177              
42178              Introduce the man[24-8] variables, from Andy Dougherty.
42179              
42180              Upgrade to CPAN 1.58, from Andreas König.
42181              
42182              An updated EBCDIC tr patch.
42183              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
42184              
42185              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
42186              
42187              Two thirds of
42188              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42189              The Install.pm changes will be submitted separately because
42190              they need some work and discussion still.
42191              
42192              The Install.pm third of
42193              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
42194              
42195              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
42196              
42197              Subject: [PATCH 5.7.0] IVs in mtats
42198              
42199              Subject: [PATCH 5.7.0] Perl API for mstats
42200              
42201              Ilya implemented the memory profiling API.
42202              
42203              In Amdahl UTS "struct sv" is defined by a system header,
42204              <ksync.h>.
42205              
42206              Slight tweak of the code to appease Amdahl UTS cc.
42207              
42208              Amdahl UTS doesn't seem to do dynaloading.
42209              
42210              Use UTF8SKIP(), from Simon Cozens.
42211              
42212              Thinko in #7222.
42213              
42214              op/sprintf.t patch for OS/390 (and any other host with limited
42215              floating-point exponent length)
42216              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
42217              
42218              Tweak #7225.
42219              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
42220              
42221              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
42222              
42223              Needs to be conditional on SunOS 4.
42224              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
42225              
42226              Test cases for bug id 20000323.056 (the bug seems to be fixed).
42227              
42228              Add test for bug id 20000427.003 (which seems to have
42229              been fixed) (also duplicate as 20000427.004, though
42230              with a higher severity).  Move one utf8 from op/append
42231              to pragma/utf8, tag the tests with bug ids.
42232              
42233              Document FNCASE=y as discussed in the bug 20000902.009.
42234              
42235              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
42236              The problem was that rx->minlen was in chars while pp_split()
42237              thought it would be in bytes. 
42238              
42239              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
42240              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
42241              
42242              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
42243              
42244              Fix a couple of compiler-noted nits in #7235.
42245              
42246              Tweak the test of #7235.
42247              
42248              One more ~utf8 tweak.
42249              
42250              -w cleanup.
42251              Subject: Re: Problems with bleadperl 
42252              
42253              Subject: small pod patch
42254              
42255              Subject: [PATCH perlguts.pod] Document offset hack
42256              
42257              Add Charles Lane.
42258              
42259              Add the capability to include/exclude branches.
42260              
42261              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
42262              
42263              Detect early whether the std streams have gone bad.
42264              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42265              
42266              More IoTYPE sprinkling.
42267              
42268              Workaround for a sfio bug where the stream error indicator
42269              is not cleared as documented.
42270              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
42271              
42272              Clarify documentation on 'use bytes'.
42273              Subject: Re: What does 'use bytes' "mean" ?
42274              
42275              Show the failed remote port, instead of the failing line number.
42276              Subject: [PATCH 5.6.1 Debugger] More diagnostics
42277              
42278              Make Cwd more bulletproof in chrooted environments.
42279              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
42280              
42281              Subject: Pod patch for Devel::Peek
42282              
42283              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
42284              
42285              Borland C fstat() never saw the fd as writable.
42286              Subject: fix for Borland's weak "stat" (perl@7211)
42287              
42288              Missing change from #7362.
42289              
42290              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
42291              
42292              Add the test case for the bug id 20000730.004 which seems
42293              to have been fixed by now.
42294              
42295              Fix of sorts for bug id 20000901.092.  There seems to be no trace
42296              of a 'pmshort' anywhere in the B, so the offending line was simply
42297              removed.
42298              
42299              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
42300              
42301              Subject: PATCH do_print has 2 PerlIO_error()s
42302              
42303              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
42304              
42305              Typo noted by Mark Lutz.
42306              
42307              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
42308              
42309              In the latest compiler builds cccdlflags must not become -fpic,
42310              from Wilfredo Sánchez.
42311              
42312              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
42313              
42314              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
42315              
42316              SOCKS function redefinitions need prototypes, too, otherwise
42317              for example 32 bit versus 64 bit differences cause a lot of
42318              problems.  Part of
42319              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42320              
42321              Portability tweak on #7377.
42322              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
42323              
42324              Don't write double values through long double pointers,
42325              based on a part of
42326              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
42327              
42328              Reëntrancy fix.
42329              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42330              
42331              Make scan_num() reëntrant, as suggested in
42332              Subject: [PATCH perl@7229] Rentrant parser and yylex()
42333              
42334              Fix for ID 20001020.006, concatenating an unset submatch
42335              with utf8 resulted in "Modification of a read-only value".
42336              
42337              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
42338              
42339              The #7383 was right only in the context of the original bug report,
42340              not in more general case.
42341              
42342              Update Changes.
42343              
42344              Testcases for a #7383,#7385 related bug.
42345              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
42346              
42347              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
42348              
42349              Tweak the Is* definitions of Unicode character classes
42350              to better match the official categorizations; embrace
42351              the official categorizations; add the combining marks
42352              as alpha (and -numeric); fix DCinital (a typo and edito)
42353              to be DCmedial.
42354              
42355              Hints tweak from Anton Berezin.
42356              
42357              Subject: installman go-faster stripes
42358              Subject: Re: installman go-faster stripes
42359              
42360              Subject: [ID 20001021.003] updated hints/openbsd.sh
42361              
42362              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
42363              
42364              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
42365              
42366              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
42367              
42368              Doc patch.
42369              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
42370              
42371              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
42372              
42373              Subject: Re: [ID 20001021.005] SEGV with regex match 
42374              
42375              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
42376              
42377              The change #7187 was not so good on VMS.
42378              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
42379              
42380              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
42381              
42382              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
42383              
42384              Document PERL_INSTALL_ROOT of #7210.
42385      Branch: maint-5.6/perl
42386           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
42387           +> t/lib/tie-splice.t
42388            - lib/unicode/Is/DCinital.pl
42389           !> (integrate 112 files)
42390 ____________________________________________________________________________
42391 [  8158] By: jhi                                   on 2000/12/17  23:04:24
42392         Log: Subject: [PATCHES] RE: perl@8150 
42393              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
42394              Date: Sun, 17 Dec 2000 21:46:39 +0100
42395              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
42396              
42397              Neither cygwin has a getpwuid() one can trust on.
42398      Branch: perl
42399            ! t/lib/glob-basic.t
42400 ____________________________________________________________________________
42401 [  8157] By: jhi                                   on 2000/12/17  23:01:54
42402         Log: More MAN.PODS => {} fixes.
42403      Branch: perl
42404            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
42405            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
42406            ! os2/OS2/REXX/Makefile.PL
42407 ____________________________________________________________________________
42408 [  8156] By: gsar                                  on 2000/12/17  22:49:13
42409         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
42410              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
42411              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
42412              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
42413              7201,7204 from mainline
42414              
42415              Remove vestiges of tr//CU.
42416              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42417              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42418              
42419              The return value of setlocale must be copied away.
42420              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42421              
42422              Allow chop() and chomp() to be overridden.
42423              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42424              
42425              Hints optimization.
42426              Subject: Minor nit
42427              
42428              Subject: [PATCH] de-wall t/README
42429              
42430              Subject: Re: Two advertising clauses need to be removed
42431              
42432              Batch of UTF-8 patches from Simon Cozens.
42433              
42434              Fix for a parsing bug, not for the original bug.
42435              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
42436              
42437              Compilation warnings and an error.
42438              
42439              Subject: File::Find 5.7.0 POD nits
42440              
42441              Subject: [PATCH perl-5.7.0] continued -Wformat support
42442              
42443              The one that got away.
42444              
42445              Subject: Re: perl@7078
42446              
42447              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
42448              convertable to bytes by checking it doesn't go above 0xc3
42449              Subject: Re: perl@7078
42450              
42451              Replace #7084 with
42452              Subject: Re: perl@7078 
42453              
42454              We don't need to count the high bit bytes, a boolean is enough. 
42455              
42456              Subject: [PATCH] utf8.c apidoc
42457              
42458              Subject: Re: perl@7078 
42459              
42460              Botched the #7090 check-in.
42461              
42462              Fix for the charnames.t failures from Spider Boardman.
42463              
42464              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
42465              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
42466              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
42467              0 to checking to get the warning.
42468              
42469              Subject: [PATCH] Nits in perlmod.pod
42470              
42471              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
42472              
42473              Subject: Re: unicode support and perl [ID 20000901.097]
42474              
42475              Subject: Re: unicode support and perl [ID 20000901.097]
42476              
42477              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
42478              
42479              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
42480              
42481              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
42482              
42483              Subject: [PATCH@blead] Fix some recursion in overload.pm
42484              
42485              s/Robin Parker/Robin Barker/
42486              
42487              Subject: [PATCH] Fix aliasing of tied filehandles
42488              
42489              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
42490              
42491              Subject: Re: [PATCH 5.005_64 missed]
42492              
42493              SOCK_DGRAM and listen() do not mix as reported in
42494              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
42495              The patch for 5.7.0+ had to be reengineered, though.
42496              
42497              Subject: DOC PATCH 5.6.0
42498              
42499              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
42500              
42501              Document the issue (is not a syntax error, kind of)
42502              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
42503              
42504              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
42505              Did not apply cleanly, manual intervention was needed.
42506              
42507              Subject: [PATCH] DLL not restartabke with threaded perl
42508              
42509              Inside require() $^S was always left undefined.
42510              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
42511              
42512              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
42513              
42514              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
42515              
42516              Regen headers.
42517              
42518              Subject: [PATCH 5.7.0] Epoc update
42519              
42520              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
42521              as suggested by Olaf Flebbe and Nick Clark.
42522              
42523              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
42524              
42525              Misplaced else.
42526              
42527              Scale down the VMS message boxes, by Charles Lane.
42528              Fix for ID 20000903.009, workaround at
42529              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
42530              
42531              Subject: [ID 20001003.006] B::Debug not -w clean
42532              
42533              Test harness update to sync with the new perlcc,
42534              from Simon Cozens.
42535              
42536              One remaining nit less at the VMS mailbox sizing.
42537              
42538              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
42539              
42540              It is possible to have no hosts database at all.  Pointed out in
42541              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
42542              
42543              Subject: [PATCH 5.7.0] h2xs not working
42544              Subject: [PATCH 5.7.0] h2xs not documenting the created module
42545              
42546              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
42547              
42548              Subject: perlhack.pod Patch for Externals Tools
42549              
42550              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
42551              
42552              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
42553              
42554              Enable disabling scripts installation by Configure -Uinstallscripts,
42555              suggested by H. Merijn Brand.
42556              
42557              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
42558              reported several times by Dominic Dunlop, for example in
42559              ID 20000315.008.  Patch from Dominic.  Patch affects at
42560              least MachTen, and possibly other oldish BSDs. Should not
42561              break non-broken platforms (tested on LinuxPPC). 
42562              
42563              Regen toc.
42564              
42565              Subject: Re: Questions about Tie::Array and perl modules
42566              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
42567              
42568              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
42569              
42570              Tweak #7153.
42571              
42572              IO::Handle->syswrite() did not handle length omission
42573              like CORE::syswrite() does.
42574              Subject: [Fwd] IO::Handle, syswrite and arguments
42575              The original patch from andrew@ugh.net.au.
42576              
42577              Also the $ccflags is needed for the C compiler check.
42578              Subject: Configure (check for C-compiler)
42579              
42580              Eliminate $Is_VMS code from the test.
42581              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
42582              
42583              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
42584              as the first option of cc/ld because of ultrapicky compilers
42585              (e.g. OS/390 R2.5)
42586              
42587              Change the version number of Tie::Handle in the core to 4.0,
42588              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
42589              Subject: Note on Tie::Handle
42590              
42591              UTF8ize split() so that the cloned substrings get the UTF8
42592              flag of the original scalar.  Problem reported by Simon Cozens.
42593              
42594              save_re_context() could reset PL_curcop to freed memory, causing core
42595              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
42596              
42597              Subject: PATCH 5.6 perldebguts grammar cleanup
42598              
42599              Add a todo note about overloadable assertions.
42600              
42601              on Windows, LoadLibrary() could load an extension DLL multiple
42602              times if forward slashes are used in the path
42603              
42604              on Windows, cwd strings in the environment should be of the
42605              form =X:=X:\foo instead of =X=X:\foo\
42606              
42607              on Windows, avoid potential exception (could happen if MSVCRT isn't
42608              being used) when closing a socket handle
42609              
42610              avoid nonportable example code
42611              
42612              Windows9x doesn't support link(), despite what Config.pm
42613              might think
42614              
42615              pod nit
42616              
42617              Change #7160 had a nasty typo.
42618              
42619              Warn about unknown scripts.
42620              Subject: Re: ideas? patches? [PATCH bleadperl]
42621              
42622              on Windows, clean targets might not work under some flavors of the shell
42623              
42624              tweak for change#7173
42625              
42626              Make eq work again with utf8 (disabling the upgrading
42627              should no more be necessary since the copies of the
42628              scalars are upgraded, not the scalars themselves).
42629              Takes care of ID 20001009.001.  (The claimed length()
42630              bug in 20001009.001 seems bogus to me.)
42631              
42632              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
42633              
42634              Upgrade to CGI.pm 2.74, from Lincoln Stein.
42635              
42636              Upgrade to podlators 1.04, from Russ Allbery.
42637              
42638              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
42639              
42640              Quote the temp file name, needed in Win32 because the
42641              default name unfortunately contains spaces, shouldn't
42642              hurt elsewhere.
42643              Subject: FW: perldoc fails if $TEMP contains spaces
42644              
42645              Subject: RE: [ID 19990803.001] README.win32 suggestions 
42646              
42647              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
42648              
42649              Subject: Re: utf8 concat, mg_get
42650              
42651              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
42652              
42653              Subject: [PATCH: perl@7181] op/tr tests on OS/390
42654              
42655              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
42656              
42657              Use the versiononly instead of the installscripts,
42658              retract the changes 7146 and 7147.
42659              
42660              Reapply Andy's patch and regen Configure.
42661              
42662              Add the test case for #7190, from the original bug report
42663              by Andreas König.
42664              
42665              Remove duplicated code.
42666              
42667              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
42668              
42669              restore change#7202
42670      Branch: maint-5.6/perl
42671           !> (integrate 121 files)
42672 ____________________________________________________________________________
42673 [  8155] By: jhi                                   on 2000/12/17  22:30:58
42674         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
42675              From: "Craig A. Berry" <craigberry@mac.com>
42676              Date: Sun, 17 Dec 2000 13:09:28 -0600
42677              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
42678              
42679              MAN.PODS => ' ' is naughty.
42680      Branch: perl
42681            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
42682 ____________________________________________________________________________
42683 [  8154] By: nick                                  on 2000/12/17  22:07:13
42684         Log: MULTIPLICITY nit.
42685      Branch: perl
42686            ! mg.c
42687 ____________________________________________________________________________
42688 [  8153] By: gsar                                  on 2000/12/17  21:23:05
42689         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
42690              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
42691              from mainline
42692              
42693              Document the SvIOK_.*UV().
42694              
42695              Update Unicode todo list.
42696              
42697              Guard against bad string->int conversion for quads.
42698              
42699              Subject: small apidoc fix
42700              
42701              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42702              
42703              Subject: [PATCH] Tied filehandle documentation
42704              
42705              Subject: [PATCH] Modernize Opcode.pm documentation
42706              
42707              Make Data::Dumper (non-XS) to work with changed semantics of ref().
42708              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42709              [applied even though said semantics didn't change in 5.6.x]
42710              
42711              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42712              
42713              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42714              
42715              Fix the URL, but the server is still missing in action.
42716              Subject: [ID 20000905.002] perlfaq1.pod URL error
42717              
42718              Subject: [ID 20000903.001] \w in utf8-strings
42719              
42720              Fix the ccversion detection for 5.1 and beyond.
42721              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42722              
42723              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42724              
42725              Subject: [ID 20000904.008] Tiny fix for perldiag
42726              
42727              Subject: Re: [ID 20000906.004] segfault with bad perl statement
42728              
42729              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42730              
42731              Subject: [ID 20000908.002] perlipc documentation bug.
42732              
42733              Subject: [PATCH lib/Benchmark.pm]
42734              
42735              Re-allow vec() for characters > 255.
42736              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42737              
42738              Do away with memory models cruft.  Sorry, PDP users.
42739              
42740              Continue #7041.
42741              
42742              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
42743              
42744              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
42745              
42746              Upgrade to CPAN 1.57_65, from Andreas König.
42747              
42748              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
42749              by Russ Allbery.
42750              
42751              Silence t/pod/*.t about alternate quote-mappings now implemented
42752              by Pod::Text, from Brad Appleton.
42753              
42754              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
42755              Subject: borland C++ win32.c tweak
42756              
42757              C<@a = @b = split(...)> optimization coredumps under ithreads
42758              (missed a spot when fixing up op_pmreplroot hack for ithreads)
42759              
42760              Document the SvUTF8*().
42761              
42762              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
42763              
42764              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
42765              
42766              Do in VMS as the #7054 does.
42767              
42768              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
42769              
42770              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
42771              
42772              Subject: [patch: perl@7045] vms updates
42773              
42774              Test for the #7049.
42775              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
42776              
42777              Break up the myconfig lines a bit.
42778              Subject: perlbug/perl -V output format
42779              
42780              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
42781              
42782              The #7054 truncated Configure badly.
42783              
42784              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
42785              initialization in all the threads on Windows
42786              
42787              Allow for whitespace between "#" and "line" in cpp output.
42788              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
42789              
42790              Remove vestiges of tr//CU.
42791              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42792              
42793              The return value of setlocale must be copied away.
42794              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42795              
42796              Allow chop() and chomp() to be overridden.
42797              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42798              
42799              Hints optimization.
42800              Subject: Minor nit
42801              
42802              Subject: [PATCH] de-wall t/README
42803              
42804              Subject: Re: Two advertising clauses need to be removed
42805      Branch: maint-5.6/perl
42806           !> (integrate 75 files)
42807 ____________________________________________________________________________
42808 [  8152] By: gsar                                  on 2000/12/17  20:30:11
42809         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
42810              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
42811              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
42812              
42813              Don't attach -ld to the archname if pointless.
42814              
42815              Document UNTIE in a very minimalistic way.
42816              
42817              POSIX doesn't report long double values under -Duselongdouble
42818              when the long doubles are "real" (bigger than doubles).
42819              
42820              More author updates.
42821              
42822              Try to deduce NV_MAX.  Really should be Configure fodder.
42823              
42824              :: not allowed in pathnames, change to .
42825              Subject: [PATCH perl@6938] cygwin port
42826              
42827              Forget about NV_MAX (#6951).  Various floating point tweaks,
42828              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
42829              
42830              Move the Solaris 7 scan to use64bitall, make the
42831              failure to find 64-bot sparc libc to mention the
42832              possibility of being in an intel, from Lupe and Alan.
42833              
42834              Regen perltoc.
42835              
42836              AUTHORS tweaks, from Peter Prymmer.
42837              
42838              More address tweaking.
42839              
42840              Small tweaks all over.
42841              
42842              File::Temp patches from Andreas König,
42843              
42844              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
42845              
42846              Subject: CPAN.pm beta 1.57_57 for the core
42847              
42848              Part of the solution.
42849              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
42850              
42851              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
42852              
42853              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42854              
42855              Add the overload warnings to perldiag.
42856              
42857              Drop unused argument.
42858              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42859              
42860              Subject: Nit in Configure (bleadperl@6961)
42861              
42862              Update to PodParser 1.18, from Brad Appleton.
42863              
42864              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42865              
42866              Subject: [PATCH: 6948] add SCNfldbl to configure.com
42867              
42868              Document UNTIE. Also tweak implementation to suppress the 'inner references'
42869              warning when UNTIE exists and instead pass the cound of extra references to
42870              the UNTIE method.
42871              
42872              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
42873              so that case-ignoring systems like DCL can tell them from
42874              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
42875              
42876              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42877              
42878              Feature ordering tweak.
42879              
42880              Regen perltoc.
42881              
42882              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42883              
42884              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42885              
42886              Subject: http:// in L<>
42887              
42888              Detypo.
42889              
42890              change#6791 accidentally clobbered change#6710, put it back
42891              
42892              Only the first line, thank you very much.
42893              
42894              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
42895              plus rework the http: spots as suggested by Tom Christiansen,
42896              plus regen perltoc.
42897              
42898              Undo part of change 6489 which looks like a bulk edit which
42899              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
42900              The supressing of main:: on return from select() is undesirable.
42901              
42902              Apparently avoiding the swapping is too costly.
42903              
42904              Various Configure nits by Philip Newton,
42905              plus the ebcdic one by me.
42906              
42907              Make certain cc is set before trying to run it.
42908              
42909              If overloaded %{} etc. return the object do not loop.
42910              Thus  sub deref { $_[0] } functions if object is wanted type.
42911              
42912              Update perlhist.
42913              
42914              More %{} and other deref special casing - do not pass to 'nomethod'.
42915      Branch: maint-5.6/perl
42916           !> (integrate 59 files)
42917 ____________________________________________________________________________
42918 [  8151] By: gsar                                  on 2000/12/17  19:14:38
42919         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
42920              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
42921              
42922              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
42923              
42924              Make the epsilon to be relative, not absolute.
42925              
42926              Put back the flags dump as reasoned in
42927              Subject: Re: [PATCH] Glob dumping
42928              
42929              Introduce ccname to keep track of what compiler kind of we have.
42930              
42931              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
42932              
42933              Put back the slice accidentally removed by #6907.
42934              
42935              Reset archname and archname64 always, forcing them be
42936              recomputed at each Configure run, make Configure and
42937              the hints files agree on the naming of largefiles variables.
42938              
42939              Don't say "Perl 5.0 source kit".
42940              
42941              Subject: [PATCH] fix misc cast warnings
42942              
42943              Subject: typos in pods
42944              
42945              NVs not necessarily doubles, as pointed out by Yitzchak.
42946              
42947              Subject: [PATCH 6889] add a few ldbl formats to configure.com
42948              
42949              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
42950              
42951              Better options for rsync.
42952              
42953              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
42954              
42955              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
42956              
42957              Subject: [PATCH] Re: UNTIE method 
42958              
42959              A better fix for the Socket building problem from Craig Berry.
42960              
42961              Retract the dummy test, skip the security tests (instead of failing),
42962              explain what the warnings mean.
42963              
42964              Heap decorruption.
42965              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
42966              
42967              Update to Unicode 3.0.1.
42968              
42969              Missed one Unicode file.
42970              
42971              Subject: Re: typos in pods
42972              
42973              The #6929 was too skimpy.
42974              
42975              sscanf() may be the only way to read long doubles from strings.
42976              
42977              Reveal Borland's isnan.
42978              Subject: build with BC++ tweak
42979              
42980              Issue useful diagnostic on unknown pod commands.
42981              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
42982              
42983              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
42984              
42985              Clarify the third case of ftmp-security warnings.
42986              
42987              Make -Dusemorebits find long doubles in Solaris.
42988              
42989              Wrap the test in eval.
42990      Branch: maint-5.6/perl
42991           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
42992           +> lib/unicode/PropList.txt lib/unicode/README.perl
42993           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
42994           +> lib/unicode/Unicode.301 vms/vmspipe.com
42995            - lib/unicode/Props.txt lib/unicode/UCD300.html
42996            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
42997           !> (integrate 305 files)
42998 ____________________________________________________________________________
42999 [  8150] By: jhi                                   on 2000/12/17  18:47:57
43000         Log: Uncheckedin generated files.
43001      Branch: perl
43002            ! global.sym perlapi.c pod/perlapi.pod
43003 ____________________________________________________________________________
43004 [  8149] By: jhi                                   on 2000/12/17  18:41:22
43005         Log: Update Changes.
43006      Branch: perl
43007            ! Changes patchlevel.h
43008 ____________________________________________________________________________
43009 [  8148] By: jhi                                   on 2000/12/17  18:39:16
43010         Log: Subject: [PATCH] Fcntl constants speedup
43011              From: Nicholas Clark <nick@ccl4.org>
43012              Date: Sun, 17 Dec 2000 16:29:24 +0000
43013              Message-ID: <20001217162924.E97668@plum.flirble.org>
43014              
43015              Use IVs for the Fcntl constants instead of NVs.
43016      Branch: perl
43017            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
43018 ____________________________________________________________________________
43019 [  8147] By: jhi                                   on 2000/12/17  18:33:41
43020         Log: Add test for #8145 (binmode() warning), add warning for
43021              ioctl() and sockpair(), document them. (fileno() cannot
43022              be tripwired with the same kind of warning because
43023              'defined fileno($foo)' seems to be an idiom.)
43024      Branch: perl
43025            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
43026 ____________________________________________________________________________
43027 [  8146] By: gsar                                  on 2000/12/17  18:09:08
43028         Log: update Changes
43029      Branch: maint-5.6/perl
43030            ! Changes
43031 ____________________________________________________________________________
43032 [  8145] By: jhi                                   on 2000/12/17  17:39:35
43033         Log: Subject: [PATCH] Re: The long awaited feature ...
43034              From: Simon Cozens <simon@cozens.net>
43035              Date: Sun, 17 Dec 2000 12:31:56 +0000
43036              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
43037              
43038              Add a warning to binmode() about using bad filehandles
43039              (can happen e.g. if someone forgets the filehandle argument)
43040      Branch: perl
43041            ! pp_sys.c
43042 ____________________________________________________________________________
43043 [  8144] By: jhi                                   on 2000/12/17  17:33:48
43044         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
43045              From: Jonathan Stowe <gellyfish@gellyfish.com>
43046              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
43047              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
43048      Branch: perl
43049            ! lib/Net/Ping.pm
43050 ____________________________________________________________________________
43051 [  8143] By: jhi                                   on 2000/12/17  05:31:37
43052         Log: Polymorphic regexps.
43053              
43054              Fixes at least the bugs 20001028.003 (both of them...) and
43055              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
43056              also to be fixed by now, probably already before this patch.
43057      Branch: perl
43058            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
43059            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
43060            ! t/op/utf8decode.t t/pragma/utf8.t
43061 ____________________________________________________________________________
43062 [  8142] By: jhi                                   on 2000/12/16  17:16:05
43063         Log: Subject: [patch perl@8102] dos/djgpp update
43064              From: Laszlo Molnar <ml1050@freemail.hu>
43065              Date: Sat, 16 Dec 2000 01:40:52 +0100
43066              Message-ID: <20001216014052.A335@freemail.hu>
43067      Branch: perl
43068            ! djgpp/config.over t/base/commonsense.t
43069 ____________________________________________________________________________
43070 [  8141] By: jhi                                   on 2000/12/16  17:09:27
43071         Log: Few uncheckedin files.
43072      Branch: perl
43073            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
43074 ____________________________________________________________________________
43075 [  8140] By: nick                                  on 2000/12/15  22:14:31
43076         Log: Integrate mainline
43077      Branch: perlio
43078           !> (integrate 53 files)
43079 ____________________________________________________________________________
43080 [  8139] By: jhi                                   on 2000/12/15  19:49:49
43081         Log: One more IVUV tweak from Nicholas Clark.
43082      Branch: perl
43083            ! sv.c
43084 ____________________________________________________________________________
43085 [  8138] By: jhi                                   on 2000/12/15  19:17:06
43086         Log: Return of the IVUV-preservation, now seems to be happy even
43087              in Digital UNIX (the broken strtoul brokenness detection
43088              seems to have been the fly in the ointment).
43089      Branch: perl
43090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43091            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
43092            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
43093            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
43094            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43095            ! vos/config.ga.h win32/config.bc win32/config.gc
43096            ! win32/config.vc
43097 ____________________________________________________________________________
43098 [  8137] By: jhi                                   on 2000/12/15  18:12:14
43099         Log: Metaconfig unit change for #8136.
43100      Branch: metaconfig
43101            ! U/modified/d_strtoul.U
43102      Branch: metaconfig/U/perl
43103            ! d_strtoull.U d_strtouq.U
43104 ____________________________________________________________________________
43105 [  8136] By: jhi                                   on 2000/12/15  18:11:35
43106         Log: I don't think it's sensible or portable to test the strtou*
43107              on /^-/ strings.
43108      Branch: perl
43109            ! Configure
43110 ____________________________________________________________________________
43111 [  8135] By: jhi                                   on 2000/12/15  17:18:49
43112         Log: Metaconfig unit change for #8134.
43113      Branch: metaconfig
43114            ! U/modified/d_strtoul.U
43115 ____________________________________________________________________________
43116 [  8134] By: jhi                                   on 2000/12/15  17:14:13
43117         Log: If longsize is 8 we don't need a LL suffix for integer constants.
43118      Branch: perl
43119            ! Configure config_h.SH
43120 ____________________________________________________________________________
43121 [  8133] By: jhi                                   on 2000/12/15  16:00:23
43122         Log: Update Changes.
43123      Branch: perl
43124            ! Changes patchlevel.h
43125 ____________________________________________________________________________
43126 [  8132] By: jhi                                   on 2000/12/15  15:44:16
43127         Log: Some compilers get huffy if you do not cast a const pointer
43128              to a non-const when assigning.
43129      Branch: perl
43130            ! gv.c
43131 ____________________________________________________________________________
43132 [  8131] By: jhi                                   on 2000/12/15  15:38:30
43133         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
43134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43135              Date: Fri, 15 Dec 2000 05:26:57 -0500
43136              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
43137      Branch: perl
43138            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
43139            ! t/pragma/overload.t
43140 ____________________________________________________________________________
43141 [  8130] By: jhi                                   on 2000/12/15  15:36:08
43142         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
43143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43144              Date: Thu, 14 Dec 2000 22:02:43 -0500
43145              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
43146      Branch: perl
43147            ! gv.c perl.h
43148 ____________________________________________________________________________
43149 [  8129] By: jhi                                   on 2000/12/15  15:34:16
43150         Log: Subject: PATCH: h2xs nit
43151              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43152              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
43153              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
43154              
43155              Add a template README.
43156      Branch: perl
43157            ! utils/h2xs.PL
43158 ____________________________________________________________________________
43159 [  8128] By: jhi                                   on 2000/12/15  15:32:22
43160         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
43161      Branch: perl
43162            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
43163 ____________________________________________________________________________
43164 [  8127] By: jhi                                   on 2000/12/15  15:19:34
43165         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
43166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43167              Date:     Thu, 14 Dec 2000 20:04:42 EST
43168              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
43169      Branch: perl
43170            ! ext/Opcode/Opcode.xs
43171 ____________________________________________________________________________
43172 [  8126] By: jhi                                   on 2000/12/15  15:17:49
43173         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
43174              From: Peter Prymmer <pvhp@forte.com>
43175              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
43176              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
43177      Branch: perl
43178            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
43179            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
43180            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
43181 ____________________________________________________________________________
43182 [  8125] By: jhi                                   on 2000/12/15  15:11:05
43183         Log: This seems to be a stage sane and stable enough to checkin.
43184              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
43185      Branch: perl
43186            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
43187            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
43188            ! t/op/cmp.t t/op/numconvert.t
43189 ____________________________________________________________________________
43190 [  8124] By: jhi                                   on 2000/12/15  04:20:26
43191         Log: Something is really wonky.
43192      Branch: perl
43193            ! sv.c
43194 ____________________________________________________________________________
43195 [  8123] By: jhi                                   on 2000/12/15  04:00:50
43196         Log: Fixes for the IV UV patches to compile in Digital UNIX.
43197      Branch: perl
43198            ! sv.c
43199 ____________________________________________________________________________
43200 [  8122] By: jhi                                   on 2000/12/15  02:53:40
43201         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
43202              From: "Craig A. Berry" <craigberry@mac.com>
43203              Date: Thu, 14 Dec 2000 19:10:49 -0600
43204              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
43205      Branch: perl
43206            ! vms/vms.c
43207 ____________________________________________________________________________
43208 [  8121] By: jhi                                   on 2000/12/15  02:50:00
43209         Log: Metaconfig changes for #8120.
43210      Branch: metaconfig
43211            + U/modified/d_strtoul.U
43212      Branch: metaconfig/U/perl
43213            ! d_strtoull.U d_strtouq.U
43214 ____________________________________________________________________________
43215 [  8120] By: jhi                                   on 2000/12/15  02:49:42
43216         Log: From: Nicholas Clark <nick@ccl4.org> 
43217              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
43218              Date: Thu, 14 Dec 2000 18:38:57 +0000
43219              Message-ID: <20001214183857.B97909@plum.flirble.org>
43220      Branch: perl
43221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43222            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
43223            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43224            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43225            ! win32/config.gc win32/config.vc
43226 ____________________________________________________________________________
43227 [  8119] By: jhi                                   on 2000/12/14  23:40:58
43228         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
43229              From: Nicholas Clark <nick@ccl4.org>
43230              Date: Wed, 13 Dec 2000 20:08:50 +0000
43231              Message-ID: <20001213200849.B71166@plum.flirble.org>
43232      Branch: perl
43233            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
43234            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
43235 ____________________________________________________________________________
43236 [  8118] By: jhi                                   on 2000/12/14  22:46:26
43237         Log: Integrate perlio.
43238      Branch: perl
43239           !> MANIFEST ext/Encode/compile makedef.pl
43240 ____________________________________________________________________________
43241 [  8117] By: nick                                  on 2000/12/14  22:38:53
43242         Log: Win32 tweaks to get Encode to build
43243              - temp hack to makedef.pl till PerlIO is properly "exported".
43244              - MSVC dislikes  
43245              static encpage_t foo[];
43246              so make 'em extern for now.
43247      Branch: perlio
43248            ! ext/Encode/compile makedef.pl
43249 ____________________________________________________________________________
43250 [  8116] By: nick                                  on 2000/12/14  22:00:53
43251         Log: Document the new files
43252      Branch: perlio
43253            ! MANIFEST
43254 ____________________________________________________________________________
43255 [  8115] By: jhi                                   on 2000/12/14  21:58:01
43256         Log: MANIFEST new files of #8114.
43257      Branch: perl
43258            ! MANIFEST
43259 ____________________________________________________________________________
43260 [  8114] By: jhi                                   on 2000/12/14  21:50:49
43261         Log: Integrate perlio.
43262      Branch: perl
43263           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
43264           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
43265           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
43266           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
43267           !> ext/Encode/Makefile.PL
43268 ____________________________________________________________________________
43269 [  8113] By: jhi                                   on 2000/12/14  21:48:49
43270         Log: The documentation part of the
43271              
43272              Subject: [ID 20001214.002] Net::Ping patch
43273              From: Jonathan Stowe <gellyfish@gellyfish.com>
43274              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
43275              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
43276              since the #7529 had already addressed the same problem.
43277      Branch: perl
43278            ! lib/Net/Ping.pm
43279 ____________________________________________________________________________
43280 [  8112] By: jhi                                   on 2000/12/14  21:42:57
43281         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
43282              From: Dominic Dunlop <domo@computer.org>
43283              Date: Tue, 12 Dec 2000 10:47:10 +0100
43284              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
43285              
43286              Document how elusive subroutines can be.
43287      Branch: perl
43288            ! pod/perlfunc.pod
43289 ____________________________________________________________________________
43290 [  8111] By: jhi                                   on 2000/12/14  21:38:05
43291         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
43292              From: Dominic Dunlop <domo@computer.org>
43293              Date: Thu, 14 Dec 2000 10:13:51 +0100
43294              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
43295      Branch: perl
43296            ! ext/POSIX/POSIX.pod
43297 ____________________________________________________________________________
43298 [  8110] By: jhi                                   on 2000/12/14  21:36:32
43299         Log: Subject: [patch] perlfaq7
43300              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
43301              Date: Thu, 14 Dec 2000 15:31:07 +0100
43302              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
43303      Branch: perl
43304            ! pod/perlfaq7.pod
43305 ____________________________________________________________________________
43306 [  8109] By: jhi                                   on 2000/12/14  21:29:20
43307         Log: Subject: [8104] Encode
43308              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43309              Date: Thu, 14 Dec 2000 14:49:34 +0100
43310              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
43311              
43312              Type casting for nervous compilers.
43313      Branch: perl
43314            ! ext/Encode/Encode.xs
43315 ____________________________________________________________________________
43316 [  8108] By: jhi                                   on 2000/12/14  21:26:17
43317         Log: Subject: [8104] DB_File
43318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43319              Date: Thu, 14 Dec 2000 14:49:35 +0100
43320              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
43321              
43322              Type definition incorrect for DB 2.7.7.  Not known when it
43323              changed, so only changed it for a known revision.
43324      Branch: perl
43325            ! ext/DB_File/DB_File.xs
43326 ____________________________________________________________________________
43327 [  8107] By: jhi                                   on 2000/12/14  21:23:41
43328         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
43329              From: Peter Prymmer <pvhp@forte.com>
43330              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
43331              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
43332              
43333              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
43334      Branch: perl
43335            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43336            ! ext/Encode/Encode/posix-bc.enc
43337 ____________________________________________________________________________
43338 [  8106] By: nick                                  on 2000/12/14  20:36:13
43339         Log: "Cold" build correction to Encode's Makefile.PL
43340      Branch: perlio
43341            ! ext/Encode/Makefile.PL
43342 ____________________________________________________________________________
43343 [  8105] By: nick                                  on 2000/12/14  20:09:37
43344         Log: "Compiled" encodings.
43345              Correct replacement character in EBCDIC .enc files
43346              Add 0x7F to ASCII repertoire.
43347      Branch: perlio
43348            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43349            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
43350            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
43351            ! ext/Encode/Makefile.PL ext/Encode/compile
43352            ! ext/Encode/encengine.c ext/Encode/encode.h
43353 ____________________________________________________________________________
43354 [  8104] By: nick                                  on 2000/12/14  00:38:20
43355         Log: Integrate mainline
43356      Branch: perlio
43357           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
43358           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
43359           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
43360           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
43361           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
43362           !> t/lib/db-hash.t t/lib/db-recno.t
43363 ____________________________________________________________________________
43364 [  8103] By: nick                                  on 2000/12/13  23:16:13
43365         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
43366              so far and so it does not get lost.
43367      Branch: perlio
43368            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
43369 ____________________________________________________________________________
43370 [  8102] By: jhi                                   on 2000/12/13  17:14:22
43371         Log: Update Changes.
43372      Branch: perl
43373            ! Changes patchlevel.h
43374 ____________________________________________________________________________
43375 [  8101] By: jhi                                   on 2000/12/13  16:53:41
43376         Log: Move the proto of start_glob() to a better place; regen api files.
43377      Branch: perl
43378            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
43379 ____________________________________________________________________________
43380 [  8100] By: jhi                                   on 2000/12/13  16:47:11
43381         Log: Metaconfig change for #8099.
43382      Branch: metaconfig
43383            ! U/modified/Head.U
43384 ____________________________________________________________________________
43385 [  8099] By: jhi                                   on 2000/12/13  16:46:48
43386         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
43387              From: Andy Dougherty <doughera@lafayette.edu>
43388              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
43389              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
43390      Branch: perl
43391            ! Configure
43392 ____________________________________________________________________________
43393 [  8098] By: jhi                                   on 2000/12/13  16:39:02
43394         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
43395              From: rspier@pobox.com (Robert Spier)
43396              Date: Tue, 12 Dec 2000 21:12:39 -0500
43397              Message-ID: <14902.56087.678086.725773@rls.cx>
43398              
43399              fastgetcwd is defined using a glob alias on a $^O dependent basis -
43400              and there was no default assignment or perl subroutine.
43401      Branch: perl
43402            ! lib/Cwd.pm
43403 ____________________________________________________________________________
43404 [  8097] By: jhi                                   on 2000/12/13  16:16:01
43405         Log: Subject: [PATCH] move startglob out of pp_hot.c
43406              From: Nicholas Clark <nick@ccl4.org>
43407              Date: Mon, 11 Dec 2000 23:16:39 +0000
43408              Message-ID: <20001211231638.A55550@plum.flirble.org>
43409      Branch: perl
43410            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
43411 ____________________________________________________________________________
43412 [  8096] By: jhi                                   on 2000/12/13  15:26:23
43413         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
43414              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
43415              Date: Wed, 13 Dec 2000 14:01:37 +0100
43416              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
43417              
43418              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
43419              in turn requires libpthread in libswanted.
43420      Branch: perl
43421            ! hints/hpux.sh
43422 ____________________________________________________________________________
43423 [  8095] By: jhi                                   on 2000/12/12  19:51:05
43424         Log: The integration wars continue.
43425      Branch: perl
43426           !> sv.c
43427 ____________________________________________________________________________
43428 [  8094] By: jhi                                   on 2000/12/12  19:48:26
43429         Log: Subject: [PATCH perl@8070] DB_File-1.74  
43430              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
43431              Date: Mon, 11 Dec 2000 23:07:17 -0000
43432              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
43433      Branch: perl
43434            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43435            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
43436            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
43437            ! t/lib/db-recno.t
43438 ____________________________________________________________________________
43439 [  8093] By: nick                                  on 2000/12/12  19:42:13
43440         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
43441      Branch: perlio
43442            ! sv.c
43443           !> lib/File/DosGlob.pm
43444 ____________________________________________________________________________
43445 [  8092] By: jhi                                   on 2000/12/12  19:28:11
43446         Log: Integrate perlio.
43447      Branch: perl
43448           !> sv.c
43449 ____________________________________________________________________________
43450 [  8091] By: nick                                  on 2000/12/12  18:49:45
43451         Log: Fix for Tk, and upgrading shared SVs.
43452      Branch: perlio
43453            ! sv.c
43454 ____________________________________________________________________________
43455 [  8090] By: jhi                                   on 2000/12/12  16:48:59
43456         Log: Subject: [PATCH] Re: Breadperl & Tk
43457              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43458              Date: Tue, 12 Dec 2000 14:48:27 GMT
43459              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
43460      Branch: perl
43461            ! sv.c
43462 ____________________________________________________________________________
43463 [  8089] By: jhi                                   on 2000/12/12  03:37:19
43464         Log: Subject: DosGlob.pm diff for bash style brace expansion.
43465              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
43466              Date: Fri, 8 Dec 2000 10:45:30 -0600
43467              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
43468      Branch: perl
43469            ! lib/File/DosGlob.pm
43470 ____________________________________________________________________________
43471 [  8088] By: nick                                  on 2000/12/11  23:59:59
43472         Log: Integrate mainline
43473      Branch: perlio
43474           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
43475           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
43476           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
43477           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
43478           !> t/op/local.t t/pragma/warn/toke toke.c
43479 ____________________________________________________________________________
43480 [  8087] By: jhi                                   on 2000/12/11  23:20:23
43481         Log: Integrate perlio.
43482      Branch: perl
43483           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
43484 ____________________________________________________________________________
43485 [  8086] By: jhi                                   on 2000/12/11  22:50:59
43486         Log: Tune further the OS detection of CGI.
43487      Branch: perl
43488            ! lib/CGI.pm
43489 ____________________________________________________________________________
43490 [  8085] By: nick                                  on 2000/12/11  22:50:46
43491         Log: Finish 1st pass of "encoding" layer e.g. :
43492              open($fh,"<encoding(iso8859-7)",$greek) || die;
43493      Branch: perlio
43494            ! ext/Encode/Encode.xs perlio.c perliol.h
43495 ____________________________________________________________________________
43496 [  8084] By: jhi                                   on 2000/12/11  22:32:06
43497         Log: Revert the -f ambiguousity patch, seems to cause
43498              too much hassle (the interpret -Q as a function
43499              where Q is not a known filetest part is left in).
43500      Branch: perl
43501            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
43502            ! toke.c
43503 ____________________________________________________________________________
43504 [  8083] By: jhi                                   on 2000/12/11  22:27:23
43505         Log: (accidentally empty check-in)
43506      Branch: perl
43507            ! lib/File/DosGlob.pm
43508 ____________________________________________________________________________
43509 [  8082] By: nick                                  on 2000/12/11  19:09:51
43510         Log: Restore mmap function (broken by tweaks to shared buffer
43511              layer for encode(xxxx)).
43512      Branch: perlio
43513            ! perlio.c
43514 ____________________________________________________________________________
43515 [  8081] By: jhi                                   on 2000/12/11  18:29:13
43516         Log: Subject: Re: The long awaited feature ...
43517              From: Simon Cozens <simon@cozens.net>
43518              Date: Mon, 11 Dec 2000 15:54:24 +0000
43519              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
43520              
43521              More io/utf8 tests.
43522      Branch: perl
43523            ! t/io/utf8.t
43524 ____________________________________________________________________________
43525 [  8080] By: jhi                                   on 2000/12/11  18:19:36
43526         Log: Subject: PATCH MakeMaker manpage clarification
43527              From: andreas.koenig@anima.de (Andreas J. Koenig)
43528              Date: 10 Dec 2000 20:46:13 +0100
43529              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
43530      Branch: perl
43531            ! lib/ExtUtils/MakeMaker.pm
43532 ____________________________________________________________________________
43533 [  8079] By: jhi                                   on 2000/12/11  15:35:07
43534         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
43535              From: Simon Cozens <simon@cozens.net>
43536              Date: Sun, 10 Dec 2000 19:06:19 +0000
43537              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
43538      Branch: perl
43539            ! ext/B/B/Deparse.pm t/lib/b.t
43540 ____________________________________________________________________________
43541 [  8078] By: jhi                                   on 2000/12/11  15:09:11
43542         Log: Subject: [PATCH] docs on NaN
43543              From: Nicholas Clark <nick@ccl4.org>
43544              Date: Mon, 11 Dec 2000 01:48:38 +0000
43545              Message-ID: <20001211014838.B99205@plum.flirble.org>
43546      Branch: perl
43547            ! pod/perlop.pod
43548 ____________________________________________________________________________
43549 [  8077] By: jhi                                   on 2000/12/11  15:02:21
43550         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
43551              From: Simon Cozens <simon@cozens.net>
43552              Date: Mon, 11 Dec 2000 01:21:45 +0000
43553              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
43554      Branch: perl
43555            ! pp.c pp_hot.c scope.c t/op/local.t
43556 ____________________________________________________________________________
43557 [  8076] By: nick                                  on 2000/12/10  20:43:32
43558         Log: Not merge worthy...
43559              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
43560              syntax is modelled on attributes.
43561              Untested fix for io/utf8 on Win32 etc.
43562              Very clumsy start to the encode layer.
43563      Branch: perlio
43564            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
43565 ____________________________________________________________________________
43566 [  8075] By: jhi                                   on 2000/12/10  18:39:33
43567         Log: Darwin is not Windows.
43568      Branch: perl
43569            ! lib/CGI.pm
43570 ____________________________________________________________________________
43571 [  8074] By: jhi                                   on 2000/12/10  18:31:27
43572         Log: Subject: Ambiguous -%c() resolved as a file test
43573              From: "Paul Marquess" <Paul.Marquess@openwave.com>
43574              Date: Sun, 10 Dec 2000 15:35:07 -0000
43575              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
43576      Branch: perl
43577            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
43578 ____________________________________________________________________________
43579 [  8073] By: jhi                                   on 2000/12/10  18:16:29
43580         Log: Subject: PATCH installperl misinformed 
43581              From: andreas.koenig@anima.de (Andreas J. Koenig)
43582              Date: 10 Dec 2000 13:01:32 +0100 
43583              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
43584      Branch: perl
43585            ! installperl
43586 ____________________________________________________________________________
43587 [  8072] By: jhi                                   on 2000/12/10  18:07:55
43588         Log: The walkoptree confusion rages; walkoptree() seems to be coming
43589              from B.xs, while walkoptree_slow() comes from B.pm.
43590      Branch: perl
43591            ! ext/B/B.pm
43592 ____________________________________________________________________________
43593 [  8071] By: nick                                  on 2000/12/10  11:45:47
43594         Log: Integrate mainline
43595      Branch: perlio
43596           +> t/base/commonsense.t
43597           !> (integrate 37 files)
43598 ____________________________________________________________________________
43599 [  8070] By: jhi                                   on 2000/12/10  04:46:21
43600         Log: Update Changes.
43601      Branch: perl
43602            ! Changes patchlevel.h
43603 ____________________________________________________________________________
43604 [  8069] By: jhi                                   on 2000/12/10  04:39:19
43605         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
43606              From: andreas.koenig@anima.de (Andreas J. Koenig)
43607              Date: 09 Dec 2000 17:14:25 +0100
43608              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
43609      Branch: perl
43610            + t/base/commonsense.t
43611            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
43612 ____________________________________________________________________________
43613 [  8068] By: jhi                                   on 2000/12/10  04:17:36
43614         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
43615              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43616              Date: Sat, 9 Dec 2000 16:47:22 -0000
43617              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
43618      Branch: perl
43619            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
43620            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
43621            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
43622            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
43623            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
43624            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
43625            ! t/lib/sdbm.t
43626 ____________________________________________________________________________
43627 [  8067] By: jhi                                   on 2000/12/10  03:52:02
43628         Log: Test case for #8066.
43629      Branch: perl
43630            ! t/op/misc.t
43631 ____________________________________________________________________________
43632 [  8066] By: jhi                                   on 2000/12/10  03:50:30
43633         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
43634              From: Simon Cozens <simon@cozens.net>
43635              Date: Sun, 10 Dec 2000 00:55:37 +0000
43636              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
43637      Branch: perl
43638            ! pp_sys.c
43639 ____________________________________________________________________________
43640 [  8065] By: jhi                                   on 2000/12/10  03:44:52
43641         Log: Test case for #8064.
43642      Branch: perl
43643            ! t/comp/proto.t
43644 ____________________________________________________________________________
43645 [  8064] By: jhi                                   on 2000/12/10  03:42:32
43646         Log: Subject: Re: prototype of substr
43647              From: Simon Cozens <simon@cozens.net>
43648              Date: Sun, 10 Dec 2000 00:13:33 +0000
43649              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
43650              
43651              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
43652              In other words, make the returned prototypes for any function
43653              stop prepending the ';' optionality marker after the first one.
43654              If they start getting optional, all the rest are optional.
43655      Branch: perl
43656            ! pp.c
43657 ____________________________________________________________________________
43658 [  8063] By: jhi                                   on 2000/12/10  03:39:42
43659         Log: Subject: [PATCH] perlguts.pod
43660              From: Simon Cozens <simon@cozens.net>
43661              Date: Sun, 10 Dec 2000 00:06:47 +0000
43662              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
43663              
43664              Documentation of the different types of ops,
43665              plus the functions in dump.c
43666      Branch: perl
43667            ! pod/perlguts.pod
43668 ____________________________________________________________________________
43669 [  8062] By: jhi                                   on 2000/12/10  03:30:04
43670         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
43671              From: Nicholas Clark <nick@talking.bollo.cx>
43672              Date: Sat, 09 Dec 2000 18:57:25 +0000
43673              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
43674              
43675              Be more robust in weird hostname setups.
43676      Branch: perl
43677            ! t/lib/net-hostent.t
43678 ____________________________________________________________________________
43679 [  8061] By: jhi                                   on 2000/12/10  03:28:21
43680         Log: Pacify fussy compiler. 
43681      Branch: perl
43682            ! pp_sys.c
43683 ____________________________________________________________________________
43684 [  8060] By: jhi                                   on 2000/12/10  02:52:46
43685         Log: Integrate perlio.
43686      Branch: perl
43687           !> pp_sys.c t/io/utf8.t
43688 ____________________________________________________________________________
43689 [  8059] By: nick                                  on 2000/12/09  23:40:14
43690         Log: read/sysread/recv should now be utf8 aware.
43691              Basic test for utf8 read.
43692      Branch: perlio
43693            ! pp_sys.c t/io/utf8.t
43694 ____________________________________________________________________________
43695 [  8058] By: jhi                                   on 2000/12/09  21:56:02
43696         Log: Integrate perlio.
43697      Branch: perl
43698           +> t/io/utf8.t
43699           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
43700 ____________________________________________________________________________
43701 [  8057] By: jhi                                   on 2000/12/09  21:53:35
43702         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
43703              From: Inaba Hiroto <inaba@st.rim.or.jp>
43704              Date: Sun, 10 Dec 2000 05:53:21 +0900
43705              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
43706              
43707              Tests for #8056.
43708      Branch: perl
43709            ! t/op/each.t
43710 ____________________________________________________________________________
43711 [  8056] By: jhi                                   on 2000/12/09  21:51:16
43712         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
43713              From: Inaba Hiroto <inaba@st.rim.or.jp>
43714              Date: Sat, 09 Dec 2000 18:02:00 +0900
43715              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
43716              
43717              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
43718      Branch: perl
43719            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
43720 ____________________________________________________________________________
43721 [  8055] By: nick                                  on 2000/12/09  20:11:48
43722         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
43723              than raw PerlIO_write() - does not seem to break any tests.
43724      Branch: perlio
43725            ! pp_sys.c
43726 ____________________________________________________________________________
43727 [  8054] By: nick                                  on 2000/12/09  19:47:30
43728         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
43729              (sysread, recv and write i.e. formats still to do...)
43730              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
43731              open($fh,">:utf8","name")
43732              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
43733              so no extra overhead is involved.
43734              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
43735              to a non-utf8 stream.
43736              Add initial io/utf8.t
43737              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
43738              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
43739              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
43740      Branch: perlio
43741            + t/io/utf8.t
43742            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
43743 ____________________________________________________________________________
43744 [  8053] By: nick                                  on 2000/12/09  19:26:37
43745         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
43746              was only testing this_utf8.
43747      Branch: perlio
43748            ! toke.c
43749 ____________________________________________________________________________
43750 [  8052] By: nick                                  on 2000/12/09  19:09:41
43751         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
43752              i.e. the output string has one, but don't mess with source assumption.
43753      Branch: perlio
43754            ! toke.c
43755 ____________________________________________________________________________
43756 [  8051] By: jhi                                   on 2000/12/09  16:55:17
43757         Log: Integrate perlio.
43758      Branch: perl
43759           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
43760           !> sv.c thrdvar.h util.c
43761 ____________________________________________________________________________
43762 [  8050] By: jhi                                   on 2000/12/09  16:48:07
43763         Log: Nits noticed by Peter Prymmer.
43764      Branch: perl
43765            ! lib/ExtUtils/MM_VMS.pm
43766 ____________________________________________________________________________
43767 [  8049] By: nick                                  on 2000/12/09  13:49:40
43768         Log: UTF8 output prework.
43769              - Store $\ and $, as SVs so they can have SvUTF8 flag
43770              - use do_print() rather than raw PerlIO_write() to print them.
43771      Branch: perlio
43772            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
43773            ! thrdvar.h util.c
43774 ____________________________________________________________________________
43775 [  8048] By: nick                                  on 2000/12/09  12:30:43
43776         Log: Integrate mainline.
43777      Branch: perlio
43778           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
43779           +> t/op/reverse.t
43780           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
43781           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
43782           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
43783           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
43784           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
43785           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
43786 ____________________________________________________________________________
43787 [  8047] By: jhi                                   on 2000/12/09  00:23:27
43788         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
43789              From: Michael G Schwern <schwern@pobox.com>
43790              Date: Fri, 8 Dec 2000 14:43:04 -0600
43791      Branch: perl
43792            ! lib/ExtUtils/MM_VMS.pm
43793 ____________________________________________________________________________
43794 [  8046] By: jhi                                   on 2000/12/08  23:10:27
43795         Log: A missed check-in.
43796      Branch: perl
43797            ! lib/ExtUtils/Manifest.pm
43798 ____________________________________________________________________________
43799 [  8045] By: jhi                                   on 2000/12/08  21:57:12
43800         Log: (null check-in)
43801      Branch: perl
43802            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
43803 ____________________________________________________________________________
43804 [  8044] By: jhi                                   on 2000/12/08  21:11:06
43805         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
43806              at the final draft stage.
43807      Branch: perl
43808            + ext/Encode/Encode/iso8859-16.enc
43809            ! MANIFEST
43810 ____________________________________________________________________________
43811 [  8043] By: jhi                                   on 2000/12/08  16:39:04
43812         Log: Update Changes.
43813      Branch: perl
43814            ! Changes patchlevel.h
43815 ____________________________________________________________________________
43816 [  8042] By: jhi                                   on 2000/12/08  16:33:39
43817         Log: Do not return the Unicode replacement character if UTF-8
43818              decoding goes awry, it should be up to the caller to decide.
43819      Branch: perl
43820            ! pod/perlapi.pod utf8.c
43821 ____________________________________________________________________________
43822 [  8041] By: jhi                                   on 2000/12/08  16:22:28
43823         Log: metaconfig maintenance.
43824      Branch: metaconfig
43825            ! U/modified/stdchar.U
43826      Branch: metaconfig/U/perl
43827            + testsyml.U
43828 ____________________________________________________________________________
43829 [  8040] By: jhi                                   on 2000/12/08  16:03:08
43830         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
43831              From: sthoenna@efn.org
43832              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
43833              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
43834      Branch: perl
43835            ! Changes lib/ExtUtils/MM_OS2.pm
43836 ____________________________________________________________________________
43837 [  8039] By: jhi                                   on 2000/12/08  15:57:11
43838         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
43839              From: Simon Cozens <simon@cozens.net>
43840              Date: Fri, 8 Dec 2000 13:33:31 +0000
43841              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
43842              
43843              (The pp_hot part needed a rewrite.)
43844      Branch: perl
43845            ! doop.c pp_hot.c utf8.c
43846 ____________________________________________________________________________
43847 [  8038] By: jhi                                   on 2000/12/08  15:25:08
43848         Log: Subject: djSP
43849              From: Michael Stevens <michael@etla.org>
43850              Date: Wed, 6 Dec 2000 23:24:01 +0000
43851              Message-ID: <20001206232400.A21381@firedrake.org>
43852              
43853              Plus a note from Nick Ing-Simmons.
43854      Branch: perl
43855            ! pp.h
43856 ____________________________________________________________________________
43857 [  8037] By: jhi                                   on 2000/12/08  15:18:35
43858         Log: Filetype is text.
43859      Branch: perl
43860            ! t/op/utf8decode.t
43861 ____________________________________________________________________________
43862 [  8036] By: jhi                                   on 2000/12/08  03:31:27
43863         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43864              From: Andy Dougherty <doughera@lafayette.edu>
43865              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
43866              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
43867              
43868              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
43869              From: Andy Dougherty <doughera@lafayette.edu>
43870              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
43871              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
43872      Branch: perl
43873            + ext/POSIX/hints/svr4.pl
43874            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
43875 ____________________________________________________________________________
43876 [  8035] By: jhi                                   on 2000/12/08  03:26:01
43877         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
43878              From: Andy Dougherty <doughera@lafayette.edu>
43879              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
43880              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
43881      Branch: perl
43882            ! t/README t/base/term.t
43883 ____________________________________________________________________________
43884 [  8034] By: jhi                                   on 2000/12/08  03:21:59
43885         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
43886              From: mjd@plover.com  
43887              Date: 7 Dec 2000 21:04:20 -0000
43888              Message-ID: <20001207210420.22282.qmail@plover.com>
43889              
43890              Plus -z doc.
43891      Branch: perl
43892            ! pod/perlfunc.pod
43893 ____________________________________________________________________________
43894 [  8033] By: jhi                                   on 2000/12/08  03:19:03
43895         Log: Use the UTF8 macros a bit.  They can't be used with abandon
43896              everywhere because we do generate illegal UTF-8 in some situations.
43897              This is of course naughty.
43898      Branch: perl
43899            ! pod/perlapi.pod utf8.c utf8.h
43900 ____________________________________________________________________________
43901 [  8032] By: jhi                                   on 2000/12/08  03:00:09
43902         Log: Out of sync?
43903      Branch: perl
43904            ! t/pragma/warn/utf8
43905 ____________________________________________________________________________
43906 [  8031] By: jhi                                   on 2000/12/08  02:22:39
43907         Log: Cnt spl.
43908      Branch: perl
43909            ! MANIFEST
43910 ____________________________________________________________________________
43911 [  8030] By: jhi                                   on 2000/12/08  01:23:54
43912         Log: Add test for reverse().
43913      Branch: perl
43914            + t/op/reverse.t
43915            ! MANIFEST
43916 ____________________________________________________________________________
43917 [  8029] By: jhi                                   on 2000/12/08  01:21:47
43918         Log: Integrate perlio.
43919      Branch: perl
43920           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
43921           !> perlio.c perlio.h perlsdio.h warnings.pl
43922 ____________________________________________________________________________
43923 [  8028] By: jhi                                   on 2000/12/08  01:19:08
43924         Log: Introduce macros for UTF8 decoding.
43925      Branch: perl
43926            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
43927 ____________________________________________________________________________
43928 [  8027] By: nick                                  on 2000/12/07  22:18:19
43929         Log: Integrate mainline
43930      Branch: perlio
43931           !> embed.pl pod/perlapi.pod utf8.c
43932 ____________________________________________________________________________
43933 [  8026] By: nick                                  on 2000/12/07  21:45:08
43934         Log: Various oddities p4 diff -se showed up
43935              Remove 'our' from warnings.pl
43936      Branch: perlio
43937            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
43938 ____________________________________________________________________________
43939 [  8025] By: nick                                  on 2000/12/07  21:43:32
43940         Log: Change PerlIO_(get|set)pos to take SV *
43941              Should fix, OS/2, VMS, (sfio??)
43942      Branch: perlio
43943            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
43944 ____________________________________________________________________________
43945 [  8024] By: jhi                                   on 2000/12/07  19:05:32
43946         Log: Document utf8_to_uv() better.
43947      Branch: perl
43948            ! pod/perlapi.pod utf8.c
43949 ____________________________________________________________________________
43950 [  8023] By: jhi                                   on 2000/12/07  18:23:47
43951         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
43952      Branch: perl
43953            ! embed.pl pod/perlapi.pod utf8.c
43954 ____________________________________________________________________________
43955 [  8022] By: jhi                                   on 2000/12/07  04:13:51
43956         Log: Integrate perlio.
43957      Branch: perl
43958           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
43959           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
43960           !> win32/makefile.mk
43961 ____________________________________________________________________________
43962 [  8021] By: nick                                  on 2000/12/07  00:28:14
43963         Log: Various attempts at MSVC debug - not sure what has
43964              changed but works now. 
43965              Seems atexit() _may_ work for DLLs built with MSVC so don't
43966              call cleanup that way.
43967      Branch: perlio
43968            ! perlio.c win32/makefile.mk
43969 ____________________________________________________________________________
43970 [  8020] By: nick                                  on 2000/12/06  19:57:20
43971         Log: Integrate mainline
43972      Branch: perlio
43973           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
43974           !> (integrate 75 files)
43975 ____________________________________________________________________________
43976 [  8019] By: nick                                  on 2000/12/06  19:28:21
43977         Log: Add useperlio to config.vc
43978              Turn off binmode in config_H.PL
43979              Regen all the config_H.xx
43980              Attempt to get debugging build with MSVC.
43981      Branch: perlio
43982            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43983            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
43984 ____________________________________________________________________________
43985 [  8018] By: nick                                  on 2000/12/06  19:21:57
43986         Log: Test various dup/external program options on all platforms.
43987      Branch: perlio
43988            ! t/io/dup.t
43989 ____________________________________________________________________________
43990 [  8017] By: nick                                  on 2000/12/06  19:20:47
43991         Log: Fix harness to be less picky
43992      Branch: perlio
43993            ! lib/Test/Harness.pm
43994 ____________________________________________________________________________
43995 [  8016] By: jhi                                   on 2000/12/06  16:45:12
43996         Log: Update Changes.
43997      Branch: perl
43998            ! Changes patchlevel.h
43999 ____________________________________________________________________________
44000 [  8015] By: jhi                                   on 2000/12/06  16:41:03
44001         Log: Test \x{...} with ord().
44002      Branch: perl
44003            ! t/op/ord.t
44004 ____________________________________________________________________________
44005 [  8014] By: jhi                                   on 2000/12/06  16:20:33
44006         Log: Test tweak because of #8013.
44007      Branch: perl
44008            ! t/lib/b.t
44009 ____________________________________________________________________________
44010 [  8013] By: jhi                                   on 2000/12/06  16:09:09
44011         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
44012              From: Michael G Schwern <schwern@pobox.com>
44013              Date: Tue, 5 Dec 2000 21:23:28 -0500
44014              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
44015              
44016              Carp::Heavy parts not very applicable because of recent changes.
44017      Branch: perl
44018            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
44019            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
44020            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
44021            ! lib/Exporter.pm lib/Exporter/Heavy.pm
44022            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
44023            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
44024            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
44025            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
44026            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
44027            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
44028            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
44029            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
44030            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
44031            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
44032            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
44033            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
44034            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
44035            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
44036            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
44037            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
44038            ! warnings.pl
44039 ____________________________________________________________________________
44040 [  8012] By: jhi                                   on 2000/12/06  15:22:38
44041         Log: Subject: [PATCH] Re: New harness is failing things
44042              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44043              Date: Wed, 6 Dec 2000 13:00:30 GMT
44044              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
44045      Branch: perl
44046            ! lib/Test/Harness.pm
44047 ____________________________________________________________________________
44048 [  8011] By: jhi                                   on 2000/12/06  15:12:08
44049         Log: Subject: installhtml changes
44050              From: Michael Stevens <michael@etla.org>
44051              Date: Wed, 6 Dec 2000 13:15:53 +0000
44052              Message-ID: <20001206131553.A27317@firedrake.org>
44053      Branch: perl
44054            ! installhtml
44055 ____________________________________________________________________________
44056 [  8010] By: jhi                                   on 2000/12/06  15:06:05
44057         Log: Subject: the dTHR hits
44058              From: Michael Stevens <michael@etla.org>
44059              Date: Wed, 6 Dec 2000 12:06:03 +0000
44060              Message-ID: <20001206120603.A24581@firedrake.org>
44061              
44062              More, errrm, less dTHRs.
44063      Branch: perl
44064            ! bytecode.pl ext/B/B/C.pm
44065 ____________________________________________________________________________
44066 [  8009] By: jhi                                   on 2000/12/06  15:04:25
44067         Log: Subject: MakeMaker mailing list gone?
44068              From: Michael G Schwern <schwern@pobox.com>
44069              Date: Tue, 5 Dec 2000 19:29:59 -0500
44070              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
44071              
44072              The MakeMaker mailing list is dead, perlbug is the right
44073              address to report bugs.
44074      Branch: perl
44075            ! lib/ExtUtils/MakeMaker.pm
44076 ____________________________________________________________________________
44077 [  8008] By: jhi                                   on 2000/12/06  15:00:32
44078         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
44079              From: Michael G Schwern <schwern@pobox.com>
44080              Date: Tue, 5 Dec 2000 19:21:21 -0500
44081              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
44082              
44083              Add a default MANIFEST skip that ignores things like
44084              version control files, editor temporary files, and the Makefile.
44085      Branch: perl
44086            + lib/ExtUtils/MANIFEST.SKIP
44087            ! MANIFEST lib/ExtUtils/Manifest.pm
44088 ____________________________________________________________________________
44089 [  8007] By: jhi                                   on 2000/12/06  14:57:20
44090         Log: In Amiga more manual hackery of the scripts seems to be needed,
44091              from Jan-Erik Karlsson.  Why Configure does not get this right
44092              is unknown, may be shell-induced.
44093      Branch: perl
44094            ! README.amiga
44095 ____________________________________________________________________________
44096 [  8006] By: jhi                                   on 2000/12/05  23:53:12
44097         Log: Add TOPm1s to peek at the second topmost stack item.
44098      Branch: perl
44099            ! pp.h
44100 ____________________________________________________________________________
44101 [  8005] By: jhi                                   on 2000/12/05  23:13:55
44102         Log: Avaunt, you foul UTF-8 tests.
44103      Branch: perl
44104            ! t/op/ver.t t/pragma/utf8.t
44105 ____________________________________________________________________________
44106 [  8004] By: jhi                                   on 2000/12/05  23:09:54
44107         Log: Continue utf8 dispersal. 
44108      Branch: perl
44109            + t/op/concat.t
44110            ! MANIFEST t/pragma/utf8.t
44111 ____________________________________________________________________________
44112 [  8003] By: nick                                  on 2000/12/05  23:02:39
44113         Log: Integrate mainline.
44114      Branch: perlio
44115           +> t/op/length.t t/op/utf8decode.t
44116           !> (integrate 69 files)
44117 ____________________________________________________________________________
44118 [  8002] By: jhi                                   on 2000/12/05  22:59:28
44119         Log: Integrate perlio.
44120      Branch: perl
44121           !> iperlsys.h perl.c perlio.c win32/perllib.c
44122 ____________________________________________________________________________
44123 [  8001] By: nick                                  on 2000/12/05  22:07:52
44124         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
44125              - calloc/free suffer from damage on TerminateThread()
44126              - use PerlMemShared (as originally planned) now fixed
44127              - avoid doing anything important on DLL "detach".
44128      Branch: perlio
44129            ! perl.c perlio.c win32/perllib.c
44130 ____________________________________________________________________________
44131 [  8000] By: nick                                  on 2000/12/05  21:05:09
44132         Log: Fix gross PerlMemShared issue.
44133      Branch: perlio
44134            ! iperlsys.h
44135 ____________________________________________________________________________
44136 [  7999] By: jhi                                   on 2000/12/05  20:46:58
44137         Log: Test for Unicode (UTF-8) hash keys.
44138      Branch: perl
44139            ! t/op/each.t
44140 ____________________________________________________________________________
44141 [  7998] By: jhi                                   on 2000/12/05  20:30:35
44142         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
44143              is now always UTF-8), empty line cosmetics.
44144      Branch: perl
44145            ! t/pragma/utf8.t
44146 ____________________________________________________________________________
44147 [  7997] By: jhi                                   on 2000/12/05  20:15:40
44148         Log: Subject: Re: STRLEN - what?
44149              From: Andy Dougherty <doughera@lafayette.edu>
44150              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
44151              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
44152              
44153              Explain STRLEN.
44154      Branch: perl
44155            ! pod/perlguts.pod
44156 ____________________________________________________________________________
44157 [  7996] By: jhi                                   on 2000/12/05  20:13:34
44158         Log: Split off the UTF-8 decoder tests, make them to check also
44159              the error message.
44160      Branch: perl
44161            + t/op/utf8decode.t
44162            ! MANIFEST t/pragma/utf8.t utf8.c
44163 ____________________________________________________________________________
44164 [  7995] By: jhi                                   on 2000/12/05  16:39:47
44165         Log: Start migrating bits of pragma/utf8 to elsewhere
44166              (since the long term plan is to obsolete 'use utf8').
44167      Branch: perl
44168            + t/op/length.t
44169            ! MANIFEST t/pragma/utf8.t
44170 ____________________________________________________________________________
44171 [  7994] By: jhi                                   on 2000/12/05  16:30:21
44172         Log: Fix a manual edit typo from #7993, fix the message formatting
44173              for Unicode, add few our declarations.
44174      Branch: perl
44175            ! lib/Carp/Heavy.pm
44176 ____________________________________________________________________________
44177 [  7993] By: jhi                                   on 2000/12/05  16:09:15
44178         Log: Subject: Need help with warnings :-(
44179              From: "Ben Tilly" <ben_tilly@hotmail.com>
44180              Date: Tue, 05 Dec 2000 01:35:54 -0500
44181              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
44182              
44183              Subject: UPDATE: Carp/Heavy now passes all tests
44184              From: "Ben Tilly" <ben_tilly@hotmail.com>
44185              Date: Tue, 05 Dec 2000 07:59:41 -0500
44186              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
44187              
44188              The Brave New Carp.
44189      Branch: perl
44190            ! lib/Carp.pm lib/Carp/Heavy.pm
44191 ____________________________________________________________________________
44192 [  7992] By: jhi                                   on 2000/12/05  15:55:08
44193         Log: Subject: [PATCH perl@7979] cygwin port
44194              From: "Eric Fifer" <efifer@dircon.co.uk>
44195              Date: Tue, 5 Dec 2000 14:04:09 -0000
44196              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
44197      Branch: perl
44198            ! t/lib/net-hostent.t
44199 ____________________________________________________________________________
44200 [  7991] By: jhi                                   on 2000/12/05  15:52:34
44201         Log: Subject: Re: [PATCH] The largest hoax of all times?
44202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44203              Date: Tue, 5 Dec 2000 00:40:25 -0500
44204              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
44205              
44206              Subject: Re: [PATCH] The largest hoax of all times?
44207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44208              Date: Mon, 4 Dec 2000 23:55:53 -0500
44209              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
44210              
44211              Subject: Re: [PATCH] The largest hoax of all times?
44212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44213              Date: Tue, 5 Dec 2000 01:28:45 -0500
44214              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
44215              
44216              Fix the unpredictable order of DESTROYs.
44217      Branch: perl
44218            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
44219            ! sv.c sv.h t/op/ref.t
44220 ____________________________________________________________________________
44221 [  7990] By: jhi                                   on 2000/12/05  14:38:53
44222         Log: Subject: [PATCH] shrink pp_hot fractionally
44223              From: Nicholas Clark <nick@ccl4.org>
44224              Date: Tue, 5 Dec 2000 12:44:31 +0000
44225              Message-ID: <20001205124431.E74518@plum.flirble.org>
44226              
44227              Use report_evil_fh().
44228      Branch: perl
44229            ! opcode.pl opnames.h pp_hot.c util.c
44230 ____________________________________________________________________________
44231 [  7989] By: jhi                                   on 2000/12/05  14:21:27
44232         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
44233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44234              Date: Mon, 04 Dec 2000 22:21:59 -0800
44235              Message-ID: <HmIL6gzkgepS092yn@efn.org>
44236              
44237              Harness shouldn't ignore responses like "ok 3\r\r\n".
44238      Branch: perl
44239            ! lib/Test/Harness.pm
44240 ____________________________________________________________________________
44241 [  7988] By: jhi                                   on 2000/12/05  13:51:28
44242         Log: Integrate the "skip" messages to explain().
44243      Branch: perl
44244            ! t/lib/syslfs.t t/op/lfs.t
44245 ____________________________________________________________________________
44246 [  7987] By: jhi                                   on 2000/12/05  12:34:54
44247         Log: The one that got away in #7984.
44248              
44249              Subject: Re: dTHR - what and why?
44250              From: Michael Stevens <michael@etla.org> 
44251              Date: Tue, 5 Dec 2000 11:15:52 +0000
44252              Message-ID: <20001205111552.A4647@firedrake.org>
44253      Branch: perl
44254            ! sv.h
44255 ____________________________________________________________________________
44256 [  7986] By: gsar                                  on 2000/12/05  09:14:44
44257         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44258              due to the notorious GetFileType() bug in Windows 9x, which fstat()
44259              tickles)
44260      Branch: perl
44261            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
44262 ____________________________________________________________________________
44263 [  7985] By: jhi                                   on 2000/12/05  05:49:03
44264         Log: Integrate perlio.
44265      Branch: perl
44266           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
44267           !> win32/perlhost.h win32/perllib.c
44268 ____________________________________________________________________________
44269 [  7984] By: jhi                                   on 2000/12/05  05:48:16
44270         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
44271      Branch: perl
44272            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
44273            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
44274            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
44275            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
44276            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
44277            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44278            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
44279            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
44280            ! win32/win32.c
44281 ____________________________________________________________________________
44282 [  7983] By: nick                                  on 2000/12/04  23:27:43
44283         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
44284      Branch: perlio
44285            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
44286            ! win32/perlhost.h win32/perllib.c
44287 ____________________________________________________________________________
44288 [  7982] By: jhi                                   on 2000/12/04  19:44:09
44289         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
44290              uncovered by #7980.
44291      Branch: perl
44292            ! op.c
44293 ____________________________________________________________________________
44294 [  7981] By: jhi                                   on 2000/12/04  19:42:07
44295         Log: Subject: [PATCH] Trivial dump.c feature
44296              From: Simon Cozens <simon@cozens.net>
44297              Date: Mon, 4 Dec 2000 18:08:38 +0000
44298              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
44299              
44300              Show whether a constant is UTF-8.
44301      Branch: perl
44302            ! dump.c
44303 ____________________________________________________________________________
44304 [  7980] By: jhi                                   on 2000/12/04  19:36:51
44305         Log: UTF-8 hash keys, patch from Inaba Hiroto.
44306      Branch: perl
44307            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
44308 ____________________________________________________________________________
44309 [  7979] By: jhi                                   on 2000/12/04  17:36:28
44310         Log: Update Changes.
44311      Branch: perl
44312            ! Changes patchlevel.h
44313 ____________________________________________________________________________
44314 [  7978] By: jhi                                   on 2000/12/04  16:42:17
44315         Log: Retract #7977, still too volatile (the euphemism of the day
44316              for unfinished and buggy :-)
44317      Branch: perl
44318            ! doop.c hv.c pp.c sv.h
44319 ____________________________________________________________________________
44320 [  7977] By: jhi                                   on 2000/12/04  16:25:15
44321         Log: (Retracted by #7978, too shaky yet.)
44322              
44323              Subject: Re: utf8 in hash keys, implementor missing
44324              From: Simon Cozens <simon@cozens.net>
44325              Date: Sat, 2 Dec 2000 19:49:35 +0000
44326              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
44327              
44328              The first step at UTF-8 hash keys.
44329      Branch: perl
44330            ! doop.c hv.c pp.c sv.h
44331 ____________________________________________________________________________
44332 [  7976] By: jhi                                   on 2000/12/04  16:13:53
44333         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
44334              From: sthoenna@efn.org
44335              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
44336              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
44337      Branch: perl
44338            ! os2/os2.c perlio.c
44339 ____________________________________________________________________________
44340 [  7975] By: jhi                                   on 2000/12/04  16:05:25
44341         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
44342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44343              Date: Thu, 30 Nov 2000 20:50:37 -0800
44344              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
44345      Branch: perl
44346            ! os2/os2.c
44347 ____________________________________________________________________________
44348 [  7974] By: jhi                                   on 2000/12/04  16:03:57
44349         Log: Subject: [PATCH] ++ 20% faster
44350              From: Nicholas Clark <nick@ccl4.org>
44351              Date: Mon, 4 Dec 2000 12:17:27 +0000
44352              Message-ID: <20001204121726.B52976@plum.flirble.org>
44353              
44354              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
44355      Branch: perl
44356            ! sv.c
44357 ____________________________________________________________________________
44358 [  7973] By: jhi                                   on 2000/12/04  16:00:48
44359         Log: 
44360              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
44361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44362              Date: Mon, 04 Dec 2000 12:30:45 +0100
44363              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
44364              
44365              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
44366              library (getprotobyname and getprotobynumber are outversioned by
44367              the same calls in libc, at least for xlc version 3.
44368      Branch: perl
44369            ! hints/aix.sh
44370 ____________________________________________________________________________
44371 [  7972] By: jhi                                   on 2000/12/04  02:58:31
44372         Log: Integrate perlio.
44373      Branch: perl
44374           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
44375           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
44376           !> win32/win32.h win32/win32iop.h win32/win32thread.h
44377 ____________________________________________________________________________
44378 [  7971] By: nick                                  on 2000/12/04  00:24:33
44379         Log: Quieten some noise in Win32 builds:
44380              - win32.h is included after <sys/socket.h>, so need to 
44381              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
44382              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
44383      Branch: perlio
44384            ! doio.c perl.h toke.c win32/win32.h
44385 ____________________________________________________________________________
44386 [  7970] By: nick                                  on 2000/12/03  22:57:46
44387         Log: PERL_IMPLICIT_SYS compiles but does not work.
44388      Branch: perlio
44389            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
44390            ! win32/perlhost.h win32/perllib.c win32/win32.h
44391            ! win32/win32iop.h win32/win32thread.h
44392 ____________________________________________________________________________
44393 [  7969] By: jhi                                   on 2000/12/03  22:12:58
44394         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
44395              used to swash_init(), makes regprop() dumps more informative
44396              (+utf8::IsAlpha, -utf8::IsDigit, for example).
44397      Branch: perl
44398            ! regcomp.c regexec.c
44399 ____________________________________________________________________________
44400 [  7968] By: jhi                                   on 2000/12/03  21:39:56
44401         Log: Implement ANYOFUTF8 regprop() dumping.
44402      Branch: perl
44403            ! regcomp.c
44404 ____________________________________________________________________________
44405 [  7967] By: jhi                                   on 2000/12/03  20:57:19
44406         Log: Make uv_to_utf8() to zero-terminate its output buffer,
44407              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
44408      Branch: perl
44409            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
44410 ____________________________________________________________________________
44411 [  7966] By: nick                                  on 2000/12/03  18:41:21
44412         Log: Integrate mainline (STDCHAR)
44413      Branch: perlio
44414           !> Configure t/pragma/utf8.t
44415 ____________________________________________________________________________
44416 [  7965] By: jhi                                   on 2000/12/03  17:58:20
44417         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
44418      Branch: perl
44419            ! t/pragma/utf8.t
44420 ____________________________________________________________________________
44421 [  7964] By: jhi                                   on 2000/12/03  17:35:56
44422         Log: Integrate perlio.
44423      Branch: perl
44424           !> iperlsys.h perlio.c
44425 ____________________________________________________________________________
44426 [  7963] By: jhi                                   on 2000/12/03  17:33:55
44427         Log: Metaconfig unit change for #7962.
44428      Branch: metaconfig
44429            ! U/modified/stdchar.U
44430 ____________________________________________________________________________
44431 [  7962] By: jhi                                   on 2000/12/03  17:33:27
44432         Log: Untangle the <stdio.h> #include nest for the stdchar test,
44433              from Andy Dougherty.
44434      Branch: perl
44435            ! Configure
44436 ____________________________________________________________________________
44437 [  7961] By: nick                                  on 2000/12/03  16:53:00
44438         Log: Make iperlsys.h vector stdio not PerlIO.
44439      Branch: perlio
44440            ! iperlsys.h perlio.c
44441 ____________________________________________________________________________
44442 [  7960] By: nick                                  on 2000/12/03  14:43:01
44443         Log: Integrate mainline
44444      Branch: perlio
44445           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
44446           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
44447 ____________________________________________________________________________
44448 [  7959] By: jhi                                   on 2000/12/03  08:16:36
44449         Log: Use DO_UTF8().
44450      Branch: perl
44451            ! op.c
44452 ____________________________________________________________________________
44453 [  7958] By: jhi                                   on 2000/12/02  18:33:05
44454         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
44455              From: Mike Guy <mjtg@cam.ac.uk>         
44456              Date: Sat, 02 Dec 2000 17:27:13 +0000
44457              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
44458              
44459              An extraneous argument.
44460      Branch: perl
44461            ! toke.c
44462 ____________________________________________________________________________
44463 [  7957] By: jhi                                   on 2000/12/02  18:22:32
44464         Log: A missing hunk.
44465      Branch: perl
44466            ! t/lib/net-hostent.t
44467 ____________________________________________________________________________
44468 [  7956] By: jhi                                   on 2000/12/02  18:06:20
44469         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
44470              From: Nicholas Clark <nick@ccl4.org>
44471              Date: Sat, 2 Dec 2000 14:28:27 +0000
44472              Message-ID: <20001202142827.A12308@plum.flirble.org>
44473              
44474              Test robustness.
44475      Branch: perl
44476            ! t/lib/net-hostent.t
44477 ____________________________________________________________________________
44478 [  7955] By: jhi                                   on 2000/12/02  17:58:06
44479         Log: Metaconfig unit change for #7954.
44480      Branch: metaconfig
44481            ! U/modified/stdchar.U
44482 ____________________________________________________________________________
44483 [  7954] By: jhi                                   on 2000/12/02  17:54:32
44484         Log: An inconvenient hang would happen if the stdio _ptr wasn't
44485              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
44486              would be grepping stdin for all eternity for the _ptr.)
44487      Branch: perl
44488            ! Configure
44489 ____________________________________________________________________________
44490 [  7953] By: jhi                                   on 2000/12/02  00:07:15
44491         Log: Update Changes.
44492      Branch: perl
44493            ! Changes patchlevel.h
44494 ____________________________________________________________________________
44495 [  7952] By: jhi                                   on 2000/12/01  23:54:47
44496         Log: Subject: Re: long shell lines
44497              From: Andy Dougherty <doughera@lafayette.edu>
44498              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
44499              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
44500              
44501              Split overly long shell command lines.
44502      Branch: perl
44503            ! lib/ExtUtils/MM_Unix.pm
44504 ____________________________________________________________________________
44505 [  7951] By: jhi                                   on 2000/12/01  23:48:02
44506         Log: The metaconfig unit change for #7950.
44507      Branch: metaconfig
44508            + U/modified/stdchar.U
44509 ____________________________________________________________________________
44510 [  7950] By: jhi                                   on 2000/12/01  23:47:39
44511         Log: Try to find stdchar also from <stdio_impl.h>.
44512      Branch: perl
44513            ! Configure config_h.SH
44514 ____________________________________________________________________________
44515 [  7949] By: jhi                                   on 2000/12/01  23:46:45
44516         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
44517              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44518              Date: Fri, 1 Dec 2000 16:26:08 -0500
44519              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
44520              
44521              Reword the diagnostic message.
44522      Branch: perl
44523            ! pod/perldiag.pod
44524 ____________________________________________________________________________
44525 [  7948] By: nick                                  on 2000/12/01  22:49:43
44526         Log: Integrate mainline (for s/y/m as sub names stuff).
44527      Branch: perlio
44528           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
44529           !> t/pragma/warn/toke toke.c
44530 ____________________________________________________________________________
44531 [  7947] By: jhi                                   on 2000/12/01  20:55:41
44532         Log: Integrate perlio.
44533      Branch: perl
44534           !> perlio.c perliol.h t/io/pipe.t
44535 ____________________________________________________________________________
44536 [  7946] By: jhi                                   on 2000/12/01  20:36:51
44537         Log: Upgrade to CPAN 1.59_51, from Andreas König.
44538      Branch: perl
44539            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44540 ____________________________________________________________________________
44541 [  7945] By: nick                                  on 2000/12/01  20:31:32
44542         Log: Integrate mainline
44543      Branch: perlio
44544           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
44545           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
44546           +> t/lib/net-hostent.t
44547           !> (integrate 35 files)
44548 ____________________________________________________________________________
44549 [  7944] By: jhi                                   on 2000/12/01  20:23:29
44550         Log: Some help for 20001130.011.  Now one gets warnings like
44551              "Ambiguous -f() resolved as a file test ..."
44552      Branch: perl
44553            ! pod/perldiag.pod t/pragma/warn/toke toke.c
44554 ____________________________________________________________________________
44555 [  7943] By: jhi                                   on 2000/12/01  19:44:44
44556         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
44557              that also breaks using them as methods. 
44558      Branch: perl
44559            ! pod/perldiag.pod t/op/misc.t toke.c
44560 ____________________________________________________________________________
44561 [  7942] By: nick                                  on 2000/12/01  17:56:46
44562         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
44563              Make 'unix' pass most tests
44564              - do unread by temporary push of layer ("pending") holding unread chars
44565              - fast_gets is now based on per-handle flag
44566              - relax one of io/pipe.t tests to allow print to fail and close to
44567              succeed so that it passes on unbuffered "unix" layer.
44568              Remaining fail is sporadic and a genuine race condition between
44569              parent/child in fork test.
44570      Branch: perlio
44571            ! perlio.c perliol.h t/io/pipe.t
44572 ____________________________________________________________________________
44573 [  7941] By: jhi                                   on 2000/12/01  15:28:58
44574         Log: (Retracted by #7943.)
44575              
44576              Reserve the short named string operator names.
44577      Branch: perl
44578            ! pod/perldiag.pod t/op/misc.t toke.c
44579 ____________________________________________________________________________
44580 [  7940] By: jhi                                   on 2000/12/01  06:45:53
44581         Log: Get the three different space character classes right under utf8.
44582      Branch: perl
44583            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
44584            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
44585            ! regexec.c t/op/pat.t utf8.c
44586 ____________________________________________________________________________
44587 [  7939] By: jhi                                   on 2000/12/01  03:26:26
44588         Log: Two more tests that make no sense in UTF-8 since the test
44589              data is not in UTF-8.
44590      Branch: perl
44591            ! t/op/regexp.t
44592 ____________________________________________________________________________
44593 [  7938] By: jhi                                   on 2000/12/01  03:20:39
44594         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
44595              should it be required inside regexen?
44596      Branch: perl
44597            ! regcomp.c t/op/regmesg.t
44598 ____________________________________________________________________________
44599 [  7937] By: jhi                                   on 2000/12/01  02:58:53
44600         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
44601              stored and restored, and thusly was trounced by the utf8 swash
44602              routines.
44603      Branch: perl
44604            ! regcomp.c
44605 ____________________________________________________________________________
44606 [  7936] By: jhi                                   on 2000/11/30  20:41:39
44607         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
44608              Why the different platforms behave so differently (core dump vs
44609              no core dump) on this bug is a but of a mystery, but if I had to
44610              guess I would mumble something like 'alignment'.
44611      Branch: perl
44612            ! sv.c
44613 ____________________________________________________________________________
44614 [  7935] By: jhi                                   on 2000/11/30  16:17:02
44615         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
44616              From: Robin Barker <rmb1@cise.npl.co.uk>
44617              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
44618              Date: Thu, 30 Nov 2000 14:27:12 GMT
44619      Branch: perl
44620            ! perlio.c toke.c
44621 ____________________________________________________________________________
44622 [  7934] By: jhi                                   on 2000/11/30  16:04:49
44623         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
44624      Branch: perl
44625            ! t/lib/net-hostent.t
44626 ____________________________________________________________________________
44627 [  7933] By: jhi                                   on 2000/11/30  06:07:26
44628         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
44629              From: Peter Prymmer <pvhp@forte.com>
44630              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
44631              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
44632              
44633              In VMS the localhost may be LOCALHOST.
44634      Branch: perl
44635            ! t/lib/net-hostent.t
44636 ____________________________________________________________________________
44637 [  7932] By: jhi                                   on 2000/11/30  01:11:11
44638         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
44639              From: Peter Prymmer <pvhp@forte.com>
44640              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
44641              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
44642              
44643              plus regen perlapi.pod.
44644      Branch: perl
44645            ! pod/perlapi.pod utf8.c
44646 ____________________________________________________________________________
44647 [  7931] By: jhi                                   on 2000/11/30  01:06:19
44648         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
44649              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44650              Date:     Wed, 29 Nov 2000 17:15:11 EST
44651              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
44652      Branch: perl
44653            ! t/lib/filter-util.pl t/lib/filter-util.t
44654 ____________________________________________________________________________
44655 [  7930] By: jhi                                   on 2000/11/29  18:51:55
44656         Log: Update Changes.
44657      Branch: perl
44658            ! Changes patchlevel.h
44659 ____________________________________________________________________________
44660 [  7929] By: jhi                                   on 2000/11/29  18:50:55
44661         Log: Update the va_copy() metaconfig unit.
44662      Branch: metaconfig/U/perl
44663            ! need_va_copy.U
44664 ____________________________________________________________________________
44665 [  7928] By: jhi                                   on 2000/11/29  17:50:43
44666         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
44667              From: Dominic Dunlop <domo@computer.org>
44668              Date: Tue, 28 Nov 2000 16:41:57 +0100
44669              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
44670              
44671              Patch to catch a core dump in the Configure va_copy test.
44672      Branch: perl
44673            ! Configure config_h.SH
44674 ____________________________________________________________________________
44675 [  7927] By: jhi                                   on 2000/11/29  17:31:59
44676         Log: Retract #7921, the patch shouldn't be needed.
44677      Branch: perl
44678            ! sv.c
44679 ____________________________________________________________________________
44680 [  7926] By: jhi                                   on 2000/11/29  17:01:41
44681         Log: Make the Class::Struct import() wiser.
44682      Branch: perl
44683            ! lib/Class/Struct.pm t/lib/class-struct.t
44684 ____________________________________________________________________________
44685 [  7925] By: jhi                                   on 2000/11/29  16:36:33
44686         Log: All the core library users of Class::Struct seem to be
44687              using "use Class::Struct 'struct';" instead of the bare
44688              "use Class::Struct;", which isn't documented in Class::Struct.
44689              This can't be right.
44690      Branch: perl
44691            ! lib/File/stat.pm
44692 ____________________________________________________________________________
44693 [  7924] By: jhi                                   on 2000/11/29  16:32:15
44694         Log: A test works better if it has the right 1..$n output.
44695      Branch: perl
44696            ! t/lib/class-struct.t
44697 ____________________________________________________________________________
44698 [  7923] By: jhi                                   on 2000/11/29  16:29:11
44699         Log: Forgot to MANIFEST the new Net::hostent test.
44700      Branch: perl
44701            ! MANIFEST
44702 ____________________________________________________________________________
44703 [  7922] By: jhi                                   on 2000/11/29  16:27:49
44704         Log: Integrate perlio.
44705      Branch: perl
44706           !> iperlsys.h perlio.c
44707 ____________________________________________________________________________
44708 [  7921] By: jhi                                   on 2000/11/29  16:27:10
44709         Log: (Retracted by #7927.)
44710              
44711              Subject: [PATCH] Is infinity a number?
44712              From: Simon Cozens <simon@cozens.net>
44713              Date: Wed, 29 Nov 2000 14:48:20 +0000
44714              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
44715      Branch: perl
44716            ! sv.c
44717 ____________________________________________________________________________
44718 [  7920] By: jhi                                   on 2000/11/29  16:23:02
44719         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
44720              From: rspier@pobox.com (Robert Spier)
44721              Date: Wed, 29 Nov 2000 02:17:49 -0500
44722              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
44723              
44724              Add a test for Net::hostent.
44725      Branch: perl
44726            + t/lib/net-hostent.t
44727 ____________________________________________________________________________
44728 [  7919] By: jhi                                   on 2000/11/29  16:21:31
44729         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
44730              add a test for Class::Struct.
44731      Branch: perl
44732            + t/lib/class-struct.t
44733            ! MANIFEST lib/Class/Struct.pm
44734 ____________________________________________________________________________
44735 [  7918] By: jhi                                   on 2000/11/29  15:48:40
44736         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
44737              From: rspier@pobox.com (Robert Spier)
44738              Date: Wed, 29 Nov 2000 02:25:39 -0500
44739              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
44740              
44741              More checking in case someone has broken their services or
44742              protocol databases.
44743      Branch: perl
44744            ! ext/Sys/Syslog/Syslog.pm
44745 ____________________________________________________________________________
44746 [  7917] By: jhi                                   on 2000/11/29  15:46:25
44747         Log: Subject: [PATCH] $^O  win32 -> MSWin32
44748              From: rspier@pobox.com (Robert Spier)
44749              Date: Wed, 29 Nov 2000 02:17:38 -0500
44750              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
44751              
44752              plus similar nits for vms, err, VMS, and UNICOS.
44753      Branch: perl
44754            ! t/lib/syslfs.t t/op/lfs.t
44755 ____________________________________________________________________________
44756 [  7916] By: jhi                                   on 2000/11/29  15:42:51
44757         Log: Subject: [PATCH] Tokeniser debugging
44758              From: Simon Cozens <simon@cozens.net>
44759              Date: Wed, 29 Nov 2000 14:15:45 +0000
44760              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
44761      Branch: perl
44762            ! perl.c perl.h pod/perlrun.pod toke.c
44763 ____________________________________________________________________________
44764 [  7915] By: jhi                                   on 2000/11/29  15:41:36
44765         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44767              Date: Wed, 29 Nov 2000 02:13:14 -0500
44768              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
44769              
44770              OUT keyword nits.
44771              
44772              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44774              Date: Wed, 29 Nov 2000 03:09:04 -0500
44775              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
44776              
44777              OUT and IN_OUT documentation.
44778      Branch: perl
44779            ! lib/ExtUtils/xsubpp pod/perlxs.pod
44780 ____________________________________________________________________________
44781 [  7914] By: jhi                                   on 2000/11/29  03:35:01
44782         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
44783              From: John Tobey <jtobey@john-edwin-tobey.org>
44784              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
44785              Message-Id: <m140e1N-000FOoC@feynman.localnet>
44786              
44787              plus a performance speedup noticed by Sarathy.
44788      Branch: perl
44789            ! op.c
44790 ____________________________________________________________________________
44791 [  7913] By: jhi                                   on 2000/11/29  03:16:59
44792         Log: Use "1 while unlink" so that VMS gets clean, too.
44793      Branch: perl
44794            ! t/lib/filter-util.t
44795 ____________________________________________________________________________
44796 [  7912] By: jhi                                   on 2000/11/29  03:09:08
44797         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44799              Date: Tue, 28 Nov 2000 03:27:09 -0500
44800              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
44801      Branch: perl
44802            ! lib/ExtUtils/xsubpp
44803 ____________________________________________________________________________
44804 [  7911] By: jhi                                   on 2000/11/29  03:06:30
44805         Log: This should have been part of #7872: no need to scan UTF-8
44806              until eternity.
44807      Branch: perl
44808            ! utf8.c
44809 ____________________________________________________________________________
44810 [  7910] By: jhi                                   on 2000/11/29  02:50:04
44811         Log: One more perltie.pod nit from Casey R. Tweten.
44812      Branch: perl
44813            ! pod/perltie.pod
44814 ____________________________________________________________________________
44815 [  7909] By: jhi                                   on 2000/11/29  02:44:23
44816         Log: Document the known sprintf test failures, exact standard
44817              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
44818      Branch: perl
44819            ! pod/perldelta.pod t/op/sprintf.t
44820 ____________________________________________________________________________
44821 [  7908] By: jhi                                   on 2000/11/29  02:36:23
44822         Log: Add the Encoding table format documentation.
44823      Branch: perl
44824            + ext/Encode/Encode/EncodeFormat.pod
44825            ! MANIFEST
44826 ____________________________________________________________________________
44827 [  7907] By: jhi                                   on 2000/11/29  02:07:24
44828         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
44829              From: "Casey R. Tweten" <crt@kiski.net>
44830              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
44831              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
44832              
44833              Subject: Re: [PATCH] Updating perltie.pod for arrays
44834              From: "Casey R. Tweten" <crt@kiski.net>
44835              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
44836              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
44837      Branch: perl
44838            ! pod/perltie.pod
44839 ____________________________________________________________________________
44840 [  7906] By: nick                                  on 2000/11/28  22:40:59
44841         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
44842      Branch: perlio
44843            ! iperlsys.h perlio.c
44844 ____________________________________________________________________________
44845 [  7905] By: nick                                  on 2000/11/28  22:04:34
44846         Log: Integrate mainline
44847      Branch: perlio
44848           !> (integrate 39 files)
44849 ____________________________________________________________________________
44850 [  7904] By: jhi                                   on 2000/11/28  16:44:43
44851         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
44852              From: Nicholas Clark <nick@babyhippo.co.uk>
44853              Date: Tue, 28 Nov 2000 11:16:57 +0000
44854              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
44855      Branch: perl
44856            ! pod/perlipc.pod
44857 ____________________________________________________________________________
44858 [  7903] By: jhi                                   on 2000/11/28  16:40:31
44859         Log: Subject: [PATCH] Updating perltie.pod for arrays
44860              From: "Casey R. Tweten" <crt@kiski.net>
44861              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
44862              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
44863      Branch: perl
44864            ! pod/perltie.pod
44865 ____________________________________________________________________________
44866 [  7902] By: jhi                                   on 2000/11/28  16:39:37
44867         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44868              From: Robin Barker <rmb1@cise.npl.co.uk>
44869              Date: Mon, 27 Nov 2000 17:56:44 GMT
44870              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
44871      Branch: perl
44872            ! pod/perlfunc.pod t/op/split.t
44873 ____________________________________________________________________________
44874 [  7901] By: jhi                                   on 2000/11/28  16:28:04
44875         Log: setmode() is a DOSish-only thing.
44876      Branch: perl
44877            ! perlio.c
44878 ____________________________________________________________________________
44879 [  7900] By: jhi                                   on 2000/11/28  16:21:46
44880         Log: Subject: [PATCH] perlcc.PL cleanups
44881              From: Simon Cozens <simon@cozens.net>
44882              Date: Tue, 28 Nov 2000 12:44:35 +0000
44883              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
44884      Branch: perl
44885            ! utils/perlcc.PL
44886 ____________________________________________________________________________
44887 [  7899] By: gsar                                  on 2000/11/28  06:32:55
44888         Log: reintegrate files missed by change#7895
44889      Branch: maint-5.6/perl
44890           +> ext/ByteLoader/bytecode.h utils/Makefile
44891            - utils/perlbc.PL
44892 ____________________________________________________________________________
44893 [  7897] By: gsar                                  on 2000/11/27  18:22:47
44894         Log: can't integrate these two files, for some reason
44895      Branch: maint-5.6/perl
44896            - ext/ByteLoader/bytecode.h utils/Makefile
44897 ____________________________________________________________________________
44898 [  7895] By: gsar                                  on 2000/11/27  18:11:21
44899         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
44900              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
44901              6757..6890,6892..6901 from mainline
44902              
44903              Bytecompiler patches from Benjamin Stuhl.
44904              
44905              More bytecompiler.
44906              
44907              Subject: [PATCH blead] B:: missing dependency
44908              
44909              Subject: [PATCH: 6757] configure.com updates and syslog build
44910              
44911              Long double Gconvert fixes from Yitzchak Scott-Thoennes
44912              and Spider Boardman.
44913              
44914              Subject: [PATCH blead] nextchar() abuse misses an optimisation
44915              
44916              Long double fixes from Spider Boardman.
44917              
44918              Make the selection of NVff et al stricter.
44919              
44920              cSVOPo_*v things index into the current PL_curpad
44921              under ithreads, which is different from the curpad
44922              used by the XSUB.  (In other words, the code as-is
44923              before this patch wouldn't work under ithreads.)
44924              
44925              Be portable.
44926              
44927              VMS MMS (make) wants null action.
44928              
44929              Mac and other portability updates from Chris Nandor.
44930              
44931              Storable support, v-version fixes.
44932              Subject: CPAN.pm beta for testing available
44933              
44934              Portability fix from Hugo van der Sanden.
44935              
44936              Bad makefile.
44937              
44938              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
44939              
44940              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
44941              
44942              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44943              
44944              Replace #6705 with a minimal doc patch.
44945              Subject: [PATCH 5.6.0] replace change #6705
44946              
44947              Drop the separate perlbc, perlcc -b should be enough.
44948              
44949              installperl couldn't tell whether it had run tests or not.
44950              Subject: [PATCH] Re: installperl and t/TEST
44951              
44952              Add silencer flags to installperl.
44953              Subject: [PATCH] Making installperl silent.
44954              
44955              Make "make install" by default silent.  A new "install-verbose"
44956              target is verbose.
44957              
44958              More liberal parsing of version numbers.
44959              Subject: Re: CPAN.pm beta for testing available
44960              
44961              Create directories in silence.
44962              Subject: [PATCH] Another silencer for MakeMaker
44963              
44964              DOS patches and portability/porting notes, from Tim Jenness.
44965              
44966              Make installman to recognize the silence flag -S.
44967              
44968              Actually do something with the silencer option.
44969              
44970              Continue silencing.
44971              
44972              Show the doc file, not the temp file.
44973              
44974              Regen perltoc.
44975              
44976              Subject: [PATCH] More silencing of installman.
44977              
44978              Better wording for the vec lvalue diagnostic.
44979              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44980              
44981              Subject: [PATCH: 6805] several more tweaks to configure.com
44982              
44983              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
44984              
44985              Missing parts of 
44986              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
44987              
44988              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
44989              (applied slightly modified)
44990              
44991              installperl --verbose and --silent.
44992              Subject: Re: [PATCH] More silencing of installman.
44993              
44994              Add install-silent target.
44995              
44996              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
44997              the problem reported in
44998              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
44999              
45000              Tweak the sfio/useperlio logic, hopefully as wished in
45001              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
45002              
45003              One forgotten file from #6816.
45004              
45005              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
45006              
45007              Remove duplicately applied patch shards.
45008              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
45009              
45010              Support preserving extremely big/small angles.
45011              
45012              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
45013              
45014              Subject: [PATCH] installation not quite silent yet.
45015              
45016              Update the test count.
45017              
45018              Use UVxf, PTR2UV, NVff.
45019              
45020              Document PTR2XX and INT2PTR.
45021              
45022              no-install target a la make -n.
45023              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
45024              
45025              grep -e isn't portable.
45026              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
45027              
45028              Can't get the test to reliably work thanks to the
45029              inaccurateness of floating point.  "Resolves" bug ids
45030              20000826.003, 20000826.009, 20000826.010,
45031              
45032              Subject: installman buglet
45033              
45034              DJGPP update from Laszlo Molnar.
45035              
45036              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45037              
45038              Passing -R in ldflags makes now it to appear in the default
45039              for lddlflags, just like with -L.
45040              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45041              
45042              Test nit.
45043              
45044              Use the actual thread type, not the pointer-to-struct.
45045              
45046              Provice virtual $Config{ccflags_nolargefiles} etc. 
45047              
45048              display_format used as a class method without arguments was broken,
45049              reported in
45050              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45051              
45052              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45053              
45054              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45055              
45056              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45057              
45058              opmini.o may be left around if a build is interrupted.
45059              
45060              Typo in #6858.
45061              
45062              Fix for ID 20000828.001, long doubles were not formatted
45063              correctly (showed up in $], which stopped installing perl).
45064              
45065              An attempt to fix the problem reported in
45066              Subject: Building perl@6856 using gcc/AIX 4.3.3 
45067              I can't test this properly since the gcc installation I have
45068              access to seems to be botched (gcc is calling the AIX cpp,
45069              a losing proposition...)
45070              
45071              Add -ld to archname on long tr...double platforms.
45072              
45073              Subject: hv.h Doc Patch
45074              
45075              Potential cruft.
45076              
45077              Subject: [PATCH bleedperl@6856] warnings fixes
45078              
45079              -S is the silent flag, -s is the strip flag.
45080              Subject: [PATCH] Re: [PATCH] make no-install          
45081              
45082              Take out the SUIDMAIL thing, that will not be
45083              a problem in 5.7.*.
45084              
45085              Subject: [PATCH bleedperl@6866] spellings
45086              
45087              Subject: [PATCH] Re: files not cleaned even by veryclean
45088              
45089              Use minimal @INC in tests, most of the time just '../lib',
45090              so that we simply can't pick up stuff from other Perls than
45091              the one we are testing.  Pointed out by
45092              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
45093              
45094              Update to Getopt::Long 2.24, from Johan Vromans.
45095              
45096              Fix for thinko in #6848.
45097              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45098              
45099              Patches all over for people and the files they (hopefully) care about.
45100              
45101              Subject: Net::protoent does not export 'getproto'
45102              
45103              Missed a change in #6869.
45104              
45105              Subject: [PATCH] Warnings in B::Deparse
45106              
45107              Subject: [PATCH] Glob dumping
45108              
45109              Disable one of the tests for now.
45110              
45111              Disabling the one test is a bit tricky.
45112              
45113              Don't forget to tidy up.
45114              
45115              The #6881 removed one dump line.
45116              
45117              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
45118              
45119              Under usethreads the dumped variable is IN_PAD.
45120              Subject: Re: [PATCH] Glob dumping
45121              
45122              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
45123              
45124              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
45125              
45126              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
45127              
45128              Regen Configure for #6894.
45129              
45130              Subject: [PATCH: 6889] updates to perlebcdic.pod
45131              
45132              Undo namespace pollution of #6878.
45133              Subject: Re: Net::protoent does not export 'getproto'
45134              
45135              Admit that we are leaking scalars.
45136              
45137              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
45138      Branch: maint-5.6/perl
45139           !> (integrate 271 files)
45140 ____________________________________________________________________________
45141 [  7894] By: gsar                                  on 2000/11/27  16:00:34
45142         Log: a couple of nits
45143      Branch: maint-5.6/perl
45144            ! MANIFEST pp_sys.c
45145 ____________________________________________________________________________
45146 [  7893] By: gsar                                  on 2000/11/27  15:10:56
45147         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
45148              6740..6745,6747..6757,6760
45149              
45150              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
45151              
45152              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
45153              
45154              Doc nits spotted by Richard Soderberg.
45155              
45156              move WNOHANG definition to where other such things are
45157              
45158              Make $Config{byteorder} more magical so that it is
45159              dynamically computed: nice for 'fat binaries'.
45160              Subject: [PATCH]: default byteorder
45161              
45162              Subject: [PATCH] Cwd.pm now uses strict
45163              
45164              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
45165              
45166              Get -DLEAKTEST to compile (not necessarily to work, mind)
45167              Subject: [ID 20000724.006] -DLEAKTEST problem
45168              
45169              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
45170              
45171              Add perlebcdic from Peter Prymmer, regen toc.
45172              
45173              Don't propose using modules built for 5.005 if no binary
45174              compatibility with 5.005 is attempted.
45175              
45176              Do not use prototyping here.
45177              Subject: [ID 20000817.016] [PATCH] Peek.xs
45178              
45179              Document what the backtick returns if the command fails.
45180              
45181              Add byteorder to the myconfig output.
45182              
45183              Introduce NVef, NVff, and NVgf, use the middle one.
45184              (helps for lib/peek + Linux + long doubles)  Reported in
45185              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45186              Use NVs in POSIX math, not doubles.
45187              Subject: [ID 20000817.014] POSIX & modfl
45188              
45189              Subject: [PATCH 5.6.0+] newSVrv() memory leak
45190              
45191              The byteorder code in #6671 was wrong.
45192              
45193              Fix the lib/complex failure of
45194              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45195              Linux long double accuracy issue: something that
45196              when printed with %g looks like "2" but int() of it is 1.
45197              
45198              Propagate new Configure vars.
45199              
45200              Unbuffer the output.
45201              
45202              Subject: [PATCH] perltrap.pod spring cleaning
45203              
45204              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
45205              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
45206              
45207              Tiny Getopt::Long patch from Johan Vromans.
45208              
45209              Document code point which makes if (defined %stash::) to work
45210              (noted by Spider Boardman).
45211              
45212              Subject: [PATCH perl@6698] cygwin port
45213              
45214              Document the NDBM_File and ODBM_File as SDBM_File
45215              was documented in #6417.
45216              
45217              The new tests were missing from #6415.
45218              
45219              Add [[:blank:]] as suggested in
45220              Subject: [ID 20000716.024] [=cc=] / [:blank:]
45221              (the [=cc=] has already been taken care of by #6439
45222              so the whole bug report can be closed)
45223              and make [[:space:]] to be equivalent to isspace(3)
45224              (as opposed to \s, which is isSPACE()).  The difference
45225              is that now [[:space:]] matches the mythical vertical tab,
45226              while \s doesn't.
45227              
45228              Don't eat leading os from index entries.
45229              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
45230              
45231              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
45232              
45233              Typo in pp_complement().
45234              Subject: [PATCH perl-current] Deparse
45235              
45236              Add warnif(), check warnings further up the stack,
45237              all the warnings functions now can take an optional object reference.
45238              Subject: [PATCH bleedperl@6691] warnings pragma update
45239              
45240              Fix a core dump in lib/selfloader under -DDEBUGGING.
45241              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
45242              
45243              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
45244              
45245              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
45246              
45247              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
45248              Put back the long double avoidance code to POSIX.xs
45249              because VMS seems to need it still.
45250              
45251              Introduce a 'veryclean' target that is like 'distclean'
45252              but also removes *~ and *.orig.
45253              
45254              Subject: [ID 20000817.023] endianness description in perlfunc.pod
45255              
45256              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
45257              
45258              Let's try #6717 again.
45259              
45260              UTF8 concat fixes.
45261              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
45262              
45263              pp_open() could pass an uninitialized filename down to do_open9().
45264              
45265              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
45266              
45267              Update to CGI 2.72, from Lincoln Stein.
45268              
45269              Subject: [PATCH] Silence MakeMaker (Was: installman)
45270              
45271              Use temporary directory instead of current directory.
45272              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
45273              
45274              Document odd vs even subreleases and -Dusedevel.
45275              
45276              The veryclean target needs to clobber.
45277              
45278              Use File::Spec->tmpdir().
45279              
45280              Document the number of exponent digits.
45281              
45282              Mention perlebcdic and perlposix-bc.
45283              
45284              s/this one/the 5.6.0 release/
45285              
45286              The #6724 is here.
45287              
45288              The correct cleaning order is an art.
45289              
45290              small tweaks for change#6705: avoid C++ style comments in C code;
45291              use Perl's malloc API rather than the low level system one
45292              
45293              Array context keeps slithering in.
45294              
45295              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
45296              
45297              Subject: [PATCH] os2.c fix for use64bitint
45298              
45299              Update to Pod::LaTeX 0.53.
45300              Subject: [PATCH] lib/Pod/LaTeX.pm updates
45301              
45302              Document the endianness of Alpha more precisely.
45303              
45304              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
45305              
45306              Rename the macro argument because some preprocessors
45307              can't tell the difference and expand arguments also inside
45308              double quoted strings.
45309              
45310              free TLS slot properly on Windows
45311              
45312              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
45313              
45314              Unicos/mk requires elaborate paranoia.
45315              
45316              Tweak the floating point output routine preferences.
45317              
45318              Also under djgpp the timestamps are funky.
45319              
45320              Apply some PodParser 1.18 patches; the Pod/Find.pm
45321              patches cannot be applied since #6712 conflicts.
45322              
45323              Use PodParser 1.18 new test.
45324              
45325              A pod nit.
45326              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
45327              
45328              Be verydeepclean.
45329      Branch: maint-5.6/perl
45330           +> pod/perlebcdic.pod
45331           !> (integrate 106 files)
45332 ____________________________________________________________________________
45333 [  7892] By: jhi                                   on 2000/11/27  15:02:32
45334         Log: Update Changes.
45335      Branch: perl
45336            ! Changes patchlevel.h
45337 ____________________________________________________________________________
45338 [  7891] By: jhi                                   on 2000/11/27  14:57:23
45339         Log: Subject: Re: perlfaq style changes
45340              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45341              Date: Sat, 25 Nov 2000 23:32:26 -0800
45342              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
45343              
45344              plus a note from Ronald Kimball.
45345      Branch: perl
45346            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
45347 ____________________________________________________________________________
45348 [  7890] By: jhi                                   on 2000/11/27  14:53:14
45349         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
45350              From: Benjamin Holzman <bah@ecnvantage.com>
45351              Date: Sun, 26 Nov 2000 16:27:33 -0500
45352              Message-ID: <20001126162733.J25040@ecnvantage.com>
45353      Branch: perl
45354            ! gv.c
45355 ____________________________________________________________________________
45356 [  7889] By: jhi                                   on 2000/11/27  14:43:11
45357         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
45358              From: lvirden@cas.org
45359              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
45360              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
45361      Branch: perl
45362            ! README.amiga
45363 ____________________________________________________________________________
45364 [  7888] By: jhi                                   on 2000/11/27  14:32:34
45365         Log: Restore also the locale test to no-sprintf-taint state.
45366              Fixes the bug 20001127.003.
45367      Branch: perl
45368            ! sv.c t/pragma/locale.t
45369 ____________________________________________________________________________
45370 [  7887] By: gsar                                  on 2000/11/27  14:13:05
45371         Log: integrate changes#6613..6616,6620..6665 from mainline
45372              
45373              VMS configure.com update continues.
45374              
45375              Subject: Test fails / warnings with perl-current #6612
45376              
45377              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45378              
45379              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45380              
45381              For now remove the mail code.
45382              
45383              Subject: Re: [PATCH] @+, @- readonly
45384              
45385              Subject: warning: storage class after type is obsolescent
45386              
45387              Subject: sfio2000
45388              
45389              Subject: Re: File::Temp problems on VMS in bleedperl
45390              
45391              README.os2 update.
45392              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45393              
45394              Make the user to give up his firstborn, err, to knowingly
45395              verify installing an unstable developer release.  Also bump
45396              the release to 5.7.0, but leave a patch tag in the local
45397              patches saying that this is not yet the real thing.
45398              
45399              Update (kinda) to Test 1.14, from Joshua Pritikin.
45400              
45401              make ok etc also for win32.
45402              
45403              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45404              
45405              Don't blow limited stacks, a lower number is enough to
45406              tickle the lookbehind limit.
45407              
45408              Use -Dusedevel; regen Configure and the respective Porting stuff.
45409              
45410              Subject: [PATCH] debugger exit code should reflect user exit code
45411              
45412              Subject: [PATCH perl@6620] cygwin port
45413              
45414              Missed a file from #6638.
45415              
45416              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)
45417              
45418              magic callbacks all need to have same type signature
45419              
45420              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
45421              
45422              Fix a dependency problem.
45423              Subject: [PATCH: 6640] VMS Makefile.SH update
45424              
45425              The numeric locale was reset to "C" by s?printf and never restored.
45426              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45427              No test since adding the failing example to locale.t
45428              does not fail -- probably because the locale settings are so
45429              thoroughly tweaked by that time.  Running the example standalone
45430              does fail, though.  UPDATE: test case added at change #7540.
45431              
45432              Subject: [ID 20000324.040] minor fix to perlhpux.pod
45433              
45434              Update to CPAN 1.57.
45435              
45436              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
45437              
45438              Change the perlbug address to perl.org since it's more forgiving.
45439              
45440              Change the regx compilation error markers to use = instead of <
45441              since pod makes using the latter quite messy.  Reported in
45442              ID 20000814.006 by Abigail and in
45443              Subject: Unknown escape E<> ?
45444              
45445              Update to perldebtut 1.9, from Richard Foley.
45446              
45447              check that the number pseudo children doesn't exceed
45448              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
45449              the WaitForMultipleObjects() limit that would cause wait()
45450              to crash)
45451              wait() and waitpid() could potentially be rewritten to use
45452              more than one thread to do the waiting to eliminate this
45453              limitation
45454              
45455              change#6328 could make close(SOCKET) return false on windows
45456              when it shouldn't
45457              
45458              pod nit seen in passing
45459              
45460              on windows, the return values from wait() and waitpid() don't
45461              match those of pseudo-pids
45462              
45463              waitpid() now handles externally spawned pids correctly;
45464              fixes for backtick/wait/waitpid failures on Windows 9x
45465              these changes make the pid returned by process functions on
45466              Windows 9x always positive by clearing the high bit (which
45467              is always set on Win9x); pseudo-process PIDs are likewise
45468              always negative now on Win9x (just as on NT/2000)
45469              
45470              trailing new %ENV entries weren't being pushed into the real
45471              environment of subprocesses on Windows
45472              
45473              Tweak the regex compilation errors once more.
45474              
45475              avoid warnings from dense compiler
45476              
45477              add "ok" targets from change#6632 in makefile.mk
45478      Branch: maint-5.6/perl
45479            - lib/Pod/PlainText.pm vms/configure.com
45480           !> (integrate 66 files)
45481 ____________________________________________________________________________
45482 [  7886] By: jhi                                   on 2000/11/27  13:54:18
45483         Log: __FUNCTION__ isn't portable and trying to emulate it leads
45484              into practically spelling out the name of the function.
45485              Takes care of the bug 20001127.001.
45486      Branch: perl
45487            ! perlio.c
45488 ____________________________________________________________________________
45489 [  7885] By: gsar                                  on 2000/11/27  13:53:18
45490         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
45491              6610..6611 from mainline
45492              
45493              Make regular expression parse error messages easier to understand.
45494              Subject: Re: enhanced(?) regex error messages
45495              
45496              Tiny tidying on report_evil_fh().
45497              
45498              Subject: Re: enhanced(?) regex error messages 
45499              plus Capitalize the error messages, plus perldiag them.
45500              
45501              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
45502              
45503              Document here-doc better.
45504              
45505              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45506              
45507              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
45508              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
45509              (either perlbug or p5p ate the original), plus regen
45510              perlapi and perltoc. 
45511              
45512              Regen global.sym.
45513              
45514              Double check that we have a dirhandle.
45515              
45516              Subject: Re: enhanced(?) regex error messages
45517              (plus two small patches sent privately)
45518              (this still seems to leave few test failures)
45519              
45520              warn is a macro, avoid using at a variable to avoid warnings
45521              in some configurations; readdir.t is too conservative in
45522              estimating number of *.t's
45523              
45524              Get back into sync with Jeffrey on the enhanced regex warnings.
45525              
45526              Subject: [PATCH 5.6.0] cygwin port
45527              
45528              Zero entries were skipped, fix from Adrian Goalby
45529              <argoalby@yahoo.co.uk>
45530              
45531              Subject: Remove dead entry in perldiag
45532              
45533              Amend the description of Perl6.
45534              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
45535              
45536              detypo
45537              
45538              It's the 2ndO'ROSSC.
45539              
45540              Revert the sv.c part of #6559, a better fix is needed.
45541              
45542              Iterating perl6 description.
45543              
45544              Update to Term::ANSIColor 1.03, from Russ Allbery.
45545              
45546              Update to Getopt::Long 2.23_05, from Johan Vromans.
45547              
45548              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
45549              
45550              Update to Pod::Parser 1.17, from Brad Appleton.
45551              
45552              Update to CPAN 1.56, from Andreas König.
45553              
45554              Update to CGI 2.70, from Lincoln Stein.
45555              
45556              Put back the std @INC thing.
45557              
45558              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
45559              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
45560              
45561              Document the IO::Select timeout.
45562              
45563              sleep(1) does not necessarily return 1.
45564              Subject: [PATCH bleadperl] op/lex_assign.t  
45565              
45566              Subject: debugger "d" command doesnt check line number
45567              
45568              B::Deparse didn't do sub attributes.
45569              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45570              
45571              Preprocessing and postprocessing for File::Find.
45572              Subject: Patch to Find::File.pm to allow alphabetical results
45573              
45574              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
45575              
45576              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
45577              
45578              Subject: Re: [ID 20000730.003] utf8::length() bad
45579              
45580              Subject: Getting perlio and threads to compile
45581              (the Solaris version changes in Configure skipped)
45582              
45583              Tests for #6589.
45584              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45585              
45586              Add Perl debugging tutorial, regen toc. 
45587              Subject: perldebtut.pod
45588              
45589              Add a few missing files, update MANIFEST.
45590              
45591              Rewrite of vms/subconfigure.com as configure.com,
45592              from Peter Prymmer and the vmsperl crew.
45593              
45594              Should have deleted this in #6603.
45595              
45596              Fix the test for 5005threads.
45597              
45598              Fix-n-skip the tests under 5005threads.
45599              
45600              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
45601              
45602              Upgrade to CGI 2.71, from Lincoln Stein.
45603      Branch: maint-5.6/perl
45604           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
45605           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
45606           +> t/op/regmesg.t t/pod/find.t vms/configure.com
45607            - vms/subconfigure.com
45608            ! lib/lib.pm
45609           !> (integrate 115 files)
45610 ____________________________________________________________________________
45611 [  7884] By: jhi                                   on 2000/11/27  13:44:33
45612         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
45613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45614              Date:     Mon, 27 Nov 2000 08:23:54 EST
45615              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
45616      Branch: perl
45617            ! vms/descrip_mms.template vms/test.com
45618 ____________________________________________________________________________
45619 [  7883] By: gsar                                  on 2000/11/27  11:50:46
45620         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
45621              6511..6513,6515..6523,6525..6536
45622              
45623              The swallow_bom() saga continues.  The #23 of require.t
45624              (UTF16-LE) still fails (silently, no output) but the #22
45625              (UTF16-BE) seems to be working now.  The root of the
45626              failure may be in sv_gets(): is it UTF-16LE-aware,
45627              especially when it comes to line endings? 
45628              
45629              Document the problem with -P in HP-UX and its workaround.
45630              
45631              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
45632              (aka ID 20000730.002)
45633              
45634              Subject: fix and question re: waitpid() under win32
45635              
45636              Make the safety catch for buggy gccs work with triple version
45637              numbers like 2.95.2.  Reported in
45638              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
45639              
45640              In Digital UNIX warn if gcc explicitly chosen because even
45641              2.95.2 is known to cause problems.
45642              
45643              Make chr() for values >127 to create utf8 when under utf8.
45644              
45645              various syntax errors and such (not fixed: comp/require.t#22 coredump
45646              on Windows)
45647              
45648              Stash away the largefiles flags and libswanted.
45649              
45650              BOM patching from Simon Cozens.
45651              
45652              If gccosandvers is equal to osname, clear gccosandvers.
45653              
45654              Make p4desc to skip non-mainperl branches by default.
45655              
45656              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
45657              
45658              The test from this
45659              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
45660              
45661              In new BSDs changes to argv[] do not show up in ps(1) output,
45662              instead one must use setproctitle().  This was already addressed
45663              by change #6457, but the below has a new variant for FreeBSD 4.0
45664              or later, and the matter is also documented more.
45665              
45666              FreeBSD 3.* updates from
45667              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
45668              
45669              regen_headers, regen perltoc.
45670              
45671              Document in one place the memory abstractions used in Perl core.
45672              
45673              memcpy has n o in it, as pinted ut by Sarathy.
45674              
45675              Remove the extraneous "main::" prefix from all the
45676              "opened only for", "on closed", and "never opened" warnings.
45677              
45678              The name of a filehandle does not have <these>.
45679              
45680              The tr utf8 patching continues.
45681              
45682              The new setproctitle() feature is available only in 
45683              bleeding edge FreeBSD.  From Paul Saab.
45684              
45685              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
45686              
45687              Dump UVs as UVs in Data::Dumper.
45688              
45689              detypo #6494
45690              
45691              Document the IVdf UVuf UVof UVxf.
45692              
45693              require.t needs binmode() to work on windows
45694              
45695              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
45696              that are hopefully soon put into use.
45697              
45698              Allow "no Module;" even if there is no 'unimport'.
45699              
45700              Better skip message for the test; one of the two problems in
45701              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
45702              
45703              The subtest 4 may fail also on VOBS, as pointed out
45704              by Nick Ing-Simmons in November 1999, bug id 19991124.003
45705              (but the failure in that bug report isn't the subtest 4).
45706              
45707              Be more informative on what is skipped and why,
45708              also repeat the list at the end.
45709              
45710              Add a URL for FSF.
45711              
45712              Subject: [PATCH] sv.h documentation - SvLEN
45713              
45714              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
45715              
45716              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
45717              
45718              Subject: [PATCH] bad cppsymbols on os2 + Configure question
45719              
45720              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
45721              
45722              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
45723              mention the idea of @( and @)
45724              
45725              This is 6512.  Really.
45726              
45727              Subject: [ID 19990721.004] Documentation bug in perlfunc
45728              
45729              Subject: Minor tweak to perlvar.pod
45730              
45731              In the warnings call filehandles consistently so;
45732              add "unopened" warning for stat().
45733              
45734              After the #6519 a warning about stat() is just that,
45735              not about a filetest, which now have their own warning.
45736              
45737              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
45738              
45739              Subject: Re: Array vs. List context
45740              
45741              Subject: New perlcc, take 2
45742              
45743              Weed buglets pointed out by
45744              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
45745              
45746              gcc versions might have (parentheses) in them.
45747              
45748              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
45749              
45750              Essential prototype changes were missing from #6527.
45751              Also make report_evil_fh() more bomb-proof.
45752              
45753              Zap lib/Sys directory when cleaning up.
45754              
45755              Change the Policy policy: now -Dprefix= with an existing
45756              Policy.sh and prefix == siteprefix == vendorprefix, then all
45757              of them follow along the new prefix.
45758              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
45759              
45760              Continue fixing the io warnings.  This also
45761              sort of fixes bug ID 20000802.003: the core dump
45762              is no more.  Whether the current behaviour is correct
45763              (giving a warning: "Not a format reference"), is another matter.
45764              
45765              Have symbols for the IoTYPEs.
45766              
45767              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
45768              
45769              Document a bit that UDP is not what you might think.
45770              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
45771              tr memory corruption fix from Simon Cozens.
45772              
45773              Plug the security hole described in the Aug 05 2000 bugtraq message
45774              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
45775              The security hole exists only in suidperls, which isn't
45776              installed or even built by default.
45777      Branch: maint-5.6/perl
45778           !> (integrate 71 files)
45779 ____________________________________________________________________________
45780 [  7882] By: gsar                                  on 2000/11/27  10:25:36
45781         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
45782              from mainline
45783              
45784              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
45785              to be fatal errors (instead of by default ignoring them, and
45786              ignoring with a bug: even though -w gave an error, the opening [
45787              was left in)  Reported in:
45788              
45789              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
45790              
45791              Subject: [PATCH] split /^/
45792              
45793              MacOS nits from Matthias Neeracher.
45794              
45795              More split() doc and test patches from Mike Guy.
45796              
45797              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
45798              from Graham Barr in the module list.
45799              
45800              docfix from Peter Scott <Peter@PSDT.com>.
45801              
45802              File::Temp patches for VMS and OS/2 from Tim Jenness.
45803              
45804              open() wariness in perlbug.
45805              
45806              Subject: [PATCH] minor doc change - perlguts
45807              
45808              Subject: Minor doc patch: handy.h
45809              
45810              Be wary of close()s, too.
45811              
45812              Further File::Temp patches from Yitzchak Scott-Thoennes
45813              and Craig A. Berry.
45814              
45815              Subject: [PATCH] fixes bug 20000508.004
45816              
45817              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
45818              
45819              Allow "no AutoLoader;", based on change #6444,
45820              suggested by Graham Barr.
45821              
45822              Use setproctitle() if available to modify $0.
45823              
45824              Warn if the version of the operating system used to compile gcc
45825              differs from the current version of the operating system.
45826              Also display the gcc compilation os and version in myconfig.
45827              Inspiration from
45828              
45829              Tiny fixes for #6460.
45830              
45831              The problem described in this
45832              Subject: [ID 20000322.018] named chars aren't magical enough
45833              has been fixed in perl 5.6.0 but just in case added a test
45834              to keep it away.  (The report from Joseph Hall.)
45835              
45836              Tune the comments and hopefully stop a memory leak.
45837              
45838              Subject: UTF8 concat
45839              (with a memory leak fixed, plus a few casts added)
45840              This also seems to help for
45841              Subject: [ID 20000716.015] join UTF8 weirdness
45842              
45843              Do not upgrade SVs into utf8 just because they participate
45844              in eq or cmp.  Reported and fix suggested in
45845              Subject: [ID 20000720.009] sv_eq UTF8 bug
45846              
45847              Fix the HALF_UPGRADE() macro introduced in #6263.
45848              
45849              Find green threads before native threads.
45850              Subject: Re: Patch to jpl/JNI/Makefile.PL
45851      Branch: maint-5.6/perl
45852           !> (integrate 30 files)
45853 ____________________________________________________________________________
45854 [  7881] By: jhi                                   on 2000/11/27  05:48:41
45855         Log: It seems that *both* the unused submatch loop cleanup
45856              codes are needed.
45857      Branch: perl
45858            ! regexec.c
45859 ____________________________________________________________________________
45860 [  7880] By: jhi                                   on 2000/11/27  04:50:07
45861         Log: Clean .exists deeper.
45862      Branch: perl
45863            ! Makefile.SH
45864 ____________________________________________________________________________
45865 [  7879] By: jhi                                   on 2000/11/27  02:31:35
45866         Log: The code in regcppop() (see #7878) contains the correct lower
45867              limit for the unused submatch 'cleanup' loop so that under
45868              "use utf8" the following code wouldn't dump core:
45869              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
45870              the cleanup loop in regtry() stomped beyond allocated area
45871              in the startp[] array.  Therefore, copied the correct lower
45872              loop limit (*PL_reglastparen) to regtry().  Note: something
45873              may still not be quite right: why was the _higher_ loop limit
45874              (prog->nparens) different in the utf8 case?
45875              
45876              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
45877              without core dumps, there were about 17 of them before
45878              the patch (with us since Perl 5.7.0).  Two failures, still:
45879              496 and 505 (though these may not be severe).
45880              
45881              Patch #7881 is also needed since both the cleanup loops
45882              seem to be needed.
45883              
45884              Also, the t/op/pat#44 seems to core dump under utf8.
45885              Plus a couple of failures.  UGH-8.
45886      Branch: perl
45887            ! regexec.c
45888 ____________________________________________________________________________
45889 [  7878] By: jhi                                   on 2000/11/27  02:21:17
45890         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
45891              the code in regcppop() seems to be redundant for the test suite --
45892              but it contains a germ of truth, and it needed for the build
45893              process itself: see #7879 and #7881.
45894      Branch: perl
45895            ! regexec.c
45896 ____________________________________________________________________________
45897 [  7877] By: jhi                                   on 2000/11/27  01:53:09
45898         Log: Comment on comment.
45899      Branch: perl
45900            ! regexec.c
45901 ____________________________________________________________________________
45902 [  7876] By: jhi                                   on 2000/11/27  00:49:59
45903         Log: Adjust the docs to agree with #7875.
45904      Branch: perl
45905            ! pod/perllocale.pod
45906 ____________________________________________________________________________
45907 [  7875] By: jhi                                   on 2000/11/27  00:49:27
45908         Log: Retract #7863.  It makes more sense not to taint formatted output,
45909              not even by sprintf().
45910      Branch: perl
45911            ! sv.c
45912 ____________________________________________________________________________
45913 [  7874] By: jhi                                   on 2000/11/26  23:36:02
45914         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
45915              Not really fixed (should really dump the UTF-8 charclass),
45916              but stopped displaying the garbage.
45917              
45918              Also add a note on the (missing) Unicode PSXSPC and BLANK.
45919      Branch: perl
45920            ! regcomp.c
45921 ____________________________________________________________________________
45922 [  7873] By: jhi                                   on 2000/11/26  21:31:13
45923         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
45924      Branch: perl
45925            ! regexec.c
45926 ____________________________________________________________________________
45927 [  7872] By: jhi                                   on 2000/11/26  21:06:04
45928         Log: No need to scan till infinity, 13 is enough.
45929      Branch: perl
45930            ! handy.h utf8.c
45931 ____________________________________________________________________________
45932 [  7871] By: jhi                                   on 2000/11/26  20:20:32
45933         Log: Test line numbers are different with utf8.
45934      Branch: perl
45935            ! t/op/re_tests
45936 ____________________________________________________________________________
45937 [  7870] By: jhi                                   on 2000/11/26  20:10:12
45938         Log: Message nit.
45939      Branch: perl
45940            ! regcomp.c
45941 ____________________________________________________________________________
45942 [  7869] By: jhi                                   on 2000/11/26  19:01:05
45943         Log: Make utf8_length() and utf8_distance() (the latter of which
45944              is unused at the moment) to be less forgiving about bad UTF-8.
45945      Branch: perl
45946            ! embed.h embed.pl objXSUB.h proto.h utf8.c
45947 ____________________________________________________________________________
45948 [  7868] By: jhi                                   on 2000/11/26  18:45:56
45949         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
45950              From: Benjamin Holzman <bah@ecnvantage.com>
45951              Date: Sat, 25 Nov 2000 20:40:20 -0500       
45952              Message-ID: <20001125204020.A25040@ecnvantage.com>              
45953              
45954              Debian allows installing /usr/bin/locale without installing
45955              any locales, an error message will ensue.
45956      Branch: perl
45957            ! t/pragma/locale.t
45958 ____________________________________________________________________________
45959 [  7867] By: jhi                                   on 2000/11/26  18:31:12
45960         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
45961              From: Benjamin Holzman <bah@ecnvantage.com>
45962              Date: Sun, 26 Nov 2000 02:42:34 -0500
45963              Message-ID: <20001126024234.G25040@ecnvantage.com>
45964              
45965              Patch for the bug 20000212.002.
45966      Branch: perl
45967            ! sv.c t/op/array.t
45968 ____________________________________________________________________________
45969 [  7866] By: jhi                                   on 2000/11/26  18:28:09
45970         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
45971              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45972              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
45973              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
45974              
45975              File::Temp 0.11.
45976      Branch: perl
45977            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45978 ____________________________________________________________________________
45979 [  7865] By: jhi                                   on 2000/11/26  18:24:22
45980         Log: The metaconfig unit change for #7864.
45981      Branch: metaconfig/U/perl
45982            ! need_va_copy.U
45983 ____________________________________________________________________________
45984 [  7864] By: jhi                                   on 2000/11/26  18:23:41
45985         Log: Make the va_copy() test not to be so talkative.
45986      Branch: perl
45987            ! Configure config_h.SH
45988 ____________________________________________________________________________
45989 [  7863] By: jhi                                   on 2000/11/26  18:11:02
45990         Log: Fix locale inconsistencies unearthed by Hugo's work.
45991              Now the floating point sprintf really does taint the result
45992              string as perllocale promises (has promised for a long time)
45993              if "use locale" is in the lexical scope.
45994      Branch: perl
45995            ! sv.c t/pragma/locale.t
45996 ____________________________________________________________________________
45997 [  7862] By: jhi                                   on 2000/11/26  00:35:15
45998         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
45999              From: Nicholas Clark <nick@ccl4.org>
46000              Date: Sun, 26 Nov 2000 00:07:50 +0000
46001              Message-ID: <20001126000750.A22446@plum.flirble.org>
46002              
46003              Infinit.
46004      Branch: perl
46005            ! sv.c
46006 ____________________________________________________________________________
46007 [  7861] By: jhi                                   on 2000/11/26  00:01:26
46008         Log: Integrate perlio.
46009      Branch: perl
46010           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
46011 ____________________________________________________________________________
46012 [  7860] By: nick                                  on 2000/11/25  22:04:17
46013         Log: Correct relative path from new ext\Filter\Util\Call location
46014              back to miniperl.
46015      Branch: perlio
46016            ! win32/makefile.mk
46017 ____________________________________________________________________________
46018 [  7859] By: nick                                  on 2000/11/25  21:26:54
46019         Log: Integrate mainline.
46020      Branch: perlio
46021           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
46022           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
46023           +> t/lib/filter-util.t
46024            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46025            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46026            - t/lib/filt-util.t
46027           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
46028           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
46029           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
46030           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
46031           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
46032           !> win32/makefile.mk
46033 ____________________________________________________________________________
46034 [  7858] By: gsar                                  on 2000/11/25  20:52:17
46035         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
46036              parent's memory; fix it by keeping track of the actual pad
46037              offset rather than a raw pointer (this change is probably also
46038              relevant to non-ithreads case to avoid fallout from reallocs of
46039              the pad array, but is currently only enabled for the ithreads
46040              case in the interests of minimal disruption to existing "well
46041              tested" code)
46042      Branch: perl
46043            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
46044            ! proto.h scope.c scope.h sv.c t/op/fork.t
46045 ____________________________________________________________________________
46046 [  7857] By: nick                                  on 2000/11/25  20:01:28
46047         Log: All tests pass on Win32/gcc/USE_PERLIO.
46048              - when crlf layer is pushed make unix-level binary.
46049              - remove :crlf injection in pp_backtick in pp_sys.c
46050              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
46051      Branch: perlio
46052            ! doio.c perlio.c pp_sys.c win32/makefile.mk
46053 ____________________________________________________________________________
46054 [  7856] By: jhi                                   on 2000/11/25  18:38:30
46055         Log: Update the metaconfig units for #7855.
46056      Branch: metaconfig/U/perl
46057            ! useperlio.U usesocks.U
46058 ____________________________________________________________________________
46059 [  7855] By: jhi                                   on 2000/11/25  18:37:54
46060         Log: Undo the SOCKS workarounds, instead start using PerlIO
46061              if SOCKS is selected.
46062              
46063              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
46064              From: Jens Hamisch <jens@Strawberry.COM>
46065              Date: Fri, 24 Nov 2000 18:31:30 +0100
46066              Message-ID: <20001124183130.E28337@Strawberry.COM>
46067              
46068              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
46069              From: Jens Hamisch <jens@Strawberry.COM>
46070              Date: Fri, 24 Nov 2000 19:11:51 +0100
46071              Message-ID: <20001124191151.A28753@Strawberry.COM>
46072      Branch: perl
46073            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
46074            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
46075 ____________________________________________________________________________
46076 [  7854] By: jhi                                   on 2000/11/25  17:39:08
46077         Log: Undo #7848.  Some of the code seems to use walkoptree(),
46078              some walkoptree_slow().  An unfinished renaming?
46079              Now the sub is walkoptree() (which is @EXPORT_OK),
46080              the walkoptree_slow() is a typeglob alias to walkoptree.
46081              This makes the tests to pass, at least.
46082      Branch: perl
46083            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
46084 ____________________________________________________________________________
46085 [  7853] By: nick                                  on 2000/11/24  22:24:33
46086         Log: Re-arrange crlf vs binary for platforms that care.
46087              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
46088              Lip-service to making stdio layer work on such platfroms (untested).
46089              Now fails 3 tests rather than one, checkin to see if I can debug 
46090              the issue under linux. (Do not merge.)
46091      Branch: perlio
46092            ! doio.c perlio.c perliol.h
46093 ____________________________________________________________________________
46094 [  7852] By: jhi                                   on 2000/11/24  18:57:39
46095         Log: AUTHORS edits.
46096      Branch: perl
46097            ! AUTHORS
46098 ____________________________________________________________________________
46099 [  7851] By: jhi                                   on 2000/11/24  17:34:56
46100         Log: Add Jan-Erik Karlsson.
46101      Branch: perl
46102            ! AUTHORS
46103 ____________________________________________________________________________
46104 [  7850] By: jhi                                   on 2000/11/24  17:27:56
46105         Log: Configure should find stdchar on its own.
46106      Branch: perl
46107            ! hints/solaris_2.sh
46108 ____________________________________________________________________________
46109 [  7849] By: jhi                                   on 2000/11/24  17:24:55
46110         Log: Subject: PATCH over 7848: Filter test flawed
46111              From: andreas.koenig@anima.de (Andreas J. Koenig)
46112              Date: 24 Nov 2000 10:28:29 +0100
46113              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
46114      Branch: perl
46115            ! t/lib/filter-util.t
46116 ____________________________________________________________________________
46117 [  7848] By: jhi                                   on 2000/11/24  17:22:15
46118         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
46119              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
46120              Date: Fri, 24 Nov 2000 16:12:58 +0000
46121              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
46122      Branch: perl
46123            ! ext/B/B.pm
46124 ____________________________________________________________________________
46125 [  7847] By: jhi                                   on 2000/11/24  03:07:01
46126         Log: Integrate perlio.
46127      Branch: perl
46128           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
46129           !> win32/makefile.mk
46130 ____________________________________________________________________________
46131 [  7846] By: gsar                                  on 2000/11/24  00:55:57
46132         Log: integrate changes#6415..6418,6420..6438 from mainline
46133              
46134              Fix the bitvector ops for utf8 (tricky since past 7 bits
46135              the utf8 'characters' can be more than one octet).
46136              
46137              MPE/ix updates for perl 5.6.0 from Mark Bixby.
46138              
46139              Subject: SDBM_File documentation
46140              
46141              Detypo.
46142              
46143              Decutandpasto.
46144              
46145              Send all installperl messages to STDERR and be -w clean.
46146              
46147              Out-of-date note removed.
46148              
46149              Protect against "wild next"s, that is, callbacks doing "next"
46150              instead of "return".
46151              
46152              Use STDOUT consistently.
46153              
46154              The output might have been produced in the wrong order.
46155              
46156              A missing 'break' after the [[:space:]] switch case.
46157              
46158              Add tests for
46159              [ID 19991110.003] another matching finding by pcre author
46160              which has already been fixed by some patch, as verified in
46161              
46162              Documentation to explain the behaviour of map().
46163              
46164              Add an optimization for map-maps-a-list-element-to-more-list-elements
46165              case, but add also notes explaining the relationship of this
46166              patch and the earlier notes by Sarathy.
46167              
46168              Subject: [ID 20000716.023] syslog test fails without sockets
46169              
46170              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
46171              Test cases for #6431.
46172              
46173              File::Spec::VMS fixup for tmpdir from Craig Berry.
46174              
46175              Make the "uninit variable" warning to say "concat or string"
46176              or "join or string" when in concat or join .
46177              
46178              Get UTF16 BOMs working.  Patch from
46179              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
46180              
46181              Subject: [PATCH] Make large file tests deal with SIGXFSZ
46182              
46183              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
46184              
46185              Subject: [PATCH] av.c apidoc
46186      Branch: maint-5.6/perl
46187           !> (integrate 43 files)
46188 ____________________________________________________________________________
46189 [  7845] By: gsar                                  on 2000/11/24  00:20:45
46190         Log: integrate changes#6406..6414 from mainline
46191              
46192              Merge perlhacktut into perlhack, update perlguts.
46193              
46194              Fix AutoSplit to use File::Spec the right way in VMS,
46195              from Peter Prymmer.
46196              
46197              The bug report
46198              [ID 19991110.002] minimal matching discrepancy found by pcre author
46199              seems to have been fixed (though differently from what was suggested
46200              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
46201              
46202              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
46203              not in pod, from Peter Prymmer
46204              
46205              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
46206              From: Hugo <hv@crypt.compulink.co.uk>
46207              Date: Fri, 14 Jul 2000 23:05:20 +0100
46208              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
46209              
46210              Didn't anymore apply, but that point still could use another fix.
46211              
46212              lib/b test fixes from Peter Prymmer.
46213              
46214              More docs for sv functions.
46215              
46216              perlvms.pod whitespace cleanup to keep pod utils happy.
46217              
46218              another VMS build tweak from Peter Prymmer
46219      Branch: maint-5.6/perl
46220           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
46221           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
46222           !> vms/descrip_mms.template vms/perlvms.pod
46223 ____________________________________________________________________________
46224 [  7844] By: nick                                  on 2000/11/23  23:42:45
46225         Log: Win32/perlio Now just fails one io/argv.t test - lack 
46226              of default :crlf on standard streams.
46227      Branch: perlio
46228            ! doio.c perlio.c
46229 ____________________________________________________________________________
46230 [  7843] By: nick                                  on 2000/11/23  23:04:05
46231         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
46232              peek fail is showing a real problem (multiple crlf layers
46233              are getting pushed.)
46234      Branch: perlio
46235            ! doio.c perlio.c win32/makefile.mk
46236 ____________________________________________________________________________
46237 [  7842] By: nick                                  on 2000/11/23  19:46:23
46238         Log: Implement PerlIO_binmode()
46239              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
46240              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
46241              make binmode in t/lib/io_tell.t unconditional so that works.
46242              Checkin just so Win32 machine can see these changes.
46243      Branch: perlio
46244            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
46245 ____________________________________________________________________________
46246 [  7841] By: jhi                                   on 2000/11/23  19:30:00
46247         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
46248      Branch: perl
46249            ! README.amiga
46250 ____________________________________________________________________________
46251 [  7840] By: jhi                                   on 2000/11/23  17:18:02
46252         Log: SOCKS wrestling continues, patches from Jens Hamisch.
46253      Branch: perl
46254            ! doio.c embed.h embed.pl perlsdio.h proto.h
46255 ____________________________________________________________________________
46256 [  7839] By: jhi                                   on 2000/11/23  16:54:14
46257         Log: Push Filter::Util::Call one level deeper.
46258      Branch: perl
46259            + t/lib/filter-util.t
46260           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
46261           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
46262            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46263            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46264            - t/lib/filt-util.t
46265            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
46266            ! win32/Makefile win32/makefile.mk
46267 ____________________________________________________________________________
46268 [  7838] By: jhi                                   on 2000/11/23  16:52:40
46269         Log: Reach back one higher up when searching for PERL_SRC.
46270      Branch: perl
46271            ! lib/ExtUtils/MM_Unix.pm
46272 ____________________________________________________________________________
46273 [  7837] By: jhi                                   on 2000/11/23  16:05:41
46274         Log: Subject: Re: perl@7826
46275              Date: Thu, 23 Nov 2000 02:20:25 -0600
46276              From: "Craig A. Berry" <craigberry@mac.com>
46277              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
46278              
46279              Make VMS to like Filter::Util::Call. 
46280      Branch: perl
46281            ! configure.com ext/Filter/Util/Makefile.PL
46282 ____________________________________________________________________________
46283 [  7836] By: nick                                  on 2000/11/23  16:04:08
46284         Log: Implement crlf layer - not ready for merge.
46285      Branch: perlio
46286            ! perlio.c win32/makefile.mk
46287 ____________________________________________________________________________
46288 [  7835] By: jhi                                   on 2000/11/23  15:56:52
46289         Log: STDCHAR is different in Sparc v9 vs x86.
46290      Branch: perl
46291            ! hints/solaris_2.sh
46292 ____________________________________________________________________________
46293 [  7834] By: jhi                                   on 2000/11/23  15:50:47
46294         Log: The type needs to be visible to protos.
46295      Branch: perl
46296            ! perl.h
46297 ____________________________________________________________________________
46298 [  7833] By: jhi                                   on 2000/11/23  15:40:46
46299         Log: Finish unfinished SOCKS workaround changes.
46300      Branch: perl
46301            ! doio.c
46302 ____________________________________________________________________________
46303 [  7832] By: jhi                                   on 2000/11/23  15:33:30
46304         Log: Integrate perlio.
46305      Branch: perl
46306           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46307           !> win32/makefile.mk
46308 ____________________________________________________________________________
46309 [  7831] By: nick                                  on 2000/11/23  10:31:07
46310         Log: Correct makefile.mk dependancies for ext/Filter/Util
46311              Build ext/Encode
46312              Run dmake regen_config_h
46313      Branch: perlio
46314            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46315            ! win32/makefile.mk
46316 ____________________________________________________________________________
46317 [  7830] By: nick                                  on 2000/11/23  08:05:07
46318         Log: Integrate mainline
46319      Branch: perlio
46320           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46321           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
46322           +> t/lib/filt-util.pl t/lib/filt-util.t
46323           !> (integrate 41 files)
46324 ____________________________________________________________________________
46325 [  7829] By: gsar                                  on 2000/11/23  03:07:11
46326         Log: build the Filter extension on windows
46327      Branch: perl
46328            ! win32/Makefile win32/makefile.mk
46329 ____________________________________________________________________________
46330 [  7828] By: gsar                                  on 2000/11/23  02:46:35
46331         Log: regenerate win32/config* and fix some inconsistencies in the
46332              makefiles; always export Perl_deb() because it is needed
46333              by ext/re/* (whether perl itself is built with -DDEBUGGING
46334              or not)
46335      Branch: perl
46336            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
46337            ! win32/config_H.vc win32/makefile.mk
46338 ____________________________________________________________________________
46339 [  7827] By: gsar                                  on 2000/11/23  02:18:38
46340         Log: get sources building on windows+MSVC again (untested with other
46341              compilers)
46342      Branch: perl
46343            ! win32/include/sys/socket.h win32/perllib.c
46344 ____________________________________________________________________________
46345 [  7826] By: jhi                                   on 2000/11/23  01:18:26
46346         Log: Update Changes.
46347      Branch: perl
46348            ! Changes patchlevel.h
46349 ____________________________________________________________________________
46350 [  7825] By: jhi                                   on 2000/11/23  00:20:41
46351         Log: Subject: Re: av.c patch (having slight problems)
46352              From: "Ben Tilly" <ben_tilly@hotmail.com>
46353              Date: Tue, 21 Nov 2000 23:29:31 -0500
46354              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
46355              
46356              unshift() speedup.
46357      Branch: perl
46358            ! av.c
46359 ____________________________________________________________________________
46360 [  7824] By: jhi                                   on 2000/11/22  23:59:15
46361         Log: Fixes for signedness warnings noticed by VMSperlers.
46362      Branch: perl
46363            ! ext/Storable/Storable.xs regcomp.c sv.c
46364 ____________________________________________________________________________
46365 [  7823] By: jhi                                   on 2000/11/22  23:19:31
46366         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
46367              From: Peter Prymmer <pvhp@forte.com>
46368              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
46369              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
46370      Branch: perl
46371            ! t/pragma/warn/pp_hot
46372 ____________________________________________________________________________
46373 [  7822] By: jhi                                   on 2000/11/22  22:52:20
46374         Log: Be clean.
46375      Branch: perl
46376            ! Makefile.SH
46377 ____________________________________________________________________________
46378 [  7821] By: jhi                                   on 2000/11/22  22:46:39
46379         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
46380              by Damian Conway, as suggested by Paul Marquess.
46381      Branch: perl
46382            + lib/Filter/Simple.pm
46383 ____________________________________________________________________________
46384 [  7820] By: jhi                                   on 2000/11/22  22:45:51
46385         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
46386      Branch: perl
46387            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
46388            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
46389            + t/lib/filt-util.t
46390            ! MANIFEST
46391 ____________________________________________________________________________
46392 [  7819] By: jhi                                   on 2000/11/22  22:03:27
46393         Log: Integrate perlio.
46394      Branch: perl
46395           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
46396           !> win32/makefile.mk
46397 ____________________________________________________________________________
46398 [  7818] By: jhi                                   on 2000/11/22  21:56:02
46399         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
46400      Branch: perl
46401            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
46402            ! t/lib/io_sock.t
46403 ____________________________________________________________________________
46404 [  7817] By: jhi                                   on 2000/11/22  21:39:49
46405         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
46406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46407              Date: Wed, 22 Nov 2000 16:08:12 -0500
46408              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
46409      Branch: perl
46410            ! lib/ExtUtils/Liblist.pm
46411 ____________________________________________________________________________
46412 [  7816] By: jhi                                   on 2000/11/22  21:38:25
46413         Log: Go ahead and #include <unistd.h> in perl.h.
46414      Branch: perl
46415            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
46416            ! util.c
46417 ____________________________________________________________________________
46418 [  7815] By: jhi                                   on 2000/11/22  21:22:52
46419         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
46420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46421              Date: Mon, 20 Nov 2000 18:30:52 -0500
46422              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
46423      Branch: perl
46424            ! pod/perlre.pod regcomp.c t/op/re_tests
46425 ____________________________________________________________________________
46426 [  7814] By: jhi                                   on 2000/11/22  21:21:46
46427         Log: Subject: [PATCH 5.7.0] Liblist finally works
46428              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46429              Date: Tue, 21 Nov 2000 22:02:17 -0500
46430              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
46431      Branch: perl
46432            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
46433            ! lib/ExtUtils/MakeMaker.pm
46434 ____________________________________________________________________________
46435 [  7813] By: jhi                                   on 2000/11/22  21:20:23
46436         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
46437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46438              Date: Wed, 22 Nov 2000 17:53:15 +0100
46439              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
46440              
46441              AIX dynaloader and perlio patch.
46442      Branch: perl
46443            ! ext/DynaLoader/dl_aix.xs
46444 ____________________________________________________________________________
46445 [  7812] By: jhi                                   on 2000/11/22  21:17:52
46446         Log: (Accidentally empty patch.)
46447      Branch: perl
46448            ! av.c
46449 ____________________________________________________________________________
46450 [  7811] By: jhi                                   on 2000/11/22  21:16:31
46451         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
46452              From: Peter Prymmer <pvhp@forte.com>
46453              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
46454              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
46455      Branch: perl
46456            ! vms/test.com
46457 ____________________________________________________________________________
46458 [  7810] By: jhi                                   on 2000/11/22  21:15:36
46459         Log: Subject: Re: perl@7777 
46460              From: "John P. Linderman" <jpl@research.att.com>
46461              Date: Wed, 22 Nov 2000 13:11:11 -0500
46462              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
46463              
46464              Detypoing.
46465      Branch: perl
46466            ! lib/CPAN.pm
46467 ____________________________________________________________________________
46468 [  7809] By: jhi                                   on 2000/11/22  21:14:19
46469         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
46470              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46471              Date:     Wed, 22 Nov 2000 13:51:37 EST
46472              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
46473      Branch: perl
46474            ! perlsdio.h
46475 ____________________________________________________________________________
46476 [  7808] By: jhi                                   on 2000/11/22  21:13:27
46477         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
46478              From: Casey Tweten <crt@kiski.net>
46479              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
46480              Message-Id: <200011201653.LAA10194@home.kiski.net>
46481      Branch: perl
46482            ! t/lib/io_udp.t
46483 ____________________________________________________________________________
46484 [  7807] By: jhi                                   on 2000/11/22  21:12:35
46485         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
46486              From: Casey Tweten <crt@kiski.net>
46487              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
46488              Message-Id: <200011201636.LAA07227@home.kiski.net>
46489      Branch: perl
46490            ! t/lib/io_sock.t
46491 ____________________________________________________________________________
46492 [  7806] By: jhi                                   on 2000/11/22  21:10:59
46493         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
46494              From: "Casey R. Tweten" <crt@kiski.net>
46495              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
46496              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
46497      Branch: perl
46498            ! utils/h2xs.PL
46499 ____________________________________________________________________________
46500 [  7805] By: nick                                  on 2000/11/22  21:05:06
46501         Log: Integrate mainline
46502      Branch: perlio
46503           !> Changes Porting/genlog ext/DB_File/DB_File.xs
46504           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
46505           !> utils/perlbug.PL
46506 ____________________________________________________________________________
46507 [  7804] By: jhi                                   on 2000/11/22  21:01:12
46508         Log: Subject: [PATCH] Test.pm POD peculiarity
46509              From: "Casey R. Tweten" <crt@kiski.net>
46510              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
46511              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
46512      Branch: perl
46513            ! lib/Test.pm
46514 ____________________________________________________________________________
46515 [  7803] By: jhi                                   on 2000/11/22  20:59:59
46516         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
46517              From: "Philip Newton" <pnewton@gmx.de>
46518              Date: Wed, 22 Nov 2000 14:25:53 +0100
46519              Message-Id: <3A1BD771.25462.1939FAD@localhost>
46520              
46521              Be case-understanding also on 's', and use the -oi of sendmail
46522              not to terminate the transmission on a lone '.'.
46523      Branch: perl
46524            ! utils/perlbug.PL
46525 ____________________________________________________________________________
46526 [  7802] By: nick                                  on 2000/11/22  20:51:42
46527         Log: Win32 PerlIO intermediate state now working as expected.
46528              - In current state we are still using C runtime in text/binary
46529              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
46530              - PERLIO=stdio and PERLIO=unix pass all expected tests.
46531              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
46532              and PerlIO_seek() and the dummy crlf layer is not making adjustments
46533              for CRLF translation happening in C runtime. All other tests pass.
46534              
46535              Added note to README.win32 to point out the snags of doing a perl build
46536              with Norton AntiVirus turned on.
46537              
46538              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
46539              which file a fail comes from.
46540              
46541              Updated "canned" config.h to match the one generated.
46542      Branch: perlio
46543            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
46544            ! win32/makefile.mk
46545 ____________________________________________________________________________
46546 [  7801] By: jhi                                   on 2000/11/22  06:50:20
46547         Log: Nickety nits.
46548      Branch: perl
46549            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46550 ____________________________________________________________________________
46551 [  7800] By: jhi                                   on 2000/11/22  01:29:55
46552         Log: Changes had accidentally gone too silent on non-main branches.
46553      Branch: perl
46554            ! Changes Porting/genlog patchlevel.h
46555 ____________________________________________________________________________
46556 [  7799] By: gsar                                  on 2000/11/22  01:02:56
46557         Log: some lib_pm.PL changes snuck in via change#7772
46558      Branch: maint-5.6/perl
46559            ! Makefile.SH
46560 ____________________________________________________________________________
46561 [  7798] By: nick                                  on 2000/11/21  21:59:40
46562         Log: Integrate mainline
46563      Branch: perlio
46564           !> (integrate 28 files)
46565 ____________________________________________________________________________
46566 [  7797] By: jhi                                   on 2000/11/21  21:01:45
46567         Log: Integrate perlio.
46568      Branch: perl
46569           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
46570 ____________________________________________________________________________
46571 [  7796] By: nick                                  on 2000/11/21  20:36:22
46572         Log: Win32 builds and runs (mostly) with USE_PERLIO.
46573              PERLIO=perlio passes all tests. 
46574              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
46575      Branch: perlio
46576            ! perlio.c win32/perllib.c win32/win32.c
46577 ____________________________________________________________________________
46578 [  7795] By: jhi                                   on 2000/11/21  19:03:44
46579         Log: Update Changes.
46580      Branch: perl
46581            ! Changes patchlevel.h
46582 ____________________________________________________________________________
46583 [  7794] By: jhi                                   on 2000/11/21  18:56:34
46584         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
46585              From: "Craig A. Berry" <craigberry@mac.com>
46586              Date: Mon, 20 Nov 2000 20:27:06 -0600
46587              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
46588              
46589              A cut-and-pasto.
46590      Branch: perl
46591            ! perlio.h
46592 ____________________________________________________________________________
46593 [  7793] By: jhi                                   on 2000/11/21  18:54:41
46594         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
46595              From: Dominic Dunlop <domo@computer.org> 
46596              Date: Mon, 20 Nov 2000 18:55:29 +0100
46597              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
46598              
46599              va_copy() and the need of it.
46600              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
46601      Branch: metaconfig/U/perl
46602            + need_va_copy.U
46603      Branch: perl
46604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46605            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
46606            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
46607            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46608            ! win32/config.bc win32/config.gc win32/config.vc
46609 ____________________________________________________________________________
46610 [  7792] By: jhi                                   on 2000/11/21  17:04:10
46611         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
46612      Branch: perl
46613           !> scope.h
46614 ____________________________________________________________________________
46615 [  7791] By: jhi                                   on 2000/11/21  17:01:16
46616         Log: Export the SOCKS workaround symbols only if necessary.
46617      Branch: perl
46618            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
46619 ____________________________________________________________________________
46620 [  7790] By: nick                                  on 2000/11/20  23:57:11
46621         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
46622      Branch: perlio
46623            ! scope.h
46624 ____________________________________________________________________________
46625 [  7789] By: nick                                  on 2000/11/20  23:38:33
46626         Log: Integrate mainline
46627      Branch: perlio
46628           +> lib/File/Spec/Epoc.pm
46629           !> (integrate 34 files)
46630 ____________________________________________________________________________
46631 [  7788] By: nick                                  on 2000/11/20  23:20:18
46632         Log: Make extra buffer layer work (dummy crlf layer)
46633      Branch: perlio
46634            ! doio.c perlio.c perlio.h
46635 ____________________________________________________________________________
46636 [  7787] By: jhi                                   on 2000/11/20  22:44:04
46637         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
46638              From: Peter Prymmer <pvhp@forte.com>
46639              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
46640              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
46641      Branch: perl
46642            ! t/pragma/locale.t
46643 ____________________________________________________________________________
46644 [  7786] By: jhi                                   on 2000/11/20  22:29:10
46645         Log: Subject: DOC PATCH 5.6.0 perlreftut
46646              From: mjd@plover.com
46647              Date: 20 Nov 2000 19:45:06 -0000
46648              Message-ID: <20001120194506.9505.qmail@plover.com>
46649      Branch: perl
46650            ! pod/perlreftut.pod
46651 ____________________________________________________________________________
46652 [  7785] By: jhi                                   on 2000/11/20  22:27:44
46653         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
46654              From: David Dyck <dcd@tc.fluke.com>
46655              Date: Mon, 20 Nov 2000 11:43:40 -0800
46656              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
46657      Branch: perl
46658            ! lib/Cwd.pm
46659 ____________________________________________________________________________
46660 [  7784] By: jhi                                   on 2000/11/20  22:23:21
46661         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
46662              Date: Mon, 20 Nov 2000 17:06:10 -0500
46663              To: Mailing list Perl5 <perl5-porters@perl.org>
46664              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
46665      Branch: perl
46666            ! pp_ctl.c t/op/pat.t
46667 ____________________________________________________________________________
46668 [  7783] By: jhi                                   on 2000/11/20  22:11:18
46669         Log: Subject: [PATCH] doop.c - UTF8 tr///               
46670              From: Simon Cozens <simon@cozens.net>
46671              Date: Sat, 18 Nov 2000 18:49:30 +0000
46672              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
46673              
46674              Subject: Re: [PATCH] doop.c - UTF8 tr///           
46675              From: Simon Cozens <simon@cozens.net>
46676              Date: Mon, 20 Nov 2000 20:45:22 +0000
46677              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
46678              
46679              Make tr on UTF-8 better but still not correct.
46680      Branch: perl
46681            ! doop.c
46682 ____________________________________________________________________________
46683 [  7782] By: jhi                                   on 2000/11/20  22:02:16
46684         Log: Remove the shared object before attempting to create
46685              (by linking) a new one.  E.g. in AIX not removing
46686              becomes quite painful if one tries to do more than one
46687              build in the same tree (an interrupted build, for example),
46688              since the AIX' shared dynaloader seemingly keeps the shared
46689              objects open and therefore 'busy' for quite a while, even when
46690              nobody is using the objects, leading into link failures.
46691      Branch: perl
46692            ! lib/ExtUtils/MM_Unix.pm
46693 ____________________________________________________________________________
46694 [  7781] By: gsar                                  on 2000/11/20  19:02:55
46695         Log: type mismatch due to faulty integration
46696      Branch: maint-5.6/perl
46697            ! toke.c win32/Makefile
46698 ____________________________________________________________________________
46699 [  7780] By: gsar                                  on 2000/11/20  17:31:55
46700         Log: integrate changes#6392,6394..6399,6401..6404
46701              
46702              The {multiplier} of a fixed substring was overlooked which
46703              caused a wrong initial search offset for that substring.
46704              
46705              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
46706              From: Hugo <hv@crypt.compulink.co.uk>
46707              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
46708              Date: Thu, 13 Jul 2000 19:27:13 +0100
46709              
46710              Fix the BOM bug: not a byteorder bug, a signedness bug.
46711              
46712              Replace change #6337 with a better one.
46713              
46714              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
46715              From: Hugo <hv@crypt.compulink.co.uk>
46716              Date: Fri, 14 Jul 2000 04:16:20 +0100
46717              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
46718              
46719              MakeMaker should not remove editor backups (*~) on `make clean`
46720              by default (completes change#6383)
46721              
46722              move new variables to the end of the interpreter structure (for
46723              bincompat in code that doesn't #include XSUB.h)
46724              
46725              rename totally bletcherous SvLOCK() thingy (doesn't do what the
46726              name suggests anyway)
46727              
46728              various cleanups (typos, misformatted code, and small bugs)
46729              
46730              typecasts needed for change#6394
46731              
46732              typos in change#6399, regen headers
46733              
46734              inconsistent types needs casts
46735              
46736              PERL_OBJECT build tweaks
46737      Branch: maint-5.6/perl
46738           !> MANIFEST doop.c embed.h embed.pl embedvar.h
46739           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
46740           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
46741           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
46742           !> toke.c util.c
46743 ____________________________________________________________________________
46744 [  7779] By: gsar                                  on 2000/11/20  17:06:29
46745         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
46746              
46747              Cosmetics and perldelta.
46748              
46749              Fix nits noticed by Boston.pm.
46750              
46751              Do the cc sanity check both before the hints and
46752              after the cc selction.
46753              
46754              get sprintf.t to adjust properly for 3-digit exponents
46755              
46756              don't clobber *.orig files on *clean targets
46757              
46758              fix bugs in processing %v-*d and similar format specs (from
46759              Avi Finkel <avi@finkel.org>)
46760              
46761              sprintf test tweaks (from Dominic Dunlop)
46762              
46763              new selfloader.t in change#6183 doesn't close DATA handles,
46764              and thus fails to clean up tmp files on dosish platforms
46765              
46766              typos (spotted by Peter Prymmer)
46767              
46768              typo fix from Craig Berry
46769      Branch: maint-5.6/perl
46770           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
46771           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
46772           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
46773           !> x2p/Makefile.SH
46774 ____________________________________________________________________________
46775 [  7778] By: gsar                                  on 2000/11/20  16:46:51
46776         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
46777              
46778              Subject: Re: format bug report  [Patch]
46779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46780              Date: Wed, 05 Jul 2000 13:12:52 +0200
46781              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
46782              
46783              Subject: Re: format bug report  [Patch]
46784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46785              Date: Wed, 05 Jul 2000 14:10:01 +0200
46786              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
46787              
46788              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
46789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46790              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
46791              Date: Fri, 07 Jul 2000 17:57:16 +0100
46792              
46793              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
46794              To: perl5-porters@perl.org
46795              From: Karsten Sperling <spiff@phreax.net>
46796              Date: Mon, 10 Jul 2000 15:12:52 +0200
46797              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
46798              
46799              README.posix-bc podified from Thomas Dorner.
46800              
46801              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
46802              From: Dominic Dunlop <domo@computer.org>
46803              Date: Tue, 11 Jul 2000 12:27:33 +0200
46804              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
46805              
46806              Typo in #6341.
46807              
46808              Fix for
46809              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
46810              From: Roderick Schertler <roderick@argon.org>
46811              Date: Tue, 11 Jul 2000 13:55:05 -0400
46812              Message-Id: <200007111755.NAA05077@jones.argon.org>
46813              
46814              Minor cleanups on the booklist.
46815              
46816              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
46817              regen perltoc.
46818              
46819              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
46820      Branch: maint-5.6/perl
46821           +> pod/perlbook.pod
46822           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
46823           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
46824           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
46825 ____________________________________________________________________________
46826 [  7777] By: jhi                                   on 2000/11/20  16:08:49
46827         Log: Update Changes.
46828      Branch: perl
46829            ! Changes patchlevel.h
46830 ____________________________________________________________________________
46831 [  7776] By: jhi                                   on 2000/11/20  15:27:56
46832         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
46833              This may be overly harsh but until proven otherwise, we think this
46834              way, or until we have a simple test for Configure (having to start
46835              up servers is does not count as simple) to check for the problems.
46836      Branch: perl
46837            ! perl.h
46838 ____________________________________________________________________________
46839 [  7775] By: jhi                                   on 2000/11/20  15:22:17
46840         Log: Solaris hints tweaks.
46841      Branch: perl
46842            ! hints/solaris_2.sh
46843 ____________________________________________________________________________
46844 [  7774] By: jhi                                   on 2000/11/20  15:01:20
46845         Log: Add a workaround to SOCKS 64-bit problems.
46846      Branch: perl
46847            ! doio.c embed.h embed.pl perlsdio.h proto.h
46848 ____________________________________________________________________________
46849 [  7773] By: jhi                                   on 2000/11/20  14:51:47
46850         Log: sysseek() instead of seek().
46851      Branch: perl
46852            ! t/lib/syslfs.t
46853 ____________________________________________________________________________
46854 [  7772] By: gsar                                  on 2000/11/20  13:06:23
46855         Log: integrate changes#6315..6319,6321..6331,6333..6338
46856              
46857              Integrate with Sarathy, preliminary fix for unicos
46858              alignment problems in [ID 20000612.002] Perl problem on Cray system.
46859              
46860              some debugger output does not go to the socket when RemotePort is set
46861              
46862              winsock cleanup never done on Windows (leads to handle leaks)
46863              
46864              fix UNC path handling on Windows under ithreads, and chdir()
46865              return value when given a non-existent directory
46866              
46867              Autogenerate pod/Makefile and pod/buildtoc.
46868              buildtoc also checks whether the existin pods are
46869              mentioned in MANIFEST and perl.pod, and vice versa.
46870              (None of the thusly found discrepancies fixed yet.)
46871              roffitall also needs to be autogenerated similarly but it
46872              seems so badly out of date that I didn't touch it yet.
46873              
46874              Config is being used.
46875              
46876              Add =head1 NAMEs so that buildtoc is happy.
46877              (The CGI::Util nit reported to Lincoln.)
46878              
46879              Fix complaints of buildtoc.
46880              
46881              Fix the alignment problem in Crays ([ID 20000612.002]).
46882              
46883              Remove perlbook, update perlfaq book listing,
46884              rearrange perl.pod, regenerate perltoc.
46885              
46886              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
46887              was cast to an unsigned (32-bit) integer with wild abandon.
46888              
46889              winsock options weren't being set in all threads under ithreads
46890              (caused send()s from second and subsequent threads to fail)
46891              
46892              accept() leaks memory on windows due to incorrect ordering of
46893              closesocket() and fclose() calls
46894              
46895              Reorder perl.pod once more.
46896              
46897              More POSIX.pod tweaks.
46898              
46899              Sprinkle ldlibpath.
46900              
46901              Precedence goof, fix based on
46902              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
46903              From: Hugo <hv@crypt.compulink.co.uk>
46904              Date: Tue, 11 Jul 2000 12:52:38 +0100
46905              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
46906              
46907              Subject: PATCH perlguts.pod: Document D and d magic types
46908              From: mjd@plover.com
46909              Date: 5 Jul 2000 18:01:51 -0000
46910              Message-ID: <20000705180151.29413.qmail@plover.com>
46911              
46912              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
46913              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
46914              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
46915              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
46916              
46917              Subject: [PATCH cfgperl] $& segfaults if you trick it
46918              From: simon@brecon.co.uk (Simon Cozens)
46919              Date: 7 Jul 2000 11:26:09 GMT
46920              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
46921              
46922              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
46923              From: Hugo <hv@crypt.compulink.co.uk>
46924              Date: Tue, 11 Jul 2000 12:44:50 +0100
46925              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
46926              
46927              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
46928              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46929              Date: Tue, 11 Jul 2000 13:50:51 +0100
46930              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
46931      Branch: maint-5.6/perl
46932           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
46933           +> pod/buildtoc.PL
46934            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
46935           !> (integrate 26 files)
46936 ____________________________________________________________________________
46937 [  7771] By: gsar                                  on 2000/11/20  12:31:42
46938         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
46939              6310,6311,6314
46940              
46941              Subject: [PATCH bleedperl] File::Spec 0.82 beta
46942              From: Barrie Slaymaker <barries@jester.slaysys.com>
46943              Date: Wed, 28 Jun 2000 11:35:29 -0400
46944              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
46945              
46946              tweak perlembed for multiplicity/usethreads sanity; correct notes
46947              about Windows
46948              
46949              localize %INC in a Safe compartment so that use/require work
46950              (many other magic globals probably need similar treatment)
46951              
46952              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
46953              when @_ is modified, causing coredumps
46954              
46955              slurp mode fix in change#4736 still not quite right
46956              
46957              Point to perlipc for more SysV IPC examples.
46958              
46959              Elaborate POSIX.pod.  Still needs work.
46960              
46961              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
46962              
46963              fix large memory leak that has been around for ever, masked by
46964              -DPURIFY (most of the arenas were never freed!)
46965              
46966              fix memory leak on Windows (PL_sys_intern contents were never
46967              freed)
46968              
46969              PERL_OBJECT build tweak
46970              
46971              adjust change#6299
46972              
46973              remove rel2abs prototypes (from Barrie Slaymaker)
46974              
46975              missing perldiag entry for unpack("w",...) diagnostic (from
46976              Andreas Koenig)
46977              
46978              better diagnostic on Frob->stuff() when Frob:: doesn't exist
46979              (from Richard Soderberg <rs@oregonnet.com>)
46980              
46981              Win32 patches for cfgperl from Sarathy.
46982              
46983              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
46984              
46985              More POSIX.pod embellishment.
46986              
46987              tyop in change#6306
46988      Branch: maint-5.6/perl
46989           !> (integrate 44 files)
46990 ____________________________________________________________________________
46991 [  7770] By: gsar                                  on 2000/11/20  11:51:00
46992         Log: integrate changes#6268..6282 from cfgperl branch
46993              
46994              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
46995              From: Dominic Dunlop <domo@computer.org>
46996              Date: Thu, 29 Jun 2000 12:32:39 +0200
46997              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
46998              
46999              Regen headers for #6261 (and update embed.pl for this) and #6267,
47000              silence few compiler warnings.
47001              
47002              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
47003              From: Nicholas Clark <nick@talking.bollo.cx>
47004              Date: Fri, 23 Jun 2000 16:21:15 +0100
47005              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
47006              
47007              Subject: PATCH pod/perltie.pod
47008              From: Ian Phillipps <Ian.Phillipps@iname.com>
47009              Date: Fri, 16 Jun 2000 00:17:19 +0100
47010              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
47011              (only the first hunk, the second hunk had already been done
47012              by some other patch)
47013              
47014              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
47015              From: Tom Phoenix <rootbeer@redcat.com>
47016              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
47017              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
47018              
47019              Subject: [PATCH] xsub attributes
47020              From: Doug MacEachern <dougm@covalent.net>
47021              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
47022              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
47023              
47024              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
47025              From: Andy Dougherty <doughera@lafayette.edu>
47026              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
47027              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
47028              
47029              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
47030              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47031              Date: Tue, 13 Jun 2000 02:43:48 -0500
47032              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
47033              
47034              Subject: [PATCH] Re: eval documentation: context
47035              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47036              Date: Mon, 12 Jun 2000 15:07:29 +0100
47037              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
47038              
47039              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
47040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47041              Date: Mon, 12 Jun 2000 14:55:59 +0100
47042              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
47043              
47044              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
47045              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
47046              Date: Fri, 09 Jun 2000 12:39:27 -0400
47047              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
47048              (plus update the version "number" of Text::Wrap)
47049              
47050              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
47051              From: Tim Ayers <tayers@bridge.com>
47052              Date: Thu, 08 Jun 2000 08:11:06 +0200
47053              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
47054              [resent by Richard Foley, Message-Id probably wrong]
47055              
47056              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
47057              From: rspier@pobox.com (Robert Spier)
47058              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
47059              Message-ID: <14654.31913.845602.610277@rls.cx>
47060              
47061              Subject: [PATCH 5.6.0] utils/h2xs.PL
47062              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47063              Date: Wed, 7 Jun 2000 04:02:04 -0500
47064              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
47065              
47066              Subject: [PATCH 5.6.0]ITHREADs for VMS
47067              From: Dan Sugalski <dan@sidhe.org>
47068              Date: Tue, 06 Jun 2000 11:59:50 -0400
47069              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
47070      Branch: maint-5.6/perl
47071           !> (integrate 31 files)
47072 ____________________________________________________________________________
47073 [  7769] By: gsar                                  on 2000/11/20  11:29:06
47074         Log: integrate changes#6261..6266 from cfgperl
47075              
47076              Subject: Re: [PATCH cfgperl] BOMs away!
47077              From: simon@brecon.co.uk (Simon Cozens)
47078              Date: 17 Jun 2000 11:49:57 GMT
47079              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
47080              
47081              Subject: 5.6.0 Patch for EPOC
47082              From: Olaf Flebbe <o.flebbe@gmx.de>
47083              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
47084              Message-ID: <23449.960929969@www11.gmx.net>
47085              
47086              tr fixes from Simon Cozens
47087              
47088              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
47089              From: Marty Lucich <marty@netcom.com>
47090              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
47091              Message-Id: <200006282116.OAA11148@netcom.com>
47092              ccdlflags update (the BSD/OS 4.1 part had already been taken
47093              care of by #6141).
47094              
47095              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
47096              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47097              Date: Wed, 28 Jun 2000 17:50:12 -0700
47098              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
47099              
47100              Subject: [PATCH 5.6.0] cygwin port
47101              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
47102              From: "Fifer, Eric" <EFifer@sanwaint.com>
47103              Date: Thu, 29 Jun 2000 12:58:29 +0100
47104      Branch: maint-5.6/perl
47105           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47106           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47107           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47108           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47109 ____________________________________________________________________________
47110 [  7768] By: gsar                                  on 2000/11/20  11:13:44
47111         Log: integrate changes#6252..6256,6259..6260
47112              
47113              Paranoia tweak on #6249.
47114              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47115              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47116              Date: Sun, 25 Jun 2000 23:43:12 -0400
47117              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
47118              
47119              Subject: tr///, help wanted.
47120              From: simon@brecon.co.uk (Simon Cozens)
47121              Date: 28 Jun 2000 11:29:04 GMT
47122              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
47123              
47124              small thinko tweaks
47125              
47126              tweaks from Simon Conzes to further fix tr/// under utf8
47127              
47128              perlnewmod was missing from MANIFEST.
47129              
47130              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
47131              From: simon@brecon.co.uk (Simon Cozens)
47132              Date: 17 Jun 2000 11:56:44 GMT
47133              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
47134              pack U0, pack C0
47135      Branch: maint-5.6/perl
47136           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
47137           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
47138           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
47139           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
47140 ____________________________________________________________________________
47141 [  7767] By: gsar                                  on 2000/11/20  10:51:38
47142         Log: integrate change#6250 from cfgperl
47143              
47144              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
47145              From: Doug MacEachern <dougm@covalent.net>
47146              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
47147              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
47148      Branch: maint-5.6/perl
47149           +> t/op/my_stash.t
47150           !> MANIFEST embed.pl global.sym proto.h toke.c
47151 ____________________________________________________________________________
47152 [  7766] By: gsar                                  on 2000/11/20  10:48:34
47153         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
47154              
47155              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
47156              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47157              Date: Mon, 26 Jun 2000 18:40:14 +0100
47158              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
47159              
47160              Subject: [PATCH] bytes<->utf8 fixes
47161              From: simon@brecon.co.uk (Simon Cozens)
47162              Date: 26 Jun 2000 04:55:45 GMT
47163              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
47164              
47165              Subject: [PATCH] is_utf8_string
47166              From: simon@brecon.co.uk (Simon Cozens)
47167              Date: 26 Jun 2000 02:25:59 GMT
47168              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
47169              
47170              Subject: [PATCH] avoid mg_ptr in '*' magic
47171              From: Doug MacEachern <dougm@covalent.net>
47172              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
47173              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
47174              
47175              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
47176              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
47177              Date: Sat, 24 Jun 2000 13:06:20 +0100
47178              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
47179              
47180              Allow for standalone testing.
47181              
47182              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
47183              From: Mark-Jason Dominus <mjd@plover.com>
47184              Date: Tue, 27 Jun 2000 22:36:42 -0400
47185              Message-ID: <20000628023642.12166.qmail@plover.com>
47186              
47187              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
47188              From: Frank Tobin <ftobin@uiuc.edu>
47189              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
47190              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
47191      Branch: maint-5.6/perl
47192           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47193           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
47194           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
47195           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
47196           !> utf8.c utils/h2xs.PL
47197 ____________________________________________________________________________
47198 [  7765] By: gsar                                  on 2000/11/20  10:29:13
47199         Log: integrate change#6239 from cfgperl
47200              
47201              Configure maintenance.  Sever some dependency cycles,
47202              separate gccversion from the cc unit,
47203              address [ID 20000623.006] Configure script patch for using gcc on AIX
47204              (but solve it a little bit differently),
47205              unduplex some accidentally duplicated units,
47206              suggest using gcc if no cc available
47207              (p5p thread: "Solaris configure: counterproposal", 1999-09)
47208      Branch: maint-5.6/perl
47209           !> Configure Todo-5.6 config_h.SH
47210 ____________________________________________________________________________
47211 [  7764] By: gsar                                  on 2000/11/20  10:25:55
47212         Log: integrate changes#6233..6238 from cfgperl
47213              
47214              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
47215              From: Mark-Jason Dominus <mjd@plover.com>
47216              Date: Fri, 16 Jun 2000 20:53:04 -0400
47217              Message-ID: <20000617005304.8008.qmail@plover.com>
47218              
47219              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
47220              because when run as services (Win32ese for daemons)
47221              no environment variables are set and tmpdir ends up as /tmp,
47222              which is ambiguous.
47223              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
47224              From: matt@sergeant.org
47225              Date: 16 Jun 2000 16:30:43 -0000
47226              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
47227              
47228              The thread begun by
47229              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
47230              From: Kevin.Ruscoe@ubsw.com
47231              Date: Fri, 16 Jun 2000 16:38:51 +0100
47232              Message-Id: <H000019b03c300d6@MHS>
47233              
47234              Tweak embed.pl, regen headers.
47235              
47236              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
47237              From: Dan Sugalski <dan@sidhe.org>
47238              Date: Fri, 23 Jun 2000 17:00:00 -0400
47239              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
47240      Branch: maint-5.6/perl
47241           !> (integrate 27 files)
47242 ____________________________________________________________________________
47243 [  7763] By: gsar                                  on 2000/11/20  10:08:08
47244         Log: s/perl56delta/perldelta/g
47245      Branch: maint-5.6/perl
47246            ! pod/Makefile
47247 ____________________________________________________________________________
47248 [  7762] By: gsar                                  on 2000/11/20  10:04:00
47249         Log: integrate changes#6225,6229,6231,6232 from cfgperl
47250              
47251              Add source code filenames to apidoc.
47252              From: simon@brecon.co.uk (Simon Cozens)
47253              Subject: [PATCH embed.pl] Source X-ref
47254              Date: 22 Jun 2000 02:18:49 GMT
47255              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
47256              
47257              Subject: README.hpux version 0.6.1
47258              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
47259              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47260              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
47261              
47262              Subject: [PATCH 5.6.0] cygwin port
47263              From: "Fifer, Eric" <EFifer@sanwaint.com>
47264              Date: Tue, 20 Jun 2000 14:30:58 +0100
47265              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
47266              
47267              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
47268              From: simon@brecon.co.uk (Simon Cozens)
47269              Date: 19 Jun 2000 15:18:27 GMT
47270              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
47271              
47272              plus update pod/Makefile and regenerate perltoc
47273      Branch: maint-5.6/perl
47274           +> pod/perlutil.pod
47275           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
47276           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
47277 ____________________________________________________________________________
47278 [  7761] By: jhi                                   on 2000/11/20  04:09:55
47279         Log: Miraculous typo.
47280      Branch: perl
47281            ! t/op/pat.t
47282 ____________________________________________________________________________
47283 [  7760] By: jhi                                   on 2000/11/20  04:06:08
47284         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
47285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47286              Date: Sun, 19 Nov 2000 22:30:26 -0500
47287              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
47288      Branch: perl
47289            ! regexec.c scope.h t/op/pat.t
47290 ____________________________________________________________________________
47291 [  7759] By: jhi                                   on 2000/11/20  02:05:22
47292         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
47293      Branch: perl
47294            ! perl.h
47295 ____________________________________________________________________________
47296 [  7758] By: jhi                                   on 2000/11/20  01:58:11
47297         Log: Subject: [perl 7711: EPOC] updates
47298              From: Olaf Flebbe <o.flebbe@gmx.de>
47299              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
47300              Message-ID: <25575.974658810@www23.gmx.net>               
47301      Branch: perl
47302            + lib/File/Spec/Epoc.pm
47303            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
47304            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
47305            ! lib/File/Spec.pm perl.c sv.c
47306 ____________________________________________________________________________
47307 [  7757] By: jhi                                   on 2000/11/20  01:53:11
47308         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
47309      Branch: perl
47310            ! MANIFEST
47311 ____________________________________________________________________________
47312 [  7756] By: jhi                                   on 2000/11/20  01:47:22
47313         Log: Integrate perlio.
47314      Branch: perl
47315            - ext/re/hints/MSWin32.pl
47316           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
47317           !> win32/config.gc win32/config_H.gc win32/win32sck.c
47318 ____________________________________________________________________________
47319 [  7755] By: nick                                  on 2000/11/19  20:57:17
47320         Log: Add dummy crlf layer (just as buffer)
47321              Correct 1st bug - one layer of indirection.
47322      Branch: perlio
47323            ! perlio.c perlio.h perliol.h
47324 ____________________________________________________________________________
47325 [  7754] By: nick                                  on 2000/11/19  20:56:12
47326         Log: Work-round to Perl_deb_nocontext is no longer required
47327      Branch: perlio
47328            - ext/re/hints/MSWin32.pl
47329 ____________________________________________________________________________
47330 [  7753] By: nick                                  on 2000/11/19  20:01:16
47331         Log: diff -se shows these as different
47332      Branch: perlio
47333            ! global.sym pod/perlapi.pod
47334 ____________________________________________________________________________
47335 [  7752] By: nick                                  on 2000/11/19  18:57:30
47336         Log: Configure GCC/Win32 build -Duseperlio
47337              Fix a couple of gross issues
47338              - double-include of ../deb.o in re.dll
47339              - win32sck.c needs PerlIO and FILE 
47340      Branch: perlio
47341            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
47342            ! win32/win32sck.c
47343 ____________________________________________________________________________
47344 [  7751] By: nick                                  on 2000/11/19  17:05:36
47345         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
47346      Branch: perlio
47347            ! perlio.c
47348 ____________________________________________________________________________
47349 [  7750] By: nick                                  on 2000/11/19  16:57:14
47350         Log: Missing aTHX_
47351      Branch: perlio
47352            ! sv.c
47353 ____________________________________________________________________________
47354 [  7749] By: jhi                                   on 2000/11/19  16:28:40
47355         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
47356              From: "Peter J. Farley III" <pjfarley@banet.net>
47357              Date: Sun, 19 Nov 2000 01:42:58 -0500
47358              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
47359      Branch: perl
47360            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
47361 ____________________________________________________________________________
47362 [  7748] By: jhi                                   on 2000/11/19  16:08:10
47363         Log: Subject: podlators 1.05 available        
47364              From: Russ Allbery <rra@stanford.edu>   
47365              Date: 18 Nov 2000 22:04:28 -0800
47366              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
47367      Branch: perl
47368            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
47369 ____________________________________________________________________________
47370 [  7747] By: nick                                  on 2000/11/19  11:19:39
47371         Log: Integrate mainline
47372      Branch: perlio
47373           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
47374           !> util.c
47375 ____________________________________________________________________________
47376 [  7746] By: jhi                                   on 2000/11/19  06:42:22
47377         Log: Make hex scanning warn on "\x{x}" and "\xx".
47378              "\x" and and hex("x") are still valid.
47379      Branch: perl
47380            ! util.c
47381 ____________________________________________________________________________
47382 [  7745] By: nick                                  on 2000/11/18  22:52:28
47383         Log: Integrate mainline
47384      Branch: perlio
47385           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
47386           !> perl.h perlio.c proto.h regcomp.c regcomp.h
47387 ____________________________________________________________________________
47388 [  7744] By: jhi                                   on 2000/11/18  22:50:28
47389         Log: Introduce Perl_utf8_length().  Use it.
47390      Branch: perl
47391            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
47392 ____________________________________________________________________________
47393 [  7743] By: jhi                                   on 2000/11/18  22:38:51
47394         Log: Compiler denit.
47395      Branch: perl
47396            ! perlio.c
47397 ____________________________________________________________________________
47398 [  7742] By: jhi                                   on 2000/11/18  20:33:05
47399         Log: Integrate perlio.
47400      Branch: perl
47401           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
47402           !> perlio.h pp_ctl.c pp_sys.c sv.c
47403 ____________________________________________________________________________
47404 [  7741] By: jhi                                   on 2000/11/18  20:31:27
47405         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
47406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47407              Date: Fri, 17 Nov 2000 20:35:11 -0500
47408              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
47409              
47410              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
47411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47412              Date: Fri, 17 Nov 2000 21:03:47 -0500
47413              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
47414              
47415              Plus a little bit of tweaking in pregcomp().
47416      Branch: perl
47417            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
47418 ____________________________________________________________________________
47419 [  7740] By: nick                                  on 2000/11/18  20:17:22
47420         Log: Lexical use open ... support:
47421              add ->cop_io to COP structure in cop.h.
47422              Make mg.c and gv.c associate it with ${^OPEN}.
47423              Make lib/open.pm set it.
47424              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
47425              manner similar to ->cop_warnings.
47426              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
47427              call new PerlIO_apply_layers().
47428              Declare latter in perlio.h and define in perlio.c
47429      Branch: perlio
47430            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
47431            ! perlio.h pp_ctl.c pp_sys.c sv.c
47432 ____________________________________________________________________________
47433 [  7739] By: jhi                                   on 2000/11/18  19:54:00
47434         Log: Integrate perlio.
47435      Branch: perl
47436           !> doio.c perlio.c pp.c
47437 ____________________________________________________________________________
47438 [  7738] By: jhi                                   on 2000/11/18  17:16:13
47439         Log: Subject: [PATCH 5.7.0] etags broken again
47440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47441              Date: Sat, 18 Nov 2000 02:41:36 -0500
47442              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
47443      Branch: perl
47444            ! emacs/ptags
47445 ____________________________________________________________________________
47446 [  7737] By: jhi                                   on 2000/11/18  17:12:18
47447         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
47448      Branch: perl
47449            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47450 ____________________________________________________________________________
47451 [  7736] By: nick                                  on 2000/11/18  14:06:20
47452         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
47453              part to be isolated.
47454      Branch: perlio
47455            ! doio.c perlio.c
47456 ____________________________________________________________________________
47457 [  7735] By: nick                                  on 2000/11/18  11:03:32
47458         Log: Integrate mainline
47459      Branch: perlio
47460           !> Changes README.amiga README.win32 patchlevel.h
47461           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
47462 ____________________________________________________________________________
47463 [  7734] By: jhi                                   on 2000/11/18  01:18:56
47464         Log: Update Changes.
47465      Branch: perl
47466            ! Changes patchlevel.h
47467 ____________________________________________________________________________
47468 [  7733] By: jhi                                   on 2000/11/18  00:32:54
47469         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
47470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47471              Date: Fri, 17 Nov 2000 17:28:02 -0500
47472              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
47473      Branch: perl
47474            ! regcomp.c regexec.c t/op/re_tests
47475 ____________________________________________________________________________
47476 [  7732] By: jhi                                   on 2000/11/18  00:28:56
47477         Log: Sparc 64-bit pack() fix from Jens Hamisch.
47478      Branch: perl
47479            ! pp.c
47480 ____________________________________________________________________________
47481 [  7731] By: jhi                                   on 2000/11/18  00:18:39
47482         Log: Explain in more detail the {} syntax ambiguousity.
47483              
47484              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
47485              From: Nicholas Clark <nick@ccl4.org>
47486              Date: Fri, 17 Nov 2000 22:10:28 +0000
47487              Message-ID: <20001117221028.A88930@plum.flirble.org>
47488      Branch: perl
47489            ! pod/perlfunc.pod
47490 ____________________________________________________________________________
47491 [  7730] By: jhi                                   on 2000/11/18  00:12:18
47492         Log: Subject: Fix for README.amiga (20000323.033)
47493              From: "Stephen P. Potter" <spp@spotter.yi.org>
47494              Date: Fri, 17 Nov 2000 12:25:51 -0500
47495              Message-Id: <200011171725.MAA05768@spotter.yi.org>
47496      Branch: perl
47497            ! README.amiga
47498 ____________________________________________________________________________
47499 [  7729] By: jhi                                   on 2000/11/18  00:08:34
47500         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
47501              From: "A. C. Yardley" <yardley@tanet.net>
47502              Date: Mon, 3 Apr 2000 11:35:33 -0700
47503              Message-ID: <3483.000403@tanet.net>
47504      Branch: perl
47505            ! README.win32
47506 ____________________________________________________________________________
47507 [  7728] By: nick                                  on 2000/11/17  21:59:47
47508         Log: Integrate mainline
47509      Branch: perlio
47510           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
47511           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
47512           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
47513           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
47514 ____________________________________________________________________________
47515 [  7727] By: nick                                  on 2000/11/17  21:56:31
47516         Log: Experiment on use of attributes.pm interface.
47517              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
47518              SVt_PVRV if not already something better (else vivify of say magic gets
47519              core dump).
47520      Branch: perlio
47521            ! perlio.c pp.c
47522 ____________________________________________________________________________
47523 [  7726] By: jhi                                   on 2000/11/17  14:15:49
47524         Log: Subject: Fix for 20000815.006
47525              From: "Stephen P. Potter" <spp@spotter.yi.org>
47526              Date: Fri, 17 Nov 2000 08:57:45 -0500
47527              Message-Id: <200011171357.IAA05122@spotter.yi.org>
47528              
47529              It's really 20000518.006.
47530      Branch: perl
47531            ! pod/perlmodlib.PL
47532 ____________________________________________________________________________
47533 [  7725] By: jhi                                   on 2000/11/17  14:12:31
47534         Log: Subject: Fix for 20000409.001
47535              From: "Stephen P. Potter" <spp@spotter.yi.org>
47536              Date: Fri, 17 Nov 2000 08:55:45 -0500
47537              Message-Id: <200011171355.IAA05104@spotter.yi.org>
47538      Branch: perl
47539            ! pod/perlfaq9.pod
47540 ____________________________________________________________________________
47541 [  7724] By: jhi                                   on 2000/11/17  14:08:58
47542         Log: Undo #7627 now that we have =head3.
47543      Branch: perl
47544            ! pod/perlhack.pod
47545 ____________________________________________________________________________
47546 [  7723] By: jhi                                   on 2000/11/17  14:04:09
47547         Log: As surmised the #7719 wasn't a good move.
47548      Branch: perl
47549            ! hints/solaris_2.sh
47550 ____________________________________________________________________________
47551 [  7722] By: jhi                                   on 2000/11/17  13:59:04
47552         Log: Also the 64bitall hints can be either here or there.
47553      Branch: perl
47554            ! hints/solaris_2.sh
47555 ____________________________________________________________________________
47556 [  7721] By: jhi                                   on 2000/11/17  02:26:23
47557         Log: Test tweak for the open pragma.
47558      Branch: perl
47559            ! t/lib/b.t
47560 ____________________________________________________________________________
47561 [  7720] By: jhi                                   on 2000/11/17  00:23:22
47562         Log: The long double hints can be here or there.
47563      Branch: perl
47564            ! hints/solaris_2.sh
47565 ____________________________________________________________________________
47566 [  7719] By: jhi                                   on 2000/11/17  00:14:06
47567         Log: For Solaris use64bitall the stdchar needs a little bit of help.
47568      Branch: perl
47569            ! hints/solaris_2.sh
47570 ____________________________________________________________________________
47571 [  7718] By: jhi                                   on 2000/11/16  23:27:34
47572         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
47573              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
47574              Date: Wed, 15 Nov 2000 08:56:32 +0100
47575              Message-ID: <3A1241B0.64477E00@alcatel.at>
47576      Branch: perl
47577            ! lib/Carp/Heavy.pm
47578 ____________________________________________________________________________
47579 [  7717] By: jhi                                   on 2000/11/16  23:23:29
47580         Log: Subject: [PATCH] Re: 20001101.003 PDL
47581              From: Nicholas Clark <nick@ccl4.org>
47582              Date: Thu, 16 Nov 2000 16:48:25 +0000
47583              Message-ID: <20001116164825.B93487@plum.flirble.org>
47584      Branch: perl
47585            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
47586 ____________________________________________________________________________
47587 [  7716] By: jhi                                   on 2000/11/16  23:21:31
47588         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
47589              From: "Casey R. Tweten" <crt@kiski.net>
47590              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
47591              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
47592      Branch: perl
47593            ! lib/Pod/Checker.pm pod/perlpod.pod
47594 ____________________________________________________________________________
47595 [  7715] By: jhi                                   on 2000/11/16  23:19:40
47596         Log: Avoid an infinite loop in VMS when utils scripts are run
47597              with no arguments, from Charles Lane.
47598      Branch: perl
47599            ! configure.com
47600 ____________________________________________________________________________
47601 [  7714] By: jhi                                   on 2000/11/16  23:17:08
47602         Log: Subject: perllocale.pod changes
47603              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47604              Date: Mon, 13 Nov 2000 10:09:22 +0300
47605              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
47606      Branch: perl
47607            ! pod/perllocale.pod
47608 ____________________________________________________________________________
47609 [  7713] By: jhi                                   on 2000/11/16  23:14:06
47610         Log: Integrate perlio.
47611      Branch: perl
47612           !> doio.c perlio.c perlio.h util.c
47613 ____________________________________________________________________________
47614 [  7712] By: nick                                  on 2000/11/16  21:10:58
47615         Log: Integrate mainline
47616      Branch: perlio
47617           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47618           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
47619           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
47620           !> vos/config.ga.def vos/config.ga.h win32/config.bc
47621           !> win32/config.gc win32/config.vc
47622 ____________________________________________________________________________
47623 [  7711] By: nick                                  on 2000/11/16  19:56:41
47624         Log: Minor tweaks:
47625              consistent way of getting 'rb', 'wb' etc. for binary opens
47626              move *perlio::layers to *open::layers
47627              a #define to show layers available
47628              DOSISH popen/PerlIO had export/import sense inverted.
47629      Branch: perlio
47630            ! doio.c perlio.c perlio.h util.c
47631 ____________________________________________________________________________
47632 [  7710] By: jhi                                   on 2000/11/16  15:46:05
47633         Log: Add HAS_SBRK_PROTO.
47634      Branch: metaconfig/U/perl
47635            + d_sbrkproto.U
47636      Branch: perl
47637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47638            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
47639            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47640            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47641            ! win32/config.gc win32/config.vc
47642 ____________________________________________________________________________
47643 [  7709] By: nick                                  on 2000/11/16  07:31:49
47644         Log: Integrate mainline
47645      Branch: perlio
47646           !> (integrate 35 files)
47647 ____________________________________________________________________________
47648 [  7708] By: jhi                                   on 2000/11/16  05:33:03
47649         Log: These files are text, not binary.
47650      Branch: perl
47651            ! ext/Encode/Encode/iso8859-10.enc
47652            ! ext/Encode/Encode/iso8859-13.enc
47653            ! ext/Encode/Encode/iso8859-14.enc
47654            ! ext/Encode/Encode/iso8859-15.enc
47655 ____________________________________________________________________________
47656 [  7707] By: jhi                                   on 2000/11/16  01:53:37
47657         Log: Update Changes.
47658      Branch: perl
47659            ! Changes patchlevel.h
47660 ____________________________________________________________________________
47661 [  7706] By: jhi                                   on 2000/11/16  01:35:59
47662         Log: More #undefing of stdio.
47663      Branch: perl
47664            ! fakesdio.h nostdio.h
47665 ____________________________________________________________________________
47666 [  7705] By: jhi                                   on 2000/11/16  01:34:18
47667         Log: Add fwalk() probe to the configuration files and regen perltoc.
47668      Branch: perl
47669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47670            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
47671            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
47672            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47673            ! win32/config.bc win32/config.gc win32/config.vc
47674 ____________________________________________________________________________
47675 [  7704] By: jhi                                   on 2000/11/16  01:33:07
47676         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
47677              an optional third argument to Inlibc?)
47678      Branch: metaconfig/U/perl
47679            + d__fwalk.U
47680 ____________________________________________________________________________
47681 [  7703] By: jhi                                   on 2000/11/16  01:09:22
47682         Log: The type of the hash_cb() size argument is tricky.
47683      Branch: perl
47684            ! ext/DB_File/DB_File.xs
47685 ____________________________________________________________________________
47686 [  7702] By: jhi                                   on 2000/11/15  23:01:16
47687         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
47688      Branch: perl
47689            ! nostdio.h
47690 ____________________________________________________________________________
47691 [  7701] By: jhi                                   on 2000/11/15  22:52:32
47692         Log: Detypo.
47693      Branch: perl
47694            ! t/lib/bigfltpm.t
47695 ____________________________________________________________________________
47696 [  7700] By: jhi                                   on 2000/11/15  22:51:56
47697         Log: UINT64_C() work continues.
47698      Branch: perl
47699            ! handy.h perl.h utf8.h
47700 ____________________________________________________________________________
47701 [  7699] By: jhi                                   on 2000/11/15  14:13:04
47702         Log: SOCKS has its own USE_THREADS, based on
47703              
47704              Subject: [ID 20001114.002] et. al. bugfix followup
47705              From: Jens Hamisch <jens@Strawberry.COM> 
47706              Date: Wed, 15 Nov 2000 14:23:11 +0100
47707              Message-ID: <20001115142311.A21164@Strawberry.COM>
47708      Branch: perl
47709            ! perl.h
47710 ____________________________________________________________________________
47711 [  7698] By: jhi                                   on 2000/11/15  03:50:56
47712         Log: Add few missing #undefs and sort them.
47713      Branch: perl
47714            ! fakesdio.h
47715 ____________________________________________________________________________
47716 [  7697] By: jhi                                   on 2000/11/15  03:39:14
47717         Log: Linenumber fix.
47718      Branch: perl
47719            ! t/pragma/warn/utf8
47720 ____________________________________________________________________________
47721 [  7696] By: jhi                                   on 2000/11/15  02:55:26
47722         Log: EBCDIC tweaks.
47723              
47724              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
47725              From: Peter Prymmer <pvhp@forte.com>
47726              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
47727              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
47728      Branch: perl
47729            ! t/op/regmesg.t t/pragma/warn/utf8
47730 ____________________________________________________________________________
47731 [  7695] By: jhi                                   on 2000/11/15  02:53:58
47732         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
47733              From: Peter Prymmer <pvhp@forte.com>
47734              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
47735              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
47736      Branch: perl
47737            ! utf8.c
47738 ____________________________________________________________________________
47739 [  7694] By: jhi                                   on 2000/11/15  02:50:55
47740         Log: Subject: [PATCH: perl@7674] updates to README.os390
47741              From: Prymmer/Kahn <pvhp@best.com>
47742              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
47743              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
47744      Branch: perl
47745            ! README.os390
47746 ____________________________________________________________________________
47747 [  7693] By: jhi                                   on 2000/11/15  02:48:37
47748         Log: Quit utf8_to_uv() instantly if curlen == 0.
47749      Branch: perl
47750            ! utf8.c
47751 ____________________________________________________________________________
47752 [  7692] By: jhi                                   on 2000/11/15  02:24:29
47753         Log: Use u_int32_t for the size of hash_cb(), not size_t.
47754              
47755              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
47756              From: Jens Hamisch <jens@Strawberry.COM>     
47757              Date: Tue, 14 Nov 2000 19:03:55 +0100
47758              Message-Id: <20001114190355.A20559@Strawberry.COM>
47759      Branch: perl
47760            ! ext/DB_File/DB_File.xs
47761 ____________________________________________________________________________
47762 [  7691] By: jhi                                   on 2000/11/15  02:20:12
47763         Log: Use UINT64_C().
47764              
47765              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
47766              From: Jens Hamisch <jens@Strawberry.COM>
47767              Date: Tue, 14 Nov 2000 19:16:23 +0100
47768              Message-Id: <20001114191623.G20559@Strawberry.COM>
47769      Branch: perl
47770            ! utf8.c utf8.h
47771 ____________________________________________________________________________
47772 [  7690] By: jhi                                   on 2000/11/15  02:17:06
47773         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
47774              (a macro to define signed and unsigned integer constants).
47775      Branch: perl
47776            ! handy.h
47777 ____________________________________________________________________________
47778 [  7689] By: jhi                                   on 2000/11/15  01:56:51
47779         Log: Regen Configure.
47780      Branch: perl
47781            ! Configure
47782 ____________________________________________________________________________
47783 [  7688] By: jhi                                   on 2000/11/15  01:56:32
47784         Log: Make the unit know about SOCKS.
47785      Branch: metaconfig
47786            ! U/protos/socksizetype.U
47787 ____________________________________________________________________________
47788 [  7687] By: jhi                                   on 2000/11/15  01:54:47
47789         Log: Remove unused dependencies.
47790      Branch: metaconfig
47791            ! U/compline/d_getpagsz.U
47792 ____________________________________________________________________________
47793 [  7686] By: nick                                  on 2000/11/14  21:25:13
47794         Log: Integrate mainline.
47795      Branch: perlio
47796           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
47797           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
47798           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
47799           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
47800           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
47801           !> win32/config.bc win32/config.gc win32/config.vc
47802           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
47803 ____________________________________________________________________________
47804 [  7685] By: jhi                                   on 2000/11/14  17:54:56
47805         Log: Integrate perlio.
47806      Branch: perl
47807           +> fakesdio.h perliol.h
47808           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
47809           !> perlsdio.h perlsfio.h pod/perlfunc.pod
47810 ____________________________________________________________________________
47811 [  7684] By: nick                                  on 2000/11/14  17:43:04
47812         Log: PerlIO #include and #ifdef re-work.
47813      Branch: perlio
47814            + fakesdio.h perliol.h
47815            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
47816            ! perlsdio.h perlsfio.h
47817 ____________________________________________________________________________
47818 [  7683] By: jhi                                   on 2000/11/14  15:42:40
47819         Log: Hoist the duplicated socket/netdb include logic to perl.h;
47820              undef SETERRNO in case SOCKS has defined it.  Based on:
47821              
47822              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
47823              From: Jens Hamisch <jens@Strawberry.COM> 
47824              Date: Tue, 14 Nov 2000 11:34:40 +0100
47825              Message-Id: <20001114113440.A20005@Strawberry.COM>
47826      Branch: perl
47827            ! doio.c perl.h pp_sys.c
47828 ____________________________________________________________________________
47829 [  7682] By: jhi                                   on 2000/11/14  14:07:28
47830         Log: Subject: some additions for makefiles for win32 (for perl@7674)
47831              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47832              Date: Tue, 14 Nov 2000 09:31:13 +0300
47833              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
47834      Branch: perl
47835            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
47836            ! win32/makefile.mk
47837 ____________________________________________________________________________
47838 [  7681] By: jhi                                   on 2000/11/14  14:01:41
47839         Log: Subject: tiny typo in perl5db.pl
47840              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47841              Date: Tue, 14 Nov 2000 09:29:28 +0300
47842              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
47843      Branch: perl
47844            ! lib/perl5db.pl
47845 ____________________________________________________________________________
47846 [  7680] By: jhi                                   on 2000/11/14  04:13:50
47847         Log: Redo #7679 with LFs instead of CRLFs.
47848      Branch: perl
47849            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
47850            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
47851            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
47852 ____________________________________________________________________________
47853 [  7679] By: jhi                                   on 2000/11/14  01:21:09
47854         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
47855              From: Benjamin Stuhl <tiriath@yahoo.com> 
47856              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
47857              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
47858      Branch: perl
47859            + win32/bin/mdelete.bat
47860            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
47861            ! makedef.pl perlio.c win32/Makefile win32/config.gc
47862            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
47863 ____________________________________________________________________________
47864 [  7678] By: jhi                                   on 2000/11/14  01:19:20
47865         Log: Fix the re extension building for Win32.
47866              
47867              Subject: [PATCH perl@7638] Get PerlIO building on Win32
47868              From: Benjamin Stuhl <tiriath@yahoo.com> 
47869              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
47870              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
47871      Branch: perl
47872            + ext/re/hints/MSWin32.pl
47873            ! MANIFEST
47874 ____________________________________________________________________________
47875 [  7677] By: jhi                                   on 2000/11/14  01:13:54
47876         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
47877              From: sthoenna@efn.org
47878              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
47879              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
47880      Branch: perl
47881            ! doop.c pp.c toke.c utf8.c utf8.h
47882 ____________________________________________________________________________
47883 [  7676] By: jhi                                   on 2000/11/13  20:23:15
47884         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
47885              From: Nicholas Clark <nick@ccl4.org>
47886              Date: Mon, 13 Nov 2000 18:55:04 +0000
47887              Message-ID: <20001113185504.J29183@plum.flirble.org>
47888      Branch: perl
47889            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
47890 ____________________________________________________________________________
47891 [  7675] By: nick                                  on 2000/11/13  20:21:57
47892         Log: Integrate mainline ...
47893      Branch: perlio
47894           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
47895           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
47896           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
47897           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
47898 ____________________________________________________________________________
47899 [  7674] By: jhi                                   on 2000/11/13  15:07:56
47900         Log: Update Changes.
47901      Branch: perl
47902            ! Changes patchlevel.h
47903 ____________________________________________________________________________
47904 [  7673] By: jhi                                   on 2000/11/13  14:42:42
47905         Log: Remove the new two tests of lib/io_xs for now, they seem to
47906              fail under perlio on some platforms.
47907      Branch: perl
47908            ! t/lib/io_xs.t
47909 ____________________________________________________________________________
47910 [  7672] By: jhi                                   on 2000/11/13  13:57:53
47911         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
47912      Branch: perl
47913            ! perlio.c
47914 ____________________________________________________________________________
47915 [  7671] By: jhi                                   on 2000/11/13  05:30:48
47916         Log: Placate nervous compilers that see longer than ints switch()ing.
47917      Branch: perl
47918            ! utf8.c
47919 ____________________________________________________________________________
47920 [  7670] By: jhi                                   on 2000/11/13  05:14:21
47921         Log: fputs() does return EOF on error but here we don't care.
47922      Branch: perl
47923            ! perlio.c
47924 ____________________________________________________________________________
47925 [  7669] By: jhi                                   on 2000/11/13  05:02:45
47926         Log: Declare reg_data like reg_substr_data.
47927      Branch: perl
47928            ! regexp.h
47929 ____________________________________________________________________________
47930 [  7668] By: jhi                                   on 2000/11/13  04:54:34
47931         Log: Typos in #7667.
47932      Branch: perl
47933            ! perl.h
47934 ____________________________________________________________________________
47935 [  7667] By: jhi                                   on 2000/11/13  04:49:49
47936         Log: Cleanup messy #ifdef.
47937      Branch: perl
47938            ! perl.h
47939 ____________________________________________________________________________
47940 [  7666] By: jhi                                   on 2000/11/13  04:17:34
47941         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
47942              From: Nicholas Clark <nick@talking.bollo.cx>
47943              Date: Sun, 12 Nov 2000 21:14:11 +0000
47944              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
47945              
47946              Note: only one breakage of the two reported is fixed by this patch.
47947      Branch: perl
47948            ! perlio.c
47949 ____________________________________________________________________________
47950 [  7665] By: jhi                                   on 2000/11/13  04:05:07
47951         Log: Tweak the definition of the bit complement on UTF-8 data:
47952              if none of the characters in the string are > 0xff,
47953              the result is a complemented byte string, not a (UTF-8)
47954              char string.  Based on the summary in
47955              
47956              Subject: Re: [ID 20000918.005] ~ on wide chars
47957              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
47958              Date: Fri, 10 Nov 2000 09:47:15 -0800
47959              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
47960              
47961              This should give us the maximum backward (pre-char string)
47962              compatibility and utf8 compatibility.  The other alternative
47963              would be to limit the bit complement to be always byte only,
47964              taking the least significant byte of the chars.
47965      Branch: perl
47966            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
47967 ____________________________________________________________________________
47968 [  7664] By: jhi                                   on 2000/11/13  00:23:44
47969         Log: Couple of tests from #7660 salvaged.
47970      Branch: perl
47971            - t/op/tell.t
47972            ! MANIFEST t/io/tell.t
47973 ____________________________________________________________________________
47974 [  7663] By: jhi                                   on 2000/11/13  00:02:48
47975         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
47976              From: Nicholas Clark <nick@talking.bollo.cx>
47977              Date: Sun, 12 Nov 2000 21:23:43 +0000
47978              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
47979      Branch: perl
47980            ! perlsfio.h
47981 ____________________________________________________________________________
47982 [  7662] By: jhi                                   on 2000/11/13  00:01:39
47983         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
47984              From: Nicholas Clark <nick@talking.bollo.cx>
47985              Date: Sun, 12 Nov 2000 21:30:04 +0000
47986              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
47987      Branch: perl
47988            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
47989 ____________________________________________________________________________
47990 [  7661] By: jhi                                   on 2000/11/12  23:57:29
47991         Log: Document tell() on special streams.
47992      Branch: perl
47993            ! pod/perlfunc.pod
47994 ____________________________________________________________________________
47995 [  7660] By: jhi                                   on 2000/11/12  23:54:22
47996         Log: (Subsumed by #7664)
47997      Branch: perl
47998            + t/op/tell.t
47999            ! MANIFEST
48000 ____________________________________________________________________________
48001 [  7659] By: jhi                                   on 2000/11/12  22:55:25
48002         Log: Many subdocumented return values of the IO extension now documented.
48003              ungetc and write still left subdocumented.
48004              
48005              Subject: [PATCH] (was Re: IO::Handle::ungetc)
48006              From: Nicholas Clark <nick@talking.bollo.cx>
48007              Date: Sun, 12 Nov 2000 21:35:53 +0000
48008              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
48009      Branch: perl
48010            ! ext/IO/lib/IO/Handle.pm
48011 ____________________________________________________________________________
48012 [  7658] By: jhi                                   on 2000/11/12  21:37:06
48013         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
48014              From: Nicholas Clark <nick@talking.bollo.cx>
48015              Date: Sun, 12 Nov 2000 20:03:22 +0000
48016              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
48017      Branch: perl
48018            ! pod/perlfunc.pod
48019 ____________________________________________________________________________
48020 [  7657] By: jhi                                   on 2000/11/12  20:34:55
48021         Log: Integrate perlio.
48022      Branch: perl
48023           !> perlio.c
48024 ____________________________________________________________________________
48025 [  7656] By: nick                                  on 2000/11/12  19:25:06
48026         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
48027      Branch: perlio
48028            ! perlio.c
48029 ____________________________________________________________________________
48030 [  7655] By: nick                                  on 2000/11/12  19:09:41
48031         Log: Integrate mainline
48032      Branch: perlio
48033           +> README.solaris ext/Encode/Encode/cp1006.enc
48034           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
48035           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
48036           +> ext/Encode/Encode/iso8859-13.enc
48037           +> ext/Encode/Encode/iso8859-14.enc
48038           +> ext/Encode/Encode/iso8859-15.enc
48039           !> (integrate 34 files)
48040 ____________________________________________________________________________
48041 [  7654] By: jhi                                   on 2000/11/12  19:00:22
48042         Log: Add a metaconfig unit for fsync.
48043      Branch: metaconfig/U/perl
48044            + d_fsync.U
48045 ____________________________________________________________________________
48046 [  7653] By: jhi                                   on 2000/11/12  19:00:01
48047         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
48048      Branch: perl
48049            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48050            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48051            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48052            ! vos/config.ga.h win32/config.bc win32/config.gc
48053            ! win32/config.vc
48054 ____________________________________________________________________________
48055 [  7652] By: jhi                                   on 2000/11/11  21:12:01
48056         Log: Copy the s// information of README.hpux also to the perlrun.
48057      Branch: perl
48058            ! README.hpux pod/perlrun.pod
48059 ____________________________________________________________________________
48060 [  7651] By: jhi                                   on 2000/11/11  21:03:13
48061         Log: More README.solaris updates from Andy Dougherty.
48062      Branch: perl
48063            ! README.solaris
48064 ____________________________________________________________________________
48065 [  7650] By: jhi                                   on 2000/11/11  18:38:57
48066         Log: More descriptive error for unknown perlio layers.
48067              
48068              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
48069              From: Dominic Dunlop <domo@computer.org> 
48070              Date: Sat, 11 Nov 2000 18:20:32 +0100             
48071              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
48072      Branch: perl
48073            ! perlio.c pod/perldiag.pod
48074 ____________________________________________________________________________
48075 [  7649] By: jhi                                   on 2000/11/11  18:37:52
48076         Log: MachTen doesn't really do mmap() and munmap().
48077              
48078              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
48079              From: Dominic Dunlop <domo@computer.org> 
48080              Date: Sat, 11 Nov 2000 18:20:32 +0100             
48081              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
48082      Branch: perl
48083            ! hints/machten.sh
48084 ____________________________________________________________________________
48085 [  7648] By: jhi                                   on 2000/11/11  18:36:46
48086         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
48087              From: rspier@pobox.com (Robert Spier)
48088              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
48089              Message-ID: <14861.32839.491271.985797@rls.cx>
48090      Branch: perl
48091            ! Porting/Contract pod/perltoot.pod
48092 ____________________________________________________________________________
48093 [  7647] By: jhi                                   on 2000/11/11  18:35:30
48094         Log: Simplify the getpagesize() unit by dropping the
48095              pagesize probe since it's nowadays slightly more
48096              complicated because of sysconf(). (Note: if some
48097              platform really needs the -lPW for getpagesize,
48098              I just broke it.)
48099              
48100              TODO: a new pagesize unit.
48101      Branch: metaconfig
48102            ! U/compline/d_getpagsz.U
48103 ____________________________________________________________________________
48104 [  7646] By: jhi                                   on 2000/11/11  18:33:23
48105         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
48106      Branch: perl
48107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48108            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48109            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48110            ! vos/config.ga.h win32/config.bc win32/config.gc
48111            ! win32/config.vc
48112 ____________________________________________________________________________
48113 [  7645] By: jhi                                   on 2000/11/11  16:45:15
48114         Log: Use sysconf() or getpagesize() to find out the pagesize.
48115      Branch: perl
48116            ! perlio.c
48117 ____________________________________________________________________________
48118 [  7644] By: jhi                                   on 2000/11/11  15:46:08
48119         Log: Integrate perlio.
48120      Branch: perl
48121           !> perlio.c
48122 ____________________________________________________________________________
48123 [  7643] By: jhi                                   on 2000/11/11  15:33:36
48124         Log: Subject: Re: [PATCH] README.solaris
48125              From: Lupe Christoph <lupe@lupe-christoph.de>
48126              Date: Sat, 11 Nov 2000 14:08:10 +0100
48127              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
48128      Branch: perl
48129            ! README.solaris
48130 ____________________________________________________________________________
48131 [  7642] By: jhi                                   on 2000/11/11  15:22:12
48132         Log: Subject: [PATCH perl@7638] cygwin port
48133              From: "Eric Fifer" <egf7@columbia.edu>            
48134              Date: Fri, 10 Nov 2000 19:30:30 -0000
48135              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
48136      Branch: perl
48137            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
48138 ____________________________________________________________________________
48139 [  7641] By: nick                                  on 2000/11/11  14:50:36
48140         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
48141              Also call "Buf" layer directly when unread'ing non-read chars.
48142      Branch: perlio
48143            ! perlio.c
48144 ____________________________________________________________________________
48145 [  7640] By: jhi                                   on 2000/11/11  02:05:02
48146         Log: Add more encoding tables.
48147      Branch: perl
48148            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
48149            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
48150            + ext/Encode/Encode/iso8859-10.enc
48151            + ext/Encode/Encode/iso8859-13.enc
48152            + ext/Encode/Encode/iso8859-14.enc
48153            + ext/Encode/Encode/iso8859-15.enc
48154            ! MANIFEST
48155 ____________________________________________________________________________
48156 [  7639] By: jhi                                   on 2000/11/10  18:49:25
48157         Log: Subject: [PATCH] README.solaris
48158              From: Andy Dougherty <doughera@lafayette.edu>
48159              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
48160              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
48161      Branch: perl
48162            + README.solaris
48163            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
48164            ! pod/perl.pod pod/perltoc.pod
48165 ____________________________________________________________________________
48166 [  7638] By: jhi                                   on 2000/11/10  15:04:15
48167         Log: Update Changes.
48168      Branch: perl
48169            ! Changes patchlevel.h
48170 ____________________________________________________________________________
48171 [  7637] By: jhi                                   on 2000/11/10  14:14:28
48172         Log: Explain better why certain regex tests are skipped.
48173              
48174              Subject: Re: tests skipped: unknown reason
48175              From: Lupe Christoph <lupe@lupe-christoph.de>
48176              Date: Fri, 10 Nov 2000 09:08:56 +0100
48177              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
48178      Branch: perl
48179            ! t/op/regexp.t
48180 ____________________________________________________________________________
48181 [  7636] By: nick                                  on 2000/11/10  13:40:00
48182         Log: Integrate mainline.
48183      Branch: perlio
48184           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
48185           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
48186           !> win32/bin/search.pl
48187 ____________________________________________________________________________
48188 [  7635] By: nick                                  on 2000/11/10  13:25:52
48189         Log: Re-instate stdio large file support via perlio.
48190      Branch: perl
48191            ! perlio.c
48192 ____________________________________________________________________________
48193 [  7634] By: jhi                                   on 2000/11/10  04:49:55
48194         Log: Amdahl UTS hints updates.
48195              
48196              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
48197              From: hom00@utsglobal.com (Harold O Morris)
48198              Date: Thu, 9 Nov 2000 20:02 PST
48199              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
48200      Branch: perl
48201            ! hints/uts.sh
48202 ____________________________________________________________________________
48203 [  7633] By: jhi                                   on 2000/11/09  23:33:28
48204         Log: Subject: [PATCH] IO::Seekable pod
48205              From: Nicholas Clark <nick@talking.bollo.cx>
48206              Date: Thu, 9 Nov 2000 20:29:45 +0000
48207              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
48208      Branch: perl
48209            ! ext/IO/lib/IO/Handle.pm
48210 ____________________________________________________________________________
48211 [  7632] By: jhi                                   on 2000/11/09  21:55:41
48212         Log: Various doc oddball characters.
48213              
48214              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
48215              From: Michael Somos <somos@grail.cba.csuohio.edu>
48216              Date: Mon, 6 Nov 2000 17:44:20 -0500
48217              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
48218      Branch: perl
48219            ! emacs/cperl-mode.el lib/unicode/syllables.txt
48220            ! win32/bin/search.pl
48221 ____________________________________________________________________________
48222 [  7631] By: jhi                                   on 2000/11/09  21:12:29
48223         Log: Subject: Re: bash -c exit and linux hints 
48224              From: "John P. Linderman" <jpl@research.att.com>
48225              Date: Thu, 02 Nov 2000 09:37:25 -0500
48226              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
48227      Branch: perl
48228            ! hints/linux.sh
48229 ____________________________________________________________________________
48230 [  7630] By: nick                                  on 2000/11/09  20:34:11
48231         Log: Integrate mainline.
48232      Branch: perlio
48233           !> (integrate 91 files)
48234 ____________________________________________________________________________
48235 [  7629] By: jhi                                   on 2000/11/09  19:46:31
48236         Log: Missing dTHXs.
48237              
48238              Subject: RE: perl@7595 builds not on cygwin
48239              From: "Eric Fifer" <egf7@columbia.edu>
48240              Date: Thu, 9 Nov 2000 19:26:50 -0000
48241              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
48242      Branch: perl
48243            ! ext/Devel/Peek/Peek.xs
48244 ____________________________________________________________________________
48245 [  7628] By: jhi                                   on 2000/11/09  14:48:27
48246         Log: Disable only the tests 99 and 166 for UTF-8 locales.
48247      Branch: perl
48248            ! t/pragma/locale.t
48249 ____________________________________________________________________________
48250 [  7627] By: jhi                                   on 2000/11/09  14:40:27
48251         Log: There's no =head3.
48252      Branch: perl
48253            ! pod/perlhack.pod
48254 ____________________________________________________________________________
48255 [  7626] By: jhi                                   on 2000/11/09  13:54:26
48256         Log: The generated boot_* headers are wrong.  Pickier compiler,
48257              such as KAI C++ will refuse to compile the resulting perlmain.
48258              
48259              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
48260              From: Harri Pasanen <harri.pasanen@trema.com>
48261              Date: Thu, 09 Nov 2000 14:23:28 +0100
48262              Message-Id: <3A0AA550.26D548A3@trema.com>
48263      Branch: perl
48264            ! minimod.pl
48265 ____________________________________________________________________________
48266 [  7625] By: jhi                                   on 2000/11/09  13:50:44
48267         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
48268              From: Prymmer/Kahn <pvhp@best.com>
48269              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
48270              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
48271              
48272              All except the "cow orker" change.
48273      Branch: perl
48274            ! Porting/pumpkin.pod
48275 ____________________________________________________________________________
48276 [  7624] By: jhi                                   on 2000/11/09  13:45:33
48277         Log: Fix for
48278              
48279              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
48280              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48281              Date: Thu, 09 Nov 2000 11:05:52 +0100
48282              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
48283      Branch: perl
48284            ! pod/perldiag.pod t/pragma/warn/pp_sys
48285 ____________________________________________________________________________
48286 [  7623] By: jhi                                   on 2000/11/09  13:37:16
48287         Log: Typo in an ifndef.
48288              
48289              Subject: Re: [PATCH 5.7.0] better messages from malloc()
48290              From: Joe Smith <jms@inwap.com>         
48291              Date: Thu, 09 Nov 2000 01:33:14 -0800
48292              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
48293      Branch: perl
48294            ! malloc.c
48295 ____________________________________________________________________________
48296 [  7622] By: jhi                                   on 2000/11/09  13:31:18
48297         Log: Remove unused extra arguments.
48298      Branch: metaconfig/U/perl
48299            ! perlxv.U
48300      Branch: perl
48301            ! Configure config_h.SH
48302 ____________________________________________________________________________
48303 [  7621] By: jhi                                   on 2000/11/09  13:16:36
48304         Log: More VMS moves on environment handling, from Charles Lane.
48305      Branch: perl
48306            ! t/pragma/locale.t
48307 ____________________________________________________________________________
48308 [  7620] By: jhi                                   on 2000/11/09  04:42:38
48309         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
48310              From: David Dyck <dcd@tc.fluke.com>
48311              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
48312              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
48313      Branch: perl
48314            ! pp_sys.c
48315 ____________________________________________________________________________
48316 [  7619] By: jhi                                   on 2000/11/09  04:36:21
48317         Log: Forgot from #7618.
48318      Branch: perl
48319            ! lib/File/stat.pm
48320 ____________________________________________________________________________
48321 [  7618] By: jhi                                   on 2000/11/09  04:28:44
48322         Log: Make deleting for %ENV work for (newer versions of) VMS,
48323              from Craig A. Berry.
48324      Branch: perl
48325            ! vms/vms.c
48326 ____________________________________________________________________________
48327 [  7617] By: jhi                                   on 2000/11/09  04:25:05
48328         Log: Subject: [PATCH] Class::Struct at compile time
48329              From: "Casey R. Tweten" <crt@kiski.net>
48330              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
48331              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
48332      Branch: perl
48333            ! lib/Class/Struct.pm
48334 ____________________________________________________________________________
48335 [  7616] By: jhi                                   on 2000/11/09  04:15:17
48336         Log: Subject: [ID 20001108.013] spelling
48337              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
48338              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
48339              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
48340      Branch: perl
48341            ! lib/ftp.pl
48342 ____________________________________________________________________________
48343 [  7615] By: jhi                                   on 2000/11/09  04:12:42
48344         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
48345              From: Peter Prymmer <pvhp@forte.com>
48346              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
48347              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
48348      Branch: perl
48349            ! configure.com
48350 ____________________________________________________________________________
48351 [  7614] By: jhi                                   on 2000/11/08  22:42:55
48352         Log: A missing aTHX_.
48353      Branch: perl
48354            ! ext/IPC/SysV/SysV.xs
48355 ____________________________________________________________________________
48356 [  7613] By: jhi                                   on 2000/11/08  19:30:21
48357         Log: Update Changes.
48358      Branch: perl
48359            ! Changes patchlevel.h
48360 ____________________________________________________________________________
48361 [  7612] By: jhi                                   on 2000/11/08  18:35:25
48362         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
48363              From: David Dyck <dcd@tc.fluke.com>
48364              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
48365              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
48366      Branch: perl
48367            ! pp_sys.c
48368 ____________________________________________________________________________
48369 [  7611] By: jhi                                   on 2000/11/08  18:30:26
48370         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
48371              From: Dominic Dunlop <domo@computer.org>
48372              Date: Tue, 7 Nov 2000 12:05:25 +0100
48373              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
48374      Branch: perl
48375            ! malloc.c
48376 ____________________________________________________________________________
48377 [  7610] By: jhi                                   on 2000/11/08  18:25:14
48378         Log: Do not test UTF-8 locales since that the tests would require
48379              polymorphic regexen.
48380      Branch: perl
48381            ! t/pragma/locale.t
48382 ____________________________________________________________________________
48383 [  7609] By: jhi                                   on 2000/11/08  17:12:51
48384         Log: Locale buglets.
48385              
48386              Subject: RE: Locales support (setlocale) fixes
48387              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48388              Date: Wed, 8 Nov 2000 20:01:39 +0300
48389              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
48390      Branch: perl
48391            ! t/pragma/locale.t util.c
48392 ____________________________________________________________________________
48393 [  7608] By: jhi                                   on 2000/11/08  17:00:16
48394         Log: Deleting $ENV{PATH} in VMS is not recommendable.
48395      Branch: perl
48396            ! t/pragma/locale.t
48397 ____________________________________________________________________________
48398 [  7607] By: jhi                                   on 2000/11/08  16:58:26
48399         Log: Subject: PATCH std stdio for (Free)BSD
48400              From: Nicholas Clark <nick@ccl4.org>
48401              Date: Wed, 8 Nov 2000 15:36:29 +0000
48402              Message-ID: <20001108153629.D98736@plum.flirble.org>
48403      Branch: metaconfig
48404            ! U/compline/d_stdstdio.U
48405      Branch: perl
48406            ! Configure config_h.SH
48407 ____________________________________________________________________________
48408 [  7606] By: jhi                                   on 2000/11/08  16:43:31
48409         Log: Forgot to bump the line numbers in #7601.
48410      Branch: perl
48411            ! t/pragma/warn/pp_sys
48412 ____________________________________________________________________________
48413 [  7605] By: jhi                                   on 2000/11/08  16:39:12
48414         Log: More careful detection of how well NVs and UVs mix.
48415              
48416              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))
48417              From: Nicholas Clark <nick@ccl4.org>
48418              Date: Wed, 8 Nov 2000 15:14:12 +0000
48419              Message-ID: <20001108151412.B98736@plum.flirble.org>
48420              
48421              Added some SIGFPE paranoia.
48422      Branch: metaconfig/U/perl
48423            ! perlxv.U
48424      Branch: perl
48425            ! Configure config_h.SH
48426 ____________________________________________________________________________
48427 [  7604] By: jhi                                   on 2000/11/08  14:39:10
48428         Log: Subject: [patch perl@7595] VMS configure.com tweak
48429              From: "Craig A. Berry" <craigberry@mac.com>
48430              Date: Wed, 8 Nov 2000 00:24:12 -0600
48431              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
48432      Branch: perl
48433            ! configure.com
48434 ____________________________________________________________________________
48435 [  7603] By: jhi                                   on 2000/11/08  14:27:11
48436         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
48437              From: Robin Barker <rmb1@cise.npl.co.uk>
48438              Date: Wed, 8 Nov 2000 11:11:39 GMT
48439              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
48440      Branch: perl
48441            ! perlio.c
48442 ____________________________________________________________________________
48443 [  7602] By: jhi                                   on 2000/11/08  14:25:03
48444         Log: Fix for the tie-refhash string table leaks.
48445              
48446              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
48447              Date: Wed, 8 Nov 2000 13:03:04 GMT
48448              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
48449      Branch: perl
48450            ! t/lib/tie-refhash.t
48451 ____________________________________________________________________________
48452 [  7601] By: jhi                                   on 2000/11/08  14:21:08
48453         Log: Try to avoid flockless and emulationless places.
48454      Branch: perl
48455            ! t/pragma/warn/pp_sys
48456 ____________________________________________________________________________
48457 [  7600] By: jhi                                   on 2000/11/08  02:28:54
48458         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
48459              
48460              Subject: [PATCH] prototyped functions that should be overrideable
48461              From: "Casey R. Tweten" <crt@kiski.net>
48462              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
48463              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
48464      Branch: perl
48465            ! toke.c
48466 ____________________________________________________________________________
48467 [  7599] By: jhi                                   on 2000/11/08  01:12:05
48468         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
48469              
48470              Subject: [PATCH] perlbug.PL
48471              From: "Kurt D. Starsinic" <kstar@chapin.edu>
48472              Date: Mon, 6 Nov 2000 21:39:01 -0500
48473              Message-ID: <20001106213901.B20955@O2.chapin.edu>
48474      Branch: perl
48475            ! utils/perlbug.PL
48476 ____________________________________________________________________________
48477 [  7598] By: jhi                                   on 2000/11/07  23:42:00
48478         Log: Bad thinko in #7581 (I used the test program with the expanded
48479              values as-is).
48480      Branch: metaconfig
48481            ! U/compline/d_stdstdio.U
48482      Branch: perl
48483            ! Configure
48484 ____________________________________________________________________________
48485 [  7597] By: jhi                                   on 2000/11/07  21:43:29
48486         Log: Subject: [PATCH perl@7573] cygwin port
48487              From: "Fifer, Eric" <EFifer@sanwaint.com>
48488              Date: Tue, 7 Nov 2000 18:08:51 -0000 
48489              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
48490              
48491              Synchronize with Cygwin 1.1.5.
48492      Branch: perl
48493            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
48494            ! pod/perlport.pod unixish.h util.c
48495 ____________________________________________________________________________
48496 [  7596] By: jhi                                   on 2000/11/07  21:39:25
48497         Log: perlhack updates from H.Merijn Brand.
48498      Branch: perl
48499            ! pod/perlhack.pod
48500 ____________________________________________________________________________
48501 [  7595] By: jhi                                   on 2000/11/07  20:21:41
48502         Log: Update Changes.
48503      Branch: perl
48504            ! Changes patchlevel.h
48505 ____________________________________________________________________________
48506 [  7594] By: jhi                                   on 2000/11/07  19:18:58
48507         Log: Be more robust in Dynaloader.pm.
48508      Branch: perl
48509            ! ext/DynaLoader/DynaLoader_pm.PL
48510 ____________________________________________________________________________
48511 [  7593] By: jhi                                   on 2000/11/07  16:49:31
48512         Log: AUTHORS update.
48513      Branch: perl
48514            ! AUTHORS
48515 ____________________________________________________________________________
48516 [  7592] By: gsar                                  on 2000/11/07  16:39:51
48517         Log: normalize relative paths in virtualized current directory on windows,
48518              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
48519              returns)
48520      Branch: perl
48521            ! win32/vdir.h
48522 ____________________________________________________________________________
48523 [  7591] By: jhi                                   on 2000/11/07  16:04:26
48524         Log: Too profiler-happy: with optimization the #7590 actually makes
48525              the test to run 0.5% _slower_.  Requires much more instrumentation.
48526              Retract #7590.
48527      Branch: perl
48528            ! regcomp.c regcomp.h
48529 ____________________________________________________________________________
48530 [  7590] By: jhi                                   on 2000/11/07  15:51:13
48531         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
48532              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
48533              by using memset() and testing bytewise (as opposed to bitwise).
48534      Branch: perl
48535            ! regcomp.c regcomp.h
48536 ____________________________________________________________________________
48537 [  7589] By: jhi                                   on 2000/11/07  12:56:39
48538         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
48539              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48540              Date: Mon, 06 Nov 2000 23:45:30 -0500
48541              Message-Id: <0011079735.AA973576259@univpress.com>
48542      Branch: perl
48543            ! configure.com t/lib/st-lock.t
48544 ____________________________________________________________________________
48545 [  7588] By: jhi                                   on 2000/11/07  01:03:28
48546         Log: Tweak #7587.
48547      Branch: perl
48548            ! pod/perldiag.pod
48549 ____________________________________________________________________________
48550 [  7587] By: jhi                                   on 2000/11/07  01:00:27
48551         Log: A doc addition for bug id 20001105.019, beware \p.
48552      Branch: perl
48553            ! pod/perldiag.pod
48554 ____________________________________________________________________________
48555 [  7586] By: jhi                                   on 2000/11/07  00:32:22
48556         Log: Fake support of holey files in win/dosish platforms.
48557              
48558              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
48559              From: kipp@shonanblue.ne.jp
48560              Date: Mon, 6 Nov 2000 13:30:55 -0800
48561              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
48562      Branch: perl
48563            ! ext/SDBM_File/sdbm/sdbm.c
48564 ____________________________________________________________________________
48565 [  7585] By: jhi                                   on 2000/11/07  00:12:54
48566         Log: Subject: Pod updates
48567              From: "Stephen P. Potter" <spp@spotter.yi.org>
48568              Date: Mon, 06 Nov 2000 18:56:43 -0500
48569              Message-Id: <200011062357.SAA18173@spotter.yi.org>
48570      Branch: perl
48571            ! README.dos README.os2 README.win32 pod/buildtoc.PL
48572            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
48573            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
48574            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
48575            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
48576            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
48577            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
48578            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
48579            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
48580            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
48581            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
48582            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
48583            ! pod/perltootc.pod pod/perlunicode.pod
48584 ____________________________________________________________________________
48585 [  7584] By: jhi                                   on 2000/11/07  00:04:17
48586         Log: Varargs don't always work too well if one puts an unsigned
48587              char on the stack and pop an unsigned quad off the stack.
48588              
48589              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
48590              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
48591              Date: Mon, 06 Nov 2000 15:19:05 -0800
48592              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
48593      Branch: perl
48594            ! utf8.c
48595 ____________________________________________________________________________
48596 [  7583] By: jhi                                   on 2000/11/06  23:58:48
48597         Log: %ENV note tweaks from Dan Sugalski.
48598      Branch: perl
48599            ! pod/perlport.pod vms/perlvms.pod
48600 ____________________________________________________________________________
48601 [  7582] By: jhi                                   on 2000/11/06  23:05:49
48602         Log: glibc5 detection by __GNU_LIBRARY__.
48603      Branch: perl
48604            ! toke.c
48605 ____________________________________________________________________________
48606 [  7581] By: jhi                                   on 2000/11/06  22:51:29
48607         Log: Make the stdio test program of 7427 less noisy while being 
48608              compiled so that Digital UNIX wouldn't get both
48609              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
48610              undefined.  This makes perlio happy.
48611      Branch: metaconfig
48612            ! U/compline/d_stdstdio.U
48613      Branch: perl
48614            ! Configure config_h.SH
48615 ____________________________________________________________________________
48616 [  7580] By: jhi                                   on 2000/11/06  22:41:41
48617         Log: Document %ENV = () portability issues.
48618      Branch: perl
48619            ! pod/perlport.pod vms/perlvms.pod
48620 ____________________________________________________________________________
48621 [  7579] By: jhi                                   on 2000/11/06  21:29:24
48622         Log: VOS updates from Paul Green.
48623      Branch: perl
48624            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48625 ____________________________________________________________________________
48626 [  7578] By: jhi                                   on 2000/11/06  21:00:40
48627         Log: Sanitize the environment further.
48628      Branch: perl
48629            ! t/pragma/locale.t
48630 ____________________________________________________________________________
48631 [  7577] By: jhi                                   on 2000/11/06  20:53:51
48632         Log: Re-introduce 7552 lost in integration.
48633      Branch: perl
48634            ! perlio.c
48635 ____________________________________________________________________________
48636 [  7576] By: jhi                                   on 2000/11/06  20:33:46
48637         Log: Admit that the test leaks scalars.
48638      Branch: perl
48639            ! t/comp/proto.t
48640 ____________________________________________________________________________
48641 [  7575] By: jhi                                   on 2000/11/06  20:17:08
48642         Log: Integrate perlio.
48643      Branch: perl
48644           !> perlio.c
48645 ____________________________________________________________________________
48646 [  7574] By: nick                                  on 2000/11/06  20:07:28
48647         Log: Remove debug. Try (Mmap_t) on madvise() call.
48648      Branch: perlio
48649            ! perlio.c
48650 ____________________________________________________________________________
48651 [  7573] By: jhi                                   on 2000/11/06  13:56:05
48652         Log: Update Changes.
48653      Branch: perl
48654            ! Changes patchlevel.h
48655 ____________________________________________________________________________
48656 [  7572] By: jhi                                   on 2000/11/06  13:48:41
48657         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
48658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48659              Date: Mon, 06 Nov 2000 10:11:42 +0100
48660              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
48661      Branch: perl
48662            ! pod/perlhack.pod
48663 ____________________________________________________________________________
48664 [  7571] By: jhi                                   on 2000/11/06  01:45:51
48665         Log: AUTHORS updates.
48666      Branch: perl
48667            ! AUTHORS
48668 ____________________________________________________________________________
48669 [  7570] By: jhi                                   on 2000/11/06  00:18:00
48670         Log: Fix for
48671              
48672              Subject: [ID 20000728.005] perl -P broken
48673              From: David Dyck <dcd@tc.fluke.com>
48674              Date: Fri, 28 Jul 2000 17:19:16 -0700
48675              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
48676              
48677              (hopefully).  The fix is also not complete, it seems to break
48678              BOM swallowing for libc5 systems, but until someone figures
48679              out a way to do this without ftell(), this will do.
48680      Branch: perl
48681            ! toke.c
48682 ____________________________________________________________________________
48683 [  7569] By: jhi                                   on 2000/11/06  00:05:30
48684         Log: Document that the evaled syntax errors cause scalar leaks.
48685      Branch: perl
48686            ! t/comp/proto.t
48687 ____________________________________________________________________________
48688 [  7568] By: jhi                                   on 2000/11/05  23:14:47
48689         Log: opmini.o can linger from Configures past.
48690      Branch: perl
48691            ! Makefile.SH
48692 ____________________________________________________________________________
48693 [  7567] By: jhi                                   on 2000/11/05  21:28:39
48694         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
48695              first argument correctly.
48696      Branch: perl
48697            ! perlio.c
48698 ____________________________________________________________________________
48699 [  7566] By: jhi                                   on 2000/11/05  21:15:56
48700         Log: Integrate perlio.
48701      Branch: perl
48702           !> perlio.c
48703 ____________________________________________________________________________
48704 [  7565] By: jhi                                   on 2000/11/05  21:15:13
48705         Log: Use -dM for gcc (the suggested patch did it only for Linux,
48706              but I think it can be generalized).
48707              
48708              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
48709              From: Pixel <pixel@mandrakesoft.com>
48710              Date: 05 Nov 2000 21:49:34 +0100 
48711              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
48712      Branch: perl
48713            ! ext/Errno/Errno_pm.PL
48714 ____________________________________________________________________________
48715 [  7564] By: nick                                  on 2000/11/05  21:09:18
48716         Log: Added a mmap layer as a "subclass" of perlio.
48717              PERLIO=mmap ./perl harness passes
48718      Branch: perlio
48719            ! perlio.c
48720 ____________________________________________________________________________
48721 [  7563] By: jhi                                   on 2000/11/05  19:48:55
48722         Log: Add a note for future generations about bug id 20000229.006.
48723      Branch: perl
48724            ! malloc.c
48725 ____________________________________________________________________________
48726 [  7562] By: jhi                                   on 2000/11/05  19:38:24
48727         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
48728      Branch: perl
48729            ! pp_ctl.c t/op/pos.t
48730 ____________________________________________________________________________
48731 [  7561] By: jhi                                   on 2000/11/05  18:21:46
48732         Log: Add =pod to be tidy.
48733      Branch: perl
48734            ! lib/Math/Complex.pm
48735 ____________________________________________________________________________
48736 [  7560] By: jhi                                   on 2000/11/05  17:38:46
48737         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
48738      Branch: perl
48739            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48740            ! ext/Storable/Storable.xs t/lib/st-recurse.t
48741 ____________________________________________________________________________
48742 [  7559] By: jhi                                   on 2000/11/05  17:32:59
48743         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
48744              From: "Peter J. Farley III" <pjfarley@banet.net>
48745              Date: Sun, 05 Nov 2000 11:55:59 -0500
48746              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
48747      Branch: perl
48748            ! t/lib/syslog.t
48749 ____________________________________________________________________________
48750 [  7558] By: jhi                                   on 2000/11/05  17:29:19
48751         Log: Integrate perlio.
48752      Branch: perl
48753           !> perlio.c
48754 ____________________________________________________________________________
48755 [  7557] By: jhi                                   on 2000/11/05  17:22:01
48756         Log: A fix of sorts for 20000329.026, a better error message
48757              for a missing "use charnames" when using the \N{...}. 
48758      Branch: perl
48759            ! pod/perldiag.pod toke.c
48760 ____________________________________________________________________________
48761 [  7556] By: jhi                                   on 2000/11/05  16:33:50
48762         Log: Test tweak: show also the failed locales.
48763              
48764              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
48765              From: Lupe Christoph <lupe@lupe-christoph.de>         
48766              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
48767              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
48768      Branch: perl
48769            ! t/pragma/locale.t
48770 ____________________________________________________________________________
48771 [  7555] By: nick                                  on 2000/11/05  11:09:34
48772         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
48773              open RDWR so does not fail. (pragma/warnings 303 again...)
48774      Branch: perlio
48775            ! perlio.c
48776 ____________________________________________________________________________
48777 [  7554] By: nick                                  on 2000/11/05  10:10:13
48778         Log: Fix case where ungetc(f,EOF) was allowed.
48779              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
48780              so we can see similarities.
48781              Use types more carefully and a STDCHAR array in hope that this will
48782              fix Jarrko's 64bit machine.
48783      Branch: perlio
48784            ! perlio.c
48785 ____________________________________________________________________________
48786 [  7553] By: jhi                                   on 2000/11/05  01:12:16
48787         Log: Fix for
48788              
48789              Subject: [ID 20001004.007] taint propogation is inconsistent
48790              From: pimlott@idiomtech.com (Andrew Pimlott) 
48791              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
48792              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
48793              
48794              The culprit was sv_setsv() which was rather blindly
48795              propagating taint, which lead to behaviour where if
48796              a tainted anon hash value was seen all the hash values
48797              from then on at that level became tainted, or at any
48798              upper levels in the case of nested anon hashes.
48799      Branch: perl
48800            ! sv.c t/op/taint.t
48801 ____________________________________________________________________________
48802 [  7552] By: jhi                                   on 2000/11/04  23:44:18
48803         Log: Some cpps don't like splitting conditionals across several lines.
48804      Branch: perl
48805            ! perlio.c
48806 ____________________________________________________________________________
48807 [  7551] By: nick                                  on 2000/11/04  23:40:44
48808         Log: Integrate mainline
48809      Branch: perlio
48810           !> pp_hot.c t/op/taint.t
48811 ____________________________________________________________________________
48812 [  7550] By: nick                                  on 2000/11/04  23:39:05
48813         Log: Integrate mainline again
48814      Branch: perlio
48815           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
48816           !> t/lib/b.t t/op/misc.t util.c
48817 ____________________________________________________________________________
48818 [  7549] By: jhi                                   on 2000/11/04  23:14:01
48819         Log: Fix for
48820              
48821              Subject: [ID 20001004.006] undef is never tainted
48822              From: pimlott@idiomtech.com (Andrew Pimlott)
48823              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
48824              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
48825              
48826              An undef read from a slurped file was not tainted.
48827      Branch: perl
48828            ! pp_hot.c t/op/taint.t
48829 ____________________________________________________________________________
48830 [  7548] By: jhi                                   on 2000/11/04  22:56:21
48831         Log: Test tweak ($Config{useperlio} is by default undef) .
48832      Branch: perl
48833            ! t/lib/b.t
48834 ____________________________________________________________________________
48835 [  7547] By: jhi                                   on 2000/11/04  22:43:56
48836         Log: Integrate perlio.
48837      Branch: perl
48838           +> lib/perlio.pm
48839           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
48840           !> pod/perlapi.pod t/lib/b.t
48841 ____________________________________________________________________________
48842 [  7546] By: jhi                                   on 2000/11/04  22:40:59
48843         Log: Configure would use a bad $myuname from an old config.sh.
48844              
48845              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
48846              From: Andy Dougherty <doughera@lafayette.edu>
48847              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
48848              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
48849      Branch: metaconfig
48850            ! U/modified/Oldconfig.U
48851      Branch: perl
48852            ! Configure config_h.SH
48853 ____________________________________________________________________________
48854 [  7545] By: jhi                                   on 2000/11/04  22:36:54
48855         Log: Subject: Locales support (setlocale) fixes
48856              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48857              Date: Sat, 4 Nov 2000 10:15:48 +0300 
48858              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
48859              
48860              Modified quite a bit to be more portable.
48861      Branch: perl
48862            ! embed.h embed.pl perl.h proto.h util.c
48863 ____________________________________________________________________________
48864 [  7544] By: jhi                                   on 2000/11/04  22:32:47
48865         Log: Dying is too strict here, better just skip.
48866      Branch: perl
48867            ! t/op/misc.t
48868 ____________________________________________________________________________
48869 [  7543] By: nick                                  on 2000/11/04  21:55:13
48870         Log: Merge mainline
48871      Branch: perlio
48872           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
48873           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
48874           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
48875           !> (integrate 64 files)
48876 ____________________________________________________________________________
48877 [  7542] By: jhi                                   on 2000/11/04  21:09:28
48878         Log: More Changes tweakery.
48879      Branch: perl
48880            ! Changes Porting/genlog
48881 ____________________________________________________________________________
48882 [  7541] By: jhi                                   on 2000/11/04  20:58:18
48883         Log: Changes fixups.
48884      Branch: perl
48885            ! Changes
48886 ____________________________________________________________________________
48887 [  7540] By: jhi                                   on 2000/11/04  20:42:38
48888         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
48889              create a "fast path" for locale name probing using "locale -a"
48890              if available, squash finally hopefully the s?printf resetting
48891              the numeric locale (since, IIUC perllocale, it never shouldn't). 
48892      Branch: perl
48893            ! sv.c t/op/misc.t t/pragma/locale.t
48894 ____________________________________________________________________________
48895 [  7539] By: nick                                  on 2000/11/04  19:56:10
48896         Log: PerlIO infrastructure complete.
48897      Branch: perlio
48898            + lib/perlio.pm
48899            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
48900 ____________________________________________________________________________
48901 [  7538] By: nick                                  on 2000/11/04  14:31:32
48902         Log: Type tweaks + less contorted allocation scheme
48903      Branch: perlio
48904            ! perlio.c
48905 ____________________________________________________________________________
48906 [  7537] By: nick                                  on 2000/11/04  12:40:42
48907         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
48908              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
48909              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
48910              sensible) which lead to some interesting fails.
48911      Branch: perlio
48912            ! perlio.c
48913 ____________________________________________________________________________
48914 [  7536] By: jhi                                   on 2000/11/04  00:20:02
48915         Log: Add FCNTL_CAN_LOCK.
48916              
48917              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
48918              From: Andy Dougherty <doughera@lafayette.edu>
48919              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
48920              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
48921              
48922              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
48923              From: Andy Dougherty <doughera@lafayette.edu>
48924              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
48925              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
48926      Branch: metaconfig/U/perl
48927            + d_fcntl_can_lock.U
48928            ! startperl.U
48929      Branch: perl
48930            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48931            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
48932            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48933            ! vos/config.ga.h win32/config.bc win32/config.gc
48934            ! win32/config.vc
48935 ____________________________________________________________________________
48936 [  7535] By: nick                                  on 2000/11/03  22:19:10
48937         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
48938              - Works on Linux with
48939              perlio + unix
48940              stdio
48941              - Works on Solaris with
48942              perlio + unix
48943              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
48944              - Fails (hangs in openpid) if you try and stack
48945              perlio + stdio - Linux stdio's read() logic is hanging.
48946      Branch: perlio
48947            ! iperlsys.h perlio.c
48948 ____________________________________________________________________________
48949 [  7534] By: jhi                                   on 2000/11/03  15:16:02
48950         Log: Subject: Re: README.aix
48951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48952              Date: Fri, 03 Nov 2000 16:03:15 +0100
48953              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
48954      Branch: perl
48955            ! README.aix
48956 ____________________________________________________________________________
48957 [  7533] By: jhi                                   on 2000/11/03  03:59:02
48958         Log: Subject: [PATCH 5.7.0] better messages from malloc()
48959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48960              Date: Wed, 1 Nov 2000 23:39:56 -0500
48961              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
48962      Branch: perl
48963            ! malloc.c pod/perldiag.pod
48964 ____________________________________________________________________________
48965 [  7532] By: jhi                                   on 2000/11/03  00:11:56
48966         Log: The #7521 touched things it shouldn't have.
48967      Branch: perl
48968            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
48969 ____________________________________________________________________________
48970 [  7531] By: jhi                                   on 2000/11/02  22:32:33
48971         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
48972              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48973              Date:     Thu, 2 Nov 2000 16:58:36 EST
48974              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
48975      Branch: perl
48976            ! vms/gen_shrfls.pl
48977 ____________________________________________________________________________
48978 [  7530] By: jhi                                   on 2000/11/02  22:08:49
48979         Log: Fix the problem discussed in
48980              
48981              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
48982              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
48983              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
48984              
48985              originally from Linc Madison.  Also Andreas König's comments
48986              taken into account.  Some other problems with Tie::SubstrHash
48987              fixed: didn't croak when the table exceeded the requested number
48988              of entries (as documented) but instead when the number of entries
48989              exceeded the size of the table, a croak() had an unnecessary \n,
48990              didn't have a CLEAR method, documented that there is no exists().
48991              Didn't fix to be strict-proof because the module uses &foo; and
48992              dynamic scope.  Added a test script exercizing both first tamely 
48993              the basic functionality, and then the failure cases reported by
48994              Linc Madison.
48995      Branch: perl
48996            + t/lib/tie-substrhash.t
48997            ! MANIFEST lib/Tie/SubstrHash.pm
48998 ____________________________________________________________________________
48999 [  7529] By: jhi                                   on 2000/11/02  17:58:08
49000         Log: recv() can fail and return undef.
49001              
49002              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
49003              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
49004              Date: Thu, 2 Nov 2000 20:12:20 +0300
49005              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
49006      Branch: perl
49007            ! lib/Net/Ping.pm
49008 ____________________________________________________________________________
49009 [  7528] By: jhi                                   on 2000/11/02  17:49:09
49010         Log: Detpyo.
49011      Branch: perl
49012            ! pod/perlop.pod
49013 ____________________________________________________________________________
49014 [  7527] By: jhi                                   on 2000/11/02  15:48:37
49015         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
49016              fix a autovivification bug in Tie::RefHash, add tests for both.
49017              
49018              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
49019              From: Edward Avis <epa98@doc.ic.ac.uk>
49020              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
49021              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
49022      Branch: perl
49023            + t/lib/tie-refhash.t
49024            ! MANIFEST lib/Tie/RefHash.pm
49025 ____________________________________________________________________________
49026 [  7526] By: jhi                                   on 2000/11/02  13:56:26
49027         Log: Test::Harness revealed buglets in the new DynaLoader.
49028              
49029              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
49030              From: andreas.koenig@anima.de (Andreas J. Koenig)
49031              Date: 02 Nov 2000 11:26:48 +0100 
49032              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
49033      Branch: perl
49034            ! ext/DynaLoader/DynaLoader_pm.PL
49035 ____________________________________________________________________________
49036 [  7525] By: jhi                                   on 2000/11/01  23:52:08
49037         Log: The entry for #7503 was missing.
49038      Branch: perl
49039            ! Changes
49040 ____________________________________________________________________________
49041 [  7524] By: jhi                                   on 2000/11/01  23:40:52
49042         Log: Update Changes.
49043      Branch: perl
49044            ! Changes patchlevel.h
49045 ____________________________________________________________________________
49046 [  7523] By: jhi                                   on 2000/11/01  22:57:09
49047         Log: More tweaking on the #7522 theme.
49048      Branch: perl
49049            ! ext/DynaLoader/DynaLoader_pm.PL
49050 ____________________________________________________________________________
49051 [  7522] By: jhi                                   on 2000/11/01  22:06:15
49052         Log: Expand %Config variables and %ENV variables only if
49053              so requested during build time using the
49054              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
49055              Not expanding makes relocating distributions easier.
49056      Branch: perl
49057            ! ext/DynaLoader/DynaLoader_pm.PL
49058 ____________________________________________________________________________
49059 [  7521] By: jhi                                   on 2000/11/01  20:56:34
49060         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
49061              and setgid() because they were just changing $< and $( which means
49062              only changing the real uid/gid, as opposed to changing both
49063              real and effective ids.  (The alternative way could have been
49064              in POSIX.pm to change $> and $), too, but making a direct call
49065              to the C API feels cleaner.)  Fixes the bug
49066              
49067              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
49068              From: "Garry T. Williams" <garry@zvolve.com>
49069              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
49070              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
49071      Branch: perl
49072            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49073            ! ext/POSIX/typemap pod/perlvar.pod
49074 ____________________________________________________________________________
49075 [  7520] By: jhi                                   on 2000/11/01  20:08:33
49076         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
49077              From: "Garry T. Williams" <garry@zvolve.com>
49078              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
49079              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
49080      Branch: perl
49081            ! pod/perlsec.pod
49082 ____________________________________________________________________________
49083 [  7519] By: jhi                                   on 2000/11/01  20:01:22
49084         Log: Locale warning explanation tweak.
49085      Branch: perl
49086            ! pod/perldiag.pod
49087 ____________________________________________________________________________
49088 [  7518] By: jhi                                   on 2000/11/01  18:57:13
49089         Log: C.pm part of
49090              
49091              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
49092              From: Jarkko Hietaniemi <jhi@iki.fi>
49093              Date: Tue, 10 Oct 2000 08:22:28 -0500
49094              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
49095      Branch: perl
49096            ! ext/B/B/C.pm
49097 ____________________________________________________________________________
49098 [  7517] By: jhi                                   on 2000/11/01  18:41:59
49099         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
49100              From: Martien Verbruggen <mgjv@comdyn.com.au>
49101              Date: Fri, 6 Oct 2000 14:09:10 +1100
49102              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
49103      Branch: perl
49104            ! pod/perlop.pod
49105 ____________________________________________________________________________
49106 [  7516] By: jhi                                   on 2000/11/01  18:34:55
49107         Log: Generalize the Camel wording.
49108              
49109              Subject: Re: perlfaq style changes
49110              From: John Borwick <jhborwic@unity.ncsu.edu>
49111              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
49112              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
49113      Branch: perl
49114            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
49115 ____________________________________________________________________________
49116 [  7515] By: jhi                                   on 2000/11/01  16:52:31
49117         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
49118              From: pimlott@idiomtech.com (Andrew Pimlott)
49119              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
49120              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
49121      Branch: perl
49122            ! pod/perlsec.pod
49123 ____________________________________________________________________________
49124 [  7514] By: jhi                                   on 2000/11/01  15:03:40
49125         Log: More AIX lore.
49126      Branch: perl
49127            ! ext/re/hints/aix.pl
49128 ____________________________________________________________________________
49129 [  7513] By: jhi                                   on 2000/11/01  14:48:30
49130         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
49131              From: root <root@chronos.fi.muni.cz>
49132              Date: Wed, 1 Nov 2000 12:31:32 +0100
49133              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
49134      Branch: perl
49135            ! lib/Net/Ping.pm
49136 ____________________________________________________________________________
49137 [  7512] By: jhi                                   on 2000/11/01  14:46:47
49138         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
49139              From: Martin Husemann <martin@duskware.de>
49140              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
49141              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
49142      Branch: perl
49143            ! regcomp.c
49144 ____________________________________________________________________________
49145 [  7511] By: jhi                                   on 2000/11/01  14:39:50
49146         Log: AUTHORS updates.
49147      Branch: perl
49148            ! AUTHORS
49149 ____________________________________________________________________________
49150 [  7510] By: jhi                                   on 2000/11/01  14:29:50
49151         Log: Subject: [PATCH] startperl to respect versiononly
49152              From: Robin Barker <rmb1@cise.npl.co.uk> 
49153              Date: Tue, 31 Oct 2000 16:29:36 GMT
49154              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
49155      Branch: metaconfig/U/perl
49156            ! startperl.U
49157      Branch: perl
49158            ! Configure config_h.SH
49159 ____________________________________________________________________________
49160 [  7509] By: jhi                                   on 2000/11/01  14:19:53
49161         Log: printf UVs the correct way, noticed by Robin Barker.
49162      Branch: perl
49163            ! utf8.c
49164 ____________________________________________________________________________
49165 [  7508] By: jhi                                   on 2000/11/01  14:10:03
49166         Log: Do not cleanup *% because the % has special meanings in some
49167              shell environments.
49168      Branch: perl
49169            ! ext/Storable/Makefile.PL
49170 ____________________________________________________________________________
49171 [  7507] By: jhi                                   on 2000/11/01  14:06:00
49172         Log: The NonStop-UX libraries have a novel way to say NaN.
49173      Branch: perl
49174            ! t/lib/bigfltpm.t
49175 ____________________________________________________________________________
49176 [  7506] By: jhi                                   on 2000/11/01  14:03:35
49177         Log: The osname has been lowercased by now, from Tom Bates.
49178      Branch: metaconfig
49179            ! U/modified/Oldconfig.U
49180      Branch: perl
49181            ! Configure config_h.SH
49182 ____________________________________________________________________________
49183 [  7505] By: jhi                                   on 2000/10/31  19:18:39
49184         Log: The compiler is either gcc or cc, from Tom Bates.
49185      Branch: perl
49186            ! hints/nonstopux.sh
49187 ____________________________________________________________________________
49188 [  7504] By: jhi                                   on 2000/10/31  14:53:42
49189         Log: Update Changes.
49190      Branch: perl
49191            ! Changes patchlevel.h
49192 ____________________________________________________________________________
49193 [  7503] By: jhi                                   on 2000/10/31  14:30:50
49194         Log: Whitespace style tweak.  Was originally going to see to
49195              
49196              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
49197              From: Joe Smith <jms@inwap.com>
49198              Date: Mon, 30 Oct 2000 18:47:57 -0800
49199              Message-Id: <39FE32DD.24AAC4D@inwap.com>
49200              
49201              but that had already been taken care of.
49202      Branch: metaconfig
49203            ! U/compline/d_stdstdio.U
49204      Branch: perl
49205            ! Configure config_h.SH
49206 ____________________________________________________________________________
49207 [  7502] By: jhi                                   on 2000/10/31  14:25:02
49208         Log: AUTHORS tweaks.
49209      Branch: perl
49210            ! AUTHORS
49211 ____________________________________________________________________________
49212 [  7501] By: jhi                                   on 2000/10/31  14:23:59
49213         Log: Subject: perlfaq style changes
49214              From: John Borwick <jhborwic@unity.ncsu.edu>
49215              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
49216              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
49217      Branch: perl
49218            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
49219            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
49220            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
49221            ! pod/perlfaq9.pod
49222 ____________________________________________________________________________
49223 [  7500] By: jhi                                   on 2000/10/31  14:22:15
49224         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
49225              
49226              Subject: Re: [ID 20000918.005] ~ on wide chars
49227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49228              Date: Mon, 30 Oct 2000 21:09:55 -0800
49229              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
49230              
49231              (The ord() part of the patch skipped.)
49232      Branch: perl
49233            ! doop.c
49234 ____________________________________________________________________________
49235 [  7499] By: jhi                                   on 2000/10/31  14:20:08
49236         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
49237              From: Jens Hamisch <jens@Strawberry.COM>
49238              Date: Mon, 30 Oct 2000 15:17:07 +0100
49239              Message-Id: <20001030151707.A9597@Strawberry.COM>
49240      Branch: perl
49241            ! av.c
49242 ____________________________________________________________________________
49243 [  7498] By: jhi                                   on 2000/10/31  14:16:29
49244         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
49245              From: Peter Prymmer <pvhp@forte.com>
49246              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
49247              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
49248      Branch: perl
49249            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
49250            + ext/Encode/Encode/posix-bc.enc
49251            ! MANIFEST t/lib/encode.t
49252 ____________________________________________________________________________
49253 [  7497] By: jhi                                   on 2000/10/31  14:13:22
49254         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
49255              From: Peter Prymmer <pvhp@forte.com>
49256              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
49257              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
49258      Branch: perl
49259            ! t/lib/cgi-html.t
49260 ____________________________________________________________________________
49261 [  7496] By: jhi                                   on 2000/10/31  14:12:05
49262         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
49263              From: Peter Prymmer <pvhp@forte.com>
49264              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
49265              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
49266      Branch: perl
49267            ! t/lib/cgi-function.t
49268 ____________________________________________________________________________
49269 [  7495] By: jhi                                   on 2000/10/31  14:11:08
49270         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
49271              From: Peter Prymmer <pvhp@forte.com>
49272              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
49273              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
49274      Branch: perl
49275            + ext/re/hints/aix.pl
49276            ! MANIFEST ext/re/Makefile.PL
49277 ____________________________________________________________________________
49278 [  7494] By: jhi                                   on 2000/10/31  14:08:32
49279         Log: Use Errno magic.
49280              
49281              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
49282              From: Casey Tweten <perl@ctweten.amsite.com>
49283              Date: Mon, 30 Oct 2000 15:51:17 -0500
49284              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
49285      Branch: perl
49286            ! lib/File/Temp.pm
49287 ____________________________________________________________________________
49288 [  7493] By: jhi                                   on 2000/10/31  14:05:07
49289         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
49290              
49291              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
49292              From: Nicholas Clark <nick@ccl4.org>
49293              Date: Mon, 30 Oct 2000 17:38:45 +0000
49294              Message-ID: <20001030173845.O60355@plum.flirble.org>
49295      Branch: perl
49296            ! Makefile.SH utils/perlbug.PL
49297 ____________________________________________________________________________
49298 [  7492] By: nick                                  on 2000/10/30  19:37:23
49299         Log: Change files which are mysteriously different to mainline to be
49300              copies of mainline.
49301      Branch: perlio
49302            ! objXSUB.h perlapi.c pod/perlapi.pod
49303 ____________________________________________________________________________
49304 [  7491] By: nick                                  on 2000/10/30  18:05:54
49305         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
49306              - typo in endian code in putc.
49307              - Don't allow read of write-only files and vice-versa
49308              - and off-by-one in flush-all loop.
49309              Remove debug calls as they were using GCC specific features.
49310      Branch: perlio
49311            ! perlio.c
49312 ____________________________________________________________________________
49313 [  7490] By: nick                                  on 2000/10/29  21:45:45
49314         Log: Integrate mainline to perlio
49315      Branch: perlio
49316           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
49317           !> toke.c
49318 ____________________________________________________________________________
49319 [  7489] By: jhi                                   on 2000/10/29  21:11:08
49320         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
49321              From: andreas.koenig@anima.de (Andreas J. Koenig)
49322              Date: 29 Oct 2000 22:05:59 +0100
49323              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
49324      Branch: perl
49325            ! lib/ExtUtils/Manifest.pm
49326 ____________________________________________________________________________
49327 [  7488] By: jhi                                   on 2000/10/29  21:07:47
49328         Log: Tests for #7487.
49329              
49330              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
49331              From: andreas.koenig@anima.de (Andreas J. Koenig)
49332              Date: 29 Oct 2000 19:37:09 +0100
49333              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
49334      Branch: perl
49335            ! t/comp/proto.t
49336 ____________________________________________________________________________
49337 [  7487] By: jhi                                   on 2000/10/29  21:06:27
49338         Log: constsub spillage.
49339              
49340              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
49341              From: John Tobey <jtobey@john-edwin-tobey.org>
49342              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
49343              Message-Id: <m13pvSr-000FObC@feynman.localnet>
49344      Branch: perl
49345            ! op.c
49346 ____________________________________________________________________________
49347 [  7486] By: nick                                  on 2000/10/29  21:05:04
49348         Log: Integrate mainline to perlio branch
49349      Branch: perlio
49350           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
49351           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
49352           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
49353           +> vos/install_perl.cm
49354            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
49355            - vos/config.h vos/config_h.SH_orig
49356           !> (integrate 141 files)
49357 ____________________________________________________________________________
49358 [  7485] By: jhi                                   on 2000/10/29  21:00:47
49359         Log: Make \x{...} consistently produce UTF-8.
49360              
49361              Subject: Re: \x{...} is confused 
49362              From: Simon Cozens <simon@cozens.net>
49363              Date: Sun, 29 Oct 2000 19:36:48 +0000
49364              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
49365      Branch: perl
49366            ! t/pragma/utf8.t toke.c
49367 ____________________________________________________________________________
49368 [  7484] By: nick                                  on 2000/10/29  20:05:29
49369         Log: PerlIO passes all tests.
49370      Branch: perlio
49371            ! perlio.c
49372 ____________________________________________________________________________
49373 [  7483] By: jhi                                   on 2000/10/29  18:06:55
49374         Log: Update Changes.
49375      Branch: perl
49376            ! Changes patchlevel.h
49377 ____________________________________________________________________________
49378 [  7482] By: nick                                  on 2000/10/29  17:43:28
49379         Log: Include <unistd.h> to get correct lseek() prototype etc.
49380              (I thought perl.h did that) - down to two fails
49381              - comp/require.t (last test)
49382              - lib/io_xs.t - possibly import/export of FILE * ?
49383      Branch: perlio
49384            ! perlio.c
49385 ____________________________________________________________________________
49386 [  7481] By: jhi                                   on 2000/10/29  17:02:37
49387         Log: UTF-8 decoder tweak.
49388      Branch: perl
49389            ! utf8.c
49390 ____________________________________________________________________________
49391 [  7480] By: nick                                  on 2000/10/29  16:26:11
49392         Log: Fixed two bugs:
49393              - error code not being set on close (of broken pipe)
49394              - append mode was truncating.
49395              At least one seek/tell bug remains.
49396      Branch: perlio
49397            ! perlio.c
49398 ____________________________________________________________________________
49399 [  7479] By: nick                                  on 2000/10/29  11:18:16
49400         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
49401              in case of accidents. Still several worrying fails, no line disciplines yet.
49402      Branch: perlio
49403            ! iperlsys.h perlio.c
49404 ____________________________________________________________________________
49405 [  7478] By: jhi                                   on 2000/10/29  02:04:01
49406         Log: Add also emailless people.
49407      Branch: perl
49408            ! AUTHORS
49409 ____________________________________________________________________________
49410 [  7477] By: jhi                                   on 2000/10/29  01:36:00
49411         Log: The #7476 needs a MANIFEST change, too.
49412      Branch: perl
49413            ! MANIFEST
49414 ____________________________________________________________________________
49415 [  7476] By: jhi                                   on 2000/10/29  01:35:21
49416         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
49417      Branch: perl
49418            - MAINTAIN
49419            ! AUTHORS Changes
49420 ____________________________________________________________________________
49421 [  7475] By: jhi                                   on 2000/10/28  23:57:25
49422         Log: De-quoted-unreadable to ISO Latin 1.
49423              (There's one ISO-2022-JP name in Changes5.004.)
49424      Branch: perl
49425            ! Changes Changes5.6
49426 ____________________________________________________________________________
49427 [  7474] By: jhi                                   on 2000/10/28  19:13:06
49428         Log: Subject: [ID 20001027.007] uniq array in perlfaq
49429              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
49430              Date: Fri, 27 Oct 2000 19:28:30 +0200
49431              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
49432      Branch: perl
49433            ! pod/perlfaq4.pod
49434 ____________________________________________________________________________
49435 [  7473] By: jhi                                   on 2000/10/28  18:02:05
49436         Log: Locking null mutexes is not recommendable.
49437              
49438              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
49439              From: Hugo <hv@crypt.compulink.co.uk>
49440              Date: Sat, 28 Oct 2000 18:41:12 +0100
49441              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
49442      Branch: perl
49443            ! op.c
49444 ____________________________________________________________________________
49445 [  7472] By: jhi                                   on 2000/10/28  17:52:58
49446         Log: Better create a true mailing list for the repository keepers.
49447      Branch: perl
49448            ! Porting/repository.pod
49449 ____________________________________________________________________________
49450 [  7471] By: jhi                                   on 2000/10/28  17:28:24
49451         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
49452              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
49453      Branch: perl
49454            + Porting/repository.pod
49455            ! MANIFEST
49456 ____________________________________________________________________________
49457 [  7470] By: jhi                                   on 2000/10/28  17:20:54
49458         Log: Subject: DOC PATCH 5.6.0
49459              From: mjd@plover.com
49460              Date: 27 Oct 2000 17:32:44 -0000
49461              Message-ID: <20001027173244.23754.qmail@plover.com>
49462      Branch: perl
49463            ! pod/perlfunc.pod
49464 ____________________________________________________________________________
49465 [  7469] By: jhi                                   on 2000/10/28  17:16:45
49466         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
49467              From: "Peter J. Farley III" <pjfarley@banet.net>
49468              Date: Fri, 27 Oct 2000 20:32:56 -0400
49469              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
49470      Branch: perl
49471            ! README.dos
49472 ____________________________________________________________________________
49473 [  7468] By: jhi                                   on 2000/10/28  17:07:18
49474         Log: Make target reordering to avoid pointless re-makes.
49475              
49476              Subject: Re: Total re-make of 'make okfile' after 7451 ?
49477              From: Nicholas Clark <nick@ccl4.org>
49478              Date: Sat, 28 Oct 2000 00:31:02 +0100
49479              Message-ID: <20001028003101.A54517@plum.flirble.org>
49480      Branch: perl
49481            ! Makefile.SH
49482 ____________________________________________________________________________
49483 [  7467] By: jhi                                   on 2000/10/28  17:05:31
49484         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
49485              From: lvirden@cas.org
49486              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
49487              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
49488      Branch: perl
49489            ! README.os2
49490 ____________________________________________________________________________
49491 [  7466] By: jhi                                   on 2000/10/28  16:09:16
49492         Log: Upgrade to CPAN 1.58_55.
49493              
49494              Subject: CPAN.pm status
49495              From: andreas.koenig@anima.de (Andreas J. Koenig) 
49496              Date: 28 Oct 2000 08:18:00 +0200 
49497              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
49498      Branch: perl
49499            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49500 ____________________________________________________________________________
49501 [  7465] By: jhi                                   on 2000/10/28  16:02:47
49502         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
49503      Branch: perl
49504            ! embed.h embed.pl perl.h proto.h toke.c
49505 ____________________________________________________________________________
49506 [  7464] By: nick                                  on 2000/10/28  10:43:44
49507         Log: Fix for sv_2iv() on "shared" value from keys %hash.
49508      Branch: perl
49509            ! sv.c
49510 ____________________________________________________________________________
49511 [  7463] By: jhi                                   on 2000/10/27  16:18:29
49512         Log: Update Changes.
49513      Branch: perl
49514            ! Changes patchlevel.h
49515 ____________________________________________________________________________
49516 [  7462] By: jhi                                   on 2000/10/27  16:17:44
49517         Log: Too enthusiastic editing in #7460.
49518      Branch: metaconfig
49519            ! U/modified/Oldsym.U
49520      Branch: perl
49521            ! Configure config_h.SH
49522 ____________________________________________________________________________
49523 [  7461] By: jhi                                   on 2000/10/27  15:37:38
49524         Log: Retract #7459, the script needs more work.
49525      Branch: perl
49526            - mkreef
49527            ! MANIFEST
49528 ____________________________________________________________________________
49529 [  7460] By: jhi                                   on 2000/10/27  15:23:14
49530         Log: Use $sort, $uniq (and $tr) consistently as wondered
49531              by Nicholas Clark.
49532      Branch: metaconfig
49533            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
49534            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
49535            ! U/modified/libc.U
49536      Branch: perl
49537            ! Configure config_h.SH
49538 ____________________________________________________________________________
49539 [  7459] By: jhi                                   on 2000/10/27  15:02:07
49540         Log: (Retracted by #7461)
49541              
49542              Add a shell script for creating/removing symbolic link farms,
49543              useful for keeping the source code read-only and doing the
49544              builds somewhere else.
49545      Branch: perl
49546            + mkreef
49547            ! MANIFEST
49548 ____________________________________________________________________________
49549 [  7458] By: jhi                                   on 2000/10/27  14:42:20
49550         Log: Do away with the fix_pl.
49551      Branch: perl
49552            - fix_pl
49553            ! MANIFEST Makefile.SH
49554 ____________________________________________________________________________
49555 [  7457] By: jhi                                   on 2000/10/27  12:43:13
49556         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
49557              From: Jens Hamisch <jens@Strawberry.COM>
49558              Date: Fri, 27 Oct 2000 14:38:21 +0200
49559              Message-Id: <20001027143821.B3366@Strawberry.COM>
49560      Branch: perl
49561            ! perl.h
49562 ____________________________________________________________________________
49563 [  7456] By: jhi                                   on 2000/10/27  12:33:42
49564         Log: Subject: [PATCH] todo
49565              From: Nicholas Clark <nick@ccl4.org>
49566              Date: Thu, 26 Oct 2000 22:32:29 +0100
49567              Message-ID: <20001026223229.A44540@plum.flirble.org>
49568      Branch: perl
49569            ! pod/perltodo.pod
49570 ____________________________________________________________________________
49571 [  7455] By: jhi                                   on 2000/10/27  12:02:21
49572         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
49573              From: John Tobey <jtobey@john-edwin-tobey.org>
49574              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
49575              Message-Id: <m13ozHF-000FObC@feynman.localnet>
49576      Branch: perl
49577            ! op.c t/pragma/sub_lval.t
49578 ____________________________________________________________________________
49579 [  7454] By: jhi                                   on 2000/10/27  11:59:42
49580         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
49581              From: sthoenna@efn.org
49582              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
49583              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
49584      Branch: perl
49585            ! pp.c t/op/assignwarn.t
49586 ____________________________________________________________________________
49587 [  7453] By: jhi                                   on 2000/10/27  00:15:08
49588         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
49589      Branch: perl
49590            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
49591            ! ext/Storable/Storable.xs t/lib/st-lock.t
49592 ____________________________________________________________________________
49593 [  7452] By: jhi                                   on 2000/10/26  13:05:52
49594         Log: Undo #7451, this seems to be a deficiency in Perforce,
49595              there is no per-file line-terminator type, only per-client.
49596      Branch: perl
49597            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
49598            ! win32/makefile.mk
49599 ____________________________________________________________________________
49600 [  7451] By: jhi                                   on 2000/10/26  04:56:03
49601         Log: Experimenting in DOS arcana.
49602      Branch: perl
49603            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
49604            ! win32/makefile.mk
49605 ____________________________________________________________________________
49606 [  7450] By: jhi                                   on 2000/10/26  04:50:52
49607         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
49608              From: "Peter J. Farley III" <pjfarley@banet.net>            
49609              Date: Wed, 25 Oct 2000 23:10:18 -0400
49610              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
49611      Branch: perl
49612            ! t/io/open.t
49613 ____________________________________________________________________________
49614 [  7449] By: jhi                                   on 2000/10/26  04:49:16
49615         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
49616              From: Hugo <hv@crypt.compulink.co.uk>
49617              Date: Thu, 26 Oct 2000 01:55:17 +0100
49618              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
49619              
49620              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
49621      Branch: perl
49622            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
49623 ____________________________________________________________________________
49624 [  7448] By: jhi                                   on 2000/10/26  04:38:36
49625         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
49626              From: Peter Prymmer <pvhp@forte.com>
49627              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
49628              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
49629      Branch: perl
49630            ! configure.com
49631 ____________________________________________________________________________
49632 [  7447] By: jhi                                   on 2000/10/25  23:20:02
49633         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
49634              in platforms that strictly require all the symbols being present
49635              at link time.
49636      Branch: perl
49637            ! handy.h
49638 ____________________________________________________________________________
49639 [  7446] By: jhi                                   on 2000/10/25  21:55:57
49640         Log: Update Changes.
49641      Branch: perl
49642            ! Changes patchlevel.h
49643 ____________________________________________________________________________
49644 [  7445] By: jhi                                   on 2000/10/25  21:27:08
49645         Log: Integrate with vmsperl #7430 by Charles Bailey:
49646              
49647              Cleanup from prior patch (Charles Lane?):
49648              - improve handling of MFDs in Basename and Path
49649              - default to no xsubpp line # munging when building debug images
49650      Branch: perl
49651           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
49652 ____________________________________________________________________________
49653 [  7444] By: jhi                                   on 2000/10/25  21:03:50
49654         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
49655              From: John Peacock <JPeacock@UnivPress.com>
49656              Date: Thu, 18 May 2000 11:55:27 -0400
49657              Message-ID: <3924126F.A58BE57A@UnivPress.com>
49658      Branch: perl
49659            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
49660            ! t/op/write.t
49661 ____________________________________________________________________________
49662 [  7443] By: jhi                                   on 2000/10/25  20:43:10
49663         Log: Temporary stopgap for the self-tying issue: for now only
49664              array and hash self-ties are verboten.  The real fix, of
49665              course, would be to comprehensively test (and implement?)
49666              and debug (and document) self-ties.
49667      Branch: perl
49668            ! pod/perldiag.pod pp_sys.c t/op/tie.t
49669 ____________________________________________________________________________
49670 [  7442] By: jhi                                   on 2000/10/25  20:14:30
49671         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
49672              From: Dan Sugalski <dan@sidhe.org>
49673              Date: Wed, 25 Oct 2000 13:36:35 -0400
49674              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
49675              
49676              plus regen global.sym.
49677      Branch: perl
49678            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
49679            ! thrdvar.h util.c
49680 ____________________________________________________________________________
49681 [  7441] By: jhi                                   on 2000/10/25  20:12:20
49682         Log: buildtoc target tweaks.
49683      Branch: perl
49684            ! pod/Makefile.SH
49685 ____________________________________________________________________________
49686 [  7440] By: jhi                                   on 2000/10/25  20:03:53
49687         Log: A new version of making the syslog test more robust.
49688              (Replaces #7421.)
49689              
49690              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
49691              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49692              Date: Wed, 25 Oct 2000 12:13:54 -0400
49693              Message-ID: <20001025121354.B2264@O2.chapin.edu>
49694      Branch: perl
49695            ! t/lib/syslog.t
49696 ____________________________________________________________________________
49697 [  7439] By: jhi                                   on 2000/10/25  20:00:48
49698         Log: Continue the internal UTF-8 API tweaking.
49699              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
49700              used much more than the simpler API, now called utf8_to_uv_simple().
49701              Still not quite happy with API, too much partial duplication
49702              of functionality.
49703      Branch: perl
49704            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
49705            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
49706            ! regcomp.c regexec.c sv.c toke.c utf8.c
49707 ____________________________________________________________________________
49708 [  7438] By: jhi                                   on 2000/10/25  18:52:30
49709         Log: Allow poking holes at the UTF-8 decoding strictness.
49710      Branch: perl
49711            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
49712            ! utf8.h
49713 ____________________________________________________________________________
49714 [  7437] By: jhi                                   on 2000/10/25  13:53:05
49715         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
49716              UTF8LEN() and UTF8SKIP(). 
49717      Branch: perl
49718            ! pp.c utf8.c utf8.h
49719 ____________________________________________________________________________
49720 [  7436] By: jhi                                   on 2000/10/25  13:51:37
49721         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
49722              From: Nicholas Clark <nick@ccl4.org>
49723              Date: Wed, 25 Oct 2000 14:44:05 +0100
49724              Message-ID: <20001025144404.D27253@plum.flirble.org>
49725      Branch: perl
49726            ! pod/perlrun.pod
49727 ____________________________________________________________________________
49728 [  7435] By: jhi                                   on 2000/10/25  13:49:32
49729         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
49730              From: Mike Guy <mjtg@cam.ac.uk>
49731              Date: Tue, 24 Oct 2000 14:59:40 +0100
49732              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
49733      Branch: perl
49734            ! scope.c
49735 ____________________________________________________________________________
49736 [  7434] By: jhi                                   on 2000/10/25  13:48:41
49737         Log: AIX is picky about its symbol exports.  Solution for now
49738              is to include the deb.o explicitly to the re extension build.
49739              
49740              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
49741              From: Peter Prymmer <pvhp@forte.com>
49742              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
49743              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
49744      Branch: perl
49745            ! ext/re/Makefile.PL hints/aix.sh
49746 ____________________________________________________________________________
49747 [  7433] By: jhi                                   on 2000/10/25  13:46:49
49748         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
49749              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49750              Date: Wed, 25 Oct 2000 12:02:20 +0200
49751              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
49752      Branch: perl
49753            ! perlsdio.h
49754 ____________________________________________________________________________
49755 [  7432] By: jhi                                   on 2000/10/25  13:44:28
49756         Log: Subject: Minor update to find2perl, for portability
49757              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
49758              Date: Wed, 25 Oct 2000 12:05:47 +0100
49759              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
49760      Branch: perl
49761            ! x2p/find2perl.PL
49762 ____________________________________________________________________________
49763 [  7431] By: jhi                                   on 2000/10/25  13:40:39
49764         Log: Add targets to Makefile.SH, most importantly
49765              'regen_all' which also remembers to update vms/perly*.
49766      Branch: perl
49767            ! Makefile.SH
49768 ____________________________________________________________________________
49769 [  7430] By: bailey                                on 2000/10/25  03:13:53
49770         Log: Cleanup from prior patch (Charles Lane?):
49771              - improve handling of MFDs in Basename and Path
49772              - default to no xsubpp line # munging when building debug images
49773      Branch: vmsperl
49774            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
49775 ____________________________________________________________________________
49776 [  7429] By: jhi                                   on 2000/10/24  20:03:40
49777         Log: Podify README.epoc and README.vos.
49778      Branch: perl
49779            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
49780            ! pod/perlport.pod pod/perltoc.pod
49781 ____________________________________________________________________________
49782 [  7428] By: jhi                                   on 2000/10/24  19:10:33
49783         Log: Stratus VOS updates from Paul Green.
49784      Branch: perl
49785            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49786            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
49787            - vos/config.def vos/config.h vos/config_h.SH_orig
49788            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
49789            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
49790 ____________________________________________________________________________
49791 [  7427] By: jhi                                   on 2000/10/24  18:59:48
49792         Log: Check if stdio supports tweaking lval and cnt simultaneously.
49793              
49794              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
49795              From: Nicholas Clark <nick@ccl4.org>
49796              Date: Mon, 23 Oct 2000 15:39:32 +0100
49797              Message-ID: <20001023153932.A10786@plum.flirble.org>
49798      Branch: metaconfig
49799            ! U/compline/d_stdstdio.U
49800      Branch: perl
49801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49802            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
49803            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
49804            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
49805            ! vos/config.h vos/config_h.SH_orig win32/config.bc
49806            ! win32/config.gc win32/config.vc
49807 ____________________________________________________________________________
49808 [  7426] By: jhi                                   on 2000/10/24  17:57:44
49809         Log: Missed the header file changes from #7425.
49810      Branch: perl
49811            ! embed.h embed.pl objXSUB.h proto.h
49812 ____________________________________________________________________________
49813 [  7425] By: jhi                                   on 2000/10/24  17:55:17
49814         Log: Fix the bug reported in
49815              
49816              From: andreas.koenig@anima.de (Andreas J. Koenig)
49817              Subject: Encode bug?
49818              Date: 24 Oct 2000 14:01:26 +0200 
49819              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
49820              
49821              Also make is_utf8_char() stricter.
49822      Branch: perl
49823            ! ext/Encode/Encode.xs utf8.c
49824 ____________________________________________________________________________
49825 [  7424] By: jhi                                   on 2000/10/24  15:15:39
49826         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
49827              From: Peter Scott <Peter@PSDT.com>
49828              Date: Mon, 23 Oct 2000 19:46:01 -0700
49829              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
49830      Branch: perl
49831            ! pod/perlfaq5.pod
49832 ____________________________________________________________________________
49833 [  7423] By: jhi                                   on 2000/10/24  14:25:30
49834         Log: Test tweak to avoid pulling in the whole Config.
49835      Branch: perl
49836            ! t/lib/st-lock.t
49837 ____________________________________________________________________________
49838 [  7422] By: jhi                                   on 2000/10/24  14:03:16
49839         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
49840      Branch: perl
49841            ! pp.c
49842 ____________________________________________________________________________
49843 [  7421] By: jhi                                   on 2000/10/24  13:32:09
49844         Log: (Replaced by #7440.)
49845              
49846              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
49847              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49848              Date: Mon, 23 Oct 2000 16:40:54 -0400
49849              Message-ID: <20001023164054.B14491@O2.chapin.edu>
49850      Branch: perl
49851            ! t/lib/syslog.t
49852 ____________________________________________________________________________
49853 [  7420] By: jhi                                   on 2000/10/24  13:30:53
49854         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
49855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49856              Date: Mon, 23 Oct 2000 17:29:03 -0400
49857              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
49858      Branch: perl
49859            ! lib/ExtUtils/MM_Unix.pm
49860 ____________________________________________________________________________
49861 [  7419] By: jhi                                   on 2000/10/24  13:29:57
49862         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
49863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49864              Date: Mon, 23 Oct 2000 19:01:32 -0400
49865              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
49866      Branch: perl
49867            ! utils/h2xs.PL
49868 ____________________________________________________________________________
49869 [  7418] By: jhi                                   on 2000/10/24  13:26:04
49870         Log: Replace #7409 with
49871              
49872              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
49873              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
49874              Date: Mon, 23 Oct 2000 20:08:56 +0200
49875              Message-ID: <20001023200855.A14850@nice.ram.loc>
49876      Branch: perl
49877            ! ext/Storable/Storable.pm t/lib/st-lock.t
49878 ____________________________________________________________________________
49879 [  7417] By: jhi                                   on 2000/10/24  13:17:52
49880         Log: Run vms/vms_yfix.pl, should have done that after changing
49881              perly.c in #7382.
49882      Branch: perl
49883            ! vms/perly_c.vms vms/perly_h.vms
49884 ____________________________________________________________________________
49885 [  7416] By: jhi                                   on 2000/10/24  02:55:33
49886         Log: Make the UTF-8 decoding stricter and more verbose when
49887              malformation happens.  This involved adding an argument
49888              to utf8_to_uv_chk(), which involved changing its prototype,
49889              and prefer STRLEN over I32 for the UTF-8 length, which as
49890              a domino effect necessitated changing the prototypes of
49891              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
49892              The stricter UTF-8 decoding checking uses Markus Kuhn's
49893              UTF-8 Decode Stress Tester from
49894              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
49895      Branch: perl
49896            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
49897            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
49898            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
49899            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
49900 ____________________________________________________________________________
49901 [  7415] By: jhi                                   on 2000/10/23  14:06:06
49902         Log: Update Changes.
49903      Branch: perl
49904            ! Changes patchlevel.h
49905 ____________________________________________________________________________
49906 [  7414] By: jhi                                   on 2000/10/23  12:39:52
49907         Log: Undo the basename() part of #7412 since the lib/basename
49908              tests would need upgrading too.
49909      Branch: perl
49910            ! lib/File/Basename.pm
49911 ____________________________________________________________________________
49912 [  7413] By: jhi                                   on 2000/10/23  12:19:27
49913         Log: Document PERL_INSTALL_ROOT of #7210.
49914      Branch: perl
49915            ! lib/ExtUtils/Install.pm
49916 ____________________________________________________________________________
49917 [  7412] By: jhi                                   on 2000/10/23  12:16:47
49918         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
49919      Branch: perl
49920            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
49921            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
49922 ____________________________________________________________________________
49923 [  7411] By: jhi                                   on 2000/10/23  12:07:41
49924         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
49925              From: Prymmer/Kahn <pvhp@best.com>
49926              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
49927              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
49928      Branch: perl
49929            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
49930 ____________________________________________________________________________
49931 [  7410] By: jhi                                   on 2000/10/23  04:10:11
49932         Log: The change #7187 was not so good on VMS.
49933              
49934              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
49935              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49936              Date: Sun, 22 Oct 2000 23:03:08 -0500
49937              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
49938      Branch: perl
49939            ! utils/perldoc.PL
49940 ____________________________________________________________________________
49941 [  7409] By: jhi                                   on 2000/10/23  03:57:36
49942         Log: Avoid Storable locking on DJGPP for now.
49943              
49944              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
49945              From: "Peter J. Farley III" <pjfarley@banet.net>
49946              Date: Sun, 22 Oct 2000 20:00:00 -0400
49947              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
49948      Branch: perl
49949            ! ext/Storable/Storable.pm t/lib/st-lock.t
49950 ____________________________________________________________________________
49951 [  7408] By: jhi                                   on 2000/10/23  03:50:24
49952         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
49953              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49954              Date: Sun, 22 Oct 2000 21:12:22 -0400
49955              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
49956      Branch: perl
49957            ! lib/vars.pm
49958 ____________________________________________________________________________
49959 [  7407] By: jhi                                   on 2000/10/23  03:43:12
49960         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
49961              From: Hugo <hv@crypt.compulink.co.uk>
49962              Date: Mon, 23 Oct 2000 00:47:22 +0100
49963              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
49964      Branch: perl
49965            ! regexec.c t/op/pat.t
49966 ____________________________________________________________________________
49967 [  7406] By: jhi                                   on 2000/10/23  03:40:29
49968         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
49969      Branch: perl
49970            ! lib/ExtUtils/MakeMaker.pm
49971 ____________________________________________________________________________
49972 [  7405] By: jhi                                   on 2000/10/22  21:32:00
49973         Log: Doc patch.
49974              
49975              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
49976              From: rspier@pobox.com (Robert Spier)
49977              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
49978              Message-ID: <14835.16112.13457.447971@rls.cx>
49979      Branch: perl
49980            ! lib/strict.pm
49981 ____________________________________________________________________________
49982 [  7404] By: jhi                                   on 2000/10/22  21:30:51
49983         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
49984              From: rspier@pobox.com (Robert Spier)
49985              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
49986              Message-ID: <14835.17223.72448.705566@rls.cx>
49987      Branch: perl
49988            ! lib/ExtUtils/MakeMaker.pm
49989 ____________________________________________________________________________
49990 [  7403] By: jhi                                   on 2000/10/22  21:24:11
49991         Log: Subject: [PATCH bleadperl] ripples from constsub patch
49992              From: John Tobey <jtobey@john-edwin-tobey.org>
49993              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
49994              Message-Id: <m13nSOB-000FObC@feynman.localnet>
49995      Branch: perl
49996            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
49997 ____________________________________________________________________________
49998 [  7402] By: jhi                                   on 2000/10/22  20:59:35
49999         Log: Support s?printf parameter reordering.
50000      Branch: perl
50001            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
50002 ____________________________________________________________________________
50003 [  7401] By: jhi                                   on 2000/10/22  19:19:14
50004         Log: Expand %Config variables only if explicitly so requested
50005              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
50006              
50007              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50008              From: Gurusamy Sarathy <gsar@ActiveState.com>
50009              Date: Sun, 22 Oct 2000 11:47:32 -0700
50010              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
50011      Branch: perl
50012            ! Makefile.SH lib/lib_pm.PL
50013 ____________________________________________________________________________
50014 [  7400] By: jhi                                   on 2000/10/22  18:24:10
50015         Log: Move the #7390 test from warn/op to comp/redef.
50016              
50017              Subject: Re: Creating const subs for constants.
50018              From: John Tobey <jtobey@john-edwin-tobey.org>
50019              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
50020              Message-Id: <m13nG72-000FObC@feynman.localnet>               
50021      Branch: perl
50022            ! t/comp/redef.t t/pragma/warn/op
50023 ____________________________________________________________________________
50024 [  7399] By: jhi                                   on 2000/10/22  17:49:59
50025         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50026              From: Nicholas Clark <nick@ccl4.org>
50027              Date: Sat, 21 Oct 2000 22:23:19 +0100
50028              Message-ID: <20001021222319.B45586@plum.flirble.org>
50029      Branch: perl
50030            ! ext/DynaLoader/DynaLoader_pm.PL
50031 ____________________________________________________________________________
50032 [  7398] By: jhi                                   on 2000/10/22  17:47:35
50033         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
50034              From: Hugo <hv@crypt.compulink.co.uk>
50035              Date: Sat, 21 Oct 2000 18:19:59 +0100
50036              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
50037      Branch: perl
50038            ! ext/B/B.pm ext/B/B/C.pm
50039 ____________________________________________________________________________
50040 [  7397] By: jhi                                   on 2000/10/22  17:35:18
50041         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
50042              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
50043              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
50044              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
50045      Branch: perl
50046            ! hints/openbsd.sh
50047 ____________________________________________________________________________
50048 [  7396] By: jhi                                   on 2000/10/22  17:19:46
50049         Log: Subject: installman go-faster stripes
50050              From: Nicholas Clark <nick@talking.bollo.cx>
50051              Date: Sat, 21 Oct 2000 17:24:53 +0100
50052              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
50053              
50054              Subject: Re: installman go-faster stripes
50055              From: Russ Allbery <rra@stanford.edu>
50056              Date: 21 Oct 2000 11:04:13 -0700
50057              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
50058      Branch: perl
50059            ! installman pod/pod2man.PL
50060 ____________________________________________________________________________
50061 [  7395] By: jhi                                   on 2000/10/22  17:17:35
50062         Log: Hints tweak from Anton Berezin.
50063      Branch: perl
50064            ! hints/freebsd.sh
50065 ____________________________________________________________________________
50066 [  7394] By: jhi                                   on 2000/10/22  04:50:04
50067         Log: Tweak the Is* definitions of Unicode character classes
50068              to better match the official categorizations; embrace
50069              the official categorizations; add the combining marks
50070              as alpha (and -numeric); fix DCinital (a typo and edito)
50071              to be DCmedial.
50072      Branch: perl
50073            + lib/unicode/Is/DCmedial.pl
50074            - lib/unicode/Is/DCinital.pl
50075            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50076            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
50077            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
50078            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50079 ____________________________________________________________________________
50080 [  7393] By: jhi                                   on 2000/10/21  18:06:05
50081         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
50082              From: Daniel Chetlin <daniel@chetlin.com>
50083              Date: Sat, 21 Oct 2000 02:57:03 -0700
50084              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
50085      Branch: perl
50086            + t/lib/tie-splice.t
50087            ! MANIFEST lib/Tie/Array.pm
50088 ____________________________________________________________________________
50089 [  7392] By: gsar                                  on 2000/10/21  18:05:15
50090         Log: resync utfperl branch with mainline
50091      Branch: utfperl
50092           !> (integrate 1760 files)
50093 ____________________________________________________________________________
50094 [  7391] By: jhi                                   on 2000/10/21  14:37:49
50095         Log: Testcases for a #7383,#7385 related bug.
50096              
50097              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
50098              From: Nicholas Clark <nick@ccl4.org>
50099              Date: Sat, 21 Oct 2000 15:04:51 +0100
50100              Message-ID: <20001021150451.A51566@plum.flirble.org>
50101      Branch: perl
50102            ! t/pragma/utf8.t
50103 ____________________________________________________________________________
50104 [  7390] By: jhi                                   on 2000/10/21  14:35:57
50105         Log: Add a testcase for #7389.
50106      Branch: perl
50107            ! t/pragma/warn/op
50108 ____________________________________________________________________________
50109 [  7389] By: jhi                                   on 2000/10/21  14:26:45
50110         Log: Subject: Re: Creating const subs for constants.
50111              From: John Tobey <jtobey@john-edwin-tobey.org>
50112              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
50113              Message-Id: <m13mo0N-000FObC@feynman.localnet>
50114      Branch: perl
50115            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
50116            ! proto.h sv.c
50117 ____________________________________________________________________________
50118 [  7388] By: nick                                  on 2000/10/21  11:44:23
50119         Log: Populate perlio branch
50120      Branch: perlio
50121           +> (branch 1760 files)
50122 ____________________________________________________________________________
50123 [  7387] By: nick                                  on 2000/10/21  10:52:05
50124         Log: Get branch back as replica of mainline via :
50125              p4 integrate -b utfperl
50126              p4 resolve -at ./...
50127      Branch: utfperl
50128           +> (branch 269 files)
50129            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
50130            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
50131            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
50132            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
50133            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
50134            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50135            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50136            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50137            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50138            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50139            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50140            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50141            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50142            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50143            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50144            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50145            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50146            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50147            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
50148            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
50149            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
50150            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
50151            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
50152            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
50153            - lib/unicode/UCD300.html lib/unicode/Unicode.300
50154            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
50155            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
50156            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
50157            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
50158           !> (integrate 965 files)
50159 ____________________________________________________________________________
50160 [  7386] By: jhi                                   on 2000/10/21  01:31:12
50161         Log: Update Changes.
50162      Branch: perl
50163            ! Changes patchlevel.h
50164 ____________________________________________________________________________
50165 [  7385] By: jhi                                   on 2000/10/21  01:28:42
50166         Log: The #7383 was right only in the context of the original bug report,
50167              not in more general case.
50168      Branch: perl
50169            ! pp_hot.c
50170 ____________________________________________________________________________
50171 [  7384] By: jhi                                   on 2000/10/21  01:08:23
50172         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
50173      Branch: perl
50174            ! ext/IO/lib/IO/Select.pm
50175 ____________________________________________________________________________
50176 [  7383] By: jhi                                   on 2000/10/21  00:44:18
50177         Log: Fix for ID 20001020.006, concatenating an unset submatch
50178              with utf8 resulted in "Modification of a read-only value".
50179      Branch: perl
50180            ! pp_hot.c t/pragma/utf8.t
50181 ____________________________________________________________________________
50182 [  7382] By: jhi                                   on 2000/10/20  20:44:31
50183         Log: Make scan_num() reëntrant, as suggested in
50184              
50185              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50186              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50187              Date: Fri, 20 Oct 2000 14:17:27 +0100
50188              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
50189      Branch: perl
50190            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
50191            ! toke.c
50192 ____________________________________________________________________________
50193 [  7381] By: jhi                                   on 2000/10/20  20:07:29
50194         Log: Reëntrancy fix.
50195              
50196              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50197              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
50198              Date: Fri, 20 Oct 2000 14:17:27 +0100
50199              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
50200      Branch: perl
50201            ! embed.h embed.pl perl.h proto.h toke.c
50202 ____________________________________________________________________________
50203 [  7380] By: jhi                                   on 2000/10/20  19:15:54
50204         Log: Don't write double values through long double pointers,
50205              based on a part of
50206              
50207              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50208              From: Jens Hamisch <jens@Strawberry.COM>
50209              Date: Tue, 17 Oct 2000 08:39:36 +0200
50210              Message-Id: <20001017083936.A11104@Strawberry.COM>
50211      Branch: perl
50212            ! perl.h pp.c
50213 ____________________________________________________________________________
50214 [  7379] By: jhi                                   on 2000/10/20  18:43:37
50215         Log: Portability tweak on #7377.
50216              
50217              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
50218              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50219              Date:     Fri, 20 Oct 2000 13:13:41 EDT
50220              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
50221      Branch: perl
50222            ! t/lib/dprof.t
50223 ____________________________________________________________________________
50224 [  7378] By: jhi                                   on 2000/10/20  12:57:19
50225         Log: SOCKS function redefinitions need prototypes, too, otherwise
50226              for example 32 bit versus 64 bit differences cause a lot of
50227              problems.  Part of
50228              
50229              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50230              From: Jens Hamisch <jens@Strawberry.COM>
50231              Date: Tue, 17 Oct 2000 08:39:36 +0200
50232              Message-Id: <20001017083936.A11104@Strawberry.COM>
50233      Branch: perl
50234            ! doio.c pp_sys.c
50235 ____________________________________________________________________________
50236 [  7377] By: jhi                                   on 2000/10/20  12:37:12
50237         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
50238              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50239              Date:     Fri, 20 Oct 2000 08:26:04 EDT
50240              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
50241      Branch: perl
50242            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
50243 ____________________________________________________________________________
50244 [  7376] By: jhi                                   on 2000/10/20  12:35:31
50245         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
50246              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50247              Date:     Fri, 20 Oct 2000 07:48:15 EDT
50248              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
50249      Branch: perl
50250            ! configure.com vms/gen_shrfls.pl
50251 ____________________________________________________________________________
50252 [  7375] By: bailey                                on 2000/10/20  04:44:37
50253         Log: SYN SYN
50254      Branch: vmsperl
50255           +> (branch 134 files)
50256            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
50257            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
50258            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
50259            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
50260            - eg/cgi/frameset.cgi eg/cgi/index.html
50261            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
50262            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
50263            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
50264            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
50265            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
50266            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
50267            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
50268            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
50269            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
50270            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
50271            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
50272            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
50273            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
50274            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
50275            - lib/unicode/Props.txt lib/unicode/UCD300.html
50276            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
50277            - utils/perlbc.PL vms/subconfigure.com
50278           !> (integrate 785 files)
50279 ____________________________________________________________________________
50280 [  7374] By: jhi                                   on 2000/10/20  00:59:48
50281         Log: In the latest compiler builds cccdlflags must not become -fpic,
50282              from Wilfredo Sánchez.
50283      Branch: perl
50284            ! hints/darwin.sh
50285 ____________________________________________________________________________
50286 [  7373] By: jhi                                   on 2000/10/20  00:56:35
50287         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
50288              From: Tony Cook <tony@develop-help.com>
50289              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
50290              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
50291      Branch: perl
50292            ! pod/perlop.pod
50293 ____________________________________________________________________________
50294 [  7372] By: jhi                                   on 2000/10/19  19:34:40
50295         Log: Typo noted by Mark Lutz.
50296      Branch: perl
50297            ! t/op/64bitint.t
50298 ____________________________________________________________________________
50299 [  7371] By: jhi                                   on 2000/10/19  19:33:13
50300         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
50301      Branch: metaconfig
50302            ! U/modified/Cppsym.U U/modified/Oldconfig.U
50303      Branch: metaconfig/U/perl
50304            ! End.U dlsrc.U libperl.U
50305      Branch: perl
50306            + hints/nonstopux.sh
50307            ! Configure MANIFEST config_h.SH
50308 ____________________________________________________________________________
50309 [  7370] By: jhi                                   on 2000/10/19  17:18:08
50310         Log: Subject: PATCH do_print has 2 PerlIO_error()s
50311              From: nick@ccl4.org
50312              Date: Thu, 19 Oct 2000 18:09:20 +0100
50313              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
50314      Branch: perl
50315            ! doio.c
50316 ____________________________________________________________________________
50317 [  7369] By: jhi                                   on 2000/10/19  14:01:49
50318         Log: Update Changes.
50319      Branch: perl
50320            ! Changes patchlevel.h
50321 ____________________________________________________________________________
50322 [  7368] By: jhi                                   on 2000/10/19  13:04:29
50323         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
50324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50325              Date: Wed, 18 Oct 2000 13:12:01 +0200
50326              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
50327      Branch: perl
50328            ! hints/aix.sh
50329 ____________________________________________________________________________
50330 [  7367] By: jhi                                   on 2000/10/19  02:22:40
50331         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
50332              of a 'pmshort' anywhere in the B, so the offending line was simply
50333              removed.
50334      Branch: perl
50335            ! ext/B/B/Debug.pm
50336 ____________________________________________________________________________
50337 [  7366] By: jhi                                   on 2000/10/19  02:12:37
50338         Log: Add the test case for the bug id 20000730.004 which seems
50339              to have been fixed by now.
50340      Branch: perl
50341            ! t/pragma/utf8.t
50342 ____________________________________________________________________________
50343 [  7365] By: jhi                                   on 2000/10/18  23:36:24
50344         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
50345              From: Hugo <hv@crypt.compulink.co.uk>
50346              Date: Wed, 18 Oct 2000 23:25:58 +0100
50347              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
50348      Branch: perl
50349            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
50350 ____________________________________________________________________________
50351 [  7364] By: jhi                                   on 2000/10/18  21:12:53
50352         Log: (retracted)
50353      Branch: perl
50354            ! pp.c
50355 ____________________________________________________________________________
50356 [  7363] By: jhi                                   on 2000/10/18  20:55:38
50357         Log: Missing change from #7362.
50358      Branch: perl
50359            ! win32/perlhost.h
50360 ____________________________________________________________________________
50361 [  7362] By: jhi                                   on 2000/10/18  20:52:01
50362         Log: Borland C fstat() never saw the fd as writable.
50363              
50364              Subject: fix for Borland's weak "stat" (perl@7211)
50365              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50366              Date: Mon, 16 Oct 2000 09:55:03 +0400
50367              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
50368      Branch: perl
50369            ! win32/win32.c
50370 ____________________________________________________________________________
50371 [  7361] By: jhi                                   on 2000/10/18  17:43:50
50372         Log: Regen toc.
50373      Branch: perl
50374            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
50375 ____________________________________________________________________________
50376 [  7360] By: jhi                                   on 2000/10/18  17:07:44
50377         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50378              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
50379              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
50380              Date: Mon, 16 Oct 2000 15:19:49 +0200
50381      Branch: perl
50382            + README.aix
50383            ! MANIFEST
50384 ____________________________________________________________________________
50385 [  7359] By: jhi                                   on 2000/10/18  17:04:49
50386         Log: Subject: Pod patch for Devel::Peek
50387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50388              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
50389              Date: Mon, 16 Oct 2000 12:26:34 +0200
50390      Branch: perl
50391            ! ext/Devel/Peek/Peek.pm
50392 ____________________________________________________________________________
50393 [  7358] By: jhi                                   on 2000/10/18  17:03:15
50394         Log: Make Cwd more bulletproof in chrooted environments.
50395              
50396              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
50397              From: "Eric E. Coe" <Eric.Coe@oracle.com>
50398              Date: Wed, 18 Oct 2000 04:03:54 -0400
50399              Message-Id: <39ED596A.70E599FE@oracle.com>
50400      Branch: perl
50401            ! lib/Cwd.pm
50402 ____________________________________________________________________________
50403 [  7357] By: jhi                                   on 2000/10/18  16:37:26
50404         Log: Disable the UTF8 downgrade croakage for now to avoid
50405              too many not okay messages.
50406      Branch: perl
50407            ! doio.c
50408 ____________________________________________________________________________
50409 [  7356] By: jhi                                   on 2000/10/17  23:29:41
50410         Log: Show the failed remote port, instead of the failing line number.
50411              
50412              Subject: [PATCH 5.6.1 Debugger] More diagnostics
50413              From: David Sparks <daves@ActiveState.com>
50414              Date: Tue, 17 Oct 2000 15:00:24 -0700
50415              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
50416      Branch: perl
50417            ! lib/perl5db.pl
50418 ____________________________________________________________________________
50419 [  7355] By: jhi                                   on 2000/10/17  14:11:31
50420         Log: On output try to downgrade to bytes, croak if impossible,
50421              from Simon Cozens.  This means that outputting >255 UTF8
50422              is impossible.  Consider this as a strong incentive to get
50423              the I/O disciplines implemented.
50424      Branch: perl
50425            ! doio.c pod/perldiag.pod sv.c
50426 ____________________________________________________________________________
50427 [  7354] By: jhi                                   on 2000/10/17  13:42:23
50428         Log: Clarify documentation on 'use bytes'.
50429              
50430              Subject: Re: What does 'use bytes' "mean" ?
50431              From: Simon Cozens <simon@cozens.net>
50432              Date: Mon, 18 Sep 2000 18:24:25 +0100
50433              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
50434      Branch: perl
50435            ! lib/bytes.pm
50436 ____________________________________________________________________________
50437 [  7353] By: jhi                                   on 2000/10/17  13:28:12
50438         Log: Workaround for a sfio bug where the stream error indicator
50439              is not cleared as documented.
50440              
50441              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50442              From: Nicholas Clark <nick@ccl4.org>
50443              Date: Mon, 16 Oct 2000 18:28:23 +0100
50444              Message-ID: <20001016182823.J19700@plum.flirble.org>
50445      Branch: perl
50446            ! doio.c
50447 ____________________________________________________________________________
50448 [  7352] By: jhi                                   on 2000/10/17  13:06:19
50449         Log: More IoTYPE sprinkling.
50450      Branch: perl
50451            ! doio.c pp_hot.c
50452 ____________________________________________________________________________
50453 [  7351] By: jhi                                   on 2000/10/16  22:47:07
50454         Log: Detect early whether the std streams have gone bad.
50455              
50456              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50457              Date: Mon, 16 Oct 2000 23:28:42 +0100
50458              From: Nicholas Clark <nick@ccl4.org>
50459              Message-ID: <20001016232842.A37942@plum.flirble.org>
50460      Branch: perl
50461            ! t/op/misc.t
50462 ____________________________________________________________________________
50463 [  7350] By: jhi                                   on 2000/10/16  22:45:16
50464         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
50465              From: "Peter J. Farley III" <pjfarley@banet.net>
50466              Date: Mon, 16 Oct 2000 18:15:59 -0400
50467              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
50468      Branch: perl
50469            ! djgpp/djgpp.c dosish.h t/io/open.t
50470 ____________________________________________________________________________
50471 [  7349] By: jhi                                   on 2000/10/16  22:36:45
50472         Log: perldelta tweak.
50473      Branch: perl
50474            ! pod/perldelta.pod
50475 ____________________________________________________________________________
50476 [  7348] By: jhi                                   on 2000/10/16  15:17:53
50477         Log: Update Changes.
50478      Branch: perl
50479            ! Changes patchlevel.h
50480 ____________________________________________________________________________
50481 [  7347] By: jhi                                   on 2000/10/16  13:55:27
50482         Log: Add the capability to include/exclude branches.
50483      Branch: perl
50484            ! Porting/genlog
50485 ____________________________________________________________________________
50486 [  7346] By: jhi                                   on 2000/10/16  13:18:04
50487         Log: Add Charles Lane.
50488      Branch: perl
50489            ! AUTHORS Changes
50490 ____________________________________________________________________________
50491 [  7345] By: jhi                                   on 2000/10/16  13:13:21
50492         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
50493      Branch: perl
50494            ! pod/perldelta.pod
50495 ____________________________________________________________________________
50496 [  7344] By: gsar                                  on 2000/10/16  09:30:21
50497         Log: integrate change#6220 from cfgperl
50498              
50499              Win32 patches from Benjamin Stuhl.
50500      Branch: maint-5.6/perl
50501           !> makedef.pl win32/win32.h
50502 ____________________________________________________________________________
50503 [  7343] By: gsar                                  on 2000/10/16  08:32:19
50504         Log: integrate changes#6221,6222 from cfgperl
50505              
50506              Remove tr///CU (the feature is to be obsoleted by better interfaces).
50507              From: simon@brecon.co.uk (Simon Cozens)
50508              Subject: [PATCH] Eliminate tr///[CU][CU]
50509              Date: 23 Jun 2000 11:05:40 GMT
50510              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
50511              
50512              doc typo fix
50513              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
50514              From: Ian Phillipps <Ian.Phillipps@iname.com>
50515              Date: Fri, 23 Jun 2000 10:40:58 +0100
50516              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
50517      Branch: maint-5.6/perl
50518           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
50519 ____________________________________________________________________________
50520 [  7342] By: gsar                                  on 2000/10/16  08:28:08
50521         Log: integrate change#6217 from cfgperl (in part)
50522              
50523              Rename the fdpid locking and integrate with Sarathy.
50524      Branch: maint-5.6/perl
50525           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
50526           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
50527           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
50528           !> win32/win32.c
50529 ____________________________________________________________________________
50530 [  7341] By: gsar                                  on 2000/10/16  08:23:39
50531         Log: integrate changes#6214..6216 from mainline
50532              
50533              @_ can't have junk in it even in the non-USE_ITHREADS case because
50534              caller() wants to populate @DB::args with it (causes a coredump
50535              in Carp::confess())
50536              
50537              tweak comment about @DB::args
50538              
50539              be more optimal about clearing @_
50540      Branch: maint-5.6/perl
50541           !> av.h cop.h pp_ctl.c t/op/runlevel.t
50542 ____________________________________________________________________________
50543 [  7340] By: gsar                                  on 2000/10/16  08:20:37
50544         Log: integrate changes#6207..6210 from cfgperl
50545              
50546              Subject: [PATCH 5.6.0] Threadsafe patches
50547              From: Dan Sugalski <dan@sidhe.org>
50548              To: perl5-porters@perl.org
50549              Date: Mon, 08 May 2000 18:08:13 -0400
50550              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
50551              
50552              Regen headers for #6207.
50553              
50554              Lock PL_fdpid against race conditions, based on:
50555              Subject: [PATCH 5.6.0]subprocess fixup for threads
50556              From: Dan Sugalski <dan@sidhe.org>
50557              To: perl5-porters@perl.org
50558              Date: Tue, 11 Apr 2000 17:02:32 -0400
50559              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
50560              
50561              Mopup for #6207 and #6209.
50562      Branch: maint-5.6/perl
50563           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
50564           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
50565           !> win32/win32.c
50566 ____________________________________________________________________________
50567 [  7339] By: gsar                                  on 2000/10/16  08:14:34
50568         Log: integrate change#6203 from cfgperl
50569              
50570              perldiag should refer to perlos2.pod not README.os2
50571      Branch: maint-5.6/perl
50572           !> pod/perldiag.pod
50573 ____________________________________________________________________________
50574 [  7338] By: gsar                                  on 2000/10/16  08:11:42
50575         Log: integrate change#6201 from mainline
50576              
50577              Perl_eval_pv() leaks 4 bytes every time it is called because it
50578              does a PUSHMARK that's never ever POPMARKed; in general, only
50579              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
50580              Perl_eval_[sp]v() don't because they don't take any incoming
50581              arguments (this leak has been around since the original version
50582              of perl_eval_pv() in 5.003_97e)
50583      Branch: maint-5.6/perl
50584           !> perl.c
50585 ____________________________________________________________________________
50586 [  7337] By: gsar                                  on 2000/10/16  08:08:47
50587         Log: integrate changes#6197..6200 from cfgperl
50588              
50589              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
50590              From: John Borwick <jhborwic@unity.ncsu.edu>
50591              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
50592              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
50593              
50594              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
50595              From: Dan Sugalski <dan@sidhe.org>
50596              To: vmsperl@perl.org, perl5-porters@perl.org
50597              Date: Fri, 02 Jun 2000 16:00:41 -0400
50598              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
50599              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
50600              
50601              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
50602              From: Dan Sugalski <dan@sidhe.org>
50603              To: perl5-porters@perl.org, vmsperl@perl.org
50604              Date: Fri, 02 Jun 2000 17:30:51 -0400
50605              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50606              
50607              Update to cperl-mode.el 4.31 from
50608              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50609              Subject: A couple of notes
50610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50611              To: Mailing list Perl5 <perl5-porters@perl.org>
50612              Date: Sat, 3 Jun 2000 23:33:32 -0400
50613              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50614      Branch: maint-5.6/perl
50615           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
50616           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
50617           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
50618           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
50619           !> vms/vmsish.h
50620 ____________________________________________________________________________
50621 [  7336] By: gsar                                  on 2000/10/16  08:03:46
50622         Log: integrate changes#6194,6195 from mainline
50623              
50624              fix small eval"" memory leaks under USE_ITHREADS
50625              
50626              fix yet another eval"" leak under USE_ITHREADS
50627      Branch: maint-5.6/perl
50628           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50629           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50630           !> vms/perly_c.vms
50631 ____________________________________________________________________________
50632 [  7335] By: gsar                                  on 2000/10/16  08:02:15
50633         Log: integrate changes#6190,6191 from mainline
50634              
50635              submit missing embed.pl change
50636              
50637              vec() loses numericalness (modified version of patch suggested
50638              by Robin Barker)
50639      Branch: maint-5.6/perl
50640           !> doop.c embed.pl t/op/vec.t
50641 ____________________________________________________________________________
50642 [  7334] By: gsar                                  on 2000/10/16  08:01:03
50643         Log: integrate change#6189 from mainline
50644              
50645              counting tr/// corrupts later operation (from M.J.T Guy)
50646      Branch: maint-5.6/perl
50647           !> doop.c t/op/tr.t
50648 ____________________________________________________________________________
50649 [  7333] By: gsar                                  on 2000/10/16  07:59:07
50650         Log: integrate changes#6183..6188 from mainline
50651              
50652              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
50653              <nick@ccl4.org>)
50654              
50655              tweak for change#6127
50656              
50657              remove incorrect documentation about implicit split to @_ in
50658              list context, which never really worked in perl 5 (from
50659              M.J.T. Guy)
50660              
50661              further qualify references to "alphanumeric" (from Wolfgang Laun
50662              <wolfgang.laun@alcatel.at>)
50663              
50664              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
50665              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
50666              
50667              h2xs tweaks
50668      Branch: maint-5.6/perl
50669           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
50670           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
50671           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
50672           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
50673           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
50674           !> pod/pod2latex.PL utils/h2xs.PL
50675 ____________________________________________________________________________
50676 [  7332] By: gsar                                  on 2000/10/16  07:53:52
50677         Log: integrate change#6179 from mainline
50678              
50679              buggy modulus on UVs introduced by change#3378 (resulted in
50680              4063328477 % 65535 amounting to 27406, instead of 27407)
50681      Branch: maint-5.6/perl
50682           !> pp.c t/op/arith.t
50683 ____________________________________________________________________________
50684 [  7331] By: gsar                                  on 2000/10/16  07:52:49
50685         Log: integrate changes#6176,6177,6178,6182 from cfgperl
50686              
50687              Single-quoted utf8 patch from Simon Cozens.
50688              
50689              Substitution utf8 patch from Simon Cozens.
50690              
50691              Be cleaner.
50692              
50693              Be Cleaner Part Deux.
50694      Branch: maint-5.6/perl
50695           !> Makefile.SH pp_hot.c toke.c
50696 ____________________________________________________________________________
50697 [  7330] By: gsar                                  on 2000/10/16  07:41:36
50698         Log: integrate change#6172 from mainline
50699              
50700              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
50701              (from Ilya Zakharevich)
50702      Branch: maint-5.6/perl
50703           !> regexec.c t/op/re_tests
50704 ____________________________________________________________________________
50705 [  7329] By: gsar                                  on 2000/10/16  07:40:25
50706         Log: integrate change#6171 from mainline
50707              
50708              scalar() doesn't force scalar context when used in void context
50709              (from Simon Cozens)
50710      Branch: maint-5.6/perl
50711           !> op.c t/op/wantarray.t
50712 ____________________________________________________________________________
50713 [  7328] By: gsar                                  on 2000/10/16  07:39:33
50714         Log: integrate change#6170 from mainline
50715              
50716              change#6142 needs tweaks to tests to work where there's no
50717              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50718      Branch: maint-5.6/perl
50719           !> t/lib/filefind.t
50720 ____________________________________________________________________________
50721 [  7327] By: gsar                                  on 2000/10/16  07:35:34
50722         Log: integrate changes#6166..6168 from cfgperl
50723              
50724              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
50725              in case somebody wants to write an extension for more
50726              shadow database interfaces.
50727              
50728              tweak todo
50729              
50730              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
50731      Branch: maint-5.6/perl
50732           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50733           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
50734           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
50735           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50736           !> win32/config.vc win32/config_H.bc win32/config_H.gc
50737           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
50738 ____________________________________________________________________________
50739 [  7326] By: gsar                                  on 2000/10/16  07:29:05
50740         Log: integrate changes#6157,6159..6161,6164 from cfgperl
50741              
50742              Regen Configure to jive with #6149.
50743              
50744              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
50745              
50746              Changes for the File::Temp 0.08 (change #6159) test suite
50747              to fit better into the Perl distribution test framework.
50748              
50749              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
50750              both from Simon Cozens.
50751              
50752              detypo
50753      Branch: maint-5.6/perl
50754           +> pod/perlmodlib.PL pod/perlnewmod.pod
50755           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
50756           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
50757           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50758           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
50759 ____________________________________________________________________________
50760 [  7325] By: gsar                                  on 2000/10/16  07:25:13
50761         Log: integrate change#6158 from vmsperl
50762              
50763              Add fallback to tmpfile for use in cases where user's relying on
50764              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
50765              Lane's patch)
50766      Branch: maint-5.6/perl
50767           !> vms/vms.c vms/vmsish.h
50768 ____________________________________________________________________________
50769 [  7324] By: gsar                                  on 2000/10/16  07:20:50
50770         Log: integrate changes#6153..6155 from mainline
50771              
50772              prettier Test::Harness output on failed tests (from Nicholas Clark
50773              <nick@Bagpuss.uk.boo.com>)
50774              
50775              avoid type mismatch warning
50776              
50777              small bug in change#6144; remove random \xA0 character that snuck
50778              in via change#6145
50779      Branch: maint-5.6/perl
50780           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
50781           !> perl.c
50782 ____________________________________________________________________________
50783 [  7323] By: gsar                                  on 2000/10/16  07:18:47
50784         Log: integrate changes#6151,6152 from mainline
50785              
50786              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
50787              
50788              cosmetic fixups of RE debug output (from Ilya Zakharevich)
50789      Branch: maint-5.6/perl
50790           !> regexec.c
50791 ____________________________________________________________________________
50792 [  7322] By: gsar                                  on 2000/10/16  07:17:25
50793         Log: integrate changes#6146..6150 from mainline
50794              
50795              doc typo
50796              
50797              add a make entry to Config.pm so "perl -V:make" works on VMS
50798              (from Peter Prymmer)
50799              
50800              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
50801              
50802              OS/2 tweaks for usethreads build (from Rocco Caputo
50803              <troc@netrus.net>)
50804              
50805              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
50806      Branch: maint-5.6/perl
50807           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
50808           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
50809           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
50810           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
50811           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
50812           !> warnings.pl x2p/a2p.h
50813 ____________________________________________________________________________
50814 [  7321] By: gsar                                  on 2000/10/16  07:14:02
50815         Log: integrate changes#6143..6145 from mainline
50816              
50817              MacOS support, part 1 (from Matthias Neeracher
50818              <neeri@iis.ee.ethz.ch>)
50819              
50820              MacOS support, part 2: make AutoSplit use File::Spec instead
50821              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
50822              <neeri@iis.ee.ethz.ch>)
50823              
50824              make xsubpp skip embedded pod (from Matthias Neeracher
50825              <neeri@iis.ee.ethz.ch>)
50826      Branch: maint-5.6/perl
50827           +> ext/DynaLoader/dl_mac.xs
50828           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
50829           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50830           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
50831           !> pp_ctl.c proto.h toke.c util.c util.h
50832 ____________________________________________________________________________
50833 [  7320] By: gsar                                  on 2000/10/16  07:12:13
50834         Log: integrate changes#6141,6142 from mainline
50835              
50836              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
50837              forwarded by Peter Seebach from the bsdi-users mailing list.
50838              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
50839              
50840              File::Find fails to chdir when chasing symlinks (from
50841              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
50842      Branch: maint-5.6/perl
50843           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
50844 ____________________________________________________________________________
50845 [  7319] By: gsar                                  on 2000/10/16  07:04:30
50846         Log: integrate change#6139 from mainline
50847              
50848              revise mktables.PL for bugs and newness in Unicode 3.0
50849              (from James Bence <jbence@amgen.com>)
50850      Branch: maint-5.6/perl
50851           +> (branch 30 files)
50852           !> (integrate 49 files)
50853 ____________________________________________________________________________
50854 [  7318] By: gsar                                  on 2000/10/16  07:01:01
50855         Log: integrate changes#6137,6138 from mainline
50856              
50857              fix bogus redeclaration warning for "our" variables in different
50858              scopes
50859              
50860              add note about the handling of negative indices to tied arrays
50861              (from Michael G Schwern <schwern@pobox.com>)
50862      Branch: maint-5.6/perl
50863           !> op.c pod/perltie.pod t/pragma/strict-vars
50864 ____________________________________________________________________________
50865 [  7317] By: gsar                                  on 2000/10/16  06:58:46
50866         Log: integrate changes#6127..6136 from mainline
50867              
50868              call_method(...,G_EVAL) can longjmp() out if the method probing
50869              failed (from Gisle Aas)
50870              
50871              new perlxstut example for passing/returning refs to arrays
50872              (from David Lowe <dlowe@pootpoot.com>)
50873              
50874              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
50875              
50876              fix places that mean C<"word" character> but say C<alphanumeric
50877              character>
50878              
50879              avoid warnings in POSIX.pm (from Barrie Slaymaker)
50880              
50881              warnings::enabled() doesn't fall back to looking at $^W if
50882              caller isn't using lexical warnings (from Paul Marquess)
50883              
50884              elide bogus test in change#6132
50885              
50886              make Test::Harness use wait.h/WCOREDUMP if available
50887              (from Ben Tilly <ben_tilly@hotmail.com>)
50888              
50889              enable Test::Harness to dynamically determine column width etc.
50890              (from Rob Napier <rnapier@employees.org>)
50891              
50892              random pod typos (from Peter Scott <Peter@PSDT.com>)
50893      Branch: maint-5.6/perl
50894           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
50895           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
50896           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
50897           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
50898 ____________________________________________________________________________
50899 [  7316] By: gsar                                  on 2000/10/16  06:53:23
50900         Log: integrate change#6126 from mainline
50901              
50902              change#2879 broke rvalue autovivification of magicals such as
50903              ${$num} (reworked variant of patch suggested by Simon Cozens)
50904      Branch: maint-5.6/perl
50905           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
50906           !> pp_hot.c proto.h t/op/gv.t
50907 ____________________________________________________________________________
50908 [  7315] By: gsar                                  on 2000/10/16  06:51:38
50909         Log: integrate changes#6123,6125 from mainline
50910              
50911              clarify gotcha with #line directives (from Rocco Caputo
50912              <troc@netrus.net>)
50913              
50914              enable propagating exception objects via Perl_croak() in XS code
50915              (from Gisle Aas)
50916      Branch: maint-5.6/perl
50917           !> pod/perldebug.pod pod/perlsyn.pod util.c
50918 ____________________________________________________________________________
50919 [  7314] By: gsar                                  on 2000/10/16  06:49:28
50920         Log: integrate change#6122 from mainline
50921              
50922              downgrade fatal error on C<"foo@nosucharray.com"> to optional
50923              warning (from Mark-Jason Dominus)
50924      Branch: maint-5.6/perl
50925           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
50926           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
50927           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
50928           !> toke.c
50929 ____________________________________________________________________________
50930 [  7313] By: gsar                                  on 2000/10/16  06:46:54
50931         Log: integrate changes#6112..6121 from vmsperl
50932              
50933              Check for existence of file before trying to delete
50934              
50935              Ugly workaround for version-specific RTL error
50936              
50937              Urk -- undo previous removal of vmsish 'exit' change
50938              
50939              Add bounds checking for several strings (Charles Lane)
50940              
50941              Miscellaneous cosmetic fixes (Charles Lane)
50942              
50943              Treat sockets as special in sys(read|write) (Charles Lane et al.)
50944              
50945              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
50946              Flatten case labels in switch statements uniformly (Charles Bailey)
50947              
50948              Quiet error messages in vmsish.t (Charles Lane)
50949              
50950              Add missing escape (Charles Lane)
50951              
50952              Allow eliminate_macros() and fixpath() to handle space-delimited
50953              lists (based on fixes by Craig Berry)
50954      Branch: maint-5.6/perl
50955           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
50956           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
50957           !> vms/vmsish.h
50958 ____________________________________________________________________________
50959 [  7312] By: gsar                                  on 2000/10/16  06:41:18
50960         Log: integrate changes#6107,6110 from cfgperl
50961              
50962              Tweak the todo list.
50963              
50964              todo tweak
50965      Branch: maint-5.6/perl
50966           !> Todo-5.6
50967 ____________________________________________________________________________
50968 [  7311] By: gsar                                  on 2000/10/16  06:38:38
50969         Log: integrate changes#6104,6108 from mainline
50970              
50971              PL_sys_intern was being initialized too late on windows
50972              
50973              reenable fake signal handling on Windows, bugs and all
50974      Branch: maint-5.6/perl
50975           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
50976           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
50977           !> win32/win32.c
50978 ____________________________________________________________________________
50979 [  7310] By: gsar                                  on 2000/10/16  06:36:03
50980         Log: integrate changes#6095,6097..6103 from cfgperl
50981              
50982              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
50983              might be useful in future.
50984              
50985              Add a note about possible compilation problems from Allen Smith.
50986              
50987              Add a note about other, yet unsupported, shadow password APIs.
50988              
50989              Tweaks for the cc bugs from Allen Smith.
50990              
50991              More compilation tweakery from Allen Smith.
50992              
50993              Hints and test tweaks for Unicos.
50994              
50995              The test suite tweak in #6101 wasn't quite right.
50996              
50997              Test tweaking for Unicos continues.
50998      Branch: maint-5.6/perl
50999           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51000           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
51001           !> t/lib/complex.t t/op/64bitint.t
51002 ____________________________________________________________________________
51003 [  7309] By: gsar                                  on 2000/10/16  06:29:41
51004         Log: integrate changes#6093,6094 from mainline
51005              
51006              fork() failure to create pseudo process sets errno=EAGAIN and returns
51007              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
51008              
51009              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
51010      Branch: maint-5.6/perl
51011           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51012           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
51013 ____________________________________________________________________________
51014 [  7308] By: gsar                                  on 2000/10/16  06:27:29
51015         Log: integrate change#6092 from cfgperl
51016              
51017              Regen perltoc with the fixed buildtoc.
51018      Branch: maint-5.6/perl
51019           !> pod/perltoc.pod
51020 ____________________________________________________________________________
51021 [  7307] By: gsar                                  on 2000/10/16  06:26:40
51022         Log: integrate changes#6089,6090 from mainline
51023              
51024              buildtoc tweak to fix newline lossage
51025              
51026              concat doesn't preserve utf8-ness, and doesn't invalidate
51027              [NI]OK; added tests for both
51028      Branch: maint-5.6/perl
51029           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
51030 ____________________________________________________________________________
51031 [  7306] By: gsar                                  on 2000/10/16  06:24:05
51032         Log: integrate change#6088 from cfgperl
51033              
51034              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
51035              because we do not use those.  The HAS_GETSPNAM remains,
51036              though, because we still do use that.
51037      Branch: maint-5.6/perl
51038           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51039           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
51040           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
51041           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51042           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51043           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51044 ____________________________________________________________________________
51045 [  7305] By: gsar                                  on 2000/10/16  06:15:52
51046         Log: integrate changes#6084,6085,6087 from mainline
51047              
51048              substr() does not preserve utf8-ness (from Stefan Eissing
51049              <Eissing@medicaldataservice.de>); added tests
51050              
51051              repeat operator (x) doesn't preserve utf8-ness
51052              
51053              reverse() and quotemeta() weren't preserving utf8-ness; add tests
51054      Branch: maint-5.6/perl
51055           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
51056 ____________________________________________________________________________
51057 [  7304] By: gsar                                  on 2000/10/16  06:13:10
51058         Log: integrate changes#6077..6083 from mainline
51059              
51060              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51061              and Tom Phoenix)
51062              
51063              workaround for CRT bug in chdir() (from Charles Lane, via
51064              Peter Prymmer)
51065              
51066              remove outdated kludge in Carp (NULLs are permitted in diagnostics
51067              now)
51068              
51069              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
51070              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51071              
51072              better default perlbug categories for ok reports (from Richard Foley)
51073              
51074              peek.t non-portable to ithreads
51075              
51076              note about undocumented caller() return value (from M.J.T. Guy);
51077              yet another peek.t tweak
51078      Branch: maint-5.6/perl
51079           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51080           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51081           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
51082           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
51083           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
51084           !> vms/vmsish.h
51085 ____________________________________________________________________________
51086 [  7303] By: gsar                                  on 2000/10/16  06:03:18
51087         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
51088              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
51089              
51090              &HUGE_VAL is not defined, it exists.
51091              
51092              Do not warn that an infinity does not look like a number.
51093              
51094              Rewrite the pwent/spent logic to be a little bit more clearer.
51095              
51096              Continue on the pwent/spent case.
51097              
51098              Correct Freudian slip.
51099              
51100              Use HUGE_VALL if applicable.
51101              
51102              pwent/spent #ifdef imbalance.
51103              
51104              Infinite problems.
51105              
51106              Call getspnam() only iff needd.
51107              
51108              Test both the scalar and list contexts.
51109              
51110              Use setxxent()/endxxent().
51111              
51112              Complex tweakery.
51113              
51114              Unicos hint tweak.
51115              
51116              Be more forgiving in POSIX about HUGE_VALL.
51117              
51118              Detypo.
51119              
51120              The search of infinity continues, this time simplified.
51121              
51122              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51123              in natively 64-bit platforms where a long is a quad (no need
51124              for long longs).  Also added bias for IVs.
51125              
51126              Complex tweaks.
51127              
51128              Introduce t/lib/peek.t.
51129              
51130              Make the test more portable.
51131      Branch: maint-5.6/perl
51132           +> t/lib/peek.t
51133            ! pp_sys.c
51134           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
51135           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
51136           !> t/op/pwent.t toke.c util.c
51137 ____________________________________________________________________________
51138 [  7302] By: gsar                                  on 2000/10/16  05:03:37
51139         Log: integrate changes#6066..6071 from mainline
51140              
51141              s/END/CHECK/
51142              
51143              replace direct call to sighandler() with (*PL_sighandlerp)()
51144              
51145              note about values()
51146              
51147              File::Spec compatibility update (from Barrie Slaymaker
51148              <barries@slaysys.com>)
51149              
51150              remove misleading comment (from M.J.T. Guy)
51151              
51152              misformatted perllocal.pod (from Tim Jenness
51153              <t.jenness@jach.hawaii.edu>)
51154      Branch: maint-5.6/perl
51155           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51156           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51157           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51158           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51159 ____________________________________________________________________________
51160 [  7301] By: gsar                                  on 2000/10/16  05:00:08
51161         Log: integrate changes#6061..6063 from mainline
51162              
51163              change#5921 neglected to make eq honor "use bytes"
51164              
51165              additional tests for utf8.t
51166              
51167              tokeq() could read unallocated field in argument
51168      Branch: maint-5.6/perl
51169           !> sv.c t/pragma/utf8.t toke.c
51170 ____________________________________________________________________________
51171 [  7300] By: gsar                                  on 2000/10/16  04:56:54
51172         Log: integrate changes#6046,6048,6057,6058 from mainline
51173              
51174              libscheck has insufficient checks for n32 libs (from
51175              Albert Chin-A-Young <china@thewrittenword.com>)
51176              
51177              add note about how $( doesn't interpolate in REs (from
51178              Philip Newton <newton@ficus.frogspace.net>)
51179              
51180              fix broken parsing of /\x{ab}/
51181              
51182              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51183              (spotted by Donald Kinzer <dkinzer@premia.com>)
51184      Branch: maint-5.6/perl
51185           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
51186           !> t/pragma/utf8.t
51187 ____________________________________________________________________________
51188 [  7299] By: gsar                                  on 2000/10/16  04:52:50
51189         Log: integrate change#6044 from mainline
51190              
51191              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51192              such that underscores are only ignored in literal numbers,
51193              "\x{...}", and hex/oct argument
51194      Branch: maint-5.6/perl
51195           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51196 ____________________________________________________________________________
51197 [  7298] By: gsar                                  on 2000/10/16  04:50:53
51198         Log: integrate changes#6027..6043 from mainline
51199              
51200              podlators-1.02 update (from Russ Allbery)
51201              
51202              Pod::Man generates groff-incompatible macro definition (from
51203              Tom Christiansen)
51204              
51205              add CGI.pm v2.66 (from Lincoln Stein)
51206              
51207              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
51208              for @- and @+ (from Johan Vromans)
51209              
51210              small nits in diagnostics.pm (from Robin Barker)
51211              
51212              whitespace adjustments
51213              
51214              missing files in MANIFEST
51215              
51216              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51217              to compensate
51218              
51219              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51220              
51221              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51222      Branch: maint-5.6/perl
51223           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
51224           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
51225           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
51226           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
51227           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
51228           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
51229           !> t/lib/cgi-html.t t/lib/cgi-request.t
51230 ____________________________________________________________________________
51231 [  7297] By: gsar                                  on 2000/10/16  04:44:30
51232         Log: integrate change#6025 from mainline
51233              
51234              Is{Alnum,Alpha,Word} don't match titlecase
51235              TODO: IsSpace is defined recursively!
51236              (both spotted by Larry)
51237      Branch: maint-5.6/perl
51238           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51239           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51240 ____________________________________________________________________________
51241 [  7296] By: gsar                                  on 2000/10/16  04:39:30
51242         Log: integrate change#6023 from mainline
51243              
51244              debugger stomps on $. (from M.J.T. Guy)
51245      Branch: maint-5.6/perl
51246           !> lib/perl5db.pl
51247 ____________________________________________________________________________
51248 [  7295] By: gsar                                  on 2000/10/16  04:38:02
51249         Log: integrate change#6022 from mainline
51250              
51251              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
51252      Branch: maint-5.6/perl
51253           !> sv.c
51254 ____________________________________________________________________________
51255 [  7294] By: gsar                                  on 2000/10/16  04:37:05
51256         Log: integrate changes#6018..6021 from mainline
51257              
51258              make lib/syslog.t portable to systems that don't have _PATH_LOG,
51259              make _PATH_LOG() return "" if unavailable
51260              
51261              windows portability tweaks
51262              
51263              test tweak
51264              
51265              remove Win2K issue in pod (fixed by change#6020)
51266      Branch: maint-5.6/perl
51267           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
51268           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
51269           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
51270 ____________________________________________________________________________
51271 [  7293] By: gsar                                  on 2000/10/16  04:20:00
51272         Log: integrate changes#6013..6015 from mainline
51273              
51274              tweak change#5945 to display correct switch name in diagnostic
51275              
51276              glob() loading File::Glob behind the scenes may cause syntax errors
51277              
51278              tweak test for portability
51279      Branch: maint-5.6/perl
51280           !> op.c perl.c pod/perldiag.pod t/lib/b.t
51281 ____________________________________________________________________________
51282 [  7292] By: gsar                                  on 2000/10/16  04:18:11
51283         Log: integrate changes#6005..6010 from mainline, cfgperl
51284              
51285              perldoc might fail via "use blib" (from Hugo van der Sanden)
51286              
51287              Regen Configure.
51288              
51289              note about compile failures and END blocks (from M.J.T. Guy)
51290              
51291              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
51292              
51293              (change#6009 integrated earlier in change#7255)
51294              
51295              clarify note about shadow password support (from
51296              gellyfish@gellyfish.com)
51297      Branch: maint-5.6/perl
51298           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51299           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
51300           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
51301 ____________________________________________________________________________
51302 [  7291] By: gsar                                  on 2000/10/16  04:12:03
51303         Log: integrate changes#6002,6003 from mainline
51304              
51305              destructive sv_setsv() can lose UV-ness from source, causing
51306              numeric promotions/comparisons to fail to do the right thing
51307              
51308              allow REG_EXPAND_SZ keys in Windows registry (from
51309              John Clayton <John.Clayton@barclayscapital.com>)
51310      Branch: maint-5.6/perl
51311           !> sv.c win32/win32.c
51312 ____________________________________________________________________________
51313 [  7290] By: gsar                                  on 2000/10/16  04:10:19
51314         Log: integrate change#6001 from mainline
51315              
51316              support additional library locations via $Config{otherlibdirs}
51317              (from Andy Dougherty)
51318      Branch: maint-5.6/perl
51319           !> Configure INSTALL Porting/Glossary Porting/config.sh
51320           !> Porting/config_H config_h.SH epoc/config.sh perl.c
51321           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
51322           !> win32/config.bc win32/config.gc win32/config.vc
51323 ____________________________________________________________________________
51324 [  7289] By: gsar                                  on 2000/10/16  04:08:28
51325         Log: integrate change#5999 from mainline
51326              
51327              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
51328      Branch: maint-5.6/perl
51329           !> t/pragma/warn/toke toke.c
51330 ____________________________________________________________________________
51331 [  7288] By: gsar                                  on 2000/10/16  04:07:01
51332         Log: integrate changes#5997,5998 from cfgperl
51333              
51334              Preserve $!.
51335              
51336              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
51337      Branch: maint-5.6/perl
51338           !> lib/Math/Complex.pm
51339 ____________________________________________________________________________
51340 [  7287] By: gsar                                  on 2000/10/16  04:04:37
51341         Log: integrate change#5995 from mainline
51342              
51343              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
51344      Branch: maint-5.6/perl
51345           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
51346 ____________________________________________________________________________
51347 [  7286] By: gsar                                  on 2000/10/16  04:03:21
51348         Log: integrate change#5994 from mainline
51349              
51350              fix for missed accounting for null byte in pack("Z",...) (from
51351              M.J.T. Guy)
51352      Branch: maint-5.6/perl
51353           !> pp.c t/op/pack.t
51354 ____________________________________________________________________________
51355 [  7285] By: gsar                                  on 2000/10/16  04:02:11
51356         Log: integrate changes#5989..5993 from mainline
51357              
51358              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
51359              itself and no other (from Tom Hughes)
51360              
51361              use $ENV{LIB} to search for libs under Visual C compiler
51362              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
51363              
51364              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
51365              
51366              pod nit (from Simon Cozens)
51367              
51368              various minor tweaks seen on p5p
51369      Branch: maint-5.6/perl
51370           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
51371           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
51372           !> t/op/array.t toke.c
51373 ____________________________________________________________________________
51374 [  7284] By: gsar                                  on 2000/10/16  03:59:00
51375         Log: integrate changes#5978..5988 from mainline
51376              
51377              sync version numbers in File::Spec with the ones on CPAN
51378              (from Barrie Slaymaker)
51379              
51380              under useithreads, constant pad entries could inadvertantly be
51381              shared across threads (from Eric Blood <eblood@xmission.com>);
51382              added Eric's test case to testsuite
51383              
51384              allow Configure -S to run non-interactively (spotted by Greg Hudson
51385              <ghudson@mit.edu>)
51386              
51387              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
51388              prototype mismatch with CORE::glob(); update pod and tests to
51389              suit (File::Glob::glob() is still available for backward
51390              compatibility, but should be considered deprecated)
51391              
51392              avoid error in IO::Socket::INET when given an unknown service name
51393              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
51394              
51395              numeric conversion of non-number in change#3378 tramples on
51396              OOK offset, causing segfaults
51397              
51398              attributes::reftype() doesn't work on tied argument
51399              
51400              forked child may not exit correctly if it failed to open
51401              /dev/console (from Graham Barr)
51402              
51403              add regular expressions tutorial and quick-start guide (from
51404              Mark Kvale <kvale@phy.ucsf.edu>)
51405              
51406              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
51407              
51408              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
51409              <paul@miraclefish.com>)
51410      Branch: maint-5.6/perl
51411           +> pod/perlrequick.pod pod/perlretut.pod
51412           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
51413           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
51414           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
51415           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
51416           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
51417           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51418           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
51419           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
51420 ____________________________________________________________________________
51421 [  7283] By: gsar                                  on 2000/10/16  03:52:14
51422         Log: integrate change#5977 from mainline
51423              
51424              autoquote barewords followed by newline and arrow properly
51425              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
51426      Branch: maint-5.6/perl
51427           !> t/pragma/warn/toke toke.c
51428 ____________________________________________________________________________
51429 [  7282] By: gsar                                  on 2000/10/16  03:50:48
51430         Log: integrate change#5976 from mainline
51431              
51432              DB_File v1.73 update (from Paul Marquess)
51433      Branch: maint-5.6/perl
51434           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
51435           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
51436 ____________________________________________________________________________
51437 [  7281] By: gsar                                  on 2000/10/16  03:49:14
51438         Log: integrate change#5975 from mainline
51439              
51440              allow sort() reentrancy (variant of patch suggested by
51441              Hugo van der Sanden)
51442      Branch: maint-5.6/perl
51443           !> pp_ctl.c t/op/sort.t
51444 ____________________________________________________________________________
51445 [  7280] By: gsar                                  on 2000/10/16  03:48:22
51446         Log: integrate change#5974 from mainline
51447              
51448              change#4197 somehow missed initializing PL_errors, meaning
51449              syntax error queueing wasn't working outside eval"" at all;
51450              also fixed eval"" to localize PL_error_count, so that compile-time
51451              eval's don't clobber the error state of the outer context
51452      Branch: maint-5.6/perl
51453           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
51454           !> t/pragma/warn/toke
51455 ____________________________________________________________________________
51456 [  7279] By: gsar                                  on 2000/10/16  03:46:21
51457         Log: integrate change#5973 from mainline
51458              
51459              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
51460      Branch: maint-5.6/perl
51461           !> regcomp.c regexec.c t/op/re_tests
51462 ____________________________________________________________________________
51463 [  7278] By: gsar                                  on 2000/10/16  03:44:54
51464         Log: integrate change#5971 from cfgperl
51465              
51466              Unicos tweaks from Mark P. Lutz.
51467      Branch: maint-5.6/perl
51468           !> hints/unicos.sh lib/Math/Complex.pm
51469 ____________________________________________________________________________
51470 [  7277] By: gsar                                  on 2000/10/16  03:42:59
51471         Log: integrate changes#5966..5970 from mainline
51472              
51473              add testsuite for B backends, fix bug in B::Deparse (from
51474              Simon Cozens <simon@brecon.co.uk>)
51475              
51476              improved docs on the warn_uninit diagnostic (from David Glasser
51477              and Simon Cozens)
51478              
51479              tolerate spaces in group names in test on solaris (from David Boyce
51480              <dsb@boyski.com>)
51481              
51482              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
51483              
51484              Data::Dumper fumbles negative numbers on 32-bit platforms where
51485              IV is >32bits
51486      Branch: maint-5.6/perl
51487           +> t/lib/b.t t/lib/syslog.t
51488           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
51489           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
51490           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
51491 ____________________________________________________________________________
51492 [  7276] By: gsar                                  on 2000/10/16  03:39:30
51493         Log: integrate change#5965 from mainline
51494              
51495              avoid "will not stay shared" warnings for our variables (from
51496              Robin Barker)
51497      Branch: maint-5.6/perl
51498           !> op.c t/pragma/warn/op
51499 ____________________________________________________________________________
51500 [  7275] By: gsar                                  on 2000/10/16  03:38:18
51501         Log: integrate change#5964 from mainline
51502              
51503              reformat to 72 columns (again)
51504      Branch: maint-5.6/perl
51505           !> pod/perldiag.pod
51506 ____________________________________________________________________________
51507 [  7274] By: gsar                                  on 2000/10/16  03:36:58
51508         Log: integrate change#5963 from mainline
51509              
51510              patch from Larry to make (\&) prototype work; added tests for
51511              the same
51512      Branch: maint-5.6/perl
51513           !> op.c t/comp/proto.t
51514 ____________________________________________________________________________
51515 [  7273] By: gsar                                  on 2000/10/16  03:35:51
51516         Log: integrate changes#5956..5962 from mainline
51517              
51518              better diagnostics on failed tests (from Ilya Zakharevich)
51519              
51520              pod nits (from A. C. Yardley <yardley@tanet.net>)
51521              
51522              change#3569 deleted some essential code, revert; avoid use of
51523              atexit() to make DynaLoader work properly on AIX under mod_perl
51524              (from Jens-Uwe Mager <jum@helios.de>)
51525              
51526              doubled words in pods (from Simon Cozens
51527              <simon.p.cozens@jp.pwcglobal.com>)
51528              
51529              better INSTALL notes on Solaris issues (from Dominic Dunlop)
51530              
51531              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
51532              
51533              updated README.hpux (from Jeff Okamoto)
51534      Branch: maint-5.6/perl
51535           !> INSTALL README.hpux emacs/cperl-mode.el
51536           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
51537           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
51538           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
51539           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
51540           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
51541           !> t/op/lex_assign.t
51542 ____________________________________________________________________________
51543 [  7272] By: gsar                                  on 2000/10/16  03:31:22
51544         Log: integrate change#5955 from mainline
51545              
51546              longstanding bug exposed by change#3307: sort arguments weren't
51547              compiled with the right wantarray context (ensuing runtime lookup
51548              via block_gimme() was getting the incidental context of the
51549              sort() itself)
51550      Branch: maint-5.6/perl
51551           !> op.c t/op/sort.t
51552 ____________________________________________________________________________
51553 [  7271] By: gsar                                  on 2000/10/16  03:29:11
51554         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
51555              branch
51556              
51557              Flatten the cpp jungle doing the nosuid checking.
51558              
51559              Do not assume sign propagation. (from M.J.T. Guy)
51560              
51561              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
51562              
51563              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
51564              Now pp_ncmp() returns undef is either operand is a NaN.
51565              
51566              On second thoughts frexp() does have two arguments.
51567              
51568              Document that tr() is not tr(1).
51569              
51570              Be more robust on "extreme" (large absolute value)
51571              arguments.  Originally reported by Daniel Connelly
51572              as a problem with asinh() on large negative arguments,
51573              asinh() used to bail out because an argument to log()
51574              ended up being zero.  Ilya Zakharevich proposed using
51575              Taylor's series in such cases, which for such large
51576              arguments is a very good approximation.
51577              
51578              Undo "use integer" addition from 64bitint as it seems
51579              to break most of the subtests in Digital UNIX;
51580              Unicos needs to find another way.
51581      Branch: maint-5.6/perl
51582           !> (integrate 29 files)
51583 ____________________________________________________________________________
51584 [  7270] By: gsar                                  on 2000/10/16  03:09:44
51585         Log: integrate changes#5948,5949,5950 from mainline
51586              
51587              typo in vars.pm that leads to cryptic message (from Piotr
51588              Piatkowski <kompas@kompas.usr.onet.pl>)
51589              
51590              make perldoc use the pod2man from the same version (from
51591              M.J.T. Guy)
51592              
51593              reformat perldiag to avoid long lines
51594      Branch: maint-5.6/perl
51595           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
51596 ____________________________________________________________________________
51597 [  7269] By: gsar                                  on 2000/10/16  03:05:54
51598         Log: integrate change#5947 from mainline
51599              
51600              use &dl_error rather than &dl_load_file as the guard for calling
51601              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
51602              statically built perl)
51603      Branch: maint-5.6/perl
51604           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
51605 ____________________________________________________________________________
51606 [  7268] By: gsar                                  on 2000/10/16  03:04:48
51607         Log: integrate change#5945 from mainline
51608              
51609              make module name mandatory after -M switch; reorder perldiag
51610              alphabetically (from Mark-Jason Dominus)
51611      Branch: maint-5.6/perl
51612           !> perl.c pod/perldiag.pod
51613 ____________________________________________________________________________
51614 [  7267] By: gsar                                  on 2000/10/16  03:03:01
51615         Log: integrate change#5939 from mainline
51616              
51617              more pod nits (from Larry Virden)
51618      Branch: maint-5.6/perl
51619           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
51620           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
51621           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
51622 ____________________________________________________________________________
51623 [  7266] By: gsar                                  on 2000/10/16  03:01:39
51624         Log: integrate change#5938 from mainline
51625              
51626              Consolidated B::Deparse fixes (from Stephen McCamant)
51627      Branch: maint-5.6/perl
51628           !> ext/B/B/Deparse.pm
51629 ____________________________________________________________________________
51630 [  7265] By: gsar                                  on 2000/10/16  03:00:43
51631         Log: integrate change#5936 from mainline
51632              
51633              additional tests for change#7263 (from Paul Marquess)
51634      Branch: maint-5.6/perl
51635           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
51636           !> t/pragma/warn/5nolint t/pragma/warn/6default
51637 ____________________________________________________________________________
51638 [  7264] By: gsar                                  on 2000/10/16  02:58:34
51639         Log: integrate change#5934 from mainline
51640              
51641              propagate lexical warnings from surrounding scope correctly
51642              within string eval() (from Paul Marquess)
51643      Branch: maint-5.6/perl
51644           !> pp_ctl.c t/pragma/warn/pp_ctl
51645 ____________________________________________________________________________
51646 [  7263] By: gsar                                  on 2000/10/16  02:56:53
51647         Log: integrate change#5932 from mainline
51648              
51649              add rsignal(), whichsig() and do_join() to public API list
51650              (mod_perl uses them to good advantage)
51651      Branch: maint-5.6/perl
51652           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
51653 ____________________________________________________________________________
51654 [  7262] By: gsar                                  on 2000/10/16  02:55:53
51655         Log: integrate change#5931 from mainline
51656              
51657              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
51658      Branch: maint-5.6/perl
51659           !> pp_hot.c regexec.c t/op/pat.t
51660 ____________________________________________________________________________
51661 [  7261] By: gsar                                  on 2000/10/16  02:55:01
51662         Log: integrate change#5930 from mainline
51663              
51664              small os390 tweaks (from Peter Prymmer)
51665      Branch: maint-5.6/perl
51666           !> config_h.SH makedepend.SH
51667 ____________________________________________________________________________
51668 [  7260] By: gsar                                  on 2000/10/16  02:54:10
51669         Log: integrate change#5929 from mainline
51670              
51671              pod nits
51672      Branch: maint-5.6/perl
51673           !> pod/perlguts.pod
51674 ____________________________________________________________________________
51675 [  7259] By: gsar                                  on 2000/10/16  02:52:55
51676         Log: integrate change#5927 from mainline
51677              
51678              arrange for next() to resume at the unstack op rather than the
51679              loop conditional, so that scope cleanup happens correctly
51680              (from Stephen McCamant)
51681      Branch: maint-5.6/perl
51682           !> op.c pp_ctl.c t/op/misc.t
51683 ____________________________________________________________________________
51684 [  7258] By: gsar                                  on 2000/10/16  02:51:38
51685         Log: integrate change#5926 from mainline
51686              
51687              on windows, reserve 16M of stack rather than 128M (allows more
51688              threads to run concurrently)
51689      Branch: maint-5.6/perl
51690           !> win32/Makefile win32/makefile.mk
51691 ____________________________________________________________________________
51692 [  7257] By: gsar                                  on 2000/10/16  02:50:37
51693         Log: integrate change#5925 from mainline
51694              
51695              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
51696      Branch: maint-5.6/perl
51697           !> toke.c
51698 ____________________________________________________________________________
51699 [  7256] By: gsar                                  on 2000/10/16  02:49:36
51700         Log: integrate change#5924 from mainline
51701              
51702              avoid using uninitialized memory in require version check
51703      Branch: maint-5.6/perl
51704           !> pp_ctl.c universal.c
51705 ____________________________________________________________________________
51706 [  7255] By: gsar                                  on 2000/10/16  02:48:03
51707         Log: integrate changes#5923,5928,6009 from mainline
51708              
51709              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
51710      Branch: maint-5.6/perl
51711           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
51712 ____________________________________________________________________________
51713 [  7254] By: gsar                                  on 2000/10/16  02:44:46
51714         Log: integrate change#5922 from mainline
51715              
51716              commentary about IoTYPE() (from Nathan Torkington)
51717      Branch: maint-5.6/perl
51718           !> sv.h
51719 ____________________________________________________________________________
51720 [  7253] By: gsar                                  on 2000/10/16  02:43:49
51721         Log: integrate change#5921 from mainline
51722              
51723              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
51724      Branch: maint-5.6/perl
51725           !> sv.c t/lib/charnames.t t/pragma/utf8.t
51726 ____________________________________________________________________________
51727 [  7252] By: gsar                                  on 2000/10/16  02:42:31
51728         Log: integrate change#5920 from mainline
51729              
51730              Larry's fix for buggy propagation of utf8-ness in join(); add test
51731      Branch: maint-5.6/perl
51732           !> doop.c t/op/ver.t
51733 ____________________________________________________________________________
51734 [  7251] By: gsar                                  on 2000/10/16  02:41:14
51735         Log: integrate changes#5915..5919 from mainline
51736              
51737              various (pod tweaks &c)
51738      Branch: maint-5.6/perl
51739           !> (integrate 33 files)
51740 ____________________________________________________________________________
51741 [  7250] By: gsar                                  on 2000/10/16  02:38:16
51742         Log: integrate change#5914 from mainline
51743              
51744              caller() wasn't returning the right number of elements for
51745              eval {...}
51746      Branch: maint-5.6/perl
51747           !> pp_ctl.c t/pragma/warn/9enabled
51748 ____________________________________________________________________________
51749 [  7249] By: gsar                                  on 2000/10/16  02:37:02
51750         Log: integrate change#5913 from mainline
51751              
51752              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
51753              (from Mark-Jason Dominus)
51754      Branch: maint-5.6/perl
51755           !> pod/perlfunc.pod
51756 ____________________________________________________________________________
51757 [  7248] By: gsar                                  on 2000/10/16  02:35:58
51758         Log: integrate change#5912 from mainline
51759              
51760              fix totally broken caching in UNIVERSAL::isa() (from
51761              Nick Ing-Simmons)
51762      Branch: maint-5.6/perl
51763           !> t/op/universal.t universal.c
51764 ____________________________________________________________________________
51765 [  7247] By: gsar                                  on 2000/10/16  02:34:27
51766         Log: integrate changes#5910,5911 from mainline
51767              
51768              typo in pod
51769              
51770              add linebreak properties from unicode/LineBrk.txt (from
51771              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
51772      Branch: maint-5.6/perl
51773           +> (branch 29 files)
51774           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
51775 ____________________________________________________________________________
51776 [  7246] By: gsar                                  on 2000/10/16  02:33:29
51777         Log: integrate change#5909 from mainline
51778              
51779              mode argument to do_binmode() should be file mode, not boolean
51780      Branch: maint-5.6/perl
51781           !> pp_sys.c
51782 ____________________________________________________________________________
51783 [  7245] By: gsar                                  on 2000/10/16  02:31:04
51784         Log: integrate change#5908 from mainline
51785              
51786              introduce illegal symbols into null package so that
51787              gv_fetchpv(...,TRUE) always returns a valid GV even when the
51788              symbol is trapped by strictures (avoids coredumps)
51789      Branch: maint-5.6/perl
51790           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
51791           !> t/pragma/strict-vars
51792 ____________________________________________________________________________
51793 [  7244] By: jhi                                   on 2000/10/16  02:29:54
51794         Log: Subject: $Carp::ExportLevel confusion in Exporter
51795              From: "Ben Tilly" <ben_tilly@hotmail.com>
51796              Date: Sat, 14 Oct 2000 16:44:34 EDT
51797              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
51798      Branch: perl
51799            ! lib/Exporter/Heavy.pm
51800 ____________________________________________________________________________
51801 [  7243] By: jhi                                   on 2000/10/16  02:28:33
51802         Log: Subject: [PATCH perlguts.pod] Document offset hack
51803              From: Simon Cozens <simon@cozens.net>
51804              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
51805              Date: Sat, 14 Oct 2000 19:32:25 +0100
51806      Branch: perl
51807            ! pod/perlguts.pod
51808 ____________________________________________________________________________
51809 [  7242] By: gsar                                  on 2000/10/16  02:26:51
51810         Log: integrate changes#5905,5906,5907,6064 from mainline
51811              
51812              printf/sprintf didn't get quad types right under use64bitint
51813      Branch: maint-5.6/perl
51814           !> pp_sys.c sv.c t/op/64bitint.t
51815 ____________________________________________________________________________
51816 [  7241] By: jhi                                   on 2000/10/16  02:22:44
51817         Log: Subject: small pod patch
51818              From: Dan Boorstein <dan_boo@bellsouth.net>
51819              Date: Sat, 14 Oct 2000 14:29:24 -0400
51820              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
51821      Branch: perl
51822            ! pod/perlfaq7.pod pod/perlmod.pod
51823 ____________________________________________________________________________
51824 [  7240] By: jhi                                   on 2000/10/16  02:13:46
51825         Log: -w cleanup.
51826              
51827              Subject: Re: Problems with bleadperl 
51828              From: "Stephen P. Potter" <spp@ds.net>
51829              Date: Fri, 13 Oct 2000 13:32:49 -0400
51830              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
51831      Branch: perl
51832            ! t/pragma/overload.t
51833 ____________________________________________________________________________
51834 [  7239] By: jhi                                   on 2000/10/16  01:41:18
51835         Log: One more ~utf8 tweak.
51836      Branch: perl
51837            ! t/op/bop.t
51838 ____________________________________________________________________________
51839 [  7238] By: jhi                                   on 2000/10/16  01:34:14
51840         Log: Tweak the test of #7235.
51841      Branch: perl
51842            ! t/op/bop.t
51843 ____________________________________________________________________________
51844 [  7237] By: jhi                                   on 2000/10/16  01:25:04
51845         Log: Fix a couple of compiler-noted nits in #7235.
51846      Branch: perl
51847            ! pp.c
51848 ____________________________________________________________________________
51849 [  7236] By: jhi                                   on 2000/10/16  01:22:46
51850         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
51851      Branch: perl
51852            ! pp.c pp_hot.c
51853 ____________________________________________________________________________
51854 [  7235] By: jhi                                   on 2000/10/15  16:24:44
51855         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
51856              
51857              From: Simon Cozens <simon@cozens.net>
51858              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
51859              Date: Sat, 14 Oct 2000 20:52:13 +0100
51860              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
51861      Branch: perl
51862            ! pp.c t/op/bop.t utf8.h
51863 ____________________________________________________________________________
51864 [  7234] By: jhi                                   on 2000/10/15  15:19:29
51865         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
51866              The problem was that rx->minlen was in chars while pp_split()
51867              thought it would be in bytes. 
51868      Branch: perl
51869            ! pp.c t/pragma/utf8.t
51870 ____________________________________________________________________________
51871 [  7233] By: jhi                                   on 2000/10/14  20:24:24
51872         Log: Document FNCASE=y as discussed in the bug 20000902.009.
51873      Branch: perl
51874            ! README.dos
51875 ____________________________________________________________________________
51876 [  7232] By: jhi                                   on 2000/10/14  18:52:21
51877         Log: Add test for bug id 20000427.003 (which seems to have
51878              been fixed) (also duplicate as 20000427.004, though
51879              with a higher severity).  Move one utf8 from op/append
51880              to pragma/utf8, tag the tests with bug ids.
51881      Branch: perl
51882            ! t/op/append.t t/pragma/utf8.t
51883 ____________________________________________________________________________
51884 [  7231] By: jhi                                   on 2000/10/14  17:28:37
51885         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
51886      Branch: perl
51887            ! t/pragma/utf8.t
51888 ____________________________________________________________________________
51889 [  7230] By: jhi                                   on 2000/10/14  14:24:50
51890         Log: Needs to be conditional on SunOS 4.
51891              
51892              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
51893              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51894              Date: Sat, 14 Oct 2000 13:37:49 +0100
51895              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
51896      Branch: metaconfig/U/perl
51897            ! End.U
51898      Branch: perl
51899            ! Configure myconfig.SH pod/perldelta.pod
51900 ____________________________________________________________________________
51901 [  7229] By: jhi                                   on 2000/10/14  00:49:22
51902         Log: Update Changes.
51903      Branch: perl
51904            ! Changes patchlevel.h
51905 ____________________________________________________________________________
51906 [  7228] By: jhi                                   on 2000/10/14  00:46:10
51907         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
51908              From: Peter Prymmer <pvhp@forte.com>
51909              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
51910              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
51911      Branch: perl
51912            ! lib/utf8.pm
51913 ____________________________________________________________________________
51914 [  7227] By: jhi                                   on 2000/10/13  23:20:30
51915         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
51916      Branch: perl
51917            ! t/op/tie.t
51918 ____________________________________________________________________________
51919 [  7226] By: jhi                                   on 2000/10/13  22:14:32
51920         Log: Tweak #7225.
51921              
51922              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
51923              From: Peter Prymmer <pvhp@forte.com>
51924              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
51925              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
51926      Branch: perl
51927            ! t/op/sprintf.t
51928 ____________________________________________________________________________
51929 [  7225] By: jhi                                   on 2000/10/13  22:11:31
51930         Log: op/sprintf.t patch for OS/390 (and any other host with limited
51931              floating-point exponent length)
51932              
51933              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
51934              From: Dominic Dunlop <domo@computer.org>
51935              Date: Fri, 13 Oct 2000 19:17:57 +0200
51936              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
51937      Branch: perl
51938            ! t/op/sprintf.t
51939 ____________________________________________________________________________
51940 [  7224] By: jhi                                   on 2000/10/13  18:40:48
51941         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
51942      Branch: perl
51943            ! toke.c
51944 ____________________________________________________________________________
51945 [  7223] By: jhi                                   on 2000/10/13  18:37:13
51946         Log: Thinko in #7222.
51947      Branch: perl
51948            ! utf8.c
51949 ____________________________________________________________________________
51950 [  7222] By: jhi                                   on 2000/10/13  18:05:23
51951         Log: Use UTF8SKIP(), from Simon Cozens.
51952      Branch: perl
51953            ! utf8.c
51954 ____________________________________________________________________________
51955 [  7221] By: jhi                                   on 2000/10/13  15:43:19
51956         Log: (accidentally empty check-in)
51957      Branch: perl
51958            ! utf8.c
51959 ____________________________________________________________________________
51960 [  7220] By: jhi                                   on 2000/10/13  15:23:51
51961         Log: Add (optimistically) Storable to static extensions.
51962      Branch: perl
51963            ! hints/uwin.sh hints/vmesa.sh
51964 ____________________________________________________________________________
51965 [  7219] By: jhi                                   on 2000/10/13  15:20:05
51966         Log: Amdahl UTS doesn't seem to do dynaloading.
51967      Branch: perl
51968            ! hints/uts.sh
51969 ____________________________________________________________________________
51970 [  7218] By: jhi                                   on 2000/10/13  15:15:20
51971         Log: Slight tweak of the code to appease Amdahl UTS cc.
51972      Branch: perl
51973            ! pp.c
51974 ____________________________________________________________________________
51975 [  7217] By: jhi                                   on 2000/10/13  14:50:42
51976         Log: In Amdahl UTS "struct sv" is defined by a system header,
51977              <ksync.h>.
51978      Branch: perl
51979            ! perl.h sv.h
51980 ____________________________________________________________________________
51981 [  7216] By: jhi                                   on 2000/10/13  11:58:25
51982         Log: Ilya implemented the memory profiling API.
51983      Branch: perl
51984            ! Todo
51985 ____________________________________________________________________________
51986 [  7215] By: jhi                                   on 2000/10/13  02:56:38
51987         Log: Subject: [PATCH 5.7.0] Perl API for mstats
51988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51989              Date: Thu, 12 Oct 2000 22:52:40 -0400
51990              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
51991      Branch: perl
51992            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
51993 ____________________________________________________________________________
51994 [  7214] By: jhi                                   on 2000/10/13  02:55:38
51995         Log: Subject: [PATCH 5.7.0] IVs in mtats
51996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51997              Date: Thu, 12 Oct 2000 22:51:04 -0400
51998              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
51999      Branch: perl
52000            ! malloc.c perl.h
52001 ____________________________________________________________________________
52002 [  7213] By: jhi                                   on 2000/10/13  02:31:47
52003         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
52004      Branch: perl
52005            ! pod/perldiag.pod pp_sys.c
52006 ____________________________________________________________________________
52007 [  7212] By: jhi                                   on 2000/10/13  01:27:38
52008         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
52009              From: Peter Prymmer <pvhp@forte.com>
52010              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
52011              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
52012      Branch: perl
52013            ! t/op/oct.t
52014 ____________________________________________________________________________
52015 [  7211] By: jhi                                   on 2000/10/13  00:35:09
52016         Log: Update Changes.
52017      Branch: perl
52018            ! Changes patchlevel.h
52019 ____________________________________________________________________________
52020 [  7210] By: jhi                                   on 2000/10/12  23:59:40
52021         Log: The Install.pm third of
52022              
52023              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52024              From: Bill Campbell <bill@celestial.com>
52025              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
52026              Date: Thu, 5 Oct 2000 18:04:51 -0700
52027      Branch: perl
52028            ! lib/ExtUtils/Install.pm
52029 ____________________________________________________________________________
52030 [  7209] By: jhi                                   on 2000/10/12  23:58:43
52031         Log: Two thirds of
52032              
52033              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
52034              Date: Thu, 5 Oct 2000 18:04:51 -0700
52035              From: Bill Campbell <bill@celestial.com>
52036              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
52037              
52038              The Install.pm changes will be submitted separately because
52039              they need some work and discussion still.
52040      Branch: perl
52041            ! lib/getopts.pl lib/termcap.pl
52042 ____________________________________________________________________________
52043 [  7208] By: jhi                                   on 2000/10/12  23:41:19
52044         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
52045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52046              Date:     Thu, 12 Oct 2000 07:30:02 EDT
52047              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
52048      Branch: perl
52049            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
52050            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
52051 ____________________________________________________________________________
52052 [  7207] By: jhi                                   on 2000/10/12  23:39:01
52053         Log: An updated EBCDIC tr patch.
52054              
52055              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
52056              From: Peter Prymmer <pvhp@forte.com>
52057              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
52058              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
52059      Branch: perl
52060            ! t/op/tr.t
52061 ____________________________________________________________________________
52062 [  7206] By: jhi                                   on 2000/10/12  23:34:55
52063         Log: Upgrade to CPAN 1.58, from Andreas König.
52064      Branch: perl
52065            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52066 ____________________________________________________________________________
52067 [  7205] By: jhi                                   on 2000/10/12  23:29:08
52068         Log: Introduce the man[24-8] variables, from Andy Dougherty.
52069      Branch: metaconfig/U/perl
52070            + mandirs.U mandirstyle.U
52071      Branch: perl
52072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52073            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
52074            ! vos/config.h vos/config.pl vos/config_h.SH_orig
52075            ! win32/config.bc win32/config.gc win32/config.vc
52076 ____________________________________________________________________________
52077 [  7204] By: gsar                                  on 2000/10/12  18:11:24
52078         Log: restore change#7202
52079      Branch: perl
52080            ! mg.c
52081 ____________________________________________________________________________
52082 [  7203] By: gsar                                  on 2000/10/12  18:09:40
52083         Log: another test of the Emergency Broadcast System--back out 
52084              change#7202
52085      Branch: perl
52086            ! mg.c
52087 ____________________________________________________________________________
52088 [  7202] By: gsar                                  on 2000/10/12  16:40:47
52089         Log: (submitted on behalf of Jarkko)
52090              Fix the lib/encode.t subtest 6 failure as reported by Andreas
52091              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
52092              was unearthed by change 7182, as was a bug in HTML::Entities.
52093      Branch: perl
52094            ! mg.c
52095 ____________________________________________________________________________
52096 [  7201] By: jhi                                   on 2000/10/11  03:16:05
52097         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
52098      Branch: perl
52099            ! pp_hot.c t/pragma/utf8.t
52100 ____________________________________________________________________________
52101 [  7200] By: jhi                                   on 2000/10/11  00:40:30
52102         Log: The #7198 was a false alarm.
52103      Branch: perl
52104            ! pp_hot.c
52105 ____________________________________________________________________________
52106 [  7199] By: jhi                                   on 2000/10/11  00:26:04
52107         Log: Remove duplicated code.
52108      Branch: perl
52109            ! t/lib/cgi-html.t
52110 ____________________________________________________________________________
52111 [  7198] By: jhi                                   on 2000/10/10  23:30:46
52112         Log: (Retracted by #7200.)
52113      Branch: perl
52114            ! pp_hot.c
52115 ____________________________________________________________________________
52116 [  7197] By: jhi                                   on 2000/10/10  21:49:30
52117         Log: Add the test case for #7190, from the original bug report
52118              by Andreas König.
52119      Branch: perl
52120            ! t/pragma/utf8.t
52121 ____________________________________________________________________________
52122 [  7196] By: jhi                                   on 2000/10/10  21:40:49
52123         Log: Reapply Andy's patch and regen Configure.
52124      Branch: perl
52125            ! Configure INSTALL Makefile.SH Porting/Glossary
52126            ! Porting/config.sh config_h.SH epoc/config.sh installperl
52127            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
52128            ! win32/config.vc
52129 ____________________________________________________________________________
52130 [  7195] By: jhi                                   on 2000/10/10  21:09:30
52131         Log: Use the versiononly instead of the installscripts,
52132              retract the changes 7146 and 7147.
52133      Branch: perl
52134            ! Configure INSTALL Makefile.SH Porting/Glossary
52135            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
52136            ! installperl uconfig.sh vos/config.def win32/config.bc
52137            ! win32/config.gc win32/config.vc
52138 ____________________________________________________________________________
52139 [  7194] By: jhi                                   on 2000/10/10  21:06:15
52140         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
52141              From: Peter Prymmer <pvhp@forte.com>
52142              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
52143              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
52144      Branch: perl
52145            ! t/op/ver.t
52146 ____________________________________________________________________________
52147 [  7193] By: jhi                                   on 2000/10/10  21:05:12
52148         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
52149              From: Peter Prymmer <pvhp@forte.com>
52150              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
52151              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
52152      Branch: perl
52153            ! t/op/tr.t
52154 ____________________________________________________________________________
52155 [  7192] By: jhi                                   on 2000/10/10  20:57:30
52156         Log: Add versiononly, delete installscripts, from Andy Dougherty.
52157      Branch: metaconfig
52158            - U/installdirs/installscripts.U
52159      Branch: metaconfig/U/perl
52160            + versiononly.U
52161 ____________________________________________________________________________
52162 [  7191] By: jhi                                   on 2000/10/10  19:41:21
52163         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
52164              From: Peter Prymmer <pvhp@forte.com>
52165              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
52166              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
52167      Branch: perl
52168            ! pod/perlebcdic.pod
52169 ____________________________________________________________________________
52170 [  7190] By: jhi                                   on 2000/10/10  19:26:14
52171         Log: Subject: Re: utf8 concat, mg_get
52172              From: Simon Cozens <simon@cozens.net>
52173              Date: Tue, 10 Oct 2000 17:40:17 +0100
52174              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
52175      Branch: perl
52176            ! pp_hot.c
52177 ____________________________________________________________________________
52178 [  7189] By: jhi                                   on 2000/10/10  19:23:03
52179         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
52180              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
52181              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
52182              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
52183      Branch: perl
52184            ! lib/ExtUtils/MM_Unix.pm
52185 ____________________________________________________________________________
52186 [  7188] By: jhi                                   on 2000/10/10  15:31:24
52187         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
52188              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52189              Date: Fri, 14 Jul 2000 10:47:36 +0100
52190              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
52191      Branch: perl
52192            ! README.win32
52193 ____________________________________________________________________________
52194 [  7187] By: jhi                                   on 2000/10/10  13:30:10
52195         Log: Quote the temp file name, needed in Win32 because the
52196              default name unfortunately contains spaces, shouldn't
52197              hurt elsewhere.
52198              
52199              Subject: FW: perldoc fails if $TEMP contains spaces
52200              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52201              Date: Thu, 14 Sep 2000 08:58:45 +0100
52202              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
52203      Branch: perl
52204            ! utils/perldoc.PL
52205 ____________________________________________________________________________
52206 [  7186] By: jhi                                   on 2000/10/10  13:16:27
52207         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
52208              From: hv@hugo.hybyte.com
52209              Date: Tue, 10 Oct 2000 14:10:20 +0100
52210              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
52211      Branch: perl
52212            ! t/lib/thr5005.t util.c
52213 ____________________________________________________________________________
52214 [  7185] By: jhi                                   on 2000/10/10  12:06:22
52215         Log: Upgrade to podlators 1.04, from Russ Allbery.
52216      Branch: perl
52217            ! lib/Pod/Man.pm lib/Pod/Text.pm
52218 ____________________________________________________________________________
52219 [  7184] By: jhi                                   on 2000/10/10  12:01:32
52220         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
52221      Branch: perl
52222            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
52223 ____________________________________________________________________________
52224 [  7183] By: jhi                                   on 2000/10/09  23:47:15
52225         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
52226              From: Peter Prymmer <pvhp@forte.com>
52227              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
52228              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
52229      Branch: perl
52230            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
52231 ____________________________________________________________________________
52232 [  7182] By: jhi                                   on 2000/10/09  23:43:16
52233         Log: Make eq work again with utf8 (disabling the upgrading
52234              should no more be necessary since the copies of the
52235              scalars are upgraded, not the scalars themselves).
52236              Takes care of ID 20001009.001.  (The claimed length()
52237              bug in 20001009.001 seems bogus to me.)
52238      Branch: perl
52239            ! sv.c t/pragma/utf8.t
52240 ____________________________________________________________________________
52241 [  7181] By: gsar                                  on 2000/10/09  19:41:54
52242         Log: tweak for change#7173
52243      Branch: perl
52244            ! win32/win32sck.c
52245 ____________________________________________________________________________
52246 [  7180] By: gsar                                  on 2000/10/09  19:26:56
52247         Log: on Windows, clean targets might not work under some flavors of the shell
52248      Branch: perl
52249            ! win32/Makefile win32/makefile.mk
52250 ____________________________________________________________________________
52251 [  7179] By: jhi                                   on 2000/10/09  19:21:02
52252         Log: Update Changes.
52253      Branch: perl
52254            ! Changes patchlevel.h
52255 ____________________________________________________________________________
52256 [  7178] By: jhi                                   on 2000/10/09  19:18:23
52257         Log: Warn about unknown scripts.
52258              
52259              Subject: Re: ideas? patches? [PATCH bleadperl]
52260              From: Dominic Dunlop <domo@computer.org>
52261              Date: Mon, 9 Oct 2000 14:57:17 +0200
52262              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
52263      Branch: perl
52264            ! lib/charnames.pm
52265 ____________________________________________________________________________
52266 [  7177] By: jhi                                   on 2000/10/09  19:13:27
52267         Log: Change #7160 had a nasty typo.
52268      Branch: metaconfig
52269            ! U/compline/Compile.U
52270      Branch: perl
52271            ! Configure config_h.SH
52272 ____________________________________________________________________________
52273 [  7176] By: gsar                                  on 2000/10/09  18:59:33
52274         Log: pod nit
52275      Branch: perl
52276            ! pod/perlport.pod
52277 ____________________________________________________________________________
52278 [  7175] By: gsar                                  on 2000/10/09  18:54:28
52279         Log: Windows9x doesn't support link(), despite what Config.pm
52280              might think
52281      Branch: perl
52282            ! lib/ExtUtils/Manifest.pm
52283 ____________________________________________________________________________
52284 [  7174] By: gsar                                  on 2000/10/09  18:50:03
52285         Log: avoid nonportable example code
52286      Branch: perl
52287            ! lib/File/Copy.pm
52288 ____________________________________________________________________________
52289 [  7173] By: gsar                                  on 2000/10/09  18:46:54
52290         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
52291              being used) when closing a socket handle
52292      Branch: perl
52293            ! win32/win32.c win32/win32.h win32/win32sck.c
52294 ____________________________________________________________________________
52295 [  7172] By: gsar                                  on 2000/10/09  18:41:40
52296         Log: on Windows, cwd strings in the environment should be of the
52297              form =X:=X:\foo instead of =X=X:\foo\
52298      Branch: perl
52299            ! win32/vdir.h
52300 ____________________________________________________________________________
52301 [  7171] By: gsar                                  on 2000/10/09  18:30:09
52302         Log: on Windows, LoadLibrary() could load an extension DLL multiple
52303              times if forward slashes are used in the path
52304      Branch: perl
52305            ! win32/win32.c
52306 ____________________________________________________________________________
52307 [  7170] By: jhi                                   on 2000/10/09  17:53:59
52308         Log: Add a todo note about overloadable assertions.
52309      Branch: perl
52310            ! Todo-5.6
52311 ____________________________________________________________________________
52312 [  7169] By: jhi                                   on 2000/10/09  13:43:45
52313         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
52314              From: mjd@plover.com
52315              Date: 9 Oct 2000 00:24:44 -0000
52316              Message-ID: <20001009002444.10616.qmail@plover.com>
52317      Branch: perl
52318            ! pod/perldebguts.pod
52319 ____________________________________________________________________________
52320 [  7168] By: nick                                  on 2000/10/08  13:16:33
52321         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
52322              is not right thing to do on (e.g. x86). Network order is also "right" for
52323              X fonts.
52324      Branch: perl
52325            ! ext/Encode/Encode.pm
52326 ____________________________________________________________________________
52327 [  7167] By: nick                                  on 2000/10/08  12:54:42
52328         Log: Make "encodings" work post-install when Encode/*.enc files may not
52329              be in same directory as Encode.pm
52330      Branch: perl
52331            ! ext/Encode/Encode.pm
52332 ____________________________________________________________________________
52333 [  7166] By: nick                                  on 2000/10/08  11:51:26
52334         Log: Work round the fact that $hash->{$key} does not take into account
52335              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
52336              so that key is always in the "expected" encoding - i.e. same way we put
52337              it in the hash.
52338      Branch: perl
52339            ! ext/Encode/Encode.pm
52340 ____________________________________________________________________________
52341 [  7165] By: gsar                                  on 2000/10/08  04:15:29
52342         Log: save_re_context() could reset PL_curcop to freed memory, causing core
52343              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
52344      Branch: perl
52345            ! pp_ctl.c
52346 ____________________________________________________________________________
52347 [  7164] By: jhi                                   on 2000/10/06  20:51:48
52348         Log: UTF8ize split() so that the cloned substrings get the UTF8
52349              flag of the original scalar.  Problem reported by Simon Cozens.
52350      Branch: perl
52351            ! pp.c t/pragma/utf8.t
52352 ____________________________________________________________________________
52353 [  7163] By: nick                                  on 2000/10/06  20:48:34
52354         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
52355              got a false +ve and so did not reach code which would have un-FAKEd the SV.
52356      Branch: perl
52357            ! sv.c
52358 ____________________________________________________________________________
52359 [  7162] By: nick                                  on 2000/10/06  20:25:37
52360         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
52361              To fix  (sort {$a <=> $b} keys %hash) in particular but
52362              should cover a number of other as-yet-unknown cases as well.
52363      Branch: perl
52364            ! sv.c
52365 ____________________________________________________________________________
52366 [  7161] By: jhi                                   on 2000/10/06  19:56:18
52367         Log: Change the version number of Tie::Handle in the core to 4.0,
52368              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
52369              
52370              Subject: Note on Tie::Handle
52371              From: andreas.koenig@anima.de (Andreas J. Koenig)
52372              Date:      06 Oct 2000 21:48:58 +0200
52373              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
52374      Branch: perl
52375            ! lib/Tie/Handle.pm
52376 ____________________________________________________________________________
52377 [  7160] By: jhi                                   on 2000/10/06  18:20:35
52378         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
52379              as the first option of cc/ld because of ultrapicky compilers
52380              (e.g. OS/390 R2.5)
52381      Branch: metaconfig
52382            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
52383            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
52384            ! U/compline/orderlib.U U/modified/Cppsym.U
52385            ! U/modified/d_access.U
52386      Branch: metaconfig/U/perl
52387            ! Checkcc.U d_dlsymun.U gccvers.U
52388      Branch: perl
52389            ! Configure config_h.SH
52390 ____________________________________________________________________________
52391 [  7159] By: jhi                                   on 2000/10/06  13:56:39
52392         Log: Update Changes.
52393      Branch: perl
52394            ! Changes patchlevel.h
52395 ____________________________________________________________________________
52396 [  7158] By: jhi                                   on 2000/10/06  12:48:40
52397         Log: Eliminate $Is_VMS code from the test.
52398              
52399              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
52400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52401              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
52402              Date:     Thu, 5 Oct 2000 07:46:33 EDT
52403      Branch: perl
52404            ! t/lib/b.t
52405 ____________________________________________________________________________
52406 [  7157] By: jhi                                   on 2000/10/06  12:47:13
52407         Log: Also the $ccflags is needed for the C compiler check.
52408              
52409              Subject: Configure (check for C-compiler)
52410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52411              Date: Fri, 06 Oct 2000 08:47:15 +0200
52412              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
52413      Branch: metaconfig/U/perl
52414            ! Checkcc.U
52415      Branch: perl
52416            ! Configure config_h.SH
52417 ____________________________________________________________________________
52418 [  7156] By: jhi                                   on 2000/10/06  11:45:15
52419         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
52420      Branch: perl
52421            ! perl.c pp_ctl.c sv.h utf8.c
52422 ____________________________________________________________________________
52423 [  7155] By: jhi                                   on 2000/10/06  11:40:41
52424         Log: IO::Handle->syswrite() did not handle length omission
52425              like CORE::syswrite() does.
52426              
52427              Subject: [Fwd] IO::Handle, syswrite and arguments
52428              From: Graham Barr <gbarr@pobox.com>
52429              Date: Fri, 6 Oct 2000 10:22:05 +0100
52430              Message-ID: <20001006102205.U6312@pobox.com>
52431              
52432              The original patch from andrew@ugh.net.au.
52433      Branch: perl
52434            ! ext/IO/lib/IO/Handle.pm
52435 ____________________________________________________________________________
52436 [  7154] By: jhi                                   on 2000/10/06  01:42:15
52437         Log: Tweak #7153.
52438      Branch: perl
52439            ! utf8.h
52440 ____________________________________________________________________________
52441 [  7153] By: jhi                                   on 2000/10/06  00:39:55
52442         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
52443      Branch: perl
52444            ! utf8.h
52445 ____________________________________________________________________________
52446 [  7152] By: jhi                                   on 2000/10/06  00:38:11
52447         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
52448      Branch: perl
52449            ! perl.c pp_ctl.c sv.h utf8.c
52450 ____________________________________________________________________________
52451 [  7151] By: jhi                                   on 2000/10/06  00:36:38
52452         Log: Subject: Re: Questions about Tie::Array and perl modules
52453              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52454              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
52455              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
52456              
52457              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
52458      Branch: perl
52459            ! lib/Tie/Array.pm t/op/array.t
52460 ____________________________________________________________________________
52461 [  7150] By: jhi                                   on 2000/10/05  00:20:45
52462         Log: Regen Changes.
52463      Branch: perl
52464            ! Changes patchlevel.h
52465 ____________________________________________________________________________
52466 [  7149] By: jhi                                   on 2000/10/05  00:20:01
52467         Log: Regen toc.
52468      Branch: perl
52469            ! pod/perltoc.pod
52470 ____________________________________________________________________________
52471 [  7148] By: jhi                                   on 2000/10/04  23:35:08
52472         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
52473              reported several times by Dominic Dunlop, for example in
52474              ID 20000315.008.  Patch from Dominic.  Patch affects at
52475              least MachTen, and possibly other oldish BSDs. Should not
52476              break non-broken platforms (tested on LinuxPPC). 
52477      Branch: perl
52478            ! doio.c
52479 ____________________________________________________________________________
52480 [  7147] By: jhi                                   on 2000/10/04  23:26:34
52481         Log: The one that got away from 7146.
52482      Branch: metaconfig
52483            + U/installdirs/installscripts.U
52484 ____________________________________________________________________________
52485 [  7146] By: jhi                                   on 2000/10/04  23:25:04
52486         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
52487              suggested by H. Merijn Brand.
52488      Branch: perl
52489            ! Configure INSTALL Makefile.SH Porting/Glossary
52490            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
52491            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
52492            ! win32/config.vc
52493 ____________________________________________________________________________
52494 [  7145] By: jhi                                   on 2000/10/04  22:08:21
52495         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52497              Date: Wed, 4 Oct 2000 17:37:46 -0400
52498              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
52499      Branch: perl
52500            ! utils/h2xs.PL
52501 ____________________________________________________________________________
52502 [  7144] By: jhi                                   on 2000/10/04  18:11:41
52503         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
52504              From: Jeff Pinyan <jeffp@crusoe.net>
52505              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
52506              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
52507      Branch: perl
52508            ! pod/perlrun.pod
52509 ____________________________________________________________________________
52510 [  7143] By: jhi                                   on 2000/10/04  18:09:58
52511         Log: Subject: perlhack.pod Patch for Externals Tools
52512              From: Fisher Mark <fisherm@tce.com>
52513              Date: Tue, 3 Oct 2000 15:43:27 -0500 
52514              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
52515      Branch: perl
52516            ! pod/perlhack.pod
52517 ____________________________________________________________________________
52518 [  7142] By: jhi                                   on 2000/10/04  18:08:41
52519         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
52520              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52521              Date:     Wed, 4 Oct 2000 12:11:11 EDT
52522              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
52523      Branch: perl
52524            ! vms/vms.c
52525 ____________________________________________________________________________
52526 [  7141] By: jhi                                   on 2000/10/04  12:20:16
52527         Log: Subject: [PATCH 5.7.0] h2xs not working
52528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52529              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
52530              Date: Tue, 3 Oct 2000 21:43:01 -0400
52531              
52532              Subject: [PATCH 5.7.0] h2xs not documenting the created module
52533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52534              Date: Tue, 3 Oct 2000 22:55:19 -0400
52535              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
52536      Branch: perl
52537            ! utils/h2xs.PL
52538 ____________________________________________________________________________
52539 [  7140] By: jhi                                   on 2000/10/04  11:53:44
52540         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
52541              From: nick@babyhippo.com
52542              Date: Wed, 4 Oct 2000 12:06:45 +0100
52543              Message-Id: <20001004120645.A7356@babyhippo.com>
52544              
52545              Retract 7118 and 7135.
52546      Branch: perl
52547            ! installman installperl op.c t/pragma/subs.t
52548 ____________________________________________________________________________
52549 [  7139] By: jhi                                   on 2000/10/03  22:09:41
52550         Log: It is possible to have no hosts database at all.  Pointed out in
52551              
52552              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
52553              From: Peter Prymmer <pvhp@forte.com>
52554              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
52555              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
52556      Branch: metaconfig
52557            ! U/modified/myhostname.U
52558      Branch: perl
52559            ! Configure config_h.SH
52560 ____________________________________________________________________________
52561 [  7138] By: jhi                                   on 2000/10/03  21:49:49
52562         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
52563              From: Peter Prymmer <pvhp@forte.com>
52564              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
52565              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
52566      Branch: perl
52567            ! pp_sys.c
52568 ____________________________________________________________________________
52569 [  7137] By: jhi                                   on 2000/10/03  20:10:05
52570         Log: One remaining nit less at the VMS mailbox sizing.
52571      Branch: perl
52572            ! vms/vms.c
52573 ____________________________________________________________________________
52574 [  7136] By: jhi                                   on 2000/10/03  20:08:47
52575         Log: Test harness update to sync with the new perlcc,
52576              from Simon Cozens.
52577      Branch: perl
52578            ! t/TEST t/UTEST
52579 ____________________________________________________________________________
52580 [  7135] By: jhi                                   on 2000/10/03  15:15:42
52581         Log: Subject: Re: PATCH for 20001003.004
52582              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
52583              From: "AARON B. DOSSETT" <aaron@iglou.com>
52584              Message-Id: <E13gTay-0006od-00@iglou.com>
52585      Branch: perl
52586            ! installman installperl
52587 ____________________________________________________________________________
52588 [  7134] By: jhi                                   on 2000/10/03  15:00:34
52589         Log: Subject: [ID 20001003.006] B::Debug not -w clean
52590              From: Nicholas Clark <nick@babyhippo.co.uk>
52591              Date: Tue, 03 Oct 2000 15:46:32 +0100
52592              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
52593      Branch: perl
52594            ! ext/B/B/Debug.pm
52595 ____________________________________________________________________________
52596 [  7133] By: jhi                                   on 2000/10/03  14:58:39
52597         Log: Scale down the VMS message boxes, by Charles Lane.
52598              Fix for ID 20000903.009, workaround at
52599              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
52600      Branch: perl
52601            ! vms/vms.c
52602 ____________________________________________________________________________
52603 [  7132] By: jhi                                   on 2000/10/03  11:20:37
52604         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
52605      Branch: perl
52606            + t/lib/st-lock.t t/lib/st-utf8.t
52607            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
52608            ! ext/Storable/Storable.xs t/lib/st-recurse.t
52609 ____________________________________________________________________________
52610 [  7131] By: jhi                                   on 2000/10/03  03:38:23
52611         Log: Encode nits.
52612      Branch: perl
52613            ! MANIFEST Makefile.SH
52614 ____________________________________________________________________________
52615 [  7130] By: jhi                                   on 2000/10/03  03:31:05
52616         Log: Update Changes.
52617      Branch: perl
52618            ! Changes patchlevel.h
52619 ____________________________________________________________________________
52620 [  7129] By: jhi                                   on 2000/10/03  02:24:02
52621         Log: Misplaced else.
52622      Branch: metaconfig/U/perl
52623            ! d_strtoll.U
52624      Branch: perl
52625            ! Configure config_h.SH
52626 ____________________________________________________________________________
52627 [  7128] By: jhi                                   on 2000/10/03  02:08:29
52628         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
52629              From: sthoenna@efn.org
52630              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
52631              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
52632      Branch: metaconfig/U/perl
52633            ! d_strtoll.U
52634      Branch: perl
52635            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
52636 ____________________________________________________________________________
52637 [  7127] By: jhi                                   on 2000/10/03  01:13:14
52638         Log: Update Changes.
52639      Branch: perl
52640            ! Changes patchlevel.h
52641 ____________________________________________________________________________
52642 [  7126] By: jhi                                   on 2000/10/03  00:57:08
52643         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
52644              as suggested by Olaf Flebbe and Nick Clark.
52645      Branch: perl
52646            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
52647 ____________________________________________________________________________
52648 [  7125] By: jhi                                   on 2000/10/03  00:50:56
52649         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
52650              From: Nick Clark <nick@plum.flirble.org>
52651              Date: Mon, 2 Oct 2000 11:03:24 +0100
52652              Message-Id: <20001002110324.D20073@plum.flirble.org>
52653              
52654              Also fixes bug ID 20001002.005.
52655      Branch: perl
52656            ! t/lib/encode.t
52657 ____________________________________________________________________________
52658 [  7124] By: jhi                                   on 2000/10/03  00:34:59
52659         Log: Subject: [PATCH 5.7.0] Epoc update
52660              From: Olaf Flebbe <o.flebbe@gmx.de>
52661              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
52662              Message-ID: <26423.969484586@www10.gmx.net>
52663      Branch: perl
52664            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
52665            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
52666            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
52667            ! util.c util.h
52668 ____________________________________________________________________________
52669 [  7123] By: jhi                                   on 2000/10/03  00:30:07
52670         Log: Regen headers.
52671      Branch: perl
52672            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
52673 ____________________________________________________________________________
52674 [  7122] By: jhi                                   on 2000/10/03  00:10:48
52675         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
52676      Branch: perl
52677            ! hints/openbsd.sh
52678 ____________________________________________________________________________
52679 [  7121] By: jhi                                   on 2000/10/03  00:05:06
52680         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
52681              From: <abigail@foad.org>
52682              Date: Tue, 26 Sep 2000 13:36:14 -0400
52683              Message-ID: <20000926173614.4356.qmail@foad.org>
52684      Branch: perl
52685            ! pod/perlop.pod
52686 ____________________________________________________________________________
52687 [  7120] By: jhi                                   on 2000/10/03  00:04:00
52688         Log: Inside require() $^S was always left undefined.
52689              
52690              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
52691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52692              Date: Wed, 27 Sep 2000 18:54:49 -0400
52693              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
52694      Branch: perl
52695            ! cop.h mg.c pp_ctl.c util.c
52696 ____________________________________________________________________________
52697 [  7119] By: jhi                                   on 2000/10/03  00:00:16
52698         Log: Subject: [PATCH] DLL not restartabke with threaded perl
52699              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
52700              Date: Thu, 28 Sep 2000 09:20:46 +0100
52701              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
52702      Branch: perl
52703            ! perl.c
52704 ____________________________________________________________________________
52705 [  7118] By: jhi                                   on 2000/10/02  23:59:20
52706         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
52707              From: Nicholas Clark <nick@ccl4.org>
52708              Date: Thu, 28 Sep 2000 11:52:24 +0100
52709              Message-ID: <20000928115224.D7924@plum.flirble.org>
52710      Branch: perl
52711            ! op.c
52712 ____________________________________________________________________________
52713 [  7117] By: jhi                                   on 2000/10/02  23:57:51
52714         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
52715              From: Nicholas Clark <nick@babyhippo.co.uk>
52716              Date: Thu, 28 Sep 2000 12:18:10 +0100
52717              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
52718              
52719              Did not apply cleanly, manual intervention was needed.
52720      Branch: perl
52721            ! ext/B/B/Bytecode.pm utils/perlcc.PL
52722 ____________________________________________________________________________
52723 [  7116] By: jhi                                   on 2000/10/02  23:50:40
52724         Log: Document the issue (is not a syntax error, kind of)
52725              
52726              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
52727              From: Nicholas Clark <nick@ccl4.org>
52728              Date: Thu, 28 Sep 2000 17:12:42 +0100
52729              Message-ID: <20000928171242.K7924@plum.flirble.org>
52730      Branch: perl
52731            ! pod/perldata.pod
52732 ____________________________________________________________________________
52733 [  7115] By: jhi                                   on 2000/10/02  23:48:58
52734         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
52735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52736              Date: Thu, 28 Sep 2000 21:55:31 -0400
52737              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
52738      Branch: perl
52739            ! regexec.c
52740 ____________________________________________________________________________
52741 [  7114] By: jhi                                   on 2000/10/02  23:47:57
52742         Log: Subject: DOC PATCH 5.6.0
52743              From: mjd@plover.com
52744              Date: 30 Sep 2000 06:02:34 -0000
52745              Message-ID: <20000930060234.4559.qmail@plover.com>
52746      Branch: perl
52747            ! pod/perldebguts.pod
52748 ____________________________________________________________________________
52749 [  7113] By: jhi                                   on 2000/10/02  23:46:43
52750         Log: SOCK_DGRAM and listen() do not mix as reported in
52751              
52752              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
52753              From: Petter Reinholdtsen <pere@hungry.com>
52754              Date: Sun, 1 Oct 2000 10:57:20 +0800
52755              Message-Id: <200010010257.KAA05735@localhost.localdomain>
52756              
52757              The patch for 5.7.0+ had to be reengineered, though.
52758      Branch: perl
52759            ! ext/IO/lib/IO/Socket/UNIX.pm
52760 ____________________________________________________________________________
52761 [  7112] By: jhi                                   on 2000/10/02  23:36:57
52762         Log: Subject: Re: [PATCH 5.005_64 missed]
52763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52764              Date: Sun, 1 Oct 2000 18:50:10 -0400
52765              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
52766      Branch: perl
52767            ! pod/perlxs.pod
52768 ____________________________________________________________________________
52769 [  7111] By: jhi                                   on 2000/10/02  23:35:40
52770         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
52771              From: Radu Greab <radu@netsoft.ro>
52772              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
52773              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
52774      Branch: perl
52775            ! op.c opcode.pl t/op/substr.t
52776 ____________________________________________________________________________
52777 [  7110] By: jhi                                   on 2000/10/02  23:32:38
52778         Log: Subject: [PATCH] Fix aliasing of tied filehandles
52779              From: Daniel Chetlin <daniel@chetlin.com>
52780              Date: Mon, 2 Oct 2000 14:53:27 -0700
52781              Message-ID: <20001002145327.C1617@ilmd>
52782      Branch: perl
52783            ! perl.h pp_hot.c t/op/tiehandle.t
52784 ____________________________________________________________________________
52785 [  7109] By: jhi                                   on 2000/10/02  23:31:30
52786         Log: s/Robin Parker/Robin Barker/
52787      Branch: perl
52788            ! Changes5.6
52789 ____________________________________________________________________________
52790 [  7108] By: jhi                                   on 2000/10/02  23:15:46
52791         Log: Retract #7091 as suggested in
52792              
52793              From: Robin Barker <rmb1@cise.npl.co.uk> 
52794              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
52795              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
52796              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
52797      Branch: perl
52798            ! embed.pl proto.h
52799 ____________________________________________________________________________
52800 [  7107] By: nick                                  on 2000/10/02  18:23:14
52801         Log: A few tweaks to get Tk803 to work with Encode scheme.
52802      Branch: perl
52803            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
52804 ____________________________________________________________________________
52805 [  7106] By: nick                                  on 2000/10/01  21:34:14
52806         Log: Add checking cases to Encode's toUnicode and fromUnicode.
52807      Branch: perl
52808            ! ext/Encode/Encode.pm
52809 ____________________________________________________________________________
52810 [  7105] By: nick                                  on 2000/10/01  17:18:01
52811         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
52812              To read and use them.
52813              Add a lib/encode.t which checks a few things.
52814      Branch: perl
52815            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
52816            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
52817            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
52818            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
52819            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
52820            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
52821            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
52822            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
52823            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
52824            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
52825            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
52826            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
52827            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
52828            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
52829            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
52830            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
52831            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
52832            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
52833            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
52834            + ext/Encode/Encode/iso2022-jp.enc
52835            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
52836            + ext/Encode/Encode/iso8859-1.enc
52837            + ext/Encode/Encode/iso8859-2.enc
52838            + ext/Encode/Encode/iso8859-3.enc
52839            + ext/Encode/Encode/iso8859-4.enc
52840            + ext/Encode/Encode/iso8859-5.enc
52841            + ext/Encode/Encode/iso8859-6.enc
52842            + ext/Encode/Encode/iso8859-7.enc
52843            + ext/Encode/Encode/iso8859-8.enc
52844            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
52845            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
52846            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
52847            + ext/Encode/Encode/macCentEuro.enc
52848            + ext/Encode/Encode/macCroatian.enc
52849            + ext/Encode/Encode/macCyrillic.enc
52850            + ext/Encode/Encode/macDingbats.enc
52851            + ext/Encode/Encode/macGreek.enc
52852            + ext/Encode/Encode/macIceland.enc
52853            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
52854            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
52855            + ext/Encode/Encode/macTurkish.enc
52856            + ext/Encode/Encode/macUkraine.enc
52857            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
52858            + t/lib/encode.t
52859            ! MANIFEST ext/Encode/Encode.pm
52860 ____________________________________________________________________________
52861 [  7104] By: nick                                  on 2000/09/30  13:04:30
52862         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
52863              From: Daniel Chetlin <daniel@chetlin.com>
52864              Date: Mon, 18 Sep 2000 05:05:40 -0700
52865              Message-Id: <20000918050540.C652@ilmd>
52866      Branch: perl
52867            ! lib/overload.pm sv.c t/pragma/overload.t
52868 ____________________________________________________________________________
52869 [  7103] By: nick                                  on 2000/09/30  12:53:36
52870         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
52871              From: Johan Vromans <jvromans@squirrel.nl>
52872              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
52873              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
52874      Branch: perl
52875            ! pod/Makefile.SH
52876 ____________________________________________________________________________
52877 [  7102] By: nick                                  on 2000/09/30  12:52:31
52878         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
52879              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52880              Date: Sat, 16 Sep 2000 16:36:45 -0400
52881              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
52882      Branch: perl
52883            ! ext/B/B/Deparse.pm
52884 ____________________________________________________________________________
52885 [  7101] By: nick                                  on 2000/09/30  12:51:41
52886         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
52887              From: Craig A. Berry <craig.berry@psinetcs.com>
52888              Date: Sat, 16 Sep 2000 10:11:10 -0500
52889              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
52890      Branch: perl
52891            ! vms/vms.c
52892 ____________________________________________________________________________
52893 [  7100] By: nick                                  on 2000/09/30  12:50:33
52894         Log: Subject: Re: unicode support and perl [ID 20000901.097]
52895              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52896              Date: Fri, 15 Sep 2000 16:37:58 -0400
52897              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
52898      Branch: perl
52899            ! t/op/append.t
52900 ____________________________________________________________________________
52901 [  7099] By: nick                                  on 2000/09/30  12:49:35
52902         Log: Subject: Re: unicode support and perl [ID 20000901.097]
52903              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52904              Date: Fri, 15 Sep 2000 16:25:30 -0400
52905              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
52906      Branch: perl
52907            ! pp_hot.c
52908 ____________________________________________________________________________
52909 [  7098] By: nick                                  on 2000/09/30  12:48:00
52910         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
52911              From: Gisle Aas <gisle@ActiveState.com>
52912              Date: 15 Sep 2000 16:23:41 +0200
52913              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
52914      Branch: perl
52915            ! toke.c
52916 ____________________________________________________________________________
52917 [  7097] By: nick                                  on 2000/09/30  12:45:16
52918         Log: Subject: [PATCH] Nits in perlmod.pod
52919              From: Daniel Chetlin <daniel@chetlin.com>
52920              Date: Fri, 15 Sep 2000 02:04:09 -0700
52921              Message-Id: <20000915020409.A2104@ilmd>
52922      Branch: perl
52923            ! pod/perlmod.pod
52924 ____________________________________________________________________________
52925 [  7096] By: nick                                  on 2000/09/30  12:18:00
52926         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
52927              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
52928              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
52929              0 to checking to get the warning.
52930      Branch: perl
52931            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
52932            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
52933            ! regexec.c sv.c toke.c utf8.c
52934 ____________________________________________________________________________
52935 [  7095] By: nick                                  on 2000/09/15  16:55:59
52936         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
52937              
52938              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
52939              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52940              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
52941              Date: Fri, 15 Sep 2000 06:37:30 -0400
52942      Branch: perl
52943            ! ext/Encode/Encode.xs sv.c
52944 ____________________________________________________________________________
52945 [  7094] By: jhi                                   on 2000/09/15  03:23:32
52946         Log: Update Changes.
52947      Branch: perl
52948            ! Changes patchlevel.h
52949 ____________________________________________________________________________
52950 [  7093] By: jhi                                   on 2000/09/15  03:11:44
52951         Log: Fix for the charnames.t failures from Spider Boardman.
52952      Branch: perl
52953            ! toke.c
52954 ____________________________________________________________________________
52955 [  7092] By: jhi                                   on 2000/09/15  00:15:48
52956         Log: Botched the #7090 check-in.
52957      Branch: perl
52958            ! sv.c
52959 ____________________________________________________________________________
52960 [  7091] By: jhi                                   on 2000/09/14  23:33:24
52961         Log: Part of #7081 didn't come through.
52962      Branch: perl
52963            ! embed.pl proto.h
52964 ____________________________________________________________________________
52965 [  7090] By: jhi                                   on 2000/09/14  23:17:39
52966         Log: Subject: Re: perl@7078 
52967              From: Spider Boardman <spider@web.zk3.dec.com>
52968              Date: Thu, 14 Sep 2000 19:06:36 -0400
52969              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
52970      Branch: perl
52971            ! sv.c toke.c
52972 ____________________________________________________________________________
52973 [  7089] By: jhi                                   on 2000/09/14  23:11:21
52974         Log: Small portability tweaks.
52975      Branch: perl
52976            ! ext/Encode/Encode.xs
52977 ____________________________________________________________________________
52978 [  7088] By: jhi                                   on 2000/09/14  22:57:23
52979         Log: Fake return to pacify picky compilers.
52980      Branch: perl
52981            ! ext/Encode/Encode.xs
52982 ____________________________________________________________________________
52983 [  7087] By: jhi                                   on 2000/09/14  22:53:37
52984         Log: Subject: [PATCH] utf8.c apidoc
52985              From: Simon Cozens <simon@cozens.net>
52986              Date: Thu, 14 Sep 2000 23:46:57 +0100
52987              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
52988      Branch: perl
52989            ! perlapi.c pod/perlapi.pod utf8.c
52990 ____________________________________________________________________________
52991 [  7086] By: jhi                                   on 2000/09/14  22:40:38
52992         Log: We don't need to count the high bit bytes, a boolean is enough. 
52993      Branch: perl
52994            ! sv.c
52995 ____________________________________________________________________________
52996 [  7085] By: jhi                                   on 2000/09/14  21:20:09
52997         Log: Replace #7084 with
52998              
52999              Subject: Re: perl@7078 
53000              From: Spider Boardman <spider@web.zk3.dec.com>
53001              Date: Thu, 14 Sep 2000 17:09:36 -0400
53002              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
53003      Branch: perl
53004            ! sv.c utf8.c
53005 ____________________________________________________________________________
53006 [  7084] By: jhi                                   on 2000/09/14  20:03:34
53007         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
53008              convertable to bytes by checking it doesn't go above 0xc3
53009              
53010              Subject: Re: perl@7078
53011              From: Simon Cozens <simon@cozens.net>
53012              Date: Thu, 14 Sep 2000 20:59:19 +0100
53013              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
53014      Branch: perl
53015            ! utf8.c
53016 ____________________________________________________________________________
53017 [  7083] By: jhi                                   on 2000/09/14  19:38:47
53018         Log: Subject: Re: perl@7078
53019              From: Simon Cozens <simon@cozens.net>
53020              Date: Thu, 14 Sep 2000 20:13:09 +0100
53021              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
53022      Branch: perl
53023            ! t/op/bop.t
53024 ____________________________________________________________________________
53025 [  7082] By: jhi                                   on 2000/09/14  17:50:44
53026         Log: The one that got away.
53027      Branch: perl
53028            ! lib/File/Find.pm
53029 ____________________________________________________________________________
53030 [  7081] By: jhi                                   on 2000/09/14  17:45:35
53031         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
53032              From: Robin Barker <rmb1@cise.npl.co.uk>
53033              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
53034              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
53035      Branch: perl
53036            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
53037            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
53038            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
53039            ! regcomp.c toke.c universal.c
53040 ____________________________________________________________________________
53041 [  7080] By: jhi                                   on 2000/09/14  17:40:35
53042         Log: Problems picked up by AIX cc.
53043              
53044              Subject: Re: perl@7078 (patch included)
53045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53046              Date: Thu, 14 Sep 2000 18:53:30 +0200
53047              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
53048      Branch: perl
53049            ! ext/Encode/Encode.xs
53050 ____________________________________________________________________________
53051 [  7079] By: jhi                                   on 2000/09/14  17:38:27
53052         Log: Subject: File::Find 5.7.0 POD nits
53053              From: Rich Morin <rdm@cfcl.com>
53054              Date: Wed, 13 Sep 2000 22:03:58 -0700
53055              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
53056      Branch: perl
53057            ! lib/File/Find.pm
53058 ____________________________________________________________________________
53059 [  7078] By: jhi                                   on 2000/09/14  14:58:20
53060         Log: Update Changes.
53061      Branch: perl
53062            ! Changes patchlevel.h
53063 ____________________________________________________________________________
53064 [  7077] By: jhi                                   on 2000/09/14  14:55:54
53065         Log: Compilation warnings and an error.
53066      Branch: perl
53067            ! sv.c
53068 ____________________________________________________________________________
53069 [  7076] By: jhi                                   on 2000/09/14  14:42:56
53070         Log: Fix for a parsing bug, not for the original bug.
53071              
53072              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
53073              From: Spider Boardman <spider@web.zk3.dec.com>
53074              Date: Wed, 13 Sep 2000 17:52:20 -0400
53075              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
53076      Branch: perl
53077            ! regcomp.c
53078 ____________________________________________________________________________
53079 [  7075] By: jhi                                   on 2000/09/14  14:40:40
53080         Log: Batch of UTF-8 patches from Simon Cozens.
53081      Branch: perl
53082            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
53083            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
53084            ! toke.c utf8.c
53085 ____________________________________________________________________________
53086 [  7074] By: jhi                                   on 2000/09/14  14:29:58
53087         Log: Subject: Re: Two advertising clauses need to be removed
53088              From: Russ Allbery <rra@stanford.edu>
53089              Date: 13 Sep 2000 18:50:26 -0700
53090              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
53091      Branch: perl
53092            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
53093 ____________________________________________________________________________
53094 [  7073] By: jhi                                   on 2000/09/14  14:28:20
53095         Log: Subject: [PATCH] de-wall t/README
53096              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53097              Date: Wed, 13 Sep 2000 17:46:55 -0700
53098              Message-ID: <//Bw5gzkge/e092yn@efn.org>
53099      Branch: perl
53100            ! t/README
53101 ____________________________________________________________________________
53102 [  7072] By: jhi                                   on 2000/09/14  14:25:10
53103         Log: Hints optimization.
53104              
53105              Subject: Minor nit
53106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53107              Date: Wed, 13 Sep 2000 21:42:07 +0200
53108              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
53109      Branch: perl
53110            ! hints/hpux.sh
53111 ____________________________________________________________________________
53112 [  7071] By: jhi                                   on 2000/09/14  14:23:30
53113         Log: Allow chop() and chomp() to be overridden.
53114              
53115              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
53116              From: "Casey R. Tweten" <crt@kiski.net>
53117              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
53118              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
53119      Branch: perl
53120            ! toke.c
53121 ____________________________________________________________________________
53122 [  7070] By: jhi                                   on 2000/09/14  14:20:36
53123         Log: The return value of setlocale must be copied away.
53124              
53125              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
53126              From: Alan Burlison <Alan.Burlison@uk.sun.com>
53127              Date: Wed, 13 Sep 2000 16:27:37 +0100 
53128              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
53129      Branch: perl
53130            ! util.c
53131 ____________________________________________________________________________
53132 [  7069] By: jhi                                   on 2000/09/14  14:16:27
53133         Log: Remove vestiges of tr//CU.
53134              
53135              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53136              From: Nick Clark <nick@plum.flirble.org>
53137              Date: Tue, 12 Sep 2000 22:50:14 +0100
53138              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
53139              
53140              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
53141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53142              Date: Tue, 12 Sep 2000 21:38:48 -0700
53143              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
53144      Branch: perl
53145            ! op.h pod/perlunicode.pod
53146 ____________________________________________________________________________
53147 [  7068] By: jhi                                   on 2000/09/13  14:18:39
53148         Log: Add the Encode extension.  The code is still largely just skeleton.
53149      Branch: perl
53150            + ext/Encode/Encode.pm ext/Encode/Encode.xs
53151            + ext/Encode/Makefile.PL ext/Encode/Todo
53152            ! MANIFEST Todo-5.6
53153 ____________________________________________________________________________
53154 [  7067] By: jhi                                   on 2000/09/12  17:43:33
53155         Log: Allow for whitespace between "#" and "line" in cpp output.
53156              
53157              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
53158              From: Calle Dybedahl <calle@lysator.liu.se>
53159              Date: 12 Sep 2000 19:38:02 +0200 
53160              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
53161      Branch: perl
53162            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
53163 ____________________________________________________________________________
53164 [  7066] By: gsar                                  on 2000/09/12  17:24:29
53165         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
53166              initialization in all the threads on Windows
53167      Branch: perl
53168            ! win32/win32.c
53169 ____________________________________________________________________________
53170 [  7065] By: jhi                                   on 2000/09/12  15:11:31
53171         Log: Update Changes.
53172      Branch: perl
53173            ! Changes patchlevel.h
53174 ____________________________________________________________________________
53175 [  7064] By: jhi                                   on 2000/09/12  14:54:54
53176         Log: Retract #7062, the pod tests are not ready.
53177      Branch: perl
53178            ! t/TEST t/harness
53179 ____________________________________________________________________________
53180 [  7063] By: jhi                                   on 2000/09/12  14:25:41
53181         Log: The #7054 truncated Configure badly.
53182      Branch: metaconfig/U/perl
53183            ! End.U
53184      Branch: perl
53185            ! Configure config_h.SH
53186 ____________________________________________________________________________
53187 [  7062] By: jhi                                   on 2000/09/12  14:08:32
53188         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
53189              From: sthoenna@efn.org
53190              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
53191              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
53192      Branch: perl
53193            ! t/TEST t/harness
53194 ____________________________________________________________________________
53195 [  7061] By: jhi                                   on 2000/09/12  14:07:18
53196         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
53197              From: sthoenna@efn.org
53198              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
53199              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
53200      Branch: perl
53201            ! pod/perlxs.pod
53202 ____________________________________________________________________________
53203 [  7060] By: jhi                                   on 2000/09/12  14:06:08
53204         Log: Break up the myconfig lines a bit.
53205              
53206              Subject: perlbug/perl -V output format
53207              From: sthoenna@efn.org
53208              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
53209              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
53210      Branch: perl
53211            ! myconfig.SH
53212 ____________________________________________________________________________
53213 [  7059] By: jhi                                   on 2000/09/12  14:05:04
53214         Log: Test for the #7049.
53215              
53216              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
53217              From: andreas.koenig@anima.de (Andreas J. Koenig)
53218              Date: 12 Sep 2000 06:42:01 +0200
53219              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
53220      Branch: perl
53221            ! t/op/my.t
53222 ____________________________________________________________________________
53223 [  7058] By: jhi                                   on 2000/09/12  14:03:05
53224         Log: Subject: [patch: perl@7045] vms updates
53225              From: Peter Prymmer <pvhp@forte.com>
53226              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
53227              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
53228      Branch: perl
53229            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
53230 ____________________________________________________________________________
53231 [  7057] By: jhi                                   on 2000/09/12  14:00:51
53232         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
53233              From: sthoenna@efn.org
53234              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
53235              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
53236      Branch: perl
53237            ! t/op/64bitint.t
53238 ____________________________________________________________________________
53239 [  7056] By: jhi                                   on 2000/09/12  13:58:14
53240         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
53241              From: Jeff Pinyan <jeffp@crusoe.net>
53242              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
53243              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
53244      Branch: perl
53245            ! pod/perlfunc.pod
53246 ____________________________________________________________________________
53247 [  7055] By: jhi                                   on 2000/09/12  13:56:32
53248         Log: Do in VMS as the #7054 does.
53249      Branch: perl
53250            ! configure.com
53251 ____________________________________________________________________________
53252 [  7054] By: jhi                                   on 2000/09/12  13:50:31
53253         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
53254              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53255              Date: Mon, 11 Sep 2000 08:33:09 +0100
53256              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
53257      Branch: metaconfig/U/perl
53258            ! End.U
53259      Branch: perl
53260            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
53261            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
53262 ____________________________________________________________________________
53263 [  7053] By: jhi                                   on 2000/09/12  13:29:19
53264         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
53265              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53266              Date:     Tue, 12 Sep 2000 08:35:59 EDT
53267              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
53268      Branch: perl
53269            ! vms/test.com
53270 ____________________________________________________________________________
53271 [  7052] By: jhi                                   on 2000/09/11  23:01:50
53272         Log: Document the SvUTF8*().
53273      Branch: perl
53274            ! pod/perlapi.pod sv.h
53275 ____________________________________________________________________________
53276 [  7051] By: gsar                                  on 2000/09/11  14:46:30
53277         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
53278              (missed a spot when fixing up op_pmreplroot hack for ithreads)
53279      Branch: perl
53280            ! op.c t/op/split.t
53281 ____________________________________________________________________________
53282 [  7050] By: nick                                  on 2000/09/11  10:03:51
53283         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
53284              
53285              Subject: borland C++ win32.c tweak
53286              From: Vadim Konovalov <vkonovalov@lucent.com>
53287              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
53288              Date: Mon, 11 Sep 2000 11:22:33 +0400
53289      Branch: perl
53290            ! win32/win32.c
53291 ____________________________________________________________________________
53292 [  7049] By: nick                                  on 2000/09/11  09:57:33
53293         Log: Point fix for s/// on foreach (keys %xxx).
53294      Branch: perl
53295            ! pp_hot.c
53296 ____________________________________________________________________________
53297 [  7048] By: jhi                                   on 2000/09/10  23:37:09
53298         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
53299              by Pod::Text, from Brad Appleton.
53300      Branch: perl
53301            ! t/pod/testp2pt.pl
53302 ____________________________________________________________________________
53303 [  7047] By: jhi                                   on 2000/09/10  14:32:53
53304         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
53305              by Russ Allbery.
53306      Branch: perl
53307            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
53308 ____________________________________________________________________________
53309 [  7046] By: jhi                                   on 2000/09/10  14:15:08
53310         Log: Upgrade to CPAN 1.57_65, from Andreas König.
53311      Branch: perl
53312            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53313 ____________________________________________________________________________
53314 [  7045] By: jhi                                   on 2000/09/08  21:36:32
53315         Log: Update Changes.
53316      Branch: perl
53317            ! Changes patchlevel.h
53318 ____________________________________________________________________________
53319 [  7044] By: jhi                                   on 2000/09/08  21:29:56
53320         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
53321              From: Peter Prymmer <pvhp@forte.com>
53322              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
53323              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
53324      Branch: perl
53325            ! configure.com
53326 ____________________________________________________________________________
53327 [  7043] By: jhi                                   on 2000/09/08  21:27:50
53328         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
53329              From: Peter Prymmer <pvhp@forte.com>
53330              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
53331              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
53332      Branch: perl
53333            ! Makefile.SH installperl
53334 ____________________________________________________________________________
53335 [  7042] By: jhi                                   on 2000/09/08  21:23:21
53336         Log: Continue #7041.
53337      Branch: perl
53338            ! cygwin/Makefile.SHs os2/Makefile.SHs
53339 ____________________________________________________________________________
53340 [  7041] By: jhi                                   on 2000/09/08  21:18:10
53341         Log: Do away with memory models cruft.  Sorry, PDP users.
53342      Branch: metaconfig
53343            ! U/modified/cc.U U/modified/libpth.U
53344      Branch: perl
53345            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
53346            ! Porting/config_H cflags.SH config_h.SH configure.com
53347            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
53348            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
53349            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
53350 ____________________________________________________________________________
53351 [  7040] By: jhi                                   on 2000/09/08  14:34:18
53352         Log: Major rewrite of s2p.  And I mean really major, it is
53353              an implementation of sed in perl.  If called as s2p it
53354              will function as s2p.  Note: needs non-UNIXifying.
53355              
53356              Subject: s2p
53357              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
53358              Date: Mon, 28 Aug 2000 14:05:12 +0200
53359              Message-ID: <39AA5578.2102E2AA@alcatel.at>
53360      Branch: perl
53361            ! x2p/s2p.PL
53362 ____________________________________________________________________________
53363 [  7039] By: jhi                                   on 2000/09/08  14:19:49
53364         Log: Re-allow vec() for characters > 255.
53365              
53366              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
53367              From: Spider Boardman <spider@web.zk3.dec.com>
53368              Date: Fri, 08 Sep 2000 02:21:02 -0400
53369              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
53370      Branch: perl
53371            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
53372            ! t/op/vec.t
53373 ____________________________________________________________________________
53374 [  7038] By: jhi                                   on 2000/09/08  14:14:18
53375         Log: Subject: [PATCH lib/Benchmark.pm]
53376              From: <abigail@foad.org>
53377              Date: Thu, 7 Sep 2000 15:03:20 -0400
53378              Message-ID: <20000907190320.888.qmail@foad.org>
53379      Branch: perl
53380            ! lib/Benchmark.pm
53381 ____________________________________________________________________________
53382 [  7037] By: jhi                                   on 2000/09/08  14:11:06
53383         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
53384              
53385              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
53386              From: Spider Boardman <spider@web.zk3.dec.com>
53387              Date: Fri, 08 Sep 2000 01:30:27 -0400
53388              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
53389      Branch: perl
53390            ! op.c
53391 ____________________________________________________________________________
53392 [  7036] By: jhi                                   on 2000/09/08  14:08:58
53393         Log: Subject: [ID 20000908.002] perlipc documentation bug.
53394              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
53395              Date: Fri, 08 Sep 2000 12:38:32 +0200
53396              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
53397      Branch: perl
53398            ! pod/perlipc.pod
53399 ____________________________________________________________________________
53400 [  7035] By: jhi                                   on 2000/09/08  14:03:12
53401         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53403              Date: Fri, 08 Sep 2000 11:47:34 +0200
53404              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
53405      Branch: perl
53406            ! hints/dec_osf.sh
53407 ____________________________________________________________________________
53408 [  7034] By: jhi                                   on 2000/09/08  13:59:35
53409         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
53410              From: Simon Cozens <simon@cozens.net>
53411              Date: Thu, 7 Sep 2000 20:40:38 +0100
53412              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
53413      Branch: perl
53414            ! pp_hot.c
53415 ____________________________________________________________________________
53416 [  7033] By: jhi                                   on 2000/09/08  04:03:03
53417         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
53418              From: "Larry W. Virden" <lvirden@cas.org>
53419              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
53420              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
53421      Branch: perl
53422            ! pod/perldiag.pod
53423 ____________________________________________________________________________
53424 [  7032] By: jhi                                   on 2000/09/07  22:18:30
53425         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
53426              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
53427              Date: Mon, 04 Sep 2000 13:16:38 -0700
53428              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
53429      Branch: perl
53430            ! lib/perl5db.pl
53431 ____________________________________________________________________________
53432 [  7031] By: jhi                                   on 2000/09/07  22:02:29
53433         Log: Fix the ccversion detection for 5.1 and beyond.
53434              
53435              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
53436              From: Spider Boardman <spider@leggy.zk3.dec.com>
53437              Date: Thu, 7 Sep 2000 17:54:27 -0400
53438              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
53439      Branch: perl
53440            ! hints/dec_osf.sh
53441 ____________________________________________________________________________
53442 [  7030] By: jhi                                   on 2000/09/07  19:12:28
53443         Log: Fix for
53444              
53445              Subject: [ID 20000903.001] \w in utf8-strings
53446              From: Marc Lehmann <pcg@goof.com>
53447              Date: Sun, 03 Sep 2000 09:44:29 +0200
53448              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
53449              
53450              and various related nits.
53451      Branch: perl
53452            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
53453 ____________________________________________________________________________
53454 [  7029] By: jhi                                   on 2000/09/07  18:49:09
53455         Log: Fix the URL, but the server is still missing in action.
53456              
53457              Subject: [ID 20000905.002] perlfaq1.pod URL error
53458              From: "Larry W. Virden" <lvirden@cas.org>
53459              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
53460              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
53461      Branch: perl
53462            ! pod/perlfaq1.pod
53463 ____________________________________________________________________________
53464 [  7028] By: jhi                                   on 2000/09/07  18:47:13
53465         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
53466              From: Hugo <hv@crypt.compulink.co.uk>
53467              Date: Tue, 05 Sep 2000 14:13:37 +0100
53468              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
53469      Branch: perl
53470            ! toke.c
53471 ____________________________________________________________________________
53472 [  7027] By: jhi                                   on 2000/09/07  18:45:35
53473         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
53474              From: Daniel Chetlin <daniel@chetlin.com>
53475              Date: Tue, 5 Sep 2000 04:57:07 -0700
53476              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
53477      Branch: perl
53478            ! pod/perlfaq6.pod pod/perlop.pod
53479 ____________________________________________________________________________
53480 [  7026] By: jhi                                   on 2000/09/07  18:44:01
53481         Log: Document the new ref() semantics.
53482              
53483              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
53484              From: Gisle Aas <gisle@ActiveState.com>
53485              Date: 05 Sep 2000 08:10:30 +0200
53486              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
53487      Branch: perl
53488            ! pod/perldelta.pod
53489 ____________________________________________________________________________
53490 [  7025] By: jhi                                   on 2000/09/07  18:42:27
53491         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
53492              
53493              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
53494              From: Gisle Aas <gisle@ActiveState.com>
53495              Date: 05 Sep 2000 08:11:40 +0200
53496              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
53497      Branch: perl
53498            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
53499 ____________________________________________________________________________
53500 [  7024] By: jhi                                   on 2000/09/07  18:39:32
53501         Log: Subject: [PATCH] Modernize Opcode.pm documentation
53502              From: Gisle Aas <gisle@ActiveState.com>
53503              Date: 4 Sep 2000 00:18:55 -0000
53504              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
53505      Branch: perl
53506            ! ext/Opcode/Opcode.pm
53507 ____________________________________________________________________________
53508 [  7023] By: jhi                                   on 2000/09/07  18:37:42
53509         Log: Subject: [PATCH] Tied filehandle documentation
53510              From: Gisle Aas <gisle@ActiveState.com>
53511              Date: 4 Sep 2000 00:14:40 -0000
53512              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
53513      Branch: perl
53514            ! pod/perlfunc.pod pod/perltie.pod
53515 ____________________________________________________________________________
53516 [  7022] By: jhi                                   on 2000/09/07  18:35:37
53517         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
53518              From: Gisle Aas <gisle@ActiveState.com>
53519              Date: 4 Sep 2000 00:04:22 -0000
53520              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
53521      Branch: perl
53522            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
53523 ____________________________________________________________________________
53524 [  7021] By: jhi                                   on 2000/09/07  18:33:22
53525         Log: Subject: small apidoc fix
53526              From: Marc Lehmann <pcg@goof.com>
53527              Date: Sun, 3 Sep 2000 05:12:06 +0200
53528              Message-ID: <20000903051206.A5909@cerebro.laendle>
53529      Branch: perl
53530            ! pod/perlapi.pod utf8.c
53531 ____________________________________________________________________________
53532 [  7020] By: jhi                                   on 2000/09/07  16:14:57
53533         Log: Tiny perldelta nits.
53534      Branch: perl
53535            ! pod/perldelta.pod
53536 ____________________________________________________________________________
53537 [  7019] By: jhi                                   on 2000/09/07  16:04:20
53538         Log: Guard against bad string->int conversion for quads.
53539      Branch: perl
53540            ! t/op/64bitint.t
53541 ____________________________________________________________________________
53542 [  7018] By: jhi                                   on 2000/09/06  17:07:03
53543         Log: Update Unicode todo list.
53544      Branch: perl
53545            ! Todo-5.6
53546 ____________________________________________________________________________
53547 [  7017] By: jhi                                   on 2000/09/05  21:16:01
53548         Log: Document the SvIOK_.*UV().
53549      Branch: perl
53550            ! pod/perlapi.pod sv.h
53551 ____________________________________________________________________________
53552 [  7016] By: nick                                  on 2000/09/03  21:54:46
53553         Log: Hash lookup of constant strings optimization:
53554              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
53555              to string table (as per sharepvn). Add newSV_pvn_share to create such
53556              a thing. Make hv.c compare addresses of strings and skip string compare
53557              if equal. Make method_named and helem ops use these shared-string SVs
53558              when arg is constant. Make keys op return shared-string SVs (less clearly
53559              a win).
53560      Branch: perl
53561            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
53562            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
53563            ! pod/perlintern.pod pp_hot.c proto.h sv.c
53564 ____________________________________________________________________________
53565 [  7015] By: jhi                                   on 2000/09/02  17:48:59
53566         Log: This is 5.7.0.
53567      Branch: perl
53568            ! Changes
53569 ____________________________________________________________________________
53570 [  7014] By: jhi                                   on 2000/09/02  17:35:45
53571         Log: Changes and patchlevel tweaks.
53572      Branch: perl
53573            ! Changes patchlevel.h
53574 ____________________________________________________________________________
53575 [  7013] By: jhi                                   on 2000/09/02  17:30:50
53576         Log: Update Changes.
53577      Branch: perl
53578            ! Changes patchlevel.h
53579 ____________________________________________________________________________
53580 [  7012] By: nick                                  on 2000/09/02  17:25:20
53581         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
53582      Branch: perl
53583            ! gv.c lib/overload.pm
53584 ____________________________________________________________________________
53585 [  7011] By: jhi                                   on 2000/09/02  17:16:25
53586         Log: Update perlhist.
53587      Branch: perl
53588            ! pod/perlhist.pod
53589 ____________________________________________________________________________
53590 [  7010] By: jhi                                   on 2000/09/02  17:01:35
53591         Log: perldelta nits.
53592      Branch: perl
53593            ! pod/perldelta.pod
53594 ____________________________________________________________________________
53595 [  7009] By: nick                                  on 2000/09/02  16:48:35
53596         Log: If overloaded %{} etc. return the object do not loop.
53597              Thus  sub deref { $_[0] } functions if object is wanted type.
53598      Branch: perl
53599            ! pp.h
53600 ____________________________________________________________________________
53601 [  7008] By: jhi                                   on 2000/09/02  16:26:11
53602         Log: Retab MANIFEST.
53603      Branch: perl
53604            ! ext/Storable/MANIFEST
53605 ____________________________________________________________________________
53606 [  7007] By: jhi                                   on 2000/09/02  16:23:02
53607         Log: Make certain cc is set before trying to run it.
53608      Branch: perl
53609            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
53610 ____________________________________________________________________________
53611 [  7006] By: jhi                                   on 2000/09/02  15:45:41
53612         Log: Unicode notes.
53613      Branch: perl
53614            ! pod/perldelta.pod
53615 ____________________________________________________________________________
53616 [  7005] By: jhi                                   on 2000/09/02  15:42:11
53617         Log: Various Configure nits by Philip Newton,
53618              plus the ebcdic one by me.
53619      Branch: metaconfig
53620            + U/modified/pager.U
53621            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
53622      Branch: metaconfig/U/perl
53623            ! Devel.U quadfio.U
53624      Branch: perl
53625            ! Configure config_h.SH
53626 ____________________________________________________________________________
53627 [  7004] By: jhi                                   on 2000/09/02  15:06:14
53628         Log: Apparently avoiding the swapping is too costly.
53629              
53630              From: "Ben Tilly" <ben_tilly@hotmail.com>
53631              Subject: Re: the door is closed.
53632              Date: Fri, 01 Sep 2000 20:23:16 EDT
53633              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
53634      Branch: perl
53635            ! pod/perlfaq4.pod
53636 ____________________________________________________________________________
53637 [  7003] By: nick                                  on 2000/09/02  12:26:04
53638         Log: Undo part of change 6489 which looks like a bulk edit which
53639              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
53640              The supressing of main:: on return from select() is undesirable.
53641      Branch: perl
53642            ! pp_sys.c
53643 ____________________________________________________________________________
53644 [  7002] By: jhi                                   on 2000/09/01  23:08:54
53645         Log: Update Changes.
53646      Branch: perl
53647            ! Changes patchlevel.h
53648 ____________________________________________________________________________
53649 [  7001] By: jhi                                   on 2000/09/01  23:00:13
53650         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
53651              From: Peter Prymmer <pvhp@forte.com>
53652              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
53653              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
53654              
53655              plus rework the http: spots as suggested by Tom Christiansen,
53656              plus regen perltoc.
53657      Branch: perl
53658            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
53659            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
53660 ____________________________________________________________________________
53661 [  7000] By: jhi                                   on 2000/09/01  22:36:01
53662         Log: Only the first line, thank you very much.
53663      Branch: perl
53664            ! hints/solaris_2.sh
53665 ____________________________________________________________________________
53666 [  6999] By: gsar                                  on 2000/09/01  22:16:40
53667         Log: change#6791 accidentally clobbered change#6710, put it back
53668      Branch: perl
53669            ! win32/win32.c
53670 ____________________________________________________________________________
53671 [  6998] By: jhi                                   on 2000/09/01  22:14:16
53672         Log: Mention the HP-UX LP64 freak failure.
53673      Branch: perl
53674            ! pod/perldelta.pod
53675 ____________________________________________________________________________
53676 [  6997] By: jhi                                   on 2000/09/01  21:48:32
53677         Log: Detypo.
53678      Branch: perl
53679            ! hints/hpux.sh
53680 ____________________________________________________________________________
53681 [  6996] By: jhi                                   on 2000/09/01  21:27:10
53682         Log: Update Changes.
53683      Branch: perl
53684            ! Changes patchlevel.h
53685 ____________________________________________________________________________
53686 [  6995] By: jhi                                   on 2000/09/01  21:14:24
53687         Log: Mi splgn s gnin.g
53688      Branch: perl
53689            ! pp_ctl.c
53690 ____________________________________________________________________________
53691 [  6994] By: jhi                                   on 2000/09/01  21:09:54
53692         Log: Subject: http:// in L<>
53693              From: Nicholas Clark <nick@ccl4.org>
53694              Date: Fri, 1 Sep 2000 22:03:21 +0100
53695              Message-ID: <20000901220321.B72074@plum.flirble.org>
53696      Branch: perl
53697            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
53698 ____________________________________________________________________________
53699 [  6993] By: jhi                                   on 2000/09/01  21:06:54
53700         Log: Update to Storable 1.0, from Raphael Manfredi.
53701      Branch: perl
53702            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
53703            ! ext/Storable/Makefile.PL ext/Storable/README
53704            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53705            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
53706            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
53707            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
53708            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
53709            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
53710 ____________________________________________________________________________
53711 [  6992] By: jhi                                   on 2000/09/01  20:43:05
53712         Log: Mention known sfio+linux buglet.
53713      Branch: perl
53714            ! pod/perldelta.pod
53715 ____________________________________________________________________________
53716 [  6991] By: jhi                                   on 2000/09/01  20:40:11
53717         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
53718              From: Peter Prymmer <pvhp@forte.com>
53719              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
53720              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
53721      Branch: perl
53722            ! vms/vms.c
53723 ____________________________________________________________________________
53724 [  6990] By: jhi                                   on 2000/09/01  20:25:26
53725         Log: Retract #6986.
53726      Branch: perl
53727            ! hints/solaris_2.sh
53728 ____________________________________________________________________________
53729 [  6989] By: jhi                                   on 2000/09/01  20:23:00
53730         Log: Mergesort is back.
53731      Branch: perl
53732            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
53733 ____________________________________________________________________________
53734 [  6988] By: jhi                                   on 2000/09/01  19:37:40
53735         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
53736              From: Mike Guy <mjtg@cam.ac.uk>
53737              Date: Fri, 01 Sep 2000 17:43:33 +0100
53738              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
53739      Branch: perl
53740            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
53741            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
53742 ____________________________________________________________________________
53743 [  6987] By: jhi                                   on 2000/09/01  19:17:10
53744         Log: Regen perltoc.
53745      Branch: perl
53746            ! pod/perltoc.pod
53747 ____________________________________________________________________________
53748 [  6986] By: jhi                                   on 2000/09/01  18:51:10
53749         Log: Subject: Re: Solaris x86 has no SPARC libraries!
53750              From: Lupe Christoph <lupe@lupe-christoph.de>
53751              Date: Fri, 1 Sep 2000 20:41:20 +0200
53752              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
53753      Branch: perl
53754            ! hints/solaris_2.sh
53755 ____________________________________________________________________________
53756 [  6985] By: jhi                                   on 2000/09/01  18:28:10
53757         Log: Update Changes.
53758      Branch: perl
53759            ! Changes patchlevel.h
53760 ____________________________________________________________________________
53761 [  6984] By: jhi                                   on 2000/09/01  18:26:53
53762         Log: Feature ordering tweak.
53763      Branch: perl
53764            ! myconfig.SH
53765 ____________________________________________________________________________
53766 [  6983] By: jhi                                   on 2000/09/01  18:19:50
53767         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53768              From: <abigail@foad.org>
53769              Date: Fri, 1 Sep 2000 13:07:32 -0400
53770              Message-ID: <20000901170732.18249.qmail@foad.org>
53771      Branch: perl
53772            ! t/pragma/overload.t
53773 ____________________________________________________________________________
53774 [  6982] By: jhi                                   on 2000/09/01  18:17:54
53775         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
53776              so that case-ignoring systems like DCL can tell them from
53777              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
53778      Branch: metaconfig/U/perl
53779            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
53780      Branch: perl
53781            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53782            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
53783            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
53784            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
53785            ! vos/config.def vos/config.h vos/config_h.SH_orig
53786            ! win32/config.bc win32/config.gc win32/config.vc
53787 ____________________________________________________________________________
53788 [  6981] By: nick                                  on 2000/09/01  17:21:57
53789         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
53790              warning when UNTIE exists and instead pass the cound of extra references to
53791              the UNTIE method.
53792      Branch: perl
53793            ! pod/perltie.pod pp_sys.c
53794 ____________________________________________________________________________
53795 [  6980] By: jhi                                   on 2000/09/01  16:54:44
53796         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
53797              From: Peter Prymmer <pvhp@forte.com>
53798              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
53799              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
53800      Branch: perl
53801            ! configure.com
53802 ____________________________________________________________________________
53803 [  6979] By: jhi                                   on 2000/09/01  16:06:20
53804         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
53805              From: Mike Guy <mjtg@cam.ac.uk> 
53806              Date: Fri, 01 Sep 2000 16:49:27 +0100
53807              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
53808      Branch: perl
53809            ! t/base/rs.t
53810 ____________________________________________________________________________
53811 [  6978] By: jhi                                   on 2000/09/01  16:00:42
53812         Log: Update to PodParser 1.18, from Brad Appleton.
53813      Branch: perl
53814            ! lib/Pod/Checker.pm t/pod/find.t
53815 ____________________________________________________________________________
53816 [  6977] By: jhi                                   on 2000/09/01  14:48:58
53817         Log: Subject: Nit in Configure (bleadperl@6961)
53818              From: Lupe Christoph <lupe@lupe-christoph.de>
53819              Date: Fri, 1 Sep 2000 16:34:29 +0200
53820              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
53821      Branch: metaconfig
53822            ! U/compline/ccflags.U
53823      Branch: perl
53824            ! Configure config_h.SH
53825 ____________________________________________________________________________
53826 [  6976] By: jhi                                   on 2000/09/01  14:39:52
53827         Log: Update Changes.
53828      Branch: perl
53829            ! Changes patchlevel.h
53830 ____________________________________________________________________________
53831 [  6975] By: jhi                                   on 2000/09/01  14:37:36
53832         Log: microperl config update.
53833      Branch: perl
53834            ! uconfig.h uconfig.sh
53835 ____________________________________________________________________________
53836 [  6974] By: jhi                                   on 2000/09/01  14:36:53
53837         Log: Document known deficiencies.
53838      Branch: perl
53839            ! pod/perldelta.pod
53840 ____________________________________________________________________________
53841 [  6973] By: jhi                                   on 2000/09/01  14:10:20
53842         Log: Mention warnings fixes and updates.
53843      Branch: perl
53844            ! pod/perldelta.pod
53845 ____________________________________________________________________________
53846 [  6972] By: jhi                                   on 2000/09/01  14:01:52
53847         Log: Drop unused argument.
53848              
53849              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
53850              From: Spider Boardman <spider@web.zk3.dec.com>
53851              Date: Thu, 31 Aug 2000 16:10:15 -0400
53852              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
53853      Branch: perl
53854            ! toke.c
53855 ____________________________________________________________________________
53856 [  6971] By: jhi                                   on 2000/09/01  13:59:24
53857         Log: Add the overload warnings to perldiag.
53858      Branch: perl
53859            ! lib/overload.pm pod/perldiag.pod
53860 ____________________________________________________________________________
53861 [  6970] By: jhi                                   on 2000/09/01  13:55:10
53862         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53863              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
53864              Date: Fri, 1 Sep 2000 13:43:15 +0100 
53865              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
53866      Branch: perl
53867            ! lib/overload.pm t/pragma/overload.t
53868 ____________________________________________________________________________
53869 [  6969] By: jhi                                   on 2000/09/01  13:52:27
53870         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
53871              From: <abigail@foad.org>
53872              Date: Fri, 1 Sep 2000 05:46:54 -0400
53873              Message-ID: <20000901094654.6476.qmail@foad.org>
53874      Branch: perl
53875            ! lib/overload.pm
53876 ____________________________________________________________________________
53877 [  6968] By: jhi                                   on 2000/09/01  13:50:05
53878         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
53879              From: Daniel Chetlin <daniel@chetlin.com>
53880              Date: Fri, 1 Sep 2000 02:10:55 -0700
53881              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
53882      Branch: perl
53883            ! pod/perlretut.pod
53884 ____________________________________________________________________________
53885 [  6967] By: jhi                                   on 2000/09/01  13:47:54
53886         Log: Part of the solution.
53887              
53888              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
53889              From: Mike Guy <mjtg@cam.ac.uk>
53890              Date: Fri, 01 Sep 2000 14:16:01 +0100
53891              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
53892      Branch: perl
53893            ! gv.c mg.c
53894 ____________________________________________________________________________
53895 [  6966] By: jhi                                   on 2000/09/01  13:46:17
53896         Log: Subject: CPAN.pm beta 1.57_57 for the core
53897              From: andreas.koenig@anima.de (Andreas J. Koenig)
53898              Date: 01 Sep 2000 15:16:31 +0200
53899              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
53900      Branch: perl
53901            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53902 ____________________________________________________________________________
53903 [  6965] By: jhi                                   on 2000/09/01  13:43:18
53904         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
53905              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53906              Date: Fri, 01 Sep 2000 01:47:22 -0500
53907              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
53908      Branch: perl
53909            ! pod/perldelta.pod vms/vms.c
53910 ____________________________________________________________________________
53911 [  6964] By: jhi                                   on 2000/09/01  13:35:35
53912         Log: File::Temp patches from Andreas König,
53913              
53914              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
53915              From: andreas.koenig@anima.de (Andreas J. Koenig)
53916              Date: 01 Sep 2000 10:07:20 +0200
53917              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
53918              
53919              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
53920              From: andreas.koenig@anima.de (Andreas J. Koenig)
53921              Date: 31 Aug 2000 23:26:08 +0200
53922              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
53923      Branch: perl
53924            ! lib/File/Temp.pm t/lib/ftmp-security.t
53925 ____________________________________________________________________________
53926 [  6963] By: jhi                                   on 2000/09/01  02:22:24
53927         Log: Retract the mergesort code, way too incompatible licensing
53928              and copyrights.
53929      Branch: perl
53930            ! pod/perldelta.pod pp_ctl.c
53931 ____________________________________________________________________________
53932 [  6962] By: jhi                                   on 2000/08/31  23:27:32
53933         Log: Update Changes.
53934      Branch: perl
53935            ! Changes patchlevel.h
53936 ____________________________________________________________________________
53937 [  6961] By: jhi                                   on 2000/08/31  23:20:04
53938         Log: Small tweaks all over.
53939      Branch: metaconfig
53940            ! U/compline/d_gconvert.U
53941      Branch: perl
53942            ! AUTHORS Configure config_h.SH pp_ctl.c
53943 ____________________________________________________________________________
53944 [  6960] By: jhi                                   on 2000/08/31  22:39:36
53945         Log: Further rewording.
53946      Branch: perl
53947            ! pp_ctl.c
53948 ____________________________________________________________________________
53949 [  6959] By: jhi                                   on 2000/08/31  21:26:44
53950         Log: More address tweaking.
53951      Branch: perl
53952            ! AUTHORS Changes
53953 ____________________________________________________________________________
53954 [  6958] By: jhi                                   on 2000/08/31  20:47:25
53955         Log: AUTHORS tweaks, from Peter Prymmer.
53956              
53957              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
53958              From: Peter Prymmer <pvhp@forte.com>
53959              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
53960              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
53961      Branch: perl
53962            ! AUTHORS MAINTAIN
53963 ____________________________________________________________________________
53964 [  6957] By: jhi                                   on 2000/08/31  20:34:43
53965         Log: perldelta tweaks.
53966      Branch: perl
53967            ! pod/perldelta.pod
53968 ____________________________________________________________________________
53969 [  6956] By: jhi                                   on 2000/08/31  19:11:06
53970         Log: Regen perltoc.
53971      Branch: perl
53972            ! pod/perltoc.pod
53973 ____________________________________________________________________________
53974 [  6955] By: jhi                                   on 2000/08/31  19:06:30
53975         Log: Clarify the mergesort situation.
53976      Branch: perl
53977            ! pp_ctl.c
53978 ____________________________________________________________________________
53979 [  6954] By: jhi                                   on 2000/08/31  18:24:17
53980         Log: Move the Solaris 7 scan to use64bitall, make the
53981              failure to find 64-bot sparc libc to mention the
53982              possibility of being in an intel, from Lupe and Alan.
53983      Branch: perl
53984            ! hints/solaris_2.sh
53985 ____________________________________________________________________________
53986 [  6953] By: jhi                                   on 2000/08/31  18:09:20
53987         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
53988              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
53989      Branch: metaconfig
53990            ! U/compline/d_gconvert.U U/threads/archname.U
53991      Branch: metaconfig/U/perl
53992            ! perlxv.U
53993      Branch: perl
53994            ! Configure config_h.SH sv.c
53995 ____________________________________________________________________________
53996 [  6952] By: jhi                                   on 2000/08/31  17:42:24
53997         Log: :: not allowed in pathnames, change to .
53998              
53999              Subject: [PATCH perl@6938] cygwin port
54000              From: "Fifer, Eric" <EFifer@sanwaint.com>
54001              Date: Thu, 31 Aug 2000 16:32:59 +0100
54002              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
54003      Branch: metaconfig/U/perl
54004            ! perlxv.U
54005 ____________________________________________________________________________
54006 [  6951] By: jhi                                   on 2000/08/31  17:02:05
54007         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
54008      Branch: perl
54009            ! perl.h
54010 ____________________________________________________________________________
54011 [  6950] By: jhi                                   on 2000/08/31  16:26:08
54012         Log: More author updates.
54013              
54014              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
54015              From: Simon Cozens <simon@cozens.net>
54016              Date: Thu, 31 Aug 2000 17:13:32 +0100
54017              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
54018      Branch: perl
54019            ! AUTHORS
54020 ____________________________________________________________________________
54021 [  6949] By: jhi                                   on 2000/08/31  16:04:49
54022         Log: POSIX doesn't report long double values under -Duselongdouble
54023              when the long doubles are "real" (bigger than doubles).
54024              
54025              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
54026              From: Spider Boardman <spider@peano.zk3.dec.com>
54027              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
54028              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
54029      Branch: perl
54030            ! ext/POSIX/POSIX.xs
54031 ____________________________________________________________________________
54032 [  6948] By: jhi                                   on 2000/08/31  15:25:10
54033         Log: Update Changes.
54034      Branch: perl
54035            ! Changes patchlevel.h
54036 ____________________________________________________________________________
54037 [  6947] By: jhi                                   on 2000/08/31  15:22:29
54038         Log: Document UNTIE in a very minimalistic way.
54039      Branch: perl
54040            ! pod/perlfunc.pod pod/perltie.pod
54041 ____________________________________________________________________________
54042 [  6946] By: jhi                                   on 2000/08/31  15:15:23
54043         Log: Document known failures.
54044      Branch: perl
54045            ! pod/perldelta.pod
54046 ____________________________________________________________________________
54047 [  6945] By: jhi                                   on 2000/08/31  15:07:00
54048         Log: Don't attach -ld to the archname if pointless.
54049      Branch: metaconfig
54050            ! U/threads/archname.U
54051      Branch: perl
54052            ! Configure config_h.SH
54053 ____________________________________________________________________________
54054 [  6944] By: jhi                                   on 2000/08/31  14:37:42
54055         Log: Wrap the test in eval.
54056              
54057              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
54058              From: Tim Jenness <timj@jach.hawaii.edu>
54059              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
54060              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
54061      Branch: perl
54062            ! t/lib/ftmp-security.t
54063 ____________________________________________________________________________
54064 [  6943] By: jhi                                   on 2000/08/31  14:30:57
54065         Log: Make -Dusemorebits find long doubles in Solaris.
54066      Branch: perl
54067            ! hints/solaris_2.sh
54068 ____________________________________________________________________________
54069 [  6942] By: jhi                                   on 2000/08/31  13:48:45
54070         Log: Clarify the third case of ftmp-security warnings.
54071      Branch: perl
54072            ! INSTALL
54073 ____________________________________________________________________________
54074 [  6941] By: jhi                                   on 2000/08/31  13:40:31
54075         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
54076              From: <abigail@foad.org>
54077              Date: Thu, 31 Aug 2000 01:35:05 -0400
54078              Message-ID: <20000831053505.32120.qmail@foad.org>
54079      Branch: perl
54080            ! pod/perldelta.pod
54081 ____________________________________________________________________________
54082 [  6940] By: jhi                                   on 2000/08/31  13:38:48
54083         Log: Issue useful diagnostic on unknown pod commands.
54084              
54085              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
54086              From: <abigail@foad.org>
54087              Date: Thu, 31 Aug 2000 03:41:18 -0400
54088              Message-ID: <20000831074118.24880.qmail@foad.org>
54089      Branch: perl
54090            ! lib/Pod/Man.pm
54091 ____________________________________________________________________________
54092 [  6939] By: jhi                                   on 2000/08/31  13:34:33
54093         Log: Reveal Borland's isnan.
54094              
54095              Subject: build with BC++ tweak
54096              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54097              Date: Thu, 31 Aug 2000 13:09:37 +0400
54098              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
54099      Branch: perl
54100            ! win32/win32.h
54101 ____________________________________________________________________________
54102 [  6938] By: jhi                                   on 2000/08/31  05:01:20
54103         Log: Update Changes.
54104      Branch: perl
54105            ! Changes patchlevel.h
54106 ____________________________________________________________________________
54107 [  6937] By: jhi                                   on 2000/08/31  04:26:23
54108         Log: sscanf() may be the only way to read long doubles from strings.
54109      Branch: metaconfig/U/perl
54110            ! longdblfio.U
54111      Branch: perl
54112            ! Configure config_h.SH perl.h util.c
54113 ____________________________________________________________________________
54114 [  6936] By: jhi                                   on 2000/08/31  04:18:19
54115         Log: The #6929 was too skimpy.
54116      Branch: perl
54117            ! sv.c
54118 ____________________________________________________________________________
54119 [  6935] By: jhi                                   on 2000/08/31  02:47:07
54120         Log: Subject: Re: typos in pods
54121              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54122              Date: Wed, 30 Aug 2000 19:25:34 -0700
54123              Message-ID: <eIcr5gzkg25X092yn@efn.org>
54124      Branch: perl
54125            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
54126 ____________________________________________________________________________
54127 [  6934] By: jhi                                   on 2000/08/31  02:42:55
54128         Log: Missed one Unicode file.
54129      Branch: perl
54130            + lib/unicode/UCDFF301.html
54131 ____________________________________________________________________________
54132 [  6933] By: jhi                                   on 2000/08/30  23:42:27
54133         Log: Update Changes.
54134      Branch: perl
54135            ! Changes patchlevel.h
54136 ____________________________________________________________________________
54137 [  6932] By: jhi                                   on 2000/08/30  23:40:07
54138         Log: Mention UNTIE in perldelta.  Still needs documenting
54139              in perltie et alia.
54140      Branch: perl
54141            ! pod/perldelta.pod
54142 ____________________________________________________________________________
54143 [  6931] By: jhi                                   on 2000/08/30  23:36:02
54144         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
54145              From: <abigail@foad.org>
54146              Date: Wed, 30 Aug 2000 19:28:07 -0400
54147              Message-ID: <20000830232807.305.qmail@foad.org>
54148      Branch: perl
54149            ! pod/perldelta.pod
54150 ____________________________________________________________________________
54151 [  6930] By: jhi                                   on 2000/08/30  23:32:40
54152         Log: Update to Unicode 3.0.1.
54153      Branch: perl
54154            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
54155            + lib/unicode/PropList.txt lib/unicode/README.perl
54156            + lib/unicode/UCD301.html lib/unicode/Unicode.301
54157            - lib/unicode/Props.txt lib/unicode/UCD300.html
54158            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54159            ! (edit 257 files)
54160 ____________________________________________________________________________
54161 [  6929] By: jhi                                   on 2000/08/30  22:38:18
54162         Log: Heap decorruption.
54163              
54164              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
54165              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54166              Date: Wed, 30 Aug 2000 22:39:52 +0100
54167              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
54168      Branch: perl
54169            ! sv.c
54170 ____________________________________________________________________________
54171 [  6928] By: jhi                                   on 2000/08/30  22:29:34
54172         Log: Retract the dummy test, skip the security tests (instead of failing),
54173              explain what the warnings mean.
54174      Branch: perl
54175            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
54176 ____________________________________________________________________________
54177 [  6927] By: jhi                                   on 2000/08/30  22:14:13
54178         Log: Change the internal implementation of sort() to be mergesort
54179              instead of quicksort, from John Linderman <jpl@research.att.com>.
54180              Gives us better worst case, better average case, and stability.
54181              What's there not to like?  (Small fixes for threaded builds
54182              were required).
54183      Branch: perl
54184            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
54185 ____________________________________________________________________________
54186 [  6926] By: jhi                                   on 2000/08/30  20:55:20
54187         Log: A better fix for the Socket building problem from Craig Berry.
54188      Branch: perl
54189            ! vms/vms.c
54190 ____________________________________________________________________________
54191 [  6925] By: jhi                                   on 2000/08/30  20:20:25
54192         Log: Subject: [PATCH] Re: UNTIE method 
54193              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54194              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
54195              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
54196      Branch: perl
54197            ! pp_sys.c t/op/tie.t
54198 ____________________________________________________________________________
54199 [  6924] By: jhi                                   on 2000/08/30  20:17:11
54200         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
54201              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54202              Date: Wed, 30 Aug 2000 15:03:14 -0500
54203              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
54204      Branch: perl
54205            ! vms/vms.c
54206 ____________________________________________________________________________
54207 [  6923] By: jhi                                   on 2000/08/30  20:15:18
54208         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
54209              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54210              Date: Wed, 30 Aug 2000 13:30:36 -0500
54211              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
54212      Branch: perl
54213            ! vms/vms.c
54214 ____________________________________________________________________________
54215 [  6922] By: jhi                                   on 2000/08/30  19:54:43
54216         Log: Better options for rsync.
54217      Branch: perl
54218            ! pod/perlhack.pod
54219 ____________________________________________________________________________
54220 [  6921] By: jhi                                   on 2000/08/30  19:40:16
54221         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
54222              From: Rick Delaney <rick@consumercontact.com>
54223              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
54224              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
54225      Branch: perl
54226            ! pod/perlfunc.pod
54227 ____________________________________________________________________________
54228 [  6920] By: jhi                                   on 2000/08/30  19:36:40
54229         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
54230              From: Peter Prymmer <pvhp@forte.com>
54231              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
54232              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
54233      Branch: perl
54234            ! configure.com
54235 ____________________________________________________________________________
54236 [  6919] By: jhi                                   on 2000/08/30  14:52:02
54237         Log: Update Changes.
54238      Branch: perl
54239            ! Changes patchlevel.h
54240 ____________________________________________________________________________
54241 [  6918] By: jhi                                   on 2000/08/30  14:48:34
54242         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
54243      Branch: perl
54244            ! lib/ExtUtils/typemap
54245 ____________________________________________________________________________
54246 [  6917] By: jhi                                   on 2000/08/30  14:46:34
54247         Log: Subject: typos in pods
54248              From: Nicholas Clark <nick@ccl4.org>
54249              Date: Wed, 30 Aug 2000 01:12:50 +0100
54250              Message-ID: <20000830011249.A61388@plum.flirble.org>
54251      Branch: perl
54252            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
54253            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
54254            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
54255            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
54256 ____________________________________________________________________________
54257 [  6916] By: jhi                                   on 2000/08/30  14:19:09
54258         Log: Document Storable problems on Crays.  (Will have
54259              to document all the other Storable problems, too.)
54260      Branch: perl
54261            ! pod/perldelta.pod
54262 ____________________________________________________________________________
54263 [  6915] By: jhi                                   on 2000/08/30  14:06:02
54264         Log: Subject: [PATCH] fix misc cast warnings
54265              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54266              Date: Tue, 29 Aug 2000 23:16:14 -0700
54267              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
54268      Branch: perl
54269            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
54270            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
54271            ! os2/os2ish.h
54272 ____________________________________________________________________________
54273 [  6914] By: jhi                                   on 2000/08/30  14:03:45
54274         Log: Timestamp mismatch again.  Need to fix this dependence on
54275              config_h.SH timestamp, since it's the contents of config_h.SH
54276              that matter.
54277      Branch: perl
54278            ! uconfig.h uconfig.sh
54279 ____________________________________________________________________________
54280 [  6913] By: jhi                                   on 2000/08/30  13:54:06
54281         Log: Don't say "Perl 5.0 source kit".
54282      Branch: perl
54283            ! perl.c
54284 ____________________________________________________________________________
54285 [  6912] By: jhi                                   on 2000/08/30  13:51:24
54286         Log: Reset archname and archname64 always, forcing them be
54287              recomputed at each Configure run, make Configure and
54288              the hints files agree on the naming of largefiles variables.
54289      Branch: metaconfig
54290            ! U/threads/archname.U
54291      Branch: metaconfig/U/perl
54292            ! use64bits.U
54293      Branch: perl
54294            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
54295            ! hints/linux.sh hints/solaris_2.sh
54296 ____________________________________________________________________________
54297 [  6911] By: jhi                                   on 2000/08/30  13:30:13
54298         Log: Put back the slice accidentally removed by #6907.
54299      Branch: perl
54300            ! hints/solaris_2.sh
54301 ____________________________________________________________________________
54302 [  6910] By: jhi                                   on 2000/08/30  01:24:26
54303         Log: Be consistent: other Net::get* do export theirs.
54304              
54305              Subject: Re: Net::protoent does not export 'getproto'
54306              From: Yasushi Nakajima <sey@jkc.co.jp>
54307              Date: Wed, 30 Aug 2000 09:53:14 +0900
54308              Message-Id: <200008300051.DAA24700@taku.hut.fi>
54309      Branch: perl
54310            ! lib/Net/protoent.pm
54311 ____________________________________________________________________________
54312 [  6909] By: jhi                                   on 2000/08/30  01:17:25
54313         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
54314              From: Gurusamy Sarathy <gsar@ActiveState.com>
54315              Date: Tue, 29 Aug 2000 17:17:07 -0700
54316              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
54317      Branch: perl
54318            ! cop.h
54319 ____________________________________________________________________________
54320 [  6908] By: jhi                                   on 2000/08/30  00:58:05
54321         Log: Update Changes.
54322      Branch: perl
54323            ! Changes patchlevel.h
54324 ____________________________________________________________________________
54325 [  6907] By: jhi                                   on 2000/08/30  00:57:22
54326         Log: Introduce ccname to keep track of what compiler kind of we have.
54327      Branch: metaconfig/U/perl
54328            ! Checkcc.U gccvers.U
54329      Branch: perl
54330            ! Configure config_h.SH hints/solaris_2.sh
54331 ____________________________________________________________________________
54332 [  6906] By: jhi                                   on 2000/08/30  00:25:47
54333         Log: Put back the flags dump as reasoned in
54334              
54335              Subject: Re: [PATCH] Glob dumping
54336              From: Mike Guy <mjtg@cam.ac.uk> 
54337              Date: Tue, 29 Aug 2000 21:41:32 +0100
54338              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
54339      Branch: perl
54340            ! dump.c t/lib/peek.t
54341 ____________________________________________________________________________
54342 [  6905] By: jhi                                   on 2000/08/30  00:16:17
54343         Log: Make the epsilon to be relative, not absolute.
54344              
54345              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
54346              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
54347              Date: Tue, 29 Aug 2000 19:58:56 -0400
54348              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
54349      Branch: perl
54350            ! t/lib/trig.t
54351 ____________________________________________________________________________
54352 [  6904] By: jhi                                   on 2000/08/30  00:13:09
54353         Log: From now on, Gisle is on my list of usual suspects :-)
54354              Retract #6902.
54355      Branch: perl
54356            ! ext/Opcode/Safe.pm
54357 ____________________________________________________________________________
54358 [  6903] By: jhi                                   on 2000/08/29  23:51:20
54359         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
54360              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54361              Date: Tue, 29 Aug 2000 18:43:26 -0500
54362              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
54363      Branch: perl
54364            + vms/vmspipe.com
54365            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
54366            ! vms/vms.c
54367 ____________________________________________________________________________
54368 [  6902] By: jhi                                   on 2000/08/29  23:44:14
54369         Log: Retry what #6882 attempted.
54370              
54371              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
54372              From: Gisle Aas <gisle@ActiveState.com>
54373              Date: 30 Aug 2000 00:33:09 +0200
54374              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
54375      Branch: perl
54376            ! ext/Opcode/Safe.pm
54377 ____________________________________________________________________________
54378 [  6901] By: jhi                                   on 2000/08/29  22:59:32
54379         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
54380              From: Hugo <hv@crypt.compulink.co.uk>
54381              Date: Mon, 12 Jun 2000 19:36:08 +0100
54382              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
54383      Branch: perl
54384            ! sv.c
54385 ____________________________________________________________________________
54386 [  6900] By: jhi                                   on 2000/08/29  22:58:35
54387         Log: Admit that we are leaking scalars.
54388              
54389              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
54390              From: Spider Boardman <spider@leggy.zk3.dec.com>
54391              Date: Tue, 29 Aug 2000 18:48:29 -0400
54392              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
54393      Branch: perl
54394            ! t/pragma/warnings.t
54395 ____________________________________________________________________________
54396 [  6899] By: jhi                                   on 2000/08/29  20:53:13
54397         Log: Update Changes.
54398      Branch: perl
54399            ! Changes patchlevel.h
54400 ____________________________________________________________________________
54401 [  6898] By: jhi                                   on 2000/08/29  20:46:21
54402         Log: Undo namespace pollution of #6878.
54403              
54404              Subject: Re: Net::protoent does not export 'getproto'
54405              From: Mike Guy <mjtg@cam.ac.uk>
54406              Date: Tue, 29 Aug 2000 21:32:37 +0100
54407              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
54408      Branch: perl
54409            ! lib/Net/protoent.pm
54410 ____________________________________________________________________________
54411 [  6897] By: jhi                                   on 2000/08/29  20:44:29
54412         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
54413              From: Peter Prymmer <pvhp@forte.com>
54414              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
54415              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
54416      Branch: perl
54417            ! pod/perlebcdic.pod
54418 ____________________________________________________________________________
54419 [  6896] By: jhi                                   on 2000/08/29  20:40:57
54420         Log: There's no point repeating the 'revision' (5) of perl5.
54421      Branch: metaconfig/U/perl
54422            ! Devel.U patchlevel.U
54423      Branch: perl
54424            ! Configure config_h.SH
54425 ____________________________________________________________________________
54426 [  6895] By: jhi                                   on 2000/08/29  20:16:58
54427         Log: Regen Configure for #6894.
54428      Branch: metaconfig/U/perl
54429            ! perladmin.U
54430      Branch: perl
54431            ! Configure config_h.SH
54432 ____________________________________________________________________________
54433 [  6894] By: jhi                                   on 2000/08/29  19:59:52
54434         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
54435              From: "Philip Newton" <Philip.Newton@gmx.net>
54436              Date: Tue, 29 Aug 2000 21:39:14 +0200
54437              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
54438      Branch: perl
54439            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
54440            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
54441            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
54442            ! utils/perlbug.PL
54443 ____________________________________________________________________________
54444 [  6893] By: jhi                                   on 2000/08/29  19:55:30
54445         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
54446              From: "Philip Newton" <Philip.Newton@gmx.net>
54447              Date: Tue, 29 Aug 2000 21:39:14 +0200
54448              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
54449      Branch: perl
54450            ! installhtml
54451 ____________________________________________________________________________
54452 [  6892] By: jhi                                   on 2000/08/29  19:53:59
54453         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
54454              From: "Philip Newton" <Philip.Newton@gmx.net>
54455              Date: Tue, 29 Aug 2000 21:48:18 +0200
54456              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
54457      Branch: perl
54458            ! lib/File/Temp.pm
54459 ____________________________________________________________________________
54460 [  6891] By: jhi                                   on 2000/08/29  18:30:03
54461         Log: Nail the ID 20000828.023.
54462      Branch: perl
54463            ! ext/Storable/Storable.xs
54464 ____________________________________________________________________________
54465 [  6890] By: jhi                                   on 2000/08/29  16:50:17
54466         Log: Under usethreads the dumped variable is IN_PAD.
54467              
54468              Subject: Re: [PATCH] Glob dumping
54469              From: Gisle Aas <gisle@ActiveState.com>
54470              Date: 29 Aug 2000 18:45:05 +0200
54471              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
54472      Branch: perl
54473            ! t/lib/peek.t
54474 ____________________________________________________________________________
54475 [  6889] By: jhi                                   on 2000/08/29  15:17:37
54476         Log: Update Changes.
54477      Branch: perl
54478            ! Changes patchlevel.h
54479 ____________________________________________________________________________
54480 [  6888] By: jhi                                   on 2000/08/29  14:49:59
54481         Log: Retract #6882, broke the safe tests.
54482      Branch: perl
54483            ! ext/Opcode/Safe.pm
54484 ____________________________________________________________________________
54485 [  6887] By: jhi                                   on 2000/08/29  14:47:06
54486         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
54487              From: Gisle Aas <gisle@ActiveState.com> 
54488              Date: 09 Jun 2000 20:00:11 +0200
54489              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
54490      Branch: perl
54491            ! utils/perldoc.PL
54492 ____________________________________________________________________________
54493 [  6886] By: jhi                                   on 2000/08/29  14:42:45
54494         Log: The #6881 removed one dump line.
54495      Branch: perl
54496            ! t/lib/peek.t
54497 ____________________________________________________________________________
54498 [  6885] By: jhi                                   on 2000/08/29  14:30:47
54499         Log: Don't forget to tidy up.
54500      Branch: perl
54501            ! t/lib/ftmp-security.t
54502 ____________________________________________________________________________
54503 [  6884] By: jhi                                   on 2000/08/29  14:25:17
54504         Log: Disabling the one test is a bit tricky.
54505      Branch: perl
54506            ! t/lib/ftmp-security.t
54507 ____________________________________________________________________________
54508 [  6883] By: jhi                                   on 2000/08/29  14:16:25
54509         Log: Disable one of the tests for now.
54510      Branch: perl
54511            ! t/lib/ftmp-security.t
54512 ____________________________________________________________________________
54513 [  6882] By: jhi                                   on 2000/08/29  14:05:50
54514         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
54515              From: gisle@aas.no
54516              Date: 29 Aug 2000 10:35:06 -0000
54517              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
54518      Branch: perl
54519            ! ext/Opcode/Safe.pm
54520 ____________________________________________________________________________
54521 [  6881] By: jhi                                   on 2000/08/29  14:03:51
54522         Log: Subject: [PATCH] Glob dumping
54523              From: Gisle Aas <gisle@ActiveState.com>
54524              Date: 29 Aug 2000 07:59:42 -0000
54525              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
54526      Branch: perl
54527            ! dump.c
54528 ____________________________________________________________________________
54529 [  6880] By: jhi                                   on 2000/08/29  14:02:01
54530         Log: Subject: [PATCH] Warnings in B::Deparse
54531              From: <abigail@foad.org>
54532              Date: Tue, 29 Aug 2000 00:00:01 -0400
54533              Message-ID: <20000829040001.2999.qmail@foad.org>
54534      Branch: perl
54535            ! ext/B/B/Deparse.pm
54536 ____________________________________________________________________________
54537 [  6879] By: jhi                                   on 2000/08/29  13:57:26
54538         Log: Missed a change in #6869.
54539      Branch: perl
54540            ! mg.c
54541 ____________________________________________________________________________
54542 [  6878] By: jhi                                   on 2000/08/29  13:45:04
54543         Log: Subject: Net::protoent does not export 'getproto'
54544              From: Yasushi Nakajima <sey@jkc.co.jp>
54545              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
54546      Branch: perl
54547            ! lib/Net/protoent.pm
54548 ____________________________________________________________________________
54549 [  6877] By: jhi                                   on 2000/08/29  13:39:19
54550         Log: Patches all over for people and the files they (hopefully) care about.
54551      Branch: perl
54552            ! AUTHORS Changes MAINTAIN
54553 ____________________________________________________________________________
54554 [  6876] By: jhi                                   on 2000/08/29  12:53:54
54555         Log: Fix for thinko in #6848.
54556              
54557              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
54558              From: Lupe Christoph <lupe@lupe-christoph.de>
54559              Date: Tue, 29 Aug 2000 09:04:08 +0200
54560              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
54561      Branch: perl
54562            ! ext/Thread/Thread.xs
54563 ____________________________________________________________________________
54564 [  6875] By: jhi                                   on 2000/08/29  12:50:14
54565         Log: Update to Getopt::Long 2.24, from Johan Vromans.
54566      Branch: perl
54567            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
54568 ____________________________________________________________________________
54569 [  6874] By: jhi                                   on 2000/08/29  02:09:53
54570         Log: Use minimal @INC in tests, most of the time just '../lib',
54571              so that we simply can't pick up stuff from other Perls than
54572              the one we are testing.  Pointed out by
54573              
54574              From: Mike Guy <mjtg@cam.ac.uk>
54575              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
54576              Date: Fri, 25 Aug 2000 15:15:59 +0100
54577              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
54578      Branch: perl
54579            ! (edit 185 files)
54580 ____________________________________________________________________________
54581 [  6873] By: jhi                                   on 2000/08/29  01:07:11
54582         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
54583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54584              Date: Mon, 28 Aug 2000 17:45:52 -0700
54585              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
54586      Branch: perl
54587            ! Makefile.SH hints/os2.sh
54588 ____________________________________________________________________________
54589 [  6872] By: jhi                                   on 2000/08/28  23:33:39
54590         Log: Subject: [PATCH bleedperl@6866] spellings
54591              From: marcel@codewerk.com (Marcel Grunauer)
54592              Date: Tue, 29 Aug 2000 01:19:59 +0200
54593              Message-Id: <200008282319.BAA29862@gandalf.local>
54594      Branch: perl
54595            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
54596            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
54597            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
54598 ____________________________________________________________________________
54599 [  6871] By: jhi                                   on 2000/08/28  23:22:09
54600         Log: Take out the SUIDMAIL thing, that will not be
54601              a problem in 5.7.*.
54602      Branch: perl
54603            ! patchlevel.h
54604 ____________________________________________________________________________
54605 [  6870] By: jhi                                   on 2000/08/28  23:19:30
54606         Log: -S is the silent flag, -s is the strip flag.
54607              
54608              Subject: [PATCH] Re: [PATCH] make no-install          
54609              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54610              Date: Mon, 28 Aug 2000 15:12:55 -0700
54611              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
54612      Branch: perl
54613            ! Makefile.SH
54614 ____________________________________________________________________________
54615 [  6869] By: jhi                                   on 2000/08/28  23:12:05
54616         Log: Subject: [PATCH bleedperl@6856] warnings fixes
54617              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54618              Date: Mon, 28 Aug 2000 23:55:06 +0100
54619              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
54620      Branch: perl
54621            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
54622            ! warnings.h warnings.pl
54623 ____________________________________________________________________________
54624 [  6868] By: jhi                                   on 2000/08/28  21:38:22
54625         Log: Potential cruft.
54626      Branch: perl
54627            ! Makefile.SH
54628 ____________________________________________________________________________
54629 [  6867] By: jhi                                   on 2000/08/28  21:35:36
54630         Log: Update Changes.
54631      Branch: perl
54632            ! Changes patchlevel.h
54633 ____________________________________________________________________________
54634 [  6866] By: jhi                                   on 2000/08/28  21:33:49
54635         Log: Subject: hv.h Doc Patch
54636              From: Fisher Mark <fisherm@tce.com>
54637              Date: Mon, 28 Aug 2000 16:24:59 -0500
54638              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
54639      Branch: perl
54640            ! hv.h
54641 ____________________________________________________________________________
54642 [  6865] By: jhi                                   on 2000/08/28  21:02:15
54643         Log: Add -ld to archname on long tr...double platforms.
54644      Branch: metaconfig
54645            ! U/threads/archname.U
54646      Branch: perl
54647            ! Configure config_h.SH
54648 ____________________________________________________________________________
54649 [  6864] By: jhi                                   on 2000/08/28  20:38:59
54650         Log: An attempt to fix the problem reported in
54651              
54652              Subject: Building perl@6856 using gcc/AIX 4.3.3 
54653              From: Daniel Muino <dmuino@afip.gov.ar> 
54654              Date: Mon, 28 Aug 2000 15:50:01 -0300   
54655              Message-ID: <20000828155001.A14403@con2-dgi>
54656              
54657              I can't test this properly since the gcc installation I have
54658              access to seems to be botched (gcc is calling the AIX cpp,
54659              a losing proposition...)
54660      Branch: perl
54661            ! hints/aix.sh
54662 ____________________________________________________________________________
54663 [  6863] By: jhi                                   on 2000/08/28  18:57:52
54664         Log: Fix for ID 20000828.001, long doubles were not formatted
54665              correctly (showed up in $], which stopped installing perl).
54666      Branch: perl
54667            ! sv.c
54668 ____________________________________________________________________________
54669 [  6862] By: jhi                                   on 2000/08/28  18:07:15
54670         Log: Typo in #6858.
54671      Branch: perl
54672            ! lib/Cwd.pm
54673 ____________________________________________________________________________
54674 [  6861] By: jhi                                   on 2000/08/28  17:57:27
54675         Log: opmini.o may be left around if a build is interrupted.
54676      Branch: perl
54677            ! Makefile.SH
54678 ____________________________________________________________________________
54679 [  6860] By: jhi                                   on 2000/08/28  16:52:50
54680         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
54681              From: Daniel Chetlin <daniel@chetlin.com>
54682              Date: Mon, 28 Aug 2000 01:14:18 -0700
54683              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
54684      Branch: perl
54685            ! lib/overload.pm
54686 ____________________________________________________________________________
54687 [  6859] By: jhi                                   on 2000/08/28  16:08:46
54688         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
54689              From: Nicholas Clark <nick@ccl4.org>
54690              Date: Mon, 28 Aug 2000 16:03:27 +0100
54691              Message-Id: <20000828160327.C49785@plum.flirble.org>
54692      Branch: perl
54693            ! ext/ByteLoader/bytecode.h
54694 ____________________________________________________________________________
54695 [  6858] By: jhi                                   on 2000/08/28  16:02:10
54696         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
54697              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
54698              Date: Mon, 28 Aug 2000 13:08:30 +0200
54699              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
54700      Branch: perl
54701            ! lib/Cwd.pm
54702 ____________________________________________________________________________
54703 [  6857] By: jhi                                   on 2000/08/28  15:42:47
54704         Log: display_format used as a class method without arguments was broken,
54705              reported in
54706              
54707              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
54708              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
54709              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
54710              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
54711      Branch: perl
54712            ! lib/Math/Complex.pm t/lib/complex.t
54713 ____________________________________________________________________________
54714 [  6856] By: jhi                                   on 2000/08/27  22:09:48
54715         Log: Update Changes.
54716      Branch: perl
54717            ! Changes patchlevel.h
54718 ____________________________________________________________________________
54719 [  6855] By: jhi                                   on 2000/08/27  21:59:21
54720         Log: Retract #6853 (false alarm).
54721      Branch: perl
54722            ! lib/ExtUtils/xsubpp
54723 ____________________________________________________________________________
54724 [  6854] By: jhi                                   on 2000/08/27  21:37:44
54725         Log: Update Changes.
54726      Branch: perl
54727            ! Changes patchlevel.h
54728 ____________________________________________________________________________
54729 [  6853] By: jhi                                   on 2000/08/27  21:37:16
54730         Log: Subject: [PATCH perl@6850] workaround for xsubpp
54731              From: Hugo <hv@crypt.compulink.co.uk>
54732              Date: Sun, 27 Aug 2000 22:30:25 +0100
54733              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
54734      Branch: perl
54735            ! lib/ExtUtils/xsubpp
54736 ____________________________________________________________________________
54737 [  6852] By: jhi                                   on 2000/08/27  21:33:58
54738         Log: Big-endian 64-bit patch from Raphael Manfredi.
54739      Branch: perl
54740            ! ext/Storable/Storable.xs
54741 ____________________________________________________________________________
54742 [  6851] By: jhi                                   on 2000/08/27  21:22:21
54743         Log: More ruthless editing from Hugo van der Sanden.
54744      Branch: perl
54745            ! pod/perldelta.pod
54746 ____________________________________________________________________________
54747 [  6850] By: jhi                                   on 2000/08/27  16:11:46
54748         Log: Update Changes.
54749      Branch: perl
54750            ! Changes patchlevel.h
54751 ____________________________________________________________________________
54752 [  6849] By: jhi                                   on 2000/08/27  16:11:05
54753         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
54754      Branch: perl
54755            ! configpm pod/perldelta.pod
54756 ____________________________________________________________________________
54757 [  6848] By: jhi                                   on 2000/08/27  15:35:08
54758         Log: Use the actual thread type, not the pointer-to-struct.
54759      Branch: perl
54760            ! ext/Thread/Thread.xs
54761 ____________________________________________________________________________
54762 [  6847] By: jhi                                   on 2000/08/27  15:30:49
54763         Log: Test nit.
54764      Branch: perl
54765            ! t/pragma/warn/pp_sys
54766 ____________________________________________________________________________
54767 [  6846] By: jhi                                   on 2000/08/27  15:19:02
54768         Log: Passing -R in ldflags makes now it to appear in the default
54769              for lddlflags, just like with -L.
54770              
54771              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54772              From: Lupe Christoph <lupe@lupe-christoph.de>
54773              Date: Sun, 27 Aug 2000 10:28:21 +0200
54774              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
54775      Branch: metaconfig/U/perl
54776            ! dlsrc.U
54777      Branch: perl
54778            ! Configure
54779 ____________________________________________________________________________
54780 [  6845] By: jhi                                   on 2000/08/27  15:08:54
54781         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
54782              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54783              Date: Sat, 26 Aug 2000 22:23:27 +0100
54784              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
54785      Branch: perl
54786            ! lib/ExtUtils/MM_Unix.pm
54787 ____________________________________________________________________________
54788 [  6844] By: jhi                                   on 2000/08/27  15:02:37
54789         Log: DJGPP update from Laszlo Molnar.
54790              
54791              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
54792              From: ml1050 <ml1050@freemail.hu>
54793              Date: Sat, 26 Aug 2000 23:24:40 +0200
54794              Message-Id: <20000826232440.A439@freemail.hu>
54795      Branch: perl
54796            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
54797            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
54798 ____________________________________________________________________________
54799 [  6843] By: jhi                                   on 2000/08/27  14:53:58
54800         Log: Subject: installman buglet
54801              From: Lupe Christoph <lupe@lupe-christoph.de>
54802              Date: Sun, 27 Aug 2000 14:38:59 +0200
54803              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
54804      Branch: perl
54805            ! installman
54806 ____________________________________________________________________________
54807 [  6842] By: jhi                                   on 2000/08/27  14:52:08
54808         Log: Can't get the test to reliably work thanks to the
54809              inaccurateness of floating point.  "Resolves" bug ids
54810              20000826.003, 20000826.009, 20000826.010,
54811      Branch: perl
54812            ! t/lib/trig.t
54813 ____________________________________________________________________________
54814 [  6841] By: jhi                                   on 2000/08/26  15:53:58
54815         Log: Update Changes.
54816      Branch: perl
54817            ! Changes patchlevel.h
54818 ____________________________________________________________________________
54819 [  6840] By: jhi                                   on 2000/08/26  14:23:03
54820         Log: grep -e isn't portable.
54821              
54822              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
54823              From: chris@broadband.att.com
54824              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
54825              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
54826      Branch: perl
54827            ! hints/solaris_2.sh
54828 ____________________________________________________________________________
54829 [  6839] By: jhi                                   on 2000/08/26  14:12:23
54830         Log: no-install target a la make -n.
54831              
54832              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
54833              From: <abigail@foad.org>
54834              Date: Sat, 26 Aug 2000 03:57:34 -0400
54835              Message-ID: <20000826075735.18912.qmail@foad.org>
54836      Branch: perl
54837            ! Makefile.SH installman installperl
54838 ____________________________________________________________________________
54839 [  6838] By: jhi                                   on 2000/08/26  14:06:33
54840         Log: Retract #6826 as the #6828 should be do the same
54841              in a More Correct Way.
54842      Branch: perl
54843            ! installperl
54844 ____________________________________________________________________________
54845 [  6837] By: jhi                                   on 2000/08/26  05:24:00
54846         Log: More casting.
54847      Branch: perl
54848            ! ext/Storable/Storable.xs
54849 ____________________________________________________________________________
54850 [  6836] By: jhi                                   on 2000/08/26  05:05:46
54851         Log: Nicer in decimal.
54852      Branch: perl
54853            ! ext/Storable/Storable.xs
54854 ____________________________________________________________________________
54855 [  6835] By: jhi                                   on 2000/08/26  05:03:50
54856         Log: There be no UVdf.
54857      Branch: perl
54858            ! ext/Storable/Storable.xs
54859 ____________________________________________________________________________
54860 [  6834] By: jhi                                   on 2000/08/26  05:00:18
54861         Log: Continue IVdfing and UVxfing.
54862      Branch: perl
54863            ! ext/Storable/Storable.xs
54864 ____________________________________________________________________________
54865 [  6833] By: jhi                                   on 2000/08/26  04:53:14
54866         Log: Use IVdf.
54867      Branch: perl
54868            ! ext/Storable/Storable.xs
54869 ____________________________________________________________________________
54870 [  6832] By: jhi                                   on 2000/08/26  04:40:41
54871         Log: Document PTR2XX and INT2PTR.
54872      Branch: perl
54873            ! pod/perlguts.pod
54874 ____________________________________________________________________________
54875 [  6831] By: jhi                                   on 2000/08/26  04:33:18
54876         Log: Use UVxf, PTR2UV, NVff.
54877      Branch: perl
54878            ! ext/Storable/Storable.xs
54879 ____________________________________________________________________________
54880 [  6830] By: jhi                                   on 2000/08/26  04:31:32
54881         Log: Update the test count.
54882      Branch: perl
54883            ! t/lib/trig.t
54884 ____________________________________________________________________________
54885 [  6829] By: jhi                                   on 2000/08/26  03:05:50
54886         Log: Subject: [PATCH] installation not quite silent yet.
54887              From: <abigail@foad.org>
54888              Date: Fri, 25 Aug 2000 20:07:53 -0400
54889              Message-ID: <20000826000753.7822.qmail@foad.org>
54890      Branch: perl
54891            ! installman installperl
54892 ____________________________________________________________________________
54893 [  6828] By: jhi                                   on 2000/08/26  03:05:14
54894         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
54895              From: Spider Boardman <spider@web.zk3.dec.com>
54896              Date: Fri, 25 Aug 2000 19:12:40 -0400
54897              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
54898      Branch: perl
54899            ! gv.c
54900 ____________________________________________________________________________
54901 [  6827] By: jhi                                   on 2000/08/25  23:54:34
54902         Log: Support preserving extremely big/small angles.
54903      Branch: perl
54904            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
54905 ____________________________________________________________________________
54906 [  6826] By: jhi                                   on 2000/08/25  23:01:20
54907         Log: Patch installperl to be long double-aware.
54908              
54909              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
54910              From: Spider Boardman <spider@web.zk3.dec.com>
54911              Date: Fri, 25 Aug 2000 18:15:23 -0400
54912              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
54913      Branch: perl
54914            ! installperl
54915 ____________________________________________________________________________
54916 [  6825] By: jhi                                   on 2000/08/25  22:58:25
54917         Log: Remove duplicately applied patch shards.
54918              
54919              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
54920              From: Spider Boardman <spider@leggy.zk3.dec.com>
54921              Date: Fri, 25 Aug 2000 16:45:03 -0400
54922              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
54923      Branch: perl
54924            ! t/lib/cgi-html.t
54925 ____________________________________________________________________________
54926 [  6824] By: jhi                                   on 2000/08/25  22:57:00
54927         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
54928              From: Daniel Chetlin <daniel@chetlin.com>
54929              Date: Fri, 25 Aug 2000 12:23:16 -0700
54930              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
54931              
54932              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
54933              From: Daniel Chetlin <daniel@chetlin.com>
54934              Date: Fri, 25 Aug 2000 14:47:19 -0700
54935              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
54936      Branch: perl
54937            ! installman
54938 ____________________________________________________________________________
54939 [  6823] By: jhi                                   on 2000/08/25  22:44:17
54940         Log: Timestamp problem?
54941      Branch: perl
54942            ! uconfig.h uconfig.sh
54943 ____________________________________________________________________________
54944 [  6822] By: jhi                                   on 2000/08/25  19:01:06
54945         Log: One forgotten file from #6816.
54946      Branch: perl
54947            ! vos/config.h
54948 ____________________________________________________________________________
54949 [  6821] By: jhi                                   on 2000/08/25  18:56:39
54950         Log: Regen Changes.
54951      Branch: perl
54952            ! Changes patchlevel.h
54953 ____________________________________________________________________________
54954 [  6820] By: jhi                                   on 2000/08/25  18:52:35
54955         Log: Fix Changes ordering.
54956      Branch: perl
54957            ! Changes
54958 ____________________________________________________________________________
54959 [  6819] By: jhi                                   on 2000/08/25  18:50:25
54960         Log: Update Changes.
54961      Branch: perl
54962            ! Changes patchlevel.h
54963 ____________________________________________________________________________
54964 [  6818] By: jhi                                   on 2000/08/25  18:47:45
54965         Log: Tweak the sfio/useperlio logic, hopefully as wished in
54966              
54967              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
54968              From: Nicholas Clark <nick@babyhippo.co.uk>
54969              Date: Fri, 25 Aug 2000 12:01:45 +0100
54970              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
54971      Branch: metaconfig/U/perl
54972            ! d_sfio.U
54973      Branch: perl
54974            ! Configure
54975 ____________________________________________________________________________
54976 [  6817] By: jhi                                   on 2000/08/25  18:32:51
54977         Log: Allow microperl to assume <math.h>, without it the math
54978              functions like floor() are assumed to return int, which makes
54979              for core dumps in machines where integer and floating register
54980              don't mix.
54981      Branch: perl
54982            ! uconfig.h uconfig.sh
54983 ____________________________________________________________________________
54984 [  6816] By: jhi                                   on 2000/08/25  18:27:17
54985         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
54986              the problem reported in
54987              
54988              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
54989              From: danhale@us.ibm.com
54990              Date: Fri, 25 Aug 2000 10:58:06 -0400
54991              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
54992      Branch: metaconfig/U/perl
54993            + d_socks5_init.U
54994      Branch: perl
54995            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
54996            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
54997            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
54998            ! win32/config.gc win32/config.vc
54999 ____________________________________________________________________________
55000 [  6815] By: jhi                                   on 2000/08/25  17:43:31
55001         Log: A solution for the retrieve_fd autosplit warning,
55002              idea suggested by Mike Guy.
55003      Branch: perl
55004            ! ext/Storable/Storable.pm
55005 ____________________________________________________________________________
55006 [  6814] By: jhi                                   on 2000/08/25  17:16:03
55007         Log: Add install-silent target.
55008      Branch: perl
55009            ! Makefile.SH
55010 ____________________________________________________________________________
55011 [  6813] By: jhi                                   on 2000/08/25  17:14:23
55012         Log: Subject: Re: [PATCH] More silencing of installman.
55013              From: <abigail@foad.org>
55014              Date: Thu, 24 Aug 2000 19:27:03 -0400
55015              Message-ID: <20000824232703.7001.qmail@foad.org>
55016              
55017              Subject: Re: [PATCH] More silencing of installman.
55018              From: <abigail@foad.org>
55019              Date: Fri, 25 Aug 2000 03:00:58 -0400
55020              Message-ID: <20000825070058.10697.qmail@foad.org>
55021      Branch: perl
55022            ! installman
55023 ____________________________________________________________________________
55024 [  6812] By: jhi                                   on 2000/08/25  17:11:28
55025         Log: installperl --verbose and --silent.
55026              
55027              Subject: Re: [PATCH] More silencing of installman.
55028              From: <abigail@foad.org>
55029              Message-ID: <20000825064430.9719.qmail@foad.org>
55030              Date: Fri, 25 Aug 2000 02:44:30 -0400
55031      Branch: perl
55032            ! installperl
55033 ____________________________________________________________________________
55034 [  6811] By: jhi                                   on 2000/08/25  17:05:43
55035         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
55036              From: "Peter J. Farley III" <pjfarley@banet.net>
55037              Date: Thu, 24 Aug 2000 21:58:03 -0400
55038              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
55039              
55040              (applied slightly modified)
55041      Branch: perl
55042            ! lib/ExtUtils/MM_Unix.pm
55043 ____________________________________________________________________________
55044 [  6810] By: jhi                                   on 2000/08/25  17:01:18
55045         Log: Missing parts of 
55046              
55047              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
55048              From: Peter Prymmer <pvhp@forte.com>
55049              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
55050              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
55051      Branch: perl
55052            ! t/lib/cgi-html.t
55053 ____________________________________________________________________________
55054 [  6809] By: jhi                                   on 2000/08/25  16:46:32
55055         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
55056              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55057              Date: Thu, 24 Aug 2000 19:13:11 -0500
55058              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
55059      Branch: perl
55060            ! vms/vms.c
55061 ____________________________________________________________________________
55062 [  6808] By: jhi                                   on 2000/08/25  16:39:22
55063         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
55064              From: Peter Prymmer <pvhp@forte.com>
55065              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
55066              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
55067      Branch: perl
55068            ! configure.com
55069 ____________________________________________________________________________
55070 [  6807] By: jhi                                   on 2000/08/25  16:36:37
55071         Log: Better wording for the vec lvalue diagnostic.
55072              
55073              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55074              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55075              Date: Wed, 23 Aug 2000 14:12:16 -0400
55076              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
55077      Branch: perl
55078            ! pod/perldiag.pod
55079 ____________________________________________________________________________
55080 [  6806] By: jhi                                   on 2000/08/24  18:17:22
55081         Log: Subject: [PATCH] More silencing of installman.
55082              From: <abigail@foad.org>
55083              Date: Thu, 24 Aug 2000 14:01:44 -0400
55084              Message-ID: <20000824180144.20062.qmail@foad.org>
55085      Branch: perl
55086            ! installman
55087 ____________________________________________________________________________
55088 [  6805] By: jhi                                   on 2000/08/24  15:00:31
55089         Log: Update Changes.
55090      Branch: perl
55091            ! Changes patchlevel.h
55092 ____________________________________________________________________________
55093 [  6804] By: jhi                                   on 2000/08/24  14:59:07
55094         Log: Regen perltoc.
55095      Branch: perl
55096            ! pod/perltoc.pod
55097 ____________________________________________________________________________
55098 [  6803] By: jhi                                   on 2000/08/24  14:44:39
55099         Log: Show the doc file, not the temp file.
55100      Branch: perl
55101            ! installman
55102 ____________________________________________________________________________
55103 [  6802] By: jhi                                   on 2000/08/24  14:41:53
55104         Log: Continue silencing.
55105      Branch: perl
55106            ! installman
55107 ____________________________________________________________________________
55108 [  6801] By: jhi                                   on 2000/08/24  14:34:40
55109         Log: Actually do something with the silencer option.
55110      Branch: perl
55111            ! installman
55112 ____________________________________________________________________________
55113 [  6800] By: jhi                                   on 2000/08/24  14:26:22
55114         Log: Make installman to recognize the silence flag -S.
55115      Branch: perl
55116            ! installman
55117 ____________________________________________________________________________
55118 [  6799] By: jhi                                   on 2000/08/24  13:49:38
55119         Log: DOS patches and portability/porting notes, from Tim Jenness.
55120      Branch: perl
55121            ! lib/File/Temp.pm
55122 ____________________________________________________________________________
55123 [  6798] By: jhi                                   on 2000/08/24  13:48:27
55124         Log: Create directories in silence.
55125              
55126              Subject: [PATCH] Another silencer for MakeMaker
55127              From: andreas.koenig@anima.de (Andreas J. Koenig)
55128              Date: 24 Aug 2000 14:18:52 +0200
55129              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
55130      Branch: perl
55131            ! lib/ExtUtils/Command.pm
55132 ____________________________________________________________________________
55133 [  6797] By: jhi                                   on 2000/08/24  13:46:42
55134         Log: More liberal parsing of version numbers.
55135              
55136              Subject: Re: CPAN.pm beta for testing available
55137              From: andreas.koenig@anima.de (Andreas J. Koenig)
55138              Date: 24 Aug 2000 13:51:57 +0200
55139              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
55140      Branch: perl
55141            ! lib/CPAN.pm
55142 ____________________________________________________________________________
55143 [  6796] By: jhi                                   on 2000/08/24  13:44:36
55144         Log: Make "make install" by default silent.  A new "install-verbose"
55145              target is verbose.
55146      Branch: perl
55147            ! Makefile.SH
55148 ____________________________________________________________________________
55149 [  6795] By: jhi                                   on 2000/08/24  13:39:14
55150         Log: Add silencer flags to installperl.
55151              
55152              Subject: [PATCH] Making installperl silent.
55153              From: <abigail@foad.org>
55154              Date: Thu, 24 Aug 2000 05:01:45 -0400
55155              Message-ID: <20000824090145.13141.qmail@foad.org>
55156      Branch: perl
55157            ! installperl
55158 ____________________________________________________________________________
55159 [  6794] By: jhi                                   on 2000/08/24  13:35:50
55160         Log: installperl couldn't tell whether it had run tests or not.
55161              
55162              Subject: [PATCH] Re: installperl and t/TEST
55163              From: <abigail@foad.org>
55164              Date: Thu, 24 Aug 2000 04:00:53 -0400
55165              Message-ID: <20000824080053.2494.qmail@foad.org>
55166      Branch: perl
55167            ! Makefile.SH installperl
55168 ____________________________________________________________________________
55169 [  6793] By: jhi                                   on 2000/08/24  13:27:50
55170         Log: Drop the separate perlbc, perlcc -b should be enough.
55171      Branch: perl
55172            - utils/perlbc.PL
55173            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
55174 ____________________________________________________________________________
55175 [  6792] By: jhi                                   on 2000/08/24  04:41:30
55176         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
55177              plus the typo fix from Peter Prymmer.
55178      Branch: perl
55179            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
55180            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55181 ____________________________________________________________________________
55182 [  6791] By: jhi                                   on 2000/08/24  02:10:43
55183         Log: Replace #6705 with a minimal doc patch.
55184              
55185              Subject: [PATCH 5.6.0] replace change #6705
55186              From: Jan Dubois <jand@ActiveState.com>
55187              Date: Wed, 23 Aug 2000 18:31:51 -0700
55188              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
55189      Branch: perl
55190            ! lib/Win32.pod win32/win32.c
55191 ____________________________________________________________________________
55192 [  6790] By: jhi                                   on 2000/08/23  17:52:00
55193         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
55194              From: Mike Guy <mjtg@cam.ac.uk>
55195              Date: Wed, 23 Aug 2000 18:38:46 +0100
55196              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
55197      Branch: perl
55198            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
55199 ____________________________________________________________________________
55200 [  6789] By: jhi                                   on 2000/08/23  15:34:21
55201         Log: Update Changes.
55202      Branch: perl
55203            ! Changes patchlevel.h
55204 ____________________________________________________________________________
55205 [  6788] By: jhi                                   on 2000/08/23  15:33:40
55206         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
55207              From: Wilfredo Sánchez <wsanchez@apple.com>
55208              Date: Tue, 22 Aug 2000 19:31:27 -0700
55209              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
55210      Branch: perl
55211            ! perl.h
55212 ____________________________________________________________________________
55213 [  6787] By: jhi                                   on 2000/08/23  15:29:31
55214         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
55215              From: Spider Boardman <spider@leggy.zk3.dec.com>
55216              Date: Wed, 23 Aug 2000 10:33:23 -0400
55217              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
55218      Branch: perl
55219            ! lib/Pod/Html.pm
55220 ____________________________________________________________________________
55221 [  6786] By: jhi                                   on 2000/08/23  15:28:11
55222         Log: Bad makefile.
55223      Branch: perl
55224            ! ext/B/Makefile.PL
55225 ____________________________________________________________________________
55226 [  6785] By: jhi                                   on 2000/08/23  14:37:04
55227         Log: Update Changes.
55228      Branch: perl
55229            ! Changes patchlevel.h
55230 ____________________________________________________________________________
55231 [  6784] By: jhi                                   on 2000/08/23  13:58:41
55232         Log: Portability fix from Hugo van der Sanden.
55233      Branch: perl
55234            ! ext/re/Makefile.PL
55235 ____________________________________________________________________________
55236 [  6783] By: jhi                                   on 2000/08/23  13:53:53
55237         Log: Storable support, v-version fixes.
55238              
55239              Subject: CPAN.pm beta for testing available
55240              From: andreas.koenig@anima.de (Andreas J. Koenig)
55241              Date: 22 Aug 2000 23:31:33 +0200
55242              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
55243      Branch: perl
55244            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55245 ____________________________________________________________________________
55246 [  6782] By: jhi                                   on 2000/08/23  13:51:26
55247         Log: Mac and other portability updates from Chris Nandor.
55248      Branch: perl
55249            ! pod/perlmodinstall.pod
55250 ____________________________________________________________________________
55251 [  6781] By: jhi                                   on 2000/08/23  13:47:33
55252         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
55253              From: Peter Prymmer <pvhp@forte.com>
55254              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
55255              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
55256      Branch: perl
55257            ! ext/Storable/Storable.xs
55258 ____________________________________________________________________________
55259 [  6780] By: jhi                                   on 2000/08/23  13:33:34
55260         Log: VMS MMS (make) wants null action.
55261      Branch: perl
55262            ! ext/B/Makefile.PL
55263 ____________________________________________________________________________
55264 [  6779] By: jhi                                   on 2000/08/22  19:44:47
55265         Log: Forgot portability nit.
55266      Branch: perl
55267            ! t/lib/st-forgive.t
55268 ____________________________________________________________________________
55269 [  6778] By: jhi                                   on 2000/08/22  19:35:25
55270         Log: Be portable.
55271      Branch: perl
55272            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
55273            ! t/lib/st-store.t
55274 ____________________________________________________________________________
55275 [  6777] By: jhi                                   on 2000/08/22  18:50:53
55276         Log: Update Changes.
55277      Branch: perl
55278            ! Changes patchlevel.h
55279 ____________________________________________________________________________
55280 [  6776] By: jhi                                   on 2000/08/22  18:44:46
55281         Log: cSVOPo_*v things index into the current PL_curpad
55282              under ithreads, which is different from the curpad
55283              used by the XSUB.  (In other words, the code as-is
55284              before this patch wouldn't work under ithreads.)
55285              From Sarathy.
55286      Branch: perl
55287            ! ext/B/B.xs
55288 ____________________________________________________________________________
55289 [  6775] By: jhi                                   on 2000/08/22  18:18:37
55290         Log: Make the selection of NVff et al stricter.
55291      Branch: metaconfig/U/perl
55292            ! perlxvf.U
55293      Branch: perl
55294            ! Configure config_h.SH
55295 ____________________________________________________________________________
55296 [  6774] By: jhi                                   on 2000/08/22  17:19:42
55297         Log: perldelta nits.
55298      Branch: perl
55299            ! pod/perldelta.pod
55300 ____________________________________________________________________________
55301 [  6773] By: jhi                                   on 2000/08/22  17:06:26
55302         Log: Long double fixes from Spider Boardman.
55303              
55304              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
55305              From: system PRIVILEGED account <root@peano.zk3.dec.com>
55306              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
55307              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
55308      Branch: perl
55309            ! t/lib/bigfltpm.t t/lib/st-06compat.t
55310 ____________________________________________________________________________
55311 [  6772] By: jhi                                   on 2000/08/22  15:04:53
55312         Log: Update Changes.
55313      Branch: perl
55314            ! Changes patchlevel.h
55315 ____________________________________________________________________________
55316 [  6771] By: jhi                                   on 2000/08/22  15:01:44
55317         Log: perldelta fixes from Hugo van der Sanden.
55318      Branch: perl
55319            ! pod/perldelta.pod
55320 ____________________________________________________________________________
55321 [  6770] By: jhi                                   on 2000/08/22  14:34:49
55322         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
55323              From: Hugo <hv@crypt.compulink.co.uk>
55324              Date: Tue, 22 Aug 2000 11:21:53 +0100
55325              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
55326      Branch: perl
55327            ! regcomp.c
55328 ____________________________________________________________________________
55329 [  6769] By: jhi                                   on 2000/08/22  14:30:02
55330         Log: Add Yitzchak, reformat.
55331      Branch: perl
55332            ! Changes config_h.SH
55333 ____________________________________________________________________________
55334 [  6768] By: jhi                                   on 2000/08/22  14:21:35
55335         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
55336              and Spider Boardman.
55337      Branch: metaconfig
55338            ! U/compline/d_gconvert.U
55339      Branch: perl
55340            ! Configure
55341 ____________________________________________________________________________
55342 [  6767] By: jhi                                   on 2000/08/22  14:11:24
55343         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
55344              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55345              Date: Mon, 21 Aug 2000 19:08:31 -0700
55346              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
55347      Branch: perl
55348            - ext/Storable/patchlevel.h
55349            ! MANIFEST ext/Storable/MANIFEST
55350 ____________________________________________________________________________
55351 [  6766] By: jhi                                   on 2000/08/22  13:49:29
55352         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
55353              From: Peter Prymmer <pvhp@forte.com>
55354              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
55355              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
55356      Branch: perl
55357            ! configure.com ext/Storable/Makefile.PL
55358 ____________________________________________________________________________
55359 [  6765] By: jhi                                   on 2000/08/22  13:44:59
55360         Log: Subject: [PATCH blead] B:: missing dependency
55361              From: Hugo <hv@crypt.compulink.co.uk>
55362              Date: Tue, 22 Aug 2000 06:44:33 +0100
55363              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
55364      Branch: perl
55365            ! ext/B/Makefile.PL
55366 ____________________________________________________________________________
55367 [  6764] By: jhi                                   on 2000/08/22  13:38:12
55368         Log: More bytecompiler.
55369      Branch: perl
55370            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
55371 ____________________________________________________________________________
55372 [  6763] By: jhi                                   on 2000/08/22  13:36:44
55373         Log: Bytecompiler patches from Benjamin Stuhl.
55374      Branch: perl
55375            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
55376            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55377            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55378            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55379            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
55380            ! perl.c perlapi.h pod/perldelta.pod
55381 ____________________________________________________________________________
55382 [  6762] By: jhi                                   on 2000/08/21  23:43:40
55383         Log: An obsoleted diagnostic.
55384      Branch: perl
55385            ! pod/perldelta.pod
55386 ____________________________________________________________________________
55387 [  6761] By: jhi                                   on 2000/08/21  23:01:45
55388         Log: The #6759 wasn't quite right.
55389      Branch: perl
55390            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55391            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
55392            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
55393            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
55394            ! t/lib/st-tieditems.t
55395 ____________________________________________________________________________
55396 [  6760] By: jhi                                   on 2000/08/21  22:35:49
55397         Log: Be verydeepclean.
55398      Branch: perl
55399            ! Makefile.SH
55400 ____________________________________________________________________________
55401 [  6759] By: jhi                                   on 2000/08/21  22:25:40
55402         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
55403              From: Peter Prymmer <pvhp@forte.com>
55404              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
55405              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
55406      Branch: perl
55407            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55408            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
55409            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
55410            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
55411            ! t/lib/st-tieditems.t
55412 ____________________________________________________________________________
55413 [  6758] By: jhi                                   on 2000/08/21  22:22:32
55414         Log: Few more casts, need reported in
55415              
55416              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
55417              From: Mike Stok <mike@stok.co.uk>
55418              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
55419              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
55420              
55421              and
55422              
55423              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
55424              From: abigail@foad.org
55425              Date: 21 Aug 2000 21:31:34 -0000
55426              Message-Id: <20000821213134.30170.qmail@foad.org>
55427      Branch: perl
55428            ! ext/Storable/Storable.xs
55429 ____________________________________________________________________________
55430 [  6757] By: jhi                                   on 2000/08/21  18:37:07
55431         Log: Update Changes.
55432      Branch: perl
55433            ! Changes patchlevel.h
55434 ____________________________________________________________________________
55435 [  6756] By: jhi                                   on 2000/08/21  18:34:02
55436         Log: A pod nit.
55437              
55438              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
55439              From: <abigail@foad.org>
55440              Date: Mon, 21 Aug 2000 14:00:16 -0400
55441              Message-ID: <20000821180016.28627.qmail@foad.org>
55442      Branch: perl
55443            ! pod/perlre.pod
55444 ____________________________________________________________________________
55445 [  6755] By: jhi                                   on 2000/08/21  18:30:56
55446         Log: Use PodParser 1.18 new test.
55447      Branch: perl
55448            ! t/pod/special_seqs.t t/pod/special_seqs.xr
55449 ____________________________________________________________________________
55450 [  6754] By: jhi                                   on 2000/08/21  18:28:35
55451         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
55452              patches cannot be applied since #6712 conflicts.
55453      Branch: perl
55454            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
55455 ____________________________________________________________________________
55456 [  6753] By: jhi                                   on 2000/08/21  18:15:11
55457         Log: Weed out some smaller changes.
55458      Branch: perl
55459            ! pod/perldelta.pod
55460 ____________________________________________________________________________
55461 [  6752] By: jhi                                   on 2000/08/21  18:02:30
55462         Log: Also under djgpp the timestamps are funky.
55463      Branch: perl
55464            ! t/op/stat.t
55465 ____________________________________________________________________________
55466 [  6751] By: jhi                                   on 2000/08/21  17:55:56
55467         Log: Tweak the floating point output routine preferences.
55468      Branch: metaconfig
55469            ! U/compline/d_gconvert.U
55470      Branch: perl
55471            ! Configure
55472 ____________________________________________________________________________
55473 [  6750] By: jhi                                   on 2000/08/21  17:51:29
55474         Log: Unicos/mk requires elaborate paranoia.
55475      Branch: perl
55476            ! lib/Math/Complex.pm
55477 ____________________________________________________________________________
55478 [  6749] By: gsar                                  on 2000/08/21  16:53:31
55479         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
55480      Branch: perl
55481            ! lib/Cwd.pm
55482 ____________________________________________________________________________
55483 [  6748] By: gsar                                  on 2000/08/21  16:22:19
55484         Log: free TLS slot properly on Windows
55485      Branch: perl
55486            ! thread.h win32/perllib.c win32/win32thread.h
55487 ____________________________________________________________________________
55488 [  6747] By: jhi                                   on 2000/08/21  16:20:58
55489         Log: Rename the macro argument because some preprocessors
55490              can't tell the difference and expand arguments also inside
55491              double quoted strings.
55492      Branch: perl
55493            ! regcomp.c
55494 ____________________________________________________________________________
55495 [  6746] By: jhi                                   on 2000/08/21  16:09:41
55496         Log: Support long doubles in Storable.
55497              
55498              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
55499              From: Radu Greab <radu@netsoft.ro>
55500              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
55501              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
55502      Branch: perl
55503            ! ext/Storable/Storable.xs
55504 ____________________________________________________________________________
55505 [  6745] By: jhi                                   on 2000/08/21  15:51:40
55506         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
55507              From: "Fifer, Eric" <EFifer@sanwaint.com>
55508              Date: Mon, 21 Aug 2000 15:34:49 +0100
55509              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
55510      Branch: perl
55511            ! t/pragma/warn/9enabled
55512 ____________________________________________________________________________
55513 [  6744] By: jhi                                   on 2000/08/21  15:39:35
55514         Log: Document the endianness of Alpha more precisely.
55515      Branch: perl
55516            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
55517            ! pod/perlport.pod
55518 ____________________________________________________________________________
55519 [  6743] By: jhi                                   on 2000/08/21  14:47:05
55520         Log: perldelta fixes from the p5p crowd.
55521      Branch: perl
55522            ! pod/perldelta.pod pod/perlop.pod
55523 ____________________________________________________________________________
55524 [  6742] By: jhi                                   on 2000/08/21  13:34:51
55525         Log: Update to Pod::LaTeX 0.53.
55526              
55527              Subject: [PATCH] lib/Pod/LaTeX.pm updates
55528              From: Tim Jenness <timj@jach.hawaii.edu>
55529              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
55530              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
55531      Branch: perl
55532            ! lib/Pod/LaTeX.pm
55533 ____________________________________________________________________________
55534 [  6741] By: jhi                                   on 2000/08/21  13:33:01
55535         Log: Subject: [PATCH] os2.c fix for use64bitint
55536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55537              Date: Mon, 21 Aug 2000 01:32:25 -0700
55538              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
55539      Branch: perl
55540            ! os2/os2.c
55541 ____________________________________________________________________________
55542 [  6740] By: jhi                                   on 2000/08/21  13:28:52
55543         Log: Array context keeps slithering in.
55544              
55545              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
55546              From: Daniel Chetlin <daniel@chetlin.com>
55547              Date: Sun, 20 Aug 2000 21:40:25 -0700
55548              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
55549      Branch: perl
55550            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
55551            ! pod/perldebtut.pod
55552 ____________________________________________________________________________
55553 [  6739] By: jhi                                   on 2000/08/21  13:23:55
55554         Log: Big-endian quad fixes for Storable from Radu Greab,
55555              plus few explicit null casts for picky compilers.
55556      Branch: perl
55557            ! ext/Storable/Storable.xs
55558 ____________________________________________________________________________
55559 [  6738] By: gsar                                  on 2000/08/21  05:56:13
55560         Log: small tweaks for change#6705: avoid C++ style comments in C code;
55561              use Perl's malloc API rather than the low level system one
55562      Branch: perl
55563            ! win32/win32.c
55564 ____________________________________________________________________________
55565 [  6737] By: gsar                                  on 2000/08/21  05:35:41
55566         Log: add Storable to list of extensions on Windows
55567      Branch: perl
55568            ! win32/Makefile win32/makefile.mk
55569 ____________________________________________________________________________
55570 [  6736] By: jhi                                   on 2000/08/21  02:57:53
55571         Log: Update Changes.
55572      Branch: perl
55573            ! Changes patchlevel.h
55574 ____________________________________________________________________________
55575 [  6735] By: jhi                                   on 2000/08/21  02:57:20
55576         Log: Draft 0.
55577      Branch: perl
55578            ! pod/perldelta.pod
55579 ____________________________________________________________________________
55580 [  6734] By: jhi                                   on 2000/08/21  02:57:03
55581         Log: Add Storable 0.7.2 from Raphael Manfredi,
55582              plus the patch from
55583              
55584              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
55585              From: Radu Greab <radu@netsoft.ro>
55586              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
55587              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
55588              
55589              plus changes to get Storable to compile with
55590              picky ANSI compilers.
55591      Branch: perl
55592            + ext/Storable/ChangeLog ext/Storable/MANIFEST
55593            + ext/Storable/Makefile.PL ext/Storable/README
55594            + ext/Storable/Storable.pm ext/Storable/Storable.xs
55595            + ext/Storable/patchlevel.h t/lib/st-06compat.t
55596            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
55597            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
55598            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
55599            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
55600            + t/lib/st-tieditems.t
55601            ! MANIFEST
55602 ____________________________________________________________________________
55603 [  6733] By: jhi                                   on 2000/08/21  02:29:09
55604         Log: The correct cleaning order is an art.
55605      Branch: perl
55606            ! Makefile.SH
55607 ____________________________________________________________________________
55608 [  6732] By: jhi                                   on 2000/08/21  01:23:39
55609         Log: The #6724 is here.
55610      Branch: perl
55611            ! t/lib/ftmp-security.t
55612 ____________________________________________________________________________
55613 [  6731] By: jhi                                   on 2000/08/20  23:17:03
55614         Log: s/this one/the 5.6.0 release/
55615      Branch: perl
55616            ! pod/perl56delta.pod
55617 ____________________________________________________________________________
55618 [  6730] By: jhi                                   on 2000/08/20  23:07:34
55619         Log: Mention perlebcdic and perlposix-bc.
55620      Branch: perl
55621            ! pod/perlport.pod
55622 ____________________________________________________________________________
55623 [  6729] By: jhi                                   on 2000/08/20  21:32:59
55624         Log: Document the number of exponent digits.
55625      Branch: perl
55626            ! pod/perlfunc.pod
55627 ____________________________________________________________________________
55628 [  6728] By: jhi                                   on 2000/08/20  21:16:47
55629         Log: Use File::Spec->tmpdir().
55630              
55631              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
55632              From: Tim Jenness <timj@jach.hawaii.edu>
55633              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
55634              MIME-Version: 1.0
55635              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
55636      Branch: perl
55637            ! utils/perlbug.PL
55638 ____________________________________________________________________________
55639 [  6727] By: jhi                                   on 2000/08/20  20:43:32
55640         Log: Update Changes.
55641      Branch: perl
55642            ! Changes patchlevel.h
55643 ____________________________________________________________________________
55644 [  6726] By: jhi                                   on 2000/08/20  20:41:44
55645         Log: The veryclean target needs to clobber.
55646      Branch: perl
55647            ! Makefile.SH
55648 ____________________________________________________________________________
55649 [  6725] By: jhi                                   on 2000/08/20  20:37:38
55650         Log: Document odd vs even subreleases and -Dusedevel.
55651      Branch: perl
55652            ! INSTALL
55653 ____________________________________________________________________________
55654 [  6724] By: jhi                                   on 2000/08/20  19:58:05
55655         Log: Use temporary directory instead of current directory.
55656              
55657              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
55658              From: Tim Jenness <timj@jach.hawaii.edu>
55659              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
55660              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
55661      Branch: perl
55662            ! t/lib/ftmp-security.t
55663 ____________________________________________________________________________
55664 [  6723] By: jhi                                   on 2000/08/20  19:55:55
55665         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
55666              From: andreas.koenig@anima.de (Andreas J. Koenig)
55667              Date: 20 Aug 2000 15:52:03 +0200
55668              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
55669      Branch: perl
55670            ! lib/ExtUtils/MM_Unix.pm
55671 ____________________________________________________________________________
55672 [  6722] By: jhi                                   on 2000/08/20  19:46:01
55673         Log: Update to CGI 2.72, from Lincoln Stein.
55674      Branch: perl
55675            ! lib/CGI.pm
55676 ____________________________________________________________________________
55677 [  6721] By: jhi                                   on 2000/08/20  19:43:54
55678         Log: (Replaced by #8364.)
55679              
55680              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
55681              From: Radu Greab <radu@netsoft.ro>
55682              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
55683              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
55684      Branch: perl
55685            ! ext/GDBM_File/GDBM_File.xs
55686 ____________________________________________________________________________
55687 [  6720] By: jhi                                   on 2000/08/20  19:42:01
55688         Log: pp_open() could pass an uninitialized filename down to do_open9().
55689      Branch: perl
55690            ! pp_sys.c
55691 ____________________________________________________________________________
55692 [  6719] By: jhi                                   on 2000/08/20  14:06:41
55693         Log: UTF8 concat fixes.
55694              
55695              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
55696              From: Hugo <hv@crypt.compulink.co.uk>
55697              Date: Sun, 20 Aug 2000 07:30:46 +0100
55698              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
55699      Branch: perl
55700            ! pp_hot.c t/op/append.t
55701 ____________________________________________________________________________
55702 [  6718] By: jhi                                   on 2000/08/20  02:09:37
55703         Log: Let's try #6717 again.
55704      Branch: perl
55705            ! lib/File/Temp.pm
55706 ____________________________________________________________________________
55707 [  6717] By: jhi                                   on 2000/08/20  01:56:55
55708         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
55709              From: "Craig A. Berry" <craig.berry@metamorgs.com>
55710              Date: Sat, 19 Aug 2000 18:15:39 -0500
55711              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
55712      Branch: perl
55713            ! lib/File/Temp.pm
55714 ____________________________________________________________________________
55715 [  6716] By: jhi                                   on 2000/08/19  15:50:11
55716         Log: Update Changes.
55717      Branch: perl
55718            ! Changes patchlevel.h
55719 ____________________________________________________________________________
55720 [  6715] By: jhi                                   on 2000/08/19  15:39:09
55721         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
55722              From: Jonathan D Johnston <jdjohnston2@juno.com>
55723              Date: Thu, 17 Aug 2000 23:13:01 -0400       
55724              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
55725      Branch: perl
55726            ! pod/perlfunc.pod
55727 ____________________________________________________________________________
55728 [  6714] By: jhi                                   on 2000/08/19  15:34:04
55729         Log: Introduce a 'veryclean' target that is like 'distclean'
55730              but also removes *~ and *.orig.
55731      Branch: perl
55732            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
55733            ! utils/Makefile x2p/Makefile.SH
55734 ____________________________________________________________________________
55735 [  6713] By: jhi                                   on 2000/08/19  14:15:45
55736         Log: Put back the long double avoidance code to POSIX.xs
55737              because VMS seems to need it still.
55738      Branch: perl
55739            ! ext/POSIX/POSIX.xs
55740 ____________________________________________________________________________
55741 [  6712] By: jhi                                   on 2000/08/19  14:10:41
55742         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
55743              From: Peter Prymmer <pvhp@forte.com>
55744              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
55745              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
55746      Branch: perl
55747            ! lib/Pod/Find.pm t/pod/find.t
55748 ____________________________________________________________________________
55749 [  6711] By: jhi                                   on 2000/08/19  14:09:19
55750         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
55751              From: Peter Prymmer <pvhp@forte.com>
55752              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
55753              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
55754              cc: vmsperl@perl.org
55755      Branch: perl
55756            ! t/lib/peek.t
55757 ____________________________________________________________________________
55758 [  6710] By: jhi                                   on 2000/08/19  14:08:01
55759         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
55760              From: Jan Dubois <jand@ActiveState.com>
55761              Date: Fri, 18 Aug 2000 16:31:48 -0700
55762              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
55763      Branch: perl
55764            ! win32/win32.c
55765 ____________________________________________________________________________
55766 [  6709] By: jhi                                   on 2000/08/19  14:06:57
55767         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
55768              
55769              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
55770              From: Spider.Boardman@Orb.Nashua.NH.US
55771              Date: Fri, 18 Aug 2000 18:41:14 -0400
55772              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
55773      Branch: perl
55774            ! regcomp.c
55775 ____________________________________________________________________________
55776 [  6708] By: jhi                                   on 2000/08/18  22:04:49
55777         Log: Update Changes.
55778      Branch: perl
55779            ! Changes patchlevel.h
55780 ____________________________________________________________________________
55781 [  6707] By: jhi                                   on 2000/08/18  21:55:14
55782         Log: Add warnif(), check warnings further up the stack,
55783              all the warnings functions now can take an optional object reference.
55784              
55785              Subject: [PATCH bleedperl@6691] warnings pragma update
55786              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
55787              Date: Fri, 18 Aug 2000 22:42:06 +0100
55788              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
55789      Branch: perl
55790            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
55791            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
55792            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
55793 ____________________________________________________________________________
55794 [  6706] By: jhi                                   on 2000/08/18  21:41:45
55795         Log: Typo in pp_complement().
55796              
55797              Subject: [PATCH perl-current] Deparse
55798              From: Peter Scott <Peter@PSDT.com>
55799              Date: Fri, 18 Aug 2000 12:44:37 -0700
55800              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
55801      Branch: perl
55802            ! ext/B/B/Deparse.pm
55803 ____________________________________________________________________________
55804 [  6705] By: jhi                                   on 2000/08/18  21:25:59
55805         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
55806              From: Jan Dubois <jand@ActiveState.com>
55807              Date: Fri, 18 Aug 2000 14:22:51 -0700
55808              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
55809      Branch: perl
55810            ! lib/Win32.pod win32/win32.c
55811 ____________________________________________________________________________
55812 [  6704] By: jhi                                   on 2000/08/18  21:16:14
55813         Log: Don't eat leading os from index entries.
55814              
55815              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
55816              From: Russ Allbery <rra@stanford.edu>
55817              Date: 10 Aug 2000 20:49:25 -0700
55818              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
55819      Branch: perl
55820            ! lib/Pod/Man.pm
55821 ____________________________________________________________________________
55822 [  6703] By: jhi                                   on 2000/08/18  21:07:06
55823         Log: Add [[:blank:]] as suggested in
55824              
55825              Subject: [ID 20000716.024] [=cc=] / [:blank:]
55826              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
55827              Date: Sun, 16 Jul 2000 17:55:29 -0700
55828              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
55829              
55830              (the [=cc=] has already been taken care of by #6439
55831              so the whole bug report can be closed)
55832              
55833              and make [[:space:]] to be equivalent to isspace(3)
55834              (as opposed to \s, which is isSPACE()).  The difference
55835              is that now [[:space:]] matches the mythical vertical tab,
55836              while \s doesn't.
55837      Branch: perl
55838            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
55839            ! regexec.c t/op/pat.t
55840 ____________________________________________________________________________
55841 [  6702] By: jhi                                   on 2000/08/18  18:47:47
55842         Log: The new tests were missing from #6415.
55843      Branch: perl
55844            ! t/op/bop.t
55845 ____________________________________________________________________________
55846 [  6701] By: jhi                                   on 2000/08/18  18:20:40
55847         Log: Document the NDBM_File and ODBM_File as SDBM_File
55848              was documented in #6417.
55849      Branch: perl
55850            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
55851            ! ext/SDBM_File/SDBM_File.pm
55852 ____________________________________________________________________________
55853 [  6700] By: jhi                                   on 2000/08/18  18:10:39
55854         Log: Subject: [PATCH perl@6698] cygwin port
55855              From: "Fifer, Eric" <EFifer@sanwaint.com>
55856              Date: Fri, 18 Aug 2000 17:30:05 +0100
55857              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
55858      Branch: perl
55859            ! lib/File/Temp.pm
55860 ____________________________________________________________________________
55861 [  6699] By: jhi                                   on 2000/08/18  16:21:49
55862         Log: Document code point which makes if (defined %stash::) to work
55863              (noted by Spider Boardman).
55864      Branch: perl
55865            ! op.c
55866 ____________________________________________________________________________
55867 [  6698] By: jhi                                   on 2000/08/18  13:43:27
55868         Log: Update Changes.
55869      Branch: perl
55870            ! Changes patchlevel.h
55871 ____________________________________________________________________________
55872 [  6697] By: jhi                                   on 2000/08/18  13:35:57
55873         Log: Tiny Getopt::Long patch from Johan Vromans.
55874      Branch: perl
55875            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
55876 ____________________________________________________________________________
55877 [  6696] By: jhi                                   on 2000/08/18  13:26:14
55878         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
55879              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
55880              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
55881              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
55882      Branch: perl
55883            ! pod/perldiag.pod pod/perlsyn.pod
55884 ____________________________________________________________________________
55885 [  6695] By: jhi                                   on 2000/08/18  13:13:26
55886         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
55887              From: Daniel Chetlin <daniel@chetlin.com>
55888              Date: Fri, 18 Aug 2000 03:13:36 -0700
55889              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
55890      Branch: perl
55891            ! pod/perlfunc.pod
55892 ____________________________________________________________________________
55893 [  6694] By: jhi                                   on 2000/08/18  13:08:05
55894         Log: Subject: [PATCH] perltrap.pod spring cleaning
55895              From: Daniel Chetlin <daniel@chetlin.com>
55896              Date: Fri, 18 Aug 2000 03:06:54 -0700
55897              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
55898              
55899              plus Mike Guy's nitfix.
55900      Branch: perl
55901            ! pod/perltrap.pod
55902 ____________________________________________________________________________
55903 [  6693] By: jhi                                   on 2000/08/18  13:00:26
55904         Log: Unbuffer the output.
55905              
55906              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
55907              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55908              Date: Thu, 17 Aug 2000 18:39:29 -0700
55909              Message-ID: <RPJn5gzkgydf092yn@efn.org>
55910      Branch: perl
55911            ! t/op/fork.t
55912 ____________________________________________________________________________
55913 [  6692] By: jhi                                   on 2000/08/18  05:19:17
55914         Log: Delete the image, too, not just its MANIFEStation.
55915      Branch: perl
55916            - lib/CGI/eg/wilogo.gif
55917 ____________________________________________________________________________
55918 [  6691] By: jhi                                   on 2000/08/18  05:10:26
55919         Log: Propagate new Configure vars.
55920      Branch: perl
55921            ! configure.com epoc/config.sh uconfig.h uconfig.sh
55922            ! vos/config.def vos/config.h vos/config_h.SH_orig
55923            ! win32/config.bc win32/config.gc win32/config.vc
55924            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55925 ____________________________________________________________________________
55926 [  6690] By: jhi                                   on 2000/08/18  04:30:56
55927         Log: Update Changes.
55928      Branch: perl
55929            ! Changes patchlevel.h
55930 ____________________________________________________________________________
55931 [  6689] By: jhi                                   on 2000/08/18  04:12:30
55932         Log: Fix the lib/complex failure of
55933              
55934              From: abigail@foad.org
55935              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55936              Date: 15 Aug 2000 04:06:38 -0000
55937              Message-Id: <20000815040638.8524.qmail@foad.org> 
55938              
55939              Linux long double accuracy issue: something that
55940              when printed with %g looks like "2" but int() of it is 1.
55941      Branch: perl
55942            ! lib/Math/Complex.pm
55943 ____________________________________________________________________________
55944 [  6688] By: jhi                                   on 2000/08/18  03:15:35
55945         Log: The byteorder code in #6671 was wrong.
55946      Branch: perl
55947            ! configpm
55948 ____________________________________________________________________________
55949 [  6687] By: jhi                                   on 2000/08/18  02:08:42
55950         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
55951              From: Jan Dubois <jand@ActiveState.com>
55952              Date: Thu, 17 Aug 2000 18:31:55 -0700
55953              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
55954      Branch: perl
55955            ! sv.c
55956 ____________________________________________________________________________
55957 [  6686] By: jhi                                   on 2000/08/18  02:04:15
55958         Log: Use NVs in POSIX math, not doubles.
55959              
55960              From: abigail@foad.org
55961              Subject: [ID 20000817.014] POSIX & modfl
55962              Date: 17 Aug 2000 20:49:18 -0000
55963              Message-Id: <20000817204918.23123.qmail@foad.org>
55964      Branch: perl
55965            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
55966 ____________________________________________________________________________
55967 [  6685] By: jhi                                   on 2000/08/18  02:02:12
55968         Log: Introduce NVef, NVff, and NVgf, use the middle one.
55969              (helps for lib/peek + Linux + long doubles)  Reported in
55970              
55971              From: abigail@foad.org
55972              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
55973              Date: 15 Aug 2000 04:06:38 -0000
55974              Message-Id: <20000815040638.8524.qmail@foad.org> 
55975              
55976              (note: the lib/complex failure has not yet been addressed)
55977      Branch: metaconfig/U/perl
55978            ! perlxvf.U
55979      Branch: perl
55980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55981            ! config_h.SH dump.c perl.h pod/perlguts.pod
55982 ____________________________________________________________________________
55983 [  6684] By: jhi                                   on 2000/08/17  23:22:19
55984         Log: Add byteorder to the myconfig output.
55985      Branch: perl
55986            ! myconfig.SH
55987 ____________________________________________________________________________
55988 [  6683] By: jhi                                   on 2000/08/17  23:20:19
55989         Log: The image doth not exist, spotted by Johan Vromans.
55990      Branch: perl
55991            ! MANIFEST
55992 ____________________________________________________________________________
55993 [  6682] By: jhi                                   on 2000/08/17  22:38:16
55994         Log: Document what the backtick returns if the command fails.
55995      Branch: perl
55996            ! pod/perlop.pod
55997 ____________________________________________________________________________
55998 [  6681] By: jhi                                   on 2000/08/17  22:33:12
55999         Log: Do not use prototyping here.
56000              
56001              Subject: [ID 20000817.016] [PATCH] Peek.xs
56002              From: abigail@foad.org
56003              Date: 17 Aug 2000 20:55:56 -0000
56004              Message-Id: <20000817205556.24270.qmail@foad.org>
56005      Branch: perl
56006            ! ext/Devel/Peek/Makefile.PL
56007 ____________________________________________________________________________
56008 [  6680] By: jhi                                   on 2000/08/17  19:46:43
56009         Log: Don't propose using modules built for 5.005 if no binary
56010              compatibility with 5.005 is attempted.
56011              
56012              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56013              Subject: Minor nit with 5.7.0 (6655)
56014              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
56015              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
56016      Branch: metaconfig
56017            ! U/installdirs/inc_version_list.U
56018      Branch: perl
56019            ! Configure config_h.SH
56020 ____________________________________________________________________________
56021 [  6679] By: jhi                                   on 2000/08/17  19:16:39
56022         Log: Microperl config update.
56023      Branch: perl
56024            ! uconfig.h uconfig.sh
56025 ____________________________________________________________________________
56026 [  6678] By: jhi                                   on 2000/08/17  19:16:13
56027         Log: The #6648 wasn't protective enough for limited platforms
56028              (like microperl).
56029      Branch: perl
56030            ! dump.c sv.c
56031 ____________________________________________________________________________
56032 [  6677] By: jhi                                   on 2000/08/17  14:46:35
56033         Log: Update Changes.
56034      Branch: perl
56035            ! Changes patchlevel.h
56036 ____________________________________________________________________________
56037 [  6676] By: jhi                                   on 2000/08/17  14:44:02
56038         Log: Add perlebcdic from Peter Prymmer, regen toc.
56039      Branch: perl
56040            + pod/perlebcdic.pod
56041            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56042 ____________________________________________________________________________
56043 [  6675] By: jhi                                   on 2000/08/17  14:41:52
56044         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
56045      Branch: perl
56046            ! pod/perldebtut.pod
56047 ____________________________________________________________________________
56048 [  6674] By: jhi                                   on 2000/08/17  14:29:43
56049         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
56050              
56051              Subject: [ID 20000724.006] -DLEAKTEST problem
56052              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
56053              Date: Tue, 25 Jul 2000 00:36:32 -0500
56054              Message-Id: <20000725003632.A26186@www.llamacom.com>
56055              
56056              Reminder sent
56057              
56058              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
56059              From: Hugo <hv@crypt.compulink.co.uk>
56060              Date: Thu, 17 Aug 2000 15:23:42 +0100
56061              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
56062      Branch: perl
56063            ! util.c
56064 ____________________________________________________________________________
56065 [  6673] By: jhi                                   on 2000/08/17  04:07:10
56066         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
56067              From: John Peacock <JPeacock@UnivPress.com>
56068              Date: Tue, 01 Aug 2000 09:38:12 -0400
56069              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
56070      Branch: perl
56071            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
56072 ____________________________________________________________________________
56073 [  6672] By: jhi                                   on 2000/08/17  03:04:35
56074         Log: Subject: [PATCH] Cwd.pm now uses strict
56075              From: Tim Jenness <timj@jach.hawaii.edu>
56076              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
56077              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
56078      Branch: perl
56079            ! lib/Cwd.pm
56080 ____________________________________________________________________________
56081 [  6671] By: jhi                                   on 2000/08/17  02:16:35
56082         Log: Make $Config{byteorder} more magical so that it is
56083              dynamically computed: nice for 'fat binaries'.
56084              
56085              Subject: [PATCH]: default byteorder
56086              From: Wilfredo Sánchez <wsanchez@apple.com>
56087              Date: Mon, 31 Jul 2000 19:45:31 -0700
56088              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
56089      Branch: perl
56090            ! configpm
56091 ____________________________________________________________________________
56092 [  6670] By: gsar                                  on 2000/08/17  01:22:21
56093         Log: move WNOHANG definition to where other such things are
56094      Branch: perl
56095            ! win32/win32.h
56096 ____________________________________________________________________________
56097 [  6669] By: jhi                                   on 2000/08/17  01:19:17
56098         Log: Update Changes.
56099      Branch: perl
56100            ! Changes patchlevel.h
56101 ____________________________________________________________________________
56102 [  6668] By: jhi                                   on 2000/08/17  01:16:29
56103         Log: Doc nits spotted by Richard Soderberg.
56104      Branch: perl
56105            ! README.posix-bc README.vmesa
56106 ____________________________________________________________________________
56107 [  6667] By: jhi                                   on 2000/08/17  01:12:11
56108         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
56109              From: "Casey R. Tweten" <crt@kiski.net>
56110              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
56111              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
56112      Branch: perl
56113            ! pod/perldebtut.pod
56114 ____________________________________________________________________________
56115 [  6666] By: jhi                                   on 2000/08/17  01:09:31
56116         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
56117              From: "Casey R. Tweten" <crt@kiski.net>
56118              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
56119              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
56120      Branch: perl
56121            ! lib/Shell.pm
56122 ____________________________________________________________________________
56123 [  6665] By: gsar                                  on 2000/08/17  01:03:52
56124         Log: add "ok" targets from change#6632 in makefile.mk
56125      Branch: perl
56126            ! pod/perlport.pod win32/Makefile win32/makefile.mk
56127 ____________________________________________________________________________
56128 [  6664] By: gsar                                  on 2000/08/17  00:56:11
56129         Log: avoid warnings from dense compiler
56130      Branch: perl
56131            ! win32/win32.c
56132 ____________________________________________________________________________
56133 [  6663] By: jhi                                   on 2000/08/17  00:51:49
56134         Log: Tweak the regex compilation errors once more.
56135      Branch: perl
56136            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
56137            ! t/op/regmesg.t t/pragma/warn/regcomp
56138 ____________________________________________________________________________
56139 [  6662] By: gsar                                  on 2000/08/17  00:28:19
56140         Log: trailing new %ENV entries weren't being pushed into the real
56141              environment of subprocesses on Windows
56142      Branch: perl
56143            ! t/op/magic.t win32/perlhost.h
56144 ____________________________________________________________________________
56145 [  6661] By: gsar                                  on 2000/08/17  00:19:20
56146         Log: waitpid() now handles externally spawned pids correctly;
56147              fixes for backtick/wait/waitpid failures on Windows 9x
56148              
56149              these changes make the pid returned by process functions on
56150              Windows 9x always positive by clearing the high bit (which
56151              is always set on Win9x); pseudo-process PIDs are likewise
56152              always negative now on Win9x (just as on NT/2000)
56153      Branch: perl
56154            ! pp_sys.c win32/perlhost.h win32/win32.c
56155 ____________________________________________________________________________
56156 [  6660] By: jhi                                   on 2000/08/17  00:04:32
56157         Log: Retract #6645.
56158      Branch: perl
56159            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56160            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
56161            ! t/op/sprintf.t
56162 ____________________________________________________________________________
56163 [  6659] By: gsar                                  on 2000/08/16  23:59:28
56164         Log: on windows, the return values from wait() and waitpid() don't
56165              match those of pseudo-pids
56166      Branch: perl
56167            ! pp_sys.c t/op/fork.t util.c win32/win32.c
56168 ____________________________________________________________________________
56169 [  6658] By: gsar                                  on 2000/08/16  23:56:14
56170         Log: pod nit seen in passing
56171      Branch: perl
56172            ! pod/perlfunc.pod
56173 ____________________________________________________________________________
56174 [  6657] By: gsar                                  on 2000/08/16  23:53:42
56175         Log: change#6328 could make close(SOCKET) return false on windows
56176              when it shouldn't
56177      Branch: perl
56178            ! win32/win32sck.c
56179 ____________________________________________________________________________
56180 [  6656] By: gsar                                  on 2000/08/16  23:46:57
56181         Log: check that the number pseudo children doesn't exceed
56182              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
56183              the WaitForMultipleObjects() limit that would cause wait()
56184              to crash)
56185              
56186              wait() and waitpid() could potentially be rewritten to use
56187              more than one thread to do the waiting to eliminate this
56188              limitation
56189      Branch: perl
56190            ! win32/perlhost.h
56191 ____________________________________________________________________________
56192 [  6655] By: jhi                                   on 2000/08/16  14:11:05
56193         Log: Update Changes.
56194      Branch: perl
56195            ! Changes patchlevel.h
56196 ____________________________________________________________________________
56197 [  6654] By: jhi                                   on 2000/08/16  14:10:12
56198         Log: Update to perldebtut 1.9, from Richard Foley.
56199      Branch: perl
56200            ! pod/perldebtut.pod
56201 ____________________________________________________________________________
56202 [  6653] By: jhi                                   on 2000/08/16  14:08:17
56203         Log: Change the regx compilation error markers to use = instead of <
56204              since pod makes using the latter quite messy.  Reported in
56205              ID 20000814.006 by Abigail and in
56206              Subject: Unknown escape E<> ?
56207              From: Lupe Christoph <lupe@lupe-christoph.de>
56208              Date: Fri, 11 Aug 2000 00:30:27 +0200
56209              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
56210      Branch: perl
56211            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
56212            ! t/op/regmesg.t t/pragma/warn/regcomp
56213 ____________________________________________________________________________
56214 [  6652] By: jhi                                   on 2000/08/16  13:25:31
56215         Log: Change the perlbug address to perl.org since it's more forgiving.
56216              
56217              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
56218              From: abigail@foad.org
56219              Date: 15 Aug 2000 04:15:40 -0000
56220              Message-Id: <20000815041540.8633.qmail@foad.org>
56221      Branch: perl
56222            ! utils/perlbug.PL
56223 ____________________________________________________________________________
56224 [  6651] By: jhi                                   on 2000/08/16  13:22:35
56225         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
56226              From: Tim Jenness <timj@jach.hawaii.edu>
56227              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
56228              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
56229      Branch: perl
56230            ! lib/Cwd.pm
56231 ____________________________________________________________________________
56232 [  6650] By: jhi                                   on 2000/08/16  13:18:13
56233         Log: Update to CPAN 1.57.
56234              
56235              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
56236              From: andreas.koenig@anima.de (Andreas J. Koenig)
56237              Date: 16 Aug 2000 15:09:46 +0200
56238              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
56239      Branch: perl
56240            ! lib/CPAN.pm
56241 ____________________________________________________________________________
56242 [  6649] By: jhi                                   on 2000/08/16  13:12:31
56243         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
56244              From: "Larry W. Virden" <lvirden@cas.org>
56245              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
56246              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
56247      Branch: perl
56248            ! README.hpux
56249 ____________________________________________________________________________
56250 [  6648] By: jhi                                   on 2000/08/16  13:03:53
56251         Log: The numeric locale was reset to "C" by s?printf and never restored.
56252              
56253              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
56254              From: Christian Kirsch <ck@held.mind.de>
56255              Date: Wed, 9 Aug 2000 17:05:17 +0200
56256              Message-Id: <20000809170517.A25389@held>
56257              
56258              No test since adding the failing example to locale.t
56259              does not fail -- probably because the locale settings are so
56260              thoroughly tweaked by that time.  Running the example standalone
56261              does fail, though.  UPDATE: test case added at change #7540.
56262      Branch: perl
56263            ! dump.c perl.h pp.c pp_ctl.c sv.c
56264 ____________________________________________________________________________
56265 [  6647] By: jhi                                   on 2000/08/16  00:07:54
56266         Log: Update Changes and test semi-automatic patchlevel updating.
56267      Branch: perl
56268            ! Changes patchlevel.h
56269 ____________________________________________________________________________
56270 [  6646] By: jhi                                   on 2000/08/15  23:35:07
56271         Log: Fix a dependency problem.
56272              
56273              Subject: [PATCH: 6640] VMS Makefile.SH update
56274              From: Peter Prymmer <pvhp@forte.com>
56275              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
56276              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
56277      Branch: perl
56278            ! vms/descrip_mms.template
56279 ____________________________________________________________________________
56280 [  6645] By: jhi                                   on 2000/08/15  23:33:23
56281         Log: (Retracted by #6660)
56282              
56283              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
56284              From: Dominic Dunlop <domo@computer.org>
56285              Date: Tue, 15 Aug 2000 22:20:52 +0200
56286              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
56287      Branch: metaconfig/U/perl
56288            + d_printfed.U
56289      Branch: perl
56290            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56291            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
56292            ! t/op/sprintf.t
56293 ____________________________________________________________________________
56294 [  6644] By: jhi                                   on 2000/08/15  21:17:20
56295         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
56296              From: abigail@foad.org
56297              Date: 15 Aug 2000 20:12:41 -0000
56298              Message-Id: <20000815201241.25556.qmail@foad.org>
56299      Branch: perl
56300            ! INSTALL
56301 ____________________________________________________________________________
56302 [  6643] By: jhi                                   on 2000/08/15  21:15:28
56303         Log: (an already applied patch)
56304      Branch: perl
56305            ! lib/CGI.pm
56306 ____________________________________________________________________________
56307 [  6642] By: gsar                                  on 2000/08/15  19:54:05
56308         Log: magic callbacks all need to have same type signature
56309      Branch: perl
56310            ! embed.pl mg.c proto.h
56311 ____________________________________________________________________________
56312 [  6641] By: jhi                                   on 2000/08/15  17:56:27
56313         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)
56314              From: Mike Guy <mjtg@cam.ac.uk>
56315              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
56316              Date: Tue, 15 Aug 2000 18:26:45 +0100
56317              
56318              Only the peek.t part applied, not the hash quality part.
56319      Branch: perl
56320            ! t/lib/peek.t
56321 ____________________________________________________________________________
56322 [  6640] By: jhi                                   on 2000/08/15  16:37:37
56323         Log: Update Changes.
56324      Branch: perl
56325            ! Changes
56326 ____________________________________________________________________________
56327 [  6639] By: jhi                                   on 2000/08/15  16:34:55
56328         Log: Missed a file from #6638.
56329      Branch: perl
56330            ! lib/File/Temp.pm
56331 ____________________________________________________________________________
56332 [  6638] By: jhi                                   on 2000/08/15  16:33:19
56333         Log: Subject: [PATCH perl@6620] cygwin port
56334              From: "Fifer, Eric" <EFifer@sanwaint.com>
56335              Date: Tue, 15 Aug 2000 17:00:49 +0100
56336              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
56337      Branch: perl
56338            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
56339 ____________________________________________________________________________
56340 [  6637] By: jhi                                   on 2000/08/15  16:29:22
56341         Log: Subject: [PATCH] debugger exit code should reflect user exit code
56342              From: Mike Guy <mjtg@cam.ac.uk>
56343              Date: Tue, 15 Aug 2000 16:55:59 +0100
56344              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
56345      Branch: perl
56346            ! lib/perl5db.pl
56347 ____________________________________________________________________________
56348 [  6636] By: jhi                                   on 2000/08/15  15:30:58
56349         Log: Update Changes.
56350      Branch: perl
56351            ! Changes
56352 ____________________________________________________________________________
56353 [  6635] By: jhi                                   on 2000/08/15  15:27:21
56354         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
56355      Branch: metaconfig
56356            ! U/mkglossary U/mksample
56357      Branch: metaconfig/U/perl
56358            ! Devel.U
56359      Branch: perl
56360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56361 ____________________________________________________________________________
56362 [  6634] By: jhi                                   on 2000/08/15  14:11:55
56363         Log: Don't blow limited stacks, a lower number is enough to
56364              tickle the lookbehind limit.
56365              
56366              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
56367              From: Dominic Dunlop <domo@computer.org>
56368              Date: Tue, 15 Aug 2000 13:51:24 +0200
56369              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
56370      Branch: perl
56371            ! t/op/regmesg.t
56372 ____________________________________________________________________________
56373 [  6633] By: jhi                                   on 2000/08/15  14:01:46
56374         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
56375              From: Mike Guy <mjtg@cam.ac.uk>
56376              Date: Tue, 15 Aug 2000 12:10:50 +0100
56377              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
56378      Branch: perl
56379            ! utils/perldoc.PL
56380 ____________________________________________________________________________
56381 [  6632] By: jhi                                   on 2000/08/15  13:58:48
56382         Log: make ok etc also for win32.
56383              
56384              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
56385              From: Prymmer/Kahn <pvhp@best.com>
56386              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
56387              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
56388      Branch: perl
56389            ! win32/Makefile
56390 ____________________________________________________________________________
56391 [  6631] By: jhi                                   on 2000/08/15  13:45:03
56392         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
56393      Branch: perl
56394            ! lib/Test.pm
56395 ____________________________________________________________________________
56396 [  6630] By: jhi                                   on 2000/08/15  03:25:09
56397         Log: Update Changes.
56398      Branch: perl
56399            ! Changes
56400 ____________________________________________________________________________
56401 [  6629] By: jhi                                   on 2000/08/15  03:23:53
56402         Log: magic_regdatum_set() is void, not int.
56403      Branch: perl
56404            ! embed.pl mg.c proto.h
56405 ____________________________________________________________________________
56406 [  6628] By: jhi                                   on 2000/08/15  03:08:02
56407         Log: Make the user to give up his firstborn, err, to knowingly
56408              verify installing an unstable developer release.  Also bump
56409              the release to 5.7.0, but leave a patch tag in the local
56410              patches saying that this is not yet the real thing.
56411      Branch: metaconfig
56412            ! U/modified/Instruct.U
56413      Branch: metaconfig/U/perl
56414            + Devel.U
56415      Branch: perl
56416            ! Configure patchlevel.h
56417 ____________________________________________________________________________
56418 [  6627] By: jhi                                   on 2000/08/14  22:32:52
56419         Log: README.os2 update.
56420              
56421              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
56422              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56423              Date: Wed, 02 Aug 2000 21:55:09 -0700
56424              Message-ID: <tsPi5gzkgegX092yn@efn.org>
56425      Branch: perl
56426            ! README.os2
56427 ____________________________________________________________________________
56428 [  6626] By: jhi                                   on 2000/08/14  21:00:02
56429         Log: Subject: Re: File::Temp problems on VMS in bleedperl
56430              From: Tim Jenness <timj@jach.hawaii.edu>
56431              cc: vmsperl@perl.org
56432              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
56433              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
56434      Branch: perl
56435            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
56436 ____________________________________________________________________________
56437 [  6625] By: jhi                                   on 2000/08/14  20:52:16
56438         Log: Add SUIDMAIL as was done for the CERT alert.
56439      Branch: perl
56440            ! patchlevel.h
56441 ____________________________________________________________________________
56442 [  6624] By: jhi                                   on 2000/08/14  20:48:50
56443         Log: Subject: sfio2000
56444              From: Daniel Muino <dmuino@afip.gov.ar>
56445              Date: Mon, 14 Aug 2000 16:58:11 -0300
56446              Message-ID: <20000814165811.B16368@con2-dgi>
56447      Branch: perl
56448            ! perlsdio.h perlsfio.h
56449 ____________________________________________________________________________
56450 [  6623] By: jhi                                   on 2000/08/14  20:47:36
56451         Log: Subject: warning: storage class after type is obsolescent
56452              From: Daniel Muino <dmuino@afip.gov.ar>
56453              Date: Mon, 14 Aug 2000 16:42:47 -0300
56454              Message-ID: <20000814164247.A16368@con2-dgi>
56455      Branch: perl
56456            ! regcomp.pl regnodes.h
56457 ____________________________________________________________________________
56458 [  6622] By: jhi                                   on 2000/08/14  20:43:05
56459         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
56460              From: abigail@foad.org
56461              Date: 14 Aug 2000 20:00:10 -0000
56462              Message-Id: <20000814200010.27271.qmail@foad.org>
56463      Branch: perl
56464            ! Changes
56465 ____________________________________________________________________________
56466 [  6621] By: jhi                                   on 2000/08/14  15:23:05
56467         Log: Update Changes.
56468      Branch: perl
56469            ! Changes
56470 ____________________________________________________________________________
56471 [  6620] By: jhi                                   on 2000/08/14  15:22:14
56472         Log: Subject: Re: [PATCH] @+, @- readonly
56473              From: Mike Guy <mjtg@cam.ac.uk>
56474              Date: Mon, 14 Aug 2000 15:26:55 +0100
56475              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
56476      Branch: perl
56477            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
56478            ! sv.c t/op/pat.t
56479 ____________________________________________________________________________
56480 [  6619] By: jhi                                   on 2000/08/14  14:12:08
56481         Log: Update Changes.
56482      Branch: perl
56483            ! Changes
56484 ____________________________________________________________________________
56485 [  6618] By: jhi                                   on 2000/08/14  14:09:34
56486         Log: For now remove the mail code.
56487      Branch: perl
56488            ! perl.c
56489 ____________________________________________________________________________
56490 [  6617] By: jhi                                   on 2000/08/14  14:08:28
56491         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
56492      Branch: perl
56493            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
56494            ! pod/perlfaq8.pod pod/perlsec.pod
56495 ____________________________________________________________________________
56496 [  6616] By: jhi                                   on 2000/08/14  14:00:11
56497         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56498              From: Mike Guy <mjtg@cam.ac.uk>
56499              Date: Mon, 14 Aug 2000 08:26:02 +0100
56500              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
56501      Branch: perl
56502            ! lib/perl5db.pl
56503 ____________________________________________________________________________
56504 [  6615] By: jhi                                   on 2000/08/14  13:58:45
56505         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
56506              From: Mike Guy <mjtg@cam.ac.uk>
56507              Date: Mon, 14 Aug 2000 08:04:22 +0100
56508              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
56509      Branch: perl
56510            ! gv.c mg.c t/op/pat.t
56511 ____________________________________________________________________________
56512 [  6614] By: jhi                                   on 2000/08/14  13:56:45
56513         Log: Subject: Test fails / warnings with perl-current #6612
56514              From: Mike Guy <mjtg@cam.ac.uk>
56515              Date: Mon, 14 Aug 2000 07:57:23 +0100
56516              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
56517      Branch: perl
56518            ! t/lib/b.t t/lib/peek.t
56519 ____________________________________________________________________________
56520 [  6613] By: jhi                                   on 2000/08/14  13:45:33
56521         Log: VMS configure.com update continues.
56522      Branch: perl
56523            - vms/configure.com
56524            ! MANIFEST configure.com
56525 ____________________________________________________________________________
56526 [  6612] By: jhi                                   on 2000/08/13  22:13:35
56527         Log: Update Changes.
56528      Branch: perl
56529            ! Changes
56530 ____________________________________________________________________________
56531 [  6611] By: jhi                                   on 2000/08/13  16:21:45
56532         Log: Upgrade to CGI 2.71, from Lincoln Stein.
56533      Branch: perl
56534            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
56535 ____________________________________________________________________________
56536 [  6610] By: jhi                                   on 2000/08/13  15:09:16
56537         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
56538              From: Mike Guy <mjtg@cam.ac.uk>
56539              Date: Sun, 13 Aug 2000 13:45:51 +0100
56540              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
56541      Branch: perl
56542            ! t/op/regmesg.t
56543 ____________________________________________________________________________
56544 [  6609] By: jhi                                   on 2000/08/13  14:31:26
56545         Log: Andreas says that 1.56 is fine, so reverting back to it.
56546      Branch: perl
56547            ! lib/CPAN.pm
56548 ____________________________________________________________________________
56549 [  6608] By: jhi                                   on 2000/08/13  05:34:20
56550         Log: Update Changes.
56551      Branch: perl
56552            ! Changes
56553 ____________________________________________________________________________
56554 [  6607] By: jhi                                   on 2000/08/13  05:32:01
56555         Log: Put back the \z changes of #5406 to CPAN.pm.
56556      Branch: perl
56557            ! lib/CPAN.pm
56558 ____________________________________________________________________________
56559 [  6606] By: jhi                                   on 2000/08/13  05:20:16
56560         Log: Fix-n-skip the tests under 5005threads.
56561      Branch: perl
56562            ! t/lib/b.t
56563 ____________________________________________________________________________
56564 [  6605] By: jhi                                   on 2000/08/13  05:07:48
56565         Log: Fix the test for 5005threads.
56566      Branch: perl
56567            ! t/lib/peek.t
56568 ____________________________________________________________________________
56569 [  6604] By: jhi                                   on 2000/08/13  03:35:37
56570         Log: Should have deleted this in #6603.
56571      Branch: perl
56572            - vms/subconfigure.com
56573 ____________________________________________________________________________
56574 [  6603] By: jhi                                   on 2000/08/12  18:29:32
56575         Log: Rewrite of vms/subconfigure.com as configure.com,
56576              from Peter Prymmer and the vmsperl crew.
56577      Branch: perl
56578            + vms/configure.com
56579            ! MANIFEST
56580 ____________________________________________________________________________
56581 [  6602] By: jhi                                   on 2000/08/11  13:00:01
56582         Log: PlainText.pm is dead.
56583      Branch: perl
56584            - lib/Pod/PlainText.pm
56585            ! MANIFEST
56586 ____________________________________________________________________________
56587 [  6601] By: jhi                                   on 2000/08/11  04:06:45
56588         Log: Update Changes.
56589      Branch: perl
56590            ! Changes
56591 ____________________________________________________________________________
56592 [  6600] By: jhi                                   on 2000/08/11  04:06:10
56593         Log: Add a few missing files, update MANIFEST.
56594      Branch: perl
56595            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
56596            + lib/Pod/PlainText.pm t/pod/find.t
56597            ! MANIFEST t/op/regmesg.t
56598 ____________________________________________________________________________
56599 [  6599] By: jhi                                   on 2000/08/11  03:31:10
56600         Log: Add Perl debugging tutorial, regen toc. 
56601              
56602              Subject: perldebtut.pod
56603              From: Richard Foley <Richard.Foley@m.dasa.de>
56604              Date: Wed, 09 Aug 2000 10:17:15 +0200
56605              Message-id: <3991138B.262247B8@m.dasa.de>
56606      Branch: perl
56607            + pod/perldebtut.pod
56608            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56609 ____________________________________________________________________________
56610 [  6598] By: jhi                                   on 2000/08/11  02:48:56
56611         Log: tiny Changes edit
56612      Branch: perl
56613            ! Changes
56614 ____________________________________________________________________________
56615 [  6597] By: jhi                                   on 2000/08/11  02:39:04
56616         Log: Tests for #6589.
56617              
56618              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56619              From: simon@brecon.co.uk (Simon Cozens)
56620              Date: 11 Aug 2000 02:24:52 GMT
56621              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
56622      Branch: perl
56623            ! t/lib/b.t
56624 ____________________________________________________________________________
56625 [  6596] By: jhi                                   on 2000/08/11  01:50:07
56626         Log: Update Changes.
56627      Branch: perl
56628            ! Changes
56629 ____________________________________________________________________________
56630 [  6595] By: jhi                                   on 2000/08/11  01:47:16
56631         Log: nitfix
56632      Branch: perl
56633            ! Changes
56634 ____________________________________________________________________________
56635 [  6594] By: jhi                                   on 2000/08/11  01:36:16
56636         Log: Subject: Getting perlio and threads to compile
56637              From: Lupe Christoph <lupe@lupe-christoph.de>
56638              Date: Wed, 9 Aug 2000 11:35:54 +0200
56639              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
56640              
56641              (the Solaris version changes in Configure skipped)
56642      Branch: perl
56643            ! hints/solaris_2.sh thread.h
56644 ____________________________________________________________________________
56645 [  6593] By: jhi                                   on 2000/08/11  01:30:16
56646         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
56647              From: simon@brecon.co.uk (Simon Cozens)
56648              Date: 1 Aug 2000 06:55:19 GMT
56649              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
56650      Branch: perl
56651            ! lib/utf8.pm
56652 ____________________________________________________________________________
56653 [  6592] By: jhi                                   on 2000/08/11  01:26:39
56654         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
56655              From: Peter Scott <Peter@PeterScott.com>
56656              Date: Thu, 10 Aug 2000 08:23:27 -0700
56657              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
56658      Branch: perl
56659            ! lib/perl5db.pl
56660 ____________________________________________________________________________
56661 [  6591] By: jhi                                   on 2000/08/11  01:22:02
56662         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
56663              From: Hugo <hv@crypt.compulink.co.uk>
56664              Date: Thu, 10 Aug 2000 19:23:04 +0100
56665              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
56666      Branch: perl
56667            ! regexec.c t/op/pat.t
56668 ____________________________________________________________________________
56669 [  6590] By: jhi                                   on 2000/08/11  01:19:19
56670         Log: Preprocessing and postprocessing for File::Find.
56671              
56672              Subject: Patch to Find::File.pm to allow alphabetical results
56673              From: Joe Smith <jsmith@inwap.com>
56674              Date: Wed, 9 Aug 2000 02:44:54 -0700
56675              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
56676      Branch: perl
56677            ! lib/File/Find.pm
56678 ____________________________________________________________________________
56679 [  6589] By: jhi                                   on 2000/08/11  01:12:39
56680         Log: B::Deparse didn't do sub attributes.
56681              
56682              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
56683              From: simon@brecon.co.uk (Simon Cozens)
56684              Date: 9 Aug 2000 04:49:20 GMT
56685              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
56686      Branch: perl
56687            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
56688 ____________________________________________________________________________
56689 [  6588] By: jhi                                   on 2000/08/11  01:06:40
56690         Log: Subject: debugger "d" command doesnt check line number
56691              From: Mike Guy <mjtg@cam.ac.uk>
56692              Date: Tue, 08 Aug 2000 21:54:29 +0100
56693              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
56694      Branch: perl
56695            ! lib/perl5db.pl mg.c pod/perldiag.pod
56696 ____________________________________________________________________________
56697 [  6587] By: jhi                                   on 2000/08/11  00:45:03
56698         Log: sleep(1) does not necessarily return 1.
56699              
56700              Subject: [PATCH bleadperl] op/lex_assign.t  
56701              From: Hugo <hv@crypt.compulink.co.uk>
56702              Date: Thu, 03 Aug 2000 14:34:22 +0100        
56703              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
56704      Branch: perl
56705            ! t/op/lex_assign.t
56706 ____________________________________________________________________________
56707 [  6586] By: jhi                                   on 2000/08/11  00:31:50
56708         Log: Document the IO::Select timeout.
56709      Branch: perl
56710            ! ext/IO/lib/IO/Select.pm
56711 ____________________________________________________________________________
56712 [  6585] By: jhi                                   on 2000/08/11  00:13:54
56713         Log: Forgot contributor.
56714      Branch: perl
56715            ! Changes
56716 ____________________________________________________________________________
56717 [  6584] By: jhi                                   on 2000/08/11  00:09:19
56718         Log: detypo
56719      Branch: perl
56720            ! Changes
56721 ____________________________________________________________________________
56722 [  6583] By: jhi                                   on 2000/08/11  00:07:53
56723         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
56724              
56725              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
56726              From: Mike Guy <mjtg@cam.ac.uk> 
56727              Date: Thu, 10 Aug 2000 15:50:54 +0100
56728              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
56729      Branch: perl
56730            ! sv.c t/op/int.t
56731 ____________________________________________________________________________
56732 [  6582] By: jhi                                   on 2000/08/10  23:29:32
56733         Log: Update Changes.
56734      Branch: perl
56735            ! Changes
56736 ____________________________________________________________________________
56737 [  6581] By: jhi                                   on 2000/08/10  23:26:16
56738         Log: Put back the std @INC thing.
56739      Branch: perl
56740            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
56741            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
56742            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
56743            ! t/lib/gol-oo.t
56744 ____________________________________________________________________________
56745 [  6580] By: jhi                                   on 2000/08/10  23:03:34
56746         Log: Update to CGI 2.70, from Lincoln Stein.
56747      Branch: perl
56748            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
56749            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
56750            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
56751            ! t/lib/cgi-request.t
56752 ____________________________________________________________________________
56753 [  6579] By: jhi                                   on 2000/08/10  22:41:50
56754         Log: Update to CPAN 1.56, from Andreas König.
56755      Branch: perl
56756            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56757 ____________________________________________________________________________
56758 [  6578] By: jhi                                   on 2000/08/10  22:38:13
56759         Log: Update to Pod::Parser 1.17, from Brad Appleton.
56760      Branch: perl
56761            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
56762            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
56763            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
56764            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
56765            ! t/pod/include.t t/pod/included.t t/pod/lref.t
56766            ! t/pod/multiline_items.t t/pod/nested_items.t
56767            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
56768            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
56769            ! t/pod/special_seqs.t
56770 ____________________________________________________________________________
56771 [  6577] By: jhi                                   on 2000/08/10  22:35:41
56772         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
56773      Branch: perl
56774            ! AUTHORS MAINTAIN
56775 ____________________________________________________________________________
56776 [  6576] By: jhi                                   on 2000/08/10  22:24:54
56777         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
56778      Branch: perl
56779            + t/lib/gol-oo.t
56780            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
56781            ! t/lib/gol-compat.t t/lib/gol-linkage.t
56782 ____________________________________________________________________________
56783 [  6575] By: jhi                                   on 2000/08/10  22:02:07
56784         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
56785      Branch: perl
56786            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
56787 ____________________________________________________________________________
56788 [  6574] By: jhi                                   on 2000/08/10  21:55:03
56789         Log: Iterating perl6 description.
56790      Branch: perl
56791            ! pod/perlfaq1.pod
56792 ____________________________________________________________________________
56793 [  6573] By: jhi                                   on 2000/08/10  21:48:26
56794         Log: Revert the sv.c part of #6559, a better fix is needed.
56795      Branch: perl
56796            ! sv.c
56797 ____________________________________________________________________________
56798 [  6572] By: jhi                                   on 2000/08/10  20:33:43
56799         Log: It's the 2ndO'ROSSC.
56800      Branch: perl
56801            ! pod/perlfaq1.pod
56802 ____________________________________________________________________________
56803 [  6571] By: jhi                                   on 2000/08/10  15:55:48
56804         Log: detypo
56805      Branch: perl
56806            ! pod/perlfaq1.pod
56807 ____________________________________________________________________________
56808 [  6570] By: jhi                                   on 2000/08/10  14:11:17
56809         Log: An exceptionally sticky typo.
56810      Branch: perl
56811            ! Changes
56812 ____________________________________________________________________________
56813 [  6569] By: jhi                                   on 2000/08/10  14:09:33
56814         Log: detypo (and test Changes updating script)
56815      Branch: perl
56816            ! Changes
56817 ____________________________________________________________________________
56818 [  6568] By: jhi                                   on 2000/08/10  14:07:07
56819         Log: Update Changes.
56820      Branch: perl
56821            ! Changes
56822 ____________________________________________________________________________
56823 [  6567] By: jhi                                   on 2000/08/10  14:06:19
56824         Log: Amend the description of Perl6.
56825              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
56826              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56827              Date: Wed, 9 Aug 2000 22:11:06 -0500
56828              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
56829      Branch: perl
56830            ! pod/perlfaq1.pod
56831 ____________________________________________________________________________
56832 [  6566] By: jhi                                   on 2000/08/10  13:58:57
56833         Log: Subject: Remove dead entry in perldiag
56834              From: Mike Guy <mjtg@cam.ac.uk>
56835              Date: Thu, 10 Aug 2000 14:19:19 +0100
56836              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
56837      Branch: perl
56838            ! pod/perldiag.pod
56839 ____________________________________________________________________________
56840 [  6565] By: jhi                                   on 2000/08/10  13:51:48
56841         Log: Zero entries were skipped, fix from Adrian Goalby
56842              <argoalby@yahoo.co.uk>
56843      Branch: perl
56844            ! lib/unicode/Number.pl lib/unicode/mktables.PL
56845 ____________________________________________________________________________
56846 [  6564] By: jhi                                   on 2000/08/10  13:00:12
56847         Log: Subject: [PATCH 5.6.0] cygwin port
56848              From: "Fifer, Eric" <EFifer@sanwaint.com>
56849              Date: Thu, 10 Aug 2000 13:15:36 +0100
56850              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
56851      Branch: perl
56852            ! README.cygwin hints/cygwin.sh
56853 ____________________________________________________________________________
56854 [  6563] By: jhi                                   on 2000/08/10  12:55:16
56855         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
56856      Branch: perl
56857            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
56858 ____________________________________________________________________________
56859 [  6562] By: gsar                                  on 2000/08/10  08:38:39
56860         Log: warn is a macro, avoid using at a variable to avoid warnings
56861              in some configurations; readdir.t is too conservative in
56862              estimating number of *.t's
56863      Branch: perl
56864            ! t/op/readdir.t util.c
56865 ____________________________________________________________________________
56866 [  6561] By: jhi                                   on 2000/08/09  23:35:42
56867         Log: Update Changes.
56868      Branch: perl
56869            ! Changes
56870 ____________________________________________________________________________
56871 [  6560] By: jhi                                   on 2000/08/09  23:05:47
56872         Log: Subject: Re: enhanced(?) regex error messages
56873              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
56874              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
56875              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
56876              
56877              (plus two small patches sent privately)
56878              (this still seems to leave few test failures)
56879      Branch: perl
56880            + t/op/regmesg.t
56881            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
56882            ! t/pragma/warn/regcomp
56883 ____________________________________________________________________________
56884 [  6559] By: jhi                                   on 2000/08/09  20:41:18
56885         Log: (The fix did work but was not right, retracted in #6573)
56886              
56887              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
56888              From: Christian Kirsch <ck@held.mind.de>
56889              Date: Wed, 9 Aug 2000 17:05:17 +0200
56890              Message-Id: <20000809170517.A25389@held>
56891      Branch: perl
56892            ! sv.c t/pragma/locale.t
56893 ____________________________________________________________________________
56894 [  6558] By: jhi                                   on 2000/08/08  22:34:08
56895         Log: Tiny updates on the contributors list.
56896      Branch: perl
56897            ! Changes
56898 ____________________________________________________________________________
56899 [  6557] By: jhi                                   on 2000/08/08  19:34:28
56900         Log: Double check that we have a dirhandle.
56901      Branch: perl
56902            ! util.c
56903 ____________________________________________________________________________
56904 [  6556] By: jhi                                   on 2000/08/08  19:01:51
56905         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
56906              May be repopulated with fresh maintained examples.
56907      Branch: perl
56908            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
56909            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
56910            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
56911            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
56912            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
56913            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
56914            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
56915            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
56916            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
56917            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
56918            + lib/CGI/eg/wilogo_gif.uu
56919            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
56920            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
56921            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
56922            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
56923            - eg/cgi/frameset.cgi eg/cgi/index.html
56924            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
56925            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
56926            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
56927            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
56928            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
56929            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
56930            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
56931            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
56932            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
56933            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
56934            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
56935            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
56936            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
56937            - eg/van/vanish eg/who eg/wrapsuid
56938            ! MANIFEST
56939 ____________________________________________________________________________
56940 [  6555] By: jhi                                   on 2000/08/08  18:51:08
56941         Log: Delete chat2 as requested by Randal.
56942              
56943              Subject: Re: perlfaq8 coyness
56944              From: merlyn@stonehenge.com (Randal L. Schwartz) 
56945              Date: 15 May 2000 18:52:42 -0700 
56946              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
56947      Branch: perl
56948            - lib/chat2.pl
56949            ! MANIFEST
56950 ____________________________________________________________________________
56951 [  6554] By: jhi                                   on 2000/08/08  18:31:35
56952         Log: Regen global.sym.
56953      Branch: perl
56954            ! global.sym
56955 ____________________________________________________________________________
56956 [  6553] By: jhi                                   on 2000/08/08  18:28:13
56957         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
56958              (either perlbug or p5p ate the original), plus regen
56959              perlapi and perltoc. 
56960      Branch: perl
56961            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
56962            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
56963            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
56964            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
56965            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
56966            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
56967            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
56968            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
56969            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
56970            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
56971 ____________________________________________________________________________
56972 [  6552] By: jhi                                   on 2000/08/08  18:06:29
56973         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
56974              From: Mike Guy <mjtg@cam.ac.uk>
56975              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
56976              Date: Tue, 08 Aug 2000 15:51:27 +0100
56977      Branch: perl
56978            ! doop.c sv.h t/op/join.t t/pragma/overload.t
56979 ____________________________________________________________________________
56980 [  6551] By: jhi                                   on 2000/08/08  18:01:11
56981         Log: Re-apply #6549.
56982      Branch: perl
56983            ! lib/perl5db.pl
56984 ____________________________________________________________________________
56985 [  6550] By: jhi                                   on 2000/08/08  17:43:08
56986         Log: Accidental retraction of #6549.
56987      Branch: perl
56988            ! lib/perl5db.pl
56989 ____________________________________________________________________________
56990 [  6549] By: jhi                                   on 2000/08/08  17:40:04
56991         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
56992              From: Mike Guy <mjtg@cam.ac.uk>
56993              Date: Mon, 07 Aug 2000 21:49:58 +0100
56994              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
56995      Branch: perl
56996            ! lib/perl5db.pl
56997 ____________________________________________________________________________
56998 [  6548] By: jhi                                   on 2000/08/08  17:37:57
56999         Log: Document here-doc better.
57000              
57001              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
57002              From: Mike Guy <mjtg@cam.ac.uk>
57003              Date: Mon, 07 Aug 2000 14:02:09 +0100
57004              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
57005      Branch: perl
57006            ! pod/perldata.pod
57007 ____________________________________________________________________________
57008 [  6547] By: jhi                                   on 2000/08/08  17:33:34
57009         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
57010              From: "Randy J. Ray" <rjray@redhat.com>
57011              Date: Mon, 07 Aug 2000 19:12:25 -0700
57012              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
57013      Branch: perl
57014            ! perl.c pod/perlrun.pod
57015 ____________________________________________________________________________
57016 [  6546] By: jhi                                   on 2000/08/08  17:29:26
57017         Log: Subject: Re: enhanced(?) regex error messages 
57018              From: Hugo <hv@crypt.compulink.co.uk>
57019              Date: Tue, 08 Aug 2000 03:25:51 +0100
57020              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
57021              
57022              plus Capitalize the error messages, plus perldiag them.
57023      Branch: perl
57024            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
57025 ____________________________________________________________________________
57026 [  6545] By: jhi                                   on 2000/08/08  13:59:28
57027         Log: Augment #6539 a bit: don't croak if there's magic in the air.
57028              
57029              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
57030              From: Hugo <hv@crypt.compulink.co.uk>
57031              Date: Tue, 08 Aug 2000 03:02:03 +0100
57032              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
57033      Branch: perl
57034            ! pp.c t/op/bless.t
57035 ____________________________________________________________________________
57036 [  6544] By: jhi                                   on 2000/08/07  21:11:52
57037         Log: Make the test -w clean.
57038      Branch: perl
57039            ! t/op/bless.t
57040 ____________________________________________________________________________
57041 [  6543] By: jhi                                   on 2000/08/07  19:49:53
57042         Log: use warnings instead of $^W.
57043      Branch: perl
57044            ! t/op/bless.t
57045 ____________________________________________________________________________
57046 [  6542] By: jhi                                   on 2000/08/07  17:41:41
57047         Log: Disable a portability warning Because We Know What We Are Doing.
57048      Branch: perl
57049            ! t/op/bless.t
57050 ____________________________________________________________________________
57051 [  6541] By: jhi                                   on 2000/08/07  17:29:51
57052         Log: Tiny tidying on report_evil_fh().
57053      Branch: perl
57054            ! util.c
57055 ____________________________________________________________________________
57056 [  6540] By: jhi                                   on 2000/08/07  16:37:38
57057         Log: Make regular expression parse error messages easier to understand.
57058              
57059              Subject: Re: enhanced(?) regex error messages
57060              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57061              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
57062              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
57063      Branch: perl
57064            ! regcomp.c
57065 ____________________________________________________________________________
57066 [  6539] By: jhi                                   on 2000/08/07  16:12:27
57067         Log: Make bless(REF, REF) a fatal error, add bless tests.
57068              
57069              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
57070              From: Hugo <hv@crypt.compulink.co.uk>
57071              Date: Mon, 07 Aug 2000 16:59:38 +0100
57072              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
57073      Branch: perl
57074            + t/op/bless.t
57075            ! MANIFEST pod/perldiag.pod pp.c sv.c
57076 ____________________________________________________________________________
57077 [  6538] By: jhi                                   on 2000/08/07  15:59:43
57078         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
57079              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
57080              Date: Thu, 3 Aug 2000 14:29:21 -0700
57081              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
57082      Branch: perl
57083            ! lib/lib_pm.PL
57084 ____________________________________________________________________________
57085 [  6537] By: jhi                                   on 2000/08/07  15:47:18
57086         Log: Retract #6419 for now since it breaks in AFS and MachTen.
57087      Branch: perl
57088            ! lib/Cwd.pm
57089 ____________________________________________________________________________
57090 [  6536] By: jhi                                   on 2000/08/07  15:05:29
57091         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
57092              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
57093              The security hole exists only in suidperls, which isn't
57094              installed or even built by default.
57095      Branch: perl
57096            ! perl.c
57097 ____________________________________________________________________________
57098 [  6535] By: jhi                                   on 2000/08/07  14:45:14
57099         Log: tr memory corruption fix from Simon Cozens.
57100      Branch: perl
57101            ! doop.c
57102 ____________________________________________________________________________
57103 [  6534] By: jhi                                   on 2000/08/06  11:38:16
57104         Log: Document a bit that UDP is not what you might think.
57105              
57106              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
57107              From: Lupe Christoph <lupe@lupe-christoph.de>
57108              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
57109              Date: Mon, 24 Jul 2000 08:59:15 +0200
57110      Branch: perl
57111            ! pod/perlipc.pod
57112 ____________________________________________________________________________
57113 [  6533] By: jhi                                   on 2000/08/06  11:35:01
57114         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
57115              From: Jeff Pinyan <jeffp@hut.crusoe.net>
57116              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
57117              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
57118      Branch: perl
57119            ! pod/perlfunc.pod
57120 ____________________________________________________________________________
57121 [  6532] By: jhi                                   on 2000/08/06  03:45:41
57122         Log: Have symbols for the IoTYPEs.
57123      Branch: perl
57124            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
57125 ____________________________________________________________________________
57126 [  6531] By: jhi                                   on 2000/08/06  01:33:55
57127         Log: Continue fixing the io warnings.  This also
57128              sort of fixes bug ID 20000802.003: the core dump
57129              is no more.  Whether the current behaviour is correct
57130              (giving a warning: "Not a format reference"), is another matter.
57131      Branch: perl
57132            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
57133            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
57134 ____________________________________________________________________________
57135 [  6530] By: jhi                                   on 2000/08/05  21:33:12
57136         Log: Change the Policy policy: now -Dprefix= with an existing
57137              Policy.sh and prefix == siteprefix == vendorprefix, then all
57138              of them follow along the new prefix.
57139              
57140              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
57141              From: Andy Dougherty <doughera@lafayette.edu>
57142              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
57143              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
57144      Branch: perl
57145            ! Policy_sh.SH
57146 ____________________________________________________________________________
57147 [  6529] By: jhi                                   on 2000/08/05  18:57:28
57148         Log: Zap lib/Sys directory when cleaning up.
57149      Branch: perl
57150            ! Makefile.SH
57151 ____________________________________________________________________________
57152 [  6528] By: jhi                                   on 2000/08/05  18:40:44
57153         Log: Essential prototype changes were missing from #6527.
57154              Also make report_evil_fh() more bomb-proof.
57155      Branch: perl
57156            ! embed.h util.c
57157 ____________________________________________________________________________
57158 [  6527] By: jhi                                   on 2000/08/05  03:22:05
57159         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
57160              From: "Ronald F. Guilmette" <rfg@monkeys.com>
57161              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
57162              Message-Id: <200007242247.PAA52177@monkeys.com>
57163      Branch: perl
57164            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
57165 ____________________________________________________________________________
57166 [  6526] By: jhi                                   on 2000/08/04  21:23:27
57167         Log: gcc versions might have (parentheses) in them.
57168      Branch: metaconfig/U/perl
57169            ! gccvers.U
57170      Branch: perl
57171            ! Configure config_h.SH
57172 ____________________________________________________________________________
57173 [  6525] By: jhi                                   on 2000/08/04  20:23:12
57174         Log: Weed buglets pointed out by
57175              
57176              From: Lupe Christoph <lupe@lupe-christoph.de>
57177              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
57178              Date: Fri, 4 Aug 2000 17:34:39 +0200
57179              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
57180      Branch: metaconfig/U/perl
57181            ! gccvers.U uselfs.U
57182      Branch: perl
57183            ! Configure config_h.SH
57184 ____________________________________________________________________________
57185 [  6524] By: jhi                                   on 2000/08/04  19:02:08
57186         Log: Warn under -w if lstat(FH) is attempted.
57187              
57188              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
57189              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
57190              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
57191              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
57192      Branch: perl
57193            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
57194            ! t/pragma/warn/pp_sys
57195 ____________________________________________________________________________
57196 [  6523] By: jhi                                   on 2000/08/04  12:31:11
57197         Log: Subject: New perlcc, take 2
57198              From: simon@brecon.co.uk (Simon Cozens)
57199              Date: 4 Aug 2000 06:21:04 GMT
57200              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
57201      Branch: perl
57202            ! utils/perlcc.PL
57203 ____________________________________________________________________________
57204 [  6522] By: jhi                                   on 2000/08/04  12:26:33
57205         Log: Subject: Re: Array vs. List context
57206              From: Daniel Chetlin <daniel@chetlin.com>
57207              Date: Fri, 4 Aug 2000 00:22:44 -0700
57208              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
57209      Branch: perl
57210            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
57211            ! pod/perlfaq4.pod
57212 ____________________________________________________________________________
57213 [  6521] By: jhi                                   on 2000/08/04  12:22:38
57214         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
57215              From: Raymund Will <ray@caldera.de>
57216              Date: Fri, 4 Aug 2000 12:07:09 +0200
57217              Message-Id: <20000804120709.A14982@caldera.de>
57218      Branch: perl
57219            ! configure.gnu
57220 ____________________________________________________________________________
57221 [  6520] By: jhi                                   on 2000/08/04  04:09:06
57222         Log: After the #6519 a warning about stat() is just that,
57223              not about a filetest, which now have their own warning.
57224      Branch: perl
57225            ! pod/perldiag.pod
57226 ____________________________________________________________________________
57227 [  6519] By: jhi                                   on 2000/08/04  04:06:30
57228         Log: In the warnings call filehandles consistently so;
57229              add "unopened" warning for stat().
57230      Branch: perl
57231            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
57232            ! t/pragma/warn/pp_sys
57233 ____________________________________________________________________________
57234 [  6518] By: jhi                                   on 2000/08/04  02:55:35
57235         Log: Subject: Minor tweak to perlvar.pod
57236              From: "Stephen P. Potter" <spp@ds.net>
57237              Date: Tue, 18 Apr 2000 09:26:03 -0400
57238              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
57239      Branch: perl
57240            ! pod/perlvar.pod
57241 ____________________________________________________________________________
57242 [  6517] By: jhi                                   on 2000/08/04  02:50:08
57243         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
57244              From: "Clinton Pierce" <cpierce1@ford.com>
57245              Date: Wed, 21 Jul 1999 16:45:31 -0400
57246              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
57247              
57248              Fix by Stephen Potter (visible in the bug db but not in p5p?)
57249      Branch: perl
57250            ! pod/perlfunc.pod pod/perlop.pod
57251 ____________________________________________________________________________
57252 [  6516] By: jhi                                   on 2000/08/04  02:09:25
57253         Log: This is 6512.  Really.
57254      Branch: perl
57255            ! dump.c
57256 ____________________________________________________________________________
57257 [  6515] By: jhi                                   on 2000/08/04  01:25:50
57258         Log: mention the idea of @( and @)
57259      Branch: perl
57260            ! Todo-5.6
57261 ____________________________________________________________________________
57262 [  6514] By: bailey                                on 2000/08/04  01:18:46
57263         Log: YA resync with mainstem, including VMS patches from others
57264      Branch: vmsperl
57265           +> (branch 48 files)
57266            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
57267           !> (integrate 354 files)
57268 ____________________________________________________________________________
57269 [  6513] By: jhi                                   on 2000/08/04  01:18:18
57270         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
57271              From: Mark Dickinson <dickins3@fas.harvard.edu>
57272              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
57273              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
57274      Branch: perl
57275            ! t/op/grent.t t/op/pwent.t
57276 ____________________________________________________________________________
57277 [  6512] By: jhi                                   on 2000/08/04  01:14:06
57278         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
57279              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57280              Date: Wed, 02 Aug 2000 10:51:01 +0100
57281              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
57282      Branch: perl
57283            ! sv.c
57284 ____________________________________________________________________________
57285 [  6511] By: jhi                                   on 2000/08/04  00:57:00
57286         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
57287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57288              Date: Thu, 03 Aug 2000 17:20:04 -0700
57289              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
57290      Branch: metaconfig
57291            ! U/modified/Cppsym.U
57292      Branch: perl
57293            ! Configure config_h.SH
57294 ____________________________________________________________________________
57295 [  6510] By: jhi                                   on 2000/08/04  00:25:28
57296         Log: detypo
57297      Branch: perl
57298            ! Makefile.SH
57299 ____________________________________________________________________________
57300 [  6509] By: jhi                                   on 2000/08/03  23:43:18
57301         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
57302              From: Dominic Dunlop <domo@computer.org>
57303              Date: Thu, 3 Aug 2000 22:16:46 +0200
57304              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
57305      Branch: perl
57306            ! t/op/sprintf.t
57307 ____________________________________________________________________________
57308 [  6508] By: jhi                                   on 2000/08/03  23:40:37
57309         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
57310              From: Hugo <hv@crypt.compulink.co.uk>
57311              Date: Thu, 03 Aug 2000 18:25:30 +0100
57312              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
57313      Branch: perl
57314            ! regcomp.c t/op/re_tests
57315 ____________________________________________________________________________
57316 [  6507] By: jhi                                   on 2000/08/03  23:38:28
57317         Log: Subject: [PATCH] sv.h documentation - SvLEN
57318              From: Mike Guy <mjtg@cam.ac.uk>
57319              Date: Thu, 03 Aug 2000 14:43:09 +0100
57320              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
57321      Branch: perl
57322            ! sv.h
57323 ____________________________________________________________________________
57324 [  6506] By: jhi                                   on 2000/08/03  15:49:14
57325         Log: Disable the fix_pl hack for now.
57326      Branch: perl
57327            ! Makefile.SH
57328 ____________________________________________________________________________
57329 [  6505] By: jhi                                   on 2000/08/03  13:49:04
57330         Log: Add a URL for FSF.
57331              
57332              Subject: Patch for README
57333              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57334              Date: Wed, 2 Aug 2000 13:25:09 -0500
57335              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
57336      Branch: perl
57337            ! README
57338 ____________________________________________________________________________
57339 [  6504] By: jhi                                   on 2000/08/03  13:29:19
57340         Log: Be more informative on what is skipped and why,
57341              also repeat the list at the end.
57342      Branch: perl
57343            ! Porting/p4desc
57344 ____________________________________________________________________________
57345 [  6503] By: jhi                                   on 2000/08/03  13:07:05
57346         Log: Circumvent the removal of .patch by fix_pl.
57347              
57348              Subject: Re: [ID 20000802.011] unable to 'make test'          
57349              From: simon@brecon.co.uk (Simon Cozens) 
57350              Date: 3 Aug 2000 04:17:00 GMT
57351              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
57352      Branch: perl
57353            ! Makefile.SH
57354 ____________________________________________________________________________
57355 [  6502] By: jhi                                   on 2000/08/03  00:14:34
57356         Log: Add the missing setproctitle unit.
57357      Branch: metaconfig/U/perl
57358            + d_setproctitle.U
57359 ____________________________________________________________________________
57360 [  6501] By: jhi                                   on 2000/08/03  00:00:26
57361         Log: The subtest 4 may fail also on VOBS, as pointed out
57362              by Nick Ing-Simmons in November 1999, bug id 19991124.003
57363              (but the failure in that bug report isn't the subtest 4).
57364      Branch: perl
57365            ! t/op/stat.t
57366 ____________________________________________________________________________
57367 [  6500] By: jhi                                   on 2000/08/02  23:49:30
57368         Log: Better skip message for the test; one of the two problems in
57369              
57370              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
57371              From: Lupe Christoph <lupe@lupe-christoph.de>
57372              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
57373              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
57374      Branch: perl
57375            ! t/op/numconvert.t
57376 ____________________________________________________________________________
57377 [  6499] By: jhi                                   on 2000/08/02  22:49:16
57378         Log: Allow "no Module;" even if there is no 'unimport'.
57379              
57380              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
57381              From: mjd@plover.com
57382              Date: 24 Mar 2000 15:24:34 -0000
57383              Message-Id: <20000324152434.15160.qmail@plover.com>
57384      Branch: perl
57385            ! gv.c
57386 ____________________________________________________________________________
57387 [  6498] By: jhi                                   on 2000/08/02  22:42:58
57388         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
57389              that are hopefully soon put into use.
57390      Branch: perl
57391            ! opcode.h opcode.pl opnames.h
57392 ____________________________________________________________________________
57393 [  6497] By: gsar                                  on 2000/08/02  22:28:59
57394         Log: require.t needs binmode() to work on windows
57395      Branch: perl
57396            ! t/comp/require.t
57397 ____________________________________________________________________________
57398 [  6496] By: jhi                                   on 2000/08/02  22:08:51
57399         Log: Document the IVdf UVuf UVof UVxf.
57400      Branch: perl
57401            ! pod/perlguts.pod
57402 ____________________________________________________________________________
57403 [  6495] By: jhi                                   on 2000/08/02  21:54:26
57404         Log: detypo #6494
57405      Branch: perl
57406            ! ext/Data/Dumper/Dumper.xs
57407 ____________________________________________________________________________
57408 [  6494] By: jhi                                   on 2000/08/02  21:49:17
57409         Log: Dump UVs as UVs in Data::Dumper.
57410              
57411              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
57412              From: Gurusamy Sarathy <gsar@ActiveState.com>
57413              Date: Thu, 27 Apr 2000 12:26:25 -0700
57414              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
57415      Branch: perl
57416            ! ext/Data/Dumper/Dumper.xs
57417 ____________________________________________________________________________
57418 [  6493] By: jhi                                   on 2000/08/02  17:01:58
57419         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
57420              From: Hugo <hv@crypt.compulink.co.uk>
57421              Date: Wed, 02 Aug 2000 14:53:56 +0100
57422              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
57423      Branch: perl
57424            ! regexec.c t/op/re_tests
57425 ____________________________________________________________________________
57426 [  6492] By: jhi                                   on 2000/08/02  15:02:46
57427         Log: The new setproctitle() feature is available only in 
57428              bleeding edge FreeBSD.  From Paul Saab.
57429      Branch: perl
57430            ! mg.c
57431 ____________________________________________________________________________
57432 [  6491] By: jhi                                   on 2000/08/02  13:34:36
57433         Log: The tr utf8 patching continues.
57434              
57435              Subject: Re: #6469, too many tests claimed in require.t
57436              From: simon@brecon.co.uk (Simon Cozens)
57437              Date: 2 Aug 2000 02:37:17 GMT
57438              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
57439              
57440              (the logic of the test was the wrong way round in the patch)
57441      Branch: perl
57442            ! doop.c
57443 ____________________________________________________________________________
57444 [  6490] By: jhi                                   on 2000/08/02  13:27:38
57445         Log: The name of a filehandle does not have <these>.
57446      Branch: perl
57447            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
57448            ! t/pragma/warn/pp_sys util.c
57449 ____________________________________________________________________________
57450 [  6489] By: jhi                                   on 2000/08/02  04:26:46
57451         Log: Remove the extraneous "main::" prefix from all the
57452              "opened only for", "on closed", and "never opened" warnings.
57453              
57454              Subject: Re: inappropriate warning
57455              From: Gurusamy Sarathy <gsar@ActiveState.com>
57456              Date: Mon, 20 Mar 2000 11:28:02 -0800
57457              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
57458      Branch: perl
57459            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
57460            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
57461            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
57462 ____________________________________________________________________________
57463 [  6488] By: jhi                                   on 2000/08/02  03:02:57
57464         Log: memcpy has n o in it, as pinted ut by Sarathy.
57465      Branch: perl
57466            ! pod/perlguts.pod
57467 ____________________________________________________________________________
57468 [  6487] By: jhi                                   on 2000/08/02  02:44:51
57469         Log: Document in one place the memory abstractions used in Perl core.
57470              
57471              Subject: Re: Memory abstraction
57472              From: simon@brecon.co.uk (Simon Cozens)
57473              Date: 2 Aug 2000 02:20:23 GMT
57474              Organization: Earth.li Origins
57475      Branch: perl
57476            ! pod/perlguts.pod
57477 ____________________________________________________________________________
57478 [  6486] By: jhi                                   on 2000/08/02  02:41:57
57479         Log: regen_headers, regen perltoc.
57480      Branch: perl
57481            ! perlapi.c pod/perltoc.pod
57482 ____________________________________________________________________________
57483 [  6485] By: jhi                                   on 2000/08/02  01:43:33
57484         Log: "This little thing tests for a file .patch, and if it contains
57485              a number, pops into patchlevel.h" (making it easier to track
57486              which development version people are reporting bugs against)
57487              
57488              Subject: Patchlevel autogeneration for repository perls
57489              From: simon@brecon.co.uk (Simon Cozens)
57490              Date: 14 Jul 2000 07:12:15 GMT
57491              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
57492      Branch: perl
57493            + fix_pl
57494            ! MANIFEST Makefile.SH
57495 ____________________________________________________________________________
57496 [  6484] By: jhi                                   on 2000/08/02  01:32:54
57497         Log: FreeBSD 3.* updates from
57498              
57499              From: Paul Saab <ps@yahoo-inc.com>
57500              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
57501              Date: Tue, 1 Aug 2000 15:41:39 -0700
57502              Message-Id: <20000801154139.A53740@yahoo-inc.com>
57503      Branch: perl
57504            ! hints/freebsd.sh
57505 ____________________________________________________________________________
57506 [  6483] By: jhi                                   on 2000/08/02  01:27:44
57507         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
57508              instead one must use setproctitle().  This was already addressed
57509              by change #6457, but the below has a new variant for FreeBSD 4.0
57510              or later, and the matter is also documented more.
57511              
57512              From: Paul Saab <ps@yahoo-inc.com>
57513              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
57514              Date: Tue, 1 Aug 2000 15:41:39 -0700
57515              Message-Id: <20000801154139.A53740@yahoo-inc.com>
57516      Branch: metaconfig/U/perl
57517            + i_libutil.U
57518      Branch: perl
57519            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
57520 ____________________________________________________________________________
57521 [  6482] By: jhi                                   on 2000/08/01  22:17:32
57522         Log: The test from this
57523              
57524              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
57525              Date: Sat, 15 Apr 2000 17:03:44 +0100
57526              From: Tom Hughes <tom@compton.nu>
57527              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
57528              
57529              was missing, the code change went in as #5989
57530              (which had a different test?)
57531      Branch: perl
57532            ! t/op/misc.t
57533 ____________________________________________________________________________
57534 [  6481] By: jhi                                   on 2000/08/01  21:48:38
57535         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
57536              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
57537              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
57538              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
57539      Branch: perl
57540            ! perl.h
57541 ____________________________________________________________________________
57542 [  6480] By: jhi                                   on 2000/08/01  18:05:28
57543         Log: Make p4desc to skip non-mainperl branches by default.
57544      Branch: perl
57545            ! Porting/p4desc
57546 ____________________________________________________________________________
57547 [  6479] By: jhi                                   on 2000/08/01  17:29:19
57548         Log: If gccosandvers is equal to osname, clear gccosandvers.
57549      Branch: metaconfig/U/perl
57550            ! gccvers.U
57551      Branch: perl
57552            ! Configure config_h.SH
57553 ____________________________________________________________________________
57554 [  6478] By: jhi                                   on 2000/08/01  15:54:08
57555         Log: BOM patching from Simon Cozens.
57556      Branch: perl
57557            ! toke.c
57558 ____________________________________________________________________________
57559 [  6477] By: jhi                                   on 2000/08/01  04:50:33
57560         Log: Stash away the largefiles flags and libswanted.
57561      Branch: perl
57562            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
57563 ____________________________________________________________________________
57564 [  6476] By: gsar                                  on 2000/08/01  04:24:24
57565         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
57566              on Windows)
57567      Branch: perl
57568            ! t/pragma/utf8.t utf8.c win32/win32.c
57569 ____________________________________________________________________________
57570 [  6475] By: jhi                                   on 2000/08/01  03:35:24
57571         Log: Make chr() for values >127 to create utf8 when under utf8.
57572              
57573              Subject: Re: uft8/chr()
57574              From: simon@brecon.co.uk (Simon Cozens)
57575              Date: 1 Aug 2000 02:37:02 GMT
57576              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
57577      Branch: perl
57578            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
57579 ____________________________________________________________________________
57580 [  6474] By: jhi                                   on 2000/08/01  02:36:18
57581         Log: In Digital UNIX warn if gcc explicitly chosen because even
57582              2.95.2 is known to cause problems.
57583      Branch: perl
57584            ! hints/dec_osf.sh
57585 ____________________________________________________________________________
57586 [  6473] By: jhi                                   on 2000/08/01  02:00:56
57587         Log: Make the safety catch for buggy gccs work with triple version
57588              numbers like 2.95.2.  Reported in
57589              
57590              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
57591              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
57592              Date: Mon, 31 Jul 2000 14:55:06 +0200
57593              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
57594      Branch: perl
57595            ! hints/dec_osf.sh
57596 ____________________________________________________________________________
57597 [  6472] By: jhi                                   on 2000/08/01  01:13:33
57598         Log: Subject: fix and question re: waitpid() under win32
57599              From: Brian Clarke <clarke@appliedmeta.com>
57600              Date: Fri, 28 Jul 2000 15:18:29 -0400
57601              Message-ID: <3981DC85.290314EB@appliedmeta.com>
57602              
57603              Slightly reformatted and WNOHANG # define moved to win32.h
57604              so that also POSIX.xs sees it, as suggsted by Sarathy.
57605      Branch: perl
57606            ! win32/win32.c win32/win32.h
57607 ____________________________________________________________________________
57608 [  6471] By: jhi                                   on 2000/08/01  00:55:05
57609         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
57610              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57611              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
57612              Date: Mon, 31 Jul 2000 13:28:51 +0100
57613              
57614              (aka ID 20000730.002)
57615      Branch: perl
57616            ! op.c t/op/tr.t
57617 ____________________________________________________________________________
57618 [  6470] By: jhi                                   on 2000/07/31  23:34:42
57619         Log: Document the problem with -P in HP-UX and its workaround.
57620              
57621              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
57622              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
57623              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
57624              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
57625      Branch: perl
57626            ! README.hpux
57627 ____________________________________________________________________________
57628 [  6469] By: jhi                                   on 2000/07/31  04:15:02
57629         Log: The swallow_bom() saga continues.  The #23 of require.t
57630              (UTF16-LE) still fails (silently, no output) but the #22
57631              (UTF16-BE) seems to be working now.  The root of the
57632              failure may be in sv_gets(): is it UTF-16LE-aware,
57633              especially when it comes to line endings? 
57634      Branch: perl
57635            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
57636            ! t/comp/require.t toke.c utf8.c
57637 ____________________________________________________________________________
57638 [  6468] By: jhi                                   on 2000/07/30  19:05:48
57639         Log: Find green threads before native threads.
57640              
57641              Subject: Re: Patch to jpl/JNI/Makefile.PL
57642              From: Jens Thomsen <jens@fiend.cis.com>
57643              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
57644              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
57645      Branch: perl
57646            ! jpl/JNI/Makefile.PL
57647 ____________________________________________________________________________
57648 [  6467] By: jhi                                   on 2000/07/30  18:36:22
57649         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
57650      Branch: perl
57651            ! doop.c
57652 ____________________________________________________________________________
57653 [  6466] By: jhi                                   on 2000/07/30  04:37:29
57654         Log: A new version of the "remove UPPERACSE string comparison"
57655              operators.  The problem with the previous one (change #6454)
57656              was that it was for Perl 5.6.0.  From Paul Marquess.
57657      Branch: perl
57658            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
57659            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
57660            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57661 ____________________________________________________________________________
57662 [  6465] By: jhi                                   on 2000/07/29  22:39:56
57663         Log: Do not upgrade SVs into utf8 just because they participate
57664              in eq or cmp.  Reported and fix suggested in
57665              
57666              Subject: [ID 20000720.009] sv_eq UTF8 bug
57667              From: "Simon Cozens" <simon@othersideofthe.earth.li>
57668              Date: 21 Jul 2000 04:37:29 -0000
57669              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
57670              
57671              Exercise for the kind reader: should we or should we not
57672              cache the utf8 conversion alonside the SV? (as magic,
57673              as thestrxfrm()ed version is cached under use locale)
57674              Argue both for and against.
57675      Branch: perl
57676            ! sv.c
57677 ____________________________________________________________________________
57678 [  6464] By: jhi                                   on 2000/07/29  22:36:22
57679         Log: Subject: UTF8 concat
57680              From: simon@brecon.co.uk (Simon Cozens) 
57681              Date: 30 Jun 2000 06:13:25 GMT
57682              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
57683              
57684              (with a memory leak fixed, plus a few casts added)
57685              
57686              This also seems to help for
57687              
57688              Subject: [ID 20000716.015] join UTF8 weirdness
57689              From: root <root@ak-71.mind.de> 
57690              Date: Sat, 15 Jul 2000 15:29:54 +0200
57691              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
57692              
57693              (from Andreas König)
57694      Branch: perl
57695            ! pp_hot.c
57696 ____________________________________________________________________________
57697 [  6463] By: jhi                                   on 2000/07/29  00:55:39
57698         Log: Tune the comments and hopefully stop a memory leak.
57699      Branch: perl
57700            ! toke.c utf8.c
57701 ____________________________________________________________________________
57702 [  6462] By: jhi                                   on 2000/07/29  00:16:53
57703         Log: The problem described in this
57704              
57705              Subject: [ID 20000322.018] named chars aren't magical enough
57706              From: root <root@dixie.cscaper.com>     
57707              Date: Wed, 22 Mar 2000 18:37:42 -0700
57708              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
57709              
57710              has been fixed in perl 5.6.0 but just in case added a test
57711              to keep it away.  (The report from Joseph Hall.)
57712      Branch: perl
57713            ! t/lib/charnames.t
57714 ____________________________________________________________________________
57715 [  6461] By: jhi                                   on 2000/07/28  23:56:36
57716         Log: Tiny fixes for #6460.
57717      Branch: metaconfig/U/perl
57718            ! gccvers.U
57719      Branch: perl
57720            ! Configure config_h.SH
57721 ____________________________________________________________________________
57722 [  6460] By: jhi                                   on 2000/07/28  23:24:41
57723         Log: Warn if the version of the operating system used to compile gcc
57724              differs from the current version of the operating system.
57725              Also display the gcc compilation os and version in myconfig.
57726              Inspiration from
57727              
57728              Subject: Re: [ID 20000710.003] ERRORS!!         
57729              From: "Kurt D. Starsinic" <kstar@chapin.edu>
57730              Date: Mon, 10 Jul 2000 15:54:16 -0400
57731              Message-ID: <20000710155416.A1384@O2.chapin.edu>
57732      Branch: metaconfig/U/perl
57733            ! gccvers.U
57734      Branch: perl
57735            ! Configure config_h.SH myconfig.SH
57736 ____________________________________________________________________________
57737 [  6459] By: jhi                                   on 2000/07/28  22:00:32
57738         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
57739              letter to $Config{osvers}.
57740      Branch: metaconfig
57741            ! U/modified/Oldconfig.U
57742      Branch: perl
57743            ! Configure config_h.SH
57744 ____________________________________________________________________________
57745 [  6458] By: jhi                                   on 2000/07/28  04:15:39
57746         Log: Back out #6454, doesn't seem to work.
57747              (Reason: that patch was for perl 5.6.0, not perl-current)
57748              (A version of the patch for perl-current came in later as #6466)
57749      Branch: perl
57750            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
57751            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
57752            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57753 ____________________________________________________________________________
57754 [  6457] By: jhi                                   on 2000/07/27  23:31:49
57755         Log: Use setproctitle() if available to modify $0.
57756              
57757              Subject: setting $* on BSD4 broken
57758              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57759              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
57760              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
57761      Branch: metaconfig
57762            ! U/modified/Myinit.U
57763      Branch: perl
57764            ! Configure config_h.SH mg.c
57765 ____________________________________________________________________________
57766 [  6456] By: jhi                                   on 2000/07/27  14:50:47
57767         Log: Allow "no AutoLoader;", based on change #6444,
57768              suggested by Graham Barr.
57769      Branch: perl
57770            ! lib/AutoLoader.pm
57771 ____________________________________________________________________________
57772 [  6455] By: jhi                                   on 2000/07/27  14:19:10
57773         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
57774              From: rspier@pobox.com (Robert Spier)
57775              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
57776              Message-ID: <14720.15855.787664.424783@rls.cx>
57777      Branch: perl
57778            ! pod/perldiag.pod
57779 ____________________________________________________________________________
57780 [  6454] By: jhi                                   on 2000/07/27  14:03:02
57781         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
57782              for a long time).
57783              
57784              Reported in
57785              
57786              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
57787              From: Ryan Herbert <rherbert@sycamorehq.com>
57788              Date: Mon, 17 Jul 2000 11:40:42 -0400
57789              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
57790              
57791              Patched in
57792              
57793              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
57794              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57795              Date: Wed, 26 Jul 2000 23:40:18 +0100
57796              Message-ID: <000001bff752$79511880$0a17073e@tiny>
57797              
57798              based on an earlier patch from Stephen P. Potter.
57799              
57800              (Removed later by change #6458 because this patch was for
57801              perl 5.6.0, not perl-current)
57802      Branch: perl
57803            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
57804            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
57805            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
57806 ____________________________________________________________________________
57807 [  6453] By: jhi                                   on 2000/07/27  13:48:02
57808         Log: Subject: [PATCH] fixes bug 20000508.004
57809              From: Michael Stevens <mstevens@globnix.org>
57810              Date: Thu, 27 Jul 2000 13:49:04 +0100
57811              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
57812      Branch: perl
57813            ! pod/perldata.pod
57814 ____________________________________________________________________________
57815 [  6452] By: jhi                                   on 2000/07/26  23:51:26
57816         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
57817              and Craig A. Berry.
57818      Branch: perl
57819            ! lib/File/Temp.pm pod/perlport.pod
57820 ____________________________________________________________________________
57821 [  6451] By: jhi                                   on 2000/07/26  19:43:30
57822         Log: Be wary of close()s, too.
57823              
57824              Subject: Re: [PATCH] perlbug cleanup
57825              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57826              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
57827              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
57828      Branch: perl
57829            ! utils/perlbug.PL
57830 ____________________________________________________________________________
57831 [  6450] By: jhi                                   on 2000/07/26  18:41:40
57832         Log: Subject: Minor doc patch: handy.h
57833              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
57834              Date: Wed, 26 Jul 2000 15:34:25 -0300
57835              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
57836      Branch: perl
57837            ! handy.h pod/perlapi.pod
57838 ____________________________________________________________________________
57839 [  6449] By: jhi                                   on 2000/07/26  18:23:55
57840         Log: Subject: [PATCH] minor doc change - perlguts
57841              From: Michael Stevens <mstevens@globnix.org>
57842              Date: Thu, 13 Jul 2000 12:39:18 +0100
57843              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
57844      Branch: perl
57845            ! pod/perlguts.pod
57846 ____________________________________________________________________________
57847 [  6448] By: jhi                                   on 2000/07/26  18:20:30
57848         Log: open() wariness in perlbug.
57849              
57850              Subject: [PATCH] perlbug cleanup
57851              From: Michael Stevens <mstevens@globnix.org>
57852              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
57853              Date: Thu, 13 Jul 2000 15:52:23 +0100
57854      Branch: perl
57855            ! utils/perlbug.PL
57856 ____________________________________________________________________________
57857 [  6447] By: jhi                                   on 2000/07/26  18:13:04
57858         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
57859      Branch: perl
57860            ! lib/File/Temp.pm t/lib/ftmp-security.t
57861 ____________________________________________________________________________
57862 [  6446] By: jhi                                   on 2000/07/26  18:06:32
57863         Log: docfix from Peter Scott <Peter@PSDT.com>.
57864      Branch: perl
57865            ! pod/perlfunc.pod
57866 ____________________________________________________________________________
57867 [  6445] By: jhi                                   on 2000/07/26  17:53:31
57868         Log: Fix *foo{FORMAT}.
57869              
57870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57871              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
57872              Date: Wed, 26 Jul 2000 19:51:02 +0200
57873              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
57874              
57875              From: Graham Barr <gbarr@pobox.com>
57876              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
57877              Date: Wed, 26 Jul 2000 17:38:36 +0100
57878              Message-ID: <20000726173836.L472@pobox.com>
57879      Branch: perl
57880            ! pp.c sv.c t/op/gv.t
57881 ____________________________________________________________________________
57882 [  6444] By: jhi                                   on 2000/07/26  17:49:14
57883         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
57884              from Graham Barr in the module list.
57885      Branch: perl
57886            ! gv.c pod/perlobj.pod
57887 ____________________________________________________________________________
57888 [  6443] By: jhi                                   on 2000/07/26  16:06:56
57889         Log: More split() doc and test patches from Mike Guy.
57890      Branch: perl
57891            ! pod/perlfunc.pod t/op/split.t
57892 ____________________________________________________________________________
57893 [  6442] By: jhi                                   on 2000/07/26  16:05:30
57894         Log: MacOS nits from Matthias Neeracher.
57895      Branch: perl
57896            ! perl.c pp_ctl.c
57897 ____________________________________________________________________________
57898 [  6441] By: jhi                                   on 2000/07/26  04:39:57
57899         Log: Subject: [PATCH] split /^/
57900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57901              Date: Tue, 25 Jul 2000 14:18:57 +0100
57902              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
57903              
57904              (with notes from tchrist and gbarr)
57905      Branch: perl
57906            ! pod/perlfunc.pod t/op/split.t
57907 ____________________________________________________________________________
57908 [  6440] By: jhi                                   on 2000/07/26  04:32:32
57909         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
57910              From: Peter Prymmer <pvhp@forte.com>
57911              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
57912              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
57913      Branch: perl
57914            ! vms/munchconfig.c
57915 ____________________________________________________________________________
57916 [  6439] By: jhi                                   on 2000/07/26  04:31:01
57917         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
57918              to be fatal errors (instead of by default ignoring them, and
57919              ignoring with a bug: even though -w gave an error, the opening [
57920              was left in)  Reported in:
57921              
57922              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57923              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
57924              Date: Sun, 16 Jul 2000 17:55:29 -0700
57925              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
57926      Branch: perl
57927            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
57928 ____________________________________________________________________________
57929 [  6438] By: jhi                                   on 2000/07/25  15:41:15
57930         Log: Subject: [PATCH] av.c apidoc
57931              From: simon@brecon.co.uk (Simon Cozens)
57932              Date: 24 Jul 2000 06:40:52 GMT
57933              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
57934      Branch: perl
57935            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
57936            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
57937 ____________________________________________________________________________
57938 [  6437] By: jhi                                   on 2000/07/25  14:05:36
57939         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
57940              From: "Stephen P. Potter" <spp@ds.net>
57941              Date: Mon, 24 Jul 2000 14:22:23 -0400
57942              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
57943      Branch: perl
57944            ! pod/perllocale.pod
57945 ____________________________________________________________________________
57946 [  6436] By: jhi                                   on 2000/07/25  14:02:03
57947         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
57948              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57949              Date: Mon, 24 Jul 2000 18:04:28 +0100
57950              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
57951      Branch: perl
57952            ! t/lib/syslfs.t t/op/lfs.t
57953 ____________________________________________________________________________
57954 [  6435] By: jhi                                   on 2000/07/25  13:59:28
57955         Log: Get UTF16 BOMs working.  Patch from
57956              
57957              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
57958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57959              Date: Tue, 25 Jul 2000 12:52:45 +0100
57960              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
57961              
57962              and notes from
57963              
57964              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
57965              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57966              Date: Tue, 25 Jul 2000 11:43:25 +0100
57967              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
57968      Branch: perl
57969            ! t/comp/require.t toke.c utf8.c
57970 ____________________________________________________________________________
57971 [  6434] By: jhi                                   on 2000/07/25  02:39:54
57972         Log: Make the "uninit variable" warning to say "concat or string"
57973              or "join or string" when in concat or join .
57974              
57975              Subject: Re: [ID 20000403.009] uninitialised concatenation???
57976              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57977              Date: Tue, 04 Apr 2000 18:22:58 +0100
57978              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
57979              
57980              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
57981              From: William R Ward <hermit@BayView.COM>
57982              Date: Thu, 30 Mar 2000 19:50:03 -0800
57983              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
57984      Branch: perl
57985            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
57986            ! t/pragma/warn/op t/pragma/warn/sv
57987 ____________________________________________________________________________
57988 [  6433] By: jhi                                   on 2000/07/24  17:52:56
57989         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
57990      Branch: perl
57991            ! lib/File/Spec/VMS.pm
57992 ____________________________________________________________________________
57993 [  6432] By: jhi                                   on 2000/07/24  17:44:44
57994         Log: Test cases for #6431.
57995              
57996              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
57997              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
57998              Date: Mon, 24 Jul 2000 15:32:29 +0100
57999              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
58000      Branch: perl
58001            ! t/op/pat.t t/op/split.t
58002 ____________________________________________________________________________
58003 [  6431] By: jhi                                   on 2000/07/24  17:43:17
58004         Log: Bind op fix.
58005              
58006              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58008              Date: Mon, 17 Jul 2000 20:04:56 +0100
58009              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
58010      Branch: perl
58011            ! op.c
58012 ____________________________________________________________________________
58013 [  6430] By: jhi                                   on 2000/07/24  03:42:42
58014         Log: Subject: [ID 20000716.023] syslog test fails without sockets
58015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58016              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
58017              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
58018      Branch: metaconfig/U/perl
58019            ! Extensions.U
58020      Branch: perl
58021            ! Configure config_h.SH
58022 ____________________________________________________________________________
58023 [  6429] By: jhi                                   on 2000/07/24  03:11:52
58024         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
58025              case, but add also notes explaining the relationship of this
58026              patch and the earlier notes by Sarathy.
58027              
58028              Subject: Map is still slow
58029              From: "Ben Tilly" <ben_tilly@hotmail.com>
58030              Date: Sat, 15 Jul 2000 17:23:27 EDT
58031              Message-ID: <20000715212327.21656.qmail@hotmail.com>
58032      Branch: perl
58033            ! pp_ctl.c
58034 ____________________________________________________________________________
58035 [  6428] By: jhi                                   on 2000/07/24  02:58:52
58036         Log: Documentation to explain the behaviour of map().
58037              
58038              Subject: Re: Map is still slow 
58039              From: Gurusamy Sarathy <gsar@ActiveState.com>
58040              Date: Sat, 15 Jul 2000 16:05:09 -0700
58041              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
58042      Branch: perl
58043            ! pp_ctl.c
58044 ____________________________________________________________________________
58045 [  6427] By: jhi                                   on 2000/07/24  02:50:03
58046         Log: Add tests for
58047              [ID 19991110.003] another matching finding by pcre author
58048              which has already been fixed by some patch, as verified in
58049              
58050              Subject: Re: two regex bugs from the mists of time (well, last November)
58051              From: Hugo <hv@crypt.compulink.co.uk>
58052              Date: Sat, 22 Jul 2000 18:12:58 +0100
58053              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
58054      Branch: perl
58055            ! t/op/re_tests
58056 ____________________________________________________________________________
58057 [  6426] By: jhi                                   on 2000/07/24  02:11:20
58058         Log: A missing 'break' after the [[:space:]] switch case.
58059              
58060              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
58061              From: "Stephen P. Potter" <spp@ds.net>
58062              Date: Tue, 18 Jul 2000 16:25:17 -0400
58063              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
58064      Branch: perl
58065            ! regcomp.c
58066 ____________________________________________________________________________
58067 [  6425] By: jhi                                   on 2000/07/24  02:06:12
58068         Log: The output might have been produced in the wrong order.
58069              
58070              Subject: [ID 20000720.003] [PATCH] t/op/write.t
58071              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58072              Date: Thu, 20 Jul 2000 18:49:18 +0100
58073              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
58074      Branch: perl
58075            ! t/op/write.t
58076 ____________________________________________________________________________
58077 [  6424] By: jhi                                   on 2000/07/24  02:00:07
58078         Log: Use STDOUT consistently.
58079              
58080              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
58081              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58082              Date: Thu, 20 Jul 2000 18:04:01 +0100
58083              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
58084      Branch: perl
58085            ! lib/Test/Harness.pm
58086 ____________________________________________________________________________
58087 [  6423] By: jhi                                   on 2000/07/24  01:54:54
58088         Log: Protect against "wild next"s, that is, callbacks doing "next"
58089              instead of "return".
58090              
58091              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
58092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58093              Date: Tue, 18 Jul 2000 11:30:16 +0100
58094              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
58095      Branch: perl
58096            ! lib/File/Find.pm
58097 ____________________________________________________________________________
58098 [  6422] By: jhi                                   on 2000/07/24  01:35:47
58099         Log: Out-of-date note removed.
58100              
58101              Subject: [PATCH] documentation perlipc
58102              From: rspier@pobox.com (Robert Spier)
58103              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
58104              Message-ID: <14711.35178.572612.502654@rls.cx>
58105      Branch: perl
58106            ! pod/perlipc.pod
58107 ____________________________________________________________________________
58108 [  6421] By: jhi                                   on 2000/07/24  00:09:18
58109         Log: Send all installperl messages to STDERR and be -w clean.
58110              
58111              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
58112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58113              Date: Sat, 22 Jul 2000 14:02:11 +0100
58114              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
58115      Branch: perl
58116            ! installperl
58117 ____________________________________________________________________________
58118 [  6420] By: jhi                                   on 2000/07/24  00:04:19
58119         Log: Decutandpasto.
58120              
58121              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
58122              From: "Richard Soderberg" <rs@crystalflame.net>
58123              Date: Sun, 23 Jul 2000 01:37:23 -0700
58124              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
58125      Branch: perl
58126            ! pod/perlipc.pod
58127 ____________________________________________________________________________
58128 [  6419] By: jhi                                   on 2000/07/24  00:01:12
58129         Log: A cleaner abs_path().
58130              Subject: Re: unix alternative to Cwd.pm
58131              From: Jeff Pinyan <jeffp@crusoe.net>
58132              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
58133              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
58134      Branch: perl
58135            ! lib/Cwd.pm
58136 ____________________________________________________________________________
58137 [  6418] By: jhi                                   on 2000/07/23  23:48:56
58138         Log: Detypo.
58139              
58140              Subject: [PATCH perl-current] Typo in hints/powerux.sh
58141              From: "Richard Soderberg" <rs@crystalflame.net>
58142              Date: Sun, 23 Jul 2000 01:27:33 -0700
58143              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
58144      Branch: perl
58145            ! hints/powerux.sh
58146 ____________________________________________________________________________
58147 [  6417] By: jhi                                   on 2000/07/17  22:13:31
58148         Log: Subject: SDBM_File documentation
58149              From: mjd@plover.com
58150              Date: 16 Jul 2000 17:41:17 -0000
58151              Message-ID: <20000716174117.18515.qmail@plover.com>
58152      Branch: perl
58153            ! ext/SDBM_File/SDBM_File.pm
58154 ____________________________________________________________________________
58155 [  6416] By: jhi                                   on 2000/07/17  19:13:26
58156         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
58157      Branch: perl
58158            ! hints/mpeix.sh mpeix/relink
58159 ____________________________________________________________________________
58160 [  6415] By: jhi                                   on 2000/07/15  14:11:02
58161         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
58162              the utf8 'characters' can be more than one octet).
58163              
58164              Date: Sat, 15 Jul 2000 00:21:56 +0100
58165              From: Tom Hughes <tom@compton.nu>
58166              Subject: Re: [ID 20000714.002]
58167              Message-ID: <db2334de49.tom@compton.compton.nu>
58168              
58169              Reported in
58170              
58171              Subject: [ID 20000714.002]
58172              From: "Simon Cozens" <simon@othersideofthe.earth.li>
58173              Date: 14 Jul 2000 15:13:09 -0000
58174              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
58175      Branch: perl
58176            ! doop.c
58177 ____________________________________________________________________________
58178 [  6414] By: jhi                                   on 2000/07/15  03:13:41
58179         Log: another VMS build tweak from Peter Prymmer
58180      Branch: perl
58181            ! vms/descrip_mms.template
58182 ____________________________________________________________________________
58183 [  6413] By: jhi                                   on 2000/07/15  03:10:40
58184         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
58185      Branch: perl
58186            ! vms/perlvms.pod
58187 ____________________________________________________________________________
58188 [  6412] By: jhi                                   on 2000/07/15  00:31:05
58189         Log: More docs for sv functions.
58190              
58191              Subject: [PATCH cfgperl] sv.c apidoc
58192              From: simon@brecon.co.uk (Simon Cozens)
58193              Date: 13 Jul 2000 09:00:20 GMT
58194              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
58195              
58196              Subject: Re: [PATCH cfgperl] sv.c apidoc
58197              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58198              Date: Thu, 13 Jul 2000 12:27:41 +0100
58199              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
58200              
58201              Subject: Re: [PATCH cfgperl] sv.c apidoc
58202              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58203              Date: Thu, 13 Jul 2000 13:23:09 +0100
58204              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
58205              
58206              Subject: Re: [PATCH cfgperl] sv.c apidoc
58207              From: simon@brecon.co.uk (Simon Cozens)
58208              Date: 14 Jul 2000 06:51:02 GMT
58209              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
58210      Branch: perl
58211            ! embed.pl pod/perlapi.pod sv.c
58212 ____________________________________________________________________________
58213 [  6411] By: jhi                                   on 2000/07/15  00:10:41
58214         Log: lib/b test fixes from Peter Prymmer.
58215      Branch: perl
58216            ! t/lib/b.t
58217 ____________________________________________________________________________
58218 [  6410] By: jhi                                   on 2000/07/15  00:02:09
58219         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
58220              From: Hugo <hv@crypt.compulink.co.uk>
58221              Date: Fri, 14 Jul 2000 23:05:20 +0100
58222              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
58223              
58224              Didn't anymore apply, but that point still could use another fix.
58225      Branch: perl
58226            ! pod/perlfunc.pod
58227 ____________________________________________________________________________
58228 [  6409] By: jhi                                   on 2000/07/14  23:15:15
58229         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
58230              not in pod, from Peter Prymmer
58231      Branch: perl
58232            ! vms/descrip_mms.template
58233 ____________________________________________________________________________
58234 [  6408] By: jhi                                   on 2000/07/14  20:35:05
58235         Log: The bug report
58236              [ID 19991110.002] minimal matching discrepancy found by pcre author
58237              seems to have been fixed (though differently from what was suggested
58238              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
58239      Branch: perl
58240            ! t/op/re_tests
58241 ____________________________________________________________________________
58242 [  6407] By: jhi                                   on 2000/07/14  17:38:08
58243         Log: Fix AutoSplit to use File::Spec the right way in VMS,
58244              from Peter Prymmer.
58245      Branch: perl
58246            ! lib/AutoSplit.pm
58247 ____________________________________________________________________________
58248 [  6406] By: jhi                                   on 2000/07/14  14:13:22
58249         Log: Merge perlhacktut into perlhack, update perlguts.
58250              
58251              Subject: Re: Perlhacktut
58252              From: simon@brecon.co.uk (Simon Cozens)
58253              Date: 14 Jul 2000 06:49:21 GMT
58254              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
58255              
58256              Subject: Re: Perlhacktut
58257              From: simon@brecon.co.uk (Simon Cozens)
58258              Date: 14 Jul 2000 07:09:45 GMT
58259              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
58260      Branch: perl
58261            ! pod/perlguts.pod pod/perlhack.pod
58262 ____________________________________________________________________________
58263 [  6405] By: jhi                                   on 2000/07/14  14:02:31
58264         Log: Integrate with Sarathy.
58265      Branch: cfgperl
58266           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
58267           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
58268           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
58269 ____________________________________________________________________________
58270 [  6404] By: gsar                                  on 2000/07/14  12:15:02
58271         Log: PERL_OBJECT build tweaks
58272      Branch: perl
58273            ! toke.c
58274 ____________________________________________________________________________
58275 [  6403] By: gsar                                  on 2000/07/14  11:23:41
58276         Log: inconsistent types needs casts
58277      Branch: perl
58278            ! toke.c
58279 ____________________________________________________________________________
58280 [  6402] By: gsar                                  on 2000/07/14  11:12:04
58281         Log: typos in change#6399, regen headers
58282      Branch: perl
58283            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
58284 ____________________________________________________________________________
58285 [  6401] By: gsar                                  on 2000/07/14  10:59:12
58286         Log: typecasts needed for change#6394
58287      Branch: perl
58288            ! toke.c
58289 ____________________________________________________________________________
58290 [  6400] By: gsar                                  on 2000/07/14  10:49:37
58291         Log: integrate cfgperl contents into mainline
58292      Branch: perl
58293           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
58294           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
58295 ____________________________________________________________________________
58296 [  6399] By: gsar                                  on 2000/07/14  10:38:35
58297         Log: enable UTF-16 filter by default if relevant BOM is seen; various
58298              cleanups (typos, misformatted code, and small bugs)
58299      Branch: perl
58300            ! doop.c embed.pl mg.c op.c pp.c toke.c
58301 ____________________________________________________________________________
58302 [  6398] By: gsar                                  on 2000/07/14  08:55:38
58303         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
58304              name suggests anyway)
58305      Branch: perl
58306            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
58307 ____________________________________________________________________________
58308 [  6397] By: gsar                                  on 2000/07/14  08:44:33
58309         Log: move new variables to the end of the interpreter structure (for
58310              bincompat in code that doesn't #include XSUB.h)
58311      Branch: perl
58312            ! intrpvar.h
58313 ____________________________________________________________________________
58314 [  6396] By: gsar                                  on 2000/07/14  08:13:58
58315         Log: MakeMaker should not remove editor backups (*~) on `make clean`
58316              by default (completes change#6383)
58317      Branch: perl
58318            ! lib/ExtUtils/MM_Unix.pm
58319 ____________________________________________________________________________
58320 [  6395] By: jhi                                   on 2000/07/14  05:20:33
58321         Log: Replace change #6337 with a better one.
58322              
58323              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
58324              From: Hugo <hv@crypt.compulink.co.uk>
58325              Date: Fri, 14 Jul 2000 04:16:20 +0100
58326              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
58327      Branch: cfgperl
58328            ! regexec.c t/op/re_tests
58329 ____________________________________________________________________________
58330 [  6394] By: jhi                                   on 2000/07/14  01:33:59
58331         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
58332      Branch: cfgperl
58333            ! embed.pl global.sym proto.h toke.c
58334 ____________________________________________________________________________
58335 [  6393] By: jhi                                   on 2000/07/13  23:41:23
58336         Log: remove discarded test
58337      Branch: cfgperl
58338            ! MANIFEST
58339 ____________________________________________________________________________
58340 [  6392] By: jhi                                   on 2000/07/13  23:32:25
58341         Log: The {multiplier} of a fixed substring was overlooked which
58342              caused a wrong initial search offset for that substring.
58343              
58344              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
58345              From: Hugo <hv@crypt.compulink.co.uk>
58346              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
58347              Date: Thu, 13 Jul 2000 19:27:13 +0100
58348      Branch: cfgperl
58349            ! regcomp.c t/op/re_tests
58350 ____________________________________________________________________________
58351 [  6391] By: jhi                                   on 2000/07/13  16:37:42
58352         Log: typo fix from Craig Berry
58353      Branch: cfgperl
58354            ! vms/subconfigure.com
58355 ____________________________________________________________________________
58356 [  6390] By: jhi                                   on 2000/07/13  13:20:12
58357         Log: Integrate with Sarathy.
58358      Branch: cfgperl
58359            - t/op/method2entersub.t
58360           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
58361           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
58362           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
58363           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
58364 ____________________________________________________________________________
58365 [  6389] By: jhi                                   on 2000/07/13  13:18:48
58366         Log: Detypo from Peter Prymmer, part of #6388.
58367      Branch: cfgperl
58368            ! Configure config_h.SH
58369      Branch: metaconfig
58370            ! U/modified/d_longlong.U
58371 ____________________________________________________________________________
58372 [  6388] By: gsar                                  on 2000/07/13  06:33:40
58373         Log: typos (spotted by Peter Prymmer)
58374      Branch: perl
58375            ! Configure t/lib/english.t
58376 ____________________________________________________________________________
58377 [  6387] By: gsar                                  on 2000/07/13  05:35:28
58378         Log: new selfloader.t in change#6183 doesn't close DATA handles,
58379              and thus fails to clean up tmp files on dosish platforms
58380      Branch: perl
58381            ! t/lib/selfloader.t
58382 ____________________________________________________________________________
58383 [  6386] By: gsar                                  on 2000/07/12  21:42:39
58384         Log: sprintf test tweaks (from Dominic Dunlop)
58385      Branch: perl
58386            ! t/op/sprintf.t
58387 ____________________________________________________________________________
58388 [  6385] By: gsar                                  on 2000/07/12  21:33:46
58389         Log: fix bugs in processing %v-*d and similar format specs (from
58390              Avi Finkel <avi@finkel.org>)
58391      Branch: perl
58392            ! sv.c t/op/sprintf.t
58393 ____________________________________________________________________________
58394 [  6384] By: gsar                                  on 2000/07/12  16:04:19
58395         Log: readd missing perldelta.pod changes from changes#6339,6376
58396      Branch: perl
58397            ! pod/perldelta.pod
58398 ____________________________________________________________________________
58399 [  6383] By: gsar                                  on 2000/07/12  16:00:51
58400         Log: don't clobber *.orig files on *clean targets
58401      Branch: perl
58402            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
58403 ____________________________________________________________________________
58404 [  6382] By: gsar                                  on 2000/07/12  07:59:12
58405         Log: fix broken integrations in cfgperl
58406      Branch: cfgperl
58407           !> Changes pod/perldelta.pod
58408 ____________________________________________________________________________
58409 [  6381] By: gsar                                  on 2000/07/12  07:42:17
58410         Log: integrate cfgperl changes into mainline
58411      Branch: perl
58412            ! Changes
58413           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
58414           !> pod/perlre.pod
58415 ____________________________________________________________________________
58416 [  6380] By: gsar                                  on 2000/07/12  07:31:00
58417         Log: get sprintf.t to adjust properly for 3-digit exponents
58418      Branch: perl
58419            ! t/op/sprintf.t
58420 ____________________________________________________________________________
58421 [  6379] By: gsar                                  on 2000/07/12  06:40:04
58422         Log: change#6174 needs corresponding change in win32/config_h.PL,
58423              which grovels through config_h.SH to find the config.h name
58424      Branch: perl
58425            ! win32/config_h.PL
58426 ____________________________________________________________________________
58427 [  6378] By: jhi                                   on 2000/07/12  05:03:59
58428         Log: Do the cc sanity check both before the hints and
58429              after the cc selction.
58430      Branch: cfgperl
58431            ! Configure config_h.SH
58432      Branch: metaconfig
58433            ! U/modified/Oldconfig.U U/modified/cc.U
58434      Branch: metaconfig/U/perl
58435            + Checkcc.U
58436 ____________________________________________________________________________
58437 [  6377] By: jhi                                   on 2000/07/12  02:49:22
58438         Log: Fix nits noticed by Boston.pm.
58439      Branch: cfgperl
58440            ! pod/perlre.pod
58441 ____________________________________________________________________________
58442 [  6376] By: jhi                                   on 2000/07/11  21:22:13
58443         Log: Configure cosmetics and perldelta.
58444      Branch: cfgperl
58445            ! Configure config_h.SH pod/perldelta.pod
58446      Branch: metaconfig
58447            ! U/modified/cc.U
58448 ____________________________________________________________________________
58449 [  6375] By: gsar                                  on 2000/07/11  21:17:35
58450         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
58451      Branch: perl
58452            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
58453            ! win32/win32sck.c
58454 ____________________________________________________________________________
58455 [  6374] By: gsar                                  on 2000/07/11  20:48:50
58456         Log: tweak for build failure under multiplicity
58457      Branch: perl
58458            ! toke.c
58459 ____________________________________________________________________________
58460 [  6373] By: gsar                                  on 2000/07/11  20:37:23
58461         Log: integrate cfgperl changes#6325..6373 into mainline
58462              (NOTE: today's batch of integrations still untested)
58463      Branch: perl
58464           +> ext/DynaLoader/hints/netbsd.pl
58465            ! Changes
58466           !> (integrate 26 files)
58467 ____________________________________________________________________________
58468 [  6372] By: jhi                                   on 2000/07/11  20:30:36
58469         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
58470              regen perltoc.
58471      Branch: cfgperl
58472            + pod/perlbook.pod
58473            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
58474            ! pod/perltoc.pod
58475 ____________________________________________________________________________
58476 [  6371] By: jhi                                   on 2000/07/11  20:08:56
58477         Log: Minor cleanups on the booklist.
58478      Branch: cfgperl
58479            ! pod/perlfaq2.pod
58480 ____________________________________________________________________________
58481 [  6370] By: jhi                                   on 2000/07/11  19:31:13
58482         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
58483      Branch: cfgperl
58484            ! t/pragma/overload.t
58485 ____________________________________________________________________________
58486 [  6369] By: gsar                                  on 2000/07/11  19:27:48
58487         Log: integrate cfgperl changes#6293..6324 into mainline
58488      Branch: perl
58489           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
58490            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
58491           !> (integrate 30 files)
58492 ____________________________________________________________________________
58493 [  6368] By: gsar                                  on 2000/07/11  19:18:57
58494         Log: skip integrate of problematic change#6292 from cfgperl into mainline
58495      Branch: perl
58496           !> pp_hot.c
58497 ____________________________________________________________________________
58498 [  6367] By: gsar                                  on 2000/07/11  19:17:21
58499         Log: integrate cfgperl changes#6288..6290 into mainline
58500      Branch: perl
58501           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
58502 ____________________________________________________________________________
58503 [  6366] By: gsar                                  on 2000/07/11  19:11:18
58504         Log: integrate cfgperl changes#6268..6282 into mainline
58505      Branch: perl
58506           !> (integrate 30 files)
58507 ____________________________________________________________________________
58508 [  6365] By: gsar                                  on 2000/07/11  18:57:00
58509         Log: delete new accidentally branched file
58510      Branch: perl
58511            - t/op/method2entersub.t
58512 ____________________________________________________________________________
58513 [  6364] By: gsar                                  on 2000/07/11  18:55:13
58514         Log: skip integrate of change#6267 from cfgperl into mainline (the
58515              method call optimization is flawed without additional hints
58516              from user about immutableness of @ISA and no runtime method
58517              definitions)
58518      Branch: perl
58519           +> t/op/method2entersub.t
58520           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
58521           !> perl.h t/op/sprintf.t xsutils.c
58522 ____________________________________________________________________________
58523 [  6363] By: gsar                                  on 2000/07/11  18:49:43
58524         Log: integrate cfgperl changes#6261..6266 into mainline
58525      Branch: perl
58526           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
58527           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
58528           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58529           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
58530 ____________________________________________________________________________
58531 [  6362] By: gsar                                  on 2000/07/11  18:43:26
58532         Log: integrate cfgperl changes#6252..6260 into mainline
58533      Branch: perl
58534           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
58535           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
58536           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
58537           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
58538 ____________________________________________________________________________
58539 [  6361] By: gsar                                  on 2000/07/11  18:37:12
58540         Log: skip integrate of problematic change#6251 from cfgperl into mainline
58541      Branch: perl
58542           !> lib/Exporter.pm
58543 ____________________________________________________________________________
58544 [  6360] By: gsar                                  on 2000/07/11  18:34:56
58545         Log: integrate cfgperl change#6250 into mainline
58546      Branch: perl
58547           +> t/op/my_stash.t
58548           !> MANIFEST embed.pl proto.h toke.c
58549 ____________________________________________________________________________
58550 [  6359] By: gsar                                  on 2000/07/11  18:21:19
58551         Log: integrate cfgperl changes#6242..6249 into mainline
58552      Branch: perl
58553           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
58554           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
58555           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
58556           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
58557           !> t/lib/peek.t utf8.c
58558 ____________________________________________________________________________
58559 [  6358] By: gsar                                  on 2000/07/11  18:15:45
58560         Log: skip integrate of problematic change#6241 from cfgperl into mainline
58561      Branch: perl
58562           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
58563 ____________________________________________________________________________
58564 [  6357] By: jhi                                   on 2000/07/11  18:15:16
58565         Log: Fix for
58566              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
58567              From: Roderick Schertler <roderick@argon.org> 
58568              Date: Tue, 11 Jul 2000 13:55:05 -0400 
58569              Message-Id: <200007111755.NAA05077@jones.argon.org> 
58570      Branch: cfgperl
58571            ! doio.c
58572 ____________________________________________________________________________
58573 [  6356] By: jhi                                   on 2000/07/11  18:12:51
58574         Log: Typo in #6341.
58575      Branch: cfgperl
58576            ! pp_hot.c
58577 ____________________________________________________________________________
58578 [  6355] By: gsar                                  on 2000/07/11  18:12:10
58579         Log: integrate cfgperl changes#6231..6240 into mainline
58580      Branch: perl
58581           +> pod/perlutil.pod
58582           !> (integrate 35 files)
58583 ____________________________________________________________________________
58584 [  6354] By: jhi                                   on 2000/07/11  18:04:34
58585         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
58586              From: Dominic Dunlop <domo@computer.org> 
58587              Date: Tue, 11 Jul 2000 12:27:33 +0200 
58588              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
58589              
58590              Replaces change #6268.
58591      Branch: cfgperl
58592            ! t/op/sprintf.t
58593 ____________________________________________________________________________
58594 [  6353] By: gsar                                  on 2000/07/11  17:59:51
58595         Log: skip integrate of problematic change#6230 from cfgperl into mainline
58596              (a later version of File::Spec is already in mainline)
58597      Branch: perl
58598           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
58599           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
58600 ____________________________________________________________________________
58601 [  6352] By: gsar                                  on 2000/07/11  17:57:48
58602         Log: integrate cfgperl changes#6224..6229 into mainline
58603      Branch: perl
58604           +> lib/lib.pm.PL
58605            - lib/lib.pm
58606           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
58607           !> lib/English.pm op.c t/lib/english.t
58608 ____________________________________________________________________________
58609 [  6351] By: gsar                                  on 2000/07/11  17:50:10
58610         Log: skip integrate of problematic change#6223 from cfgperl into mainline
58611      Branch: perl
58612           !> doio.c
58613 ____________________________________________________________________________
58614 [  6350] By: gsar                                  on 2000/07/11  17:48:28
58615         Log: integrate cfgperl changes#6220..6222 into mainline
58616      Branch: perl
58617           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
58618           !> toke.c utf8.c win32/win32.h
58619 ____________________________________________________________________________
58620 [  6349] By: gsar                                  on 2000/07/11  17:46:13
58621         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
58622              mainline
58623      Branch: perl
58624           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58625           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58626           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58627 ____________________________________________________________________________
58628 [  6348] By: jhi                                   on 2000/07/11  17:45:49
58629         Log: README.posix-bc podified from Thomas Dorner.
58630      Branch: cfgperl
58631            ! README.posix-bc
58632 ____________________________________________________________________________
58633 [  6347] By: gsar                                  on 2000/07/11  17:42:04
58634         Log: integrate cfgperl change#6217 into mainline
58635      Branch: perl
58636           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
58637           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
58638           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
58639 ____________________________________________________________________________
58640 [  6346] By: gsar                                  on 2000/07/11  17:39:37
58641         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
58642              mainline
58643      Branch: perl
58644           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
58645           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58646           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
58647           !> perlapi.h pod/perlapi.pod
58648 ____________________________________________________________________________
58649 [  6345] By: gsar                                  on 2000/07/11  17:36:42
58650         Log: integrate cfgperl changes#6207..6210 into mainline
58651      Branch: perl
58652           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
58653           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
58654 ____________________________________________________________________________
58655 [  6344] By: gsar                                  on 2000/07/11  17:31:20
58656         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
58657              mainline
58658      Branch: perl
58659           !> (integrate 40 files)
58660 ____________________________________________________________________________
58661 [  6343] By: gsar                                  on 2000/07/11  17:19:08
58662         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
58663      Branch: perl
58664           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
58665            ! Changes
58666           !> (integrate 34 files)
58667 ____________________________________________________________________________
58668 [  6342] By: jhi                                   on 2000/07/11  16:05:48
58669         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
58670              To: perl5-porters@perl.org
58671              From: Karsten Sperling <spiff@phreax.net>
58672              Date: Mon, 10 Jul 2000 15:12:52 +0200
58673              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
58674      Branch: cfgperl
58675            ! lib/Symbol.pm
58676 ____________________________________________________________________________
58677 [  6341] By: jhi                                   on 2000/07/11  15:59:23
58678         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
58679              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58680              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
58681              Date: Fri, 07 Jul 2000 17:57:16 +0100
58682      Branch: cfgperl
58683            ! pp_hot.c
58684 ____________________________________________________________________________
58685 [  6340] By: jhi                                   on 2000/07/11  15:55:47
58686         Log: Subject: Re: format bug report  [Patch]
58687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58688              Date: Wed, 05 Jul 2000 13:12:52 +0200
58689              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
58690              
58691              Subject: Re: format bug report  [Patch]
58692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58693              Date: Wed, 05 Jul 2000 14:10:01 +0200
58694              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
58695      Branch: cfgperl
58696            ! t/op/write.t toke.c
58697 ____________________________________________________________________________
58698 [  6339] By: jhi                                   on 2000/07/11  13:54:09
58699         Log: Be less forgiving about ambiguous and illegal tr ranges.
58700              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
58701              From: Mark-Jason Dominus <mjd@plover.com>
58702              Date: Tue, 04 Jul 2000 10:00:12 -0400
58703              Message-ID: <20000704140012.17772.qmail@plover.com>
58704              
58705              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
58706              From: Mark-Jason Dominus <mjd@plover.com>
58707              Date: Wed, 05 Jul 2000 09:37:36 -0400
58708              Message-ID: <20000705133736.27293.qmail@plover.com>
58709      Branch: cfgperl
58710            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
58711 ____________________________________________________________________________
58712 [  6338] By: jhi                                   on 2000/07/11  13:31:24
58713         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
58714              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58715              Date: Tue, 11 Jul 2000 13:50:51 +0100
58716              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
58717      Branch: cfgperl
58718            ! sv.c
58719 ____________________________________________________________________________
58720 [  6337] By: jhi                                   on 2000/07/11  13:29:14
58721         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
58722              From: Hugo <hv@crypt.compulink.co.uk>
58723              Date: Tue, 11 Jul 2000 12:44:50 +0100
58724              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
58725      Branch: cfgperl
58726            ! regexec.c t/op/re_tests
58727 ____________________________________________________________________________
58728 [  6336] By: jhi                                   on 2000/07/11  13:26:47
58729         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
58730              From: simon@brecon.co.uk (Simon Cozens)
58731              Date: 7 Jul 2000 11:26:09 GMT
58732              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
58733      Branch: cfgperl
58734            ! mg.c
58735 ____________________________________________________________________________
58736 [  6335] By: jhi                                   on 2000/07/11  13:23:37
58737         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
58738              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
58739              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
58740              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
58741      Branch: cfgperl
58742            + ext/DynaLoader/hints/netbsd.pl
58743            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
58744 ____________________________________________________________________________
58745 [  6334] By: jhi                                   on 2000/07/11  13:20:38
58746         Log: Subject: PATCH perlguts.pod: Document D and d magic types
58747              From: mjd@plover.com
58748              Date: 5 Jul 2000 18:01:51 -0000
58749              Message-ID: <20000705180151.29413.qmail@plover.com>
58750      Branch: cfgperl
58751            ! pod/perlguts.pod
58752 ____________________________________________________________________________
58753 [  6333] By: jhi                                   on 2000/07/11  13:15:51
58754         Log: Precedence goof, fix based on
58755              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
58756              From: Hugo <hv@crypt.compulink.co.uk>
58757              Date: Tue, 11 Jul 2000 12:52:38 +0100
58758              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
58759      Branch: cfgperl
58760            ! t/op/taint.t
58761 ____________________________________________________________________________
58762 [  6332] By: jhi                                   on 2000/07/11  12:40:17
58763         Log: Integrate with Sarathy.
58764      Branch: cfgperl
58765           !> win32/win32sck.c
58766 ____________________________________________________________________________
58767 [  6331] By: jhi                                   on 2000/07/10  20:14:16
58768         Log: Sprinkle ldlibpath.
58769      Branch: cfgperl
58770            ! pod/Makefile.SH
58771 ____________________________________________________________________________
58772 [  6330] By: jhi                                   on 2000/07/10  17:54:49
58773         Log: More POSIX.pod tweaks.
58774      Branch: cfgperl
58775            ! ext/POSIX/POSIX.pod
58776 ____________________________________________________________________________
58777 [  6329] By: jhi                                   on 2000/07/10  14:02:12
58778         Log: Reorder perl.pod once more.
58779      Branch: cfgperl
58780            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58781 ____________________________________________________________________________
58782 [  6328] By: gsar                                  on 2000/07/10  07:06:00
58783         Log: accept() leaks memory on windows due to incorrect ordering of
58784              closesocket() and fclose() calls
58785      Branch: perl
58786            ! win32/win32sck.c
58787 ____________________________________________________________________________
58788 [  6327] By: gsar                                  on 2000/07/10  06:49:17
58789         Log: winsock options weren't being set in all threads under ithreads
58790              (caused send()s from second and subsequent threads to fail)
58791      Branch: perl
58792            ! win32/win32sck.c
58793 ____________________________________________________________________________
58794 [  6326] By: jhi                                   on 2000/07/08  02:45:40
58795         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
58796              was cast to an unsigned (32-bit) integer with wild abandon.
58797      Branch: cfgperl
58798            ! ext/Devel/DProf/DProf.xs
58799 ____________________________________________________________________________
58800 [  6325] By: jhi                                   on 2000/07/07  18:50:33
58801         Log: Remove perlbook, update perlfaq book listing,
58802              rearrange perl.pod, regenerate perltoc.
58803      Branch: cfgperl
58804            - pod/perlbook.pod
58805            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
58806            ! pod/perlfaq2.pod pod/perltoc.pod
58807 ____________________________________________________________________________
58808 [  6324] By: jhi                                   on 2000/07/07  14:03:40
58809         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
58810      Branch: cfgperl
58811            ! sv.h toke.c
58812 ____________________________________________________________________________
58813 [  6323] By: jhi                                   on 2000/07/06  16:03:55
58814         Log: Fix complaints of buildtoc.
58815      Branch: cfgperl
58816            + lib/Win32.pod
58817            - pod/Win32.pod
58818            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58819 ____________________________________________________________________________
58820 [  6322] By: jhi                                   on 2000/07/06  15:15:52
58821         Log: Add =head1 NAMEs so that buildtoc is happy.
58822              (The CGI::Util nit reported to Lincoln.)
58823      Branch: cfgperl
58824            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
58825            ! pod/perltoc.pod
58826 ____________________________________________________________________________
58827 [  6321] By: jhi                                   on 2000/07/06  03:16:04
58828         Log: Config is being used.
58829      Branch: cfgperl
58830            ! t/op/method.t
58831 ____________________________________________________________________________
58832 [  6320] By: jhi                                   on 2000/07/06  03:13:13
58833         Log: Integrate with Sarathy.
58834      Branch: cfgperl
58835           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
58836 ____________________________________________________________________________
58837 [  6319] By: jhi                                   on 2000/07/06  03:11:46
58838         Log: Autogenerate pod/Makefile and pod/buildtoc.
58839              buildtoc also checks whether the existin pods are
58840              mentioned in MANIFEST and perl.pod, and vice versa.
58841              (None of the thusly found discrepancies fixed yet.)
58842              roffitall also needs to be autogenerated similarly but it
58843              seems so badly out of date that I didn't touch it yet.
58844      Branch: cfgperl
58845            + pod/Makefile.SH pod/buildtoc.PL
58846            - pod/Makefile pod/buildtoc
58847            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
58848 ____________________________________________________________________________
58849 [  6318] By: gsar                                  on 2000/07/05  22:10:54
58850         Log: fix UNC path handling on Windows under ithreads, and chdir()
58851              return value when given a non-existent directory
58852      Branch: perl
58853            ! win32/vdir.h
58854 ____________________________________________________________________________
58855 [  6317] By: gsar                                  on 2000/07/05  22:08:19
58856         Log: winsock cleanup never done on Windows (leads to handle leaks)
58857      Branch: perl
58858            ! win32/perllib.c win32/win32sck.c
58859 ____________________________________________________________________________
58860 [  6316] By: gsar                                  on 2000/07/05  22:06:19
58861         Log: some debugger output does not go to the socket when RemotePort is set
58862      Branch: perl
58863            ! lib/perl5db.pl
58864 ____________________________________________________________________________
58865 [  6315] By: jhi                                   on 2000/07/05  00:25:21
58866         Log: Integrate with Sarathy, preliminary fix for unicos
58867              alignment problems in [ID 20000612.002] Perl problem on Cray system.
58868      Branch: cfgperl
58869            ! sv.h
58870           !> pp_hot.c
58871 ____________________________________________________________________________
58872 [  6314] By: gsar                                  on 2000/07/04  23:34:02
58873         Log: tyop in change#6306
58874      Branch: perl
58875            ! pp_hot.c
58876 ____________________________________________________________________________
58877 [  6313] By: jhi                                   on 2000/07/04  22:14:38
58878         Log: Multiline string literals ENONPORTABLE.
58879      Branch: cfgperl
58880            ! pp_hot.c
58881 ____________________________________________________________________________
58882 [  6312] By: jhi                                   on 2000/07/04  20:34:44
58883         Log: Integrate with Sarathy.
58884      Branch: cfgperl
58885           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
58886           !> t/op/method.t
58887 ____________________________________________________________________________
58888 [  6311] By: jhi                                   on 2000/07/04  20:30:56
58889         Log: More POSIX.pod embellishment.
58890      Branch: cfgperl
58891            ! ext/POSIX/POSIX.pod
58892 ____________________________________________________________________________
58893 [  6310] By: gsar                                  on 2000/07/04  17:28:48
58894         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
58895      Branch: perl
58896            ! t/lib/b.t
58897 ____________________________________________________________________________
58898 [  6309] By: jhi                                   on 2000/07/04  17:22:18
58899         Log: The #6308 required a little bit more.
58900      Branch: cfgperl
58901            ! Makefile.SH win32/Makefile
58902 ____________________________________________________________________________
58903 [  6308] By: jhi                                   on 2000/07/04  16:35:24
58904         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
58905      Branch: cfgperl
58906            + lib/lib_pm.PL
58907            - lib/lib.pm.PL
58908            ! MANIFEST Makefile.SH
58909 ____________________________________________________________________________
58910 [  6307] By: jhi                                   on 2000/07/04  16:28:58
58911         Log: Win32 patches for cfgperl from Sarathy.
58912      Branch: cfgperl
58913            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
58914            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
58915            ! thread.h toke.c util.c win32/Makefile win32/win32.c
58916 ____________________________________________________________________________
58917 [  6306] By: gsar                                  on 2000/07/04  16:28:40
58918         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
58919              (from Richard Soderberg <rs@oregonnet.com>)
58920      Branch: perl
58921            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
58922 ____________________________________________________________________________
58923 [  6305] By: jhi                                   on 2000/07/04  16:24:24
58924         Log: Integrate with Sarathy.
58925      Branch: cfgperl
58926           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
58927           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
58928           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
58929           !> proto.h win32/win32.c
58930 ____________________________________________________________________________
58931 [  6304] By: gsar                                  on 2000/07/04  16:17:24
58932         Log: missing perldiag entry for unpack("w",...) diagnostic (from
58933              Andreas Koenig)
58934      Branch: perl
58935            ! pod/perldiag.pod
58936 ____________________________________________________________________________
58937 [  6303] By: gsar                                  on 2000/07/04  16:14:44
58938         Log: remove rel2abs prototypes (from Barrie Slaymaker)
58939      Branch: perl
58940            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
58941            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58942 ____________________________________________________________________________
58943 [  6302] By: gsar                                  on 2000/07/04  04:59:35
58944         Log: adjust change#6299
58945      Branch: perl
58946            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
58947            ! win32/win32.c
58948 ____________________________________________________________________________
58949 [  6301] By: jhi                                   on 2000/07/04  04:50:07
58950         Log: Integrate with Sarathy.
58951      Branch: cfgperl
58952           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
58953           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
58954           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
58955 ____________________________________________________________________________
58956 [  6300] By: gsar                                  on 2000/07/04  04:42:09
58957         Log: PERL_OBJECT build tweak
58958      Branch: perl
58959            ! perl.h
58960 ____________________________________________________________________________
58961 [  6299] By: gsar                                  on 2000/07/04  04:37:00
58962         Log: fix memory leak on Windows (PL_sys_intern contents were never
58963              freed)
58964      Branch: perl
58965            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
58966            ! perlapi.c proto.h win32/win32.c
58967 ____________________________________________________________________________
58968 [  6298] By: gsar                                  on 2000/07/04  04:15:59
58969         Log: fix large memory leak that has been around for ever, masked by
58970              -DPURIFY (most of the arenas were never freed!)
58971      Branch: perl
58972            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
58973 ____________________________________________________________________________
58974 [  6297] By: gsar                                  on 2000/07/04  04:07:46
58975         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
58976      Branch: perl
58977            ! perl.c
58978 ____________________________________________________________________________
58979 [  6296] By: jhi                                   on 2000/06/30  18:28:37
58980         Log: Elaborate POSIX.pod.  Still needs work.
58981      Branch: cfgperl
58982            ! ext/POSIX/POSIX.pod
58983 ____________________________________________________________________________
58984 [  6295] By: jhi                                   on 2000/06/30  14:58:18
58985         Log: Point to perlipc for more SysV IPC examples.
58986      Branch: cfgperl
58987            ! pod/perlfunc.pod
58988 ____________________________________________________________________________
58989 [  6294] By: gsar                                  on 2000/06/30  14:47:45
58990         Log: slurp mode fix in change#4736 still not quite right
58991      Branch: perl
58992            ! pp_hot.c t/io/argv.t
58993 ____________________________________________________________________________
58994 [  6293] By: jhi                                   on 2000/06/30  12:02:55
58995         Log: Integrate with Sarathy.
58996      Branch: cfgperl
58997           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
58998 ____________________________________________________________________________
58999 [  6292] By: jhi                                   on 2000/06/30  12:01:11
59000         Log: From: simon@brecon.co.uk (Simon Cozens)
59001              Subject: UTF8 concat
59002              Date: 30 Jun 2000 06:13:25 GMT
59003              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
59004      Branch: cfgperl
59005            ! pp_hot.c
59006 ____________________________________________________________________________
59007 [  6291] By: gsar                                  on 2000/06/30  04:37:33
59008         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
59009              when @_ is modified, causing coredumps
59010      Branch: perl
59011            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
59012 ____________________________________________________________________________
59013 [  6290] By: jhi                                   on 2000/06/30  02:21:44
59014         Log: Integrate with Sarathy.
59015      Branch: cfgperl
59016           !> vms/vms.c vms/vmsish.h
59017 ____________________________________________________________________________
59018 [  6289] By: jhi                                   on 2000/06/30  02:21:02
59019         Log: Check VERSIONs.
59020      Branch: cfgperl
59021            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59022            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59023            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59024 ____________________________________________________________________________
59025 [  6288] By: jhi                                   on 2000/06/30  02:18:52
59026         Log: Integrate with Sarathy.
59027      Branch: cfgperl
59028           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
59029           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59030           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59031           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
59032 ____________________________________________________________________________
59033 [  6287] By: gsar                                  on 2000/06/30  02:17:08
59034         Log: integrate vmsperl changes into mainline
59035      Branch: perl
59036           !> vms/vms.c vms/vmsish.h
59037 ____________________________________________________________________________
59038 [  6285] By: gsar                                  on 2000/06/30  02:05:28
59039         Log: localize %INC in a Safe compartment so that use/require work
59040              (many other magic globals probably need similar treatment)
59041      Branch: perl
59042            ! ext/Opcode/Opcode.xs
59043 ____________________________________________________________________________
59044 [  6284] By: gsar                                  on 2000/06/30  01:54:54
59045         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
59046              about Windows
59047      Branch: perl
59048            ! pod/perlembed.pod
59049 ____________________________________________________________________________
59050 [  6283] By: jhi                                   on 2000/06/30  01:50:10
59051         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
59052              From: Barrie Slaymaker <barries@jester.slaysys.com>
59053              Date: Wed, 28 Jun 2000 11:35:29 -0400
59054              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
59055      Branch: perl
59056            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
59057            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59058            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59059            ! lib/File/Spec/Win32.pm
59060 ____________________________________________________________________________
59061 [  6282] By: jhi                                   on 2000/06/29  22:57:22
59062         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
59063              From: Dan Sugalski <dan@sidhe.org>
59064              Date: Tue, 06 Jun 2000 11:59:50 -0400
59065              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
59066      Branch: cfgperl
59067            ! vms/vms.c
59068 ____________________________________________________________________________
59069 [  6281] By: jhi                                   on 2000/06/29  22:52:50
59070         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
59071              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59072              Date: Wed, 7 Jun 2000 04:02:04 -0500
59073              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
59074      Branch: cfgperl
59075            ! utils/h2xs.PL
59076 ____________________________________________________________________________
59077 [  6280] By: jhi                                   on 2000/06/29  22:45:47
59078         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
59079              From: rspier@pobox.com (Robert Spier)
59080              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
59081              Message-ID: <14654.31913.845602.610277@rls.cx>
59082      Branch: cfgperl
59083            ! utils/h2xs.PL
59084 ____________________________________________________________________________
59085 [  6279] By: jhi                                   on 2000/06/29  22:38:16
59086         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
59087              From: Tim Ayers <tayers@bridge.com>
59088              Date: Thu, 08 Jun 2000 08:11:06 +0200
59089              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
59090              [resent by Richard Foley, Message-Id probably wrong]
59091      Branch: cfgperl
59092            ! pod/perlsub.pod
59093 ____________________________________________________________________________
59094 [  6278] By: jhi                                   on 2000/06/29  22:21:45
59095         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
59096              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
59097              Date: Fri, 09 Jun 2000 12:39:27 -0400
59098              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
59099              (plus update the version "number" of Text::Wrap)
59100      Branch: cfgperl
59101            ! lib/Text/Wrap.pm
59102 ____________________________________________________________________________
59103 [  6277] By: jhi                                   on 2000/06/29  22:13:10
59104         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
59105              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59106              Date: Mon, 12 Jun 2000 14:55:59 +0100
59107              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
59108      Branch: cfgperl
59109            ! pod/perlfunc.pod
59110 ____________________________________________________________________________
59111 [  6276] By: jhi                                   on 2000/06/29  22:11:06
59112         Log: Subject: [PATCH] Re: eval documentation: context
59113              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59114              Date: Mon, 12 Jun 2000 15:07:29 +0100
59115              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
59116      Branch: cfgperl
59117            ! pod/perlfunc.pod
59118 ____________________________________________________________________________
59119 [  6275] By: jhi                                   on 2000/06/29  21:59:46
59120         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
59121              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59122              Date: Tue, 13 Jun 2000 02:43:48 -0500
59123              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
59124      Branch: cfgperl
59125            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
59126 ____________________________________________________________________________
59127 [  6274] By: jhi                                   on 2000/06/29  21:56:14
59128         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
59129              From: Andy Dougherty <doughera@lafayette.edu>
59130              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
59131              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
59132      Branch: cfgperl
59133            ! ext/File/Glob/Glob.pm
59134 ____________________________________________________________________________
59135 [  6273] By: jhi                                   on 2000/06/29  21:49:09
59136         Log: Subject: [PATCH] xsub attributes
59137              From: Doug MacEachern <dougm@covalent.net>
59138              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
59139              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
59140      Branch: cfgperl
59141            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
59142            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
59143 ____________________________________________________________________________
59144 [  6272] By: jhi                                   on 2000/06/29  21:41:28
59145         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
59146              From: Tom Phoenix <rootbeer@redcat.com>
59147              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
59148              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
59149      Branch: cfgperl
59150            ! lib/Net/Ping.pm
59151 ____________________________________________________________________________
59152 [  6271] By: jhi                                   on 2000/06/29  21:36:55
59153         Log: Subject: PATCH pod/perltie.pod
59154              From: Ian Phillipps <Ian.Phillipps@iname.com>
59155              Date: Fri, 16 Jun 2000 00:17:19 +0100
59156              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
59157              (only the first hunk, the second hunk had already been done
59158              by some other patch)
59159      Branch: cfgperl
59160            ! pod/perltie.pod
59161 ____________________________________________________________________________
59162 [  6270] By: jhi                                   on 2000/06/29  21:24:51
59163         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
59164              From: Nicholas Clark <nick@talking.bollo.cx>
59165              Date: Fri, 23 Jun 2000 16:21:15 +0100
59166              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
59167      Branch: cfgperl
59168            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
59169            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
59170 ____________________________________________________________________________
59171 [  6269] By: jhi                                   on 2000/06/29  19:38:15
59172         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
59173              silence few compiler warnings.
59174      Branch: cfgperl
59175            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
59176 ____________________________________________________________________________
59177 [  6268] By: jhi                                   on 2000/06/29  18:21:50
59178         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
59179              From: Dominic Dunlop <domo@computer.org> 
59180              Date: Thu, 29 Jun 2000 12:32:39 +0200 
59181              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
59182      Branch: cfgperl
59183            ! t/op/sprintf.t
59184 ____________________________________________________________________________
59185 [  6267] By: jhi                                   on 2000/06/29  18:16:07
59186         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
59187              From: Doug MacEachern <dougm@covalent.net>
59188              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
59189              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
59190      Branch: cfgperl
59191            + t/op/method2entersub.t
59192            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
59193            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59194            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
59195            ! xsutils.c
59196 ____________________________________________________________________________
59197 [  6266] By: jhi                                   on 2000/06/29  15:11:15
59198         Log: Subject: [PATCH 5.6.0] cygwin port
59199              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
59200              From: "Fifer, Eric" <EFifer@sanwaint.com>
59201              Date: Thu, 29 Jun 2000 12:58:29 +0100
59202      Branch: cfgperl
59203            ! cygwin/Makefile.SHs
59204 ____________________________________________________________________________
59205 [  6265] By: jhi                                   on 2000/06/29  15:04:05
59206         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
59207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59208              Date: Wed, 28 Jun 2000 17:50:12 -0700
59209              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
59210      Branch: cfgperl
59211            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59212 ____________________________________________________________________________
59213 [  6264] By: jhi                                   on 2000/06/29  15:00:57
59214         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
59215              From: Marty Lucich <marty@netcom.com>
59216              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
59217              Message-Id: <200006282116.OAA11148@netcom.com>
59218              ccdlflags update (the BSD/OS 4.1 part had already been taken
59219              care of by #6141).
59220      Branch: cfgperl
59221            ! hints/bsdos.sh
59222 ____________________________________________________________________________
59223 [  6263] By: jhi                                   on 2000/06/29  13:47:44
59224         Log: tr fixes from Simon Cozens
59225      Branch: cfgperl
59226            ! doop.c
59227 ____________________________________________________________________________
59228 [  6262] By: jhi                                   on 2000/06/28  18:46:01
59229         Log: Subject: 5.6.0 Patch for EPOC
59230              From: Olaf Flebbe <o.flebbe@gmx.de>
59231              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
59232              Message-ID: <23449.960929969@www11.gmx.net>
59233      Branch: cfgperl
59234            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
59235            ! epoc/epocish.h
59236 ____________________________________________________________________________
59237 [  6261] By: jhi                                   on 2000/06/28  18:29:07
59238         Log: Subject: Re: [PATCH cfgperl] BOMs away!
59239              From: simon@brecon.co.uk (Simon Cozens)
59240              Date: 17 Jun 2000 11:49:57 GMT
59241              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
59242      Branch: cfgperl
59243            ! pod/perldiag.pod t/comp/require.t toke.c
59244 ____________________________________________________________________________
59245 [  6260] By: jhi                                   on 2000/06/28  17:47:16
59246         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
59247              From: simon@brecon.co.uk (Simon Cozens) 
59248              Date: 17 Jun 2000 11:56:44 GMT 
59249              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
59250              pack U0, pack C0
59251      Branch: cfgperl
59252            ! pod/perlfunc.pod pp.c t/op/pack.t
59253 ____________________________________________________________________________
59254 [  6259] By: jhi                                   on 2000/06/28  16:43:17
59255         Log: perlnewmod was missing from MANIFEST.
59256      Branch: cfgperl
59257            ! MANIFEST
59258 ____________________________________________________________________________
59259 [  6258] By: jhi                                   on 2000/06/28  15:54:30
59260         Log: linenumber tweak
59261      Branch: cfgperl
59262            ! t/pragma/warn/regcomp
59263 ____________________________________________________________________________
59264 [  6257] By: jhi                                   on 2000/06/28  15:50:44
59265         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
59266              From: Doug MacEachern <dougm@covalent.net>
59267              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
59268              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
59269              (one part of the patch had been applied earlier)
59270      Branch: cfgperl
59271            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
59272 ____________________________________________________________________________
59273 [  6256] By: jhi                                   on 2000/06/28  15:40:22
59274         Log: tweaks from Simon Cozens to further fix tr/// under utf8
59275      Branch: cfgperl
59276            ! doop.c
59277 ____________________________________________________________________________
59278 [  6255] By: jhi                                   on 2000/06/28  15:33:45
59279         Log: small thinko tweaks
59280      Branch: cfgperl
59281            ! lib/IPC/Open3.pm t/op/my_stash.t
59282 ____________________________________________________________________________
59283 [  6254] By: jhi                                   on 2000/06/28  15:33:25
59284         Log: Subject: tr///, help wanted.
59285              From: simon@brecon.co.uk (Simon Cozens)
59286              Date: 28 Jun 2000 11:29:04 GMT
59287              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
59288      Branch: cfgperl
59289            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
59290            ! pp_proto.h proto.h t/op/tr.t
59291 ____________________________________________________________________________
59292 [  6253] By: jhi                                   on 2000/06/28  15:09:17
59293         Log: Paranoia tweak on #6249.
59294              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59295              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59296              Date: Sun, 25 Jun 2000 23:43:12 -0400
59297              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
59298      Branch: cfgperl
59299            ! lib/IPC/Open3.pm
59300 ____________________________________________________________________________
59301 [  6252] By: jhi                                   on 2000/06/28  15:01:38
59302         Log: Document #6249 and #6251.
59303      Branch: cfgperl
59304            ! lib/Exporter.pm lib/IPC/Open3.pm
59305 ____________________________________________________________________________
59306 [  6251] By: jhi                                   on 2000/06/28  14:50:43
59307         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
59308              From: Doug MacEachern <dougm@covalent.net>
59309              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
59310              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
59311      Branch: cfgperl
59312            ! lib/Exporter.pm
59313 ____________________________________________________________________________
59314 [  6250] By: jhi                                   on 2000/06/28  14:45:23
59315         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
59316              From: Doug MacEachern <dougm@covalent.net>
59317              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
59318              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
59319      Branch: cfgperl
59320            + t/op/my_stash.t
59321            ! MANIFEST embed.pl global.sym proto.h toke.c
59322 ____________________________________________________________________________
59323 [  6249] By: jhi                                   on 2000/06/28  14:36:34
59324         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
59325              From: Frank Tobin <ftobin@uiuc.edu>
59326              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
59327              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
59328      Branch: cfgperl
59329            ! lib/IPC/Open3.pm
59330 ____________________________________________________________________________
59331 [  6248] By: jhi                                   on 2000/06/28  14:11:25
59332         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
59333              From: Mark-Jason Dominus <mjd@plover.com>
59334              Date: Tue, 27 Jun 2000 22:36:42 -0400
59335              Message-ID: <20000628023642.12166.qmail@plover.com>
59336      Branch: cfgperl
59337            ! pod/perlfunc.pod
59338 ____________________________________________________________________________
59339 [  6247] By: jhi                                   on 2000/06/27  12:46:37
59340         Log: Tweak $VERSION, patch from Doug MacEachern.
59341      Branch: cfgperl
59342            ! lib/File/Spec.pm
59343 ____________________________________________________________________________
59344 [  6246] By: jhi                                   on 2000/06/27  03:34:46
59345         Log: Allow for standalone testing.
59346      Branch: cfgperl
59347            ! t/lib/filefunc.t t/lib/filespec.t
59348 ____________________________________________________________________________
59349 [  6245] By: jhi                                   on 2000/06/27  02:50:02
59350         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
59351              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59352              Date: Sat, 24 Jun 2000 13:06:20 +0100
59353              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
59354      Branch: cfgperl
59355            ! ext/DynaLoader/DynaLoader_pm.PL
59356 ____________________________________________________________________________
59357 [  6244] By: jhi                                   on 2000/06/27  02:46:10
59358         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
59359              From: Doug MacEachern <dougm@covalent.net>
59360              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
59361              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
59362      Branch: cfgperl
59363            ! gv.c sv.c t/lib/peek.t
59364 ____________________________________________________________________________
59365 [  6243] By: jhi                                   on 2000/06/27  02:38:07
59366         Log: Subject: [PATCH] is_utf8_string
59367              From: simon@brecon.co.uk (Simon Cozens)
59368              Date: 26 Jun 2000 02:25:59 GMT
59369              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
59370      Branch: cfgperl
59371            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
59372            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
59373            ! proto.h utf8.c
59374 ____________________________________________________________________________
59375 [  6242] By: jhi                                   on 2000/06/27  02:24:00
59376         Log: Subject: [PATCH] bytes<->utf8 fixes
59377              From: simon@brecon.co.uk (Simon Cozens)
59378              Date: 26 Jun 2000 04:55:45 GMT
59379              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
59380      Branch: cfgperl
59381            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
59382 ____________________________________________________________________________
59383 [  6241] By: jhi                                   on 2000/06/27  02:12:42
59384         Log: Do no -warn on \_, only on \alpha.
59385              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
59386              From: David Dyck <dcd@tc.fluke.com>
59387              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
59388              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
59389      Branch: cfgperl
59390            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
59391 ____________________________________________________________________________
59392 [  6240] By: jhi                                   on 2000/06/27  02:00:01
59393         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
59394              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59395              Date: Mon, 26 Jun 2000 18:40:14 +0100
59396              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
59397      Branch: cfgperl
59398            ! utils/h2xs.PL
59399 ____________________________________________________________________________
59400 [  6239] By: jhi                                   on 2000/06/27  01:53:40
59401         Log: Configure maintenance.  Sever some dependency cycles,
59402              separate gccversion from the cc unit,
59403              address [ID 20000623.006] Configure script patch for using gcc on AIX
59404              (but solve it a little bit differently),
59405              unduplex some accidentally duplicated units,
59406              suggest using gcc if no cc available
59407              (p5p thread: "Solaris configure: counterproposal", 1999-09)
59408      Branch: cfgperl
59409            ! Configure Todo-5.6 config_h.SH
59410      Branch: metaconfig
59411            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
59412            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
59413      Branch: metaconfig/U/perl
59414            + gccvers.U
59415            ! d_getespwnam.U d_getprpwnam.U i_prot.U
59416 ____________________________________________________________________________
59417 [  6238] By: jhi                                   on 2000/06/25  18:04:56
59418         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
59419              From: Dan Sugalski <dan@sidhe.org>
59420              Date: Fri, 23 Jun 2000 17:00:00 -0400
59421              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
59422      Branch: cfgperl
59423            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
59424 ____________________________________________________________________________
59425 [  6237] By: jhi                                   on 2000/06/25  16:36:45
59426         Log: Tweak embed.pl, regen headers.
59427      Branch: cfgperl
59428            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
59429            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
59430            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
59431            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
59432            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
59433 ____________________________________________________________________________
59434 [  6236] By: jhi                                   on 2000/06/25  15:26:42
59435         Log: Regen headers.
59436      Branch: cfgperl
59437            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
59438            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
59439            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
59440            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
59441            ! regnodes.h warnings.h
59442 ____________________________________________________________________________
59443 [  6235] By: jhi                                   on 2000/06/23  19:39:35
59444         Log: The thread begun by
59445              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
59446              From: Kevin.Ruscoe@ubsw.com
59447              Date: Fri, 16 Jun 2000 16:38:51 +0100
59448              Message-Id: <H000019b03c300d6@MHS>
59449      Branch: cfgperl
59450            ! hints/solaris_2.sh
59451 ____________________________________________________________________________
59452 [  6234] By: jhi                                   on 2000/06/23  19:23:36
59453         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
59454              because when run as services (Win32ese for daemons)
59455              no environment variables are set and tmpdir ends up as /tmp,
59456              which is ambiguous.
59457              
59458              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
59459              From: matt@sergeant.org
59460              Date: 16 Jun 2000 16:30:43 -0000
59461              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
59462      Branch: cfgperl
59463            ! lib/File/Spec/Win32.pm
59464 ____________________________________________________________________________
59465 [  6233] By: jhi                                   on 2000/06/23  19:18:58
59466         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
59467              From: Mark-Jason Dominus <mjd@plover.com>
59468              Date: Fri, 16 Jun 2000 20:53:04 -0400
59469              Message-ID: <20000617005304.8008.qmail@plover.com>
59470      Branch: cfgperl
59471            ! op.h
59472 ____________________________________________________________________________
59473 [  6232] By: jhi                                   on 2000/06/23  16:10:02
59474         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
59475              From: simon@brecon.co.uk (Simon Cozens)
59476              Date: 19 Jun 2000 15:18:27 GMT
59477              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
59478              
59479              plus update pod/Makefile and regenerate perltoc
59480      Branch: cfgperl
59481            + pod/perlutil.pod
59482            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
59483 ____________________________________________________________________________
59484 [  6231] By: jhi                                   on 2000/06/23  15:19:18
59485         Log: Subject: [PATCH 5.6.0] cygwin port
59486              From: "Fifer, Eric" <EFifer@sanwaint.com>
59487              Date: Tue, 20 Jun 2000 14:30:58 +0100
59488              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
59489      Branch: cfgperl
59490            ! README.cygwin lib/File/Find.pm
59491 ____________________________________________________________________________
59492 [  6230] By: jhi                                   on 2000/06/23  14:25:21
59493         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
59494      Branch: cfgperl
59495            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
59496            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59497            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59498            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
59499 ____________________________________________________________________________
59500 [  6229] By: jhi                                   on 2000/06/23  14:13:34
59501         Log: Subject: README.hpux version 0.6.1
59502              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
59503              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59504              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
59505      Branch: cfgperl
59506            ! README.hpux
59507 ____________________________________________________________________________
59508 [  6228] By: jhi                                   on 2000/06/23  14:07:20
59509         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
59510              From: Doug MacEachern <dougm@covalent.net>
59511              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
59512              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
59513      Branch: cfgperl
59514            ! op.c
59515 ____________________________________________________________________________
59516 [  6227] By: jhi                                   on 2000/06/23  14:01:06
59517         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
59518              From: Doug MacEachern <dougm@covalent.net>
59519              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
59520              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
59521      Branch: cfgperl
59522            + lib/lib.pm.PL
59523            - lib/lib.pm
59524            ! MANIFEST Makefile.SH
59525 ____________________________________________________________________________
59526 [  6226] By: jhi                                   on 2000/06/23  13:53:07
59527         Log: Subject: [PATCH] remove forward declarations in Socket.pm
59528              From: Doug MacEachern <dougm@covalent.net>
59529              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
59530              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
59531              
59532              From: Doug MacEachern <dougm@covalent.net>
59533              Subject: Re: [PATCH] remove forward declarations in Socket.pm
59534              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
59535              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
59536      Branch: cfgperl
59537            ! ext/Socket/Socket.pm op.c
59538 ____________________________________________________________________________
59539 [  6225] By: jhi                                   on 2000/06/23  13:41:52
59540         Log: Add source code filenames to apidoc.
59541              From: simon@brecon.co.uk (Simon Cozens)
59542              Subject: [PATCH embed.pl] Source X-ref
59543              Date: 22 Jun 2000 02:18:49 GMT
59544              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
59545      Branch: cfgperl
59546            ! embed.pl
59547 ____________________________________________________________________________
59548 [  6224] By: jhi                                   on 2000/06/23  13:32:33
59549         Log: A way to avoid English.pm performance hit.
59550              From: root <root@jester.slaysys.com>
59551              Subject: [YAPATCH English.pm] My turn to putt again
59552              Date: Thu, 22 Jun 2000 20:33:58 -0400
59553              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
59554      Branch: cfgperl
59555            ! lib/English.pm t/lib/english.t
59556 ____________________________________________________________________________
59557 [  6223] By: jhi                                   on 2000/06/23  13:27:06
59558         Log: Avoid double close().
59559              Subject: [PATCH] avoid double close()
59560              From: Doug MacEachern <dougm@covalent.net>
59561              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
59562              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
59563      Branch: cfgperl
59564            ! doio.c
59565 ____________________________________________________________________________
59566 [  6222] By: jhi                                   on 2000/06/23  13:25:54
59567         Log: doc typo fix
59568              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
59569              From: Ian Phillipps <Ian.Phillipps@iname.com>
59570              Date: Fri, 23 Jun 2000 10:40:58 +0100
59571              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
59572      Branch: cfgperl
59573            ! lib/Pod/Usage.pm
59574 ____________________________________________________________________________
59575 [  6221] By: jhi                                   on 2000/06/23  13:24:15
59576         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
59577              From: simon@brecon.co.uk (Simon Cozens)
59578              Subject: [PATCH] Eliminate tr///[CU][CU]
59579              Date: 23 Jun 2000 11:05:40 GMT
59580              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
59581      Branch: cfgperl
59582            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
59583 ____________________________________________________________________________
59584 [  6220] By: jhi                                   on 2000/06/22  16:07:51
59585         Log: Win32 patches from Benjamin Stuhl.
59586      Branch: cfgperl
59587            ! makedef.pl win32/win32.h
59588 ____________________________________________________________________________
59589 [  6219] By: jhi                                   on 2000/06/22  16:06:34
59590         Log: Bytecode patches from Benjamin Stuhl.
59591      Branch: cfgperl
59592            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59593            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59594            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59595 ____________________________________________________________________________
59596 [  6218] By: jhi                                   on 2000/06/15  23:54:16
59597         Log: Bytecode patches from Benjamin Stuhl.
59598      Branch: cfgperl
59599            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59600 ____________________________________________________________________________
59601 [  6217] By: jhi                                   on 2000/06/09  13:38:29
59602         Log: Rename the fdpid locking and integrate with Sarathy.
59603      Branch: cfgperl
59604            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
59605            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
59606            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
59607            ! win32/win32.c
59608           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
59609 ____________________________________________________________________________
59610 [  6216] By: gsar                                  on 2000/06/08  14:54:21
59611         Log: be more optimal about clearing @_
59612      Branch: perl
59613            ! cop.h
59614 ____________________________________________________________________________
59615 [  6215] By: gsar                                  on 2000/06/08  14:33:04
59616         Log: tweak comment about @DB::args
59617      Branch: perl
59618            ! av.h pp_ctl.c
59619 ____________________________________________________________________________
59620 [  6214] By: gsar                                  on 2000/06/08  13:57:54
59621         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
59622              caller() wants to populate @DB::args with it (causes a coredump
59623              in Carp::confess())
59624      Branch: perl
59625            ! cop.h t/op/runlevel.t
59626 ____________________________________________________________________________
59627 [  6213] By: gsar                                  on 2000/06/08  07:06:35
59628         Log: back out change#6106 (seems problematic)
59629      Branch: perl
59630            ! hints/solaris_2.sh
59631 ____________________________________________________________________________
59632 [  6212] By: jhi                                   on 2000/06/07  03:10:36
59633         Log: Continuing mopup for #6204.
59634      Branch: cfgperl
59635            ! ext/B/defsubs_h.PL
59636 ____________________________________________________________________________
59637 [  6211] By: jhi                                   on 2000/06/07  02:41:50
59638         Log: Mopup for #6204.
59639              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
59640              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
59641              This is comes from const() where POK isn't on when expected.
59642      Branch: cfgperl
59643            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
59644            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59645            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
59646            ! perlapi.h pod/perlapi.pod
59647 ____________________________________________________________________________
59648 [  6210] By: jhi                                   on 2000/06/07  01:56:29
59649         Log: Mopup for #6207 and #6209.
59650      Branch: cfgperl
59651            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
59652 ____________________________________________________________________________
59653 [  6209] By: jhi                                   on 2000/06/07  01:33:12
59654         Log: Lock PL_fdpid against race conditions, based on:
59655              Subject: [PATCH 5.6.0]subprocess fixup for threads
59656              From: Dan Sugalski <dan@sidhe.org>
59657              To: perl5-porters@perl.org
59658              Date: Tue, 11 Apr 2000 17:02:32 -0400
59659              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
59660      Branch: cfgperl
59661            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
59662            ! win32/win32.c
59663 ____________________________________________________________________________
59664 [  6208] By: jhi                                   on 2000/06/07  01:05:23
59665         Log: Regen headers for #6207.
59666      Branch: cfgperl
59667            ! embed.h global.sym objXSUB.h proto.h
59668 ____________________________________________________________________________
59669 [  6207] By: jhi                                   on 2000/06/06  23:43:13
59670         Log: Subject: [PATCH 5.6.0] Threadsafe patches
59671              From: Dan Sugalski <dan@sidhe.org>
59672              To: perl5-porters@perl.org
59673              Date: Mon, 08 May 2000 18:08:13 -0400
59674              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
59675      Branch: cfgperl
59676            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
59677            ! proto.h sv.h util.c
59678 ____________________________________________________________________________
59679 [  6206] By: jhi                                   on 2000/06/06  23:21:23
59680         Log: Subject: [PATCH] Eliminate $a/$b in pod
59681              From: David Glasser <me@davidglasser.net>
59682              To: perl5-porters@perl.org
59683              Date: Mon, 29 May 2000 21:15:59 -0400
59684              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
59685      Branch: cfgperl
59686            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
59687            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
59688            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
59689            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
59690            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
59691            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
59692            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
59693            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
59694            ! pod/perlvar.pod pod/perlxs.pod
59695 ____________________________________________________________________________
59696 [  6205] By: jhi                                   on 2000/06/06  23:12:14
59697         Log: Subject: [PATCH] Win32 improvements
59698              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
59699              To: gsar@activestate.com, perl5-porters@perl.org
59700              Date: Mon, 29 May 2000 17:22:24 PDT
59701              Message-ID: <20000530002224.91142.qmail@hotmail.com>
59702              (MUA had mangled many lines by wordwrapping)
59703      Branch: cfgperl
59704            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
59705 ____________________________________________________________________________
59706 [  6204] By: jhi                                   on 2000/06/06  23:01:50
59707         Log: Subject: [PATCH] B::Bytecode patches
59708              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
59709              To: gsar@activestate.com, jhi@iki.fi
59710              Cc: perl5-porters@perl.org
59711              Message-ID: <20000602202526.48694.qmail@hotmail.com>
59712              (MUA had mangled many lines by wordwrapping)
59713      Branch: cfgperl
59714            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
59715            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
59716            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59717            ! intrpvar.h perl.c
59718 ____________________________________________________________________________
59719 [  6203] By: jhi                                   on 2000/06/06  22:32:43
59720         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
59721              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59722              Date: Tue, 06 Jun 2000 13:07:45 -0700
59723              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
59724      Branch: cfgperl
59725            ! pod/perldiag.pod
59726 ____________________________________________________________________________
59727 [  6202] By: jhi                                   on 2000/06/06  19:38:35
59728         Log: Integrate with Sarathy.
59729      Branch: cfgperl
59730           !> perl.c
59731 ____________________________________________________________________________
59732 [  6201] By: gsar                                  on 2000/06/06  00:42:59
59733         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
59734              does a PUSHMARK that's never ever POPMARKed; in general, only
59735              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
59736              Perl_eval_[sp]v() don't because they don't take any incoming
59737              arguments (this leak has been around since the original version
59738              of perl_eval_pv() in 5.003_97e)
59739      Branch: perl
59740            ! perl.c
59741 ____________________________________________________________________________
59742 [  6200] By: jhi                                   on 2000/06/04  03:44:52
59743         Log: Update to cperl-mode.el 4.31 from
59744              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
59745              Subject: A couple of notes
59746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59747              To: Mailing list Perl5 <perl5-porters@perl.org>
59748              Date: Sat, 3 Jun 2000 23:33:32 -0400
59749              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
59750      Branch: cfgperl
59751            ! emacs/cperl-mode.el
59752 ____________________________________________________________________________
59753 [  6199] By: jhi                                   on 2000/06/03  15:11:05
59754         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
59755              From: Dan Sugalski <dan@sidhe.org>
59756              To: perl5-porters@perl.org, vmsperl@perl.org
59757              Date: Fri, 02 Jun 2000 17:30:51 -0400
59758              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
59759      Branch: cfgperl
59760            ! vms/descrip_mms.template vms/gen_shrfls.pl
59761 ____________________________________________________________________________
59762 [  6198] By: jhi                                   on 2000/06/03  14:59:15
59763         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
59764              From: Dan Sugalski <dan@sidhe.org>
59765              To: vmsperl@perl.org, perl5-porters@perl.org
59766              Date: Fri, 02 Jun 2000 16:00:41 -0400
59767              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
59768              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
59769      Branch: cfgperl
59770            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
59771            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
59772            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
59773 ____________________________________________________________________________
59774 [  6197] By: jhi                                   on 2000/06/03  14:41:30
59775         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
59776              From: John Borwick <jhborwic@unity.ncsu.edu>
59777              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
59778              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
59779      Branch: cfgperl
59780            ! pod/perlsyn.pod
59781 ____________________________________________________________________________
59782 [  6196] By: jhi                                   on 2000/06/03  14:38:09
59783         Log: Integrate with Sarathy.
59784      Branch: cfgperl
59785           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59786           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59787           !> vms/perly_c.vms
59788 ____________________________________________________________________________
59789 [  6195] By: gsar                                  on 2000/06/02  22:43:13
59790         Log: fix yet another eval"" leak under USE_ITHREADS
59791      Branch: perl
59792            ! op.c
59793 ____________________________________________________________________________
59794 [  6194] By: gsar                                  on 2000/06/02  18:22:06
59795         Log: fix small eval"" memory leaks under USE_ITHREADS
59796      Branch: perl
59797            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
59798            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
59799            ! vms/perly_c.vms
59800 ____________________________________________________________________________
59801 [  6193] By: jhi                                   on 2000/06/01  13:03:56
59802         Log: Signals-be-gone for microperl.
59803      Branch: cfgperl
59804            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
59805 ____________________________________________________________________________
59806 [  6192] By: jhi                                   on 2000/06/01  12:52:02
59807         Log: Integrate with Sarathy.
59808      Branch: cfgperl
59809           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
59810           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
59811           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
59812           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
59813           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
59814           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
59815           !> t/op/vec.t utils/h2xs.PL
59816 ____________________________________________________________________________
59817 [  6191] By: gsar                                  on 2000/06/01  09:38:21
59818         Log: vec() loses numericalness (modified version of patch suggested
59819              by Robin Barker)
59820      Branch: perl
59821            ! doop.c t/op/vec.t
59822 ____________________________________________________________________________
59823 [  6190] By: gsar                                  on 2000/06/01  09:26:15
59824         Log: submit missing embed.pl change
59825      Branch: perl
59826            ! embed.pl
59827 ____________________________________________________________________________
59828 [  6189] By: gsar                                  on 2000/06/01  09:05:34
59829         Log: counting tr/// corrupts later operation (from M.J.T Guy)
59830      Branch: perl
59831            ! doop.c t/op/tr.t
59832 ____________________________________________________________________________
59833 [  6188] By: gsar                                  on 2000/06/01  08:58:39
59834         Log: h2xs tweaks
59835      Branch: perl
59836            ! utils/h2xs.PL
59837 ____________________________________________________________________________
59838 [  6187] By: gsar                                  on 2000/06/01  08:50:07
59839         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
59840              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59841      Branch: perl
59842            + lib/Pod/LaTeX.pm
59843            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
59844            ! pod/pod2latex.PL
59845 ____________________________________________________________________________
59846 [  6186] By: gsar                                  on 2000/06/01  08:24:40
59847         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
59848              <wolfgang.laun@alcatel.at>)
59849      Branch: perl
59850            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
59851            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
59852 ____________________________________________________________________________
59853 [  6185] By: gsar                                  on 2000/06/01  08:12:00
59854         Log: remove incorrect documentation about implicit split to @_ in
59855              list context, which never really worked in perl 5 (from
59856              M.J.T. Guy)
59857      Branch: perl
59858            ! pod/perlfunc.pod pod/perltrap.pod
59859 ____________________________________________________________________________
59860 [  6184] By: gsar                                  on 2000/06/01  07:52:27
59861         Log: tweak for change#6127
59862      Branch: perl
59863            ! perl.c
59864 ____________________________________________________________________________
59865 [  6183] By: gsar                                  on 2000/06/01  07:41:02
59866         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
59867              <nick@ccl4.org>)
59868      Branch: perl
59869            + t/lib/selfloader.t
59870            ! MANIFEST lib/SelfLoader.pm
59871 ____________________________________________________________________________
59872 [  6182] By: jhi                                   on 2000/06/01  00:34:42
59873         Log: Be Cleaner Part Deux.
59874      Branch: cfgperl
59875            ! Makefile.SH
59876 ____________________________________________________________________________
59877 [  6181] By: jhi                                   on 2000/06/01  00:32:09
59878         Log: Integrate with Sarathy.
59879      Branch: cfgperl
59880           !> pp.c t/op/arith.t
59881 ____________________________________________________________________________
59882 [  6180] By: jhi                                   on 2000/06/01  00:31:13
59883         Log: microperl nits from Simon Cozens.
59884      Branch: cfgperl
59885            + uconfig.h
59886            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
59887            ! unixish.h
59888 ____________________________________________________________________________
59889 [  6179] By: gsar                                  on 2000/05/31  22:37:51
59890         Log: buggy modulus on UVs introduced by change#3378 (resulted in
59891              4063328477 % 65535 amounting to 27406, instead of 27407)
59892      Branch: perl
59893            ! pp.c t/op/arith.t
59894 ____________________________________________________________________________
59895 [  6178] By: jhi                                   on 2000/05/31  21:52:41
59896         Log: Be cleaner.
59897      Branch: cfgperl
59898            ! Makefile.SH
59899 ____________________________________________________________________________
59900 [  6177] By: jhi                                   on 2000/05/31  21:47:33
59901         Log: Substitution utf8 patch from Simon Cozens.
59902      Branch: cfgperl
59903            ! pp_hot.c
59904 ____________________________________________________________________________
59905 [  6176] By: jhi                                   on 2000/05/31  21:45:34
59906         Log: Single-quoted utf8 patch from Simon Cozens.
59907      Branch: cfgperl
59908            ! toke.c
59909 ____________________________________________________________________________
59910 [  6175] By: jhi                                   on 2000/05/31  21:40:18
59911         Log: Integrate with Sarathy.
59912      Branch: cfgperl
59913           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
59914 ____________________________________________________________________________
59915 [  6174] By: jhi                                   on 2000/05/31  21:37:31
59916         Log: microperl changes from Simon Cozens; Makefile for microperl
59917              written from scratch; few casts added as microperl compilation
59918              doesn't have all prototypes available.
59919      Branch: cfgperl
59920            + Makefile.micro README.micro Todo.micro uconfig.sh
59921            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
59922            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
59923      Branch: metaconfig
59924            + U/modified/Config_h.U
59925 ____________________________________________________________________________
59926 [  6173] By: jhi                                   on 2000/05/31  20:00:24
59927         Log: metaconfig maintenance.
59928      Branch: metaconfig
59929            + U/modified/Inhdr.U U/typedefs/inotype.U
59930      Branch: metaconfig/U/perl
59931            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
59932            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
59933 ____________________________________________________________________________
59934 [  6172] By: gsar                                  on 2000/05/31  05:05:42
59935         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
59936              (from Ilya Zakharevich)
59937      Branch: perl
59938            ! regexec.c t/op/re_tests
59939 ____________________________________________________________________________
59940 [  6171] By: gsar                                  on 2000/05/31  05:01:47
59941         Log: scalar() doesn't force scalar context when used in void context
59942              (from Simon Cozens)
59943      Branch: perl
59944            ! op.c t/op/wantarray.t
59945 ____________________________________________________________________________
59946 [  6170] By: gsar                                  on 2000/05/31  04:41:33
59947         Log: change#6142 needs tweaks to tests to work where there's no symlink()
59948              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
59949      Branch: perl
59950            ! t/lib/filefind.t
59951 ____________________________________________________________________________
59952 [  6169] By: gsar                                  on 2000/05/31  04:29:49
59953         Log: integrate cfgperl contents into mainline
59954      Branch: perl
59955           +> pod/perlmodlib.PL pod/perlnewmod.pod
59956           !> (integrate 42 files)
59957 ____________________________________________________________________________
59958 [  6168] By: jhi                                   on 2000/05/30  22:53:37
59959         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
59960      Branch: cfgperl
59961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59962            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
59963            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
59964            ! win32/config.bc win32/config.gc win32/config.vc
59965            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59966            ! win32/config_h.PL win32/config_sh.PL
59967      Branch: metaconfig/U/perl
59968            ! perlxv.U
59969 ____________________________________________________________________________
59970 [  6167] By: jhi                                   on 2000/05/30  22:20:21
59971         Log: tweak todo 
59972      Branch: cfgperl
59973            ! Todo-5.6
59974 ____________________________________________________________________________
59975 [  6166] By: jhi                                   on 2000/05/30  22:11:51
59976         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
59977              in case somebody wants to write an extension for more
59978              shadow database interfaces.
59979      Branch: cfgperl
59980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59981            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
59982            ! vos/config.def vos/config.h vos/config_h.SH_orig
59983            ! win32/config.bc win32/config.gc win32/config.vc
59984            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59985      Branch: metaconfig
59986            ! U/modified/Myinit.U
59987      Branch: metaconfig/U/perl
59988            + d_getespwnam.U d_getprpwnam.U i_prot.U
59989 ____________________________________________________________________________
59990 [  6165] By: jhi                                   on 2000/05/30  18:35:34
59991         Log: Integrate with Sarathy.
59992      Branch: cfgperl
59993           !> op.c
59994 ____________________________________________________________________________
59995 [  6164] By: jhi                                   on 2000/05/30  18:30:16
59996         Log: detypo
59997      Branch: cfgperl
59998            ! Configure config_h.SH
59999      Branch: metaconfig/U/perl
60000            ! perlxv.U
60001 ____________________________________________________________________________
60002 [  6163] By: gsar                                  on 2000/05/30  03:24:03
60003         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
60004      Branch: perl
60005            ! op.c
60006 ____________________________________________________________________________
60007 [  6162] By: gsar                                  on 2000/05/30  03:09:38
60008         Log: fix memory leak in method call optimization (change#3768);
60009              made C<eval "$x->foo()"> leak
60010      Branch: perl
60011            ! op.c
60012 ____________________________________________________________________________
60013 [  6161] By: jhi                                   on 2000/05/29  17:56:26
60014         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
60015              both from Simon Cozens.
60016      Branch: cfgperl
60017            + pod/perlmodlib.PL pod/perlnewmod.pod
60018            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
60019            ! pod/perlmodlib.pod pod/perltoc.pod
60020 ____________________________________________________________________________
60021 [  6160] By: jhi                                   on 2000/05/29  17:23:55
60022         Log: Changes for the File::Temp 0.08 (change #6159) test suite
60023              to fit better into the Perl distribution test framework.
60024      Branch: cfgperl
60025            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
60026            ! t/lib/ftmp-tempfile.t
60027 ____________________________________________________________________________
60028 [  6159] By: jhi                                   on 2000/05/29  16:55:36
60029         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
60030      Branch: cfgperl
60031            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60032            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60033 ____________________________________________________________________________
60034 [  6158] By: bailey                                on 2000/05/29  16:22:08
60035         Log: Add fallback to tmpfile for use in cases where user's relying on
60036              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
60037              Lane's patch)
60038      Branch: vmsperl
60039            ! vms/vms.c vms/vmsish.h
60040 ____________________________________________________________________________
60041 [  6157] By: jhi                                   on 2000/05/29  03:10:36
60042         Log: Regen Configure to jive with #6149.
60043      Branch: cfgperl
60044            ! Configure
60045      Branch: metaconfig
60046            ! U/modified/Getfile.U
60047 ____________________________________________________________________________
60048 [  6156] By: jhi                                   on 2000/05/29  03:01:38
60049         Log: Integrate with Sarathy.
60050      Branch: cfgperl
60051           +> ext/DynaLoader/dl_mac.xs
60052           !> (integrate 38 files)
60053 ____________________________________________________________________________
60054 [  6155] By: gsar                                  on 2000/05/28  21:15:58
60055         Log: small bug in change#6144; remove random \xA0 character that snuck
60056              in via change#6145
60057      Branch: perl
60058            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
60059 ____________________________________________________________________________
60060 [  6154] By: gsar                                  on 2000/05/28  21:04:19
60061         Log: avoid type mismatch warning
60062      Branch: perl
60063            ! perl.c
60064 ____________________________________________________________________________
60065 [  6153] By: gsar                                  on 2000/05/28  20:58:31
60066         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
60067              <nick@Bagpuss.uk.boo.com>)
60068      Branch: perl
60069            ! lib/Test/Harness.pm
60070 ____________________________________________________________________________
60071 [  6152] By: gsar                                  on 2000/05/28  20:53:42
60072         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
60073      Branch: perl
60074            ! regexec.c
60075 ____________________________________________________________________________
60076 [  6151] By: gsar                                  on 2000/05/28  20:50:28
60077         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
60078      Branch: perl
60079            ! regexec.c
60080 ____________________________________________________________________________
60081 [  6150] By: gsar                                  on 2000/05/28  20:39:58
60082         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
60083      Branch: perl
60084            ! pod/perlrequick.pod
60085 ____________________________________________________________________________
60086 [  6149] By: gsar                                  on 2000/05/28  20:35:16
60087         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
60088              <troc@netrus.net>)
60089      Branch: perl
60090            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
60091            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
60092            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
60093            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
60094 ____________________________________________________________________________
60095 [  6148] By: gsar                                  on 2000/05/28  20:21:07
60096         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
60097      Branch: perl
60098            ! lib/ExtUtils/MM_Unix.pm
60099 ____________________________________________________________________________
60100 [  6147] By: gsar                                  on 2000/05/28  20:12:41
60101         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
60102              (from Peter Prymmer)
60103      Branch: perl
60104            ! vms/subconfigure.com
60105 ____________________________________________________________________________
60106 [  6146] By: gsar                                  on 2000/05/28  20:06:15
60107         Log: doc typo
60108      Branch: perl
60109            ! lib/warnings.pm warnings.h warnings.pl
60110 ____________________________________________________________________________
60111 [  6145] By: gsar                                  on 2000/05/28  18:44:33
60112         Log: make xsubpp skip embedded pod (from Matthias Neeracher
60113              <neeri@iis.ee.ethz.ch>)
60114      Branch: perl
60115            ! lib/ExtUtils/xsubpp
60116 ____________________________________________________________________________
60117 [  6144] By: gsar                                  on 2000/05/28  18:42:49
60118         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
60119              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
60120              <neeri@iis.ee.ethz.ch>)
60121      Branch: perl
60122            ! lib/AutoSplit.pm
60123 ____________________________________________________________________________
60124 [  6143] By: gsar                                  on 2000/05/28  18:41:12
60125         Log: MacOS support, part 1 (from Matthias Neeracher
60126              <neeri@iis.ee.ethz.ch>)
60127      Branch: perl
60128            + ext/DynaLoader/dl_mac.xs
60129            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
60130            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
60131            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
60132            ! util.h
60133 ____________________________________________________________________________
60134 [  6142] By: gsar                                  on 2000/05/28  18:21:51
60135         Log: File::Find fails to chdir when chasing symlinks (from
60136              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
60137      Branch: perl
60138            ! lib/File/Find.pm t/lib/filefind.t
60139 ____________________________________________________________________________
60140 [  6141] By: jhi                                   on 2000/05/28  14:25:15
60141         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
60142              forwarded by Peter Seebach from the bsdi-users mailing list.
60143              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
60144      Branch: perl
60145            ! hints/bsdos.sh
60146 ____________________________________________________________________________
60147 [  6140] By: jhi                                   on 2000/05/28  14:11:57
60148         Log: Integrate with Sarathy.
60149      Branch: cfgperl
60150           +> (branch 30 files)
60151           !> (integrate 93 files)
60152 ____________________________________________________________________________
60153 [  6139] By: gsar                                  on 2000/05/28  10:01:48
60154         Log: revise mktables.PL for bugs and newness in Unicode 3.0
60155              (from James Bence <jbence@amgen.com>)
60156      Branch: perl
60157            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
60158            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
60159            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
60160            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
60161            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
60162            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
60163            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
60164            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
60165            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
60166            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
60167            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
60168            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
60169            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
60170            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
60171            + lib/unicode/Is/SylWU.pl
60172            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
60173            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60174            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
60175            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
60176            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
60177            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
60178            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
60179            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
60180            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
60181            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
60182            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
60183            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
60184            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
60185            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
60186            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
60187            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
60188            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
60189            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
60190            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
60191            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
60192            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
60193            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
60194            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
60195            ! lib/unicode/Makefile lib/unicode/mktables.PL
60196 ____________________________________________________________________________
60197 [  6138] By: gsar                                  on 2000/05/28  08:50:32
60198         Log: add note about the handling of negative indices to tied arrays
60199              (from Michael G Schwern <schwern@pobox.com>)
60200      Branch: perl
60201            ! pod/perltie.pod
60202 ____________________________________________________________________________
60203 [  6137] By: gsar                                  on 2000/05/28  08:46:10
60204         Log: fix bogus redeclaration warning for "our" variables in different
60205              scopes
60206      Branch: perl
60207            ! op.c t/pragma/strict-vars
60208 ____________________________________________________________________________
60209 [  6136] By: gsar                                  on 2000/05/28  08:31:20
60210         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
60211      Branch: perl
60212            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
60213 ____________________________________________________________________________
60214 [  6135] By: gsar                                  on 2000/05/28  08:17:50
60215         Log: enable Test::Harness to dynamically determine column width etc.
60216              (from Rob Napier <rnapier@employees.org>)
60217      Branch: perl
60218            ! lib/Test/Harness.pm
60219 ____________________________________________________________________________
60220 [  6134] By: gsar                                  on 2000/05/28  08:13:39
60221         Log: make Test::Harness use wait.h/WCOREDUMP if available
60222              (from Ben Tilly <ben_tilly@hotmail.com>)
60223      Branch: perl
60224            ! lib/Test/Harness.pm
60225 ____________________________________________________________________________
60226 [  6133] By: gsar                                  on 2000/05/28  08:08:05
60227         Log: elide bogus test in change#6132
60228      Branch: perl
60229            ! t/pragma/warn/9enabled
60230 ____________________________________________________________________________
60231 [  6132] By: gsar                                  on 2000/05/28  08:03:14
60232         Log: warnings::enabled() doesn't fall back to looking at $^W if
60233              caller isn't using lexical warnings (from Paul Marquess)
60234      Branch: perl
60235            ! pp_ctl.c t/pragma/warn/9enabled
60236 ____________________________________________________________________________
60237 [  6131] By: gsar                                  on 2000/05/28  07:57:47
60238         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
60239      Branch: perl
60240            ! ext/POSIX/POSIX.pm
60241 ____________________________________________________________________________
60242 [  6130] By: gsar                                  on 2000/05/28  07:29:12
60243         Log: fix places that mean C<"word" character> but say C<alphanumeric
60244              character>
60245      Branch: perl
60246            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
60247 ____________________________________________________________________________
60248 [  6129] By: gsar                                  on 2000/05/28  07:18:41
60249         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
60250      Branch: perl
60251            ! vms/test.com
60252 ____________________________________________________________________________
60253 [  6128] By: gsar                                  on 2000/05/28  07:12:55
60254         Log: new perlxstut example for passing/returning refs to arrays
60255              (from David Lowe <dlowe@pootpoot.com>)
60256      Branch: perl
60257            ! pod/perlxstut.pod
60258 ____________________________________________________________________________
60259 [  6127] By: gsar                                  on 2000/05/28  07:02:50
60260         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
60261              failed (from Gisle Aas)
60262      Branch: perl
60263            ! cop.h perl.c
60264 ____________________________________________________________________________
60265 [  6126] By: gsar                                  on 2000/05/28  06:39:53
60266         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
60267              (reworked variant of patch suggested by Simon Cozens)
60268      Branch: perl
60269            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
60270            ! pp_hot.c proto.h t/op/gv.t
60271 ____________________________________________________________________________
60272 [  6125] By: gsar                                  on 2000/05/28  05:14:55
60273         Log: enable propagating exception objects via Perl_croak() in XS code
60274              (from Gisle Aas)
60275      Branch: perl
60276            ! util.c
60277 ____________________________________________________________________________
60278 [  6124] By: gsar                                  on 2000/05/28  05:07:28
60279         Log: integrate vmsperl contents into mainline
60280      Branch: perl
60281           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
60282           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
60283           !> vms/vmsish.h
60284 ____________________________________________________________________________
60285 [  6123] By: gsar                                  on 2000/05/28  05:03:53
60286         Log: clarify gotcha with #line directives (from Rocco Caputo
60287              <troc@netrus.net>)
60288      Branch: perl
60289            ! pod/perldebug.pod pod/perlsyn.pod
60290 ____________________________________________________________________________
60291 [  6122] By: gsar                                  on 2000/05/28  04:58:29
60292         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
60293              (from Mark-Jason Dominus)
60294      Branch: perl
60295            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
60296            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
60297            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
60298            ! toke.c
60299 ____________________________________________________________________________
60300 [  6121] By: bailey                                on 2000/05/25  04:46:54
60301         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
60302              lists (based on fixes by Craig Berry)
60303      Branch: vmsperl
60304            ! lib/File/Spec/VMS.pm
60305 ____________________________________________________________________________
60306 [  6120] By: bailey                                on 2000/05/25  04:25:38
60307         Log: Add missing escape (Charles Lane)
60308      Branch: vmsperl
60309            ! t/op/lex_assign.t
60310 ____________________________________________________________________________
60311 [  6119] By: bailey                                on 2000/05/25  04:21:25
60312         Log: Quiet error messages in vmsish.t (Charles Lane)
60313      Branch: vmsperl
60314            ! vms/ext/vmsish.t
60315 ____________________________________________________________________________
60316 [  6118] By: bailey                                on 2000/05/25  04:17:57
60317         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
60318              Flatten case labels in switch statements uniformly (Charles Bailey)
60319      Branch: vmsperl
60320            ! vms/vms.c
60321 ____________________________________________________________________________
60322 [  6117] By: bailey                                on 2000/05/25  03:58:09
60323         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
60324      Branch: vmsperl
60325            ! vms/vmsish.h
60326 ____________________________________________________________________________
60327 [  6116] By: bailey                                on 2000/05/25  03:11:15
60328         Log: Miscellaneous cosmetic fixes (Charles Lane)
60329      Branch: vmsperl
60330            ! lib/ExtUtils/MM_VMS.pm
60331 ____________________________________________________________________________
60332 [  6115] By: bailey                                on 2000/05/25  03:10:36
60333         Log: Add bounds checking for several strings (Charles Lane)
60334      Branch: vmsperl
60335            ! vms/vms.c
60336 ____________________________________________________________________________
60337 [  6114] By: bailey                                on 2000/05/25  02:25:34
60338         Log: Urk -- undo previous removal of vmsish 'exit' change
60339      Branch: vmsperl
60340            ! vms/ext/vmsish.pm vms/vmsish.h
60341 ____________________________________________________________________________
60342 [  6113] By: bailey                                on 2000/05/24  02:24:40
60343         Log: Ugly workaround for version-specific RTL error
60344      Branch: vmsperl
60345            ! vms/vms.c
60346 ____________________________________________________________________________
60347 [  6112] By: bailey                                on 2000/05/24  02:19:55
60348         Log: Check for existence of file before trying to delete
60349      Branch: vmsperl
60350            ! vms/test.com
60351 ____________________________________________________________________________
60352 [  6111] By: bailey                                on 2000/05/23  23:35:13
60353         Log: Resync with mainline prior to post-5.6.0 updates
60354      Branch: vmsperl
60355           +> (branch 49 files)
60356            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
60357            ! vms/ext/vmsish.pm
60358           !> (integrate 334 files)
60359 ____________________________________________________________________________
60360 [  6110] By: jhi                                   on 2000/05/23  19:28:32
60361         Log: todo tweak
60362      Branch: cfgperl
60363            ! Todo-5.6
60364 ____________________________________________________________________________
60365 [  6109] By: jhi                                   on 2000/05/18  17:38:54
60366         Log: Integrate with Sarathy.
60367      Branch: cfgperl
60368           !> mg.c perl.h win32/perlhost.h
60369 ____________________________________________________________________________
60370 [  6108] By: gsar                                  on 2000/05/17  02:24:56
60371         Log: reenable fake signal handling on Windows, bugs and all
60372      Branch: perl
60373            ! mg.c perl.h win32/perlhost.h
60374 ____________________________________________________________________________
60375 [  6107] By: jhi                                   on 2000/05/15  18:01:41
60376         Log: Tweak the todo list.
60377      Branch: cfgperl
60378            ! Todo-5.6
60379 ____________________________________________________________________________
60380 [  6106] By: jhi                                   on 2000/05/15  13:41:48
60381         Log: The (Configure) script refuses to go on, after asking for
60382              'You may also choose to try maximal 64-bitness....'.
60383              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
60384              -- Patrick Zima
60385              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
60386      Branch: cfgperl
60387            ! hints/solaris_2.sh
60388 ____________________________________________________________________________
60389 [  6105] By: jhi                                   on 2000/05/11  14:37:43
60390         Log: Integrate with Sarathy.
60391      Branch: cfgperl
60392           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60393           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
60394 ____________________________________________________________________________
60395 [  6104] By: gsar                                  on 2000/05/11  03:39:07
60396         Log: PL_sys_intern was being initialized too late on windows
60397      Branch: perl
60398            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60399            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
60400 ____________________________________________________________________________
60401 [  6103] By: jhi                                   on 2000/05/09  19:42:20
60402         Log: Test tweaking for Unicos continues.
60403      Branch: cfgperl
60404            ! t/op/64bitint.t
60405 ____________________________________________________________________________
60406 [  6102] By: jhi                                   on 2000/05/09  16:47:27
60407         Log: The test suite tweak in #6101 wasn't quite right.
60408      Branch: cfgperl
60409            ! t/lib/complex.t
60410 ____________________________________________________________________________
60411 [  6101] By: jhi                                   on 2000/05/09  15:35:34
60412         Log: Hints and test tweaks for Unicos.
60413      Branch: cfgperl
60414            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
60415 ____________________________________________________________________________
60416 [  6100] By: jhi                                   on 2000/05/08  21:15:06
60417         Log: More compilation tweakery from Allen Smith.
60418      Branch: cfgperl
60419            ! hints/irix_6.sh
60420 ____________________________________________________________________________
60421 [  6099] By: jhi                                   on 2000/05/08  19:21:18
60422         Log: Tweaks for the cc bugs from Allen Smith.
60423      Branch: cfgperl
60424            ! hints/irix_6.sh
60425 ____________________________________________________________________________
60426 [  6098] By: jhi                                   on 2000/05/08  19:13:37
60427         Log: Add a note about other, yet unsupported, shadow password APIs.
60428      Branch: cfgperl
60429            ! pp_sys.c
60430 ____________________________________________________________________________
60431 [  6097] By: jhi                                   on 2000/05/08  18:46:34
60432         Log: Add a note about possible compilation problems from Allen Smith.
60433      Branch: cfgperl
60434            ! hints/irix_6.sh
60435 ____________________________________________________________________________
60436 [  6096] By: jhi                                   on 2000/05/08  17:33:10
60437         Log: Integrate with Sarathy.
60438      Branch: cfgperl
60439           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
60440           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
60441 ____________________________________________________________________________
60442 [  6095] By: jhi                                   on 2000/05/08  16:21:33
60443         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
60444              might be useful in future.
60445      Branch: cfgperl
60446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60447            ! config_h.SH
60448      Branch: metaconfig
60449            ! U/installdirs/inc_version_list.U
60450      Branch: metaconfig/U/perl
60451            ! perlxv.U
60452 ____________________________________________________________________________
60453 [  6094] By: gsar                                  on 2000/05/08  14:22:22
60454         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
60455      Branch: perl
60456            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
60457            ! hints/cygwin.sh pp_sys.c
60458 ____________________________________________________________________________
60459 [  6093] By: gsar                                  on 2000/05/08  12:52:28
60460         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
60461              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
60462      Branch: perl
60463            ! pp_sys.c sv.c win32/perlhost.h
60464 ____________________________________________________________________________
60465 [  6092] By: jhi                                   on 2000/05/07  22:40:34
60466         Log: Regen perltoc with the fixed buildtoc.
60467      Branch: cfgperl
60468            ! pod/perltoc.pod
60469 ____________________________________________________________________________
60470 [  6091] By: jhi                                   on 2000/05/07  22:24:16
60471         Log: Integrate with Sarathy.
60472      Branch: cfgperl
60473           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
60474           !> t/op/substr.t toke.c
60475 ____________________________________________________________________________
60476 [  6090] By: gsar                                  on 2000/05/07  19:47:07
60477         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
60478              [NI]OK; added tests for both
60479      Branch: perl
60480            ! perl.c pp_hot.c sv.c t/op/substr.t
60481 ____________________________________________________________________________
60482 [  6089] By: gsar                                  on 2000/05/07  18:18:38
60483         Log: buildtoc tweak to fix newline lossage
60484      Branch: perl
60485            ! pod/buildtoc
60486 ____________________________________________________________________________
60487 [  6088] By: jhi                                   on 2000/05/07  16:35:36
60488         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
60489              because we do not use those.  The HAS_GETSPNAM remains,
60490              though, because we still do use that.
60491      Branch: cfgperl
60492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60493            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
60494            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
60495            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
60496            ! win32/config.vc win32/config_H.bc win32/config_H.gc
60497            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
60498 ____________________________________________________________________________
60499 [  6087] By: gsar                                  on 2000/05/07  16:05:16
60500         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
60501      Branch: perl
60502            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
60503 ____________________________________________________________________________
60504 [  6086] By: jhi                                   on 2000/05/07  15:27:07
60505         Log: Integrate with Sarathy.
60506      Branch: cfgperl
60507           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60508           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60509           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
60510           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
60511           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
60512           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
60513 ____________________________________________________________________________
60514 [  6085] By: gsar                                  on 2000/05/07  05:52:02
60515         Log: repeat operator (x) doesn't preserve utf8-ness
60516      Branch: perl
60517            ! pp.c t/op/substr.t
60518 ____________________________________________________________________________
60519 [  6084] By: gsar                                  on 2000/05/07  05:39:55
60520         Log: substr() does not preserve utf8-ness (from Stefan Eissing
60521              <Eissing@medicaldataservice.de>); added tests
60522      Branch: perl
60523            ! pp.c t/op/substr.t
60524 ____________________________________________________________________________
60525 [  6083] By: gsar                                  on 2000/05/07  05:24:46
60526         Log: note about undocumented caller() return value (from M.J.T. Guy);
60527              yet another peek.t tweak
60528      Branch: perl
60529            ! pod/perlfunc.pod t/lib/peek.t
60530 ____________________________________________________________________________
60531 [  6082] By: gsar                                  on 2000/05/07  05:08:40
60532         Log: peek.t non-portable to ithreads
60533      Branch: perl
60534            ! t/lib/peek.t
60535 ____________________________________________________________________________
60536 [  6081] By: gsar                                  on 2000/05/07  04:17:04
60537         Log: better default perlbug categories for ok reports (from Richard Foley)
60538      Branch: perl
60539            ! utils/perlbug.PL
60540 ____________________________________________________________________________
60541 [  6080] By: gsar                                  on 2000/05/07  04:08:07
60542         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
60543              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
60544      Branch: perl
60545            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
60546            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
60547            ! AUTHORS MAINTAIN MANIFEST
60548 ____________________________________________________________________________
60549 [  6079] By: gsar                                  on 2000/05/07  04:01:38
60550         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
60551      Branch: perl
60552            ! lib/Carp/Heavy.pm
60553 ____________________________________________________________________________
60554 [  6078] By: gsar                                  on 2000/05/07  01:24:19
60555         Log: workaround for CRT bug in chdir() (from Charles Lane, via
60556              Peter Prymmer)
60557      Branch: perl
60558            ! iperlsys.h vms/vms.c vms/vmsish.h
60559 ____________________________________________________________________________
60560 [  6077] By: gsar                                  on 2000/05/07  01:22:23
60561         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
60562              and Tom Phoenix)
60563      Branch: perl
60564            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
60565 ____________________________________________________________________________
60566 [  6076] By: gsar                                  on 2000/05/06  17:36:29
60567         Log: integrate cfgperl contents into mainline
60568      Branch: perl
60569           +> t/lib/peek.t
60570           !> Configure MANIFEST Porting/Glossary Porting/config.sh
60571           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
60572           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
60573           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
60574 ____________________________________________________________________________
60575 [  6075] By: jhi                                   on 2000/05/05  18:56:10
60576         Log: Make the test more portable.
60577      Branch: cfgperl
60578            ! t/lib/peek.t
60579 ____________________________________________________________________________
60580 [  6074] By: jhi                                   on 2000/05/05  18:49:20
60581         Log: Introduce t/lib/peek.t.
60582      Branch: cfgperl
60583            + t/lib/peek.t
60584            ! MANIFEST
60585 ____________________________________________________________________________
60586 [  6073] By: jhi                                   on 2000/05/05  14:30:45
60587         Log: Complex tweaks.
60588      Branch: cfgperl
60589            ! lib/Math/Complex.pm t/lib/complex.t
60590 ____________________________________________________________________________
60591 [  6072] By: jhi                                   on 2000/05/05  12:27:13
60592         Log: Integrate with Sarathy.
60593      Branch: cfgperl
60594           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
60595           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60596           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
60597           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
60598 ____________________________________________________________________________
60599 [  6071] By: gsar                                  on 2000/05/05  02:24:46
60600         Log: misformatted perllocal.pod (from Tim Jenness
60601              <t.jenness@jach.hawaii.edu>)
60602      Branch: perl
60603            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
60604 ____________________________________________________________________________
60605 [  6070] By: gsar                                  on 2000/05/05  02:16:52
60606         Log: remove misleading comment (from M.J.T. Guy)
60607      Branch: perl
60608            ! t/lib/anydbm.t
60609 ____________________________________________________________________________
60610 [  6069] By: gsar                                  on 2000/05/05  02:15:13
60611         Log: File::Spec compatibility update (from Barrie Slaymaker
60612              <barries@slaysys.com>)
60613      Branch: perl
60614            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60615            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60616 ____________________________________________________________________________
60617 [  6068] By: gsar                                  on 2000/05/05  02:01:50
60618         Log: note about values()
60619      Branch: perl
60620            ! pod/perlfunc.pod
60621 ____________________________________________________________________________
60622 [  6067] By: gsar                                  on 2000/05/05  01:33:09
60623         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
60624      Branch: perl
60625            ! win32/win32.c
60626 ____________________________________________________________________________
60627 [  6066] By: gsar                                  on 2000/05/05  01:23:43
60628         Log: s/END/CHECK/
60629      Branch: perl
60630            ! perl.c
60631 ____________________________________________________________________________
60632 [  6065] By: jhi                                   on 2000/05/04  17:30:22
60633         Log: Integrate with Sarathy.
60634      Branch: cfgperl
60635           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
60636 ____________________________________________________________________________
60637 [  6064] By: gsar                                  on 2000/05/04  17:26:14
60638         Log: change#5905 wasn't quite right--it's intent only applies when arguments
60639              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
60640      Branch: perl
60641            ! pp_sys.c sv.c
60642 ____________________________________________________________________________
60643 [  6063] By: gsar                                  on 2000/05/04  16:52:29
60644         Log: tokeq() could read unallocated field in argument
60645      Branch: perl
60646            ! toke.c
60647 ____________________________________________________________________________
60648 [  6062] By: gsar                                  on 2000/05/04  16:34:51
60649         Log: additional tests for utf8.t
60650      Branch: perl
60651            ! t/pragma/utf8.t
60652 ____________________________________________________________________________
60653 [  6061] By: gsar                                  on 2000/05/04  16:09:28
60654         Log: change#5921 neglected to make eq honor "use bytes"
60655      Branch: perl
60656            ! sv.c
60657 ____________________________________________________________________________
60658 [  6060] By: jhi                                   on 2000/05/04  15:30:16
60659         Log: Integrate with Sarathy.
60660      Branch: cfgperl
60661           !> perl.c regcomp.c t/pragma/utf8.t
60662 ____________________________________________________________________________
60663 [  6059] By: jhi                                   on 2000/05/04  15:26:37
60664         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
60665              in natively 64-bit platforms where a long is a quad (no need
60666              for long longs).  Also added bias for IVs.
60667      Branch: cfgperl
60668            ! toke.c
60669 ____________________________________________________________________________
60670 [  6058] By: gsar                                  on 2000/05/04  00:19:14
60671         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
60672              (spotted by Donald Kinzer <dkinzer@premia.com>)
60673      Branch: perl
60674            ! perl.c
60675 ____________________________________________________________________________
60676 [  6057] By: gsar                                  on 2000/05/03  18:34:01
60677         Log: fix broken parsing of /\x{ab}/
60678      Branch: perl
60679            ! regcomp.c t/pragma/utf8.t
60680 ____________________________________________________________________________
60681 [  6056] By: jhi                                   on 2000/05/03  17:57:16
60682         Log: The search of infinity continues, this time simplified.
60683      Branch: cfgperl
60684            ! lib/Math/Complex.pm
60685 ____________________________________________________________________________
60686 [  6055] By: jhi                                   on 2000/05/03  17:45:30
60687         Log: Detypo.
60688      Branch: cfgperl
60689            ! hints/unicos.sh
60690 ____________________________________________________________________________
60691 [  6054] By: jhi                                   on 2000/05/02  22:28:27
60692         Log: Be more forgiving in POSIX about HUGE_VALL.
60693      Branch: cfgperl
60694            ! ext/POSIX/POSIX.xs
60695 ____________________________________________________________________________
60696 [  6053] By: jhi                                   on 2000/05/02  22:25:05
60697         Log: Integrate with Sarathy.
60698      Branch: cfgperl
60699           !> hints/irix_6.sh pod/perlop.pod
60700 ____________________________________________________________________________
60701 [  6052] By: jhi                                   on 2000/05/02  22:24:31
60702         Log: Unicos hint tweak.
60703      Branch: cfgperl
60704            ! hints/unicos.sh
60705 ____________________________________________________________________________
60706 [  6051] By: jhi                                   on 2000/05/02  22:21:26
60707         Log: Complex tweakery.
60708      Branch: cfgperl
60709            ! lib/Math/Complex.pm t/lib/complex.t
60710 ____________________________________________________________________________
60711 [  6050] By: jhi                                   on 2000/05/02  19:26:22
60712         Log: Use setxxent()/endxxent().
60713      Branch: cfgperl
60714            ! t/op/grent.t t/op/pwent.t
60715 ____________________________________________________________________________
60716 [  6049] By: jhi                                   on 2000/05/02  19:06:02
60717         Log: Test both the scalar and list contexts.
60718      Branch: cfgperl
60719            ! t/op/grent.t t/op/pwent.t
60720 ____________________________________________________________________________
60721 [  6048] By: gsar                                  on 2000/05/02  18:29:10
60722         Log: add note about how $( doesn't interpolate in REs (from
60723              Philip Newton <newton@ficus.frogspace.net>)
60724      Branch: perl
60725            ! pod/perlop.pod
60726 ____________________________________________________________________________
60727 [  6047] By: jhi                                   on 2000/05/02  17:41:24
60728         Log: Call getspnam() only iff needd.
60729      Branch: cfgperl
60730            ! pp_sys.c
60731 ____________________________________________________________________________
60732 [  6046] By: gsar                                  on 2000/05/02  17:07:25
60733         Log: libscheck has insufficient checks for n32 libs (from
60734              Albert Chin-A-Young <china@thewrittenword.com>)
60735      Branch: perl
60736            ! hints/irix_6.sh
60737 ____________________________________________________________________________
60738 [  6045] By: jhi                                   on 2000/05/02  13:57:17
60739         Log: Integrate with Sarathy.
60740      Branch: cfgperl
60741           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
60742           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
60743 ____________________________________________________________________________
60744 [  6044] By: gsar                                  on 2000/05/02  06:48:19
60745         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
60746              such that underscores are only ignored in literal numbers,
60747              "\x{...}", and hex/oct argument
60748      Branch: perl
60749            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
60750 ____________________________________________________________________________
60751 [  6043] By: gsar                                  on 2000/05/02  02:22:29
60752         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
60753      Branch: perl
60754            ! pod/perlretut.pod
60755 ____________________________________________________________________________
60756 [  6042] By: gsar                                  on 2000/05/02  02:17:51
60757         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
60758      Branch: perl
60759            ! pod/perltrap.pod
60760 ____________________________________________________________________________
60761 [  6041] By: gsar                                  on 2000/05/02  01:53:51
60762         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
60763              to compensate
60764      Branch: perl
60765            ! Porting/makerel
60766 ____________________________________________________________________________
60767 [  6040] By: gsar                                  on 2000/05/02  01:51:57
60768         Log: missing files in MANIFEST
60769      Branch: perl
60770            ! MANIFEST
60771 ____________________________________________________________________________
60772 [  6039] By: jhi                                   on 2000/05/02  00:36:46
60773         Log: Infinite problems.
60774      Branch: cfgperl
60775            ! lib/Math/Complex.pm
60776 ____________________________________________________________________________
60777 [  6038] By: jhi                                   on 2000/05/02  00:06:38
60778         Log: pwent/spent #ifdef imbalance.
60779      Branch: cfgperl
60780            ! pp_sys.c
60781 ____________________________________________________________________________
60782 [  6037] By: jhi                                   on 2000/05/01  22:50:11
60783         Log: Use HUGE_VALL if applicable.
60784      Branch: cfgperl
60785            ! ext/POSIX/POSIX.xs util.c
60786 ____________________________________________________________________________
60787 [  6036] By: jhi                                   on 2000/05/01  22:20:53
60788         Log: Correct Freudian slip.
60789      Branch: cfgperl
60790            ! pp_sys.c
60791 ____________________________________________________________________________
60792 [  6035] By: jhi                                   on 2000/05/01  21:07:38
60793         Log: Continue on the pwent/spent case.
60794      Branch: cfgperl
60795            ! pp_sys.c
60796 ____________________________________________________________________________
60797 [  6034] By: jhi                                   on 2000/05/01  17:45:14
60798         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
60799              adjustments in 6032 conflicted badly with this, will have
60800              to revisit them later.
60801      Branch: cfgperl
60802           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
60803           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
60804           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
60805           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
60806           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
60807           !> t/lib/cgi-html.t t/lib/cgi-request.t
60808 ____________________________________________________________________________
60809 [  6033] By: jhi                                   on 2000/05/01  17:40:49
60810         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
60811      Branch: cfgperl
60812            ! pp_sys.c
60813 ____________________________________________________________________________
60814 [  6032] By: gsar                                  on 2000/05/01  15:56:32
60815         Log: whitespace adjustments
60816      Branch: perl
60817            ! pp_sys.c
60818 ____________________________________________________________________________
60819 [  6031] By: gsar                                  on 2000/05/01  15:19:41
60820         Log: small nits in diagnostics.pm (from Robin Barker)
60821      Branch: perl
60822            ! lib/diagnostics.pm pod/perldiag.pod
60823 ____________________________________________________________________________
60824 [  6030] By: gsar                                  on 2000/05/01  08:39:18
60825         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
60826              for @- and @+ (from Johan Vromans)
60827      Branch: perl
60828            ! lib/English.pm pod/perlvar.pod
60829 ____________________________________________________________________________
60830 [  6029] By: gsar                                  on 2000/05/01  08:16:10
60831         Log: add CGI.pm v2.66 (from Lincoln Stein)
60832      Branch: perl
60833            + lib/CGI/Util.pm t/lib/cgi-pretty.t
60834            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
60835            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
60836            ! t/lib/cgi-html.t t/lib/cgi-request.t
60837 ____________________________________________________________________________
60838 [  6028] By: gsar                                  on 2000/05/01  06:34:41
60839         Log: Pod::Man generates groff-incompatible macro definition (from
60840              Tom Christiansen)
60841      Branch: perl
60842            ! lib/Pod/Man.pm
60843 ____________________________________________________________________________
60844 [  6027] By: gsar                                  on 2000/05/01  06:31:36
60845         Log: podlators-1.02 update (from Russ Allbery)
60846      Branch: perl
60847            ! lib/Pod/Man.pm lib/Pod/Text.pm
60848 ____________________________________________________________________________
60849 [  6026] By: jhi                                   on 2000/04/30  23:24:23
60850         Log: Integrate with Sarathy.
60851      Branch: cfgperl
60852           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
60853           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
60854           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60855           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60856           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
60857           !> t/lib/syslog.t toke.c win32/win32.h
60858 ____________________________________________________________________________
60859 [  6025] By: gsar                                  on 2000/04/30  18:17:47
60860         Log: Is{Alnum,Alpha,Word} don't match titlecase
60861              
60862              TODO: IsSpace is defined recursively!
60863              
60864              (both spotted by Larry)
60865      Branch: perl
60866            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
60867            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
60868 ____________________________________________________________________________
60869 [  6024] By: gsar                                  on 2000/04/30  17:50:19
60870         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
60871              (from Hugo van der Sanden)
60872      Branch: perl
60873            ! toke.c
60874 ____________________________________________________________________________
60875 [  6023] By: gsar                                  on 2000/04/30  17:14:43
60876         Log: debugger stomps on $. (from M.J.T. Guy)
60877      Branch: perl
60878            ! lib/perl5db.pl
60879 ____________________________________________________________________________
60880 [  6022] By: gsar                                  on 2000/04/30  16:59:22
60881         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
60882      Branch: perl
60883            ! sv.c
60884 ____________________________________________________________________________
60885 [  6021] By: gsar                                  on 2000/04/29  21:00:08
60886         Log: remove Win2K issue in pod (fixed by change#6020)
60887      Branch: perl
60888            ! README.win32 pod/perl56delta.pod
60889 ____________________________________________________________________________
60890 [  6020] By: gsar                                  on 2000/04/29  20:51:49
60891         Log: test tweak
60892      Branch: perl
60893            ! t/lib/open3.t
60894 ____________________________________________________________________________
60895 [  6019] By: gsar                                  on 2000/04/29  20:34:27
60896         Log: windows portability tweaks
60897      Branch: perl
60898            ! t/lib/b.t win32/win32.h
60899 ____________________________________________________________________________
60900 [  6018] By: gsar                                  on 2000/04/29  19:55:24
60901         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
60902              make _PATH_LOG() return "" if unavailable
60903      Branch: perl
60904            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
60905            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
60906 ____________________________________________________________________________
60907 [  6017] By: jhi                                   on 2000/04/28  22:49:46
60908         Log: Integrate with Sarathy.
60909      Branch: cfgperl
60910           !> op.c perl.c pod/perldiag.pod t/lib/b.t
60911 ____________________________________________________________________________
60912 [  6016] By: jhi                                   on 2000/04/28  22:46:14
60913         Log: Do not warn that an infinity does not look like a number.
60914      Branch: cfgperl
60915            ! sv.c
60916 ____________________________________________________________________________
60917 [  6015] By: gsar                                  on 2000/04/28  22:35:49
60918         Log: tweak test for portability
60919      Branch: perl
60920            ! t/lib/b.t
60921 ____________________________________________________________________________
60922 [  6014] By: gsar                                  on 2000/04/28  22:05:31
60923         Log: glob() loading File::Glob behind the scenes may cause syntax errors
60924      Branch: perl
60925            ! op.c
60926 ____________________________________________________________________________
60927 [  6013] By: gsar                                  on 2000/04/28  21:25:22
60928         Log: tweak change#5945 to display correct switch name in diagnostic
60929      Branch: perl
60930            ! perl.c pod/perldiag.pod
60931 ____________________________________________________________________________
60932 [  6012] By: jhi                                   on 2000/04/28  21:08:12
60933         Log: Integrate with Sarathy.
60934      Branch: cfgperl
60935           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
60936           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
60937           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
60938 ____________________________________________________________________________
60939 [  6011] By: jhi                                   on 2000/04/28  21:04:46
60940         Log: &HUGE_VAL is not defined, it exists.
60941      Branch: cfgperl
60942            ! lib/Math/Complex.pm
60943 ____________________________________________________________________________
60944 [  6010] By: gsar                                  on 2000/04/28  21:02:58
60945         Log: clarify note about shadow password support (from
60946              gellyfish@gellyfish.com)
60947      Branch: perl
60948            ! pod/perlfunc.pod
60949 ____________________________________________________________________________
60950 [  6009] By: gsar                                  on 2000/04/28  21:00:00
60951         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
60952      Branch: perl
60953            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
60954 ____________________________________________________________________________
60955 [  6008] By: gsar                                  on 2000/04/28  20:56:33
60956         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
60957      Branch: perl
60958            ! installperl vms/subconfigure.com
60959 ____________________________________________________________________________
60960 [  6007] By: gsar                                  on 2000/04/28  20:51:21
60961         Log: note about compile failures and END blocks (from M.J.T. Guy)
60962      Branch: perl
60963            ! pod/perl56delta.pod pod/perlmod.pod
60964 ____________________________________________________________________________
60965 [  6006] By: jhi                                   on 2000/04/28  20:42:14
60966         Log: Regen Configure.
60967      Branch: cfgperl
60968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60969            ! config_h.SH
60970 ____________________________________________________________________________
60971 [  6005] By: gsar                                  on 2000/04/28  20:41:16
60972         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
60973      Branch: perl
60974            ! utils/perldoc.PL
60975 ____________________________________________________________________________
60976 [  6004] By: jhi                                   on 2000/04/28  20:28:21
60977         Log: Integrate with Sarathy.
60978      Branch: cfgperl
60979           !> Configure INSTALL Porting/Glossary Porting/config.sh
60980           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
60981           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
60982           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
60983           !> win32/config.vc win32/win32.c
60984 ____________________________________________________________________________
60985 [  6003] By: gsar                                  on 2000/04/28  20:11:20
60986         Log: allow REG_EXPAND_SZ keys in Windows registry (from
60987              John Clayton <John.Clayton@barclayscapital.com>)
60988      Branch: perl
60989            ! win32/win32.c
60990 ____________________________________________________________________________
60991 [  6002] By: gsar                                  on 2000/04/28  19:34:16
60992         Log: destructive sv_setsv() can lose UV-ness from source, causing
60993              numeric promotions/comparisons to fail to do the right thing
60994      Branch: perl
60995            ! sv.c
60996 ____________________________________________________________________________
60997 [  6001] By: gsar                                  on 2000/04/28  18:44:15
60998         Log: support additional library locations via $Config{otherlibdirs}
60999              (from Andy Dougherty)
61000      Branch: perl
61001            ! Configure INSTALL Porting/Glossary Porting/config.sh
61002            ! Porting/config_H config_h.SH epoc/config.sh perl.c
61003            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
61004            ! win32/config.bc win32/config.gc win32/config.vc
61005 ____________________________________________________________________________
61006 [  6000] By: gsar                                  on 2000/04/28  18:26:58
61007         Log: reworked otherlibdirs.U (from Andy Dougherty)
61008      Branch: metaconfig
61009            ! U/installdirs/otherlibdirs.U
61010 ____________________________________________________________________________
61011 [  5999] By: gsar                                  on 2000/04/28  18:17:07
61012         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
61013      Branch: perl
61014            ! t/pragma/warn/toke toke.c
61015 ____________________________________________________________________________
61016 [  5998] By: jhi                                   on 2000/04/28  13:32:17
61017         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
61018      Branch: cfgperl
61019            ! lib/Math/Complex.pm
61020 ____________________________________________________________________________
61021 [  5997] By: jhi                                   on 2000/04/28  13:14:04
61022         Log: Preserve $!.
61023      Branch: cfgperl
61024            ! lib/Math/Complex.pm
61025 ____________________________________________________________________________
61026 [  5996] By: jhi                                   on 2000/04/28  12:59:23
61027         Log: Integrate with Sarathy.
61028      Branch: cfgperl
61029           +> pod/perlrequick.pod pod/perlretut.pod
61030           !> (integrate 51 files)
61031 ____________________________________________________________________________
61032 [  5995] By: gsar                                  on 2000/04/28  09:37:36
61033         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
61034      Branch: perl
61035            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
61036 ____________________________________________________________________________
61037 [  5994] By: gsar                                  on 2000/04/28  09:33:26
61038         Log: fix for missed accounting for null byte in pack("Z",...) (from
61039              M.J.T. Guy)
61040      Branch: perl
61041            ! pp.c t/op/pack.t
61042 ____________________________________________________________________________
61043 [  5993] By: gsar                                  on 2000/04/28  09:30:05
61044         Log: various minor tweaks seen on p5p
61045      Branch: perl
61046            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
61047 ____________________________________________________________________________
61048 [  5992] By: gsar                                  on 2000/04/28  09:08:19
61049         Log: pod nit (from Simon Cozens)
61050      Branch: perl
61051            ! pod/perlop.pod
61052 ____________________________________________________________________________
61053 [  5991] By: gsar                                  on 2000/04/28  09:06:36
61054         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
61055      Branch: perl
61056            ! README.posix-bc hints/posix-bc.sh
61057 ____________________________________________________________________________
61058 [  5990] By: gsar                                  on 2000/04/28  08:54:52
61059         Log: use $ENV{LIB} to search for libs under Visual C compiler
61060              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
61061      Branch: perl
61062            ! lib/ExtUtils/Liblist.pm
61063 ____________________________________________________________________________
61064 [  5989] By: gsar                                  on 2000/04/28  08:27:12
61065         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
61066              itself and no other (from Tom Hughes)
61067      Branch: perl
61068            ! t/op/array.t toke.c
61069 ____________________________________________________________________________
61070 [  5988] By: gsar                                  on 2000/04/28  08:01:38
61071         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
61072              <paul@miraclefish.com>)
61073      Branch: perl
61074            ! lib/ExtUtils/MakeMaker.pm
61075 ____________________________________________________________________________
61076 [  5987] By: gsar                                  on 2000/04/28  07:53:09
61077         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
61078      Branch: perl
61079            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
61080 ____________________________________________________________________________
61081 [  5986] By: gsar                                  on 2000/04/28  07:44:17
61082         Log: add regular expressions tutorial and quick-start guide (from
61083              Mark Kvale <kvale@phy.ucsf.edu>)
61084      Branch: perl
61085            + pod/perlrequick.pod pod/perlretut.pod
61086            ! AUTHORS MAINTAIN MANIFEST
61087 ____________________________________________________________________________
61088 [  5985] By: gsar                                  on 2000/04/28  07:30:28
61089         Log: forked child may not exit correctly if it failed to open
61090              /dev/console (from Graham Barr)
61091      Branch: perl
61092            ! ext/Sys/Syslog/Syslog.pm
61093 ____________________________________________________________________________
61094 [  5984] By: gsar                                  on 2000/04/28  07:27:20
61095         Log: attributes::reftype() doesn't work on tied argument
61096      Branch: perl
61097            ! xsutils.c
61098 ____________________________________________________________________________
61099 [  5983] By: gsar                                  on 2000/04/28  07:15:04
61100         Log: numeric conversion of non-number in change#3378 tramples on
61101              OOK offset, causing segfaults
61102      Branch: perl
61103            ! sv.c
61104 ____________________________________________________________________________
61105 [  5982] By: gsar                                  on 2000/04/28  04:48:25
61106         Log: avoid error in IO::Socket::INET when given an unknown service name
61107              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
61108      Branch: perl
61109            ! ext/IO/lib/IO/Socket/INET.pm
61110 ____________________________________________________________________________
61111 [  5981] By: gsar                                  on 2000/04/28  04:31:31
61112         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
61113              prototype mismatch with CORE::glob(); update pod and tests to
61114              suit (File::Glob::glob() is still available for backward
61115              compatibility, but should be considered deprecated)
61116      Branch: perl
61117            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
61118            ! t/lib/glob-taint.t
61119 ____________________________________________________________________________
61120 [  5980] By: gsar                                  on 2000/04/28  03:47:29
61121         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
61122              <ghudson@mit.edu>)
61123      Branch: metaconfig
61124            ! U/modified/Options.U
61125      Branch: perl
61126            ! Configure
61127 ____________________________________________________________________________
61128 [  5979] By: gsar                                  on 2000/04/28  03:07:54
61129         Log: under useithreads, constant pad entries could inadvertantly be
61130              shared across threads (from Eric Blood <eblood@xmission.com>);
61131              added Eric's test case to testsuite
61132      Branch: perl
61133            ! op.c t/op/misc.t
61134 ____________________________________________________________________________
61135 [  5978] By: gsar                                  on 2000/04/27  21:13:00
61136         Log: sync version numbers in File::Spec with the ones on CPAN
61137              (from Barrie Slaymaker)
61138      Branch: perl
61139            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61140            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61141            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61142 ____________________________________________________________________________
61143 [  5977] By: gsar                                  on 2000/04/27  21:07:29
61144         Log: autoquote barewords followed by newline and arrow properly
61145              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
61146      Branch: perl
61147            ! t/pragma/warn/toke toke.c
61148 ____________________________________________________________________________
61149 [  5976] By: gsar                                  on 2000/04/27  20:41:20
61150         Log: DB_File v1.73 update (from Paul Marquess)
61151      Branch: perl
61152            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
61153            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
61154 ____________________________________________________________________________
61155 [  5975] By: gsar                                  on 2000/04/27  20:34:24
61156         Log: allow sort() reentrancy (variant of patch suggested by
61157              Hugo van der Sanden)
61158      Branch: perl
61159            ! pp_ctl.c t/op/sort.t
61160 ____________________________________________________________________________
61161 [  5974] By: gsar                                  on 2000/04/27  19:46:57
61162         Log: change#4197 somehow missed initializing PL_errors, meaning
61163              sytax error queueing wasn't working outside eval"" at all;
61164              also fixed eval"" to localize PL_error_count, so that compile-time
61165              eval's don't clobber the error state of the outer context
61166      Branch: perl
61167            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
61168            ! t/pragma/warn/toke
61169 ____________________________________________________________________________
61170 [  5973] By: gsar                                  on 2000/04/27  18:29:05
61171         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
61172      Branch: perl
61173            ! regcomp.c regexec.c t/op/re_tests
61174 ____________________________________________________________________________
61175 [  5972] By: jhi                                   on 2000/04/27  18:22:41
61176         Log: Integrate with Sarathy.
61177      Branch: cfgperl
61178           +> t/lib/b.t t/lib/syslog.t
61179           !> (integrate 31 files)
61180 ____________________________________________________________________________
61181 [  5971] By: jhi                                   on 2000/04/27  18:18:46
61182         Log: Unicos tweaks from Mark P. Lutz.
61183      Branch: cfgperl
61184            ! hints/unicos.sh lib/Math/Complex.pm
61185 ____________________________________________________________________________
61186 [  5970] By: gsar                                  on 2000/04/27  18:05:11
61187         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
61188              IV is >32bits
61189      Branch: perl
61190            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
61191 ____________________________________________________________________________
61192 [  5969] By: gsar                                  on 2000/04/27  17:50:56
61193         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
61194      Branch: perl
61195            + t/lib/syslog.t
61196            ! MANIFEST ext/Sys/Syslog/Syslog.pm
61197 ____________________________________________________________________________
61198 [  5968] By: gsar                                  on 2000/04/27  17:44:49
61199         Log: tolerate spaces in group names in test on solaris (from David Boyce
61200              <dsb@boyski.com>)
61201      Branch: perl
61202            ! t/op/groups.t
61203 ____________________________________________________________________________
61204 [  5967] By: gsar                                  on 2000/04/27  17:41:22
61205         Log: improved docs on the warn_uninit diagnostic (from David Glasser
61206              and Simon Cozens)
61207      Branch: perl
61208            ! pod/perldiag.pod
61209 ____________________________________________________________________________
61210 [  5966] By: gsar                                  on 2000/04/27  16:54:58
61211         Log: add testsuite for B backends, fix bug in B::Deparse (from
61212              Simon Cozens <simon@brecon.co.uk>)
61213      Branch: perl
61214            + t/lib/b.t
61215            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
61216 ____________________________________________________________________________
61217 [  5965] By: gsar                                  on 2000/04/27  16:10:37
61218         Log: avoid "will not stay shared" warnings for our variables (from
61219              Robin Barker)
61220      Branch: perl
61221            ! op.c t/pragma/warn/op
61222 ____________________________________________________________________________
61223 [  5964] By: gsar                                  on 2000/04/27  07:05:05
61224         Log: reformat to 72 columns (again)
61225      Branch: perl
61226            ! pod/perldiag.pod
61227 ____________________________________________________________________________
61228 [  5963] By: gsar                                  on 2000/04/27  06:28:31
61229         Log: patch from Larry to make (\&) prototype work; added tests for
61230              the same
61231      Branch: perl
61232            ! op.c t/comp/proto.t
61233 ____________________________________________________________________________
61234 [  5962] By: gsar                                  on 2000/04/27  06:15:47
61235         Log: updated README.hpux (from Jeff Okamoto)
61236      Branch: perl
61237            ! README.hpux
61238 ____________________________________________________________________________
61239 [  5961] By: gsar                                  on 2000/04/27  05:55:03
61240         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
61241      Branch: perl
61242            ! emacs/cperl-mode.el
61243 ____________________________________________________________________________
61244 [  5960] By: gsar                                  on 2000/04/27  05:49:26
61245         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
61246      Branch: perl
61247            ! INSTALL
61248 ____________________________________________________________________________
61249 [  5959] By: gsar                                  on 2000/04/27  05:33:41
61250         Log: doubled words in pods (from Simon Cozens
61251              <simon.p.cozens@jp.pwcglobal.com>)
61252      Branch: perl
61253            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
61254            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
61255            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
61256            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
61257            ! pod/perltootc.pod
61258 ____________________________________________________________________________
61259 [  5958] By: gsar                                  on 2000/04/27  05:11:39
61260         Log: change#3569 deleted some essential code, revert; avoid use of
61261              atexit() to make DynaLoader work properly on AIX under mod_perl
61262              (from Jens-Uwe Mager <jum@helios.de>)
61263      Branch: perl
61264            ! ext/DynaLoader/dl_aix.xs
61265 ____________________________________________________________________________
61266 [  5957] By: gsar                                  on 2000/04/27  04:54:51
61267         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
61268      Branch: perl
61269            ! pod/perlmod.pod
61270 ____________________________________________________________________________
61271 [  5956] By: gsar                                  on 2000/04/27  04:51:47
61272         Log: better diagnostics on failed tests (from Ilya Zakharevich)
61273      Branch: perl
61274            ! t/op/lex_assign.t
61275 ____________________________________________________________________________
61276 [  5955] By: gsar                                  on 2000/04/27  04:26:44
61277         Log: longstanding bug exposed by change#3307: sort arguments weren't
61278              compiled with the right wantarray context (ensuing runtime lookup
61279              via block_gimme() was getting the incidental context of the
61280              sort() itself)
61281      Branch: perl
61282            ! op.c t/op/sort.t
61283 ____________________________________________________________________________
61284 [  5954] By: gsar                                  on 2000/04/26  23:42:12
61285         Log: integrate cfgperl contents into mainline
61286      Branch: perl
61287           !> (integrate 30 files)
61288 ____________________________________________________________________________
61289 [  5953] By: jhi                                   on 2000/04/26  23:06:42
61290         Log: Integrate with Sarathy.
61291      Branch: cfgperl
61292           !> README.win32 ext/B/B/Deparse.pm
61293           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
61294           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
61295           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
61296           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
61297           !> utils/perldoc.PL vms/perlvms.pod
61298 ____________________________________________________________________________
61299 [  5952] By: jhi                                   on 2000/04/26  23:03:46
61300         Log: Undo "use integer" addition from 64bitint as it seems
61301              to break most of the subtests in Digital UNIX;
61302              Unicos needs to find another way.
61303      Branch: cfgperl
61304            ! t/op/64bitint.t
61305 ____________________________________________________________________________
61306 [  5951] By: jhi                                   on 2000/04/26  22:57:53
61307         Log: Be more robust on "extreme" (large absolute value)
61308              arguments.  Originally reported by Daniel Connelly
61309              as a problem with asinh() on large negative arguments,
61310              asinh() used to bail out because an argument to log()
61311              ended up being zero.  Ilya Zakharevich proposed using
61312              Taylor's series in such cases, which for such large
61313              arguments is a very good approximation.
61314      Branch: cfgperl
61315            ! lib/Math/Complex.pm t/lib/complex.t
61316 ____________________________________________________________________________
61317 [  5950] By: gsar                                  on 2000/04/25  19:13:12
61318         Log: reformat perldiag to avoid long lines
61319      Branch: perl
61320            ! pod/perldiag.pod
61321 ____________________________________________________________________________
61322 [  5949] By: gsar                                  on 2000/04/25  18:41:11
61323         Log: make perldoc use the pod2man from the same version (from
61324              M.J.T. Guy)
61325      Branch: perl
61326            ! utils/perldoc.PL
61327 ____________________________________________________________________________
61328 [  5948] By: gsar                                  on 2000/04/25  18:21:57
61329         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
61330              <kompas@kompas.usr.onet.pl>)
61331      Branch: perl
61332            ! lib/vars.pm
61333 ____________________________________________________________________________
61334 [  5947] By: gsar                                  on 2000/04/25  18:11:53
61335         Log: use &dl_error rather than &dl_load_file as the guard for calling
61336              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
61337              statically built perl)
61338      Branch: perl
61339            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
61340 ____________________________________________________________________________
61341 [  5946] By: jhi                                   on 2000/04/25  17:37:54
61342         Log: Document that tr() is not tr(1).
61343      Branch: cfgperl
61344            ! pod/perlop.pod
61345 ____________________________________________________________________________
61346 [  5945] By: gsar                                  on 2000/04/25  16:34:33
61347         Log: make module name mandatory after -M switch; reorder perldiag
61348              alphabetically (from Mark-Jason Dominus)
61349      Branch: perl
61350            ! perl.c pod/perldiag.pod
61351 ____________________________________________________________________________
61352 [  5944] By: jhi                                   on 2000/04/25  01:15:18
61353         Log: On second thoughts frexp() does have two arguments.
61354      Branch: cfgperl
61355            ! perl.h
61356 ____________________________________________________________________________
61357 [  5943] By: jhi                                   on 2000/04/24  22:56:32
61358         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
61359              Now pp_ncmp() returns undef is either operand is a NaN.
61360      Branch: cfgperl
61361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61362            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
61363            ! vms/subconfigure.com vos/config.def vos/config.h
61364            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
61365            ! win32/config.vc win32/config_H.bc win32/config_H.gc
61366            ! win32/config_H.vc
61367      Branch: metaconfig/U/perl
61368            + d_modfl.U
61369 ____________________________________________________________________________
61370 [  5942] By: jhi                                   on 2000/04/24  19:45:17
61371         Log: Regen Configure to match #5937.
61372      Branch: cfgperl
61373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61374            ! config_h.SH
61375      Branch: metaconfig
61376            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
61377 ____________________________________________________________________________
61378 [  5941] By: jhi                                   on 2000/04/24  19:24:11
61379         Log: Further Unicos fixes for Mark Lutz.
61380      Branch: cfgperl
61381            ! hints/unicos.sh pp_ctl.c
61382 ____________________________________________________________________________
61383 [  5940] By: jhi                                   on 2000/04/24  19:09:06
61384         Log: Various Unicos 10.0.0.6 fixes.
61385              
61386              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
61387              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
61388              Reply-To: tecmpl1@triton.ca.boeing.com 
61389              To: perl5-porters@perl.org 
61390              Date: Fri, 14 Apr 2000 20:21:00 GMT 
61391              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
61392      Branch: cfgperl
61393            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
61394 ____________________________________________________________________________
61395 [  5939] By: gsar                                  on 2000/04/24  19:01:24
61396         Log: more pod nits (from Larry Virden)
61397      Branch: perl
61398            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
61399            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
61400            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
61401 ____________________________________________________________________________
61402 [  5938] By: gsar                                  on 2000/04/24  18:54:01
61403         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
61404      Branch: perl
61405            ! ext/B/B/Deparse.pm
61406 ____________________________________________________________________________
61407 [  5937] By: jhi                                   on 2000/04/24  17:39:00
61408         Log: Integrate with Sarathy.
61409      Branch: cfgperl
61410           +> (branch 31 files)
61411           !> (integrate 73 files)
61412 ____________________________________________________________________________
61413 [  5936] By: gsar                                  on 2000/04/24  17:30:06
61414         Log: additional tests for change#5934 (from Paul Marquess, who also
61415              sent in the same fix)
61416      Branch: perl
61417            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
61418            ! t/pragma/warn/5nolint t/pragma/warn/6default
61419 ____________________________________________________________________________
61420 [  5935] By: jhi                                   on 2000/04/24  17:26:05
61421         Log: Do not assume sign propagation.
61422              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
61423              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
61424              To: payner@ncifcrf.gov, perl5-porters@perl.org 
61425              Date: Tue, 18 Apr 2000 18:24:49 +0100 
61426              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
61427      Branch: cfgperl
61428            ! t/op/bop.t t/op/misc.t
61429 ____________________________________________________________________________
61430 [  5934] By: gsar                                  on 2000/04/24  17:16:54
61431         Log: propagate lexical warnings from surrounding scope correctly
61432              within string eval()
61433      Branch: perl
61434            ! pp_ctl.c t/pragma/warn/pp_ctl
61435 ____________________________________________________________________________
61436 [  5933] By: jhi                                   on 2000/04/24  17:01:07
61437         Log: Flatten the cpp jungle doing the nosuid checking.
61438      Branch: cfgperl
61439            ! perl.c
61440 ____________________________________________________________________________
61441 [  5932] By: gsar                                  on 2000/04/24  09:08:14
61442         Log: add rsignal(), whichsig() and do_join() to public API list
61443              (mod_perl uses them to good advantage)
61444      Branch: perl
61445            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
61446 ____________________________________________________________________________
61447 [  5931] By: gsar                                  on 2000/04/24  09:01:40
61448         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
61449      Branch: perl
61450            ! pp_hot.c regexec.c t/op/pat.t
61451 ____________________________________________________________________________
61452 [  5930] By: gsar                                  on 2000/04/24  08:58:33
61453         Log: small os390 tweaks (from Peter Prymmer)
61454      Branch: perl
61455            ! config_h.SH makedepend.SH
61456 ____________________________________________________________________________
61457 [  5929] By: gsar                                  on 2000/04/24  08:55:25
61458         Log: pod nits
61459      Branch: perl
61460            ! pod/perlguts.pod
61461 ____________________________________________________________________________
61462 [  5928] By: gsar                                  on 2000/04/24  08:50:13
61463         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
61464      Branch: perl
61465            ! ext/IO/lib/IO/Poll.pm
61466 ____________________________________________________________________________
61467 [  5927] By: gsar                                  on 2000/04/24  08:43:24
61468         Log: arrange for next() to resume at the unstack op rather than the
61469              loop conditional, so that scope cleanup happens correctly
61470              (from Stephen McCamant)
61471      Branch: perl
61472            ! op.c pp_ctl.c t/op/misc.t
61473 ____________________________________________________________________________
61474 [  5926] By: gsar                                  on 2000/04/24  08:18:40
61475         Log: on windows, reserve 16M of stack rather than 128M (allows more
61476              threads to run concurrently)
61477      Branch: perl
61478            ! win32/Makefile win32/makefile.mk
61479 ____________________________________________________________________________
61480 [  5925] By: gsar                                  on 2000/04/24  08:13:52
61481         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
61482      Branch: perl
61483            ! toke.c
61484 ____________________________________________________________________________
61485 [  5924] By: gsar                                  on 2000/04/24  08:08:59
61486         Log: avoid using uninitialized memory in require version check
61487      Branch: perl
61488            ! pp_ctl.c universal.c
61489 ____________________________________________________________________________
61490 [  5923] By: gsar                                  on 2000/04/24  07:20:14
61491         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
61492      Branch: perl
61493            ! ext/IO/lib/IO/Poll.pm
61494 ____________________________________________________________________________
61495 [  5922] By: gsar                                  on 2000/04/24  07:08:42
61496         Log: commentary about IoTYPE() (from Nathan Torkington)
61497      Branch: perl
61498            ! sv.h
61499 ____________________________________________________________________________
61500 [  5921] By: gsar                                  on 2000/04/24  06:58:26
61501         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
61502              by fix
61503      Branch: perl
61504            ! sv.c t/lib/charnames.t t/pragma/utf8.t
61505 ____________________________________________________________________________
61506 [  5920] By: gsar                                  on 2000/04/24  06:37:59
61507         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
61508      Branch: perl
61509            ! doop.c t/op/ver.t
61510 ____________________________________________________________________________
61511 [  5919] By: gsar                                  on 2000/04/24  06:21:58
61512         Log: Configure might miss old directories when prefix must be
61513              expanded (from Robin Barker)
61514      Branch: metaconfig
61515            ! U/installdirs/inc_version_list.U
61516      Branch: perl
61517            ! Configure
61518 ____________________________________________________________________________
61519 [  5918] By: gsar                                  on 2000/04/24  06:16:11
61520         Log: VMS nits in glob() test (from Charles Lane)
61521      Branch: perl
61522            ! t/lib/glob-basic.t
61523 ____________________________________________________________________________
61524 [  5917] By: gsar                                  on 2000/04/24  06:11:56
61525         Log: various pod nits (from Larry Virden and others)
61526      Branch: perl
61527            ! README.amiga README.hpux README.machten README.os2
61528            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
61529            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
61530            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
61531            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
61532            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
61533            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
61534            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
61535            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
61536 ____________________________________________________________________________
61537 [  5916] By: gsar                                  on 2000/04/24  05:52:43
61538         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
61539              <wjones@tc.fluke.com>)
61540      Branch: perl
61541            ! t/lib/glob-basic.t
61542 ____________________________________________________________________________
61543 [  5915] By: gsar                                  on 2000/04/24  05:07:01
61544         Log: supported platforms mixed up
61545      Branch: perl
61546            ! pod/perl56delta.pod pod/perlport.pod
61547 ____________________________________________________________________________
61548 [  5914] By: gsar                                  on 2000/04/24  04:56:08
61549         Log: caller() wasn't returning the right number of elements for
61550              eval {...}
61551      Branch: perl
61552            ! pp_ctl.c t/pragma/warn/9enabled
61553 ____________________________________________________________________________
61554 [  5913] By: gsar                                  on 2000/04/24  04:35:41
61555         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
61556              Mark-Jason Dominus)
61557      Branch: perl
61558            ! pod/perlfunc.pod
61559 ____________________________________________________________________________
61560 [  5912] By: gsar                                  on 2000/04/24  04:17:15
61561         Log: fix totally broken caching in UNIVERSAL::isa() (from
61562              Nick Ing-Simmons)
61563      Branch: perl
61564            ! t/op/universal.t universal.c
61565 ____________________________________________________________________________
61566 [  5911] By: gsar                                  on 2000/04/24  03:39:47
61567         Log: add linebreak properties from unicode/LineBrk.txt (from
61568              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
61569      Branch: perl
61570            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
61571            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
61572            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
61573            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
61574            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
61575            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
61576            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
61577            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
61578            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
61579            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
61580            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
61581            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
61582            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
61583            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
61584            + lib/unicode/Is/LbrkZW.pl
61585            ! lib/unicode/mktables.PL
61586 ____________________________________________________________________________
61587 [  5910] By: gsar                                  on 2000/04/24  03:23:10
61588         Log: typo in pod
61589      Branch: perl
61590            ! ext/Thread/Thread.pm
61591 ____________________________________________________________________________
61592 [  5909] By: gsar                                  on 2000/04/24  03:22:03
61593         Log: mode argument to do_binmode() should be file mode, not boolean
61594      Branch: perl
61595            ! pp_sys.c
61596 ____________________________________________________________________________
61597 [  5908] By: gsar                                  on 2000/04/16  16:51:08
61598         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
61599              always returns a valid GV even when the symbol is trapped by strictures
61600              (avoids coredumps)
61601              
61602              TODO: the C<package;> hack needs similar treatment
61603      Branch: perl
61604            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
61605            ! t/pragma/strict-vars
61606 ____________________________________________________________________________
61607 [  5907] By: jhi                                   on 2000/03/31  23:42:56
61608         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
61609              an assumption which #5905 demolished.
61610      Branch: cfgperl
61611            ! pp_sys.c
61612 ____________________________________________________________________________
61613 [  5906] By: jhi                                   on 2000/03/31  18:54:37
61614         Log: Typo in #5905.
61615      Branch: cfgperl
61616            ! t/op/64bitint.t
61617 ____________________________________________________________________________
61618 [  5905] By: jhi                                   on 2000/03/31  18:50:54
61619         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
61620              reported by Joseph N. Hall.  The bug was that even with use64bitint
61621              one had to use the prefixes q, L, or ll with printf/sprintf,
61622              contrary to the documentation and common sense.
61623      Branch: cfgperl
61624            ! sv.c t/op/64bitint.t
61625 ____________________________________________________________________________
61626 [  5904] By: gsar                                  on 2000/03/28  02:31:32
61627         Log: add Changes, perldelta.pod
61628      Branch: perl
61629            + Changes pod/perldelta.pod
61630 ____________________________________________________________________________
61631 [  5903] By: gsar                                  on 2000/03/28  02:03:55
61632         Log: rename Changes and perldelta.pod
61633      Branch: perl
61634           +> Changes5.6 pod/perl56delta.pod
61635            - Changes pod/perldelta.pod
61636            ! MANIFEST
61637 ____________________________________________________________________________
61638 [  5902] By: gsar                                  on 2000/03/28  01:59:14
61639         Log: create maint-5.6 branch
61640      Branch: maint-5.6/perl
61641           +> (branch 1611 files)
61642 ____________________________________________________________________________
61643 [  5901] By: jhi                                   on 2000/03/23  05:48:43
61644         Log: Integrate with Sarathy.
61645      Branch: cfgperl
61646           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
61647 ____________________________________________________________________________
61648 [  5900] By: gsar                                  on 2000/03/23  05:42:43
61649         Log: three guesses on what this is :-)
61650      Branch: perl
61651            ! Changes