A couple of additional character classes from Jeffrey,
[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 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
35         Log: Retract #14251 (the op slab allocator from perlio)
36              until we figure out why 2.2.19 x86 debian gets
37              a circular sibling chain and therefore hangs in
38              the Perl_ck_subr() sibling for-loop.
39      Branch: perl
40            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
41            ! perlapi.c perlapi.h proto.h
42 ____________________________________________________________________________
43 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
44         Log: Big mktables rewrite from Jeffrey;
45              documentation not yet updated.
46      Branch: perl
47            + (add 171 files)
48            - (delete 182 files)
49            ! (edit 135 files)
50 ____________________________________________________________________________
51 [ 14253] By: ams                                   on 2002/01/14  03:15:05
52         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
53              From: Michael G Schwern <schwern@pobox.com>
54              Date: Sun, 13 Jan 2002 21:00:07 -0500
55              Message-Id: <20020114020007.GB2877@blackrider>
56      Branch: perl
57            ! lib/Cwd.pm
58 ____________________________________________________________________________
59 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
60         Log: Subject: Re: Win32 status - progress !
61              From: Abe Timmerman <abe@ztreet.demon.nl>       
62              Date: Mon, 14 Jan 2002 02:29:51 +0100
63              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
64      Branch: perl
65            ! lib/ExtUtils/t/MM_Win32.t
66 ____________________________________________________________________________
67 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
68         Log: Integrate perlio.
69              
70              Slab allocator for ops
71              - moved the statics to intrpvar.h
72              - implemented Slab_Free()
73              - uses PerlMemShared (for now) if distinction exists.
74      Branch: perl
75           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
76           !> perlapi.c perlapi.h proto.h
77 ____________________________________________________________________________
78 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
79         Log: Start a new test category: uni.  Much of t/op/pat
80              should probably be moved here, but holding on that
81              until Jeffrey finishes his big mktables rewrite.
82              Bits and pieces of op/split, op/pack, op/append,
83              op/join, could probably be moved to respective uni
84              tests, too.
85      Branch: perl
86            + t/uni/fold.t t/uni/sprintf.t
87            - t/op/unifold.t t/op/unisprintf.t
88            ! MANIFEST t/TEST t/harness
89 ____________________________________________________________________________
90 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
91         Log: Subject: [PATCH] enable Win32 to build again
92              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
93              Date: Sun, 13 Jan 2002 21:49:24 +0100
94              Message-ID: <3C4200E4.15926.23F6131@localhost>
95              
96              miniperl.exe.exe does not exe that well.
97      Branch: perl
98            ! lib/ExtUtils/MM_Unix.pm
99 ____________________________________________________________________________
100 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
101         Log: Mention some of the load-affected tests.
102      Branch: perl
103            ! INSTALL
104 ____________________________________________________________________________
105 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
106         Log: Move the UTF-8 conversion code earlier so that
107              op/ver is happy.
108      Branch: perl
109            ! sv.c t/op/ver.t
110 ____________________________________________________________________________
111 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
112         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
113              have diverged quite a bit so no updates there.
114      Branch: perl
115            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
116            ! ext/List/Util/lib/List/Util.pm
117            ! ext/List/Util/lib/Scalar/Util.pm
118 ____________________________________________________________________________
119 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
120         Log: Make the crypt() pickier: if downgrading doesn't work,
121              croak.
122      Branch: perl
123            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
124 ____________________________________________________________________________
125 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
126         Log: Grow the buffer in case Unicode caused size changes
127              (and it very probably did).
128      Branch: perl
129            ! sv.c
130 ____________________________________________________________________________
131 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
132         Log: Future-proofing from Jeffrey Friedl (for conflicting
133              In* and Is* names).
134      Branch: perl
135            ! lib/utf8_heavy.pl
136 ____________________________________________________________________________
137 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
138         Log: Subject: [PATCH] Re: Warning in B.xs
139              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
140              Date: Sun, 13 Jan 2002 19:39:52 +0100
141              Message-ID: <3C41E288.20562.1C8C895@localhost>
142      Branch: perl
143            ! ext/B/B.xs
144 ____________________________________________________________________________
145 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
146         Log: Subject: Re: lookbehind broken with latest bleedperl
147              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
148              Date: Sun, 13 Jan 2002 18:06:22 +0000
149              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
150      Branch: perl
151            ! regexec.c t/op/re_tests
152 ____________________________________________________________________________
153 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
154         Log: Subject: [PATCH] more MM_Unix.t tests
155              From: Tels <perl_dummy@bloodgate.com>
156              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
157              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
158              
159              Subject: [PATCH] 14220 misunderstood, I bet          
160              From: andreas.koenig@anima.de (Andreas J. Koenig)
161              Date: 12 Jan 2002 21:31:58 +0100
162              Message-ID: <m3k7un8g5d.fsf@anima.de>
163      Branch: perl
164            ! lib/ExtUtils/t/MM_Unix.t
165 ____________________________________________________________________________
166 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
167         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
168              From: Tels <perl_dummy@bloodgate.com>
169              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
170              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
171              
172              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
173              From: Tels <perl_dummy@bloodgate.com>
174              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
175              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
176      Branch: perl
177            ! lib/ExtUtils/MM_Unix.pm
178 ____________________________________________________________________________
179 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
180         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
181              From: Nicholas Clark <nick@unfortu.net> 
182              Date: Sun, 13 Jan 2002 15:58:34 +0000
183              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
184      Branch: perl
185            ! lib/Benchmark.t
186 ____________________________________________________________________________
187 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
188         Log: Anton Berezin did more reading and the uid setting story
189              gets more complex.
190      Branch: perl
191            ! pod/perltodo.pod utils/perldoc.PL
192 ____________________________________________________________________________
193 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
194         Log: Integrate perlio;
195              
196              Win32 fixes:
197              - vmem.h hack to handle free-by-wrong-thread after eval "".
198              - Initialize timerid 
199      Branch: perl
200           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
201 ____________________________________________________________________________
202 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
203         Log: Subject: Re: HiRes
204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
205              Date: Sun, 13 Jan 2002 10:18:46 +0100
206              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
207              
208              Give up on socketpair in HP-UX.
209      Branch: perl
210            ! ext/Socket/socketpair.t
211 ____________________________________________________________________________
212 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
213         Log: *groan*
214      Branch: perl
215            ! t/op/pat.t
216 ____________________________________________________________________________
217 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
218         Log: One more sharp s case found by Jeffrey.
219      Branch: perl
220            ! regexec.c t/op/pat.t
221 ____________________________________________________________________________
222 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
223         Log: Comment tweak.
224      Branch: perl
225            ! regexec.c
226 ____________________________________________________________________________
227 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
228         Log: Don't bother checking for the Greek special
229              cases if the node is too short.
230      Branch: perl
231            ! regcomp.c
232 ____________________________________________________________________________
233 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
234         Log: Update Changes.
235      Branch: perl
236            ! Changes patchlevel.h
237 ____________________________________________________________________________
238 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
239         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
240              From: Jonathan Stowe <gellyfish@gellyfish.com>
241              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
242              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
243      Branch: perl
244            ! Configure config_h.SH
245 ____________________________________________________________________________
246 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
247         Log: Quick reformat using indent -kr -nce, as requested
248              by Dan Kogai and suggest by NI-S.
249      Branch: perl
250            ! ext/Encode/encengine.c
251 ____________________________________________________________________________
252 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
253         Log: Couple more Unicode lookbehind tests.
254      Branch: perl
255            ! t/op/pat.t
256 ____________________________________________________________________________
257 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
258         Log: Sharp S as a special treat for our German UTF-8 testers :-)
259      Branch: perl
260            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
261 ____________________________________________________________________________
262 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
263         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
264              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
265              Date: Sat, 12 Jan 2002 20:37:32 +0100
266              Message-ID: <3C409E8C.16203.196C2D3@localhost>
267      Branch: perl
268            ! ext/B/B/Deparse.pm
269 ____________________________________________________________________________
270 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
271         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
272              really worth the bits it's printed on?
273      Branch: perl
274            ! lib/ExtUtils/t/MM_Unix.t
275 ____________________________________________________________________________
276 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
277         Log: Special treatment for U+03B0 and U+0390 in //i,
278              this means that we can remove the minlen pessimisations
279              introduced by the #14096.
280      Branch: perl
281            ! pp_hot.c regcomp.c regexec.c
282 ____________________________________________________________________________
283 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
284         Log: Integrate perlio;
285              
286              Abstract out the cloning of SvPVX and handle shared pv in a 
287              safe (if suboptimal) manner. Does not fix op/fork.t :-(
288              
289              Win32-ize socketpair test
290              - Win32 can fork even though $Config{d_fork} is undef
291              - SOCK_DGRAM does not work - skip those tests.
292      Branch: perl
293           !> ext/Socket/socketpair.t sv.c
294 ____________________________________________________________________________
295 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
296         Log: One should first drop the real uid, not the effective uid.
297              [ID 20020110.003]
298      Branch: perl
299            ! utils/perldoc.PL
300 ____________________________________________________________________________
301 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
302         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
303              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
304              Date: Fri, 11 Jan 2002 23:29:48 +0100
305              Message-ID: <3C3F756C.4581.2E2A938@localhost>
306      Branch: perl
307            + ext/B/C/C.xs ext/B/C/Makefile.PL
308            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
309            ! utils/perlcc.PL
310 ____________________________________________________________________________
311 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
312         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
313              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
314              Date: Fri, 11 Jan 2002 14:29:30 -0800
315              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
316      Branch: perl
317            ! ext/B/t/concise.t
318 ____________________________________________________________________________
319 [ 14212] By: ams                                   on 2002/01/12  06:10:52
320         Log: Subject: [PATCH] More fixes for Stratus VOS
321              From: "Green, Paul" <Paul.Green@stratus.com>
322              Date: Fri, 11 Jan 2002 17:30:37 -0500
323              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
324      Branch: perl
325            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
326 ____________________________________________________________________________
327 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
328         Log: Upgrade to CGI.pm 2.80.
329      Branch: perl
330            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
331 ____________________________________________________________________________
332 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
333         Log: FAQ sync.
334      Branch: perl
335            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
336            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
337            ! pod/perlfaq8.pod
338 ____________________________________________________________________________
339 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
340         Log: This is getting embarrassing.
341      Branch: perl
342            ! t/op/pat.t
343 ____________________________________________________________________________
344 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
345         Log: Doc tweaks.
346      Branch: perl
347            ! pod/perlunicode.pod
348 ____________________________________________________________________________
349 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
350         Log: Updating the test count is good; also rephrasing
351              so that there is no ok output containing "not".
352      Branch: perl
353            ! t/op/pat.t
354 ____________________________________________________________________________
355 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
356         Log: Andreas is busy :-)
357      Branch: perl
358            ! doop.c t/op/unisprintf.t
359 ____________________________________________________________________________
360 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
361         Log: Unicode lookbehind looked bad.
362      Branch: perl
363            ! regexec.c t/op/pat.t
364 ____________________________________________________________________________
365 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
366         Log: Garbage collection.
367      Branch: perl
368            ! t/run/kill_perl.t
369 ____________________________________________________________________________
370 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
371         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
372              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
373              Date: Fri, 11 Jan 2002 23:29:48 +0100
374              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
375      Branch: perl
376            ! embed.fnc global.sym makedef.pl
377 ____________________________________________________________________________
378 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
379         Log: Subject: [PATCH] perldelta nit?
380              From: Robert Spier <rspier@pobox.com>
381              Date: Fri, 11 Jan 2002 15:19:16 -0800
382              Message-ID: <15423.29428.164185.251700@rls.cx>
383      Branch: perl
384            ! pod/perldelta.pod
385 ____________________________________________________________________________
386 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
387         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
388              From: Michael G Schwern <schwern@pobox.com>
389              Date: Fri, 11 Jan 2002 17:08:17 -0500
390              Message-ID: <20020111220817.GG2838@blackrider>
391      Branch: perl
392            ! t/run/kill_perl.t t/test.pl
393 ____________________________________________________________________________
394 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
395         Log: Subject: [PATCH] Correct misleading error message
396              From: Mike Guy <mjtg@cam.ac.uk>
397              Date: Fri, 11 Jan 2002 18:36:33 +0000
398              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
399              
400              hash assignment -> anonymous hash
401      Branch: perl
402            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
403 ____________________________________________________________________________
404 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
405         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
406              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
407              Date: Fri, 11 Jan 2002 16:58:14 +0100
408              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
409      Branch: perl
410            ! ext/Unicode/Normalize/mkheader
411 ____________________________________________________________________________
412 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
413         Log: Add a new test for is-sprintf-preserving Unicodeness:
414              #14194 and an old one from kill_perl.t (I could have used
415              sprintf.t, but it's format was quite fixed, and I didn't
416              feel like breaking the format)
417      Branch: perl
418            + t/op/unisprintf.t
419            ! MANIFEST t/run/kill_perl.t
420 ____________________________________________________________________________
421 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
422         Log: Integrate perlio;
423              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
424      Branch: perl
425           !> win32/win32.c
426 ____________________________________________________________________________
427 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
428         Log: Integrate perlio;
429              A mostly-stable version of "new" Win32 signal/kill support.
430      Branch: perl
431           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
432           !> win32/config.gc win32/config.vc win32/config_H.bc
433           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
434           !> win32/makefile.mk win32/win32.c win32/win32.h
435 ____________________________________________________________________________
436 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
437         Log: Fix for
438              
439              Subject: UTF-8 sprintf bug in bleadperl
440              From: andreas.koenig@anima.de (Andreas J. Koenig)
441              Date: 11 Jan 2002 15:47:15 +0100
442              Message-ID: <m3vge99c7g.fsf@anima.de>
443              
444              I have tests, have just to figure out where to put them
445              since op/sprintf looks a bit unfriendly for tests of
446              somewhat freer form.
447      Branch: perl
448            ! doop.c sv.c
449 ____________________________________________________________________________
450 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
451         Log: Update Changes.
452      Branch: perl
453            ! Changes patchlevel.h
454 ____________________________________________________________________________
455 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
456         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
457              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
458              Date: Thu, 10 Jan 2002 18:21:34 -0800
459              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
460      Branch: perl
461            + ext/B/t/concise.t
462            ! MANIFEST
463 ____________________________________________________________________________
464 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
465         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
466              necessary in form.t and html.t @INC setups.
467      Branch: perl
468            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
469 ____________________________________________________________________________
470 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
471         Log: Yet another twist.
472      Branch: perl
473            ! t/test.pl
474 ____________________________________________________________________________
475 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
476         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
478              Date: Fri, 11 Jan 2002 13:04:15 +0100      
479              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
480      Branch: perl
481            ! hints/aix.sh
482 ____________________________________________________________________________
483 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
484         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
485              From: Jonathan Stowe <gellyfish@gellyfish.com> 
486              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
487              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
488      Branch: perl
489            ! lib/AnyDBM_File.t
490 ____________________________________________________________________________
491 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
492         Log: Arguments were being mangled.
493      Branch: perl
494            ! t/test.pl
495 ____________________________________________________________________________
496 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
497         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
498              From: Jonathan Stowe <gellyfish@gellyfish.com>
499              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
500              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
501      Branch: perl
502            ! lib/AnyDBM_File.t
503 ____________________________________________________________________________
504 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
505         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
506              From: Michael G Schwern <schwern@pobox.com> 
507              Date: Fri, 11 Jan 2002 04:26:27 -0500
508              Message-ID: <20020111092626.GA16544@blackrider>
509      Branch: perl
510            ! t/run/kill_perl.t t/test.pl
511 ____________________________________________________________________________
512 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
513         Log: Subject: [PATCH] Test::Harness 2.01
514              From: Michael G Schwern <schwern@pobox.com> 
515              Date: Thu, 10 Jan 2002 21:11:24 -0500
516              Message-ID: <20020111021123.GA30666@blackrider>
517      Branch: perl
518            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
519            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
520            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
521            + lib/Test/Harness/t/nonumbers.t
522            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
523            + t/lib/sample-tests/lone_not_bug
524            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
525            + t/lib/sample-tests/vms_nit
526            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
527            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
528 ____________________________________________________________________________
529 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
530         Log: patch is silly when creating new files: don't run
531              patch more than once.
532      Branch: perl
533            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
534 ____________________________________________________________________________
535 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
536         Log: Forgot from #14179.
537      Branch: perl
538            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
539 ____________________________________________________________________________
540 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
541         Log: Subject: [PATCH] is() undef/'' behavior change
542              From: Michael G Schwern <schwern@pobox.com> 
543              Date: Fri, 11 Jan 2002 03:35:51 -0500
544              Message-ID: <20020111083551.GC30666@blackrider>
545              
546              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
547              From: Michael G Schwern <schwern@pobox.com> 
548              Date: Fri, 11 Jan 2002 03:37:44 -0500
549              Message-ID: <20020111083744.GD30666@blackrider>
550      Branch: perl
551            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
552            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
553            ! lib/Pod/t/InputObjects.t lib/blib.t
554 ____________________________________________________________________________
555 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
556         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
557              From: Michael G Schwern <schwern@pobox.com> 
558              Date: Thu, 10 Jan 2002 19:56:23 -0500
559              Message-ID: <20020111005623.GA13192@blackrider>
560      Branch: perl
561            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
562            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
563            ! lib/Test/Simple.pm lib/Test/Simple/Changes
564            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
565            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
566            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
567            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
568            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
569            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
570            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
571            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
572            ! lib/Test/Simple/t/plan_is_noplan.t
573            ! lib/Test/Simple/t/plan_no_plan.t
574            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
575            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
576            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
577            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
578            ! lib/Test/Tutorial.pod
579 ____________________________________________________________________________
580 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
581         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
582              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
583              
584              turns out even the malloc() was never really needed to begin with,
585              so get rid of it
586      Branch: perl
587            ! sv.c
588 ____________________________________________________________________________
589 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
590         Log: Small doc tweaks.
591      Branch: perl
592            ! pod/perluniintro.pod
593 ____________________________________________________________________________
594 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
595         Log: support using the CRT's malloc() family of functions instead of
596              the internal one when ithreads is enabled; allocate large blocks
597              using VirtualAlloc() since the Heap*() functions may only be tuned
598              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
599              
600              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
601              also see comments at the top of win32/vmem.h for other options that
602              can be set
603      Branch: perl
604            ! win32/vmem.h
605 ____________________________________________________________________________
606 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
607         Log: Subject: micropatch
608              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
609              Date: Thu, 10 Jan 2002 18:20:58 +0000
610              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
611      Branch: perl
612            ! regcomp.c
613 ____________________________________________________________________________
614 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
615         Log: Subject: [PATCH] Embed.t on Win32
616              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
617              Date: Thu, 10 Jan 2002 18:56:21 +0100
618              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
619      Branch: perl
620            ! lib/ExtUtils/t/Embed.t
621 ____________________________________________________________________________
622 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
623         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
624              From: Gisle Aas <gisle@ActiveState.com>
625              Date: 10 Jan 2002 08:56:05 -0800
626              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
627      Branch: perl
628            ! toke.c
629 ____________________________________________________________________________
630 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
631         Log: Subject: [PATCH] doc fixes
632              From: "Brendan O'Dea" <bod@debian.org>
633              Date: Fri, 11 Jan 2002 03:49:54 +1100
634              Message-ID: <20020110164954.GA21891@compusol.com.au>
635      Branch: perl
636            ! lib/I18N/Collate.pm pod/perlfunc.pod
637 ____________________________________________________________________________
638 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
639         Log: Integrate perlio; More signal hackery.
640      Branch: perl
641           !> win32/win32.c
642 ____________________________________________________________________________
643 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
644         Log: No need to show internal encodings, or return them
645              in random order.
646      Branch: perl
647            ! ext/Encode/Encode.pm
648 ____________________________________________________________________________
649 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
650         Log: I think we can claim to be supporting Unicode
651              "loose matching" now.
652      Branch: perl
653            ! pod/perlunicode.pod
654 ____________________________________________________________________________
655 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
656         Log: Subject: doc patch
657              From: mjd@plover.com
658              Date: 10 Jan 2002 15:12:27 -0000
659              Message-ID: <20020110151227.14850.qmail@plover.com>
660      Branch: perl
661            ! pod/perlrun.pod
662 ____________________________________________________________________________
663 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
664         Log: Subject: Re: [ID 20011223.001] accept leaks memory
665              From: Andy Dougherty <doughera@lafayette.edu>
666              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
667              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
668      Branch: perl
669            ! hints/linux.sh
670 ____________________________________________________________________________
671 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
672         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
673      Branch: perl
674           !> win32/win32.c
675 ____________________________________________________________________________
676 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
677         Log: Subject: [PATCH] Magic numbers in B::Concise
678              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
679              Date: Wed, 9 Jan 2002 23:04:01 -0800
680              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
681      Branch: perl
682            ! ext/B/B/Concise.pm ext/B/O.pm
683 ____________________________________________________________________________
684 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
685         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
686              From: Gisle Aas <gisle@ActiveState.com>
687              Date: 09 Jan 2002 21:52:40 -0800
688              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
689      Branch: perl
690            ! t/lib/strict/vars toke.c
691 ____________________________________________________________________________
692 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
693         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
695              Date: Wed, 9 Jan 2002 23:24:32 +0100
696              Message-ID: <20020109232432.A692@rafael>
697      Branch: perl
698            ! ext/B/B/Deparse.pm
699 ____________________________________________________________________________
700 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
701         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
702              From: Jonathan Stowe <gellyfish@gellyfish.com>
703              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
704              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
705      Branch: perl
706            ! t/run/kill_perl.t
707 ____________________________________________________________________________
708 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
709         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
710              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
711              Date: Wed, 09 Jan 2002 20:16:54 +0000
712              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
713      Branch: perl
714            ! regexec.c
715 ____________________________________________________________________________
716 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
717         Log: Subject: [Patch @14129] fixes Unicode::Normalize
718              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
719              Date: Thu, 10 Jan 2002 01:08:56 +0900
720              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
721      Branch: perl
722            - ext/Unicode/Normalize/Normalize.pod
723            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
724            ! ext/Unicode/Normalize/Normalize.pm
725            ! ext/Unicode/Normalize/Normalize.xs
726            ! ext/Unicode/Normalize/mkheader
727 ____________________________________________________________________________
728 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
729         Log: Integrate perlio; (Re-)implement alarm() for Win32.
730      Branch: perl
731           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
732           !> win32/win32iop.h
733 ____________________________________________________________________________
734 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
735         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
736              From: Nicholas Clark <nick@unfortu.net>
737              Date: Wed, 9 Jan 2002 17:56:04 +0000
738              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
739      Branch: perl
740            ! t/op/readdir.t
741 ____________________________________________________________________________
742 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
743         Log: Update Changes.
744      Branch: perl
745            ! Changes patchlevel.h
746 ____________________________________________________________________________
747 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
748         Log: Thinko.
749      Branch: perl
750            ! ext/threads/t/stress_re.t
751 ____________________________________________________________________________
752 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
753         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
754              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
755              Date: Wed, 09 Jan 2002 13:37:17 +0000                
756              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
757      Branch: perl
758            ! regexec.c t/op/re_tests
759 ____________________________________________________________________________
760 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
761         Log: Subject: Re: Weird Malformed warning in bleadperl    
762              From: andreas.koenig@anima.de (Andreas J. Koenig)    
763              Date: 09 Jan 2002 11:12:37 +0100
764              Message-ID: <m3itabbzoq.fsf@anima.de>
765      Branch: perl
766            ! regexec.c t/op/pat.t
767 ____________________________________________________________________________
768 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
769         Log: Forgot stress_re.t from MANIFEST.
770      Branch: perl
771            ! MANIFEST
772 ____________________________________________________________________________
773 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
774         Log: In dumping use isPRINT() instead of isprint() so that locale
775              does not come into play.
776      Branch: perl
777            ! utf8.c
778 ____________________________________________________________________________
779 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
780         Log: Add a threads stress test for regular expressions
781              (mostly just a modified stress_string.t) and doesn't
782              test that much of regular expressions, just that $1
783              doesn't get stomped by competing threads (as it does
784              in the 5005threads of old).
785      Branch: perl
786            + ext/threads/t/stress_re.t
787            ! MANIFEST
788 ____________________________________________________________________________
789 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
790         Log: Subject: Re: [ID 20010912.007] substr reference core dump
791              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
792              Date: Tue, 08 Jan 2002 19:17:50 +0000
793              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
794      Branch: perl
795            ! scope.c t/run/kill_perl.t
796 ____________________________________________________________________________
797 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
798         Log: SANY (. with /s) wasn't happy on Unicode.
799      Branch: perl
800            ! regexec.c t/op/pat.t
801 ____________________________________________________________________________
802 [ 14142] By: ams                                   on 2002/01/08  22:42:10
803         Log: Subject: [PATCH] perldebug nit
804              From: Tels <tels@bloodgate.com>
805              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
806      Branch: perl
807            ! pod/perldebug.pod
808 ____________________________________________________________________________
809 [ 14141] By: ams                                   on 2002/01/08  21:32:59
810         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
811              From: "Green, Paul" <Paul.Green@stratus.com>
812              Date: Tue, 8 Jan 2002 17:31:35 -0500
813              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
814      Branch: perl
815            ! Makefile.SH
816 ____________________________________________________________________________
817 [ 14140] By: ams                                   on 2002/01/08  21:27:57
818         Log: Subject: [PATCH] Re: Slight chokage from Deparse
819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
820              Date: Tue, 8 Jan 2002 23:04:45 +0100
821              Message-Id: <20020108230445.A4798@rafael>
822      Branch: perl
823            ! ext/B/B/Deparse.pm
824 ____________________________________________________________________________
825 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
826         Log: Subject: [patch] peep() is rude
827              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
828              Date: Tue, 08 Jan 2002 19:17:50 +0000            
829              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
830      Branch: perl
831            ! op.c t/run/kill_perl.t
832 ____________________________________________________________________________
833 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
834         Log: unifold is really an op test since it requires
835              no external modules for its actual testing:
836              only the unicore CaseFold.txt file, and File::Spec
837              to portably access that file.
838      Branch: perl
839            + t/op/unifold.t
840            - lib/unifold.t
841            ! MANIFEST
842 ____________________________________________________________________________
843 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
844         Log: Subject: [patch] save a test 
845              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
846              Date: Tue, 08 Jan 2002 16:18:47 +0000
847              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
848      Branch: perl
849            ! regcomp.c
850 ____________________________________________________________________________
851 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
852         Log: Subject: Not OK 13843 
853              From: andreas.koenig@anima.de (Andreas J. Koenig)
854              Date: 08 Jan 2002 14:12:29 +0100
855              Message-ID: <m38zb9c7gi.fsf@anima.de>
856      Branch: perl
857            ! op.c t/op/subst.t
858 ____________________________________________________________________________
859 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
860         Log: Missed one variant of the fold testing, noticed bu Hugo.
861      Branch: perl
862            ! lib/unifold.t
863 ____________________________________________________________________________
864 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
865         Log: Enchance the Storable magic description.
866      Branch: perl
867            ! ext/Storable/Storable.pm
868 ____________________________________________________________________________
869 [ 14132] By: ams                                   on 2002/01/08  09:16:12
870         Log: Subject: [PATCH] don't installperl pods
871              From: H.Merijn Brand <h.m.brand@hccnet.nl>
872              Date: Tue, 08 Jan 2002 10:36:01 +0100
873              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
874      Branch: perl
875            ! installperl
876 ____________________________________________________________________________
877 [ 14131] By: ams                                   on 2002/01/08  03:38:40
878         Log: Subject: Math-BigInt v1.49 released
879              From: Tels <perl_dummy@bloodgate.com>
880              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
881      Branch: perl
882            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
883            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
884            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
885            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
886            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
887            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
888            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
889            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
890            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
891            ! t/lib/Math/BigInt/Subclass.pm
892 ____________________________________________________________________________
893 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
894         Log: A little better comments.
895      Branch: perl
896            ! regexec.c
897 ____________________________________________________________________________
898 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
899         Log: No normalization form DNF.
900      Branch: perl
901            ! ext/Unicode/Normalize/Normalize.pm
902 ____________________________________________________________________________
903 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
904         Log: Extension nits found by -Wall (several from threads
905              and threads::shared, but leaving them to Arthur).
906      Branch: perl
907            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
908            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
909            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
910            ! ext/Unicode/Normalize/mkheader x2p/str.c
911 ____________________________________________________________________________
912 [ 14125] By: ams                                   on 2002/01/07  22:03:22
913         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
914              From: Nicholas Clark (sans From field in mail header)
915              Date: Mon, 7 Jan 2002 16:18:23 +0000
916              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
917      Branch: perl
918            ! lib/Exporter.pm
919 ____________________________________________________________________________
920 [ 14124] By: ams                                   on 2002/01/07  21:46:11
921         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
922              From: "Green, Paul" <Paul.Green@stratus.com>
923              Date: Mon, 7 Jan 2002 16:59:38 -0500
924              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
925      Branch: perl
926            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
927 ____________________________________________________________________________
928 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
929         Log: Update Changes.
930      Branch: perl
931            ! Changes patchlevel.h
932 ____________________________________________________________________________
933 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
934         Log: Subject: [PATCH] Correct module name in perldelta*                 
935              From: Mike Guy <mjtg@cam.ac.uk>
936              Date: Mon, 07 Jan 2002 17:02:43 +0000
937              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
938      Branch: perl
939            ! pod/perl561delta.pod pod/perl56delta.pod
940 ____________________________________________________________________________
941 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
942         Log: AUTHORS update.
943      Branch: perl
944            ! AUTHORS
945 ____________________________________________________________________________
946 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
947         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
948      Branch: perl
949            ! ext/Storable/Storable.pm
950 ____________________________________________________________________________
951 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
952         Log: perldelta updates.
953      Branch: perl
954            ! pod/perldelta.pod
955 ____________________________________________________________________________
956 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
957         Log: Document the flags of pv_uni_display().
958      Branch: perl
959            ! pod/perlapi.pod utf8.c
960 ____________________________________________________________________________
961 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
962         Log: Forgot from #14115.
963      Branch: perl
964            ! t/op/re_tests
965 ____________________________________________________________________________
966 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
967         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
968              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
969              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
970              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
971      Branch: perl
972            ! regcomp.c
973 ____________________________________________________________________________
974 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
975         Log: More regex and utf8 debug dumping.
976      Branch: perl
977            ! dump.c regcomp.c regexec.c utf8.c utf8.h
978 ____________________________________________________________________________
979 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
980         Log: Unused variable.
981      Branch: perl
982            ! regcomp.c
983 ____________________________________________________________________________
984 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
985         Log: Regen toc.
986      Branch: perl
987            ! pod/perltoc.pod
988 ____________________________________________________________________________
989 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
990         Log: capitalize correctly, noticed by David Dyck.
991      Branch: perl
992            ! lib/sort.pm
993 ____________________________________________________________________________
994 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
995         Log: No need to overqualify.
996      Branch: perl
997            ! lib/sort.pm
998 ____________________________________________________________________________
999 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
1000         Log: PL_debug_pad wasn't initialized to zeroes which broke
1001              ithreads + DEBUGGING.
1002      Branch: perl
1003            ! sv.c
1004 ____________________________________________________________________________
1005 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
1006         Log: Update Changes.
1007      Branch: perl
1008            ! Changes patchlevel.h
1009 ____________________________________________________________________________
1010 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
1011         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
1012              From: Jonathan Stowe <gellyfish@gellyfish.com>
1013              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
1014              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
1015      Branch: perl
1016            ! pp_sys.c
1017 ____________________________________________________________________________
1018 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
1019         Log: DB_File sync from Paul Marquess.
1020      Branch: perl
1021            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1022            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
1023            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
1024 ____________________________________________________________________________
1025 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
1026         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
1027              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
1028              Date: Sun, 6 Jan 2002 11:44:30 +0100
1029              Message-ID: <3C38389E.7831.493570@localhost>
1030      Branch: perl
1031            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
1032            ! utils/perlcc.PL
1033 ____________________________________________________________________________
1034 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
1035         Log: Tests for #14098.
1036      Branch: perl
1037            ! t/op/lc.t
1038 ____________________________________________________________________________
1039 [ 14101] By: ams                                   on 2002/01/06  04:52:50
1040         Log: Subject: [PATCH] Bad prototype detection now an optional warning
1041              From: Sam Tregar <sam@tregar.com>
1042              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
1043              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
1044      Branch: perl
1045            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1046            ! t/comp/proto.t toke.c
1047 ____________________________________________________________________________
1048 [ 14100] By: ams                                   on 2002/01/06  01:56:59
1049         Log: Subject: [PATCH] Correct several Stratus VOS build issues
1050              From: "Green, Paul" <Paul.Green@stratus.com>
1051              Date: Sat, 5 Jan 2002 21:30:56 -0500
1052              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
1053      Branch: perl
1054            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
1055 ____________________________________________________________________________
1056 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
1057         Log: Further perl.org URL elaboration from Ask.
1058      Branch: perl
1059            ! pod/perlfaq1.pod pod/perlfaq2.pod
1060 ____________________________________________________________________________
1061 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
1062         Log: The same problem with To{Lower,Title,Upper}
1063              as earlier with ToFold.
1064      Branch: perl
1065            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1066            ! lib/unicore/To/Upper.pl lib/unicore/mktables
1067 ____________________________________________________________________________
1068 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
1069         Log: Retract #14057 for now; the alarm/setitimer timers
1070              seen to be the same in many systems, which leads into
1071              hangups.
1072      Branch: perl
1073            ! ext/Time/HiRes/HiRes.t
1074 ____________________________________________________________________________
1075 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
1076         Log: Finish up (ha!) the Unicode case folding;
1077              enhance regex dumping code.
1078      Branch: perl
1079            + lib/unifold.t
1080            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
1081            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
1082 ____________________________________________________________________________
1083 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
1084         Log: Use the perl.org news gw instead of the perl.com one
1085              (from Ask).
1086      Branch: perl
1087            ! pod/perlfaq1.pod pod/perlfaq2.pod
1088 ____________________________________________________________________________
1089 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
1090         Log: Zero() wasn't documented.
1091      Branch: perl
1092            ! pod/perlclib.pod
1093 ____________________________________________________________________________
1094 [ 14093] By: ams                                   on 2002/01/05  17:58:35
1095         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
1096              From: Nicholas Clark <nick@unfortu.net>
1097              Date: Sat, 5 Jan 2002 18:55:39 +0000
1098              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
1099      Branch: perl
1100            ! lib/Memoize/t/tie_ndbm.t
1101 ____________________________________________________________________________
1102 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
1103         Log: Also UNICOS/mk has deviant socketpair().
1104      Branch: perl
1105            ! ext/Socket/socketpair.t
1106 ____________________________________________________________________________
1107 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
1108         Log: Ooops.  Retract the regex parts of #14090.
1109      Branch: perl
1110            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
1111 ____________________________________________________________________________
1112 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
1113         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
1114              From: Nicholas Clark <nick@unfortu.net> 
1115              Date: Sat, 5 Jan 2002 18:10:13 +0000
1116              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
1117      Branch: perl
1118            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
1119            ! regcomp.h regexec.c
1120 ____________________________________________________________________________
1121 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
1122         Log: Integrate perlio; a missing aTHX.
1123      Branch: perl
1124           !> op.c
1125 ____________________________________________________________________________
1126 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
1127         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
1128              found by Marc Lehmann.
1129      Branch: perl
1130            ! pp.c
1131 ____________________________________________________________________________
1132 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
1133         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
1134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1135              Date: Sat, 5 Jan 2002 00:31:12 +0100
1136              Message-ID: <20020105003112.E1850@rafael>              
1137      Branch: perl
1138            ! t/comp/proto.t
1139 ____________________________________________________________________________
1140 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
1141         Log: A bit of "perl.com" cleanup.
1142      Branch: perl
1143            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
1144            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1145            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
1146            ! pod/perlmodlib.PL pod/perlmodlib.pod
1147 ____________________________________________________________________________
1148 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
1149         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
1150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1151              Date: Fri, 4 Jan 2002 23:35:19 +0100
1152              Message-ID: <20020104233519.A1850@rafael>
1153      Branch: perl
1154            ! op.c
1155 ____________________________________________________________________________
1156 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
1157         Log: Integrate change #14062 from macperl;
1158              Define setbuf, setvbuf for Mac OS
1159      Branch: perl
1160           !> ext/IO/IO.xs
1161 ____________________________________________________________________________
1162 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
1163         Log: Display the native pwd command.
1164      Branch: perl
1165            ! ext/Cwd/t/cwd.t
1166 ____________________________________________________________________________
1167 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
1168         Log: Under Mac OS X /dev/stdout is normally a symlink,
1169              but when running the test it seems to become a socket.
1170              So let's extend our censorship.
1171      Branch: perl
1172            ! t/op/stat.t
1173 ____________________________________________________________________________
1174 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
1175         Log: If we do have socketpair(), make my_socketpair()
1176              just call the real socketpair().  This way we always
1177              have real code behind my_socketpair() and a symbol
1178              corresponding to the my_socketpair in global.sym.
1179      Branch: perl
1180            ! embed.fnc embed.h makedef.pl proto.h util.c
1181 ____________________________________________________________________________
1182 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
1183         Log: Spread the good word of "env".
1184      Branch: perl
1185            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
1186 ____________________________________________________________________________
1187 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
1188         Log: Till the system tests do something non-Win*, better rename
1189              the test so that people on other platforms don't get confused.
1190              (Not win32system, because assumedly there's win64, too.)
1191      Branch: perl
1192            + t/op/winsystem.t
1193            - t/op/system.t
1194            ! MANIFEST
1195 ____________________________________________________________________________
1196 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
1197         Log: Some tweaks.
1198      Branch: perl
1199            ! lib/Pod/t/Functions.t
1200 ____________________________________________________________________________
1201 [ 14057] By: ams                                   on 2002/01/04  17:40:31
1202         Log: (retracted by #14057)
1203              
1204              Subject: [PATCH] Time/HiRes/HiRes.t
1205              From: Nicholas Clark <nick@unfortu.net>
1206              Date: Fri, 4 Jan 2002 17:28:46 +0000
1207              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
1208      Branch: perl
1209            ! ext/Time/HiRes/HiRes.t
1210 ____________________________________________________________________________
1211 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
1212         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
1213              From: Abe Timmerman <abe@ztreet.demon.nl>
1214              Date: Fri, 04 Jan 2002 18:42:33 +0100
1215              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
1216      Branch: perl
1217            + lib/Pod/t/Functions.t
1218            ! MANIFEST lib/Pod/Functions.pm
1219 ____________________________________________________________________________
1220 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
1221         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
1222              From: "Craig A. Berry" <craigberry@mac.com>
1223              Date: Thu, 3 Jan 2002 17:32:20 -0600
1224              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
1225      Branch: perl
1226            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
1227 ____________________________________________________________________________
1228 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
1229         Log: Document the U+0085, U+2028, and U+2029.
1230      Branch: perl
1231            ! pod/perlre.pod pod/perlretut.pod
1232 ____________________________________________________________________________
1233 [ 14053] By: ams                                   on 2002/01/04  03:27:44
1234         Log: Subject: [PATCH] warn if not CORE::dump
1235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1236              Date: Thu, 3 Jan 2002 22:04:00 +0100
1237              Message-Id: <20020103220400.A13958@rafael>
1238      Branch: perl
1239            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
1240 ____________________________________________________________________________
1241 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
1242         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
1243      Branch: perl
1244            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
1245 ____________________________________________________________________________
1246 [ 14051] By: ams                                   on 2002/01/04  03:00:12
1247         Log: Subject: [PATCH] File::Compare::VERSION
1248              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1249              Date: Thu, 3 Jan 2002 23:42:52 +0100
1250              Message-Id: <20020103234252.G13958@rafael>
1251      Branch: perl
1252            ! lib/File/Compare.pm
1253 ____________________________________________________________________________
1254 [ 14050] By: ams                                   on 2002/01/04  02:58:05
1255         Log: Subject: [PATCH @14042] threads::shared doc
1256              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
1257              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
1258              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
1259      Branch: perl
1260            ! ext/threads/shared/shared.pm
1261 ____________________________________________________________________________
1262 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
1263         Log: #14048 exposed few false positives, to be fixed soonish.
1264      Branch: perl
1265            ! t/op/pat.t
1266 ____________________________________________________________________________
1267 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
1268         Log: Do not add the first characters of multicharacter foldings
1269              into character classes.
1270      Branch: perl
1271            ! regcomp.c
1272 ____________________________________________________________________________
1273 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
1274         Log: A bit of testing for #14046.
1275      Branch: perl
1276            ! t/op/pat.t
1277 ____________________________________________________________________________
1278 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
1279         Log: Allow emitting the foldcased version of "\x{df}", "ss"
1280              (among others, another example would be \x{fb00} -> "ff")
1281      Branch: perl
1282            ! regcomp.c
1283 ____________________________________________________________________________
1284 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
1285         Log: Subject: [PATCH] File::Spec & NetWare
1286              From: Dave Rolsky <autarch@urth.org>
1287              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
1288              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
1289      Branch: perl
1290            - lib/File/Spec/NW5.pm
1291            ! MANIFEST lib/File/Spec.pm
1292 ____________________________________________________________________________
1293 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
1294         Log: FAQ sync (RCS Ids only?)
1295      Branch: perl
1296            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
1297 ____________________________________________________________________________
1298 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
1299         Log: AUTHORs updates.
1300      Branch: perl
1301            ! AUTHORS
1302 ____________________________________________________________________________
1303 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
1304         Log: Update Changes.
1305      Branch: perl
1306            ! Changes patchlevel.h
1307 ____________________________________________________________________________
1308 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
1309         Log: Missed the =head1 additions.
1310      Branch: perl
1311            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
1312            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
1313            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
1314            ! util.c
1315 ____________________________________________________________________________
1316 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
1317         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
1318              From: Robin Barker <rmb1@cise.npl.co.uk>
1319              Date: Thu, 3 Jan 2002 15:26:20 GMT
1320              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
1321      Branch: perl
1322            ! lib/Carp.t lib/Carp/Heavy.pm
1323 ____________________________________________________________________________
1324 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
1325         Log: Subject: [PATCH hv.c] 
1326              From: Robin Barker <rmb1@cise.npl.co.uk>
1327              Date: Thu, 3 Jan 2002 14:49:06 GMT
1328              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
1329              
1330              -Wformat check.
1331      Branch: perl
1332            ! hv.c
1333 ____________________________________________________________________________
1334 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
1335         Log: NetWare tweaks from Ananth Kesari.
1336      Branch: perl
1337            ! NetWare/t/NWScripts.pl lib/File/Find.pm
1338 ____________________________________________________________________________
1339 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
1340         Log: Cast.
1341      Branch: perl
1342            ! regexec.c
1343 ____________________________________________________________________________
1344 [ 14036] By: ams                                   on 2002/01/03  12:12:31
1345         Log: Grammar fix suggested by Gwyn Judd.
1346      Branch: perl
1347            ! pod/perldiag.pod
1348 ____________________________________________________________________________
1349 [ 14033] By: ams                                   on 2002/01/03  08:24:24
1350         Log: Subject: Not ok 14031: PPPort Makefile.PL
1351              From: andreas.koenig@anima.de (Andreas J. Koenig)
1352              Date: 03 Jan 2002 10:17:46 +0100
1353              Message-Id: <m3sn9n94jp.fsf@anima.de>
1354      Branch: perl
1355            ! ext/Devel/PPPort/Makefile.PL
1356 ____________________________________________________________________________
1357 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
1358         Log: Off-by-one is my middle name.
1359      Branch: perl
1360            ! regexec.c
1361 ____________________________________________________________________________
1362 [ 14030] By: ams                                   on 2002/01/02  23:56:37
1363         Log: Subject: [PATCH @14015] threads::shared disabling
1364              From: Andy Bussey <andybussey@yahoo.co.uk>
1365              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
1366              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
1367      Branch: perl
1368            + ext/threads/shared/t/no_share.t
1369            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
1370 ____________________________________________________________________________
1371 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
1372         Log: Simon's new perlapi scheme, I hope I got all the pieces.
1373      Branch: perl
1374            + autodoc.pl embed.fnc
1375            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
1376 ____________________________________________________________________________
1377 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
1378         Log: Integrate perlio; more PPPort Makefile source dependence removal
1379      Branch: perl
1380           !> ext/Devel/PPPort/Makefile.PL perl.h
1381 ____________________________________________________________________________
1382 [ 14027] By: ams                                   on 2002/01/02  21:42:50
1383         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
1384              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1385              Date: Wed, 2 Jan 2002 23:09:13 +0100
1386              Message-Id: <20020102230913.A17373@rafael>
1387      Branch: perl
1388            ! pod/perldiag.pod
1389 ____________________________________________________________________________
1390 [ 14026] By: ams                                   on 2002/01/02  21:38:34
1391         Log: Subject: Re: PATCH: lib/Term/Cap.pm
1392              From: Jonathan Stowe <gellyfish@gellyfish.com>
1393              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
1394              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
1395      Branch: perl
1396            ! lib/Term/Cap.pm
1397 ____________________________________________________________________________
1398 [ 14025] By: ams                                   on 2002/01/02  18:34:26
1399         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
1400              From: Sam Tregar <sam@tregar.com>
1401              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
1402              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
1403      Branch: perl
1404            ! pod/perldiag.pod t/comp/proto.t toke.c
1405 ____________________________________________________________________________
1406 [ 14024] By: ams                                   on 2002/01/02  18:16:12
1407         Log: Subject: PATCH: lib/Term/Cap.pm
1408              From: Norton Allen <allen@huarp.harvard.edu>
1409              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
1410              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
1411      Branch: perl
1412            ! lib/Term/Cap.pm
1413 ____________________________________________________________________________
1414 [ 14023] By: ams                                   on 2002/01/02  18:12:31
1415         Log: Subject: PATCH: lib/Cwd.pm for QNX4
1416              From: Norton Allen <allen@huarp.harvard.edu>
1417              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
1418              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
1419      Branch: perl
1420            ! lib/Cwd.pm
1421 ____________________________________________________________________________
1422 [ 14020] By: ams                                   on 2002/01/02  17:06:27
1423         Log: Fix misplaced application of #14016.
1424      Branch: perl
1425            ! op.c
1426 ____________________________________________________________________________
1427 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
1428         Log: Integrate perlio; avoid uninit debug_pad.
1429      Branch: perl
1430           !> sv.c
1431 ____________________________________________________________________________
1432 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
1433         Log: makedepend VOS fix from Paul Green.
1434      Branch: perl
1435            ! makedepend.SH
1436 ____________________________________________________________________________
1437 [ 14016] By: ams                                   on 2002/01/02  15:58:11
1438         Log: Subject: [PATCH] random crash in B::LISTOP::last
1439              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1440              Date: Wed, 2 Jan 2002 17:37:28 +0100
1441              Message-Id: <3C334558.3906.19CB98D@localhost>
1442      Branch: perl
1443            ! op.c
1444 ____________________________________________________________________________
1445 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
1446         Log: Update Changes.
1447      Branch: perl
1448            ! Changes patchlevel.h
1449 ____________________________________________________________________________
1450 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
1451         Log: One more iteration of the ibcmp_utf8() interface,
1452              hopefully this is a convergent iteration...
1453      Branch: perl
1454            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
1455 ____________________________________________________________________________
1456 [ 14013] By: ams                                   on 2002/01/02  13:43:58
1457         Log: Upgrade to podlators-1.19.
1458      Branch: perl
1459            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
1460            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
1461            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
1462            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
1463            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
1464 ____________________________________________________________________________
1465 [ 14012] By: ams                                   on 2002/01/02  09:48:51
1466         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
1467              From: martyn@inpharmatica.co.uk
1468              Date: Wed, 19 Dec 2001 19:05:00 +0000
1469              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
1470      Branch: perl
1471            ! lib/Pod/Usage.pm
1472 ____________________________________________________________________________
1473 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
1474         Log: Make ibcmp_utf8() optionally progress in either string for
1475              as long as it takes and optionally record how far it got.
1476      Branch: perl
1477            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
1478 ____________________________________________________________________________
1479 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
1480         Log: Once more try to get the PPPort Makefile right.
1481      Branch: perl
1482            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
1483 ____________________________________________________________________________
1484 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
1485         Log: -Wall silencing.
1486      Branch: perl
1487            ! utf8.c
1488 ____________________________________________________________________________
1489 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
1490         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
1491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1492              Date: Tue, 1 Jan 2002 22:45:21 +0100       
1493              Message-ID: <20020101224521.A691@rafael>
1494      Branch: perl
1495            ! ext/B/B/Deparse.pm
1496 ____________________________________________________________________________
1497 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
1498         Log: VOS tweak from Paul Green: VOS has different O_BINARY
1499              and O_TEXT, but VOS always uses LF, never CRLF.
1500      Branch: perl
1501            ! perl.h
1502 ____________________________________________________________________________
1503 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
1504         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
1505      Branch: perl
1506            ! regexec.c utf8.c
1507 ____________________________________________________________________________
1508 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
1509         Log: Now that to_utf8_fold() was fixed.
1510      Branch: perl
1511            ! regcomp.c regexec.c
1512 ____________________________________________________________________________
1513 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
1514         Log: Integrate perlio; experimental binmode() re-coding.
1515      Branch: perl
1516           !> perlio.c
1517 ____________________________________________________________________________
1518 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
1519         Log: Document the to_utf8_*() functions.
1520      Branch: perl
1521            ! embed.pl pod/perlapi.pod utf8.c
1522 ____________________________________________________________________________
1523 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
1524         Log: Better support for multicharacter foldings.
1525              Now all but two of the CaseFold.txt cases work-- but
1526              only when the target string is single-character, more
1527              debugging needed.
1528      Branch: perl
1529            ! regexec.c
1530 ____________________________________________________________________________
1531 [ 14000] By: ams                                   on 2002/01/01  15:59:43
1532         Log: Subject: [PATCH] don't installperl pods
1533              From: Nicholas Clark <nick@unfortu.net>
1534              Date: Tue, 1 Jan 2002 16:44:12 +0000
1535              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
1536      Branch: perl
1537            ! installperl
1538 ____________________________________________________________________________
1539 [ 13999] By: ams                                   on 2002/01/01  14:34:04
1540         Log: Subject: [PATCH] perldiag.pod transposition
1541              From: Nicholas Clark <nick@unfortu.net>
1542              Date: Tue, 1 Jan 2002 15:03:52 +0000
1543              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
1544      Branch: perl
1545            ! pod/perldiag.pod
1546 ____________________________________________________________________________
1547 [ 13998] By: ams                                   on 2002/01/01  13:36:49
1548         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
1549              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1550              Date: Tue, 1 Jan 2002 15:12:36 +0100
1551              Message-Id: <20020101151236.A951@rafael>
1552      Branch: perl
1553            ! pod/perldiag.pod
1554 ____________________________________________________________________________
1555 [ 13997] By: ams                                   on 2002/01/01  13:33:06
1556         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
1557              From: Nicholas Clark <nick@unfortu.net>
1558              Date: Tue, 1 Jan 2002 13:13:17 +0000
1559              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
1560      Branch: perl
1561            ! ext/Socket/socketpair.t
1562 ____________________________________________________________________________
1563 [ 13996] By: ams                                   on 2002/01/01  04:44:28
1564         Log: Subject: [PATCH @13746] Leaner exporter
1565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1566              Date: Mon, 31 Dec 2001 18:16:08 -0500
1567              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
1568      Branch: perl
1569            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
1570 ____________________________________________________________________________
1571 [ 13995] By: ams                                   on 2002/01/01  04:29:44
1572         Log: Subject: [PATCH @13746] h2xs broken
1573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1574              Date: Mon, 31 Dec 2001 17:48:55 -0500
1575              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
1576      Branch: perl
1577            ! utils/h2xs.PL
1578 ____________________________________________________________________________
1579 [ 13994] By: ams                                   on 2002/01/01  04:25:46
1580         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
1581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1582              Date: Mon, 31 Dec 2001 17:42:25 -0500
1583              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
1584      Branch: perl
1585            ! lib/ExtUtils/MM_Unix.pm
1586 ____________________________________________________________________________
1587 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
1588         Log: Rename the variables to be a bit more consistent.
1589      Branch: perl
1590            ! utf8.c
1591 ____________________________________________________________________________
1592 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
1593         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
1594              (found by Jeffrey Friedl)
1595      Branch: perl
1596            ! regexec.c t/op/pat.t utf8.c
1597 ____________________________________________________________________________
1598 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
1599         Log: Update Changes.
1600      Branch: perl
1601            ! Changes patchlevel.h
1602 ____________________________________________________________________________
1603 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
1604         Log: Less unused ones.
1605      Branch: perl
1606            ! regexec.c
1607 ____________________________________________________________________________
1608 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
1609         Log: Unused variable.
1610      Branch: perl
1611            ! regcomp.c
1612 ____________________________________________________________________________
1613 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
1614         Log: Forgotten file.
1615      Branch: perl
1616            ! MANIFEST
1617 ____________________________________________________________________________
1618 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
1619         Log: Subject: Re: Cygwin: one down one to go 
1620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1621              Date: Mon, 31 Dec 2001 18:34:36 +0100
1622              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
1623      Branch: perl
1624            ! cygwin/Makefile.SHs
1625 ____________________________________________________________________________
1626 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
1627         Log: Add some comments to the recent Unicode case-folding saga.
1628      Branch: perl
1629            ! regcomp.c regexec.c
1630 ____________________________________________________________________________
1631 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
1632         Log: Slight comment tweakage.
1633      Branch: perl
1634            ! ext/I18N/Langinfo/Langinfo.t
1635 ____________________________________________________________________________
1636 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
1637         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
1638      Branch: perl
1639            ! perl.h
1640 ____________________________________________________________________________
1641 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
1642         Log: Subject: [ PATCH] Cygwin: one down one to go
1643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1644              Date: Mon, 31 Dec 2001 17:03:40 +0100
1645              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
1646      Branch: perl
1647            ! lib/Pod/t/basic.t
1648 ____________________________________________________________________________
1649 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
1650         Log: Tweak the dependencies not to recompile everytime,
1651              as suggested by NI-S.
1652      Branch: perl
1653            ! ext/Devel/PPPort/Makefile.PL
1654 ____________________________________________________________________________
1655 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
1656         Log: Planning still not right.
1657      Branch: perl
1658            ! lib/User/grent.t
1659 ____________________________________________________________________________
1660 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
1661         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
1662              From: Michael G Schwern <schwern@pobox.com>
1663              Date: Sun, 30 Dec 2001 18:07:55 -0500
1664              Message-ID: <20011230230755.GG12840@blackrider>
1665              
1666              (lib/User/grent, really)
1667      Branch: perl
1668            ! lib/User/grent.t
1669 ____________________________________________________________________________
1670 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
1671         Log: Integrate perlio; cleanup, in particular avoid accidental
1672              PerlIO_flush(NULL) if PerlIONext is NULL.
1673      Branch: perl
1674           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
1675 ____________________________________________________________________________
1676 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
1677         Log: Subject: typo in IO::Socket::INET.pm
1678              From: mjd@plover.com
1679              Date: 31 Dec 2001 14:31:10 -0000
1680              Message-ID: <20011231143110.4989.qmail@plover.com>
1681      Branch: perl
1682            ! ext/IO/lib/IO/Socket/INET.pm
1683 ____________________________________________________________________________
1684 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
1685         Log: Subject: Re: [PATCH] Basic bad prototype detection
1686              From: Sam Tregar <sam@tregar.com>
1687              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
1688              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
1689      Branch: perl
1690            ! t/comp/proto.t toke.c
1691 ____________________________________________________________________________
1692 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
1693         Log: Subject: [PATCH] configure.com / scriptdirexp
1694              From: "Craig A. Berry" <craigberry@mac.com>
1695              Date: Sun, 30 Dec 2001 15:47:28 -0600
1696              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
1697      Branch: perl
1698            ! configure.com
1699 ____________________________________________________________________________
1700 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
1701         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
1702              From: Abe Timmerman <abe@ztreet.demon.nl>
1703              Date: Mon, 31 Dec 2001 03:55:27 +0100
1704              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
1705      Branch: perl
1706            ! lib/ExtUtils/t/MM_Win32.t
1707 ____________________________________________________________________________
1708 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
1709         Log: Subject: [PATCH] Basic bad prototype detection
1710              From: Sam Tregar <sam@tregar.com> 
1711              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
1712              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
1713      Branch: perl
1714            ! pod/perldiag.pod t/comp/proto.t toke.c
1715 ____________________________________________________________________________
1716 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
1717         Log: Makefiles are sloppy about the exe suffix
1718              (from Paul Green)
1719      Branch: perl
1720            ! Makefile.SH x2p/Makefile.SH
1721 ____________________________________________________________________________
1722 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
1723         Log: Delay folding until necessary; start of handling
1724              folding into several characters.
1725      Branch: perl
1726            ! regcomp.c regexec.c
1727 ____________________________________________________________________________
1728 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
1729         Log: gcc -Wall dewhine.
1730      Branch: perl
1731            ! regexec.c
1732 ____________________________________________________________________________
1733 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
1734         Log: More Unicode folding tweaks, avoid potential false matches.
1735      Branch: perl
1736            ! regexec.c
1737 ____________________________________________________________________________
1738 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
1739         Log: Make that six wrongs.
1740      Branch: perl
1741            ! regexec.c utf8.c
1742 ____________________________________________________________________________
1743 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
1744         Log: Four wrongs can make a right.
1745      Branch: perl
1746            ! regexec.c utf8.c
1747 ____________________________________________________________________________
1748 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
1749         Log: Fix all the I case foldings as per CaseFold.txt.
1750      Branch: perl
1751            ! regcomp.c regexec.c
1752 ____________________________________________________________________________
1753 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
1754         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
1755      Branch: perl
1756            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
1757            ! regexec.c utf8.c
1758 ____________________________________________________________________________
1759 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
1760         Log: Integrate perlio; more win32 stuff:
1761              
1762              A. Use Perl_my_socketpair()
1763              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
1764              load winsock.
1765              C. (In passing) work round fact that $$ is now SvREADONLY
1766              so we need to take special measures to set it during
1767              pseudo-fork.
1768      Branch: perl
1769           !> util.c win32/perlhost.h
1770 ____________________________________________________________________________
1771 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
1772         Log: Fix ppport.h for Unix.
1773      Branch: perl
1774            + ext/Devel/PPPort/ppport_h.PL
1775            - ext/Devel/PPPort/ppport.h.PL
1776            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1777 ____________________________________________________________________________
1778 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
1779         Log: Integrate perlio; win32 kicking.
1780      Branch: perl
1781           +> ext/Devel/PPPort/ppport.h.PL
1782           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
1783           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
1784           !> proto.h
1785 ____________________________________________________________________________
1786 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
1787         Log: Must look for cat also in $PATH (noticed by Philip Newton).
1788      Branch: perl
1789            ! Configure
1790 ____________________________________________________________________________
1791 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
1792         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
1793              From: Blair Zajac <blair@orcaware.com>
1794              Date: Sat, 29 Dec 2001 22:37:03 -0800
1795              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
1796      Branch: perl
1797            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1798 ____________________________________________________________________________
1799 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
1800         Log: Regen files.
1801      Branch: perl
1802            ! embed.h global.sym pod/perlapi.pod uconfig.h
1803 ____________________________________________________________________________
1804 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
1805         Log: Subject: [PATCH] -t without -w 
1806              From: Michael G Schwern <schwern@pobox.com>
1807              Date: Sat, 29 Dec 2001 23:46:25 -0500
1808              Message-ID: <20011230044625.GA14386@blackrider>
1809      Branch: perl
1810            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
1811            ! warnings.pl
1812 ____________________________________________________________________________
1813 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
1814         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
1815              From: Dave Rolsky <autarch@urth.org>               
1816              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
1817              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
1818              
1819              $^O is NetWare, not Netware.
1820      Branch: perl
1821            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
1822 ____________________________________________________________________________
1823 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
1824         Log: Sarathy thinks undoing C++ comments from C++ files
1825              is a bit too zealous.
1826      Branch: perl
1827            ! win32/perlhost.h win32/vmem.h
1828 ____________________________________________________________________________
1829 [ 13947] By: nick                                  on 2001/12/30  11:35:51
1830         Log: More Cwd tidy up
1831      Branch: perl
1832            ! MANIFEST installperl
1833 ____________________________________________________________________________
1834 [ 13946] By: nick                                  on 2001/12/30  11:12:42
1835         Log: Undo a mess trying Cwd.pm in its ext directory
1836      Branch: perl
1837            + lib/Cwd.pm
1838            - ext/Cwd/Cwd.pm
1839 ____________________________________________________________________________
1840 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
1841         Log: Update Changes.
1842      Branch: perl
1843            ! Changes patchlevel.h
1844 ____________________________________________________________________________
1845 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
1846         Log: Subject: [PATCH] cleaner close on tests, take 2
1847              From: andreas.koenig@anima.de (Andreas J. Koenig)
1848              Date: 29 Dec 2001 21:42:37 +0100
1849              Message-ID: <m33d1tvjuq.fsf@anima.de>
1850              
1851              (the DB_File patches)
1852      Branch: perl
1853            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1854            ! ext/DB_File/t/db-recno.t
1855 ____________________________________________________________________________
1856 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
1857         Log: Integrate perlio; regen'ed config_H.?c
1858      Branch: perl
1859           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1860 ____________________________________________________________________________
1861 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
1862         Log: Subject: [PATCH] cleaner close on tests, take 2             
1863              From: andreas.koenig@anima.de (Andreas J. Koenig)
1864              Date: 29 Dec 2001 21:42:37 +0100
1865              Message-ID: <m33d1tvjuq.fsf@anima.de>
1866              
1867              (except for the three DB_File patch fragments)
1868      Branch: perl
1869            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
1870            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
1871            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
1872            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
1873            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
1874            ! t/op/runlevel.t t/op/write.t t/run/switches.t
1875 ____________________________________________________________________________
1876 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
1877         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
1878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1879              Date: Sat, 29 Dec 2001 20:38:59 +0100
1880              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
1881              
1882              (NetWare tree not touched because it's very //)
1883      Branch: perl
1884            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
1885            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
1886            ! wince/include/errno.h wince/include/netdb.h
1887            ! wince/include/sys/socket.h wince/include/sys/stat.h
1888            ! wince/perllib.c wince/perlmain.c wince/win32.h
1889            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
1890            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
1891 ____________________________________________________________________________
1892 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
1893         Log: Give up on serious testing of langinfo().  Leave the old
1894              code in place, though.
1895      Branch: perl
1896            ! ext/I18N/Langinfo/Langinfo.t
1897 ____________________________________________________________________________
1898 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
1899         Log: Integrate perlio;
1900              
1901              Define the two socket error numbers in terms of WSAEXXXXX equivalents
1902              
1903              Fudge Config.pm so File::Spec does not croak.
1904      Branch: perl
1905           !> win32/FindExt.pm win32/win32.h
1906 ____________________________________________________________________________
1907 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
1908         Log: VOS tweaks from Paul Green.
1909              
1910              The Configure tweaks: the _exe needs to be
1911              set after the init; VOS has fd 3 hardwired to /dev/tty;
1912              the grep/ln/make substitutions really need to stick.
1913      Branch: perl
1914            ! Configure hints/vos.sh perl.h util.c vos/build.cm
1915            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1916            ! vos/config.ga.h vos/vosish.h
1917 ____________________________________________________________________________
1918 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
1919         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
1920              From: coral@eekeek.org
1921              Date: Fri, 28 Dec 2001 19:58:22 -0500      
1922              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
1923      Branch: perl
1924            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
1925            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
1926            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
1927            ! pod/perlunicode.pod pod/perlxs.pod util.c
1928 ____________________________________________________________________________
1929 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
1930         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
1931      Branch: perl
1932            ! t/op/exec.t
1933 ____________________________________________________________________________
1934 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
1935         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
1936              From: Abe Timmerman <abe@ztreet.demon.nl>
1937              Date: Sat, 29 Dec 2001 13:10:06 +0100
1938              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
1939      Branch: perl
1940            + lib/Pod/t/InputObjects.t
1941 ____________________________________________________________________________
1942 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
1943         Log: Integrate perlio;
1944              
1945              Quick fix (after couple of clever fixes failed) for
1946              "accept leaks memory" fail [ID 20011223.001]
1947              
1948              Nick Clark's embed.pl fix for my_socketpair
1949      Branch: perl
1950           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
1951 ____________________________________________________________________________
1952 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
1953         Log: Slight tweaks on the MM_Win32.t.
1954      Branch: perl
1955            ! lib/ExtUtils/t/MM_Win32.t
1956 ____________________________________________________________________________
1957 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
1958         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
1959              From: Abe Timmerman <abe@ztreet.demon.nl>
1960              Date: Sat, 29 Dec 2001 12:51:36 +0100
1961              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
1962      Branch: perl
1963            + lib/ExtUtils/t/MM_Win32.t
1964            ! MANIFEST
1965 ____________________________________________________________________________
1966 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
1967         Log: Subject: [PATCH] Module names and other nits
1968              From: Autrijus Tang <autrijus@autrijus.org>                 
1969              Date: Sat, 29 Dec 2001 01:59:28 +0800
1970              Message-ID: <20011229015928.A29712@geb.elixus.org>              
1971      Branch: perl
1972            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
1973            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
1974            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
1975            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
1976            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
1977 ____________________________________________________________________________
1978 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
1979         Log: socketpair tweaks from Nicholas Clark.
1980      Branch: perl
1981            ! ext/Socket/socketpair.t util.c
1982 ____________________________________________________________________________
1983 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
1984         Log: Retract #13917.
1985      Branch: perl
1986            ! doop.c
1987 ____________________________________________________________________________
1988 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
1989         Log: Subject: provisional MakeMaker patch for VMS
1990              From: "Craig A. Berry" <craigberry@mac.com> 
1991              Date: Thu, 27 Dec 2001 22:29:37 -0600
1992              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
1993      Branch: perl
1994            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1995 ____________________________________________________________________________
1996 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
1997         Log: (retracted by #13919)
1998      Branch: perl
1999            ! doop.c
2000 ____________________________________________________________________________
2001 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
2002         Log: Remove debris in any case.
2003      Branch: perl
2004            ! Configure
2005 ____________________________________________________________________________
2006 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
2007         Log: Subject: [PATCH] Re: B::walksymtable oddness
2008              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2009              Date: Thu, 27 Dec 2001 19:14:24 +0100
2010              Message-ID: <3C2B7310.861.18820D0@localhost>
2011      Branch: perl
2012            ! ext/B/B.pm
2013 ____________________________________________________________________________
2014 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
2015         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
2016              From: Nicholas Clark <nick@unfortu.net> 
2017              Date: Fri, 28 Dec 2001 00:43:02 +0000
2018              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
2019      Branch: perl
2020            ! ext/Socket/socketpair.t
2021 ____________________________________________________________________________
2022 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
2023         Log: Fast Latin1<->UTF-8 conversion for older Perls.
2024      Branch: perl
2025            ! pod/perluniintro.pod
2026 ____________________________________________________________________________
2027 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
2028         Log: Update Changes.
2029      Branch: perl
2030            ! Changes patchlevel.h
2031 ____________________________________________________________________________
2032 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
2033         Log: More wait status trickery for BeOS.
2034      Branch: perl
2035            ! ext/POSIX/POSIX.xs
2036 ____________________________________________________________________________
2037 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
2038         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
2039      Branch: perl
2040            ! Configure
2041 ____________________________________________________________________________
2042 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
2043         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
2044              From: gbarr@monty.mutatus.co.uk
2045              Date: 27 Dec 2001 14:41:36 -0000
2046              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
2047      Branch: perl
2048            ! lib/ExtUtils/t/Embed.t
2049 ____________________________________________________________________________
2050 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
2051         Log: Subject: [PATCH] Re: socketpair emulation
2052              From: Nicholas Clark <nick@unfortu.net> 
2053              Date: Wed, 26 Dec 2001 20:08:14 +0000
2054              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
2055      Branch: perl
2056            ! ext/Socket/socketpair.t
2057 ____________________________________________________________________________
2058 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
2059         Log: Subject: [DOC PATCH] left is right and right is left
2060              From: Philip Newton <Philip.Newton@gmx.net>
2061              Date: Thu, 27 Dec 2001 10:04:17 +0100
2062              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
2063      Branch: perl
2064            ! pod/perlfunc.pod pod/perlport.pod
2065 ____________________________________________________________________________
2066 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
2067         Log: Subject: [PATCH] check return of close
2068              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2069              Date: 27 Dec 2001 09:47:30 +0100
2070              Message-ID: <m3ellhgicd.fsf@anima.de> 
2071              
2072              Subject: [PATCH] improve error reporting
2073              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2074              Date: 27 Dec 2001 09:54:55 +0100
2075              Message-ID: <m3adw5gi00.fsf@anima.de> 
2076              
2077              Subject: [PATCH] check return value of close
2078              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2079              Date: 27 Dec 2001 10:03:55 +0100
2080              Message-ID: <m3666tghl0.fsf@anima.de> 
2081              
2082              Subject: [PATCH] return of close
2083              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2084              Date: 27 Dec 2001 10:22:15 +0100
2085              Message-ID: <m31yhhggqg.fsf@anima.de> 
2086      Branch: perl
2087            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
2088            ! t/io/fflush.t
2089 ____________________________________________________________________________
2090 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
2091         Log: Subject: [PATCH] check return of close
2092              From: andreas.koenig@anima.de (Andreas J. Koenig)            
2093              Date: 27 Dec 2001 09:47:30 +0100
2094              Message-ID: <m3ellhgicd.fsf@anima.de> 
2095      Branch: perl
2096            ! t/base/rs.t
2097 ____________________________________________________________________________
2098 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
2099         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
2100              From: andreas.koenig@anima.de (Andreas J. Koenig)
2101              Date: 27 Dec 2001 09:21:16 +0100
2102              Message-ID: <m3n105gjk3.fsf@anima.de>
2103      Branch: perl
2104            ! t/op/sysio.t
2105 ____________________________________________________________________________
2106 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
2107         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
2108              From: "Gerrit P. Haase" <gp@familiehaase.de>
2109              Date: Thu, 27 Dec 2001 09:23:55 +0100 
2110              Message-ID: <98211521662.20011227092355@familiehaase.de>
2111      Branch: perl
2112            ! lib/ExtUtils/t/MM_Cygwin.t
2113 ____________________________________________________________________________
2114 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
2115         Log: Replace the awful (most likely generated and not very persistent)
2116              URL with something tangible.
2117      Branch: perl
2118            ! README.hpux
2119 ____________________________________________________________________________
2120 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
2121         Log: Naughty /dev/printer (ls -l, really) of IRIX.
2122      Branch: perl
2123            ! t/op/stat.t
2124 ____________________________________________________________________________
2125 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
2126         Log: Upgrade to Net::Ping 2.10.
2127      Branch: perl
2128            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
2129            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
2130            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
2131            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
2132 ____________________________________________________________________________
2133 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
2134         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
2135              (this showed up in Benchmark.t)
2136      Branch: perl
2137            ! pp_sys.c
2138 ____________________________________________________________________________
2139 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
2140         Log: BeOS updates.
2141      Branch: perl
2142            ! README.beos beos/beos.c
2143 ____________________________________________________________________________
2144 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
2145         Log: Subject: Re: bleadperl doesn't compile
2146              From: "Gerrit P. Haase" <gp@familiehaase.de>
2147              Date: Wed, 26 Dec 2001 21:29:08 +0100
2148              Message-ID: <22168634623.20011226212908@familiehaase.de>
2149              
2150              Cygwin with multiplicity.
2151      Branch: perl
2152            ! perlio.c
2153 ____________________________________________________________________________
2154 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
2155         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
2156              From: Nicholas Clark <nick@ccl4.org>
2157              Date: Wed, 26 Dec 2001 19:07:33 +0000
2158              Message-ID: <20011226190732.J48842@plum.flirble.org>            
2159              
2160              socketpair() (un)signedness nit.
2161      Branch: perl
2162            ! util.c
2163 ____________________________________________________________________________
2164 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
2165         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
2166              From: Nicholas Clark <nick@ccl4.org>
2167              Date: Wed, 26 Dec 2001 19:19:47 +0000
2168              Message-ID: <20011226191946.K48842@plum.flirble.org>
2169              
2170              Use report_evil_fh().
2171      Branch: perl
2172            ! doio.c
2173 ____________________________________________________________________________
2174 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
2175         Log: Bad $? assumptions.
2176      Branch: perl
2177            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
2178 ____________________________________________________________________________
2179 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
2180         Log: Net::Ping isn't going to work much without
2181              the Socket extension; fail more gracefully.
2182      Branch: perl
2183            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2184            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2185            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2186            ! lib/Net/Ping/t/300_ping_stream.t
2187 ____________________________________________________________________________
2188 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
2189         Log: test -d /system is a bit too generic test for VOS
2190              (false hit in BeOS)
2191      Branch: perl
2192            ! Configure
2193 ____________________________________________________________________________
2194 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
2195         Log: No AF_UNIX in BeOS.
2196      Branch: perl
2197            ! util.c
2198 ____________________________________________________________________________
2199 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
2200         Log: FAQ sync.
2201      Branch: perl
2202            ! pod/perlfaq5.pod
2203 ____________________________________________________________________________
2204 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
2205         Log: Update Changes.
2206      Branch: perl
2207            ! Changes patchlevel.h
2208 ____________________________________________________________________________
2209 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
2210         Log: Make -t equal -tw.
2211      Branch: perl
2212            ! perl.c pod/perlrun.pod
2213 ____________________________________________________________________________
2214 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
2215         Log: Subject: Re: Not OK 13881
2216              From: John Peacock <jpeacock@rowman.com>
2217              Date: Tue, 25 Dec 2001 06:02:12 -0500
2218              Message-ID: <3C285CB4.8040006@rowman.com>
2219      Branch: perl
2220            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
2221 ____________________________________________________________________________
2222 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
2223         Log: Subject: Re: Not OK 13881
2224              From: andreas.koenig@anima.de (Andreas J. Koenig)
2225              Date: 25 Dec 2001 07:33:23 +0100
2226              Message-ID: <m3bsgnajws.fsf@anima.de>
2227      Branch: perl
2228            ! op.c
2229 ____________________________________________________________________________
2230 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
2231         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
2232              From: Mark-Jason Dominus <mjd@plover.com>    
2233              Date: Mon, 24 Dec 2001 18:14:48 -0500
2234              Message-ID: <20011224231448.25826.qmail@plover.com>
2235      Branch: perl
2236            ! op.c t/op/eval.t
2237 ____________________________________________________________________________
2238 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
2239         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
2240              From: Dave Rolsky <autarch@urth.org>
2241              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
2242              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
2243      Branch: perl
2244            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
2245            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
2246            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2247            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2248            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
2249 ____________________________________________________________________________
2250 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
2251         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
2252              From: Jeffrey Friedl <jfriedl@yahoo.com>
2253              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
2254              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
2255              
2256              The rest of the tests for plus few extras.
2257      Branch: perl
2258            ! t/op/pat.t
2259 ____________________________________________________________________________
2260 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
2261         Log: No-op.
2262      Branch: perl
2263            ! Configure
2264 ____________________________________________________________________________
2265 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
2266         Log: More constant casting.
2267      Branch: perl
2268            ! regexec.c
2269 ____________________________________________________________________________
2270 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
2271         Log: Subject: perlhack.pod 
2272              From: "John P. Linderman" <jpl@research.att.com>
2273              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
2274              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
2275      Branch: perl
2276            ! pod/perlhack.pod
2277 ____________________________________________________________________________
2278 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
2279         Log: File::Find patch patches from Thomas Wegner.
2280      Branch: perl
2281            ! lib/File/Find.pm
2282 ____________________________________________________________________________
2283 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
2284         Log: Subject: Re: socketpair emulation 
2285              From: Nicholas Clark <nick@unfortu.net>                 
2286              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
2287              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
2288      Branch: perl
2289            ! ext/Socket/socketpair.t
2290 ____________________________________________________________________________
2291 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
2292         Log: Must cast constants if they can be quads.
2293      Branch: perl
2294            ! regcomp.c
2295 ____________________________________________________________________________
2296 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
2297         Log: Promote the e/uid to wide enough un/signed integers
2298              and printf them as such.
2299      Branch: perl
2300            ! taint.c
2301 ____________________________________________________________________________
2302 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
2303         Log: The U32 alignment test wasn't really working, noticed
2304              by Paul Green.  Now the test works, but this means that
2305              we may see coredumps from the test.   I sure hope MMUless
2306              places don't crash on the test.
2307      Branch: perl
2308            ! Configure
2309 ____________________________________________________________________________
2310 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
2311         Log: More VOS tweaks.
2312      Branch: perl
2313            ! Configure
2314 ____________________________________________________________________________
2315 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
2316         Log: The funky final sigma casefolding.
2317      Branch: perl
2318            ! regcomp.c regexec.c t/op/pat.t utf8.h
2319 ____________________________________________________________________________
2320 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
2321         Log: Update Changes.
2322      Branch: perl
2323            ! Changes patchlevel.h
2324 ____________________________________________________________________________
2325 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
2326         Log: Move the \C and \X to pat.t.
2327      Branch: perl
2328            ! t/op/pat.t t/op/re_tests
2329 ____________________________________________________________________________
2330 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
2331         Log: More logical test ordering.
2332      Branch: perl
2333            ! perl.h
2334 ____________________________________________________________________________
2335 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
2336         Log: Integrate perlio;
2337              
2338              Add at least the "important" PerlIO_xxxx functions to embed.pl
2339              so that they get implicit pTHX_ and we can avoid slow dTHX.
2340              
2341              Put PerlIO stuff inside EXTERN C
2342              
2343              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
2344      Branch: perl
2345           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
2346           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
2347           !> win32/win32.c
2348 ____________________________________________________________________________
2349 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
2350         Log: Even more \X fixing.
2351      Branch: perl
2352            ! regexec.c t/op/pat.t
2353 ____________________________________________________________________________
2354 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
2355         Log: More \X fixing.
2356      Branch: perl
2357            ! regexec.c t/op/pat.t
2358 ____________________________________________________________________________
2359 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
2360         Log: Fix encoding pragma.
2361      Branch: perl
2362            ! regcomp.c
2363 ____________________________________________________________________________
2364 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
2365         Log: Subject: socketpair emulation
2366              From: Nicholas Clark <nick@unfortu.net>
2367              Date: Sat, 22 Dec 2001 18:38:18 +0000
2368              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
2369      Branch: perl
2370            + ext/Socket/socketpair.t
2371            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
2372            ! pp_sys.c proto.h util.c
2373 ____________________________________________________________________________
2374 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
2375         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
2376              From: Jeffrey Friedl <jfriedl@yahoo.com>
2377              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
2378              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
2379              
2380              (partially applied, most of the new tests need to be rethought)
2381      Branch: perl
2382            ! regcomp.c t/op/re_tests
2383 ____________________________________________________________________________
2384 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
2385         Log: Small tweaks.
2386      Branch: perl
2387            ! handy.h regexec.c
2388 ____________________________________________________________________________
2389 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
2390         Log: Unicode casefolding continues.
2391              (lib/encoding.t still failing.)
2392      Branch: perl
2393            ! regexec.c t/op/pat.t
2394 ____________________________________________________________________________
2395 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
2396         Log: Rework the make logic (again).
2397      Branch: perl
2398            ! Configure
2399 ____________________________________________________________________________
2400 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
2401         Log: Integrate perlio;
2402              Fix mis-parse of autoloaded usage code by declaring the sub
2403              Correct checking code which Ilya spotted was tripped by CR at EOF.
2404              The CR at EOF fix earlier broke CR at end-of-buffer.
2405      Branch: perl
2406            ! regexec.c
2407           !> ext/POSIX/POSIX.pm perlio.c sv.c
2408 ____________________________________________________________________________
2409 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
2410         Log: More Unicode casing fixes.
2411      Branch: perl
2412            ! regexec.c t/op/pat.t
2413 ____________________________________________________________________________
2414 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
2415         Log: Unicode casefolding fixes.
2416      Branch: perl
2417            ! op.c regcomp.c regexec.c t/op/pat.t
2418 ____________________________________________________________________________
2419 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
2420         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
2421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
2422              Date: Sat, 22 Dec 2001 00:01:29 +0100
2423              Message-ID: <20011222000129.A713@rafael>
2424      Branch: perl
2425            ! ext/B/B/Deparse.pm
2426 ____________________________________________________________________________
2427 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
2428         Log: VOS config from Paul Green.
2429      Branch: perl
2430            ! hints/vos.sh
2431 ____________________________________________________________________________
2432 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
2433         Log: Subject: [PATCH @13746] CreateTTY on OS/2
2434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2435              Date: Fri, 21 Dec 2001 15:59:45 -0500
2436              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
2437      Branch: perl
2438            ! lib/perl5db.pl
2439 ____________________________________________________________________________
2440 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
2441         Log: Subject: [PATCH @13746] uninstalled build of modules broken
2442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2443              Date: Fri, 21 Dec 2001 15:49:09 -0500
2444              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
2445      Branch: perl
2446            ! lib/ExtUtils/MM_Unix.pm
2447 ____________________________________________________________________________
2448 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
2449         Log: Subject: [PATCH @13746] OS/2 File::* modules
2450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2451              Date: Fri, 21 Dec 2001 15:43:24 -0500
2452              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
2453      Branch: perl
2454            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
2455 ____________________________________________________________________________
2456 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
2457         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
2458              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2459              Date: Fri, 21 Dec 2001 17:29:07 +0100
2460              Message-ID: <3C236353.6625C4C0@alcatel.at>
2461      Branch: perl
2462            ! pod/perltie.pod
2463 ____________________________________________________________________________
2464 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
2465         Log: Further VOS tweaks: the _exe needs to be introduced
2466              in the very beginning, and the make/gmake needs special
2467              VOS logic.
2468      Branch: perl
2469            ! Configure Makefile.SH
2470 ____________________________________________________________________________
2471 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
2472         Log: Update Changes.
2473      Branch: perl
2474            ! Changes patchlevel.h
2475 ____________________________________________________________________________
2476 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
2477         Log: Also the search for cat needs to be _exe-aware.
2478      Branch: perl
2479            ! Configure
2480 ____________________________________________________________________________
2481 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
2482         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
2483              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2484              Date: Fri, 21 Dec 2001 14:02:01 +0100
2485              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
2486      Branch: perl
2487            ! ext/B/B/Xref.pm
2488 ____________________________________________________________________________
2489 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
2490         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
2491      Branch: perl
2492            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2493            ! ext/B/t/assembler.t
2494 ____________________________________________________________________________
2495 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
2496         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2498              Date: Fri, 21 Dec 2001 11:15:38 +0100
2499              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
2500      Branch: perl
2501            ! hv.c
2502 ____________________________________________________________________________
2503 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
2504         Log: A plan is good.
2505      Branch: perl
2506            ! ext/re/re.t
2507 ____________________________________________________________________________
2508 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
2509         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2510              From: chromatic <chromatic@rmci.net>
2511              Date: Thu, 20 Dec 2001 16:16:48 -0700
2512              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
2513      Branch: perl
2514            + ext/re/re.t
2515            ! MANIFEST
2516 ____________________________________________________________________________
2517 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
2518         Log: Synchronize the skippage message.
2519      Branch: perl
2520            ! lib/ExtUtils/t/MM_OS2.t
2521 ____________________________________________________________________________
2522 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
2523         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
2524              From: chromatic <chromatic@rmci.net>
2525              Date: Thu, 20 Dec 2001 16:09:10 -0700
2526              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
2527      Branch: perl
2528            + lib/ExtUtils/t/MM_OS2.t
2529            ! MANIFEST
2530 ____________________________________________________________________________
2531 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
2532         Log: Subject: perlfunc.pod patch re flock via fcntl
2533              From: "Tye McQueen" <tye@metronet.com>
2534              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
2535              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
2536      Branch: perl
2537            ! pod/perlfunc.pod
2538 ____________________________________________________________________________
2539 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
2540         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
2541              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
2542              (the Unicode maximum code point) warnable offenses.
2543      Branch: perl
2544            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
2545            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
2546 ____________________________________________________________________________
2547 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
2548         Log: Sterner admonishment on -t.
2549      Branch: perl
2550            ! pod/perlrun.pod
2551 ____________________________________________________________________________
2552 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
2553         Log: Subject: [PATCH B::Dpparse] minor qr// fix
2554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2555              Date: Thu, 20 Dec 2001 22:53:34 +0100
2556              Message-ID: <20011220225334.A735@rafael>
2557      Branch: perl
2558            ! ext/B/B/Deparse.pm
2559 ____________________________________________________________________________
2560 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
2561         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
2562              From: Robert Spier <rspier@pobox.com>
2563              Date: Thu, 20 Dec 2001 08:10:00 -0800
2564              Message-ID: <15394.3416.693353.107334@rls.cx>
2565      Branch: perl
2566            ! lib/Carp/Heavy.pm
2567 ____________________________________________________________________________
2568 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
2569         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
2570      Branch: perl
2571           !> win32/win32io.c
2572 ____________________________________________________________________________
2573 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
2574         Log: Subject: Re: [PATCH pod/perliol.pod] resend
2575              From: Stas Bekman <stas@stason.org>
2576              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
2577              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
2578      Branch: perl
2579            ! pod/perliol.pod
2580 ____________________________________________________________________________
2581 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
2582         Log: Fix up the APIs noone hopefully uses.
2583      Branch: perl
2584            ! utf8.c
2585 ____________________________________________________________________________
2586 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
2587         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
2588              Date: Wed, 19 Dec 2001 14:13:38 -0800
2589              From: Robert Spier <rspier@pobox.com>
2590              Message-ID: <15393.4370.605214.548582@rls.cx>
2591      Branch: perl
2592            ! lib/Carp.t lib/Carp/Heavy.pm
2593 ____________________________________________________________________________
2594 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
2595         Log: Some bincompat clawbacks.
2596      Branch: perl
2597            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
2598            ! wince/perldll.def
2599 ____________________________________________________________________________
2600 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
2601         Log: gcc pacifying (RH 7.1/ia64).
2602      Branch: perl
2603            ! pp.c
2604 ____________________________________________________________________________
2605 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
2606         Log: Update Changes.
2607      Branch: perl
2608            ! Changes patchlevel.h
2609 ____________________________________________________________________________
2610 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
2611         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2612              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2613              Date: Wed, 19 Dec 2001 12:35:07 +0100
2614              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
2615              
2616              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2617              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2618              Date: Wed, 19 Dec 2001 17:34:51 +0000
2619              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
2620      Branch: perl
2621            ! pod/perlre.pod
2622 ____________________________________________________________________________
2623 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
2624         Log: Integrate perlio.
2625      Branch: perl
2626           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2627           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
2628 ____________________________________________________________________________
2629 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
2630         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
2631      Branch: perl
2632            ! ext/B/B/Assembler.pm
2633 ____________________________________________________________________________
2634 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
2635         Log: Reword the alarm explanation.
2636      Branch: perl
2637            ! pod/perlfunc.pod
2638 ____________________________________________________________________________
2639 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
2640         Log: Subject: [PATCH @13746] OS/2 build
2641              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
2642              Date: Wed, 19 Dec 2001 02:45:41 -0500
2643              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
2644              
2645              (skipped the t/TEST change)
2646      Branch: perl
2647            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
2648            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
2649            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
2650 ____________________________________________________________________________
2651 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
2652         Log: Upgrade to Net::Ping 2.09.
2653      Branch: perl
2654            + lib/Net/Ping/CHANGES lib/Net/Ping/README
2655            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2656            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2657            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2658            + lib/Net/Ping/t/300_ping_stream.t
2659            ! MANIFEST lib/Net/Ping.pm
2660 ____________________________________________________________________________
2661 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
2662         Log: B::Assembler/B::Disassembler patches and test;
2663              from Wolfgang Laun.
2664              
2665              TODO: getting perlcc working.
2666      Branch: perl
2667            + ext/B/t/assembler.t
2668            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2669 ____________________________________________________________________________
2670 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
2671         Log: Can't printf U8s as UVs.
2672      Branch: perl
2673            ! utf8.c
2674 ____________________________________________________________________________
2675 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
2676         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2677              From: Robin Houston <robin@kitsite.com> 
2678              Date: Wed, 19 Dec 2001 13:48:55 +0000
2679              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
2680              
2681              Not exactly a glob test but internal-logically correct.
2682      Branch: perl
2683            ! t/op/glob.t
2684 ____________________________________________________________________________
2685 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
2686         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
2687              From: Michael G Schwern <schwern@pobox.com> 
2688              Date: Wed, 19 Dec 2001 07:42:54 -0500
2689              Message-ID: <20011219124254.GF8630@blackrider>
2690      Branch: perl
2691            + lib/lib.t
2692            ! MANIFEST lib/lib_pm.PL
2693 ____________________________________________________________________________
2694 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
2695         Log: Integrate with perlio.
2696      Branch: perl
2697           !> hv.c hv.h scope.c util.c
2698 ____________________________________________________________________________
2699 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
2700         Log: Regen toc.
2701      Branch: perl
2702            ! pod/perltoc.pod
2703 ____________________________________________________________________________
2704 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
2705         Log: FAQ sync.
2706      Branch: perl
2707            ! pod/perlfaq5.pod
2708 ____________________________________________________________________________
2709 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
2710         Log: Reformat round.
2711      Branch: perl
2712            ! pod/perlunicode.pod
2713 ____________________________________________________________________________
2714 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
2715         Log: Subject: [PATCH] pod/perlunicode.pod
2716              From: Jeffrey Friedl <jfriedl@yahoo.com>
2717              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
2718              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
2719      Branch: perl
2720            ! pod/perlunicode.pod
2721 ____________________________________________________________________________
2722 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
2723         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2724              From: Jeffrey Friedl <jfriedl@yahoo.com>
2725              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
2726              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
2727      Branch: perl
2728            ! pod/perluniintro.pod
2729 ____________________________________________________________________________
2730 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
2731         Log: Slight pod reformatting.
2732      Branch: perl
2733            ! pod/perluniintro.pod
2734 ____________________________________________________________________________
2735 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
2736         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2737              From: Jeffrey Friedl <jfriedl@yahoo.com>    
2738              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
2739              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
2740      Branch: perl
2741            ! pod/perluniintro.pod
2742 ____________________________________________________________________________
2743 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
2744         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
2745              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2746              Date: Wed, 19 Dec 2001 01:45:23 +0000
2747              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
2748      Branch: perl
2749            ! sv.c
2750 ____________________________________________________________________________
2751 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
2752         Log: Subject: Porting/checkURL.pl
2753              From: abigail@foad.org
2754              Date: Tue, 18 Dec 2001 19:03:22 +0100          
2755              Message-ID: <20011218180322.8278.qmail@foad.org> 
2756      Branch: perl
2757            ! Porting/checkURL.pl
2758 ____________________________________________________________________________
2759 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
2760         Log: A bit too oversweeping matching in #13778.
2761      Branch: perl
2762            ! Configure
2763 ____________________________________________________________________________
2764 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
2765         Log: Re-gen Configure based on #13778..13781.
2766      Branch: perl
2767            ! Configure config_h.SH
2768 ____________________________________________________________________________
2769 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
2770         Log: Subject: Re: Benchmark.t failure on Linux
2771              From: Nicholas Clark <nick@ccl4.org>
2772              Date: Tue, 18 Dec 2001 22:51:25 +0000
2773              Message-ID: <20011218225124.N21702@plum.flirble.org>
2774      Branch: perl
2775            ! lib/Benchmark.t
2776 ____________________________________________________________________________
2777 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
2778         Log: Re-applying #13752 until a better solution can be found.
2779      Branch: perl
2780            ! lib/ExtUtils/t/MM_Unix.t
2781 ____________________________________________________________________________
2782 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
2783         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
2784              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
2785              Date: Tue, 18 Dec 2001 12:05:40 -0500
2786              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
2787      Branch: perl
2788            ! lib/Exporter.pm
2789 ____________________________________________________________________________
2790 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
2791         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2792              findings -- some of the warnings I can't explain except
2793              by NVgf being detected wrong, though.
2794      Branch: perl
2795            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
2796 ____________________________________________________________________________
2797 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
2798         Log: Subject: [PATCH] pod/perluniintro.pod
2799              From: Jeffrey Friedl <jfriedl@yahoo.com>
2800              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
2801              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
2802      Branch: perl
2803            ! pod/perluniintro.pod
2804 ____________________________________________________________________________
2805 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
2806         Log: ".pm" is the native executable suffix in VOS.
2807      Branch: perl
2808            ! hints/vos.sh
2809 ____________________________________________________________________________
2810 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
2811         Log: Integrate perlio;
2812              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
2813      Branch: perl
2814           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
2815 ____________________________________________________________________________
2816 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
2817         Log: (Undone by #13766.)
2818              Retract #13752.
2819      Branch: perl
2820            ! lib/ExtUtils/t/MM_Unix.t
2821 ____________________________________________________________________________
2822 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
2823         Log: Echoes of #13757.
2824      Branch: perl
2825            ! t/lib/warnings/utf8
2826 ____________________________________________________________________________
2827 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
2828         Log: Make the utf8 malformedness messages more verbose.
2829      Branch: perl
2830            ! lib/utf8.t utf8.c
2831 ____________________________________________________________________________
2832 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
2833         Log: README.aix updates from Jens-Uwe Mager.
2834      Branch: perl
2835            ! README.aix
2836 ____________________________________________________________________________
2837 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
2838         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
2839              From: Michael G Schwern <schwern@pobox.com>
2840              Date: Tue, 18 Dec 2001 00:58:18 -0500
2841              Message-ID: <20011218055818.GC4362@blackrider>
2842      Branch: perl
2843            ! lib/Benchmark.t
2844 ____________________________________________________________________________
2845 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
2846         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
2847              From: Michael G Schwern <schwern@pobox.com>
2848              Date: Tue, 18 Dec 2001 00:40:38 -0500
2849              Message-ID: <20011218054038.GB4362@blackrider>
2850      Branch: perl
2851            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
2852 ____________________________________________________________________________
2853 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
2854         Log: (reintroduced by #13766)
2855              (retracted by #13759)
2856              
2857              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
2858              From: Michael G Schwern <schwern@pobox.com>  
2859              Date: Tue, 18 Dec 2001 00:00:23 -0500
2860              Message-ID: <20011218050023.GA27893@blackrider>
2861      Branch: perl
2862            ! lib/ExtUtils/t/MM_Unix.t
2863 ____________________________________________________________________________
2864 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
2865         Log: Re-patch #13749.
2866      Branch: perl
2867            ! t/op/glob.t
2868 ____________________________________________________________________________
2869 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
2870         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
2871              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2872              Date: Tue, 18 Dec 2001 12:55:43 +0000
2873              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
2874      Branch: perl
2875            ! ext/Devel/Peek/Peek.pm
2876 ____________________________________________________________________________
2877 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
2878         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
2879              From: Robin Houston <robin@kitsite.com> 
2880              Date: Tue, 18 Dec 2001 14:54:33 +0000
2881              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
2882      Branch: perl
2883            ! t/op/glob.t
2884 ____________________________________________________________________________
2885 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
2886         Log: Subject: [PATCH] slightly more for Exporter.pm
2887              From: Nicholas Clark <nick@ccl4.org>
2888              Date: Tue, 18 Dec 2001 00:22:03 +0000
2889              Message-ID: <20011218002203.M21702@plum.flirble.org>
2890      Branch: perl
2891            ! lib/Exporter.pm
2892 ____________________________________________________________________________
2893 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
2894         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
2895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2896              Date: Mon, 17 Dec 2001 16:37:18 +0100
2897              Message-ID: <20011217163718.A2292@rafael>
2898              
2899              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
2900              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2901              Date: Mon, 17 Dec 2001 23:17:06 +0100
2902              Message-ID: <20011217231706.A730@rafael>
2903      Branch: perl
2904            ! pod/perlsub.pod pp.c toke.c
2905 ____________________________________________________________________________
2906 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
2907         Log: Update Changes.
2908      Branch: perl
2909            ! Changes patchlevel.h
2910 ____________________________________________________________________________
2911 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
2912         Log: New test warrants a MANIFEST entry.
2913      Branch: perl
2914            ! MANIFEST
2915 ____________________________________________________________________________
2916 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
2917         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2918              From: Robin Houston <robin@kitsite.com>
2919              Date: Mon, 17 Dec 2001 20:27:30 +0000
2920              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
2921              
2922              Can't portably unlink open files.
2923      Branch: perl
2924            ! t/op/glob.t
2925 ____________________________________________________________________________
2926 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
2927         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
2928      Branch: perl
2929            ! pod/perluniintro.pod
2930 ____________________________________________________________________________
2931 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
2932         Log: Move typeglob test from glob.t to gv.t.
2933      Branch: perl
2934            ! t/op/glob.t t/op/gv.t
2935 ____________________________________________________________________________
2936 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
2937         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
2938              From: Robin Houston <robin@kitsite.com> 
2939              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
2940              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
2941      Branch: perl
2942            ! t/op/glob.t
2943 ____________________________________________________________________________
2944 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
2945         Log: Demote the surrogate and non-character errors to warnings.
2946      Branch: perl
2947            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
2948 ____________________________________________________________________________
2949 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
2950         Log: Subject: [PATCH] more POSIX tests, and more autoloading
2951              From: Nicholas Clark <nick@ccl4.org>
2952              Date: Mon, 17 Dec 2001 18:27:47 +0000
2953              Message-ID: <20011217182747.D21702@plum.flirble.org>
2954      Branch: perl
2955            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
2956 ____________________________________________________________________________
2957 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
2958         Log: Subject: [PATCH] ...while $var = glob(...)
2959              From: Robin Houston <robin@kitsite.com> 
2960              Date: Mon, 17 Dec 2001 15:51:54 +0000
2961              Message-ID: <20011217155153.A311@robin.kitsite.com>
2962      Branch: perl
2963            ! op.c
2964 ____________________________________________________________________________
2965 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
2966         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
2967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2968              Date: Mon, 17 Dec 2001 15:23:01 +0100
2969              Message-ID: <20011217152301.A704@rafael>
2970      Branch: perl
2971            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
2972 ____________________________________________________________________________
2973 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
2974         Log: The system() vs $SIG{ARLM} is no more a todo.
2975      Branch: perl
2976            ! t/op/alarm.t
2977 ____________________________________________________________________________
2978 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
2979         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
2980              From: Michael G Schwern <schwern@pobox.com>
2981              Date: Sun, 16 Dec 2001 23:59:01 -0500
2982              Message-ID: <20011217045901.GL17232@blackrider>
2983      Branch: perl
2984            + t/op/alarm.t
2985            ! MANIFEST
2986 ____________________________________________________________________________
2987 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
2988         Log: s/UNIX/Unix/
2989      Branch: perl
2990            ! MANIFEST
2991 ____________________________________________________________________________
2992 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
2993         Log: Move ExtUtils tests to lib/ExtUtils/t.
2994      Branch: perl
2995            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
2996            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
2997            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2998            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
2999            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
3000            + lib/ExtUtils/t/testlib.t
3001            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
3002            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
3003            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
3004            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
3005            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
3006            ! MANIFEST
3007 ____________________________________________________________________________
3008 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
3009         Log: Subject: [PATCH] MM_Unix tests, and some questions
3010              From: Tels <perl_dummy@bloodgate.com>
3011              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
3012              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
3013              
3014              Subject: Re: [PATCH] MM_Unix tests, and some questions
3015              From: Tels <perl_dummy@bloodgate.com>
3016              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
3017              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
3018      Branch: perl
3019            + lib/ExtUtils/MM_Unix.t
3020            ! MANIFEST lib/ExtUtils/MM_Unix.pm
3021 ____________________________________________________________________________
3022 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
3023         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
3024              From: Michael G Schwern <schwern@pobox.com>
3025              Date: Sun, 16 Dec 2001 17:53:55 -0500
3026              Message-ID: <20011216225354.GE8900@blackrider>
3027      Branch: perl
3028            ! lib/ExtUtils/MM_Unix.pm
3029 ____________________________________________________________________________
3030 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
3031         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
3032              From: Michael G Schwern <schwern@pobox.com>                
3033              Date: Sun, 16 Dec 2001 16:12:55 -0500
3034              Message-ID: <20011216211255.GV8900@blackrider>
3035      Branch: perl
3036            ! ext/B/B/Deparse.pm
3037 ____________________________________________________________________________
3038 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
3039         Log: Subject: [PATCH] Exporter.pm
3040              From: Nicholas Clark <nick@ccl4.org>
3041              Date: Sun, 16 Dec 2001 19:24:25 +0000
3042              Message-ID: <20011216192425.R21702@plum.flirble.org>
3043      Branch: perl
3044            ! lib/Exporter.pm
3045 ____________________________________________________________________________
3046 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
3047         Log: Subject: [PATCH] Exporter.t (and question)
3048              From: Nicholas Clark <nick@ccl4.org>
3049              Date: Sun, 16 Dec 2001 17:24:55 +0000
3050              Message-ID: <20011216172455.P21702@plum.flirble.org>
3051      Branch: perl
3052            ! lib/Exporter.t
3053 ____________________________________________________________________________
3054 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
3055         Log: Subject: Re: perl@13661
3056              From: "John P. Linderman" <jpl@research.att.com>              
3057              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
3058              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
3059      Branch: perl
3060            ! pp_sort.c
3061 ____________________________________________________________________________
3062 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
3063         Log: Subject: Will the real Unicode encoding please stand up?
3064              From: Jeffrey Friedl <jfriedl@yahoo.com>
3065              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
3066              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
3067      Branch: perl
3068            ! pod/perluniintro.pod
3069 ____________________________________________________________________________
3070 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
3071         Log: Integrate perlio; interruptable system().
3072      Branch: perl
3073           !> util.c
3074 ____________________________________________________________________________
3075 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
3076         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
3077              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
3078              and characters beyond 0x10FFF should be disallowed, too,
3079              but some tests would need changing, but more importantly some
3080              APIs would need remodeling since one can easily generate such
3081              characters either by bitwise complements, tr complements, or
3082              v-strings.
3083      Branch: perl
3084            ! pod/perldiag.pod utf8.c
3085 ____________________________________________________________________________
3086 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
3087         Log: Make surrogates illegal also on EBCDIC.
3088      Branch: perl
3089            ! utf8.c
3090 ____________________________________________________________________________
3091 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
3092         Log: Subject: [patch @13687] Unicode::Collate 0.10
3093              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
3094              Date: Sun, 16 Dec 2001 21:22:12 +0900
3095              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
3096      Branch: perl
3097            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3098            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3099 ____________________________________________________________________________
3100 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
3101         Log: More documentation for the encoding pragma.
3102      Branch: perl
3103            ! lib/encoding.pm
3104 ____________________________________________________________________________
3105 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
3106         Log: Subject: [PATCH] lib/open.pm 
3107              From: Jeffrey Friedl <jfriedl@yahoo.com>
3108              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
3109              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
3110      Branch: perl
3111            ! lib/open.pm
3112 ____________________________________________________________________________
3113 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
3114         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
3115              From: chromatic <chromatic@rmci.net>
3116              Date: Sat, 15 Dec 2001 23:24:40 -0700
3117              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
3118      Branch: perl
3119            + lib/ExtUtils/Installed.t
3120            ! MANIFEST
3121 ____________________________________________________________________________
3122 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
3123         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
3124              From: Michael G Schwern <schwern@pobox.com>
3125              Date: Sun, 16 Dec 2001 01:14:00 -0500
3126              Message-ID: <20011216061400.GC8900@blackrider>
3127      Branch: perl
3128            ! lib/diagnostics.pm
3129 ____________________________________________________________________________
3130 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
3131         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
3132              From: Michael G Schwern <schwern@pobox.com>
3133              Date: Sun, 16 Dec 2001 01:12:42 -0500
3134              Message-ID: <20011216061242.GB8900@blackrider>
3135      Branch: perl
3136            ! t/test.pl
3137 ____________________________________________________________________________
3138 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
3139         Log: I sometimes outsmart myself.
3140      Branch: perl
3141            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
3142 ____________________________________________________________________________
3143 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
3144         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
3145              From: Michael G Schwern <schwern@pobox.com>
3146              Date: Sat, 15 Dec 2001 15:08:29 -0500
3147              Message-ID: <20011215200829.GK1548@blackrider>
3148      Branch: perl
3149            ! lib/AutoSplit.pm
3150 ____________________________________________________________________________
3151 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
3152         Log: perlunicode enchancements suggested by Jeffrey Friedl.
3153      Branch: perl
3154            ! pod/perlunicode.pod
3155 ____________________________________________________________________________
3156 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
3157         Log: Subject: [PATCH] perlunicode.pod
3158              From: Jeffrey Friedl <jfriedl@yahoo.com>
3159              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
3160              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
3161      Branch: perl
3162            ! pod/perlunicode.pod
3163 ____________________________________________________________________________
3164 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
3165         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
3166              From: Jeffrey Friedl <jfriedl@yahoo.com>
3167              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
3168              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
3169      Branch: perl
3170            ! lib/utf8_heavy.pl
3171 ____________________________________________________________________________
3172 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
3173         Log: Can't create surrogates; so can't match them, either.
3174      Branch: perl
3175            ! pod/perlunicode.pod
3176 ____________________________________________________________________________
3177 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
3178         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
3179              From: Michael G Schwern <schwern@pobox.com>
3180              Date: Sat, 15 Dec 2001 21:20:35 -0500
3181              Message-ID: <20011216022035.GE5672@blackrider>
3182      Branch: perl
3183            ! t/test.pl
3184 ____________________________________________________________________________
3185 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
3186         Log: Make creating UTF-8 surrogates a punishable act.
3187      Branch: perl
3188            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
3189 ____________________________________________________________________________
3190 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
3191         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
3192      Branch: perl
3193            + lib/unicore/In/172.pl lib/unicore/In/173.pl
3194            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
3195            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
3196            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
3197            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
3198            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
3199 ____________________________________________________________________________
3200 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
3201         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
3202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3203              Date: Sat, 15 Dec 2001 23:21:43 +0100
3204              Message-ID: <20011215232143.A11790@rafael>
3205      Branch: perl
3206            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3207 ____________________________________________________________________________
3208 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
3209         Log: Make charnames more robust.
3210      Branch: perl
3211            ! lib/charnames.pm
3212 ____________________________________________________________________________
3213 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
3214         Log: The hoops one has to jump through.
3215      Branch: perl
3216            ! ext/I18N/Langinfo/Langinfo.pm
3217 ____________________________________________________________________________
3218 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
3219         Log: Subject: [PATCH] perlstyle.pod nit on warnings
3220              From: Autrijus Tang <autrijus@egb.elixus.org>
3221              Date: Sat, 15 Dec 2001 04:24:34 -0800
3222              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
3223      Branch: perl
3224            ! pod/perlstyle.pod
3225 ____________________________________________________________________________
3226 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
3227         Log: I don't think we are in FooOS, Toto.
3228      Branch: perl
3229            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
3230 ____________________________________________________________________________
3231 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
3232         Log: Subject: Re: Untested modules update:  There's more than we thought
3233              From: chromatic <chromatic@rmci.net>
3234              Date: Fri, 14 Dec 2001 17:20:24 -0700
3235              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
3236      Branch: perl
3237            + lib/ExtUtils/MM_Cygwin.t
3238            ! MANIFEST
3239 ____________________________________________________________________________
3240 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
3241         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
3242              From: Michael G Schwern <schwern@pobox.com> 
3243              Date: Fri, 14 Dec 2001 20:59:42 -0500
3244              Message-ID: <20011215015942.GF28596@blackrider>
3245      Branch: perl
3246            ! t/TEST
3247 ____________________________________________________________________________
3248 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
3249         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
3250              From: Michael G Schwern <schwern@pobox.com> 
3251              Date: Fri, 14 Dec 2001 20:03:46 -0500
3252              Message-ID: <20011215010346.GD28596@blackrider>
3253      Branch: perl
3254            + ext/B/t/bblock.t
3255            ! MANIFEST
3256 ____________________________________________________________________________
3257 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
3258         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
3259              From: Michael G Schwern <schwern@pobox.com> 
3260              Date: Fri, 14 Dec 2001 19:59:13 -0500
3261              Message-ID: <20011215005913.GC28596@blackrider>
3262      Branch: perl
3263            ! ext/B/B/Bblock.pm
3264 ____________________________________________________________________________
3265 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
3266         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
3267              From: Michael G Schwern <schwern@pobox.com> 
3268              Date: Fri, 14 Dec 2001 19:36:12 -0500
3269              Message-ID: <20011215003611.GA28596@blackrider>
3270      Branch: perl
3271            + ext/B/t/asmdata.t
3272            ! MANIFEST
3273 ____________________________________________________________________________
3274 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
3275         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
3276              From: Michael G Schwern <schwern@pobox.com> 
3277              Date: Fri, 14 Dec 2001 19:14:14 -0500
3278              Message-ID: <20011215001414.GA25077@blackrider>
3279      Branch: perl
3280            ! bytecode.pl ext/B/B/Asmdata.pm
3281 ____________________________________________________________________________
3282 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
3283         Log: Permissions.
3284      Branch: perl
3285            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3286            ! ext/Devel/PPPort/module3.c
3287 ____________________________________________________________________________
3288 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
3289         Log: Benchmark test from Nicholas Clark.
3290      Branch: perl
3291            + lib/Benchmark.t
3292            ! MANIFEST lib/Benchmark.pm
3293 ____________________________________________________________________________
3294 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
3295         Log: Mithing.
3296      Branch: perl
3297            + lib/Attribute/Handlers/demo/demo2.pl
3298            + lib/Attribute/Handlers/demo/demo3.pl
3299            + lib/Attribute/Handlers/demo/demo4.pl
3300 ____________________________________________________________________________
3301 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
3302         Log: Silence compiler worries found by Schwern/Digital cc.
3303      Branch: perl
3304            ! perlio.c sv.c x2p/str.c
3305 ____________________________________________________________________________
3306 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
3307         Log: User may not have a valid home directory even if
3308              getpwuid() succedds.
3309      Branch: perl
3310            ! ext/File/Glob/t/basic.t
3311 ____________________________________________________________________________
3312 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
3313         Log: Integrate with perlio.  (No changes, but that's okay.)
3314      Branch: perl
3315           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
3316 ____________________________________________________________________________
3317 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
3318         Log: Add a Configure hints file for VOS: the POSIX support
3319              of VOS is getting close to the point where it can run
3320              Configure (some Configure tweaks will be required).
3321      Branch: perl
3322            + hints/vos.sh
3323            ! MANIFEST
3324 ____________________________________________________________________________
3325 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
3326         Log: Update Changes.
3327      Branch: perl
3328            ! Changes patchlevel.h
3329 ____________________________________________________________________________
3330 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
3331         Log: Reintroduce Attribute::Handlers with Spider's fixes.
3332      Branch: perl
3333            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3334            + lib/Attribute/Handlers/README
3335            + lib/Attribute/Handlers/demo/Demo.pm
3336            + lib/Attribute/Handlers/demo/Descriptions.pm
3337            + lib/Attribute/Handlers/demo/MyClass.pm
3338            + lib/Attribute/Handlers/demo/demo.pl
3339            + lib/Attribute/Handlers/demo/demo_call.pl
3340            + lib/Attribute/Handlers/demo/demo_chain.pl
3341            + lib/Attribute/Handlers/demo/demo_cycle.pl
3342            + lib/Attribute/Handlers/demo/demo_hashdir.pl
3343            + lib/Attribute/Handlers/demo/demo_phases.pl
3344            + lib/Attribute/Handlers/demo/demo_range.pl
3345            + lib/Attribute/Handlers/demo/demo_rawdata.pl
3346            + lib/Attribute/Handlers/t/multi.t
3347            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3348 ____________________________________________________________________________
3349 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
3350         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
3351              From: Michael G Schwern <schwern@pobox.com> 
3352              Date: Thu, 13 Dec 2001 19:27:08 -0500
3353              Message-ID: <20011214002707.GA10532@blackrider>
3354              
3355              (reword the perlrun -t description a bit,
3356              and move the Itaint_warn to the bottom of
3357              the intrpvar.h for binary compatibility)
3358      Branch: perl
3359            + t/run/switcht.t
3360            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
3361            ! perlapi.h pod/perlrun.pod t/TEST taint.c
3362 ____________________________________________________________________________
3363 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
3364         Log: Detypo.
3365      Branch: perl
3366            ! utf8.c
3367 ____________________________________________________________________________
3368 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
3369         Log: Buffer overflow checks.
3370      Branch: perl
3371            ! utf8.c
3372 ____________________________________________________________________________
3373 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
3374         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
3375              From: Spider Boardman <spider@leggy.zk3.dec.com>
3376              Date: Thu, 13 Dec 2001 15:32:51 -0500
3377              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
3378      Branch: perl
3379            ! lib/ExtUtils/Embed.t
3380 ____________________________________________________________________________
3381 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
3382         Log: More on the Unicode "line" definition.
3383      Branch: perl
3384            ! pod/perlunicode.pod
3385 ____________________________________________________________________________
3386 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
3387         Log: Open-ended VERSION?
3388      Branch: perl
3389            ! lib/ExtUtils/Install.pm
3390 ____________________________________________________________________________
3391 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
3392         Log: Subject: [PATCH] Better make distclean
3393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3394              Date: Thu, 13 Dec 2001 21:10:18 +0100
3395              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
3396      Branch: perl
3397            ! Makefile.SH
3398 ____________________________________________________________________________
3399 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
3400         Log: Remove Memoize::Saves as requested by mjd.
3401      Branch: perl
3402            - lib/Memoize/Saves.pm
3403            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
3404 ____________________________________________________________________________
3405 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
3406         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
3407              From: Michael G Schwern <schwern@pobox.com>
3408              Date: Tue, 11 Dec 2001 23:17:32 -0500
3409              Message-ID: <20011212041732.GS17250@blackrider>
3410      Branch: perl
3411            ! lib/ExtUtils/Install.pm
3412 ____________________________________________________________________________
3413 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
3414         Log: Subject: [PATCH] Re: use utf8; with bad utf8
3415              From: Nicholas Clark <nick@ccl4.org>
3416              Date: Thu, 13 Dec 2001 17:09:39 +0000
3417              Message-ID: <20011213170939.L21702@plum.flirble.org>
3418      Branch: perl
3419            ! t/lib/1_compile.t
3420 ____________________________________________________________________________
3421 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
3422         Log: Subject: (LONG!) Sort benchmarks and patch
3423              From: "John P. Linderman" <jpl@research.att.com>
3424              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
3425              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
3426      Branch: perl
3427            ! pp_sort.c
3428 ____________________________________________________________________________
3429 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
3430         Log: Unadorned numbers evil.
3431      Branch: perl
3432            ! pp.c regcomp.c regexec.c utf8.c utf8.h
3433 ____________________________________________________________________________
3434 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
3435         Log: "preprocessing directive not recognized within macro arg"
3436      Branch: perl
3437            ! ext/Data/Dumper/Dumper.xs
3438 ____________________________________________________________________________
3439 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
3440         Log: Subject: Clarifying the documentation of goto            
3441              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
3442              Date: Thu, 13 Dec 2001 08:57:38 -0500
3443              Message-ID: <3C18BD8B@operamail.com>
3444      Branch: perl
3445            ! pod/perlfunc.pod
3446 ____________________________________________________________________________
3447 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
3448         Log: It could be possible for the case-insensitive
3449              Unicode-aware string comparison to wander off
3450              to the la-la land.
3451      Branch: perl
3452            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
3453            ! regexec.c utf8.c
3454 ____________________________________________________________________________
3455 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
3456         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
3457              From: Michael G Schwern <schwern@pobox.com> 
3458              Date: Wed, 12 Dec 2001 21:53:46 -0500
3459              Message-ID: <20011213025346.GH25129@blackrider>
3460      Branch: perl
3461            ! lib/Net/hostent.t t/op/stat.t t/test.pl
3462 ____________________________________________________________________________
3463 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
3464         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
3465              From: Michael G Schwern <schwern@pobox.com> 
3466              Date: Wed, 12 Dec 2001 20:33:42 -0500
3467              Message-ID: <20011213013342.GX25129@blackrider>
3468      Branch: perl
3469            ! t/io/fs.t
3470 ____________________________________________________________________________
3471 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
3472         Log: Subject: Re: [PATCH] use utf8; tests
3473              From: Nicholas Clark <nick@ccl4.org>
3474              Date: Thu, 13 Dec 2001 00:16:58 +0000
3475              Message-ID: <20011213001658.I21702@plum.flirble.org>
3476      Branch: perl
3477            ! lib/utf8.t
3478 ____________________________________________________________________________
3479 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
3480         Log: EPOC fixes from Olaf Flebbe.
3481      Branch: perl
3482            ! README.epoc epoc/config.sh epoc/createpkg.pl
3483            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
3484 ____________________________________________________________________________
3485 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
3486         Log: Subject: [PATCH perl@13661] VMS test fix-ups
3487              From: "Craig A. Berry" <craigberry@mac.com>
3488              Date: Wed, 12 Dec 2001 16:27:48 -0600
3489              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
3490      Branch: perl
3491            ! lib/Net/hostent.t t/io/fs.t
3492 ____________________________________________________________________________
3493 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
3494         Log: Subject: Re: Next cygwin round.
3495              From: "Gerrit P. Haase" <gp@familiehaase.de>
3496              Date: Wed, 12 Dec 2001 21:59:00 +0100
3497              Message-ID: <122343874595.20011212215900@familiehaase.de>
3498      Branch: perl
3499            ! t/io/fs.t
3500 ____________________________________________________________________________
3501 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
3502         Log: Subject: [PATCH] use utf8; tests
3503              From: Nicholas Clark <nick@ccl4.org>
3504              Date: Wed, 12 Dec 2001 20:07:04 +0000
3505              Message-ID: <20011212200704.E21702@plum.flirble.org>
3506      Branch: perl
3507            ! lib/utf8.t t/test.pl
3508 ____________________________________________________________________________
3509 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
3510         Log: Update Changes.
3511      Branch: perl
3512            ! Changes patchlevel.h
3513 ____________________________________________________________________________
3514 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
3515         Log: Subject: [PATCH] Passing in env to perl_parse did not work
3516              From: Gisle Aas <gisle@ActiveState.com>
3517              Date: 11 Dec 2001 20:52:57 -0800
3518              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
3519      Branch: perl
3520            ! perl.c perl.h
3521 ____________________________________________________________________________
3522 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
3523         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
3524              mostly gcc -Wall complaining about the argument of %p not
3525              being a void *.
3526      Branch: perl
3527            ! perlio.c regcomp.c taint.c toke.c
3528 ____________________________________________________________________________
3529 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
3530         Log: Try YP/NIS also from /usr/lib/yp.
3531      Branch: perl
3532            ! Configure
3533 ____________________________________________________________________________
3534 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
3535         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
3536              From: Michael G Schwern <schwern@pobox.com>                
3537              Date: Wed, 12 Dec 2001 05:27:02 -0500      
3538              Message-ID: <20011212102702.GW17250@blackrider>
3539              
3540              (the op/grent part)
3541      Branch: perl
3542            ! t/op/grent.t
3543 ____________________________________________________________________________
3544 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
3545         Log: Weed out .files from ls and readdir() results.
3546      Branch: perl
3547            ! t/op/stat.t
3548 ____________________________________________________________________________
3549 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
3550         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
3551              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3552              Date: Wed, 12 Dec 2001 10:52:21 +0100
3553              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
3554      Branch: perl
3555            ! lib/File/Find.pm
3556 ____________________________________________________________________________
3557 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
3558         Log: Subject: [PATCH] doio fatal on cygwin for 13651
3559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
3560              Date: Wed, 12 Dec 2001 11:28:13 +0100      
3561              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
3562      Branch: perl
3563            ! doio.c
3564 ____________________________________________________________________________
3565 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
3566         Log: Get the whole line of ls, makes debugging easier
3567              (from Schwern)
3568      Branch: perl
3569            ! t/op/stat.t
3570 ____________________________________________________________________________
3571 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
3572         Log: rename() must be tested even without link()
3573              or the utime() and rename-directory tests fail.
3574              (Also got the BeOS utime atime/time the wrong way round.)
3575      Branch: perl
3576            ! t/io/fs.t
3577 ____________________________________________________________________________
3578 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
3579         Log: Now that the beos.c is compiled at the main level
3580              the header is in the beos/
3581      Branch: perl
3582            ! beos/beos.c
3583 ____________________________________________________________________________
3584 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
3585         Log: Must remember to require Socket.
3586      Branch: perl
3587            ! ext/Sys/Syslog/syslog.t
3588 ____________________________________________________________________________
3589 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
3590         Log: In BeOS Errno must resort to actual compilation
3591              and execution for some of the error constants.
3592      Branch: perl
3593            ! ext/Errno/Errno_pm.PL
3594 ____________________________________________________________________________
3595 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
3596         Log: BeOS still has no good sockets.
3597      Branch: perl
3598            ! ext/IO/lib/IO/t/io_sel.t
3599 ____________________________________________________________________________
3600 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
3601         Log: BeOS sockets are not true sockets.
3602      Branch: perl
3603            ! ext/IO/lib/IO/t/io_poll.t
3604 ____________________________________________________________________________
3605 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
3606         Log: No Socket, no Syslog.
3607      Branch: perl
3608            ! ext/Sys/Syslog/syslog.t
3609 ____________________________________________________________________________
3610 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
3611         Log: (On some platforms) missing truncate FH.
3612      Branch: perl
3613            ! pod/perltodo.pod
3614 ____________________________________________________________________________
3615 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
3616         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
3617              and vms would be muchly appreciated.
3618      Branch: perl
3619            ! t/io/fs.t
3620 ____________________________________________________________________________
3621 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
3622         Log: utime() updates only the mtime in BeOS. 
3623      Branch: perl
3624            ! pod/perlport.pod
3625 ____________________________________________________________________________
3626 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
3627         Log: No link(), no need to dSP.
3628      Branch: perl
3629            ! pp_sys.c
3630 ____________________________________________________________________________
3631 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
3632         Log: Missing argument.
3633      Branch: perl
3634            ! utf8.c
3635 ____________________________________________________________________________
3636 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
3637         Log: (1) To assume any setuid programs is silly.
3638              (2) Chaining tests with booleans means that some
3639              of them may not get run which means getting out
3640              of test count sync.
3641      Branch: perl
3642            ! t/op/stat.t
3643 ____________________________________________________________________________
3644 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
3645         Log: The beos.c needs to be in the main directory.
3646      Branch: perl
3647            ! hints/beos.sh
3648 ____________________________________________________________________________
3649 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
3650         Log: Detypo and rename.
3651      Branch: perl
3652            ! doio.c perl.h perlio.c perliol.h
3653 ____________________________________________________________________________
3654 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
3655         Log: This time I test compiled.  Honest.
3656      Branch: perl
3657            ! beos/beos.c
3658 ____________________________________________________________________________
3659 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
3660         Log: Subject: [PATCH] slightly more pack tests
3661              From: Nicholas Clark <nick@ccl4.org>
3662              Date: Tue, 11 Dec 2001 23:41:23 +0000
3663              Message-ID: <20011211234123.Y21702@plum.flirble.org>
3664      Branch: perl
3665            ! t/op/pack.t
3666 ____________________________________________________________________________
3667 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
3668         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
3669              From: "Craig A. Berry" <craigberry@mac.com>
3670              Date: Tue, 11 Dec 2001 16:39:13 -0600
3671              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
3672      Branch: perl
3673            ! configure.com
3674 ____________________________________________________________________________
3675 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
3676         Log: Subject: $Config{perlpath} and -Dversiononly
3677              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3678              Date: Tue, 11 Dec 2001 23:32:33 +0100
3679              Message-ID: <20011211233233.A11587@rafael>
3680      Branch: perl
3681            ! Configure
3682 ____________________________________________________________________________
3683 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
3684         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
3685              From: Nicholas Clark <nick@ccl4.org>
3686              Date: Tue, 11 Dec 2001 21:59:36 +0000
3687              Message-ID: <20011211215935.W21702@plum.flirble.org>
3688      Branch: perl
3689            ! t/op/pack.t
3690 ____________________________________________________________________________
3691 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
3692         Log: More UTF-8 API docs.
3693      Branch: perl
3694            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
3695 ____________________________________________________________________________
3696 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
3697         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3698              From: Nicholas Clark <nick@ccl4.org>
3699              Date: Tue, 11 Dec 2001 20:08:59 +0000
3700              Message-ID: <20011211200859.S21702@plum.flirble.org>
3701      Branch: perl
3702            ! t/op/pack.t
3703 ____________________________________________________________________________
3704 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
3705         Log: Subject: Re: use utf8; with bad utf8
3706              From: Nicholas Clark <nick@ccl4.org>
3707              Date: Tue, 11 Dec 2001 19:49:21 +0000
3708              Message-ID: <20011211194921.R21702@plum.flirble.org>
3709      Branch: perl
3710            ! lib/utf8.t
3711 ____________________________________________________________________________
3712 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
3713         Log: Can't spell worth a dam.  (Try Three Gorges.)
3714      Branch: perl
3715            ! beos/beos.c
3716 ____________________________________________________________________________
3717 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
3718         Log: We need DWIM cpps.
3719      Branch: perl
3720            ! perlio.c
3721 ____________________________________________________________________________
3722 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
3723         Log: The unixish.h needs to be found and the waitpid wrapper
3724              could use a proto.
3725      Branch: perl
3726            ! beos/beosish.h
3727 ____________________________________________________________________________
3728 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
3729         Log: The BeOS waitpid() seems to be broken,
3730              have a wrapper for it.
3731      Branch: perl
3732            + beos/beos.c beos/beosish.h
3733            ! MANIFEST hints/beos.sh perl.h
3734 ____________________________________________________________________________
3735 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
3736         Log: Unlean the leaning tower of Babel.
3737      Branch: perl
3738            ! perl.h
3739 ____________________________________________________________________________
3740 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
3741         Log: Retract #13607 until we figure out what to do with autouse.
3742      Branch: perl
3743            ! lib/Carp.pm
3744 ____________________________________________________________________________
3745 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
3746         Log: Try to handle platforms that have O_TEXT != O_BINARY but
3747              which are not DOSish, BeOS being one of such platforms.
3748              Ideally this should be a Configure test, not a hardwired
3749              cpp symbol test... 
3750      Branch: perl
3751            ! doio.c perl.h perlio.c perliol.h
3752 ____________________________________________________________________________
3753 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
3754         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
3755              From: Jonathan Stowe <gellyfish@gellyfish.com>
3756              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
3757              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
3758      Branch: perl
3759            ! lib/Term/Cap.pm lib/Term/Cap.t
3760 ____________________________________________________________________________
3761 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
3762         Log: Subject: [patch perlio.c] test for NULL before derefencing
3763              From: Stas Bekman <stas@stason.org>
3764              Date: Tue, 11 Dec 2001 16:17:55 +0800
3765              Message-ID: <3C15C133.8@stason.org>
3766      Branch: perl
3767            ! perlio.c
3768 ____________________________________________________________________________
3769 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
3770         Log: BeOS has socket() but not enough to build a working Socket.
3771              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
3772              new networking implementation, which is rumored to fix the
3773              non-standardness of sockets, but it's apparently not publicly
3774              available, and anything to do with BeOS has become quite
3775              complicated with the sale of the Be assets to Palm.)
3776      Branch: perl
3777            ! Configure
3778 ____________________________________________________________________________
3779 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
3780         Log: Subject: Exporter's documentation shouldn't lie               
3781              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3782              Date: Mon, 10 Dec 2001 21:30:20 -0500
3783              Message-ID: <3C4AA201@operamail.com>
3784      Branch: perl
3785            ! lib/Exporter.pm
3786 ____________________________________________________________________________
3787 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
3788         Log: Make Errno better in BeOS (the second hunk is
3789              good on any platform).  Still not working in BeOS
3790              are the E constants that refer BeOS native error
3791              constants (B_...) which are enums (*groan*).
3792      Branch: perl
3793            ! ext/Errno/Errno_pm.PL
3794 ____________________________________________________________________________
3795 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
3796         Log: The BeOS linker seems to link the last seen symbol,
3797              not the first (so the symbols of op.o from libperl.so
3798              would get linked to miniperl instead of the symbols of
3799              opmini.o)-- use the same trick as for NeXT4 for linking
3800              miniperl.
3801      Branch: perl
3802            ! Makefile.SH
3803 ____________________________________________________________________________
3804 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
3805         Log: Subject: Re: [PATCH] tests for hash assignment
3806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3807              Date: Tue, 11 Dec 2001 01:48:55 +0000
3808              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
3809      Branch: perl
3810            ! utf8.c
3811 ____________________________________________________________________________
3812 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
3813         Log: (retracted by #13622)
3814              
3815              Subject: RE: More verbose POD for Carp
3816              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3817              Date: Mon, 10 Dec 2001 20:23:20 -0500
3818              Message-ID: <3C4A3566@operamail.com>
3819      Branch: perl
3820            ! lib/Carp.pm
3821 ____________________________________________________________________________
3822 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
3823         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
3824              From: "Craig A. Berry" <craigberry@mac.com>
3825              Date: Mon, 10 Dec 2001 18:25:37 -0600
3826              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
3827      Branch: perl
3828            ! t/op/write.t t/test.pl
3829 ____________________________________________________________________________
3830 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
3831         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
3832              From: Michael G Schwern <schwern@pobox.com>
3833              Date: Mon, 10 Dec 2001 08:00:01 -0500
3834              Message-ID: <20011210130000.GK1770@blackrider>
3835      Branch: perl
3836            ! t/comp/multiline.t
3837 ____________________________________________________________________________
3838 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
3839         Log: Subject: Re: [PATCH] tests for hash assignment
3840              From: Nicholas Clark <nick@ccl4.org>
3841              Date: Mon, 10 Dec 2001 23:22:28 +0000
3842              Message-ID: <20011210232228.M21702@plum.flirble.org>
3843      Branch: perl
3844            + t/op/hashassign.t
3845            ! MANIFEST t/op/each.t t/test.pl
3846 ____________________________________________________________________________
3847 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
3848         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
3849              From: "Craig A. Berry" <craigberry@mac.com>
3850              Date: Mon, 10 Dec 2001 16:38:14 -0600
3851              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
3852      Branch: perl
3853            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
3854 ____________________________________________________________________________
3855 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
3856         Log: Subject: [PATCH perl@13600] configure.com fixes
3857              From: "Craig A. Berry" <craigberry@mac.com>
3858              Date: Mon, 10 Dec 2001 14:40:20 -0600
3859              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
3860      Branch: perl
3861            ! configure.com
3862 ____________________________________________________________________________
3863 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
3864         Log: Silence BeOS compilation moaning.
3865      Branch: perl
3866            ! perl.h
3867 ____________________________________________________________________________
3868 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
3869         Log: Update Changes.
3870      Branch: perl
3871            ! Changes patchlevel.h
3872 ____________________________________________________________________________
3873 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
3874         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
3875              From: Michael G Schwern <schwern@pobox.com>
3876              Date: Mon, 10 Dec 2001 01:21:03 -0500
3877              Message-ID: <20011210062103.GC1770@blackrider>
3878      Branch: perl
3879            ! lib/ExtUtils/Command.t
3880 ____________________________________________________________________________
3881 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
3882         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
3883              From: Michael G Schwern <schwern@pobox.com>
3884              Date: Mon, 10 Dec 2001 01:10:57 -0500
3885              Message-ID: <20011210061057.GB1770@blackrider>
3886      Branch: perl
3887            ! t/op/groups.t
3888 ____________________________________________________________________________
3889 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
3890         Log: Retract #13596, #13593 should do the trick.
3891      Branch: perl
3892            ! t/op/stat.t
3893 ____________________________________________________________________________
3894 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
3895         Log: (retracted by #13597, #13593 does the job better)
3896              
3897              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
3898              From: Michael G Schwern <schwern@pobox.com>
3899              Date: Mon, 10 Dec 2001 00:53:16 -0500
3900              Message-ID: <20011210055316.GA1770@blackrider>
3901      Branch: perl
3902            ! t/op/stat.t
3903 ____________________________________________________________________________
3904 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
3905         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
3906              From: Michael G Schwern <schwern@pobox.com> 
3907              Date: Mon, 10 Dec 2001 02:19:14 -0500
3908              Message-ID: <20011210071914.GF1770@blackrider>
3909      Branch: perl
3910            ! lib/AutoSplit.t
3911 ____________________________________________________________________________
3912 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
3913         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3914              From: Michael G Schwern <schwern@pobox.com>
3915              Date: Mon, 10 Dec 2001 02:47:40 -0500
3916              Message-ID: <20011210074739.GH1770@blackrider>
3917      Branch: perl
3918            ! t/op/pack.t
3919 ____________________________________________________________________________
3920 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
3921         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
3922              From: Michael G Schwern <schwern@pobox.com>
3923              Date: Mon, 10 Dec 2001 02:54:22 -0500
3924              Message-ID: <20011210075422.GI1770@blackrider>
3925      Branch: perl
3926            ! t/test.pl
3927 ____________________________________________________________________________
3928 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
3929         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
3930              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3931              Date: Mon, 10 Dec 2001 08:45:20 +0100
3932              Message-ID: <3C146810.60B5B7C0@alcatel.at>
3933      Branch: perl
3934            ! pp_pack.c
3935 ____________________________________________________________________________
3936 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
3937         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
3938              From: Michael G Schwern <schwern@pobox.com>
3939              Date: Mon, 10 Dec 2001 03:27:02 -0500
3940              Message-ID: <20011210082702.GN1770@blackrider>
3941      Branch: perl
3942            ! t/io/openpid.t
3943 ____________________________________________________________________________
3944 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
3945         Log: More chmod +w.
3946      Branch: perl
3947            ! Porting/makerel
3948 ____________________________________________________________________________
3949 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
3950         Log: Just skip the readability test if running as root.
3951      Branch: perl
3952            ! lib/Net/t/netrc.t
3953 ____________________________________________________________________________
3954 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
3955         Log: Tell about the downside of safe signals.
3956      Branch: perl
3957            ! pod/perldelta.pod
3958 ____________________________________________________________________________
3959 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
3960         Log: Make the whole -lperl thing NetBSD only until we
3961              find some other platform that needs the same.
3962      Branch: perl
3963            ! lib/ExtUtils/MM_Unix.pm
3964 ____________________________________________________________________________
3965 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
3966         Log: Subject: [PATCH t/op/pack.t] Cleanup
3967              From: Michael G Schwern <schwern@pobox.com> 
3968              Date: Sun, 9 Dec 2001 23:08:26 -0500
3969              Message-ID: <20011210040826.GD660@blackrider>
3970      Branch: perl
3971            ! t/op/pack.t
3972 ____________________________________________________________________________
3973 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
3974         Log: Add threads support for NetBSD.
3975              
3976              This is also the first (I think) Perl threads build with
3977              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
3978              NetBSD does not as of yet have true kernel POSIX threads,
3979              but the user-level pth seems to be doing pretty well--
3980              the only failure is that threads/t/basic okays 6 and 7
3981              consistently seem be arriving in the reverse order.
3982              Well, gdbm.t is also failing: 'Undefined PLT symbol
3983              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
3984              guessing that GDBM would need a threaded rebuild.
3985      Branch: perl
3986            ! hints/netbsd.sh
3987 ____________________________________________________________________________
3988 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
3989         Log: Update the ithreads selection info in Configure,
3990              as suggested by Michael Schwern.
3991      Branch: perl
3992            ! Configure
3993 ____________________________________________________________________________
3994 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
3995         Log: Clearing locale environment simply doesn't seem to
3996              guarantee that (nl_)langinfo(CODESET) would return nil.
3997              (I for example get "ISO8859-1", so <guess>maybe there can
3998              be per-system default settings at work</guess>.)
3999      Branch: perl
4000            ! lib/open.t
4001 ____________________________________________________________________________
4002 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
4003         Log: Subject: RE: Exporter fixes reversed in 13540?
4004              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4005              Date: Sun, 9 Dec 2001 12:55:15 -0500
4006              Message-ID: <3C13F455@operamail.com>
4007      Branch: perl
4008            ! lib/open.pm
4009 ____________________________________________________________________________
4010 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
4011         Log: Root is the lizard king.
4012      Branch: perl
4013            ! lib/Net/t/netrc.t
4014 ____________________________________________________________________________
4015 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
4016         Log: Telling how many tests we are expecting helps.
4017      Branch: perl
4018            ! ext/POSIX/t/waitpid.t
4019 ____________________________________________________________________________
4020 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
4021         Log: Add a test case for waitpid(): from Rocco Caputo.
4022      Branch: perl
4023            + ext/POSIX/t/waitpid.t
4024            ! MANIFEST
4025 ____________________________________________________________________________
4026 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
4027         Log: Subject: [PATCH] Term::ReadLine tweaks and test
4028              From: Richard Clamp <richardc@unixbeard.net>
4029              Date: Mon, 10 Dec 2001 00:51:47 +0000
4030              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
4031      Branch: perl
4032            + lib/Term/ReadLine.t
4033            ! MANIFEST lib/Term/ReadLine.pm
4034 ____________________________________________________________________________
4035 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
4036         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
4037              From: Rocco Caputo <troc@netrus.net>
4038              Date: Sun, 9 Dec 2001 18:12:38 -0500
4039              Message-ID: <20011209181238.A803@eyrie.homenet>
4040      Branch: perl
4041            ! win32/win32.c
4042 ____________________________________________________________________________
4043 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
4044         Log: make sure that va_start() has matching va_end();
4045              from OpenBSD 3.0.
4046      Branch: perl
4047            ! x2p/util.c
4048 ____________________________________________________________________________
4049 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
4050         Log: h2ph updates from OpenBSD 3.0.
4051      Branch: perl
4052            ! utils/h2ph.PL
4053 ____________________________________________________________________________
4054 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
4055         Log: OpenBSD hints update from OpenBSD 3.0.
4056      Branch: perl
4057            ! hints/openbsd.sh
4058 ____________________________________________________________________________
4059 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
4060         Log: DJGPP tweaks from Laszlo Molnar.
4061      Branch: perl
4062            ! djgpp/config.over lib/File/Find/t/find.t
4063            ! lib/File/Find/t/taint.t t/pod/find.t
4064 ____________________________________________________________________________
4065 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
4066         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
4067              From: Michael G Schwern <schwern@pobox.com> 
4068              Date: Sun, 9 Dec 2001 19:28:12 -0500
4069              Message-ID: <20011210002812.GF13586@blackrider>
4070      Branch: perl
4071            ! README.cygwin
4072 ____________________________________________________________________________
4073 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
4074         Log: README.cygwin update from Gerrit P. Haase.
4075      Branch: perl
4076            ! README.cygwin
4077 ____________________________________________________________________________
4078 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
4079         Log: Apply NetBSD patch-ag: shared/static linking,
4080              but make the change less intrusive on non-NetBSD.
4081      Branch: perl
4082            ! lib/ExtUtils/MM_Unix.pm
4083 ____________________________________________________________________________
4084 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
4085         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
4086      Branch: perl
4087            ! lib/ExtUtils/Liblist.pm
4088 ____________________________________________________________________________
4089 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
4090         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
4091      Branch: perl
4092            ! regcomp.c
4093 ____________________________________________________________________________
4094 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
4095         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
4096      Branch: perl
4097            ! pp.c
4098 ____________________________________________________________________________
4099 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
4100         Log: Apply NetBSD patch-ac.
4101              (the fix has already been done: change #9706, fully qualified
4102              pathnames in packlists)
4103      Branch: perl
4104            ! lib/ExtUtils/Install.pm
4105 ____________________________________________________________________________
4106 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
4107         Log: Apply NetBSD patch-ab: NetBSD hints update.
4108      Branch: perl
4109            ! hints/netbsd.sh
4110 ____________________________________________________________________________
4111 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
4112         Log: NetBSD has <ieeefp.h> but hidden.
4113      Branch: perl
4114            ! hints/netbsd.sh
4115 ____________________________________________________________________________
4116 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
4117         Log: Implement NetBSD patch-aa.
4118      Branch: perl
4119            ! Configure
4120 ____________________________________________________________________________
4121 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
4122         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
4123              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
4124              Date: Sun, 09 Dec 2001 13:40:58 +0100
4125              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
4126              
4127              (The lstat()s were there in 5.6.1: what happened to them?)
4128      Branch: perl
4129            ! lib/File/Find.pm
4130 ____________________________________________________________________________
4131 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
4132         Log: Quickie documentation of the C UTF-8 API.
4133      Branch: perl
4134            ! pod/perlunicode.pod
4135 ____________________________________________________________________________
4136 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
4137         Log: Subject: bleadperl on cygwin weirdness...
4138              From: "Gerrit P. Haase" <gp@familiehaase.de>
4139              Date: Sun, 9 Dec 2001 20:31:28 +0100
4140              Message-ID: <13779422183.20011209203128@familiehaase.de>          
4141              
4142              (plus libperl*.dll version portability tweaks)
4143      Branch: perl
4144            ! lib/ExtUtils/Embed.t
4145 ____________________________________________________________________________
4146 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
4147         Log: Instead of muting symbol export error if under eval,
4148              delay the errors until the croak().
4149              
4150              (replaces #13408)
4151      Branch: perl
4152            ! lib/Exporter/Heavy.pm
4153 ____________________________________________________________________________
4154 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
4155         Log: Basegroup 0 is a cygwin_nt thing.
4156      Branch: perl
4157            ! t/op/groups.t
4158 ____________________________________________________________________________
4159 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
4160         Log: Also WinME is LoseLink.
4161      Branch: perl
4162            ! t/op/stat.t
4163 ____________________________________________________________________________
4164 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
4165         Log: Forgotten checkin.
4166      Branch: perl
4167            ! lib/User/grent.t
4168 ____________________________________________________________________________
4169 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
4170         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
4171              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4172              Date: Sun, 09 Dec 2001 13:45:06 +0100
4173              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
4174      Branch: perl
4175            ! lib/File/Find.pm
4176 ____________________________________________________________________________
4177 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
4178         Log: Tweakback.
4179      Branch: perl
4180            ! lib/Net/hostent.t
4181 ____________________________________________________________________________
4182 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
4183         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
4184              From: Michael G Schwern <schwern@pobox.com>
4185              Date: Sat, 8 Dec 2001 14:48:38 -0500
4186              Message-ID: <20011208194838.GA8650@blackrider>
4187      Branch: perl
4188            ! t/op/grent.t
4189 ____________________________________________________________________________
4190 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
4191         Log: Subject: [README.cygwin] Removing old expected test failures
4192              From: Michael G Schwern <schwern@pobox.com>
4193              Date: Sat, 8 Dec 2001 15:38:28 -0500
4194              Message-ID: <20011208203828.GB9017@blackrider>
4195      Branch: perl
4196            ! README.cygwin
4197 ____________________________________________________________________________
4198 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
4199         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
4200              From: Michael G Schwern <schwern@pobox.com>                
4201              Date: Sat, 8 Dec 2001 15:26:59 -0500
4202              Message-ID: <20011208202659.GA9017@blackrider> 
4203      Branch: perl
4204            ! lib/Net/hostent.t
4205 ____________________________________________________________________________
4206 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
4207         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
4208              From: Michael G Schwern <schwern@pobox.com> 
4209              Date: Sat, 8 Dec 2001 15:06:16 -0500
4210              Message-ID: <20011208200616.GA8915@blackrider>
4211      Branch: perl
4212            ! t/op/stat.t
4213 ____________________________________________________________________________
4214 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
4215         Log: Developer deprecations and an incompatibility.
4216      Branch: perl
4217            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
4218 ____________________________________________________________________________
4219 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
4220         Log: Shoo.
4221      Branch: perl
4222            - lib/Attribute/Handlers.pm
4223 ____________________________________________________________________________
4224 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
4225         Log: Remove Attribute::Handlers, as per Damian's request.
4226              (Because of fixing the my variables to be now handled
4227              in run-time, the whole internals of the A::H needs to
4228              be rewritten and Damian will not have time for that
4229              for months.)
4230      Branch: perl
4231            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4232            - lib/Attribute/Handlers/demo/Demo.pm
4233            - lib/Attribute/Handlers/demo/Descriptions.pm
4234            - lib/Attribute/Handlers/demo/MyClass.pm
4235            - lib/Attribute/Handlers/demo/demo.pl
4236            - lib/Attribute/Handlers/demo/demo2.pl
4237            - lib/Attribute/Handlers/demo/demo3.pl
4238            - lib/Attribute/Handlers/demo/demo4.pl
4239            - lib/Attribute/Handlers/demo/demo_call.pl
4240            - lib/Attribute/Handlers/demo/demo_chain.pl
4241            - lib/Attribute/Handlers/demo/demo_cycle.pl
4242            - lib/Attribute/Handlers/demo/demo_hashdir.pl
4243            - lib/Attribute/Handlers/demo/demo_phases.pl
4244            - lib/Attribute/Handlers/demo/demo_range.pl
4245            - lib/Attribute/Handlers/demo/demo_rawdata.pl
4246            - lib/Attribute/Handlers/t/multi.t
4247            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
4248            ! pod/perlmodlib.pod pod/perltoc.pod
4249 ____________________________________________________________________________
4250 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
4251         Log: Subject: Re: attributes are broken
4252              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4253              Date: Sun, 09 Dec 2001 00:09:23 -0500
4254              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
4255      Branch: perl
4256            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
4257            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
4258            ! xsutils.c
4259 ____________________________________________________________________________
4260 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
4261         Log: Forgotten checkin.
4262      Branch: perl
4263            ! lib/Pod/Text.pm
4264 ____________________________________________________________________________
4265 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
4266         Log: uconfig.h update.
4267      Branch: perl
4268            ! uconfig.h
4269 ____________________________________________________________________________
4270 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
4271         Log: Update Changes.
4272      Branch: perl
4273            ! Changes patchlevel.h
4274 ____________________________________________________________________________
4275 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
4276         Log: Note that some of the Unicode features are
4277              dependent on perlio.
4278      Branch: perl
4279            ! pod/perluniintro.pod
4280 ____________________________________________________________________________
4281 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
4282         Log: Regen perlapi, regen toc.
4283      Branch: perl
4284            ! pod/perlapi.pod pod/perltoc.pod
4285 ____________________________________________________________________________
4286 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
4287         Log: FAQ sync.
4288      Branch: perl
4289            ! pod/perlfaq4.pod pod/perlfaq6.pod
4290 ____________________________________________________________________________
4291 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
4292         Log: Subject: [PATCH] Fix odd language in an sv.c comment
4293              From: coral@eekeek.org
4294              Date: Sat, 8 Dec 2001 12:19:39 -0500
4295              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
4296      Branch: perl
4297            ! sv.c
4298 ____________________________________________________________________________
4299 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
4300         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
4301              From: Michael G Schwern <schwern@pobox.com>
4302              Date: Fri, 7 Dec 2001 20:03:45 -0500
4303              Message-ID: <20011208010345.GD642@blackrider>
4304              
4305              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
4306              From: Michael G Schwern <schwern@pobox.com>
4307              Date: Fri, 7 Dec 2001 20:13:54 -0500
4308              Message-ID: <20011208011354.GE642@blackrider>
4309              
4310              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
4311              From: Michael G Schwern <schwern@pobox.com>
4312              Date: Fri, 7 Dec 2001 21:47:36 -0500
4313              Message-ID: <20011208024736.GH642@blackrider>
4314              
4315              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
4316              From: Michael G Schwern <schwern@pobox.com>
4317              Date: Fri, 7 Dec 2001 23:09:43 -0500
4318              Message-ID: <20011208040943.GK642@blackrider>
4319              
4320              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
4321              Message-Id: <a05101004b83754903506@[172.16.52.1]>
4322              Date: Fri, 7 Dec 2001 23:28:15 -0600
4323              From: "Craig A. Berry" <craigberry@mac.com>
4324      Branch: perl
4325            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
4326 ____________________________________________________________________________
4327 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
4328         Log: Integrate perlio.
4329      Branch: perl
4330           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
4331           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
4332 ____________________________________________________________________________
4333 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
4334         Log: Retract #11156 since Sarathy has found that it breaks code:
4335              http://bugs.ActiveState.com/show_bug.cgi?id=18457
4336              http://bugs.ActiveState.com/show_bug.cgi?id=18858
4337      Branch: perl
4338            ! op.c sv.c t/op/pos.t
4339 ____________________________________________________________________________
4340 [ 13532] By: nick                                  on 2001/12/08  14:11:12
4341         Log: Integrate mainline
4342      Branch: perlio
4343           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
4344           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
4345 ____________________________________________________________________________
4346 [ 13531] By: nick                                  on 2001/12/08  13:48:21
4347         Log: Tweak multi-arg open error messages
4348      Branch: perlio
4349            ! perlio.c
4350 ____________________________________________________________________________
4351 [ 13530] By: nick                                  on 2001/12/08  10:20:06
4352         Log: Allow multi-arg open() if opening layer declares this legal.
4353      Branch: perlio
4354            ! doio.c perlio.c perliol.h
4355 ____________________________________________________________________________
4356 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
4357         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
4358              From: Michael G Schwern <schwern@pobox.com>       
4359              Date: Fri, 7 Dec 2001 19:41:31 -0500
4360              Message-ID: <20011208004131.GC642@blackrider>
4361      Branch: perl
4362            ! t/run/switches.t t/test.pl
4363 ____________________________________________________________________________
4364 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
4365         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
4366              From: Michael G Schwern <schwern@pobox.com>       
4367              Date: Fri, 7 Dec 2001 19:12:44 -0500
4368              Message-ID: <20011208001244.GB642@blackrider>
4369      Branch: perl
4370            ! t/op/stat.t
4371 ____________________________________________________________________________
4372 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
4373         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
4374              From: Michael G Schwern <schwern@pobox.com>
4375              Date: Fri, 7 Dec 2001 17:28:57 -0500
4376              Message-ID: <20011207222857.GI23210@blackrider>
4377      Branch: perl
4378            ! t/op/magic.t
4379 ____________________________________________________________________________
4380 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
4381         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
4382      Branch: perl
4383            ! t/test.pl
4384 ____________________________________________________________________________
4385 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
4386         Log: which_perl: delay as much a possible till runtime.
4387      Branch: perl
4388            ! t/test.pl
4389 ____________________________________________________________________________
4390 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
4391         Log: Further tweakage to which_perl().
4392      Branch: perl
4393            ! t/test.pl
4394 ____________________________________________________________________________
4395 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
4396         Log: perluniintro tweaks.
4397      Branch: perl
4398            ! pod/perluniintro.pod
4399 ____________________________________________________________________________
4400 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
4401         Log: Tweak the $Perl computation.
4402      Branch: perl
4403            ! t/test.pl
4404 ____________________________________________________________________________
4405 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
4406         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
4407              From: Nicholas Clark <nick@ccl4.org>
4408              Date: Fri, 7 Dec 2001 17:06:56 +0000
4409              Message-ID: <20011207170656.G21702@plum.flirble.org>
4410      Branch: perl
4411            ! doop.c t/op/chop.t
4412 ____________________________________________________________________________
4413 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
4414         Log: Update Changes.
4415      Branch: perl
4416            ! Changes patchlevel.h
4417 ____________________________________________________________________________
4418 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
4419         Log: Missing ).
4420      Branch: perl
4421            ! t/test.pl
4422 ____________________________________________________________________________
4423 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
4424         Log: Allow several arguments to display().
4425      Branch: perl
4426            ! t/test.pl
4427 ____________________________________________________________________________
4428 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
4429         Log: /dev/stdout could be either a character special file
4430              or a named pipe, so let's pretend it doesn't exist.
4431      Branch: perl
4432            ! t/op/stat.t
4433 ____________________________________________________________________________
4434 [ 13516] By: nick                                  on 2001/12/07  15:09:23
4435         Log: Integrate again - can I catch up ?
4436      Branch: perlio
4437           !> t/test.pl
4438 ____________________________________________________________________________
4439 [ 13515] By: nick                                  on 2001/12/07  15:08:17
4440         Log: Integrate mainline some more
4441      Branch: perlio
4442           !> README.hpux hints/linux.sh pod/perlfunc.pod
4443 ____________________________________________________________________________
4444 [ 13514] By: nick                                  on 2001/12/07  15:07:15
4445         Log: Integrate mainline
4446      Branch: perlio
4447           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
4448           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4449           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
4450           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
4451           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
4452           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
4453           +> t/lib/Math/BigInt/BareCalc.pm
4454            - ext/Devel/PPPort/harness/Harness.pm
4455            - ext/Devel/PPPort/harness/Harness.xs
4456            - ext/Devel/PPPort/harness/Makefile.PL
4457            - ext/Devel/PPPort/harness/module2.c
4458            - ext/Devel/PPPort/harness/module3.c
4459            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
4460            - lib/File/Spec/Functions.t
4461           !> (integrate 103 files)
4462 ____________________________________________________________________________
4463 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
4464         Log: Add display() for displaying icky scalars.
4465      Branch: perl
4466            ! t/test.pl
4467 ____________________________________________________________________________
4468 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
4469         Log: Subject: [ID 20011207.001] documentation bug for waitpid
4470              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4471              Date: Fri, 7 Dec 2001 12:44:56 +0100
4472              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
4473      Branch: perl
4474            ! pod/perlfunc.pod
4475 ____________________________________________________________________________
4476 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
4477         Log: gcc version matching didn't.
4478      Branch: perl
4479            ! hints/linux.sh
4480 ____________________________________________________________________________
4481 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
4482         Log: Subject: HP renamed their servers              
4483              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4484              Date: Fri, 07 Dec 2001 12:07:22 +0100
4485              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
4486      Branch: perl
4487            ! README.hpux
4488 ____________________________________________________________________________
4489 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
4490         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
4491              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4492              Date: Fri, 7 Dec 2001 00:24:55 -0500
4493              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
4494      Branch: perl
4495            ! pod/perlport.pod
4496 ____________________________________________________________________________
4497 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
4498         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
4499              From: Michael G Schwern <schwern@pobox.com> 
4500              Date: Thu, 6 Dec 2001 22:56:34 -0500
4501              Message-ID: <20011207035634.GO22648@blackrider>
4502      Branch: perl
4503            ! t/base/lex.t t/op/exec.t
4504 ____________________________________________________________________________
4505 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
4506         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
4507              From: Michael G Schwern <schwern@pobox.com>
4508              Date: Thu, 6 Dec 2001 22:45:44 -0500
4509              Message-ID: <20011207034544.GN22648@blackrider>
4510              
4511              (plus op/ref tweak)
4512      Branch: perl
4513            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
4514            ! t/run/kill_perl.t t/test.pl
4515 ____________________________________________________________________________
4516 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
4517         Log: Upgrade to Math::BigInt 1.48.
4518      Branch: perl
4519            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
4520            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4521            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4522            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4523            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4524            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4525            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4526 ____________________________________________________________________________
4527 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
4528         Log: Mention also perl56delta in case somone is upgrading from
4529              Perl 5.005_03.
4530      Branch: perl
4531            ! pod/perldelta.pod
4532 ____________________________________________________________________________
4533 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
4534         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4535              From: Michael G Schwern <schwern@pobox.com>
4536              Date: Thu, 6 Dec 2001 15:15:28 -0500
4537              Message-ID: <20011206201528.GF16414@blackrider>
4538              
4539              (just the term.t, not the lex.t)
4540              
4541              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
4542              From: Michael G Schwern <schwern@pobox.com>
4543              Date: Thu, 6 Dec 2001 15:22:22 -0500
4544              Message-ID: <20011206202222.GG16414@blackrider>
4545              
4546              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
4547              From: Michael G Schwern <schwern@pobox.com>
4548              Date: Thu, 6 Dec 2001 15:31:58 -0500
4549              Message-ID: <20011206203158.GI16414@blackrider>
4550              
4551              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
4552              From: Michael G Schwern <schwern@pobox.com>
4553              Date: Thu, 6 Dec 2001 17:38:55 -0500
4554              Message-ID: <20011206223855.GC22648@blackrider>
4555      Branch: perl
4556            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
4557            ! t/test.pl
4558 ____________________________________________________________________________
4559 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
4560         Log: Update the thr5005 situation.
4561      Branch: perl
4562            ! pod/perldelta.pod
4563 ____________________________________________________________________________
4564 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
4565         Log: perldelta borrowings from perl561delta.
4566      Branch: perl
4567            ! pod/perldelta.pod
4568 ____________________________________________________________________________
4569 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
4570         Log: Add the 5.6.1 perldelta as perl561delta.
4571              (Makes it easier to steal stuff for perldelta :-)
4572      Branch: perl
4573            + pod/perl561delta.pod
4574            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4575 ____________________________________________________________________________
4576 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
4577         Log: Retract #13496 for now.
4578      Branch: perl
4579            ! t/base/lex.t t/base/term.t
4580 ____________________________________________________________________________
4581 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
4582         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
4583              From: "Craig A. Berry" <craigberry@mac.com>
4584              Date: Thu, 6 Dec 2001 14:54:36 -0600
4585              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
4586      Branch: perl
4587            ! vms/ext/filespec.t
4588 ____________________________________________________________________________
4589 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
4590         Log: (retracted by #13499)
4591              
4592              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4593              From: Michael G Schwern <schwern@pobox.com>
4594              Date: Thu, 6 Dec 2001 15:15:28 -0500
4595              Message-ID: <20011206201528.GF16414@blackrider>
4596      Branch: perl
4597            ! t/base/lex.t t/base/term.t
4598 ____________________________________________________________________________
4599 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
4600         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
4601              From: Michael G Schwern <schwern@pobox.com>
4602              Date: Thu, 6 Dec 2001 13:54:48 -0500
4603              Message-ID: <20011206185448.GC16414@blackrider>
4604      Branch: perl
4605            ! t/op/stat.t
4606 ____________________________________________________________________________
4607 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
4608         Log: The #4 has nothing to do with Unicode.
4609      Branch: perl
4610            ! t/op/tr.t
4611 ____________________________________________________________________________
4612 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
4613         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
4614              From: Michael G Schwern <schwern@pobox.com>
4615              Date: Thu, 6 Dec 2001 13:45:48 -0500
4616              Message-ID: <20011206184548.GB16414@blackrider>
4617      Branch: perl
4618            ! t/op/tr.t
4619 ____________________________________________________________________________
4620 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
4621         Log: Update Changes.
4622      Branch: perl
4623            ! Changes patchlevel.h
4624 ____________________________________________________________________________
4625 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
4626         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
4627              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4628              Date: Thu, 6 Dec 2001 11:41:25 EST
4629              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
4630      Branch: perl
4631            ! vms/vms.c vms/vmsish.h
4632 ____________________________________________________________________________
4633 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
4634         Log: Subject: [PATCH] Re: weirdness in regexps
4635              From: Robin Houston <robin@kitsite.com> 
4636              Date: Thu, 6 Dec 2001 14:44:01 +0000
4637              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
4638      Branch: perl
4639            ! op.c t/lib/strict/subs
4640 ____________________________________________________________________________
4641 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
4642         Log: Make the -b -c -S tests count all of the /dev, not just
4643              check the first one, as suggested by Benjamin Goldberg.
4644      Branch: perl
4645            ! t/op/stat.t
4646 ____________________________________________________________________________
4647 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
4648         Log: Subject: Re: [PATCH: bleadperl] casefold backref
4649              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4650              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
4651              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
4652      Branch: perl
4653            ! regexec.c
4654 ____________________________________________________________________________
4655 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
4656         Log: Nits noticed by Philip Newton, and de-tab DB.t.
4657      Branch: perl
4658            ! lib/DB.t
4659 ____________________________________________________________________________
4660 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
4661         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
4662              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4663              Date: 6 Dec 2001 11:06:01 -0000
4664              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
4665      Branch: perl
4666            ! op.c t/op/tr.t
4667 ____________________________________________________________________________
4668 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
4669         Log: Subject: [PATCH: bleadperl] casefold backref
4670              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4671              Date: Wed, 05 Dec 2001 17:27:05 +0000
4672              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
4673      Branch: perl
4674            ! regexec.c t/op/re_tests
4675 ____________________________________________________________________________
4676 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
4677         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
4678              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4679              Date: Wed, 5 Dec 2001 22:34:53 EST
4680              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
4681      Branch: perl
4682            ! mg.c vms/vms.c vms/vmsish.h
4683 ____________________________________________________________________________
4684 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
4685         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
4686              From: Michael G Schwern <schwern@pobox.com>
4687              Date: Wed, 5 Dec 2001 19:52:58 -0500
4688              Message-ID: <20011205195257.A903@blackrider>
4689      Branch: perl
4690            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
4691            + lib/File/Spec/t/rel2abs2rel.t
4692            - lib/File/Spec.t lib/File/Spec/Functions.t
4693            ! MANIFEST
4694 ____________________________________________________________________________
4695 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
4696         Log: Subject: Re: Silly stat() portability questions                
4697              From: Benjamin Goldberg <goldbb2@earthlink.net>
4698              Date: Wed, 05 Dec 2001 22:52:35 -0500
4699              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
4700      Branch: perl
4701            ! pod/perlport.pod
4702 ____________________________________________________________________________
4703 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
4704         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
4705              From: "Craig A. Berry" <craigberry@mac.com>
4706              Date: Wed, 05 Dec 2001 16:41:59 -0600
4707              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
4708      Branch: perl
4709            ! README.vms configure.com lib/File/Spec/VMS.pm
4710            ! vms/ext/filespec.t
4711 ____________________________________________________________________________
4712 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
4713         Log: $apply->('club', $glibc_maintainers);
4714              
4715              (Nick Clark just reported that <langinfo.h> YESSTR
4716              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
4717      Branch: perl
4718            ! ext/I18N/Langinfo/Langinfo.t
4719 ____________________________________________________________________________
4720 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
4721         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
4722      Branch: perl
4723            ! pod/perlport.pod
4724 ____________________________________________________________________________
4725 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
4726         Log: tweak change#13474 (pad entries can apparently be null in some
4727              situations)
4728      Branch: maint-5.6/perl
4729            ! op.c
4730 ____________________________________________________________________________
4731 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
4732         Log: Restore the /dev -b -c -S part of the test.
4733      Branch: perl
4734            ! t/op/stat.t
4735 ____________________________________________________________________________
4736 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
4737         Log: Retract #13475 until Arthur gets back to the mine.
4738      Branch: perl
4739            ! op.c t/run/kill_perl.t
4740 ____________________________________________________________________________
4741 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
4742         Log: (retracted by #13476)
4743              
4744              Manually apply #13474; fixes stale reference to dead
4745              CvOUTSIDE(); this can happen when anonymous subroutines
4746              that aren't closures are returned from an eval""
4747              
4748              (threads/shared/sv_refs.t is coredump-unhappy about this change)
4749      Branch: perl
4750            ! op.c t/run/kill_perl.t
4751 ____________________________________________________________________________
4752 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
4753         Log: replacement for change#10451
4754              
4755              fixes stale reference to dead CvOUTSIDE(); this can happen when
4756              anonymous subroutines that aren't closures are returned from an
4757              eval""
4758      Branch: maint-5.6/perl
4759            ! op.c t/op/misc.t
4760 ____________________________________________________________________________
4761 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
4762         Log: revert change#10451,10472; it was a naive fix that simply
4763              reintroduced the memory leak!
4764      Branch: maint-5.6/perl
4765            ! op.c t/op/misc.t
4766 ____________________________________________________________________________
4767 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
4768         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
4769              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4770              Date: Wed, 05 Dec 2001 10:49:20 +0100
4771              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
4772      Branch: perl
4773            ! lib/File/Basename.pm lib/File/Basename.t
4774 ____________________________________________________________________________
4775 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
4776         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
4777              From: Michael G Schwern <schwern@pobox.com> 
4778              Date: Wed, 5 Dec 2001 02:47:59 -0500
4779              Message-ID: <20011205024759.H14333@blackrider>
4780      Branch: perl
4781            ! t/op/magic.t
4782 ____________________________________________________________________________
4783 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
4784         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
4785              From: Michael G Schwern <schwern@pobox.com>              
4786              Date: Wed, 5 Dec 2001 02:22:05 -0500
4787              Message-ID: <20011205022205.F14333@blackrider>
4788      Branch: perl
4789            ! t/op/stat.t vms/test.com
4790 ____________________________________________________________________________
4791 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
4792         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4793              From: Michael G Schwern <schwern@pobox.com> 
4794              Date: Tue, 4 Dec 2001 23:40:10 -0500
4795              Message-ID: <20011204234010.B14333@blackrider>
4796      Branch: perl
4797            ! t/op/stat.t
4798 ____________________________________________________________________________
4799 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
4800         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4801              From: Michael G Schwern <schwern@pobox.com> 
4802              Date: Tue, 4 Dec 2001 21:09:18 -0500           
4803              Message-ID: <20011204210918.D13279@blackrider>
4804              
4805              t/test.
4806      Branch: perl
4807            ! t/test.pl
4808 ____________________________________________________________________________
4809 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
4810         Log: (accidentally empty check-in)
4811      Branch: perl
4812            ! t/op/stat.t
4813 ____________________________________________________________________________
4814 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
4815         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
4816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4817              Date: Tue, 04 Dec 2001 23:40:27 +0100
4818              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
4819      Branch: perl
4820            ! mg.c
4821 ____________________________________________________________________________
4822 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
4823         Log: Subject: [PATCH] minor pod fix in Safe.pm
4824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4825              Date: Tue, 4 Dec 2001 22:02:34 +0100
4826              Message-ID: <20011204220234.A17293@rafael>
4827      Branch: perl
4828            ! ext/Opcode/Safe.pm
4829 ____________________________________________________________________________
4830 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
4831         Log: CRLF GRRR.
4832      Branch: perl
4833            ! djgpp/configure.bat
4834 ____________________________________________________________________________
4835 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
4836         Log: DJGPP fixes from Laszlo Molnar.
4837      Branch: perl
4838            ! djgpp/configure.bat djgpp/djgpp.h
4839 ____________________________________________________________________________
4840 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
4841         Log: Update Changes.
4842      Branch: perl
4843            ! Changes patchlevel.h
4844 ____________________________________________________________________________
4845 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
4846         Log: Must wipe out the memory of real Socket before starting
4847              to use the new fake one.
4848      Branch: perl
4849            ! lib/Net/t/config.t
4850 ____________________________________________________________________________
4851 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
4852         Log: LC_ALL might trump LANG.
4853      Branch: perl
4854            ! lib/open.t
4855 ____________________________________________________________________________
4856 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
4857         Log: Make the eval runtime.
4858      Branch: perl
4859            ! lib/open.pm
4860 ____________________________________________________________________________
4861 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
4862         Log: Make the Langinfo test both more lenient (allow
4863              for any symbol not to exists) and stricter (add
4864              more symbols).
4865      Branch: perl
4866            ! ext/I18N/Langinfo/Langinfo.t
4867 ____________________________________________________________________________
4868 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
4869         Log: integrate change#13453 from maint-5.6
4870              
4871              tweak change#11399 to use an explicit flag rather than
4872              ass_u_ming w32_pseudo_id will only be zero for the real
4873              toplevel interpreter; avoids multiple hosts from diddling
4874              the environment at the same time
4875      Branch: perl
4876           !> win32/perlhost.h
4877 ____________________________________________________________________________
4878 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
4879         Log: Subject: [PATCH] VMS update for perldelta.pod
4880              From: "Craig A. Berry" <craigberry@mac.com> 
4881              Date: Tue, 4 Dec 2001 00:23:12 -0600
4882              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
4883      Branch: perl
4884            ! pod/perldelta.pod
4885 ____________________________________________________________________________
4886 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
4887         Log: NetWare tweak from Ananth Kesari.
4888      Branch: perl
4889            ! NetWare/Makefile
4890 ____________________________________________________________________________
4891 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
4892         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
4893              Not adding the test suite because of its many assumptions.
4894      Branch: perl
4895            ! lib/Net/Ping.pm
4896 ____________________________________________________________________________
4897 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
4898         Log: tweak change#11399 to use an explicit flag rather than
4899              ass_u_ming w32_pseudo_id will only be zero for the real
4900              toplevel interpreter; avoids multiple hosts from diddling
4901              the environment at the same time
4902      Branch: maint-5.6/perl
4903            ! win32/perlhost.h
4904 ____________________________________________________________________________
4905 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
4906         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
4907              from Len Makin.
4908      Branch: perl
4909            + hints/super-ux.sh
4910            ! MANIFEST
4911 ____________________________________________________________________________
4912 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
4913         Log: Add Mac OS X known failures to perldelta.
4914      Branch: perl
4915            ! pod/perldelta.pod
4916 ____________________________________________________________________________
4917 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
4918         Log: I think it's time to call the utf8 code non-test.
4919      Branch: perl
4920            ! utf8.c
4921 ____________________________________________________________________________
4922 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
4923         Log: Retract #13303, need rethink.
4924      Branch: perl
4925            ! utf8.c
4926 ____________________________________________________________________________
4927 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
4928         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
4929              From: "Craig A. Berry" <craigberry@mac.com>
4930              Date: Mon, 03 Dec 2001 16:28:06 -0600
4931              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
4932      Branch: perl
4933            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
4934 ____________________________________________________________________________
4935 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
4936         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
4937              From: Andy Dougherty <doughera@lafayette.edu>
4938              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
4939              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
4940      Branch: perl
4941            ! hints/solaris_2.sh
4942 ____________________________________________________________________________
4943 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
4944         Log: This test is not very robust on 8.3-constrained systems:
4945              all the "with truncated name" lines between "Autosplitting ..."
4946              and "some names are not unique" lines are unexpected,
4947              and the truncation message becomes:
4948              testtest.al, testtest.al truncate to testtest 
4949      Branch: perl
4950            ! lib/AutoSplit.t
4951 ____________________________________________________________________________
4952 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
4953         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
4954      Branch: perl
4955            ! ext/I18N/Langinfo/Langinfo.t
4956 ____________________________________________________________________________
4957 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
4958         Log: Test::Morify UCD.t
4959      Branch: perl
4960            ! lib/Unicode/UCD.t
4961 ____________________________________________________________________________
4962 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
4963         Log: If Socket has not been built (e.g. DJGPP) the libnet
4964              tests fall over with (too) much noise.
4965      Branch: perl
4966            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4967            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4968            ! lib/Net/t/smtp.t lib/Net/t/time.t
4969 ____________________________________________________________________________
4970 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
4971         Log: Subject: [PATCH] shared hash keys and ++/--
4972              From: Nicholas Clark <nick@ccl4.org>
4973              Date: Mon, 3 Dec 2001 16:37:16 +0000
4974              Message-ID: <20011203163716.C21702@plum.flirble.org>
4975      Branch: perl
4976            ! pp.c pp_hot.c sv.c t/op/inc.t
4977 ____________________________________________________________________________
4978 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
4979         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
4980              From: Jonathan Stowe <jns@gellyfish.com>
4981              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
4982              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
4983      Branch: perl
4984            ! lib/Term/Cap.pm
4985 ____________________________________________________________________________
4986 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
4987         Log: Update Changes.
4988      Branch: perl
4989            ! Changes patchlevel.h
4990 ____________________________________________________________________________
4991 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
4992         Log: perldelta tweaks.
4993      Branch: perl
4994            ! pod/perldelta.pod
4995 ____________________________________________________________________________
4996 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
4997         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
4998              From: Sam Tregar <sam@tregar.com> 
4999              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
5000              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
5001      Branch: perl
5002            ! pod/perlnewmod.pod
5003 ____________________________________________________________________________
5004 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
5005         Log: microperl casting nit.
5006      Branch: perl
5007            ! utf8.c
5008 ____________________________________________________________________________
5009 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
5010         Log: Make sharepvn a macro since all it does is a deref.
5011      Branch: perl
5012            ! embed.h embed.pl global.sym hv.c hv.h proto.h
5013 ____________________________________________________________________________
5014 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
5015         Log: perldelta updates.
5016      Branch: perl
5017            ! pod/perldelta.pod
5018 ____________________________________________________________________________
5019 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
5020         Log: PPPort update from Paul Marquess.
5021      Branch: perl
5022            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
5023            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
5024            + ext/Devel/PPPort/t/test.t
5025            - ext/Devel/PPPort/harness/Harness.pm
5026            - ext/Devel/PPPort/harness/Harness.xs
5027            - ext/Devel/PPPort/harness/Makefile.PL
5028            - ext/Devel/PPPort/harness/module2.c
5029            - ext/Devel/PPPort/harness/module3.c
5030            - ext/Devel/PPPort/harness/t/test.t
5031            ! MANIFEST ext/Devel/PPPort/MANIFEST
5032            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5033            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5034            ! ext/Devel/PPPort/soak
5035 ____________________________________________________________________________
5036 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
5037         Log: No use talking about dynamic library search patch
5038              unless we are having a dynamic build.
5039      Branch: perl
5040            ! t/TEST
5041 ____________________________________________________________________________
5042 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
5043         Log: Be more explicit on the List::Util build trick,
5044              should also stop unneeded rebuilds on static builds.
5045      Branch: perl
5046            ! ext/List/Util/Makefile.PL
5047 ____________________________________________________________________________
5048 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
5049         Log: We need to replace the optimize (-O1) with
5050              the -h scalar0 -h vector0, not append them
5051              to the ccflags.
5052      Branch: perl
5053            ! hints/unicos.sh hints/unicosmk.sh
5054 ____________________________________________________________________________
5055 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
5056         Log: Subject: [PATCH] Shared hash keys 
5057              From: Nicholas Clark <nick@ccl4.org>
5058              Date: Sun, 2 Dec 2001 20:52:32 +0000
5059              Message-ID: <20011202205232.U21702@plum.flirble.org>
5060      Branch: perl
5061            ! doop.c t/op/tr.t
5062 ____________________________________________________________________________
5063 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
5064         Log: Better add new files to MANIFEST, too.
5065      Branch: perl
5066            ! MANIFEST
5067 ____________________________________________________________________________
5068 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
5069         Log: Subject: {PATCH] perlpacktut.pod
5070              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
5071              Date: Sun, 02 Dec 2001 19:55:06 +0100
5072              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
5073      Branch: perl
5074            ! pod/perlpacktut.pod
5075 ____________________________________________________________________________
5076 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
5077         Log: Various small nits found by DJGPP build.
5078      Branch: perl
5079            ! doio.c mg.c pp.c util.c
5080 ____________________________________________________________________________
5081 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
5082         Log: Subject: RE: More verbose POD for Carp
5083              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5084              Date: Sun, 2 Dec 2001 11:32:51 -0500
5085              Message-ID: <3C0A9748@operamail.com>
5086      Branch: perl
5087            ! lib/Carp.pm
5088 ____________________________________________________________________________
5089 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
5090         Log: Add a header for DJGPP with the function prototypes.
5091      Branch: perl
5092            + djgpp/djgpp.h
5093            ! MANIFEST djgpp/djgpp.c
5094 ____________________________________________________________________________
5095 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
5096         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
5097              From: Abe Timmerman <abe@ztreet.demon.nl>
5098              Date: Sun, 02 Dec 2001 02:41:25 +0100
5099              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
5100      Branch: perl
5101            ! pp_sys.c
5102 ____________________________________________________________________________
5103 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
5104         Log: There isn't PTR2INT(), there's PTR2IV().
5105      Branch: perl
5106            ! ext/Time/HiRes/HiRes.xs
5107 ____________________________________________________________________________
5108 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
5109         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
5110              From: Marc Lehmann <root@schmorp.de>
5111              Date: Sun, 02 Dec 2001 02:44:53 +0100
5112              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
5113      Branch: perl
5114            ! ext/Time/HiRes/HiRes.xs
5115 ____________________________________________________________________________
5116 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
5117         Log: encode()/decode() examples.
5118      Branch: perl
5119            ! ext/Encode/Encode.pm
5120 ____________________________________________________________________________
5121 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
5122         Log: DJGPP tweaks from Laszlo Molnar.
5123      Branch: perl
5124            ! djgpp/config.over djgpp/djgppsed.sh
5125 ____________________________________________________________________________
5126 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
5127         Log: Update Changes.
5128      Branch: perl
5129            ! Changes patchlevel.h
5130 ____________________________________________________________________________
5131 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
5132         Log: Integrate perlio;
5133              
5134              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
5135              which do not have file descriptors. Noticed a possibly
5136              worse problem in the process ...
5137      Branch: perl
5138           !> doio.c
5139 ____________________________________________________________________________
5140 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
5141         Log: Non-VMS-fixed and Win32-skipped version of
5142              
5143              Subject: [PATCH t/op/exec.t] Portabilty fix 
5144              From: Michael G Schwern <schwern@pobox.com> 
5145              Date: Fri, 30 Nov 2001 16:09:27 -0500
5146              Message-ID: <20011130160927.A10406@blackrider>
5147      Branch: perl
5148            ! t/op/exec.t
5149 ____________________________________________________________________________
5150 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
5151         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
5152              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5153              Date: Sat, 1 Dec 2001 07:01:09 -0500
5154              Message-ID: <3C0D2E39@operamail.com>
5155              
5156              Subject: More verbose POD for Carp
5157              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5158              Date: Sat, 1 Dec 2001 08:04:16 -0500
5159              Message-ID: <3C285C2B@operamail.com>
5160      Branch: perl
5161            ! lib/Carp.pm lib/Carp/Heavy.pm
5162 ____________________________________________________________________________
5163 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
5164         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
5165              From: chromatic <chromatic@rmci.net>
5166              Date: Sat, 01 Dec 2001 12:41:58 -0700
5167              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
5168      Branch: perl
5169            ! lib/DB.t
5170 ____________________________________________________________________________
5171 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
5172         Log: Try to make a missing RADIXCHAR a softer kinder error.
5173      Branch: perl
5174            ! ext/I18N/Langinfo/Langinfo.t
5175 ____________________________________________________________________________
5176 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
5177         Log: Have a little faith on nl_langinfo() itself.
5178      Branch: perl
5179            ! ext/I18N/Langinfo/Langinfo.xs
5180 ____________________________________________________________________________
5181 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
5182         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
5183              the max, not max plus one)
5184      Branch: perl
5185            ! ext/I18N/Langinfo/Langinfo.xs
5186 ____________________________________________________________________________
5187 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
5188         Log: Make reality agree with the comment.
5189      Branch: perl
5190            ! ext/I18N/Langinfo/Langinfo.xs
5191 ____________________________________________________________________________
5192 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
5193         Log: Try to protect against wild langinfo() arguments.
5194      Branch: perl
5195            ! ext/I18N/Langinfo/Langinfo.xs
5196 ____________________________________________________________________________
5197 [ 13409] By: nick                                  on 2001/12/01  18:19:59
5198         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
5199              have file descriptors. Noticed a possibly worse problem in the process ...
5200      Branch: perlio
5201            ! doio.c
5202 ____________________________________________________________________________
5203 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
5204         Log: If we are inside an eval, let's be silent about
5205              separate symbols and just croak() in the end.
5206      Branch: perl
5207            ! lib/Exporter/Heavy.pm
5208 ____________________________________________________________________________
5209 [ 13407] By: nick                                  on 2001/12/01  17:14:05
5210         Log: Integrate mainline
5211      Branch: perlio
5212           !> (integrate 26 files)
5213 ____________________________________________________________________________
5214 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
5215         Log: Subject: Fix for Exporter error reporting behaviour
5216              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5217              Date: Sat, 1 Dec 2001 06:34:48 -0500
5218              Message-ID: <3C0D1B9A@operamail.com>
5219      Branch: perl
5220            ! lib/Exporter.pm lib/Exporter/Heavy.pm
5221 ____________________________________________________________________________
5222 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
5223         Log: Need to hide behind an eval to avoid a warning
5224              about :utf8 on non-perlio configs.
5225      Branch: perl
5226            ! lib/open.t
5227 ____________________________________________________________________________
5228 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
5229         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
5230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5231              Date: Fri, 30 Nov 2001 23:46:58 +0100
5232              Message-ID: <20011130234658.A717@rafael>
5233      Branch: perl
5234            ! op.c t/op/method.t
5235 ____________________________________________________________________________
5236 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
5237         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
5238              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5239              Date: Thu, 29 Nov 2001 22:46:12 +0100
5240              Message-ID: <20011129224612.A699@rafael>
5241      Branch: perl
5242            ! ext/B/B/Xref.pm
5243 ____________________________________________________________________________
5244 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
5245         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
5246              From: Tels <perl_dummy@bloodgate.com>
5247              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
5248              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
5249      Branch: perl
5250            ! pod/perlfunc.pod
5251 ____________________________________________________________________________
5252 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
5253         Log: Subject: [REPATCH] reference pointer comparison
5254              From: Nicholas Clark <nick@ccl4.org>
5255              Date: Sat, 1 Dec 2001 13:00:17 +0000
5256              Message-ID: <20011201130017.I21702@plum.flirble.org>
5257      Branch: perl
5258            ! pp.c
5259 ____________________________________________________________________________
5260 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
5261         Log: Upgrade to Storable 1.0.14.
5262      Branch: perl
5263            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5264 ____________________________________________________________________________
5265 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
5266         Log: Add simple caches for ::viacode() and ::vianame().
5267      Branch: perl
5268            ! lib/charnames.pm lib/charnames.t
5269 ____________________________________________________________________________
5270 [ 13398] By: nick                                  on 2001/12/01  10:36:24
5271         Log: Integrate mainline.
5272      Branch: perlio
5273           +> (branch 44 files)
5274            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5275            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5276            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5277           !> (integrate 250 files)
5278 ____________________________________________________________________________
5279 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
5280         Log: Regen toc and modlib.
5281      Branch: perl
5282            ! pod/perlmodlib.pod pod/perltoc.pod
5283 ____________________________________________________________________________
5284 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
5285         Log: Upgrade to podlators-1.18.
5286      Branch: perl
5287            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
5288 ____________________________________________________________________________
5289 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
5290         Log: -h scalar0 -h vector0 seems to help for both
5291              UNICOS and UNICOS/mk on the unpack %65c problems.
5292              
5293              (replaces #13393)
5294      Branch: perl
5295            ! hints/unicos.sh hints/unicosmk.sh
5296 ____________________________________________________________________________
5297 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
5298         Log: More Socket constants.
5299      Branch: perl
5300            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
5301 ____________________________________________________________________________
5302 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
5303         Log: (replaced by #13395)
5304      Branch: perl
5305            ! hints/unicosmk.sh
5306 ____________________________________________________________________________
5307 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
5308         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
5309              From: Andy Dougherty <doughera@lafayette.edu>
5310              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
5311              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
5312              
5313              Simplify the test skippage criterion now that we are
5314              no more dependent on sed.
5315      Branch: perl
5316            ! t/comp/cpp.t t/run/switchPx.t
5317 ____________________________________________________________________________
5318 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
5319         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
5320              From: Michael G Schwern <schwern@pobox.com>
5321              Date: Fri, 30 Nov 2001 11:48:44 -0500
5322              Message-ID: <20011130114844.C1303@blackrider>
5323              
5324              (replaces #13381)
5325      Branch: perl
5326            ! t/op/stat.t
5327 ____________________________________________________________________________
5328 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
5329         Log: Let's not assume how much memory has been allocated
5330              to PVs.
5331      Branch: perl
5332            ! ext/Devel/Peek/Peek.t
5333 ____________________________________________________________________________
5334 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
5335         Log: VOS needs to know the modules, including pp_sort.
5336      Branch: perl
5337            ! vos/perl.bind
5338 ____________________________________________________________________________
5339 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
5340         Log: Unused variables.
5341      Branch: perl
5342            ! ext/Unicode/Normalize/Normalize.xs
5343 ____________________________________________________________________________
5344 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
5345         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
5346              From: John Peacock <jpeacock@rowman.com>     
5347              Date: Fri, 30 Nov 2001 10:24:00 -0500        
5348              Message-ID: <3C07A490.A22A76B0@rowman.com>   
5349      Branch: perl
5350            ! lib/ExtUtils/Embed.t
5351 ____________________________________________________________________________
5352 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
5353         Log: Tweak for the VOS building script from Paul Green.
5354      Branch: perl
5355            ! vos/configure_perl.cm
5356 ____________________________________________________________________________
5357 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
5358         Log: Update Changes.
5359      Branch: perl
5360            ! Changes patchlevel.h
5361 ____________________________________________________________________________
5362 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
5363         Log: Cannot test if cppstdin has not yet been installed.
5364      Branch: perl
5365            ! t/run/switchPx.t
5366 ____________________________________________________________________________
5367 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
5368         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
5369              From: Michael G Schwern <schwern@pobox.com> 
5370              Date: Thu, 29 Nov 2001 22:05:11 -0500
5371              Message-ID: <20011129220510.A18869@blackrider>
5372              
5373              TODO 1: if cppstdin is used and not yet installed,
5374              the Px.t will fail (must do the same as in cpp.t)
5375              
5376              TODO 2: does this work if no Perl whatsoever has
5377              yet been installed?  That is, we should be using
5378              the Perl we are building to execute the one-liner.
5379      Branch: perl
5380            + t/run/switchPx.aux t/run/switchPx.t
5381            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
5382            ! vms/test.com
5383 ____________________________________________________________________________
5384 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
5385         Log: Upgrade to Unicode::Normalize 0.12.
5386      Branch: perl
5387            ! ext/Unicode/Normalize/Changes
5388            ! ext/Unicode/Normalize/Normalize.pm
5389            ! ext/Unicode/Normalize/Normalize.xs
5390            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5391            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5392            ! ext/Unicode/Normalize/t/test.t
5393 ____________________________________________________________________________
5394 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
5395         Log: (replaced by #13391)
5396              
5397              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
5398              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
5399              Date: 30 Nov 2001 11:41:53 -0000             
5400              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
5401              
5402              No need to die if we have high-paranoia (non-chdirable)
5403              system directories.
5404      Branch: perl
5405            ! t/op/stat.t
5406 ____________________________________________________________________________
5407 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
5408         Log: Paragraph rewrapping.
5409      Branch: perl
5410            ! pod/perliol.pod
5411 ____________________________________________________________________________
5412 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
5413         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
5414              From: Stas Bekman <stas@stason.org>
5415              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
5416              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
5417      Branch: perl
5418            ! pod/perliol.pod
5419 ____________________________________________________________________________
5420 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
5421         Log: Whether select() gets restarted on signals is
5422              implementation dependent.
5423      Branch: perl
5424            ! ext/Time/HiRes/HiRes.t
5425 ____________________________________________________________________________
5426 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
5427         Log: More forgotten checkins.
5428      Branch: perl
5429            ! embed.h embed.pl proto.h
5430 ____________________________________________________________________________
5431 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
5432         Log: Add a note about folding vs lowercase.
5433      Branch: perl
5434            ! regexec.c
5435 ____________________________________________________________________________
5436 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
5437         Log: Use to_uni_fold (and add changed global.sym)
5438      Branch: perl
5439            ! global.sym utf8.c
5440 ____________________________________________________________________________
5441 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
5442         Log: Make to Unicode character functions to use UVs
5443              instead of U32s and add to_uni_fold().
5444      Branch: perl
5445            ! embed.pl proto.h utf8.c
5446 ____________________________________________________________________________
5447 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
5448         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
5449              From: Nicholas Clark <nick@ccl4.org>
5450              Date: Thu, 29 Nov 2001 22:47:32 +0000
5451              Message-ID: <20011129224732.W37621@plum.flirble.org>
5452      Branch: perl
5453            ! pod/perlpacktut.pod
5454 ____________________________________________________________________________
5455 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
5456         Log: README.vos updates from Paul Green.
5457      Branch: perl
5458            ! README.vos
5459 ____________________________________________________________________________
5460 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
5461         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
5462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5463              Date: Thu, 29 Nov 2001 14:18:51 EST
5464              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
5465      Branch: perl
5466            ! mg.c vms/vms.c vms/vmsish.h
5467 ____________________________________________________________________________
5468 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
5469         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
5470              From: Michael G Schwern <schwern@pobox.com>
5471              Date: Thu, 29 Nov 2001 13:12:31 -0500
5472              Message-ID: <20011129131231.E11300@blackrider>
5473      Branch: perl
5474            ! README.vms
5475 ____________________________________________________________________________
5476 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
5477         Log: BGET_IV was missing.
5478      Branch: perl
5479            ! ext/ByteLoader/bytecode.h
5480 ____________________________________________________________________________
5481 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
5482         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
5483              From: Jonathan Stowe <gellyfish@gellyfish.com>
5484              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
5485              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
5486      Branch: perl
5487            ! lib/Term/Cap.pm
5488 ____________________________________________________________________________
5489 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
5490         Log: Porting/checkURL.pl was missing.
5491      Branch: perl
5492            ! MANIFEST
5493 ____________________________________________________________________________
5494 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
5495         Log: Subject: INSTALL and READMEs should be reviewed
5496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5497              Date: Thu, 29 Nov 2001 16:49:36 +0100
5498              Message-ID: <20011129164936.A17492@rafael>         
5499      Branch: perl
5500            ! README.cygwin
5501 ____________________________________________________________________________
5502 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
5503         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
5504              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
5505              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
5506              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
5507      Branch: perl
5508            ! README.os390
5509 ____________________________________________________________________________
5510 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
5511         Log: Update Changes.
5512      Branch: perl
5513            ! Changes patchlevel.h
5514 ____________________________________________________________________________
5515 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
5516         Log: The changes to the curliffed files didn't stick in #13348.
5517      Branch: perl
5518            ! README.dos README.win32
5519 ____________________________________________________________________________
5520 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
5521         Log: Subject: Re: Found the rev where File::Glob broke
5522              From: Andy Dougherty <doughera@lafayette.edu>
5523              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
5524              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
5525      Branch: perl
5526            ! lib/ExtUtils/MM_Unix.pm
5527 ____________________________________________________________________________
5528 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
5529         Log: Use __DATA__ instead of __END__.
5530      Branch: perl
5531            ! lib/Term/Cap.pm
5532 ____________________________________________________________________________
5533 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
5534         Log: Subject: [PATCH toke.c] autosplit into @F fix
5535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5536              Date: Thu, 29 Nov 2001 14:52:23 +0100
5537              Message-ID: <20011129145223.A25817@rafael>         
5538      Branch: perl
5539            ! toke.c
5540 ____________________________________________________________________________
5541 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
5542         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
5543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5544              Date: Thu, 29 Nov 2001 15:48:15 +0100
5545              Message-ID: <20011129154815.C25817@rafael>         
5546      Branch: perl
5547            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
5548 ____________________________________________________________________________
5549 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
5550         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
5551              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5552              Date: Wed, 28 Nov 2001 20:35:29 +0100
5553              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
5554      Branch: perl
5555            ! pod/perlpacktut.pod
5556 ____________________________________________________________________________
5557 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
5558         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
5559              From: Stas Bekman <stas@stason.org>
5560              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
5561              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
5562              
5563              (with tweaks)
5564      Branch: perl
5565            ! pod/perlapio.pod
5566 ____________________________________________________________________________
5567 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
5568         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5569              From: Tels <perl_dummy@bloodgate.com>
5570              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
5571              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
5572              
5573              (plus paragraph rewrapping)
5574      Branch: perl
5575            ! lib/Exporter.pm
5576 ____________________________________________________________________________
5577 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
5578         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
5579              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
5580              Date: Wed, 28 Nov 2001 21:47:59 +0000
5581              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
5582      Branch: perl
5583            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5584 ____________________________________________________________________________
5585 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
5586         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
5587              From: Andy Dougherty <doughera@lafayette.edu>
5588              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
5589              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
5590      Branch: perl
5591            ! INSTALL ext/Time/HiRes/HiRes.t
5592 ____________________________________________________________________________
5593 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
5594         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
5595              From: Michael G Schwern <schwern@pobox.com> 
5596              Date: Wed, 28 Nov 2001 16:37:01 -0500
5597              Message-ID: <20011128163701.H676@blackrider>
5598      Branch: perl
5599            ! t/run/kill_perl.t
5600 ____________________________________________________________________________
5601 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
5602         Log: @INC tweak.
5603      Branch: perl
5604            ! t/op/ref.t
5605 ____________________________________________________________________________
5606 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
5607         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
5608              From: Nicholas Clark <nick@ccl4.org>
5609              Date: Wed, 28 Nov 2001 23:38:43 +0000
5610              Message-ID: <20011128233843.N37621@plum.flirble.org>  
5611      Branch: perl
5612            ! installman
5613 ____________________________________________________________________________
5614 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
5615         Log: Tweak the forking logic.
5616      Branch: perl
5617            ! Porting/checkURL.pl
5618 ____________________________________________________________________________
5619 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
5620         Log: Update perlmodlib.PL as per #13348.  The L<> got
5621              changed back because that is coming from ParseLink.pm.
5622      Branch: perl
5623            ! pod/perlmodlib.PL pod/perlmodlib.pod
5624 ____________________________________________________________________________
5625 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
5626         Log: URL fixups from Michael Schwern.
5627      Branch: perl
5628            ! README.cygwin README.dos README.hpux README.mint README.mpeix
5629            ! README.os390 README.qnx README.solaris README.vos README.win32
5630            ! pod/perlmodlib.pod
5631 ____________________________________________________________________________
5632 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
5633         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5634              From: Barrie Slaymaker <barries@slaysys.com>
5635              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
5636              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
5637      Branch: perl
5638            ! lib/Exporter.pm
5639 ____________________________________________________________________________
5640 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
5641         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
5642      Branch: perl
5643            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
5644 ____________________________________________________________________________
5645 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
5646         Log: Subject: [PATCH] Re: $\ very broken
5647              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5648              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
5649              Message-ID: <20011128223308.E732@rafael>   
5650              
5651              Subject: Re: [PATCH] Re: $\ very broken     
5652              From: Nicholas Clark <nick@ccl4.org>
5653              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
5654              Message-ID: <20011128222859.K37621@plum.flirble.org>
5655      Branch: perl
5656            ! mg.c t/op/ref.t
5657 ____________________________________________________________________________
5658 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
5659         Log: Add Abigail's link checker with the following tweaks:
5660              - known dummy URLs (Peter Prymmer)
5661              - do also READMEs and INSTALL (Michael Schwern)
5662              - do also ftp URLs
5663              - add fork retry loop in case the allowed number
5664              of processes per user is low
5665      Branch: perl
5666            + Porting/checkURL.pl
5667            ! MANIFEST
5668 ____________________________________________________________________________
5669 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
5670         Log: Update Changes.
5671      Branch: perl
5672            ! Changes patchlevel.h
5673 ____________________________________________________________________________
5674 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
5675         Log: In Linux if we have modern enough gcc and supported
5676              enough CPU, crank up the optimization level to -O3.
5677      Branch: perl
5678            ! hints/linux.sh
5679 ____________________________________________________________________________
5680 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
5681         Log: Add perlpacktut from Wolfgang Laun; regen toc.
5682      Branch: perl
5683            + pod/perlpacktut.pod
5684            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
5685            ! pod/perltoc.pod
5686 ____________________________________________________________________________
5687 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
5688         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
5689              From: PPrymmer@factset.com
5690              Date: Wed, 28 Nov 2001 07:51:26 -0500
5691              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
5692      Branch: perl
5693            ! vms/test.com
5694 ____________________________________________________________________________
5695 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
5696         Log: Test cases for the first half of #13338.
5697      Branch: perl
5698            ! t/lib/h2ph.h t/lib/h2ph.pht
5699 ____________________________________________________________________________
5700 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
5701         Log: Subject: Re: h2ph confused by comments in an enum.
5702              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5703              Date: Wed, 28 Nov 2001 04:19:21 +0000
5704              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
5705              
5706              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
5707              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5708              Date: Wed, 28 Nov 2001 13:36:35 +0000
5709              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
5710      Branch: perl
5711            ! utils/h2ph.PL
5712 ____________________________________________________________________________
5713 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
5714         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
5715              From: Jonathan Stowe <gellyfish@gellyfish.com>
5716              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
5717              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
5718              
5719              (replace #13327)
5720      Branch: perl
5721            ! lib/Term/Cap.pm
5722 ____________________________________________________________________________
5723 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
5724         Log: Replace #13335 with
5725              
5726              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
5727              From: Russ Allbery <rra@stanford.edu>
5728              Date: 27 Nov 2001 20:42:49 -0800
5729              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
5730      Branch: perl
5731            ! lib/Pod/Text/Termcap.pm
5732 ____________________________________________________________________________
5733 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
5734         Log: (replaced by #13336)
5735              
5736              Subject: [PATCH perl@13323] Termcap.pm with no termios
5737              From: "Craig A. Berry" <craigberry@mac.com> 
5738              Date: Tue, 27 Nov 2001 22:28:50 -0600
5739              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
5740      Branch: perl
5741            ! lib/Pod/Text/Termcap.pm
5742 ____________________________________________________________________________
5743 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
5744         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
5745              From: "Craig A. Berry" <craigberry@mac.com> 
5746              Date: Tue, 27 Nov 2001 21:46:45 -0600
5747              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
5748      Branch: perl
5749            ! configure.com
5750 ____________________________________________________________________________
5751 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
5752         Log: Upgrade to podlators 1.17.
5753      Branch: perl
5754            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
5755            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5756 ____________________________________________________________________________
5757 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
5758         Log: Fix for "a\x{100}" =~ /A/i.
5759      Branch: perl
5760            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
5761            ! utf8.c
5762 ____________________________________________________________________________
5763 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
5764         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
5765              From: "Craig A. Berry" <craigberry@mac.com>
5766              Date: Tue, 27 Nov 2001 17:11:49 -0600
5767              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
5768      Branch: perl
5769            ! lib/DB.t
5770 ____________________________________________________________________________
5771 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
5772         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
5773              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5774              Date: Tue, 27 Nov 2001 14:55:23 -0500
5775              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
5776              
5777              Subject: [PATCH: perl@13324] updates to perldelta.pod 
5778              From: PPrymmer@factset.com
5779              Date: Tue, 27 Nov 2001 18:06:04 -0500
5780              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
5781              
5782              plus added some known problems.
5783      Branch: perl
5784            ! pod/perldelta.pod
5785 ____________________________________________________________________________
5786 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
5787         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
5788              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5789              Date: Tue, 27 Nov 2001 15:38:02 EST 
5790              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
5791      Branch: perl
5792            ! configure.com vms/vms.c vms/vmsish.h
5793 ____________________________________________________________________________
5794 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
5795         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
5796              From: Michael G Schwern <schwern@pobox.com> 
5797              Date: Tue, 27 Nov 2001 15:31:12 -0500
5798              Message-ID: <20011127153112.G20929@blackrider>
5799      Branch: perl
5800            ! t/run/kill_perl.t
5801 ____________________________________________________________________________
5802 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
5803         Log: (replaced by #13337)
5804              
5805              VMS can safely hardcode a termcap entry for VT100.
5806      Branch: perl
5807            ! lib/Term/Cap.pm
5808 ____________________________________________________________________________
5809 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
5810         Log: VMS piping fixes from Charles Lane (perl -P should
5811              be working now).
5812      Branch: perl
5813            ! vms/vms.c
5814 ____________________________________________________________________________
5815 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
5816         Log: Subject: [PATCH] perlvar.pod fix
5817              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5818              Date: Tue, 27 Nov 2001 13:11:47 -0500
5819              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
5820      Branch: perl
5821            ! pod/perlvar.pod
5822 ____________________________________________________________________________
5823 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
5824         Log: Update Changes.
5825      Branch: perl
5826            ! Changes patchlevel.h
5827 ____________________________________________________________________________
5828 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
5829         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
5830              From: "Craig A. Berry" <craigberry@mac.com> 
5831              Date: Tue, 27 Nov 2001 10:21:18 -0600
5832              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
5833      Branch: perl
5834            ! lib/ExtUtils/MM_VMS.pm
5835 ____________________________________________________________________________
5836 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
5837         Log: Protect against accumulating -options -options -options.
5838      Branch: perl
5839            ! hints/hpux.sh
5840 ____________________________________________________________________________
5841 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
5842         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
5843              From: Barrie Slaymaker <barries@slaysys.com>
5844              Date: Tue, 27 Nov 2001 10:58:54 -0500
5845              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
5846      Branch: perl
5847            ! lib/Benchmark.pm
5848 ____________________________________________________________________________
5849 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
5850         Log: Tiny fix from John P. Linderman.
5851      Branch: perl
5852            ! lib/sort.pm
5853 ____________________________________________________________________________
5854 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
5855         Log: The Story of sort(), from John P. Linderman.
5856      Branch: perl
5857            ! pod/perldelta.pod
5858 ____________________________________________________________________________
5859 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
5860         Log: Add information what to do if you are reading
5861              perluniintro but using some older Perl.
5862      Branch: perl
5863            ! pod/perluniintro.pod
5864 ____________________________________________________________________________
5865 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
5866         Log: Update the 'wide characters' FAQ entry.
5867      Branch: perl
5868            ! pod/perlfaq6.pod
5869 ____________________________________________________________________________
5870 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
5871         Log: Fix for
5872              
5873              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
5874              From: Marc Lehmann <root@schmorp.de>
5875              Date: Tue, 27 Nov 2001 14:27:14 +0100
5876              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
5877      Branch: perl
5878            ! ext/Encode.t ext/Encode/Encode.xs
5879 ____________________________________________________________________________
5880 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
5881         Log: Subject: [PATCH] DB_File 1.801
5882              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5883              Date: Tue, 27 Nov 2001 15:06:45 -0000
5884              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
5885      Branch: perl
5886            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5887            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5888 ____________________________________________________________________________
5889 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
5890         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
5891      Branch: perl
5892            ! pod/perlmodlib.pod
5893 ____________________________________________________________________________
5894 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
5895         Log: sort() doc tweaks from John P. Linderman.
5896      Branch: perl
5897            ! pod/perlfunc.pod
5898 ____________________________________________________________________________
5899 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
5900         Log: Subject: [PATCH] More perldelta.pod nits
5901              From: Simon Glover <scog@roe.ac.uk>
5902              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
5903              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
5904      Branch: perl
5905            ! pod/perldelta.pod
5906 ____________________________________________________________________________
5907 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
5908         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
5909              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5910              Date: Tue, 27 Nov 2001 11:52:31 -0000
5911              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
5912      Branch: perl
5913            ! ext/Devel/PPPort/harness/Makefile.PL
5914 ____________________________________________________________________________
5915 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
5916         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
5917              From: Michael G Schwern <schwern@pobox.com>
5918              Date: Tue, 27 Nov 2001 03:38:24 -0500
5919              Message-ID: <20011127033824.A17775@blackrider>
5920      Branch: perl
5921            ! t/TEST
5922 ____________________________________________________________________________
5923 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
5924         Log: Subject: Re: perlcc very broken
5925              From: John Peacock <jpeacock@rowman.com>
5926              Date: Tue, 27 Nov 2001 06:48:01 -0500
5927              Message-ID: <3C037D71.4030508@rowman.com>
5928      Branch: perl
5929            ! utils/perlcc.PL
5930 ____________________________________________________________________________
5931 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
5932         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
5933              From: David Dyck <dcd@tc.fluke.com>
5934              Date: Mon, 26 Nov 2001 22:04:38 -0800
5935              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
5936      Branch: perl
5937            ! t/op/pack.t
5938 ____________________________________________________________________________
5939 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
5940         Log: Subject: [ID 20011126.149] t/op/split fails step 37
5941              From: David Dyck <dcd@tc.fluke.com>
5942              Date: Mon, 26 Nov 2001 21:52:35 -0800
5943              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
5944      Branch: perl
5945            ! t/op/split.t
5946 ____________________________________________________________________________
5947 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
5948         Log: incorporate last minute change from libnet 1.0901-tobe
5949      Branch: perl
5950            ! lib/Net/SMTP.pm
5951 ____________________________________________________________________________
5952 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
5953         Log: Pass 7 at perldelta - random edits.
5954      Branch: perl
5955            ! pod/perldelta.pod
5956 ____________________________________________________________________________
5957 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
5958         Log: Portability and skippage tweaks.
5959      Branch: perl
5960            ! t/op/split.t
5961 ____________________________________________________________________________
5962 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
5963         Log: (retracted by #13449)
5964              Try to make Unicode casemapping to work for EBCDIC, too.
5965      Branch: perl
5966            ! utf8.c
5967 ____________________________________________________________________________
5968 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
5969         Log: Just printing 1..0 is not quite enough...
5970      Branch: perl
5971            ! lib/Dumpvalue.t
5972 ____________________________________________________________________________
5973 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
5974         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
5975              Delay the match until runtime.
5976      Branch: perl
5977            ! t/op/append.t
5978 ____________________________________________________________________________
5979 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
5980         Log: UTF-EBCDIC.
5981      Branch: perl
5982            ! ext/Devel/Peek/Peek.t
5983 ____________________________________________________________________________
5984 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
5985         Log: Be UTF-EBCDIC aware.
5986      Branch: perl
5987            ! lib/bytes.t
5988 ____________________________________________________________________________
5989 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
5990         Log: Bad assumption which way digits and letters sort.
5991      Branch: perl
5992            ! lib/English.t
5993 ____________________________________________________________________________
5994 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
5995         Log: If in EBCDIC but no Convert::EBCDIC
5996              the libnet tests will all fail.
5997      Branch: perl
5998            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5999            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6000            ! lib/Net/t/smtp.t lib/Net/t/time.t
6001 ____________________________________________________________________________
6002 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
6003         Log: Just sorting to guarantee order is not enough.
6004              (Think EBCDIC.) 
6005      Branch: perl
6006            ! lib/ExtUtils/Manifest.t
6007 ____________________________________________________________________________
6008 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
6009         Log: OS/390 cleanable gunk.
6010      Branch: perl
6011            ! lib/ExtUtils/MM_Unix.pm
6012 ____________________________________________________________________________
6013 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
6014         Log: Update the EBCDIC MD5 checksums.
6015      Branch: perl
6016            ! ext/Digest/MD5/t/files.t
6017 ____________________________________________________________________________
6018 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
6019         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6020              From: Nicholas Clark <nick@ccl4.org>
6021              Date: Mon, 26 Nov 2001 23:06:34 +0000
6022              Message-ID: <20011126230633.Q37621@plum.flirble.org>
6023      Branch: perl
6024            ! installman
6025 ____________________________________________________________________________
6026 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
6027         Log: sort tweaks from John P. Linderman.
6028      Branch: perl
6029            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
6030 ____________________________________________________________________________
6031 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
6032         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
6033              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
6034              Date: Mon, 26 Nov 2001 18:47:25 -0600
6035              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
6036              
6037              Craig Berry submitted half of this patch just yesterday.
6038              Spooky cosmic resonance.
6039      Branch: perl
6040            ! ext/Socket/Socket.xs
6041 ____________________________________________________________________________
6042 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
6043         Log: Subject: [PATCH] doio slightly smaller
6044              From: Nicholas Clark <nick@ccl4.org>
6045              Date: Tue, 27 Nov 2001 00:40:23 +0000      
6046              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
6047      Branch: perl
6048            ! doio.c
6049 ____________________________________________________________________________
6050 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
6051         Log: perldelta nits from Autrijus Tang and Ron Kimball.
6052      Branch: perl
6053            ! pod/perldelta.pod
6054 ____________________________________________________________________________
6055 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
6056         Log: Subject: [PATCH] unpack P* uses random length for item
6057              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
6058              Date: Mon, 26 Nov 2001 19:56:32 +0100
6059              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
6060      Branch: perl
6061            ! pod/perldiag.pod pp_pack.c t/op/pack.t
6062 ____________________________________________________________________________
6063 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
6064         Log: Subject: [PATCH current] system and taintedness
6065              From: Radu Greab <radu@netsoft.ro>
6066              Date: Mon, 26 Nov 2001 18:42:29 +0200
6067              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
6068      Branch: perl
6069            ! pp_sys.c t/op/taint.t
6070 ____________________________________________________________________________
6071 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
6072         Log: Subject: [PATCH @ 13283] Devel::PPPort
6073              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6074              Date: Mon, 26 Nov 2001 14:37:17 -0000
6075              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
6076      Branch: perl
6077            + ext/Devel/PPPort/MANIFEST
6078            ! MANIFEST ext/Devel/PPPort/Makefile.PL
6079            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
6080            ! ext/Devel/PPPort/harness/Harness.xs
6081            ! ext/Devel/PPPort/harness/Makefile.PL
6082            ! ext/Devel/PPPort/harness/module2.c
6083            ! ext/Devel/PPPort/harness/module3.c
6084            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6085 ____________________________________________________________________________
6086 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
6087         Log: Update the test list.
6088      Branch: perl
6089            ! t/lib/1_compile.t
6090 ____________________________________________________________________________
6091 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
6092         Log: Sync-up tests with libnet distribution
6093      Branch: perl
6094            + lib/Net/t/netrc.t
6095            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
6096 ____________________________________________________________________________
6097 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
6098         Log: Update Changes.
6099      Branch: perl
6100            ! Changes patchlevel.h
6101 ____________________________________________________________________________
6102 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
6103         Log: Upgrade to podlators 1.16.
6104      Branch: perl
6105            + lib/Pod/t/basic.cap
6106            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
6107            ! lib/Pod/t/basic.t pod/pod2man.PL
6108 ____________________________________________________________________________
6109 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
6110         Log: Pass 6 at perldelta - sort enhancements, generic and
6111              platform specific bug fixes.
6112      Branch: perl
6113            ! pod/perldelta.pod
6114 ____________________________________________________________________________
6115 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
6116         Log: PROPAGATE documentation from Tony Cook.
6117      Branch: perl
6118            ! pod/perlfunc.pod
6119 ____________________________________________________________________________
6120 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
6121         Log: DJGPP cannot do signals that well.
6122      Branch: perl
6123            ! ext/POSIX/t/sigaction.t
6124 ____________________________________________________________________________
6125 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
6126         Log: Can't do subsecond alarms without ualarm; and break out
6127              early if alarms do not seem to be coming in as expected.
6128      Branch: perl
6129            ! ext/Time/HiRes/HiRes.t
6130 ____________________________________________________________________________
6131 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
6132         Log: No Socket, little Net.
6133      Branch: perl
6134            ! t/lib/1_compile.t
6135 ____________________________________________________________________________
6136 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
6137         Log: Take the taint brush to the getcwds.
6138      Branch: perl
6139            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
6140 ____________________________________________________________________________
6141 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
6142         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
6143              From: "Craig A. Berry" <craigberry@mac.com>
6144              Date: Sun, 25 Nov 2001 16:20:45 -0600
6145              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
6146      Branch: perl
6147            ! ext/Socket/Socket.xs
6148 ____________________________________________________________________________
6149 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
6150         Log: Since in some DOS filesystems the timestamp granularity
6151              may be only two seconds, better sleep for three to play safe.
6152              (Helps CygWin, at least.)
6153      Branch: perl
6154            ! lib/Memoize/t/expire_file.t
6155 ____________________________________________________________________________
6156 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
6157         Log: For some reason CygWin wasn't collapsing multiple
6158              slashes into one, which made some Spec.t tests to fail.
6159              Either CygWin was being too prudish or the collapsing
6160              logic needs to be rethunk.
6161      Branch: perl
6162            ! lib/File/Spec/Unix.pm
6163 ____________________________________________________________________________
6164 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
6165         Log: Cygwin needs to have libperl.dll around if trying to link
6166              with -lperl.  Note: this change cures the test but whether
6167              it cures CygPerl installation, I don't know: hopefully the
6168              libperl5_7_2.dll, or the version equivalent, gets installed
6169              also as libperl.dll to the proper place(s).
6170      Branch: perl
6171            ! lib/ExtUtils/Embed.t
6172 ____________________________________________________________________________
6173 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
6174         Log: -I../lib/.. and -L../lib/..?  Strange.
6175      Branch: perl
6176            ! lib/ExtUtils/Embed.t
6177 ____________________________________________________________________________
6178 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
6179         Log: $MM?
6180      Branch: perl
6181            ! lib/ExtUtils/Embed.pm
6182 ____________________________________________________________________________
6183 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
6184         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
6185              From: Dave Rolsky <autarch@urth.org>
6186              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
6187              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
6188      Branch: perl
6189            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
6190            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6191 ____________________________________________________________________________
6192 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
6193         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
6194              From: chromatic <chromatic@rmci.net>
6195              Date: Sat, 24 Nov 2001 14:56:57 -0700
6196              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
6197              
6198              plus a tweak for ithreads builds.
6199      Branch: perl
6200            + lib/DB.t
6201            ! MANIFEST lib/DB.pm
6202 ____________________________________________________________________________
6203 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
6204         Log: Win32 compilation tweaks for Blair Zajac.
6205      Branch: perl
6206            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
6207 ____________________________________________________________________________
6208 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
6209         Log: I don't think trying to bracket the hires time with lores
6210              times is going to be portable enough: Cygwin seems to be
6211              capable of getting hires ones rather consistently lower
6212              than the lores ones.  So let's try average difference instead.
6213      Branch: perl
6214            ! ext/Time/HiRes/HiRes.t
6215 ____________________________________________________________________________
6216 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
6217         Log: Subject: Re: benchmarks, sorts and reproducibility
6218              From: "John P. Linderman" <jpl@research.att.com>
6219              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
6220              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
6221              
6222              Randomize large partitions for quicksort to dodge the
6223              angry gods of quadratic.
6224      Branch: perl
6225            ! pp_sort.c
6226 ____________________________________________________________________________
6227 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
6228         Log: The joys of portable quoting.
6229      Branch: perl
6230            ! ext/Devel/PPPort/harness/Makefile.PL
6231 ____________________________________________________________________________
6232 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
6233         Log: sort pragma tweaks.
6234      Branch: perl
6235            ! lib/sort.pm
6236 ____________________________________________________________________________
6237 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
6238         Log: Skip the link= directives of utils.lst if no mandir
6239              (if no manpages).
6240      Branch: perl
6241            ! installman
6242 ____________________________________________________________________________
6243 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
6244         Log: integrate changes#8340,13260 from mainline
6245              
6246              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6247              
6248              change#3373 introduced a handle leak in backticks and piped open()s
6249              that fail
6250      Branch: maint-5.6/perl
6251            ! t/io/pipe.t util.c
6252 ____________________________________________________________________________
6253 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
6254         Log: change#3373 introduced a handle leak in backticks and piped open()s
6255              that fail
6256      Branch: perl
6257            ! util.c
6258 ____________________________________________________________________________
6259 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
6260         Log: metaconfig unit change for #13258.
6261      Branch: metaconfig/U/perl
6262            ! d_procselfexe.U
6263 ____________________________________________________________________________
6264 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
6265         Log: Extraenous breaks noticed by David Dyck.
6266      Branch: perl
6267            ! Configure
6268 ____________________________________________________________________________
6269 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
6270         Log: Revert the /proc/self/auxv experiment for now.
6271      Branch: perl
6272            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
6273 ____________________________________________________________________________
6274 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
6275         Log: Also ExtUtils.t had $^X assumptions.
6276      Branch: perl
6277            ! lib/ExtUtils.t
6278 ____________________________________________________________________________
6279 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
6280         Log: Now is Solaris if you start the t/perl in the t/
6281              as "./perl", the $^X will be "../perl", not "./perl".
6282      Branch: perl
6283            ! t/lib/1_compile.t
6284 ____________________________________________________________________________
6285 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
6286         Log: The new way of finding out $^X in Solaris
6287              requires a little tweak if the executable
6288              pathname is *not* absolute: prepend "./"
6289              (otherwise `$^X ...` will start perl from PATH...)
6290      Branch: perl
6291            ! perl.c
6292 ____________________________________________________________________________
6293 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
6294         Log: Avoid "will not stay shared" warnings.
6295      Branch: perl
6296            ! lib/ExtUtils/MM_Unix.pm
6297 ____________________________________________________________________________
6298 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
6299         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
6300              From: Michael G Schwern <schwern@pobox.com>
6301              Date: Sat, 24 Nov 2001 19:56:18 -0500
6302              Message-ID: <20011124195618.A14614@blackrider>            
6303      Branch: perl
6304            ! perl.c pp_sys.c t/op/magic.t util.c
6305 ____________________________________________________________________________
6306 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
6307         Log: In the MakeMaker pm_to_blib target don't copy all
6308              the files in one fell swppo, deal with them hunkwise,
6309              helps for CLIs with limited line lengths.
6310              (This seems to help for DJGPP building Encode,
6311              where there are dozens of files to copy.)
6312      Branch: perl
6313            ! lib/ExtUtils/MM_Unix.pm
6314 ____________________________________________________________________________
6315 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
6316         Log: testsuite leaves stray files behind on windows
6317      Branch: perl
6318            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
6319 ____________________________________________________________________________
6320 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
6321         Log: xsubpp produces a spurious warning on directories called 'typemap'
6322      Branch: perl
6323            ! lib/ExtUtils/xsubpp
6324 ____________________________________________________________________________
6325 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
6326         Log: xsubpp treats invalid (indented) cpp directives as comments
6327      Branch: perl
6328            ! ext/IO/IO.xs
6329 ____________________________________________________________________________
6330 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
6331         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
6332      Branch: perl
6333            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
6334 ____________________________________________________________________________
6335 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
6336         Log: The debug_pag needs to be visible at all times
6337              because of the re extension.
6338      Branch: perl
6339            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
6340 ____________________________________________________________________________
6341 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
6342         Log: Subject: Re: [PATCH] Tests are good
6343              From: Philip Newton <Philip.Newton@gmx.net>
6344              Date: Sat, 24 Nov 2001 21:24:00 +0100
6345              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
6346      Branch: perl
6347            ! pod/perlhack.pod
6348 ____________________________________________________________________________
6349 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
6350         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
6351              From: "Craig A. Berry" <craigberry@mac.com> 
6352              Date: Sat, 24 Nov 2001 12:45:44 -0600
6353              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
6354              
6355              (with tweaks, and combined with Sarathy's #13242)
6356      Branch: perl
6357            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
6358 ____________________________________________________________________________
6359 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
6360         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
6361              From: John Peacock <jpeacock@rowman.com>
6362              Date: Sat, 24 Nov 2001 14:27:46 -0500
6363              Message-ID: <3BFFF4B2.40509@rowman.com> 
6364      Branch: perl
6365            ! lib/Exporter/Heavy.pm
6366 ____________________________________________________________________________
6367 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
6368         Log: use portable quotes
6369      Branch: perl
6370            ! ext/Devel/PPPort/harness/Makefile.PL
6371 ____________________________________________________________________________
6372 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
6373         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6374              From: Nicholas Clark <nick@ccl4.org>
6375              Date: Sat, 24 Nov 2001 18:06:26 +0000
6376              Message-ID: <20011124180626.T37621@plum.flirble.org>
6377      Branch: perl
6378            ! installman
6379 ____________________________________________________________________________
6380 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
6381         Log: Subject: [PATCH] perl5005delta.pod L<>
6382              From: Nicholas Clark <nick@ccl4.org>
6383              Date: Sat, 24 Nov 2001 18:04:21 +0000
6384              Message-ID: <20011124180421.S37621@plum.flirble.org>
6385      Branch: perl
6386            ! pod/perl5005delta.pod
6387 ____________________________________________________________________________
6388 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
6389         Log: fix typo in config.vc; regenerate win32 config_H.* files
6390      Branch: perl
6391            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6392            ! win32/config_H.vc
6393 ____________________________________________________________________________
6394 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
6395         Log: Mention the charnames::vianame().
6396      Branch: perl
6397            ! pod/perluniintro.pod
6398 ____________________________________________________________________________
6399 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
6400         Log: Add charnames::vianame() in case people want to access
6401              the codes in run-time (as opposed to the compile-timeness
6402              of \N{...}).
6403      Branch: perl
6404            ! lib/charnames.pm lib/charnames.t
6405 ____________________________________________________________________________
6406 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
6407         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
6408              From: Nicholas Clark <nick@ccl4.org>
6409              Date: Sat, 24 Nov 2001 16:30:42 +0000
6410              Message-ID: <20011124163042.R37621@plum.flirble.org>
6411      Branch: perl
6412            ! regcomp.c regcomp.h
6413 ____________________________________________________________________________
6414 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
6415         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
6416              From: Nicholas Clark <nick@ccl4.org>
6417              Date: Sat, 24 Nov 2001 16:24:33 +0000
6418              Message-ID: <20011124162433.Q37621@plum.flirble.org>
6419              
6420              cmp fixes.
6421      Branch: perl
6422            ! pp.c
6423 ____________________________________________________________________________
6424 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
6425         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
6426              (It seems that "./perl" gets resolved to "perl" now.)
6427      Branch: perl
6428            ! perl.c
6429 ____________________________________________________________________________
6430 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
6431         Log: Subject: [PATCH] DB_File 1.800        
6432              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
6433              Date: Sat, 24 Nov 2001 11:41:41 -0000
6434              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
6435      Branch: perl
6436            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6437            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6438            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6439            ! ext/DB_File/t/db-recno.t
6440 ____________________________________________________________________________
6441 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
6442         Log: Tweak the PUSHED documentation.
6443      Branch: perl
6444            ! ext/PerlIO/Via/Via.pm
6445 ____________________________________________________________________________
6446 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
6447         Log: Update 1_compile for new known tests.
6448      Branch: perl
6449            ! t/lib/1_compile.t
6450 ____________________________________________________________________________
6451 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
6452         Log: Move the MBF/MBI test modules to t/lib.
6453      Branch: perl
6454            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6455            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6456            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6457            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
6458            ! lib/Math/BigInt/t/sub_mbi.t
6459 ____________________________________________________________________________
6460 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
6461         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
6462              From: "Craig A. Berry" <craigberry@mac.com> 
6463              Date: Fri, 23 Nov 2001 18:05:35 -0600
6464              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
6465      Branch: perl
6466            ! configure.com
6467 ____________________________________________________________________________
6468 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
6469         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
6470              From: PPrymmer@factset.com 
6471              Date: Fri, 23 Nov 2001 17:03:07 -0500
6472              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
6473      Branch: perl
6474            ! ext/Unicode/Normalize/mkheader
6475 ____________________________________________________________________________
6476 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
6477         Log: Here are the right helper files.
6478      Branch: perl
6479            + t/lib/Filter/Simple/ExportTest.pm
6480            + t/lib/Filter/Simple/FilterOnlyTest.pm
6481            + t/lib/Filter/Simple/FilterTest.pm
6482            + t/lib/Filter/Simple/ImportTest.pm
6483            ! MANIFEST
6484 ____________________________________________________________________________
6485 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
6486         Log: Update Changes.
6487      Branch: perl
6488            ! Changes patchlevel.h
6489 ____________________________________________________________________________
6490 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
6491         Log: Never mind.
6492      Branch: perl
6493            - lib/Filter/Simple/lib/ExportTest.pm
6494            - lib/Filter/Simple/lib/ImportTest.pm
6495 ____________________________________________________________________________
6496 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
6497         Log: Mis-add.
6498      Branch: perl
6499            + lib/Filter/Simple/lib/ExportTest.pm
6500            + lib/Filter/Simple/lib/ImportTest.pm
6501 ____________________________________________________________________________
6502 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
6503         Log: Upgrade to Filter::Simple 0.77.
6504      Branch: perl
6505            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
6506            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6507            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6508            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
6509            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6510 ____________________________________________________________________________
6511 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
6512         Log: Missing p4 add.
6513      Branch: perl
6514            + lib/ExtUtils/MM_VMS.t
6515 ____________________________________________________________________________
6516 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
6517         Log: Pass 5 at perldelta - module and utility updates cleanup.
6518      Branch: perl
6519            ! pod/perldelta.pod
6520 ____________________________________________________________________________
6521 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
6522         Log: metaconfig unit change for #13219.
6523      Branch: metaconfig/U/perl
6524            ! d_procselfexe.U
6525 ____________________________________________________________________________
6526 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
6527         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
6528      Branch: perl
6529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6530            ! pod/buildtoc.PL pod/perltoc.pod
6531 ____________________________________________________________________________
6532 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
6533         Log: Add procselfexe and d_dirfd to strange lands.
6534      Branch: perl
6535            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6536            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6537            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6538            ! win32/config.gc win32/config.vc win32/config.win64
6539            ! wince/config.ce
6540 ____________________________________________________________________________
6541 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
6542         Log: metaconfig unit change for #13216.
6543      Branch: metaconfig/U/perl
6544            ! d_procselfexe.U
6545 ____________________________________________________________________________
6546 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
6547         Log: Better to "quote" the pathname.
6548      Branch: perl
6549            ! Configure config_h.SH
6550 ____________________________________________________________________________
6551 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
6552         Log: Use PROCSELFEXE_PATH.
6553      Branch: perl
6554            ! perl.c
6555 ____________________________________________________________________________
6556 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
6557         Log: metaconfig unit change for #13213.
6558      Branch: metaconfig/U/perl
6559            ! d_procselfexe.U
6560 ____________________________________________________________________________
6561 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
6562         Log: Add probing for BSD-like /proc/curpoc/file.
6563      Branch: perl
6564            ! Configure config_h.SH
6565 ____________________________________________________________________________
6566 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
6567         Log: metaconfig unit change for 13211.
6568      Branch: metaconfig/U/perl
6569            + d_dirfd.U
6570 ____________________________________________________________________________
6571 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
6572         Log: Add probing for dirfd() so that it can be added it IO::Dir.
6573      Branch: perl
6574            ! Configure config_h.SH perl.h
6575 ____________________________________________________________________________
6576 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
6577         Log: ...and update the test count.
6578      Branch: perl
6579            ! lib/Pod/t/basic.t
6580 ____________________________________________________________________________
6581 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
6582         Log: Must remove the cap test also from the test script.
6583      Branch: perl
6584            ! lib/Pod/t/basic.t
6585 ____________________________________________________________________________
6586 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
6587         Log: Subject: [PATCH] Tests are good
6588              From: Nicholas Clark <nick@ccl4.org>
6589              Date: Fri, 23 Nov 2001 18:12:21 +0000
6590              Message-ID: <20011123181220.F37621@plum.flirble.org>
6591      Branch: perl
6592            ! pod/perlhack.pod
6593 ____________________________________________________________________________
6594 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
6595         Log: The basic.cap from podlators 1.14 is not very portable.
6596      Branch: perl
6597            - lib/Pod/t/basic.cap
6598            ! MANIFEST
6599 ____________________________________________________________________________
6600 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
6601         Log: Subject: Re: [DOC PATCHES] pod cleanups
6602              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6603              Date: 22 Nov 2001 12:54:16 -0000
6604              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
6605      Branch: perl
6606            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
6607            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
6608 ____________________________________________________________________________
6609 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
6610         Log: FAQ sync.
6611      Branch: perl
6612            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
6613 ____________________________________________________________________________
6614 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
6615         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
6616              From: PPrymmer@factset.com
6617              Date: Fri, 23 Nov 2001 11:43:45 -0500
6618              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
6619      Branch: perl
6620            ! MANIFEST lib/ExtUtils/MM_VMS.pm
6621 ____________________________________________________________________________
6622 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
6623         Log: Corify podlators 1.14 test.
6624      Branch: perl
6625            ! lib/Pod/t/basic.t
6626 ____________________________________________________________________________
6627 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
6628         Log: Output tweak needed because of podlators 1.14.
6629      Branch: perl
6630            ! t/pod/multiline_items.xr
6631 ____________________________________________________________________________
6632 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
6633         Log: Upgrade to podlators 1.14.
6634      Branch: perl
6635            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
6636            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
6637            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
6638            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
6639            ! lib/Pod/Text/Overstrike.pm
6640 ____________________________________________________________________________
6641 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
6642         Log: perlmodinstall tweaks from Philip Newton.
6643      Branch: perl
6644            ! pod/perlmodinstall.pod
6645 ____________________________________________________________________________
6646 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
6647         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
6648              From: Autrijus Tang <autrijus@autrijus.org>           
6649              Date: Fri, 23 Nov 2001 23:55:53 +0800
6650              Message-ID: <20011123235553.A2310@not.autrijus.org>
6651      Branch: perl
6652            ! Porting/genlog
6653 ____________________________________________________________________________
6654 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
6655         Log: Subject: Re: regex oddness with \Z and $&
6656              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
6657              Date: Fri, 23 Nov 2001 15:15:24 +0000
6658              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
6659      Branch: perl
6660            ! regcomp.c t/op/re_tests
6661 ____________________________________________________________________________
6662 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
6663         Log: regen_headers.
6664      Branch: perl
6665            ! embed.h global.sym pod/perlapi.pod proto.h
6666 ____________________________________________________________________________
6667 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
6668         Log: Forgotten check-in.
6669      Branch: perl
6670            ! pod/perlapi.pod
6671 ____________________________________________________________________________
6672 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
6673         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
6674      Branch: perl
6675            ! lib/Test/Simple.pm
6676 ____________________________________________________________________________
6677 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
6678         Log: Retract #13173 (effectively retract Net::Ping 2.06,
6679              go back to 2.04, the 2.06 hasn't seen the patches
6680              that have gone to the blead version.)
6681      Branch: perl
6682            - lib/Net/Ping/CHANGES lib/Net/Ping/README
6683            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6684            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6685            - lib/Net/Ping/t/200_ping_tcp.t
6686            ! MANIFEST lib/Net/Ping.pm
6687 ____________________________________________________________________________
6688 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
6689         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
6690              From: Robin Barker <rmb1@cise.npl.co.uk>
6691              Date: Thu, 22 Nov 2001 11:00:38 GMT
6692              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
6693      Branch: perl
6694            ! utils/perldoc.PL
6695 ____________________________________________________________________________
6696 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
6697         Log: metaconfig unit change for #13191.
6698      Branch: metaconfig/U/perl
6699            ! d_procselfexe.U
6700 ____________________________________________________________________________
6701 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
6702         Log: procselfexe tweak: for some reason I had a ls in
6703              /proc/self/exe, not the ls Configure thought it
6704              would found.
6705      Branch: perl
6706            ! Configure
6707 ____________________________________________________________________________
6708 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
6709         Log: Corify the Net::Ping tests; skip the tests
6710              unless $ENV{PERL_TEST_Net_Ping} is true.
6711      Branch: perl
6712            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6713            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6714            ! lib/Net/Ping/t/200_ping_tcp.t
6715 ____________________________________________________________________________
6716 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
6717         Log: metaconfig units changes for #13188.
6718      Branch: metaconfig
6719            ! U/modified/Head.U
6720      Branch: metaconfig/U/perl
6721            ! issymlink.U
6722 ____________________________________________________________________________
6723 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
6724         Log: The #13182 didn't really help.  The real problem
6725              seems to be that 'sh' can in AIX mean at least three
6726              different things, and we can't know which one it is
6727              unless we export $newsh from an earlier run (and it's
6728              the 'bsh' aka 'sh' that has the the broken test -h).
6729      Branch: perl
6730            ! Configure
6731 ____________________________________________________________________________
6732 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
6733         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
6734      Branch: perl
6735            ! op.c t/op/override.t
6736 ____________________________________________________________________________
6737 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
6738         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
6739              From: PPrymmer@factset.com 
6740              Date: Wed, 21 Nov 2001 20:17:25 -0500
6741              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
6742      Branch: perl
6743            ! lib/Shell.t
6744 ____________________________________________________________________________
6745 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
6746         Log: Reapply perlmodinstall parts of #12897.
6747      Branch: perl
6748            ! pod/perlmodinstall.pod
6749 ____________________________________________________________________________
6750 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
6751         Log: perlmodinstall 2.01 from Jon Orwant.
6752      Branch: perl
6753            ! pod/perlmodinstall.pod
6754 ____________________________________________________________________________
6755 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
6756         Log: Subject: [PATCH @10907] REXX on OS/2
6757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6758              Date: Wed, 21 Nov 2001 15:26:11 -0500
6759              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
6760      Branch: perl
6761            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6762            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
6763 ____________________________________________________________________________
6764 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
6765         Log: metaconfig unit change for #13181.
6766      Branch: metaconfig/U/perl
6767            ! issymlink.U
6768 ____________________________________________________________________________
6769 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
6770         Log: AIX has broken builtin 'test'.
6771      Branch: perl
6772            ! Configure
6773 ____________________________________________________________________________
6774 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
6775         Log: Subject: [PATCH 5.7.x] INSTALL size update
6776              From: Andy Dougherty <doughera@lafayette.edu>
6777              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
6778              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
6779      Branch: perl
6780            ! INSTALL
6781 ____________________________________________________________________________
6782 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
6783         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
6784              to pp_sort.c.  Includes the quicksort stabilizing layer
6785              from John P. Linderman.  -Msort=qsort or -Msort=fast is
6786              faster than without (or with -Msort=mergesort or -Msort=safe)
6787              for short random inputs, but for some reason not quite as fast
6788              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
6789              optimizing definitely needed.
6790      Branch: perl
6791            + lib/sort.pm lib/sort.t pp_sort.c
6792            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
6793            ! embed.pl global.sym perl.h pp_ctl.c proto.h
6794            ! vms/descrip_mms.template vos/build.cm win32/Makefile
6795            ! win32/makefile.mk wince/Makefile.ce
6796 ____________________________________________________________________________
6797 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
6798         Log: Sync file with libnet-1.0901-tobe
6799      Branch: perl
6800            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
6801            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
6802            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
6803            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6804            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
6805 ____________________________________________________________________________
6806 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
6807         Log: Subject: [PATCH perldoc] problems with pod2man
6808              From: Robin Barker <rmb1@cise.npl.co.uk>
6809              Date: Wed, 21 Nov 2001 17:48:51 GMT
6810              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
6811      Branch: perl
6812            ! utils/perldoc.PL
6813 ____________________________________________________________________________
6814 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
6815         Log: debug_pad only visible when debugging.
6816      Branch: perl
6817            ! makedef.pl
6818 ____________________________________________________________________________
6819 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
6820         Log: metaconfig units changes for #13174.
6821      Branch: metaconfig/U/perl
6822            + d_procselfexe.U
6823            - procselfexe.U
6824 ____________________________________________________________________________
6825 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
6826         Log: procselfexe tweaks.
6827      Branch: perl
6828            ! Configure config_h.SH
6829 ____________________________________________________________________________
6830 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
6831         Log: Upgrade to Net::Ping 2.06.
6832      Branch: perl
6833            + lib/Net/Ping/CHANGES lib/Net/Ping/README
6834            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6835            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6836            + lib/Net/Ping/t/200_ping_tcp.t
6837            ! MANIFEST lib/Net/Ping.pm
6838 ____________________________________________________________________________
6839 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
6840         Log: Upgrade to Math::BigInt 1.47.
6841      Branch: perl
6842            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6843            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6844            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6845            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6846            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
6847            ! lib/Math/BigInt/t/sub_mbi.t
6848 ____________________________________________________________________________
6849 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
6850         Log: Dynaloading for POSIX-BC from Thomas Dorner.
6851      Branch: perl
6852            ! hints/posix-bc.sh
6853 ____________________________________________________________________________
6854 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
6855         Log: Strange: the same mysterious regex study bug
6856              seems to be present both in OS/390 and POSIX-BC.
6857              Deep EBCDIC magic that regex engine gets wrong,
6858              or a bug in some compiler/library shared by the
6859              two platforms?  From Thomas Dorner.
6860      Branch: perl
6861            ! t/op/study.t
6862 ____________________________________________________________________________
6863 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
6864         Log: More lost and found.
6865      Branch: perl
6866            + lib/Test/Simple/README
6867            ! MANIFEST
6868 ____________________________________________________________________________
6869 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
6870         Log: MANIFESTly missing.
6871      Branch: perl
6872            ! MANIFEST
6873 ____________________________________________________________________________
6874 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
6875         Log: Subject: Re: PERFORCE change 13162 for review               
6876              From: Philip Newton <Philip.Newton@gmx.net> 
6877              Date: Wed, 21 Nov 2001 16:44:30 +0100
6878              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
6879      Branch: perl
6880            ! ext/Devel/PPPort/PPPort.pm
6881 ____________________________________________________________________________
6882 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
6883         Log: Update Changes.
6884      Branch: perl
6885            ! Changes patchlevel.h
6886 ____________________________________________________________________________
6887 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
6888         Log: Small doc tweaks.
6889      Branch: perl
6890            ! ext/PerlIO/Via/Via.pm
6891 ____________________________________________________________________________
6892 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
6893         Log: Redundant return.
6894      Branch: perl
6895            ! ext/MIME/Base64/QuotedPrint.pm
6896 ____________________________________________________________________________
6897 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
6898         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
6899              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6900              Date: Wed, 21 Nov 2001 10:23:16 +0100
6901              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
6902      Branch: perl
6903            ! pp_pack.c t/op/pack.t
6904 ____________________________________________________________________________
6905 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
6906         Log: Add Devel::PPPort originally from Kenneth Albanowski,
6907              revigorated by Paul Marquess: gives h2xs a Perl version
6908              portability boost.
6909      Branch: perl
6910            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6911            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6912            + ext/Devel/PPPort/harness/Harness.pm
6913            + ext/Devel/PPPort/harness/Harness.xs
6914            + ext/Devel/PPPort/harness/Makefile.PL
6915            + ext/Devel/PPPort/harness/module2.c
6916            + ext/Devel/PPPort/harness/module3.c
6917            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6918            ! MANIFEST lib/h2xs.t utils/h2xs.PL
6919 ____________________________________________________________________________
6920 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
6921         Log: Oops.
6922      Branch: perl
6923            ! lib/Test/Simple/t/filehandles.t
6924 ____________________________________________________________________________
6925 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
6926         Log: Subject: Re: PERFORCE change 13152 for review               
6927              From: Philip Newton <Philip.Newton@gmx.net> 
6928              Date: Wed, 21 Nov 2001 09:04:05 +0100
6929              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
6930      Branch: perl
6931            ! lib/Test/Builder.pm
6932 ____________________________________________________________________________
6933 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
6934         Log: Subject: Re: PERFORCE change 13142 for review
6935              From: Philip Newton <Philip.Newton@gmx.net>
6936              Date: Wed, 21 Nov 2001 09:04:03 +0100
6937              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
6938              
6939              plus rewrap few paragraphs.
6940      Branch: perl
6941            ! lib/Pod/LaTeX.pm
6942 ____________________________________________________________________________
6943 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
6944         Log: Integrate #13154 from macperl; Remove comments.
6945      Branch: perl
6946           !> lib/File/Spec/Mac.pm
6947 ____________________________________________________________________________
6948 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
6949         Log: Update the list of modules having tests.
6950      Branch: perl
6951            ! t/lib/1_compile.t
6952 ____________________________________________________________________________
6953 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
6954         Log: Slight doc changes.
6955      Branch: maint-5.6/macperl
6956            ! macos/macperl/MacPerl.podhelp
6957 ____________________________________________________________________________
6958 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
6959         Log: Add UTF-16 coercion.
6960      Branch: maint-5.6/macperl
6961            ! macos/lib/Mac/AppleEvents/Simple.pm
6962 ____________________________________________________________________________
6963 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
6964         Log: Remove comments.
6965      Branch: maint-5.6/macperl
6966            ! lib/File/Spec/Mac.pm
6967 ____________________________________________________________________________
6968 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
6969         Log: Fix FSpGetCatInfo (and other functions) corrupting
6970              memory with bad filespecs (bug #471867)
6971      Branch: maint-5.6/macperl
6972            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
6973 ____________________________________________________________________________
6974 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
6975         Log: Upgrade to Test::Simple 0.33.
6976      Branch: perl
6977            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
6978            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
6979            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
6980 ____________________________________________________________________________
6981 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
6982         Log: Upgrade to Test::Harness 1.26.
6983      Branch: perl
6984            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6985 ____________________________________________________________________________
6986 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
6987         Log: Integrate change #13145 from maintperl;
6988              another compatibility tweak to change#12559: avoid quoting
6989              arguments that already have quotes; add test case
6990      Branch: perl
6991           !> t/op/system_tests win32/win32.c
6992 ____________________________________________________________________________
6993 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
6994         Log: integrate change#13147 from mainline (fixes nit in change#10091)
6995              
6996              Subject: [PATCH] spaceship and refs
6997      Branch: maint-5.6/perl
6998            ! pp.c pp_hot.c t/op/cmp.t
6999 ____________________________________________________________________________
7000 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
7001         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
7002              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
7003              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
7004              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
7005      Branch: perl
7006            + lib/Pod/t/utils.t
7007            ! MANIFEST
7008 ____________________________________________________________________________
7009 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
7010         Log: Subject: [PATCH] spaceship and refs
7011              From: Nicholas Clark <nick@ccl4.org>
7012              Date: Tue, 20 Nov 2001 21:59:51 +0000
7013              Message-ID: <20011120215951.U62891@plum.flirble.org> 
7014      Branch: perl
7015            ! pp.c pp_hot.c t/op/cmp.t
7016 ____________________________________________________________________________
7017 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
7018         Log: Try to clarify which I/O call operates on bytes,
7019              which on characters, which on either.
7020      Branch: perl
7021            ! pod/perlfunc.pod
7022 ____________________________________________________________________________
7023 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
7024         Log: another compatibility tweak to change#12559: avoid quoting
7025              arguments that already have quotes; add test case
7026      Branch: maint-5.6/perl
7027            ! t/op/system_tests win32/win32.c
7028 ____________________________________________________________________________
7029 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
7030         Log: Give a simple example of writing PerlIO::Via handlers
7031              in Perl.
7032      Branch: perl
7033            ! ext/PerlIO/Via/Via.pm
7034 ____________________________________________________________________________
7035 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
7036         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
7037      Branch: perl
7038            + lib/Pod/t/latex.t
7039            ! MANIFEST
7040 ____________________________________________________________________________
7041 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
7042         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
7043              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7044              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
7045              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
7046      Branch: perl
7047            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
7048 ____________________________________________________________________________
7049 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
7050         Log: Spread d_procselfexe to far-off lands (undefined).
7051      Branch: perl
7052            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
7053            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7054            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7055            ! win32/config.gc win32/config.vc win32/config.win64
7056            ! wince/config.ce
7057 ____________________________________________________________________________
7058 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
7059         Log: Integrate perlio; add detection and use of /proc/self/exe
7060              (Linuxism for finding the absolute path of the executable)
7061      Branch: perl
7062           !> Configure config_h.SH perl.c t/op/magic.t
7063 ____________________________________________________________________________
7064 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
7065         Log: Really define do_report_used() only if DEBUGGING.
7066      Branch: perl
7067            ! sv.c
7068 ____________________________________________________________________________
7069 [ 13138] By: nick                                  on 2001/11/20  20:01:05
7070         Log: perl.c change to use HAS_PROCSELFEXE, also
7071              tweak to $^X test to comprehend full path to real executable
7072              being returned (like Cygwin as it happens...)
7073      Branch: perlio
7074            ! perl.c t/op/magic.t
7075 ____________________________________________________________________________
7076 [ 13137] By: nick                                  on 2001/11/20  19:46:00
7077         Log: Integrate mainline
7078      Branch: perlio
7079           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
7080           +> lib/NEXT/t/unseen.t
7081            - lib/NEXT/test.pl
7082           !> (integrate 34 files)
7083 ____________________________________________________________________________
7084 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
7085         Log: Subject: [?PATCH] terser pp_eq
7086              From: Nicholas Clark <nick@ccl4.org>
7087              Date: Mon, 19 Nov 2001 23:09:02 +0000
7088              Message-ID: <20011119230901.O62891@plum.flirble.org>
7089      Branch: perl
7090            ! pp_hot.c
7091 ____________________________________________________________________________
7092 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
7093         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
7094      Branch: perl
7095            ! pod/perldelta.pod
7096 ____________________________________________________________________________
7097 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
7098         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
7099              From: Andy Dougherty <doughera@lafayette.edu>
7100              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
7101              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
7102      Branch: perl
7103            ! ext/re/Makefile.PL ext/re/re.xs
7104 ____________________________________________________________________________
7105 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
7106         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
7107              From: Andy Dougherty <doughera@lafayette.edu>
7108              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
7109              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
7110      Branch: perl
7111            ! ext/re/re.xs
7112 ____________________________________________________________________________
7113 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
7114         Log: Integrate change #13119 from macperl.
7115              (No changes since already applied the patch,
7116              just keep perforce happy and well-fed.)
7117      Branch: perl
7118           !> lib/Pod/Html.pm
7119 ____________________________________________________________________________
7120 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
7121         Log: Subject: [PATCH] filter-util.pl for Mac OS
7122              From: Chris Nandor <pudge@pobox.com>
7123              Date: Tue, 20 Nov 2001 00:16:11 -0500
7124              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
7125      Branch: perl
7126            ! t/lib/filter-util.pl
7127 ____________________________________________________________________________
7128 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
7129         Log: Subject: [PATCH] Portability fix for Pod::Html
7130              From: Chris Nandor <pudge@pobox.com>
7131              Date: Tue, 20 Nov 2001 00:01:05 -0500
7132              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
7133      Branch: perl
7134            ! lib/Pod/Html.pm
7135 ____________________________________________________________________________
7136 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
7137         Log: Need to skip more tests if not perlio.
7138      Branch: perl
7139            ! lib/open.t
7140 ____________________________________________________________________________
7141 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
7142         Log: Pass 3 at perldelta - sort the lists of new modules,
7143              module improvements, and new platforms.
7144      Branch: perl
7145            ! pod/perldelta.pod
7146 ____________________________________________________________________________
7147 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
7148         Log: Document ${^OPEN}.
7149      Branch: perl
7150            ! pod/perlvar.pod
7151 ____________________________________________________________________________
7152 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
7153         Log: Make configpm work with extra keys
7154      Branch: maint-5.6/macperl
7155            ! macos/configpm
7156 ____________________________________________________________________________
7157 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
7158         Log: Version and doc updates
7159      Branch: maint-5.6/macperl
7160            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
7161 ____________________________________________________________________________
7162 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
7163         Log: More fixes for error message parsing (bug #470316)
7164      Branch: maint-5.6/macperl
7165            ! macos/macish.c
7166 ____________________________________________________________________________
7167 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
7168         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
7169              remove obsolete function (bug #465225)
7170      Branch: maint-5.6/macperl
7171            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
7172            ! macos/macperl/MPScript.c
7173 ____________________________________________________________________________
7174 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
7175         Log: Add p2as droplet to distribution.
7176      Branch: maint-5.6/macperl
7177            + macos/macperl/Droplets/p2as.plx
7178 ____________________________________________________________________________
7179 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
7180         Log: Bundle File::Sort.
7181      Branch: maint-5.6/macperl
7182            + macos/bundled_lib/blib/lib/File/Sort.pm
7183 ____________________________________________________________________________
7184 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
7185         Log: Various bundled module fixes.
7186      Branch: maint-5.6/macperl
7187            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
7188            ! macos/bundled_ext/Digest/MD5/t/files.t
7189            ! macos/bundled_ext/Filter/t/filter-util.pl
7190            ! macos/bundled_lib/blib/lib/Net/Config.pm
7191            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7192 ____________________________________________________________________________
7193 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
7194         Log: Portability fix for Pod::Html.
7195      Branch: maint-5.6/macperl
7196            ! lib/Pod/Html.pm
7197 ____________________________________________________________________________
7198 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
7199         Log: Upgrade to Text::Balanced 1.89.
7200      Branch: perl
7201            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
7202            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
7203            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
7204            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
7205            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
7206            ! lib/Text/Balanced/t/gentag.t
7207 ____________________________________________________________________________
7208 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
7209         Log: Upgrade to NEXT 0.50.
7210      Branch: perl
7211            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
7212            + lib/NEXT/t/unseen.t
7213            - lib/NEXT/test.pl
7214            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
7215 ____________________________________________________________________________
7216 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
7217         Log: Integrate with maint-5.6/perl.
7218      Branch: maint-5.6/macperl
7219           !> win32/win32.c
7220 ____________________________________________________________________________
7221 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
7222         Log: Update the README.threads scary header a bit.
7223      Branch: perl
7224            ! README.threads
7225 ____________________________________________________________________________
7226 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
7227         Log: Pass 2 at perldelta: add some changes since 5.7.2.
7228      Branch: perl
7229            ! pod/perldelta.pod
7230 ____________________________________________________________________________
7231 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
7232         Log: Subject: [DOC PATCH] perlfaq4.pod 
7233              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7234              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
7235              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
7236      Branch: perl
7237            ! pod/perlfaq4.pod
7238 ____________________________________________________________________________
7239 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
7240         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
7241              From: Michael G Schwern <schwern@pobox.com> 
7242              Date: Mon, 19 Nov 2001 19:53:12 -0500
7243              Message-ID: <20011119195311.I11883@blackrider>
7244      Branch: perl
7245            ! perl.c
7246 ____________________________________________________________________________
7247 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
7248         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
7249              From: PPrymmer@factset.com
7250              Date: Mon, 19 Nov 2001 17:08:59 -0500
7251              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
7252      Branch: perl
7253            ! vms/descrip_mms.template
7254 ____________________________________________________________________________
7255 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
7256         Log: Create a per-interpeter debug scratchpad container
7257              and use that for the regexec debugging.
7258      Branch: perl
7259            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
7260 ____________________________________________________________________________
7261 [ 13109] By: nick                                  on 2001/11/19  22:01:45
7262         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
7263              Configure unit detects the feature).
7264      Branch: metaconfig/U/perl
7265            + procselfexe.U
7266      Branch: perlio
7267            ! Configure config_h.SH
7268 ____________________________________________________________________________
7269 [ 13108] By: nick                                  on 2001/11/19  20:39:17
7270         Log: Integrate mainline
7271      Branch: perlio
7272           +> t/op/or.t
7273           !> (integrate 44 files)
7274 ____________________________________________________________________________
7275 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
7276         Log: sysseek tweak.
7277      Branch: perl
7278            ! pod/perlfunc.pod
7279 ____________________________________________________________________________
7280 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
7281         Log: Move the sysio tests from io/utf8 to lib/open.
7282      Branch: perl
7283            ! lib/open.t t/io/utf8.t
7284 ____________________________________________________________________________
7285 [ 13105] By: nick                                  on 2001/11/19  20:15:39
7286         Log: Add a .package and a README to //depot/metaconfig
7287      Branch: metaconfig
7288            + .package README
7289 ____________________________________________________________________________
7290 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
7291         Log: Thou shalt not mix stdio and sysio.
7292      Branch: perl
7293            ! t/io/utf8.t
7294 ____________________________________________________________________________
7295 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
7296         Log: Update Changes.
7297      Branch: perl
7298            ! Changes patchlevel.h
7299 ____________________________________________________________________________
7300 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
7301         Log: The runops_debug needs to be present always, otherwise
7302              places like AIX which need an explicit symbol export list
7303              will croak when trying to build Devel::Peek (which uses
7304              the runops_debug).
7305      Branch: perl
7306            ! makedef.pl
7307 ____________________________________________________________________________
7308 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
7309         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
7310              From: PPrymmer@factset.com 
7311              Date: Mon, 19 Nov 2001 11:34:22 -0500
7312              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
7313      Branch: perl
7314            ! lib/Memoize/t/tie_sdbm.t
7315 ____________________________________________________________________________
7316 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
7317         Log: Retract #13088: it seems that unless dump.c is extensively
7318              reorganized as to what symbols it shows, when, and to whom,
7319              we are stuck with having the dump.o symbols in the libperl
7320              and thusly in the main Perl binary.
7321      Branch: perl
7322            ! embedvar.h perlapi.h perlvars.h
7323 ____________________________________________________________________________
7324 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
7325         Log: The _uni_display should not be in dump.c since they
7326              are used under normal operation (S_not_a_number()).
7327      Branch: perl
7328            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
7329 ____________________________________________________________________________
7330 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
7331         Log: Protect sv_dump() from being included unless DEBUGGING,
7332              as noticed by Ilya.
7333      Branch: perl
7334            ! sv.c
7335 ____________________________________________________________________________
7336 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
7337         Log: Pending further investigation skip the tell() tests.
7338              The tell() is okay on Solaris, HP-UX and Tru64, but fails
7339              (by returning too much) in Linux.
7340      Branch: perl
7341            ! t/io/utf8.t
7342 ____________________________________________________________________________
7343 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
7344         Log: Retract #13082 until a better solution is found:
7345              statics break ithreads.
7346      Branch: perl
7347            ! regexec.c
7348 ____________________________________________________________________________
7349 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
7350         Log: Figures 1 and 2 for UTF-8.
7351      Branch: perl
7352            ! pod/perlunicode.pod
7353 ____________________________________________________________________________
7354 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
7355         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
7356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7357              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
7358              Message-ID: <20011119132645.A15034@rafael>
7359      Branch: perl
7360            ! op.c pod/perldiag.pod t/lib/warnings/op
7361 ____________________________________________________________________________
7362 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
7363         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
7364              From: Michael G Schwern <schwern@pobox.com> 
7365              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
7366              Message-ID: <20011119031112.E786@blackrider>
7367      Branch: perl
7368            ! t/op/closure.t
7369 ____________________________________________________________________________
7370 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
7371         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
7372              From: Michael G Schwern <schwern@pobox.com>
7373              Date: Mon, 19 Nov 2001 03:42:56 -0500
7374              Message-ID: <20011119034256.I786@blackrider>
7375      Branch: perl
7376            + t/op/or.t
7377            ! MANIFEST
7378 ____________________________________________________________________________
7379 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
7380         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
7381              From: "Craig A. Berry" <craigberry@mac.com>
7382              Date: Sun, 18 Nov 2001 14:33:48 -0600
7383              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
7384      Branch: perl
7385            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
7386 ____________________________________________________________________________
7387 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
7388         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7389              From: Dave Rolsky <autarch@urth.org>
7390              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
7391              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7392      Branch: perl
7393            ! lib/ExtUtils/Manifest.pm
7394 ____________________________________________________________________________
7395 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
7396         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7397              From: Dave Rolsky <autarch@urth.org>
7398              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
7399              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7400      Branch: perl
7401            ! lib/ExtUtils/Install.pm
7402 ____________________________________________________________________________
7403 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
7404         Log: The runops_dbg should not be needed.
7405      Branch: perl
7406            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
7407 ____________________________________________________________________________
7408 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
7409         Log: do_spawn() cleanup from Charles Lane.
7410      Branch: perl
7411            ! vms/vms.c
7412 ____________________________________________________________________________
7413 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
7414         Log: Update the list of tests.
7415      Branch: perl
7416            ! t/lib/1_compile.t
7417 ____________________________________________________________________________
7418 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
7419         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
7420              From: Michael G Schwern <schwern@pobox.com> 
7421              Date: Fri, 16 Nov 2001 17:37:04 -0500
7422              Message-ID: <20011116173703.L30160@blackrider>
7423      Branch: perl
7424            ! t/lib/warnings/sv
7425 ____________________________________________________________________________
7426 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
7427         Log: FAQ sync.
7428      Branch: perl
7429            ! pod/perlfaq4.pod
7430 ____________________________________________________________________________
7431 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
7432         Log: Integrate perlio; win32 sync.
7433      Branch: perl
7434           !> perlio.c win32/win32io.c
7435 ____________________________________________________________________________
7436 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
7437         Log: (retracted by #13096)
7438              Debugging would be badly skewed by a malloc per regex dump.
7439      Branch: perl
7440            ! regexec.c
7441 ____________________________________________________________________________
7442 [ 13081] By: nick                                  on 2001/11/18  19:08:40
7443         Log: Win32 layer has a dup which needs to match new prototype.
7444      Branch: perlio
7445            ! win32/win32io.c
7446 ____________________________________________________________________________
7447 [ 13080] By: nick                                  on 2001/11/18  19:05:02
7448         Log: Wrong way to get stdio mode used.
7449      Branch: perlio
7450            ! perlio.c
7451 ____________________________________________________________________________
7452 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
7453         Log: Retract #13048: that introduced a malloc() (through savepvn())
7454              to *every* m//, which killed the performance quite badly.
7455      Branch: perl
7456            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7457 ____________________________________________________________________________
7458 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
7459         Log: Pass 1 at perldelta.pod: sort the section contents
7460              together, drop all but the 5.7.2 known problems,
7461              leave the 5.7.1 security note since that's the
7462              fullest explanation (update the date on that).
7463      Branch: perl
7464            ! pod/perldelta.pod
7465 ____________________________________________________________________________
7466 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
7467         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
7468              
7469              Tiny problem in the test for 20011113.110: I hope
7470              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
7471      Branch: perl
7472            ! pp.c t/op/repeat.t
7473 ____________________________________________________________________________
7474 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
7475         Log: All of syswrite/send/sendto need to return character counts,
7476              and character counts from the offset, not the beginning of
7477              the scalar.
7478      Branch: perl
7479            ! pp_sys.c
7480 ____________________________________________________________________________
7481 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
7482         Log: Integrate PerlIO: duping fixes.
7483      Branch: perl
7484           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7485           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7486           !> perliol.h sv.c
7487 ____________________________________________________________________________
7488 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
7489         Log: syswrite() was still returning byte counts, not character counts.
7490      Branch: perl
7491            ! pp_sys.c t/io/utf8.t
7492 ____________________________________________________________________________
7493 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
7494         Log: Add test for sysread().
7495      Branch: perl
7496            ! t/io/utf8.t
7497 ____________________________________________________________________________
7498 [ 13072] By: nick                                  on 2001/11/18  16:15:31
7499         Log: Allow dup'ing of PerlIO::Scalar etc.
7500      Branch: perlio
7501            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7502            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7503            ! perliol.h sv.c
7504 ____________________________________________________________________________
7505 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
7506         Log: Prepend a null byte to the test set.
7507      Branch: perl
7508            ! t/io/utf8.t
7509 ____________________________________________________________________________
7510 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
7511         Log: Document how "no utf8;" can become handy.
7512      Branch: perl
7513            ! lib/utf8.pm
7514 ____________________________________________________________________________
7515 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
7516         Log: Integrate perlio; force the inclusion of the PL_runops_*
7517      Branch: perl
7518           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
7519 ____________________________________________________________________________
7520 [ 13068] By: nick                                  on 2001/11/18  13:23:33
7521         Log: embed.pl generated changes I forgot to include
7522      Branch: perlio
7523            ! embedvar.h perlapi.h pod/perlapi.pod
7524 ____________________________________________________________________________
7525 [ 13067] By: nick                                  on 2001/11/18  12:50:19
7526         Log: Force inclusion of both Perl_runops_* in perl itself,
7527              so they are available for Peek.xs etc.
7528      Branch: perlio
7529            ! perlvars.h
7530 ____________________________________________________________________________
7531 [ 13066] By: nick                                  on 2001/11/18  11:00:34
7532         Log: Integrate mainline - a few Devel::Peak fails.
7533      Branch: perlio
7534           +> (branch 29 files)
7535            - ext/Thread/Thread.pm lib/Benchmark.t
7536            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7537            - lib/Lingua/KO/Hangul/Util/README
7538            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
7539            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7540            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7541            - vms/ext/vmsish.pm vms/ext/vmsish.t
7542            ! hv.c
7543           !> (integrate 389 files)
7544 ____________________________________________________________________________
7545 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
7546         Log: Start working on perldelta.  This is not yet any sort of
7547              editing; just concatenating perl570delta, perl571delta,
7548              and perl572delta.  Any sorting not done, any duplicate
7549              removal not done, any removal or update of obsolete items
7550              not done, any changes since 5.7.2 not included.  So there.
7551      Branch: perl
7552            ! pod/perldelta.pod
7553 ____________________________________________________________________________
7554 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
7555         Log: Banish "use utf8".
7556      Branch: perl
7557            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
7558 ____________________________________________________________________________
7559 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
7560         Log: Tweak from Charles Lane.
7561      Branch: perl
7562            ! vms/vms.c
7563 ____________________________________________________________________________
7564 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
7565         Log: Integrate change #13058 from maintperl;
7566              change#12559 breaks things on Win9x because command.com doesn't
7567              grok dquotes at all; disable all the system() smarts for
7568              command.com
7569      Branch: perl
7570           !> win32/win32.c
7571 ____________________________________________________________________________
7572 [ 13061] By: ams                                   on 2001/11/17  13:46:11
7573         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
7574              From: Jonathan Stowe <gellyfish@gellyfish.com>
7575              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
7576              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
7577      Branch: perl
7578            ! lib/Term/Cap.pm
7579 ____________________________________________________________________________
7580 [ 13060] By: ams                                   on 2001/11/17  09:49:10
7581         Log: Subject: [PATCH9 File/Find.pm doc nits
7582              From: Tels <perl_dummy@bloodgate.com>
7583              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
7584      Branch: perl
7585            ! lib/File/Find.pm
7586 ____________________________________________________________________________
7587 [ 13059] By: ams                                   on 2001/11/17  09:38:38
7588         Log: Subject: [PATCH] Benchmark.pm nit
7589              From: Tels <perl_dummy@bloodgate.com>
7590              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
7591      Branch: perl
7592            ! lib/Benchmark.pm
7593 ____________________________________________________________________________
7594 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
7595         Log: change#12559 breaks things on Win9x because command.com doesn't
7596              grok dquotes at all; disable all the system() smarts for
7597              command.com
7598      Branch: maint-5.6/perl
7599            ! win32/win32.c
7600 ____________________________________________________________________________
7601 [ 13057] By: ams                                   on 2001/11/16  20:30:03
7602         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
7603              From: Andy Dougherty <doughera@lafayette.edu>
7604              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
7605              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
7606      Branch: perl
7607            ! lib/Unicode/UCD.t
7608 ____________________________________________________________________________
7609 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
7610         Log: Subject: [Patch Perl@13023] VMS system() warning
7611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7612              Date: Fri, 16 Nov 2001 15:20:11 EST
7613              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
7614      Branch: perl
7615            ! vms/vms.c
7616 ____________________________________________________________________________
7617 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
7618         Log: It's neither-nor, and protect against the impossible.
7619      Branch: perl
7620            ! lib/Thread.pm
7621 ____________________________________________________________________________
7622 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
7623         Log: 5005threads didn't work because $Thread::VERSION wasn't
7624              visible.  Oops.
7625      Branch: perl
7626            ! ext/Thread/Makefile.PL lib/Thread.pm
7627 ____________________________________________________________________________
7628 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
7629         Log: Robustness against Linux using something else than gcc;
7630              based on
7631              
7632              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
7633              From: Charles Randall <cfriv@yahoo.com>
7634              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
7635              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
7636      Branch: perl
7637            ! ext/Errno/Errno_pm.PL
7638 ____________________________________________________________________________
7639 [ 13052] By: ams                                   on 2001/11/16  16:46:39
7640         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
7641              From: Russ Allbery <rra@stanford.edu>
7642              Date: 16 Nov 2001 09:44:21 -0800
7643              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
7644      Branch: perl
7645            ! lib/Pod/ParseLink.pm
7646 ____________________________________________________________________________
7647 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
7648         Log: Update perluniintro on the UTF-8 output matters
7649              (that -w will warn unless the stream is explicitly UTF-8-ified).
7650      Branch: perl
7651            ! pod/perluniintro.pod
7652 ____________________________________________________________________________
7653 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
7654         Log: Adding new files to MANIFEST is nice.
7655      Branch: perl
7656            ! MANIFEST
7657 ____________________________________________________________________________
7658 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
7659         Log: Update Changes.
7660      Branch: perl
7661            ! Changes patchlevel.h
7662 ____________________________________________________________________________
7663 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
7664         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
7665              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
7666              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
7667              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
7668      Branch: perl
7669            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7670 ____________________________________________________________________________
7671 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
7672         Log: Rename perlunintro to perluniintro; regen toc.
7673      Branch: perl
7674            + pod/perluniintro.pod
7675            - pod/perlunintro.pod
7676            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7677 ____________________________________________________________________________
7678 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
7679         Log: Document the negated lookeahead trick to emulate
7680              character class subtraction.
7681      Branch: perl
7682            ! pod/perlunicode.pod
7683 ____________________________________________________________________________
7684 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
7685         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
7686              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7687              Date: Fri, 16 Nov 2001 23:31:04 +0900
7688              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
7689              
7690              (with the tweak that Cntrl is not C, it's Cc)
7691      Branch: perl
7692            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
7693            ! lib/unicore/mktables
7694 ____________________________________________________________________________
7695 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
7696         Log: Subject: [PATCH current] runtime runops switch
7697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7698              Date: Fri, 16 Nov 2001 00:48:09 -0500
7699              Message-ID: <20011116004809.A934@math.ohio-state.edu>
7700      Branch: perl
7701            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
7702            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
7703            ! pod/perlintern.pod proto.h run.c
7704 ____________________________________________________________________________
7705 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
7706         Log: Further discourage old Thread code; tell how to tell
7707              the difference.
7708      Branch: perl
7709            ! lib/Thread.pm
7710 ____________________________________________________________________________
7711 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
7712         Log: A missing return; from Charles Lane.
7713      Branch: perl
7714            ! vms/vms.c
7715 ____________________________________________________________________________
7716 [ 13041] By: ams                                   on 2001/11/16  12:11:14
7717         Log: Subject: [PATCH] Doc spellcheck + podcheck
7718              From: Autrijus Tang <autrijus@egb.elixus.org>
7719              Date: Thu, 15 Nov 2001 22:49:05 -0800
7720              Message-Id: <20011116064905.GA44092@egb.elixus.org>
7721              
7722              Subject: [PATCH] podcheck+spellcheck, the rest of the story
7723              From: Autrijus Tang <autrijus@egb.elixus.org>
7724              Date: Fri, 16 Nov 2001 00:42:20 -0800
7725              Message-Id: <20011116084220.GA44295@egb.elixus.org>
7726              
7727              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
7728              From: Nicholas Clark <nick@ccl4.org>
7729              Date: Fri, 16 Nov 2001 10:32:01 +0000
7730              Message-Id: <20011116103200.F62891@plum.flirble.org>
7731              (Applied after suitable de-mangling.)
7732      Branch: perl
7733            ! README.aix README.dgux README.dos README.epoc README.hpux
7734            ! README.mint README.mpeix README.netware README.os2
7735            ! README.os390 README.plan9 README.qnx README.solaris
7736            ! README.threads doio.c pod/perl571delta.pod
7737            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
7738            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
7739            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
7740            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
7741            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
7742            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
7743 ____________________________________________________________________________
7744 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
7745         Log: Avoid redefinedness warning for now.
7746      Branch: perl
7747            ! lib/Thread.pm
7748 ____________________________________________________________________________
7749 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
7750         Log: use strict.
7751      Branch: perl
7752            ! lib/Thread.pm
7753 ____________________________________________________________________________
7754 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
7755         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
7756              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
7757              Date: Thu, 15 Nov 2001 22:54:47 EST 
7758              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
7759      Branch: perl
7760            ! vms/vms.c vms/vmspipe.com
7761 ____________________________________________________________________________
7762 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
7763         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
7764              From: "chromatic" <chromatic@rmci.net>
7765              Date: Thu, 15 Nov 2001 19:54:23 -0700
7766              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
7767      Branch: perl
7768            ! lib/File/stat.t
7769 ____________________________________________________________________________
7770 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
7771         Log: Make Thread a wrapper for both ithreads and 5005threads.
7772              Needs a lot of work and Arthur's eyeballing (and finishing
7773              few missing odds and ends of threads.pm).  Now Thread
7774              is an extension without its own .pm.
7775              
7776              If there are people who have experience working with
7777              either the 5005threads or the ithreads: cleaning up
7778              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
7779              and porting the various Thread::* modules, like Thread::Queue,
7780              to work also with ithreads, is needed.
7781              
7782              Removed the 5005threads requirement from the 5005 tests
7783              for easier testing (not all of them work yet since
7784              they use the Thread::* modules that have not been made
7785              to work with ithreads).  Leave the 5005 tests named as
7786              *.tx so that they are not run by "make test".
7787      Branch: perl
7788            + lib/Thread.pm
7789            - ext/Thread/Thread.pm
7790            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
7791            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
7792            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
7793            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
7794            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
7795            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
7796            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
7797 ____________________________________________________________________________
7798 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
7799         Log: $VERSION "a5" doesn't quite work.
7800      Branch: perl
7801            ! ext/B/Makefile.PL
7802 ____________________________________________________________________________
7803 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
7804         Log: Add the fruits of Larry Shatzer's version verifying script.
7805              (There are some straddlers, but they will be fixed in the
7806              upcoming releases of the modules.)
7807      Branch: perl
7808            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
7809            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7810            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
7811            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
7812            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
7813            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
7814            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7815            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
7816            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
7817            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
7818            ! wince/FindExt.pm
7819 ____________________________________________________________________________
7820 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
7821         Log: Add Larry Shatzer's VERSION verifying script.
7822      Branch: perl
7823            + Porting/checkVERSION.pl
7824            ! MANIFEST Porting/pumpkin.pod
7825 ____________________________________________________________________________
7826 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
7827         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
7828              From: Michael G Schwern <schwern@pobox.com>
7829              Date: Thu, 15 Nov 2001 19:26:40 -0500
7830              Message-ID: <20011115192640.R31399@blackrider>
7831      Branch: perl
7832            ! t/test.pl
7833 ____________________________________________________________________________
7834 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
7835         Log: Document the MY_CXT business; from Paul Marquess.
7836      Branch: perl
7837            ! pod/perlxs.pod
7838 ____________________________________________________________________________
7839 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
7840         Log: VMSCMD synch attempt.
7841      Branch: perl
7842            ! vms/vms.c vms/vmsish.h
7843 ____________________________________________________________________________
7844 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
7845         Log: Advise against -P as instructed by Schwern.
7846      Branch: perl
7847            ! pod/perlrun.pod
7848 ____________________________________________________________________________
7849 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
7850         Log: Subject: [PATCH] v-strings as Objects Step 1
7851              From: John Peacock <jpeacock@rowman.com>
7852              Date: Thu, 15 Nov 2001 12:41:04 -0500
7853              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
7854      Branch: perl
7855            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
7856            ! util.c
7857 ____________________________________________________________________________
7858 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
7859         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
7860              From: Michael G Schwern <schwern@pobox.com>
7861              Date: Thu, 15 Nov 2001 12:47:59 -0500
7862              Message-ID: <20011115124759.E31399@blackrider>
7863      Branch: perl
7864            + t/run/switchx.aux t/run/switchx.t
7865            ! MANIFEST t/run/switches.t
7866 ____________________________________________________________________________
7867 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
7868         Log: Upgrade to Getopt::Long 2.26_03.
7869      Branch: perl
7870            ! lib/Getopt/Long.pm
7871 ____________________________________________________________________________
7872 [ 13025] By: ams                                   on 2001/11/15  20:46:22
7873         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
7874              From: Michael G Schwern <schwern@pobox.com>
7875              Date: Thu, 15 Nov 2001 16:24:11 -0500
7876              Message-Id: <20011115162411.M31399@blackrider>
7877      Branch: perl
7878            ! vms/vms.c
7879 ____________________________________________________________________________
7880 [ 13024] By: ams                                   on 2001/11/15  19:32:06
7881         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
7882              From: rspier@pobox.com (Robert Spier)
7883              Date: Thu, 15 Nov 2001 11:19:21 -0800
7884              Message-Id: <15348.5433.732364.963687@rls.cx>
7885      Branch: perl
7886            ! op.c
7887 ____________________________________________________________________________
7888 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
7889         Log: Update Changes.
7890      Branch: perl
7891            ! Changes patchlevel.h
7892 ____________________________________________________________________________
7893 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
7894         Log: Subject: [PATCH] new tests for command-line switches
7895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7896              Date: Thu, 15 Nov 2001 17:00:30 +0100
7897              Message-ID: <20011115170030.A14193@rafael>
7898      Branch: perl
7899            + t/run/switches.t
7900            ! MANIFEST
7901 ____________________________________________________________________________
7902 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
7903         Log: Upgrade to podlators 1.13.
7904      Branch: perl
7905            + lib/Pod/ParseLink.pm
7906            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7907            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
7908            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
7909            ! t/pod/pod2usage.xr t/pod/podselect.xr
7910 ____________________________________________________________________________
7911 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
7912         Log: skip "might be used uninitialized".
7913      Branch: perl
7914            ! pp_sys.c
7915 ____________________________________________________________________________
7916 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
7917         Log: Fix for "perlio bug in koi8-r encoding".  The problem
7918              seemed to be that binmode() always flushed the handle,
7919              which is not so good when switching encodings.  Fixed,
7920              added Matt Sergeant's testcase, documented in perlfunc/binmode,
7921              also added a pointer about disciplines to perlfunc/open,
7922              and in general cleaned up and reformatted the open entry.
7923      Branch: perl
7924            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
7925 ____________________________________________________________________________
7926 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
7927         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
7928              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7929              Date: 15 Nov 2001 08:57:06 -0000
7930              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
7931              
7932              chop() and chomp() are not real list functions,
7933              so let's not have them overrideable.  (Casey will
7934              be confused since in #7071 he patched the other way.)
7935      Branch: perl
7936            ! pod/perlfunc.pod toke.c
7937 ____________________________________________________________________________
7938 [ 13017] By: ams                                   on 2001/11/15  12:56:49
7939         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
7940              From: Robin Barker <rmb1@cise.npl.co.uk>
7941              Date: Thu, 15 Nov 2001 13:48:34 GMT
7942              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
7943              (Applied with tweaks.)
7944      Branch: perl
7945            ! pod/perltrap.pod
7946 ____________________________________________________________________________
7947 [ 13016] By: ams                                   on 2001/11/15  09:12:48
7948         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
7949              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7950              Date: Thu, 15 Nov 2001 09:06:39 +0100
7951              Message-Id: <20011115090639.A13005@rafael>
7952      Branch: perl
7953            ! pod/perlrun.pod
7954 ____________________________________________________________________________
7955 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
7956         Log: "link =" from utils.lst was being processed oddly.
7957      Branch: perl
7958            ! installman
7959 ____________________________________________________________________________
7960 [ 13014] By: ams                                   on 2001/11/15  02:52:52
7961         Log: Subject: [PATCH current] CreateTTY in -d
7962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7963              Date: Wed, 14 Nov 2001 21:26:31 -0500
7964              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
7965      Branch: perl
7966            ! lib/perl5db.pl
7967 ____________________________________________________________________________
7968 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
7969         Log: Corify the Filter::Simple tests. 
7970      Branch: perl
7971            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
7972            ! lib/Filter/Simple/t/filter_only.t
7973 ____________________________________________________________________________
7974 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
7975         Log: Upgrade to Filter::Simple 0.70.
7976      Branch: perl
7977            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
7978            + t/lib/FilterOnlyTest.pm
7979            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7980            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7981            ! t/lib/FilterTest.pm
7982 ____________________________________________________________________________
7983 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
7984         Log: Cleanliness inspired by Cygwin.
7985      Branch: perl
7986            ! Makefile.SH x2p/Makefile.SH
7987 ____________________________________________________________________________
7988 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
7989         Log: Add perlunintro (formerly known as perlunitut); regen toc.
7990      Branch: perl
7991            + pod/perlunintro.pod
7992            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7993 ____________________________________________________________________________
7994 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
7995         Log: FAQ sync.
7996      Branch: perl
7997            ! pod/perlfaq6.pod
7998 ____________________________________________________________________________
7999 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
8000         Log: Quieten pgcc 2.91.66 worries.
8001      Branch: perl
8002            ! gv.c pp_ctl.c utf8.c
8003 ____________________________________________________________________________
8004 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
8005         Log: Upgrade to Switch 2.06.
8006      Branch: perl
8007            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
8008            ! lib/Switch/t/nested.t
8009 ____________________________________________________________________________
8010 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
8011         Log: Upgrade to Attribute::Handlers 0.76.
8012      Branch: perl
8013            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8014            ! lib/Attribute/Handlers/README
8015            ! lib/Attribute/Handlers/demo/Demo.pm
8016            ! lib/Attribute/Handlers/demo/Descriptions.pm
8017            ! lib/Attribute/Handlers/demo/MyClass.pm
8018            ! lib/Attribute/Handlers/demo/demo_cycle.pl
8019            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
8020            ! lib/Attribute/Handlers/t/multi.t
8021 ____________________________________________________________________________
8022 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
8023         Log: Signedness nit.
8024      Branch: perl
8025            ! regexec.c
8026 ____________________________________________________________________________
8027 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
8028         Log: VERSIONize.
8029      Branch: perl
8030            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
8031            ! lib/integer.pm
8032 ____________________________________________________________________________
8033 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
8034         Log: No pod in internal Net::FTP classes.
8035      Branch: perl
8036            ! pod/buildtoc.PL
8037 ____________________________________________________________________________
8038 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
8039         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
8040              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8041              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
8042              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
8043      Branch: perl
8044            ! regexec.c
8045 ____________________________________________________________________________
8046 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
8047         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
8048              Pudge correctly).
8049      Branch: perl
8050            ! t/test.pl
8051 ____________________________________________________________________________
8052 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
8053         Log: Add comments to mark where $^X is being handled.
8054      Branch: perl
8055            ! perl.c toke.c
8056 ____________________________________________________________________________
8057 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
8058         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
8059              From: Michael G Schwern <schwern@pobox.com>
8060              Date: Wed, 14 Nov 2001 16:38:25 -0500
8061              Message-ID: <20011114163825.D6519@blackrider>
8062      Branch: perl
8063            ! t/op/repeat.t
8064 ____________________________________________________________________________
8065 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
8066         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
8067              From: Michael G Schwern <schwern@pobox.com>
8068              Date: Wed, 14 Nov 2001 13:19:15 -0500
8069              Message-ID: <20011114131915.K5096@blackrider>
8070      Branch: perl
8071            ! t/op/die_exit.t
8072 ____________________________________________________________________________
8073 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
8074         Log: Subject: Re: [PATCH] new version of runperl()
8075              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8076              Date: Wed, 14 Nov 2001 15:39:12 EST
8077              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
8078              
8079              "VMS $^X pipes etc" patch.
8080      Branch: perl
8081            ! vms/vms.c
8082 ____________________________________________________________________________
8083 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
8084         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
8085              and add "verbose" option to show the final command.
8086      Branch: perl
8087            ! t/test.pl
8088 ____________________________________________________________________________
8089 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
8090         Log: Goof in some of the comment fields of #12994.
8091      Branch: perl
8092            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
8093            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
8094            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
8095            ! lib/unicore/In/9.pl
8096 ____________________________________________________________________________
8097 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
8098         Log: The First, Last ranges in the Unicode data weren't
8099              getting their general categories added properly;
8100              noticed by Jeffrey Friedl.
8101      Branch: perl
8102            ! lib/unicore/Category.pl lib/unicore/In/0.pl
8103            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
8104            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
8105            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
8106            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
8107            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
8108            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
8109            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
8110            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
8111            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
8112            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
8113            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
8114            ! lib/unicore/mktables
8115 ____________________________________________________________________________
8116 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
8117         Log: Subject: [PATCH] new version of runperl()
8118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8119              Date: Wed, 14 Nov 2001 12:23:01 +0100
8120              Message-ID: <20011114122301.A29384@rafael>
8121      Branch: perl
8122            ! t/io/argv.t t/test.pl
8123 ____________________________________________________________________________
8124 [ 12992] By: ams                                   on 2001/11/14  13:40:39
8125         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
8126              From: Michael G Schwern <schwern@pobox.com>
8127              Date: Tue, 13 Nov 2001 23:17:54 -0500
8128              Message-Id: <20011113231754.S32567@blackrider>
8129      Branch: perl
8130            ! perl.c
8131 ____________________________________________________________________________
8132 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
8133         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
8134              From: Philip Newton <Philip.Newton@gmx.net>
8135              Date: Wed, 14 Nov 2001 10:59:53 +0100
8136              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
8137              
8138              plus a lot of paragraph reformatting because of long lines.
8139      Branch: perl
8140            ! pod/perlapio.pod
8141 ____________________________________________________________________________
8142 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
8143         Log: A bool is not a pointer.
8144      Branch: perl
8145            ! pp_sys.c
8146 ____________________________________________________________________________
8147 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
8148         Log: AUTHORS updates.
8149      Branch: perl
8150            ! AUTHORS
8151 ____________________________________________________________________________
8152 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
8153         Log: There are several MIME RFCs.
8154      Branch: perl
8155            ! ext/Encode/Encode.pm
8156 ____________________________________________________________________________
8157 [ 12987] By: ams                                   on 2001/11/14  01:09:28
8158         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
8159              From: Michael G Schwern <schwern@pobox.com>
8160              Date: Tue, 13 Nov 2001 20:59:13 -0500
8161              Message-Id: <20011113205913.H32567@blackrider>
8162      Branch: perl
8163            ! t/op/groups.t vms/test.com
8164 ____________________________________________________________________________
8165 [ 12986] By: ams                                   on 2001/11/14  01:07:06
8166         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
8167              From: Michael G Schwern <schwern@pobox.com>
8168              Date: Tue, 13 Nov 2001 20:51:34 -0500
8169              Message-Id: <20011113205134.F32567@blackrider>
8170      Branch: perl
8171            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
8172 ____________________________________________________________________________
8173 [ 12985] By: ams                                   on 2001/11/14  00:43:59
8174         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
8175              From: Michael G Schwern <schwern@pobox.com>
8176              Date: Tue, 13 Nov 2001 20:38:42 -0500
8177              Message-Id: <20011113203842.E32567@blackrider>
8178      Branch: perl
8179            ! pod/perlport.pod
8180 ____________________________________________________________________________
8181 [ 12984] By: ams                                   on 2001/11/14  00:32:15
8182         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
8183              From: Michael G Schwern <schwern@pobox.com>
8184              Date: Tue, 13 Nov 2001 20:27:02 -0500
8185              Message-Id: <20011113202702.D32567@blackrider>
8186      Branch: perl
8187            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
8188            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
8189            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
8190            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
8191 ____________________________________________________________________________
8192 [ 12983] By: ams                                   on 2001/11/14  00:00:27
8193         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
8194              From: Michael G Schwern <schwern@pobox.com>
8195              Date: Tue, 13 Nov 2001 19:51:59 -0500
8196              Message-Id: <20011113195159.B32567@blackrider>
8197      Branch: perl
8198            ! pod/perlport.pod
8199 ____________________________________________________________________________
8200 [ 12982] By: ams                                   on 2001/11/13  23:53:11
8201         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
8202              From: Larry Shatzer <fugazi@zippy.zyx.net>
8203              Date: Tue, 13 Nov 2001 17:27:59 -0700
8204              Message-Id: <20011113172759.E27768@zippy.zyx.net>
8205      Branch: perl
8206            ! pod/perlapio.pod
8207 ____________________________________________________________________________
8208 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
8209         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
8210              "large enough" Unicode characters returned more than one
8211              as their "Unicode size".
8212      Branch: perl
8213            ! pp_sys.c t/io/utf8.t
8214 ____________________________________________________________________________
8215 [ 12980] By: ams                                   on 2001/11/13  19:32:33
8216         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
8217              From: "Craig A. Berry" <craigberry@mac.com>
8218              Date: Tue, 13 Nov 2001 14:33:25 -0600
8219              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
8220      Branch: perl
8221            ! vms/gen_shrfls.pl
8222 ____________________________________________________________________________
8223 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
8224         Log: Subject: Minor patch to Encode.pm (detypo)
8225              From: "Philip Newton" <Philip.Newton@gmx.net>
8226              Date: Tue, 13 Nov 2001 20:11:01 +0100
8227              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
8228      Branch: perl
8229            ! ext/Encode/Encode.pm
8230 ____________________________________________________________________________
8231 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
8232         Log: Evil tabulators.
8233      Branch: perl
8234            ! ext/Encode/Encode.pm
8235 ____________________________________________________________________________
8236 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
8237         Log: Document the available encodings.
8238      Branch: perl
8239            ! ext/Encode/Encode.pm
8240 ____________________________________________________________________________
8241 [ 12976] By: ams                                   on 2001/11/13  17:14:07
8242         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8243              From: Barrie Slaymaker <barries@slaysys.com>
8244              Date: Tue, 13 Nov 2001 12:41:36 -0500
8245              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
8246      Branch: perl
8247            ! t/op/universal.t
8248 ____________________________________________________________________________
8249 [ 12975] By: ams                                   on 2001/11/13  16:24:21
8250         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8251              From: Barrie Slaymaker <barries@slaysys.com>
8252              Date: Tue, 13 Nov 2001 10:56:20 -0500
8253              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
8254              (Test applied with minor tweaks and ->isa("HASH") omission.)
8255      Branch: perl
8256            ! lib/UNIVERSAL.pm t/op/universal.t
8257 ____________________________________________________________________________
8258 [ 12974] By: ams                                   on 2001/11/13  15:46:07
8259         Log: Subject: [PATCH Benchmark.pm] docco tweaks
8260              From: Barrie Slaymaker <barries@slaysys.com>
8261              Date: Tue, 13 Nov 2001 11:34:45 -0500
8262              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
8263      Branch: perl
8264            ! lib/Benchmark.pm
8265 ____________________________________________________________________________
8266 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
8267         Log: Subject: [PATCH] Attack of the C loops, round 1
8268              From: Richard Soderberg <rs@oregonnet.com>
8269              Date: Mon, 12 Nov 2001 12:07:29 -0800
8270              Message-Id: <200111122007.MAA01994@oregonnet.com>
8271              
8272              Subject: [PATCH] bytecode.pl (tiny patch)
8273              From: Richard Soderberg <rs@oregonnet.com>
8274              Date: Mon, 12 Nov 2001 12:53:24 -0800
8275              Message-Id: <200111122053.MAA06272@oregonnet.com>
8276      Branch: perl
8277            ! bytecode.pl installhtml
8278 ____________________________________________________________________________
8279 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
8280         Log: Subject: [PATCH] Update to Filter::Util::Call
8281              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8282              Date: Sun, 11 Nov 2001 22:33:33 -0000
8283              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
8284              
8285              Use the new CXT* macros.
8286      Branch: perl
8287            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8288 ____________________________________________________________________________
8289 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
8290         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
8291              From: Michael G Schwern <schwern@pobox.com>
8292              Date: Mon, 12 Nov 2001 20:50:34 -0500
8293              Message-ID: <20011112205034.H2888@blackrider>
8294      Branch: perl
8295            + lib/vmsish.pm lib/vmsish.t
8296            - vms/ext/vmsish.pm vms/ext/vmsish.t
8297            ! MANIFEST vms/descrip_mms.template
8298 ____________________________________________________________________________
8299 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
8300         Log: :utf8 works only with perlio.
8301      Branch: perl
8302            ! lib/open.t
8303 ____________________________________________________________________________
8304 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
8305         Log: Subject: Re: @Config -"des" not quite working on VMS
8306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8307              Date: Tue, 13 Nov 2001 08:35:13 EST 
8308              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
8309      Branch: perl
8310            ! configure.com
8311 ____________________________________________________________________________
8312 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
8313         Log: Subject: [PATCH] lib/charnames.pm 
8314              From: Jeffrey Friedl <jfriedl@yahoo.com>
8315              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
8316              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
8317      Branch: perl
8318            ! lib/charnames.pm
8319 ____________________________________________________________________________
8320 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
8321         Log: Docs for Mac::err.
8322      Branch: maint-5.6/macperl
8323            ! macos/ext/Mac/err/err.pm
8324 ____________________________________________________________________________
8325 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
8326         Log: Some cleanup; change some globals to references for
8327              possible persistence later.
8328      Branch: maint-5.6/macperl
8329            ! macos/lib/Mac/Glue.pm
8330 ____________________________________________________________________________
8331 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
8332         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
8333      Branch: maint-5.6/macperl
8334            ! macos/ext/Mac/Files/Files.pm
8335 ____________________________________________________________________________
8336 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
8337         Log: Get Mac::Navigation to compile (bug #464684).
8338      Branch: maint-5.6/macperl
8339            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8340            ! macos/ext/Mac/Navigation/Makefile.PL
8341            ! macos/ext/Mac/Navigation/Navigation.xs
8342            ! macos/macperl/Makefile.mk
8343 ____________________________________________________________________________
8344 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
8345         Log: Add in modules and POD to help menu.
8346      Branch: maint-5.6/macperl
8347            ! macos/macperl/MacPerl.podhelp
8348 ____________________________________________________________________________
8349 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
8350         Log: Update bundled modules.
8351      Branch: maint-5.6/macperl
8352            + macos/bundled_ext/Filter/t/FilterTest.pm
8353            + macos/bundled_ext/List/Util/t/shuffle.t
8354            + macos/bundled_ext/Storable/t/compat06.t
8355            + macos/bundled_ext/Storable/t/st-dump.pl
8356            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
8357            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
8358            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
8359            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
8360            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
8361            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
8362            + macos/bundled_lib/blib/lib/lwpcook.pod
8363            + macos/bundled_lib/t/Filter/Simple/filter.t
8364            + macos/bundled_lib/t/Switch/t/given.t
8365            + macos/bundled_lib/t/Switch/t/nested.t
8366            + macos/bundled_lib/t/Switch/t/switch.t
8367            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8368            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8369            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
8370            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
8371            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8372            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
8373            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
8374            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
8375            + macos/bundled_lib/t/URI/rfc2732.t
8376            + macos/bundled_lib/t/libnet/config.t
8377            + macos/bundled_lib/t/libnet/libnet_t.pl
8378            + macos/bundled_lib/t/libwww-perl/live/google.t
8379            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8380            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8381            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8382            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8383            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
8384            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8385            + macos/bundled_lib/t/libwww-perl/live/validator.t
8386            - macos/bundled_ext/Filter/t/MyFilter.pm
8387            - macos/bundled_ext/Storable/t/compat-0.6.t
8388            - macos/bundled_ext/Storable/t/dump.pl
8389            - macos/bundled_ext/Time/Piece/Makefile.PL
8390            - macos/bundled_ext/Time/Piece/Piece.pm
8391            - macos/bundled_ext/Time/Piece/Piece.t
8392            - macos/bundled_ext/Time/Piece/Piece.xs
8393            - macos/bundled_ext/Time/Piece/README
8394            - macos/bundled_ext/Time/Piece/Seconds.pm
8395            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
8396            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
8397            - macos/bundled_lib/blib/lib/Net/PH.pm
8398            - macos/bundled_lib/blib/lib/Net/SNPP.pm
8399            - macos/bundled_lib/blib/lib/Text/Balanced.pod
8400            - macos/bundled_lib/t/Filter/Simple/test.pl
8401            - macos/bundled_lib/t/Switch/test.pl
8402            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
8403            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8404            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
8405            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8406            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
8407            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
8408            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8409            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
8410            - macos/bundled_lib/t/libnet/ph.t
8411            ! (edit 125 files)
8412 ____________________________________________________________________________
8413 [ 12961] By: ams                                   on 2001/11/13  00:45:08
8414         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
8415              From: Michael G Schwern <schwern@pobox.com>
8416              Date: Mon, 12 Nov 2001 20:16:45 -0500
8417              Message-Id: <20011112201644.G2888@blackrider>
8418      Branch: perl
8419            ! pod/perlport.pod
8420 ____________________________________________________________________________
8421 [ 12960] By: ams                                   on 2001/11/12  23:54:00
8422         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
8423              Recoving dup tests for VMS
8424              From: Michael G Schwern <schwern@pobox.com>
8425              Date: Mon, 12 Nov 2001 19:35:33 -0500
8426              Message-Id: <20011112193533.D2888@blackrider>
8427      Branch: perl
8428            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
8429 ____________________________________________________________________________
8430 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
8431         Log: Update Changes.
8432      Branch: perl
8433            ! Changes patchlevel.h
8434 ____________________________________________________________________________
8435 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
8436         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
8437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
8438              Date: Mon, 12 Nov 2001 12:35:18 EST 
8439              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
8440      Branch: perl
8441            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
8442            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
8443 ____________________________________________________________________________
8444 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
8445         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
8446              From: Barrie Slaymaker <barries@slaysys.com>
8447              Date: Mon, 12 Nov 2001 11:19:52 -0500
8448              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
8449      Branch: perl
8450            ! lib/File/Spec.t lib/File/Spec/Win32.pm
8451 ____________________________________________________________________________
8452 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
8453         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
8454              From: Barrie Slaymaker <barries@slaysys.com>
8455              Date: Mon, 12 Nov 2001 11:07:36 -0500
8456              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
8457      Branch: perl
8458            ! lib/Benchmark.pm
8459 ____________________________________________________________________________
8460 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
8461         Log: Misplaced test, noticed by Barrie Slaymaker.
8462              (We are missing Benchmark tests, then.)
8463      Branch: perl
8464            + ext/Devel/DProf/DProf.t
8465            - lib/Benchmark.t
8466            ! MANIFEST
8467 ____________________________________________________________________________
8468 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
8469         Log: Subject: [PATCH] a few typo fixes 
8470              From: Jeffrey Friedl <jfriedl@yahoo.com>
8471              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
8472              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
8473              
8474              Patching README.foo instead of pod/perlfoo.pod,
8475              not patching Math::BigInt (Tels will take care of that),
8476              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
8477              and perldoc.PL instead of libnetcfg and perldoc, patching
8478              ext/Digest/MD5/t/files.t since MD5.pm was changed.
8479      Branch: perl
8480            ! (edit 109 files)
8481 ____________________________________________________________________________
8482 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
8483         Log: Add a note about the dangers of bad UTF-8.
8484      Branch: perl
8485            ! pod/perlunicode.pod
8486 ____________________________________________________________________________
8487 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
8488         Log: NetWare Nit from Ananth Kesari.
8489      Branch: perl
8490            ! NetWare/config.wc
8491 ____________________________________________________________________________
8492 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
8493         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
8494      Branch: perl
8495            ! ext/Encode/Encode.pm
8496 ____________________________________________________________________________
8497 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
8498         Log: (retracted by #12951)
8499      Branch: perl
8500            ! ext/Encode/Encode.pm
8501 ____________________________________________________________________________
8502 [ 12949] By: ams                                   on 2001/11/12  06:40:18
8503         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8504              From: Robert Spier <rspier@pobox.com>
8505              Date: Sun, 11 Nov 2001 18:50:18 -0800
8506              Message-Id: <15343.14570.121505.233336@rls.cx>
8507              
8508              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8509              From: Rick Delaney <rick.delaney@home.com>
8510              Date: 12 Nov 2001 00:15:52 -0500
8511              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
8512      Branch: perl
8513            ! pp_hot.c t/op/taint.t
8514 ____________________________________________________________________________
8515 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
8516         Log: It seems that we actually have this detail implemented
8517              as for as Level 1 Support of Unicode regex support is
8518              concerned: at Level 1 only 1:1 support for loose
8519              (aka caseless, aka caseigoring ) matching is required.
8520      Branch: perl
8521            ! pod/perlunicode.pod
8522 ____________________________________________________________________________
8523 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
8524         Log: (retracted by #12951)
8525      Branch: perl
8526            ! ext/Encode/Encode.pm
8527 ____________________________________________________________________________
8528 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
8529         Log: BOM, bom, Bom.
8530      Branch: perl
8531            ! pod/perlunicode.pod
8532 ____________________________________________________________________________
8533 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
8534         Log: Upgrade to Math::BigInt 1.46.
8535      Branch: perl
8536            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8537            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8538            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8539            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
8540            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8541 ____________________________________________________________________________
8542 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
8543         Log: Subject: Re: PERFORCE change 12943 for review
8544              From: "Philip Newton" <Philip.Newton@gmx.net>
8545              Date: Sun, 11 Nov 2001 20:53:36 +0100
8546              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
8547      Branch: perl
8548            ! pod/perlunicode.pod
8549 ____________________________________________________________________________
8550 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
8551         Log: Doc updates; make the Unicode discussions a little
8552              bit less alarming, and add information about encodings,
8553              surrogates, and BOMs.
8554      Branch: perl
8555            ! pod/perlunicode.pod
8556 ____________________________________________________________________________
8557 [ 12942] By: ams                                   on 2001/11/11  16:45:00
8558         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
8559              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
8560              Date: Mon, 12 Nov 2001 00:22:57 +0900
8561              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
8562      Branch: perl
8563            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8564            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8565 ____________________________________________________________________________
8566 [ 12941] By: ams                                   on 2001/11/11  13:01:40
8567         Log: Subject: Re: PERFORCE change 12929 for review
8568              From: "Philip Newton" <Philip.Newton@gmx.net>
8569              Date: Sun, 11 Nov 2001 14:27:44 +0100
8570              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
8571      Branch: perl
8572            ! MANIFEST
8573 ____________________________________________________________________________
8574 [ 12940] By: ams                                   on 2001/11/11  05:06:43
8575         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
8576              From: Michael G Schwern <schwern@pobox.com>
8577              Date: Thu, 8 Nov 2001 22:56:45 -0500
8578              Message-Id: <20011108225645.H5587@blackrider>
8579      Branch: perl
8580            ! t/op/chdir.t
8581 ____________________________________________________________________________
8582 [ 12939] By: ams                                   on 2001/11/11  05:01:00
8583         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
8584              From: Michael G Schwern <schwern@pobox.com>
8585              Date: Sun, 11 Nov 2001 00:54:43 -0500
8586              Message-Id: <20011111005443.A24450@blackrider>
8587      Branch: perl
8588            ! ext/Cwd/t/cwd.t
8589 ____________________________________________________________________________
8590 [ 12938] By: ams                                   on 2001/11/11  03:25:13
8591         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
8592              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
8593              From: "chromatic" <chromatic@rmci.net>
8594              Date: Sat, 10 Nov 2001 21:03:20 -0700
8595              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
8596      Branch: perl
8597            ! lib/File/stat.pm lib/File/stat.t
8598 ____________________________________________________________________________
8599 [ 12937] By: ams                                   on 2001/11/11  02:05:23
8600         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
8601              From: "Craig A. Berry" <craigberry@mac.com>
8602              Date: Sat, 10 Nov 2001 17:23:52 -0600
8603              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
8604      Branch: perl
8605            ! t/op/magic.t
8606 ____________________________________________________________________________
8607 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
8608         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
8609      Branch: perl
8610            ! lib/open.pm lib/open.t
8611 ____________________________________________________________________________
8612 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
8613         Log: The Official name of ASCII.
8614      Branch: perl
8615            ! ext/Encode/Encode.pm
8616 ____________________________________________________________________________
8617 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
8618         Log: The KOI8-R example wasn't quite right.
8619      Branch: perl
8620            ! lib/open.pm lib/open.t
8621 ____________________________________________________________________________
8622 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
8623         Log: Enhance the open pragma to support :utf8, :locale,
8624              and :encoding directly as special cases, and rename
8625              the INOUT to IO.
8626      Branch: perl
8627            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
8628 ____________________________________________________________________________
8629 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
8630         Log: Document the UTF-16 surrogate encoding and decoding.
8631      Branch: perl
8632            ! ext/Encode/Encode.pm
8633 ____________________________________________________________________________
8634 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
8635         Log: A potential recursion breaker.
8636      Branch: perl
8637            ! sv.c
8638 ____________________________________________________________________________
8639 [ 12930] By: ams                                   on 2001/11/10  07:46:53
8640         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
8641              (was Re: perl@12892)
8642              From: "chromatic" <chromatic@rmci.net>
8643              Date: Sat, 10 Nov 2001 01:28:09 -0700
8644              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
8645      Branch: perl
8646            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8647            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8648            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8649            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8650 ____________________________________________________________________________
8651 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
8652         Log: Add a test for the bytes pragma.
8653      Branch: perl
8654            + lib/bytes.t
8655            ! MANIFEST
8656 ____________________________________________________________________________
8657 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
8658         Log: Doc update.
8659      Branch: perl
8660            ! lib/bytes.pm
8661 ____________________________________________________________________________
8662 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
8663         Log: Cease to exist.
8664      Branch: perl
8665            - lib/Unicode/Normalize.pm
8666 ____________________________________________________________________________
8667 [ 12926] By: ams                                   on 2001/11/10  03:23:16
8668         Log: Subject: [patch] my_setenv speedup + fixes
8669              From: Doug MacEachern <dougm@covalent.net>
8670              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
8671              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
8672      Branch: perl
8673            ! util.c
8674 ____________________________________________________________________________
8675 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
8676         Log: Newline trouble.
8677      Branch: perl
8678            ! lib/ExtUtils/Embed.t
8679 ____________________________________________________________________________
8680 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
8681         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
8682              From: "Craig A. Berry" <craigberry@mac.com>
8683              Date: Fri, 09 Nov 2001 18:13:16 -0600
8684              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
8685      Branch: perl
8686            ! vms/munchconfig.c
8687 ____________________________________________________________________________
8688 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
8689         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
8690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8691              Date: Sat, 10 Nov 2001 00:10:45 +0100
8692              Message-ID: <20011110001045.A11945@rafael>
8693      Branch: perl
8694            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
8695            + t/run/switchn.t t/run/switchp.t
8696            ! MANIFEST
8697 ____________________________________________________________________________
8698 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
8699         Log: Subject: [PATCH] some tests not cleaning up properly               
8700              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
8701              Date: Fri, 9 Nov 2001 22:13:10 +0100
8702              Message-ID: <20011109221310.A11115@rafael>
8703      Branch: perl
8704            ! ext/Cwd/t/cwd.t t/io/argv.t
8705 ____________________________________________________________________________
8706 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
8707         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
8708              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8709              Date: Fri, 9 Nov 2001 15:07:19 EST
8710              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
8711      Branch: perl
8712            ! lib/ExtUtils/Embed.t
8713 ____________________________________________________________________________
8714 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
8715         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
8716              have been copied so it shouldn't be freed in perl_destruct()
8717      Branch: perl
8718            ! perl.c
8719 ____________________________________________________________________________
8720 [ 12919] By: ams                                   on 2001/11/09  15:36:22
8721         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
8722              From: Michael G Schwern <schwern@pobox.com>
8723              Date: Fri, 9 Nov 2001 00:38:59 -0500
8724              Message-Id: <20011109003859.K5587@blackrider>
8725              (Applied with directory name changes suggested by Craig Berry.)
8726      Branch: perl
8727            ! ext/Cwd/t/cwd.t
8728 ____________________________________________________________________________
8729 [ 12918] By: ams                                   on 2001/11/09  15:29:15
8730         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
8731              From: Michael G Schwern <schwern@pobox.com>
8732              Date: Fri, 9 Nov 2001 01:44:14 -0500
8733              Message-Id: <20011109014414.N5587@blackrider>
8734      Branch: perl
8735            ! vms/ext/filespec.t
8736 ____________________________________________________________________________
8737 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
8738         Log: Update Changes.
8739      Branch: perl
8740            ! Changes patchlevel.h
8741 ____________________________________________________________________________
8742 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
8743         Log: Regen toc.
8744      Branch: perl
8745            ! pod/perltoc.pod
8746 ____________________________________________________________________________
8747 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
8748         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
8749              see http://www.jepstone.net/bjepson//jpl/cvs.html
8750      Branch: perl
8751            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8752 ____________________________________________________________________________
8753 [ 12914] By: ams                                   on 2001/11/09  14:05:12
8754         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
8755              From: Michael G Schwern <schwern@pobox.com>
8756              Date: Thu, 8 Nov 2001 22:05:49 -0500
8757              Message-Id: <20011108220549.F5587@blackrider>
8758      Branch: perl
8759            ! vms/test.com
8760 ____________________________________________________________________________
8761 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
8762         Log: NetWare update from Ananth Kesari.
8763      Branch: perl
8764            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
8765 ____________________________________________________________________________
8766 [ 12912] By: ams                                   on 2001/11/09  13:40:26
8767         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
8768              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8769              Date: Fri, 9 Nov 2001 14:32:28 +0100
8770              Message-Id: <20011109143228.A18996@rafael>
8771      Branch: perl
8772            ! perl.c
8773 ____________________________________________________________________________
8774 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
8775         Log: FAQ sync.
8776      Branch: perl
8777            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8778            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8779            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
8780 ____________________________________________________________________________
8781 [ 12910] By: ams                                   on 2001/11/09  07:33:49
8782         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
8783              From: Michael G Schwern <schwern@pobox.com>
8784              Date: Fri, 9 Nov 2001 00:41:56 -0500
8785              Message-Id: <20011109004156.L5587@blackrider>
8786      Branch: perl
8787            ! lib/File/Find/t/find.t
8788 ____________________________________________________________________________
8789 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
8790         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
8791              The CPAN distribution has both pm and XS implementations,
8792              and for performance reasons we choose the XS.
8793              Another reason to choose the XS is that it doesn't
8794              require Lingua::KO::Hangul::Util, which means that
8795              we can delete that-- which in turn means that Unicode::UCD
8796              cannot expect that: support it, but don't expect.
8797              Ditto Unicode::Collate.
8798              
8799              Note that Unicode::Normalize Makefile.PL and
8800              Normalize.xs have been modified from the CPAN 0.10
8801              versions: the first one to be simpler (no pm) and
8802              clean up the generated unf*.h files, the second one
8803              to quench compiler grumblings.  Must notify Sadahiro
8804              about these changes.
8805      Branch: perl
8806            + ext/Unicode/Normalize/Changes
8807            + ext/Unicode/Normalize/Makefile.PL
8808            + ext/Unicode/Normalize/Normalize.pm
8809            + ext/Unicode/Normalize/Normalize.pod
8810            + ext/Unicode/Normalize/Normalize.xs
8811            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8812            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8813            + ext/Unicode/Normalize/t/test.t
8814            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8815            - lib/Lingua/KO/Hangul/Util/README
8816            - lib/Lingua/KO/Hangul/Util/t/test.t
8817            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8818            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8819            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
8820            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
8821            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
8822            ! win32/makefile.mk
8823 ____________________________________________________________________________
8824 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
8825         Log: Test miscounting.
8826      Branch: perl
8827            ! ext/POSIX/t/posix.t
8828 ____________________________________________________________________________
8829 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
8830         Log: Quote the variables in failures messages more nicely.
8831      Branch: perl
8832            ! t/test.pl
8833 ____________________________________________________________________________
8834 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
8835         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8836              From: Michael G Schwern <schwern@pobox.com>
8837              Date: Thu, 8 Nov 2001 17:24:49 -0500
8838              Message-ID: <20011108172449.A5587@blackrider>
8839              
8840              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8841              From: "Craig A. Berry" <craigberry@mac.com>
8842              Date: Thu, 8 Nov 2001 16:35:00 -0600
8843              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
8844      Branch: perl
8845            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
8846 ____________________________________________________________________________
8847 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
8848         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
8849              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8850              Date: Thu, 8 Nov 2001 22:52:50 -0000
8851              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
8852      Branch: perl
8853            ! ext/DB_File/t/db-recno.t
8854 ____________________________________________________________________________
8855 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
8856         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
8857              (Probably not an EBCDIC issue the way one would think
8858              since no chr() et alia are used in UCD.pm.)
8859      Branch: perl
8860            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8861 ____________________________________________________________________________
8862 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
8863         Log: Whether overwriting the $self->{...} values (see #12902)
8864              is a good policy or not is debatable, but let's at least
8865              be consistent.
8866      Branch: perl
8867            ! lib/ExtUtils/MM_Unix.pm
8868 ____________________________________________________________________________
8869 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
8870         Log: The MakeMaker argument () quoting patch that sneaked
8871              in at #12883 didn't handle make macros like this $(...).
8872              Leaning toothpicks, we've got them.
8873      Branch: perl
8874            ! lib/ExtUtils/MM_Unix.pm
8875 ____________________________________________________________________________
8876 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
8877         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
8878              From: Michael G Schwern <schwern@pobox.com>
8879              Date: Wed, 7 Nov 2001 02:02:29 -0500
8880              Message-ID: <20011107020229.K2858@blackrider>
8881      Branch: perl
8882            ! t/io/argv.t t/test.pl vms/test.com
8883 ____________________________________________________________________________
8884 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
8885         Log: Subject: [PATCH 20011106.084] -s on #! line 
8886              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8887              Date: Wed, 7 Nov 2001 22:23:39 +0100
8888              Message-ID: <20011107222339.E729@rafael>
8889      Branch: perl
8890            ! embed.h embed.pl perl.c proto.h toke.c
8891 ____________________________________________________________________________
8892 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
8893         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
8894              From: Michael G Schwern <schwern@pobox.com>
8895              Date: Wed, 7 Nov 2001 16:52:49 -0500
8896              Message-ID: <20011107165249.I7346@blackrider>
8897      Branch: perl
8898            ! pod/perlhack.pod
8899 ____________________________________________________________________________
8900 [ 12898] By: ams                                   on 2001/11/08  13:02:19
8901         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8902              From: Mark-Jason Dominus <mjd@plover.com>
8903              Date: Thu, 08 Nov 2001 08:59:02 -0500
8904              Message-Id: <20011108135902.2275.qmail@plover.com>
8905      Branch: perl
8906            ! INSTALL README README.amiga README.os2 README.vms
8907            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
8908            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
8909 ____________________________________________________________________________
8910 [ 12897] By: ams                                   on 2001/11/08  12:49:28
8911         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8912              From: mjd@plover.com
8913              Date: 8 Nov 2001 13:33:18 -0000
8914              Message-Id: <20011108133318.1786.qmail@plover.com>
8915      Branch: perl
8916            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
8917            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8918            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8919            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8920            ! pod/perlport.pod pod/perlvar.pod
8921 ____________________________________________________________________________
8922 [ 12896] By: ams                                   on 2001/11/08  11:22:12
8923         Log: open(FH, $file) should strip leading and trailing whitespace.
8924      Branch: perl
8925            ! doio.c
8926 ____________________________________________________________________________
8927 [ 12895] By: ams                                   on 2001/11/08  10:17:14
8928         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
8929              From: "Craig A. Berry" <craigberry@mac.com>
8930              Date: Wed, 07 Nov 2001 13:41:50 -0600
8931              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
8932      Branch: perl
8933            ! t/op/glob.t
8934 ____________________________________________________________________________
8935 [ 12894] By: ams                                   on 2001/11/08  08:32:20
8936         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
8937              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
8938              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
8939              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
8940      Branch: perl
8941            ! makedepend.SH
8942 ____________________________________________________________________________
8943 [ 12893] By: ams                                   on 2001/11/08  08:26:31
8944         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
8945              From: mjd@plover.com
8946              Date: 8 Nov 2001 08:08:07 -0000
8947              Message-Id: <20011108080807.30147.qmail@plover.com>
8948              
8949              Subject: bleadperl perl.pod
8950              From: mjd@plover.com
8951              Date: 8 Nov 2001 08:10:47 -0000
8952              Message-Id: <20011108081047.30178.qmail@plover.com>
8953              
8954              Subject: more bleadperl perl.pod
8955              From: mjd@plover.com
8956              Date: 8 Nov 2001 08:16:28 -0000
8957              Message-Id: <20011108081628.30229.qmail@plover.com>
8958      Branch: perl
8959            ! pod/perl.pod pod/perldebug.pod
8960 ____________________________________________________________________________
8961 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
8962         Log: Tweak for Cray-friendliness from Nicholas Clark.
8963      Branch: perl
8964            ! sv.c
8965 ____________________________________________________________________________
8966 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
8967         Log: VMS patch redo from Charles Lane.
8968      Branch: perl
8969            ! vms/gen_shrfls.pl
8970 ____________________________________________________________________________
8971 [ 12890] By: ams                                   on 2001/11/07  15:16:10
8972         Log: Subject: [ID 20011107.088] two perl pod nits
8973              From: lvirden@cas.org
8974              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
8975              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
8976      Branch: perl
8977            ! pod/perl.pod pod/perlfaq3.pod
8978 ____________________________________________________________________________
8979 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
8980         Log: Update Changes.
8981      Branch: perl
8982            ! Changes patchlevel.h
8983 ____________________________________________________________________________
8984 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
8985         Log: The (emulated) "no utf8" must be in a BEGIN block
8986              to be effective.
8987      Branch: perl
8988            ! lib/CGI/t/html.t
8989 ____________________________________________________________________________
8990 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
8991         Log: "v-strings" is the right term.
8992      Branch: perl
8993            ! pod/perltodo.pod
8994 ____________________________________________________________________________
8995 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
8996         Log: Add vstrings-as-objects need to perltodo.
8997      Branch: perl
8998            ! pod/perltodo.pod
8999 ____________________________________________________________________________
9000 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
9001         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
9002              From: Nicholas Clark <nick@ccl4.org>
9003              Date: Wed, 7 Nov 2001 14:36:32 +0000
9004              Message-ID: <20011107143631.I24980@plum.flirble.org>
9005      Branch: perl
9006            ! t/op/pack.t
9007 ____________________________________________________________________________
9008 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
9009         Log: The Embed test requires a major rewrite for VMS
9010              (plus it reveals a couple of annoying glitches
9011              in buffering), so skip the test for now; from
9012              Charles Lane.
9013      Branch: perl
9014            ! lib/ExtUtils/Embed.t
9015 ____________________________________________________________________________
9016 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
9017         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
9018              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9019              Date: Wed, 7 Nov 2001 09:23:28 EST
9020              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
9021              
9022              (Also i seems that an unrelated experimental patch
9023              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
9024      Branch: perl
9025            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
9026 ____________________________________________________________________________
9027 [ 12882] By: ams                                   on 2001/11/07  05:14:04
9028         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
9029              From: Mark-Jason Dominus <mjd@plover.com>
9030              Date: Wed, 07 Nov 2001 00:43:46 -0500
9031              Message-Id: <20011107054346.14428.qmail@plover.com>
9032      Branch: perl
9033            ! gv.c op.c toke.c
9034 ____________________________________________________________________________
9035 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
9036         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
9037              From: Michael G Schwern <schwern@pobox.com>             
9038              Date: Tue, 6 Nov 2001 22:04:39 -0500
9039              Message-ID: <20011106220439.D2858@blackrider>              
9040      Branch: perl
9041            ! lib/perl5db.pl
9042 ____________________________________________________________________________
9043 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
9044         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
9045              stress))
9046              From: Jonathan Stowe <gellyfish@gellyfish.com>
9047              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
9048              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
9049              
9050              (except for one hunk where indentation differs)
9051      Branch: perl
9052            ! lib/Term/Cap.t
9053 ____________________________________________________________________________
9054 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
9055         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
9056              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9057              Date: Tue, 6 Nov 2001 21:45:01 +0100
9058              Message-ID: <20011106214501.A704@rafael>
9059      Branch: perl
9060            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
9061            ! lib/File/Spec/Win32.pm
9062 ____________________________________________________________________________
9063 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
9064         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
9065              From: Michael G Schwern <schwern@pobox.com>              
9066              Date: Tue, 6 Nov 2001 20:58:45 -0500
9067              Message-ID: <20011106205845.G29411@blackrider>
9068      Branch: perl
9069            ! t/test.pl
9070 ____________________________________________________________________________
9071 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
9072         Log: Subject: making do_sprintf public       
9073              From: Doug MacEachern <dougm@covalent.net>    
9074              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
9075              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
9076      Branch: perl
9077            ! embed.h embed.pl global.sym
9078 ____________________________________________________________________________
9079 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
9080         Log: Update to CGI.pm 2.78.
9081              
9082              TODO: the test suite needs to be merged so that
9083              when in core, the core version is tested, and when
9084              using the CPAN version, testing the CPAN version.
9085              (the changes need to be sent to Lincoln, too...)
9086      Branch: perl
9087            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9088            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
9089            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
9090            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
9091            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
9092            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
9093 ____________________________________________________________________________
9094 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
9095         Log: Integrate with perlio; (strictly) readonly hashes via XS.
9096      Branch: perl
9097           +> t/lib/access.t
9098           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
9099 ____________________________________________________________________________
9100 [ 12874] By: nick                                  on 2001/11/06  21:05:16
9101         Log: Keep It Simple and Stupid version of readonly hash support.
9102              - Test for SvREAONLY(hv) at a few spots in hv.c
9103              - add the error message to perldiag.pod
9104              - (dubious) add access::readonly() to univeral.c
9105              - add test using above
9106              - fixup ext/B/t/stash.t to account for access:: existing
9107      Branch: perlio
9108            + t/lib/access.t
9109            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
9110 ____________________________________________________________________________
9111 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
9112         Log: Fix incorrect warnings about broken globbing;
9113              from Andy Dougherty.
9114      Branch: perl
9115            ! hints/linux.sh
9116 ____________________________________________________________________________
9117 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
9118         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
9119              toggle-on from the encoding pragma.
9120      Branch: perl
9121            ! regcomp.c regexec.c
9122 ____________________________________________________________________________
9123 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
9124         Log: Retract #12824, doesn't help and is ignored
9125              by Configure anyway.
9126      Branch: perl
9127            ! hints/beos.sh
9128 ____________________________________________________________________________
9129 [ 12870] By: ams                                   on 2001/11/06  10:40:37
9130         Log: Subject: Cosmetic change
9131              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9132              Date: Tue, 06 Nov 2001 12:30:52 +0100
9133              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
9134      Branch: perl
9135            ! README.hpux
9136 ____________________________________________________________________________
9137 [ 12869] By: nick                                  on 2001/11/06  08:26:40
9138         Log: Integrate mainline
9139      Branch: perlio
9140           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
9141           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
9142 ____________________________________________________________________________
9143 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
9144         Log: The parentheses are protected enough.
9145      Branch: perl
9146            ! hints/os390.sh
9147 ____________________________________________________________________________
9148 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
9149         Log: ccflags, not ldflags.
9150      Branch: perl
9151            ! hints/os390.sh
9152 ____________________________________________________________________________
9153 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
9154         Log: ... and the proto to go with #12865.
9155      Branch: perl
9156            ! proto.h
9157 ____________________________________________________________________________
9158 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
9159         Log: Oops.  Luckily nothing was using this symbol yet.
9160      Branch: perl
9161            ! global.sym
9162 ____________________________________________________________________________
9163 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
9164         Log: Implement the encoding pragma for regex literals.
9165      Branch: perl
9166            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
9167 ____________________________________________________________________________
9168 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
9169         Log: More UTF8 EXACT fixing.
9170      Branch: perl
9171            ! regexec.c
9172 ____________________________________________________________________________
9173 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
9174         Log: More re debugging.
9175      Branch: perl
9176            ! regexec.c
9177 ____________________________________________________________________________
9178 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
9179         Log: EXACT correction attempt.  Continued in #12863.
9180      Branch: perl
9181            ! regexec.c
9182 ____________________________________________________________________________
9183 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
9184         Log: Unterminated L<.
9185      Branch: perl
9186            ! ext/DB_File/DB_File.pm
9187 ____________________________________________________________________________
9188 [ 12859] By: nick                                  on 2001/11/05  19:15:17
9189         Log: Integrate mainline
9190      Branch: perlio
9191           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9192           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9193           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
9194           +> lib/Math/BigInt/t/sub_mbi.t
9195            - lib/Math/BigInt/t/Math/Subclass.pm
9196            - lib/Math/BigInt/t/subclass.t
9197           !> (integrate 30 files)
9198 ____________________________________________________________________________
9199 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
9200         Log: Regex debugging fixes from Hugo.
9201      Branch: perl
9202            ! regcomp.c regexec.c
9203 ____________________________________________________________________________
9204 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
9205         Log: IRIX: at some point the cc -version has started
9206              to output to stderr, not stdout any more.
9207      Branch: perl
9208            ! hints/irix_6.sh
9209 ____________________________________________________________________________
9210 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
9211         Log: Update Changes.
9212      Branch: perl
9213            ! Changes patchlevel.h
9214 ____________________________________________________________________________
9215 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
9216         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
9217      Branch: perl
9218            ! lib/File/Spec/Unix.pm
9219 ____________________________________________________________________________
9220 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
9221         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
9222              From: rgarciasuarez@free.fr
9223              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
9224              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
9225      Branch: perl
9226            ! lib/File/Spec/Unix.pm
9227 ____________________________________________________________________________
9228 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
9229         Log: Use config.arch in OS/390 where the combination of
9230              IEEE floats and ldflags is tricky.
9231      Branch: perl
9232            ! hints/os390.sh
9233 ____________________________________________________________________________
9234 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
9235         Log: Metaconfig unit change for #12851.
9236      Branch: metaconfig
9237            ! U/modified/Config_sh.U
9238 ____________________________________________________________________________
9239 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
9240         Log: Support a config.arch file, similar to config.over,
9241              but loaded just before it.
9242      Branch: perl
9243            ! Configure INSTALL
9244 ____________________________________________________________________________
9245 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
9246         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
9247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9248              Date: Mon, 5 Nov 2001 14:26:24 +0100
9249              Message-ID: <20011105142624.C31977@rafael>
9250      Branch: perl
9251            ! lib/Symbol.pm lib/Symbol.t
9252 ____________________________________________________________________________
9253 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
9254         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
9255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9256              Date: Sun, 4 Nov 2001 22:28:57 +0100
9257              Message-ID: <20011104222857.C696@rafael>
9258      Branch: perl
9259            ! pod/perldebug.pod pod/perlpodspec.pod
9260 ____________________________________________________________________________
9261 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
9262         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
9263      Branch: perl
9264            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
9265 ____________________________________________________________________________
9266 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
9267         Log: Math::Big* test tweaks to work better with core:
9268              but the coast still not clear.
9269      Branch: perl
9270            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
9271            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9272 ____________________________________________________________________________
9273 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
9274         Log: Protect against high load: measure how much wall
9275              clock time went by while sleeping.  Avoids some
9276              false negatives, while may introduce some false
9277              positives.  Life is hard.
9278      Branch: perl
9279            ! ext/Time/HiRes/HiRes.t
9280 ____________________________________________________________________________
9281 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
9282         Log: More forgotten from #12843.
9283      Branch: perl
9284            ! lib/Math/BigInt/t/bigfltpm.inc
9285 ____________________________________________________________________________
9286 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
9287         Log: Forgot from #12843.
9288      Branch: perl
9289            + lib/Math/BigInt/t/bigintpm.inc
9290            ! MANIFEST
9291 ____________________________________________________________________________
9292 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
9293         Log: Upgrade to Math::BigInt 1.45; from Tels.
9294              NOTE: some of the tests are failing but that's because
9295              the core integration is not yet done.
9296      Branch: perl
9297            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9298            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9299            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9300            - lib/Math/BigInt/t/Math/Subclass.pm
9301            - lib/Math/BigInt/t/subclass.t
9302            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
9303            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
9304            ! lib/Math/BigInt/t/mbimbf.t
9305 ____________________________________________________________________________
9306 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
9307         Log: VMS: adds capability to control more configuration stuff with
9308              -D and -U switches; parsing config.sh to extract previous config
9309              info in VMS-form, and a rewrite of the "prompt/response" routine;
9310              from Charles Lane.
9311      Branch: perl
9312            ! configure.com
9313 ____________________________________________________________________________
9314 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
9315         Log: Subject: Typo correction in perldebguts.pod
9316              From: mjd@plover.com
9317              Date: 4 Nov 2001 16:20:05 -0000
9318              Message-ID: <20011104162005.16699.qmail@plover.com>
9319      Branch: perl
9320            ! pod/perldebguts.pod
9321 ____________________________________________________________________________
9322 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
9323         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
9324              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9325              Date: Sun, 4 Nov 2001 11:47:30 +0100
9326              Message-ID: <20011104114730.A715@rafael>
9327              
9328              Remove -T from the test, wrong place for that.
9329      Branch: perl
9330            ! lib/File/Temp/t/mktemp.t
9331 ____________________________________________________________________________
9332 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
9333         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
9334              From: Nicholas Clark <nick@ccl4.org>
9335              Date: Sun, 4 Nov 2001 10:41:24 +0000
9336              Message-ID: <20011104104123.U20123@plum.flirble.org>
9337      Branch: perl
9338            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
9339 ____________________________________________________________________________
9340 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
9341         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9342              From: Michael G Schwern <schwern@pobox.com>
9343              Date: Sat, 3 Nov 2001 15:41:47 -0500
9344              Message-ID: <20011103154147.C600@blackrider>
9345      Branch: perl
9346            ! lib/Term/Cap.t
9347 ____________________________________________________________________________
9348 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
9349         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
9350              From: "Craig A. Berry" <craigberry@mac.com>     
9351              Date: Sat, 03 Nov 2001 16:02:28 -0600
9352              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
9353      Branch: perl
9354            ! ext/Time/HiRes/HiRes.t
9355 ____________________________________________________________________________
9356 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
9357         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9358              From: "chromatic" <chromatic@rmci.net>
9359              Date: Sat, 03 Nov 2001 12:28:17 -0700
9360              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
9361      Branch: perl
9362            ! lib/Term/Cap.t
9363 ____________________________________________________________________________
9364 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
9365         Log: Don't bother doing POSIX charclass parsing if it
9366              possibly cannot be so.  Prepares way for charclass
9367              syntax like [[abc]||[def]] (or just [[abc][def]])
9368              for union, [[\w]&&[$a]] for intersection,
9369              and [[a-z]&&[^def]] for subtraction.
9370              
9371              Currently /[[a]/ (or /[a[]/) parses as a character
9372              class containing two characters, "[" and "a",
9373              this may have to be broken for the syntax described
9374              above, otherwise we would have to scan the whole pattern
9375              to find out whether the square brackets match pairwise.
9376              Luckily, the special case of "[" doesn't seem to be
9377              documented (as opposed to "]" and "-"), so we may have
9378              better story for breaking it...  One can always use \[
9379              if one wants a literal "[", so there.
9380      Branch: perl
9381            ! regcomp.c
9382 ____________________________________________________________________________
9383 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
9384         Log: Comment correction.
9385      Branch: perl
9386            ! regcomp.c
9387 ____________________________________________________________________________
9388 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
9389         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
9390              The latter is a RedHatism.
9391      Branch: perl
9392            ! lib/ExtUtils/MakeMaker.pm
9393 ____________________________________________________________________________
9394 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
9395         Log: Integrate perlio.
9396      Branch: perl
9397           !> perlio.c
9398 ____________________________________________________________________________
9399 [ 12831] By: nick                                  on 2001/11/03  11:42:15
9400         Log: Integrate mainline
9401      Branch: perlio
9402           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
9403           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9404           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
9405           !> sv.c t/test.pl
9406 ____________________________________________________________________________
9407 [ 12830] By: nick                                  on 2001/11/03  10:27:34
9408         Log: Fix clone_leak problem.
9409              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
9410              as vestige of calling PerlLIO_dup().
9411      Branch: perlio
9412            ! perlio.c
9413 ____________________________________________________________________________
9414 [ 12829] By: nick                                  on 2001/11/03  09:40:46
9415         Log: Tweaks attempting to locate Doug's clone_leak leak.
9416              - add some PerlIO_debug()
9417              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
9418              - Even if it closing stdout etc. do a fflush()
9419      Branch: perlio
9420            ! perlio.c
9421 ____________________________________________________________________________
9422 [ 12828] By: nick                                  on 2001/11/03  08:34:31
9423         Log: Integrate mainline
9424      Branch: perlio
9425           !> (integrate 54 files)
9426 ____________________________________________________________________________
9427 [ 12827] By: ams                                   on 2001/11/03  03:45:19
9428         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
9429              remove this later). Based on a patch from Robert Spier in
9430              <15330.61459.14452.795263@rls.cx>.
9431      Branch: perl
9432            ! sv.c
9433 ____________________________________________________________________________
9434 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
9435         Log: microperl sync.
9436      Branch: perl
9437            ! doio.c perl.c perl.h perlio.c regexec.c
9438 ____________________________________________________________________________
9439 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
9440         Log: Definitions for the Unicode Newline Guidelines.
9441      Branch: perl
9442            ! perl.h
9443 ____________________________________________________________________________
9444 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
9445         Log: (retracted by #12871)
9446              
9447              There is no csh of any kind in default BeOS.
9448              For the purposes of miniperl globbing, bash
9449              will do.
9450      Branch: perl
9451            ! hints/beos.sh
9452 ____________________________________________________________________________
9453 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
9454         Log: Integrate change #12820 from macperl to maint and blead;
9455              
9456              Fix up (dynaloading) to work properly with multiplicity
9457      Branch: maint-5.6/perl
9458           !> ext/DynaLoader/dl_mac.xs
9459      Branch: perl
9460           !> ext/DynaLoader/dl_mac.xs
9461 ____________________________________________________________________________
9462 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
9463         Log: Several fixes for various exit problems and clearing out
9464              task queue, as well as another (incomplete) go at
9465              fixing error message handling
9466      Branch: maint-5.6/macperl
9467            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
9468 ____________________________________________________________________________
9469 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
9470         Log: Add source files for bleadperl builds
9471      Branch: maint-5.6/macperl
9472            ! macos/Makefile.mk
9473 ____________________________________________________________________________
9474 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
9475         Log: Fix up to work properly with multiplicity
9476      Branch: maint-5.6/macperl
9477            ! ext/DynaLoader/dl_mac.xs
9478 ____________________________________________________________________________
9479 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
9480         Log: Integrate with maintperl.
9481      Branch: maint-5.6/macperl
9482           +> t/op/system.t t/op/system_tests
9483           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
9484           !> pod/perltodo.pod util.c win32/win32.c
9485 ____________________________________________________________________________
9486 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
9487         Log: Locate _PATH_LOG if it's a socket even if not #defined
9488              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
9489              via Nick Clark.
9490      Branch: perl
9491            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9492 ____________________________________________________________________________
9493 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
9494         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
9495              From: Michael G Schwern <schwern@pobox.com>
9496              Date: Fri, 2 Nov 2001 15:36:41 -0500
9497              Message-ID: <20011102153641.E23234@blackrider>
9498      Branch: perl
9499            ! t/test.pl
9500 ____________________________________________________________________________
9501 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
9502         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
9503              From: merlyn@stonehenge.com (Randal L. Schwartz)
9504              Date: 02 Nov 2001 09:33:34 -0800
9505              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
9506              
9507              (two of the changes)
9508              
9509              Better coexistence with extensions.
9510      Branch: perl
9511            ! ext/Errno/Errno_pm.PL hints/darwin.sh
9512 ____________________________________________________________________________
9513 [ 12815] By: ams                                   on 2001/11/02  16:47:43
9514         Log: Subject: Re: [PATCH] the the double double word word fix fix
9515              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9516              Date: Fri, 02 Nov 2001 19:43:07 +0100
9517              Message-Id: <3BE2E93B.627C198E@alcatel.at>
9518      Branch: perl
9519            ! pod/perldebug.pod
9520 ____________________________________________________________________________
9521 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
9522         Log: Update Changes.
9523      Branch: perl
9524            ! Changes patchlevel.h
9525 ____________________________________________________________________________
9526 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
9527         Log: More encoding testing.
9528      Branch: perl
9529            ! lib/encoding.pm lib/encoding.t
9530 ____________________________________________________________________________
9531 [ 12812] By: ams                                   on 2001/11/02  15:07:11
9532         Log: Slight modification of #12811.
9533      Branch: perl
9534            ! op.c
9535 ____________________________________________________________________________
9536 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
9537         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
9538              From: Radu Greab <radu@netsoft.ro>
9539              Date: Fri, 2 Nov 2001 15:28:58 +0200
9540              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
9541      Branch: perl
9542            ! op.c t/op/stat.t
9543 ____________________________________________________________________________
9544 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
9545         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
9546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9547              Date: Thu, 1 Nov 2001 22:35:50 +0100
9548              Message-ID: <20011101223550.A10849@rafael>
9549      Branch: perl
9550            ! lib/ExtUtils/Embed.t
9551 ____________________________________________________________________________
9552 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
9553         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
9554              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9555              Date: 2 Nov 2001 14:48:51 -0000
9556              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
9557      Branch: perl
9558            ! lib/File/Find.pm
9559 ____________________________________________________________________________
9560 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
9561         Log: Add documentation.
9562      Branch: perl
9563            ! embed.pl pod/perlapi.pod utf8.c
9564 ____________________________________________________________________________
9565 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
9566         Log: Unicode: add ToFold mapping.  Not used yet; but basically
9567              a more useful mapping for caseless aka case-ignoring than
9568              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
9569              algorithm for creating the foldings uses equivalence classes,
9570              see http://www.unicode.org/unicode/reports/tr21/
9571              Hopefully this feature will be used in //i.
9572              (The folding tables were introduced by #12689.)
9573      Branch: perl
9574            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
9575            ! utf8.c
9576 ____________________________________________________________________________
9577 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
9578         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
9579              From: "Craig A. Berry" <craigberry@mac.com>
9580              Date: Fri, 02 Nov 2001 00:03:52 -0600
9581              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
9582      Branch: perl
9583            ! lib/AutoSplit.t
9584 ____________________________________________________________________________
9585 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
9586         Log: Subject: Trivial doc patch
9587              From: andreas.koenig@anima.de (Andreas J. Koenig)
9588              Date: 02 Nov 2001 06:11:35 +0100
9589              Message-ID: <m37kt94v08.fsf@anima.de>
9590      Branch: perl
9591            ! pod/perlport.pod
9592 ____________________________________________________________________________
9593 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
9594         Log: Make encoding and charnames pragmas coexist.
9595      Branch: perl
9596            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
9597 ____________________________________________________________________________
9598 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
9599         Log: The basic character classes seem to go untested with Unicode.
9600      Branch: perl
9601            ! t/op/pat.t
9602 ____________________________________________________________________________
9603 [ 12802] By: ams                                   on 2001/11/02  00:39:36
9604         Log: Subject: [PATCH] the the double double word word fix fix
9605              From: Richard Soderberg <rs@oregonnet.com>
9606              Date: Thu, 1 Nov 2001 13:12:03 -0800
9607              Message-Id: <200111012112.NAA23288@oregonnet.com>
9608              
9609              Subject: Re: [PATCH] the the double double word word fix fix
9610              From: Mark-Jason Dominus <mjd@plover.com>
9611              Date: Thu, 01 Nov 2001 16:43:40 -0500
9612              Message-Id: <20011101214340.2044.qmail@plover.com>
9613              
9614              Subject: Re: [PATCH] the the double double word word fix fix
9615              From: Mark-Jason Dominus <mjd@plover.com>
9616              Date: Thu, 01 Nov 2001 16:51:39 -0500
9617              Message-Id: <20011101215139.2196.qmail@plover.com>
9618      Branch: perl
9619            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
9620            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
9621            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
9622            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
9623            ! pod/perltodo.pod pod/perlxstut.pod
9624 ____________________________________________________________________________
9625 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
9626         Log: Comment tweaks.
9627      Branch: perl
9628            ! toke.c
9629 ____________________________________________________________________________
9630 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
9631         Log: FAQ sync.
9632      Branch: perl
9633            ! pod/perlfaq9.pod
9634 ____________________________________________________________________________
9635 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
9636         Log: If an encoding is set by -M/-m, it must be in
9637              effect only for the actual script, not any other
9638              required/-M/-m'ed module, otherwise we enter a nasty
9639              recursion in regexec.c while trying to init the simple
9640              UTF-8 charclasses like PL_utf8_alnum.
9641      Branch: perl
9642            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
9643 ____________________________________________________________________________
9644 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
9645         Log: A bit more descriptive name.
9646      Branch: perl
9647            ! mg.c
9648 ____________________________________________________________________________
9649 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
9650         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
9651              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9652              Date: Wed, 31 Oct 2001 13:47:04 EST
9653              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
9654      Branch: perl
9655            ! ext/Time/HiRes/HiRes.t
9656 ____________________________________________________________________________
9657 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
9658         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
9659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9660              Date: Wed, 31 Oct 2001 13:43:29 EST
9661              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
9662      Branch: perl
9663            ! mg.c
9664 ____________________________________________________________________________
9665 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
9666         Log: Subject: [PATCH] Various test cleanups
9667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9668              Date: Tue, 30 Oct 2001 21:56:26 +0100
9669              Message-ID: <20011030215626.A28503@rafael>
9670      Branch: perl
9671            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9672            ! ext/DB_File/t/db-recno.t ext/Encode.t
9673 ____________________________________________________________________________
9674 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
9675         Log: Update Changes.
9676      Branch: perl
9677            ! Changes patchlevel.h
9678 ____________________________________________________________________________
9679 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
9680         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
9681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
9682              Date: Wed, 31 Oct 2001 17:16:39 +0100
9683              Message-ID: <20011031171639.A32511@rafael>
9684      Branch: perl
9685            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
9686 ____________________________________________________________________________
9687 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
9688         Log: Skip message nit.
9689      Branch: perl
9690            ! t/io/fs.t
9691 ____________________________________________________________________________
9692 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
9693         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
9694              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9695              Date: 31 Oct 2001 14:49:37 -0000
9696              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
9697      Branch: perl
9698            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
9699 ____________________________________________________________________________
9700 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
9701         Log: Extend the effect of the encoding pragma to chr() and ord().
9702              
9703              TODO: regex literals, reentrancy problems with the utf8
9704              and charnames pragmas.
9705      Branch: perl
9706            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
9707 ____________________________________________________________________________
9708 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
9709         Log: Doc tweaks.
9710      Branch: perl
9711            ! lib/encoding.pm
9712 ____________________________________________________________________________
9713 [ 12788] By: nick                                  on 2001/10/31  08:59:56
9714         Log: Integrate mainline
9715      Branch: perlio
9716           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
9717           !> (integrate 49 files)
9718 ____________________________________________________________________________
9719 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
9720         Log: Forgot new proto.
9721      Branch: perl
9722            ! proto.h
9723 ____________________________________________________________________________
9724 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
9725         Log: Clarification: use encoding cannot be used to
9726              change the default encoding of "your whole script";
9727              only the default encoding of the *data*.  Also, it
9728              seems that "use encoding" does not mix with "use utf8"
9729              (a coredumping recursion ensues).  Should not be a huge
9730              problem since "use utf8" is pretty marginal nowadays.
9731      Branch: perl
9732            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
9733 ____________________________________________________________________________
9734 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
9735         Log: More documentation for the encode pragma.
9736      Branch: perl
9737            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
9738            ! pod/perlapi.pod pod/perlunicode.pod sv.c
9739 ____________________________________________________________________________
9740 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
9741         Log: Thinko in #12783.
9742      Branch: perl
9743            ! sv.c
9744 ____________________________________________________________________________
9745 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
9746         Log: Make sv_recode_to_utf8() a real API: the encoding
9747              is a parameter, instead of a global.  Document the
9748              PERL_ENCODING.
9749      Branch: perl
9750            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
9751            ! toke.c
9752 ____________________________________________________________________________
9753 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
9754         Log: Enable -Mencoding=foobar also for string literals.
9755      Branch: perl
9756            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
9757            ! pod/perlapi.pod proto.h sv.c toke.c
9758 ____________________________________________________________________________
9759 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
9760         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9761              From: Andy Dougherty <doughera@lafayette.edu>
9762              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
9763              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
9764      Branch: perl
9765            ! ext/POSIX/hints/svr4.pl
9766 ____________________________________________________________________________
9767 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
9768         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
9769              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9770              Date: Mon, 29 Oct 2001 23:11:58 -0000
9771              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9772              
9773              Add compat.h.
9774      Branch: perl
9775            ! lib/h2xs.t utils/h2xs.PL
9776 ____________________________________________________________________________
9777 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
9778         Log: Subject: PerlIOBuf_dup
9779              From: Nicholas Clark <nick@ccl4.org>              
9780              Date: Mon, 29 Oct 2001 21:52:35 +0000             
9781              Message-ID: <20011029215235.K41204@plum.flirble.org>
9782              
9783              Add prototype.
9784      Branch: perl
9785            ! perliol.h
9786 ____________________________________________________________________________
9787 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
9788         Log: Subject: [PATCH] Make malloc.c errors more useful
9789              From: Richard Soderberg <rs@oregonnet.com>
9790              Date: Mon, 29 Oct 2001 22:28:02 -0800
9791              Message-Id: <200110300628.WAA11025@oregonnet.com>
9792      Branch: perl
9793            ! malloc.c
9794 ____________________________________________________________________________
9795 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
9796         Log: Retract #12776 - the bug 19990906.001 is still valid.
9797      Branch: perl
9798            ! t/run/kill_perl.t
9799 ____________________________________________________________________________
9800 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
9801         Log: (Retracted by #12777)
9802              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
9803              From: Michael G Schwern <schwern@pobox.com> 
9804              Date: Mon, 29 Oct 2001 23:01:08 -0500
9805              Message-ID: <20011029230108.G18053@blackrider>
9806      Branch: perl
9807            ! t/run/kill_perl.t
9808 ____________________________________________________________________________
9809 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
9810         Log: Comment nits.
9811      Branch: perl
9812            ! lib/encoding.t
9813 ____________________________________________________________________________
9814 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
9815         Log: integrate change#12772 from mainline
9816              
9817              Subject: [PATCH] Mommy, what's a pointer cast?
9818      Branch: maint-5.6/perl
9819            ! perl.h
9820 ____________________________________________________________________________
9821 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
9822         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9823              From: Richard Soderberg <rs@oregonnet.com>
9824              Date: Mon, 29 Oct 2001 17:01:10 -0800
9825              Message-Id: <200110300101.RAA31561@oregonnet.com>
9826              
9827              (threads* parts)
9828      Branch: perl
9829            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9830 ____________________________________________________________________________
9831 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
9832         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9833              From: Richard Soderberg <rs@oregonnet.com>
9834              Date: Mon, 29 Oct 2001 17:01:10 -0800
9835              Message-Id: <200110300101.RAA31561@oregonnet.com>
9836              
9837              (the perl.h part)
9838      Branch: perl
9839            ! perl.h
9840 ____________________________________________________________________________
9841 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
9842         Log: Subject: [PATCH] OpenBSD likes signal.h 
9843              From: Richard Soderberg <rs@oregonnet.com>
9844              Date: Mon, 29 Oct 2001 17:00:31 -0800
9845              Message-Id: <200110300100.RAA31533@oregonnet.com>
9846      Branch: perl
9847            ! unixish.h
9848 ____________________________________________________________________________
9849 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
9850         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
9851              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9852              Date: Mon, 29 Oct 2001 23:04:23 -0000
9853              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9854      Branch: perl
9855            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9856            ! ext/DB_File/t/db-recno.t
9857 ____________________________________________________________________________
9858 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
9859         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
9860              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9861              Date: Mon, 29 Oct 2001 12:34:07 -0600
9862              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
9863      Branch: perl
9864            ! ext/Time/HiRes/HiRes.t
9865 ____________________________________________________________________________
9866 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
9867         Log: Update Changes.
9868      Branch: perl
9869            ! Changes patchlevel.h
9870 ____________________________________________________________________________
9871 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
9872         Log: AIX needs an explicit symbol export list.
9873      Branch: perl
9874            ! lib/ExtUtils/Embed.t
9875 ____________________________________________________________________________
9876 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
9877         Log: The test (and the module) would require some
9878              quality hacking time to work on EBCDIC.  Based on
9879              the test results nothing seems to be majorly broken,
9880              the module just seems to have strange assumptions:
9881              got: ''\226\225\205'
9882              expected: ''one'
9883              The \226\225\205 being, of course, 'one', in EBCDIC.
9884      Branch: perl
9885            ! lib/Dumpvalue.t
9886 ____________________________________________________________________________
9887 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
9888         Log: Mark the test known to be failing in EBCDIC.
9889      Branch: perl
9890            ! t/op/tr.t
9891 ____________________________________________________________________________
9892 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
9893         Log: None of the libnet modules are going to work in
9894              EBCDIC without the Convert::EBCDIC.
9895      Branch: perl
9896            ! t/lib/1_compile.t
9897 ____________________________________________________________________________
9898 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
9899         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
9900      Branch: perl
9901            ! t/op/pack.t
9902 ____________________________________________________________________________
9903 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
9904         Log: UTF-EBCDIC ain't UTF-8.
9905      Branch: perl
9906            ! t/op/pack.t
9907 ____________________________________________________________________________
9908 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
9909         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
9910      Branch: perl
9911            ! t/lib/1_compile.t
9912 ____________________________________________________________________________
9913 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
9914         Log: Let's not assume ASCII.
9915      Branch: perl
9916            ! t/op/lc.t
9917 ____________________________________________________________________________
9918 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
9919         Log: Call the new perlio symbols differently.
9920      Branch: perl
9921            ! makedef.pl
9922 ____________________________________________________________________________
9923 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
9924         Log: Don't expect ASCII ordering.
9925      Branch: perl
9926            ! lib/ExtUtils/Manifest.t
9927 ____________________________________________________________________________
9928 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
9929         Log: Forgot from #12756.
9930      Branch: perl
9931            ! perlio.h
9932 ____________________________________________________________________________
9933 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
9934         Log: BeOS tweaks:
9935              - fseeko and ftello can be found by Configure but
9936              we do not seem to have prototypes for them so
9937              let's make up some
9938              - BeOS didn't use to have real sockets (sockets as
9939              filedescriptors) but the BONE package is supposed
9940              to fix this.  I do not know how to detect BONEness,
9941              see hints/beos.sh for a spot that needs to fixed.
9942              - BeOS has O_TEXT != O_BINARY but has no setmode()
9943      Branch: perl
9944            ! hints/beos.sh perlio.c
9945 ____________________________________________________________________________
9946 [ 12755] By: sky                                   on 2001/10/29  12:56:12
9947         Log: Ugly fix to not die when a thread creator is holding locks.
9948      Branch: perl
9949            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9950            ! ext/threads/threads.xs
9951 ____________________________________________________________________________
9952 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
9953         Log: Integrate change #12752 from maintperl;
9954              
9955              croak(Nullch) wasn't printing the contents of ERRSV if there was
9956              no outer eval (bug in change#6125)
9957      Branch: perl
9958           !> util.c
9959 ____________________________________________________________________________
9960 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
9961         Log: Subject: [PATCH h2xs] Use of static data in XS modules
9962              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9963              Date: Sun, 28 Oct 2001 21:19:07 -0000
9964              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
9965              
9966              with nits from Sarathy.
9967      Branch: perl
9968            ! utils/h2xs.PL
9969 ____________________________________________________________________________
9970 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
9971         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
9972              no outer eval (bug in change#6125)
9973      Branch: maint-5.6/perl
9974            ! util.c
9975 ____________________________________________________________________________
9976 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
9977         Log: More todo for the encoding pragma.
9978      Branch: perl
9979            ! lib/encoding.pm
9980 ____________________________________________________________________________
9981 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
9982         Log: Add the encoding pragma to control the "upgrade"
9983              from the native eight bit data to Unicode.
9984              
9985              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
9986      Branch: perl
9987            + lib/encoding.pm lib/encoding.t
9988            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
9989            ! pod/perlunicode.pod pod/perlvar.pod sv.c
9990 ____________________________________________________________________________
9991 [ 12749] By: sky                                   on 2001/10/28  21:02:33
9992         Log: Update documentation.
9993      Branch: perl
9994            ! ext/threads/shared/shared.pm
9995 ____________________________________________________________________________
9996 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
9997         Log: Integrate change #12747 from maintperl;
9998              
9999              finishing touches to system() fixes on windows:
10000              * detect cmd shell correctly even if it had full path in it
10001              * more quoting needed for single-arg system if the argument
10002              really had multiple quoted arguments within it
10003              * be smarter about not calling the shell when the executable
10004              has spaces, but otherwise does not need shell involvement
10005              * add a testsuite (windows-specific currently)
10006      Branch: perl
10007           +> t/op/system.t t/op/system_tests
10008            ! MANIFEST pod/perltodo.pod
10009           !> win32/win32.c
10010 ____________________________________________________________________________
10011 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
10012         Log: finishing touches to system() fixes on windows:
10013              * detect cmd shell correctly even if it had full path in it
10014              * more quoting needed for single-arg system if the argument
10015              really had multiple quoted arguments within it
10016              * be smarter about not calling the shell when the executable
10017              has spaces, but otherwise does not need shell involvement
10018              * add a testsuite (windows-specific currently)
10019      Branch: maint-5.6/perl
10020            + t/op/system.t t/op/system_tests
10021            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
10022 ____________________________________________________________________________
10023 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
10024         Log: Integrate perlio.
10025      Branch: perl
10026           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
10027 ____________________________________________________________________________
10028 [ 12745] By: nick                                  on 2001/10/28  16:08:14
10029         Log: Mingw32 fixup for Embed.t
10030      Branch: perlio
10031            ! lib/ExtUtils/Embed.t
10032 ____________________________________________________________________________
10033 [ 12744] By: nick                                  on 2001/10/28  15:54:14
10034         Log: GCC vs MS 64-bit constant syntax
10035      Branch: perlio
10036            ! ext/Time/HiRes/HiRes.xs
10037 ____________________________________________________________________________
10038 [ 12743] By: nick                                  on 2001/10/28  15:42:55
10039         Log: Integrate mainline
10040      Branch: perlio
10041           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
10042 ____________________________________________________________________________
10043 [ 12742] By: sky                                   on 2001/10/28  14:47:10
10044         Log: Manpage updates.
10045      Branch: perl
10046            ! ext/threads/threads.pm
10047 ____________________________________________________________________________
10048 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
10049         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
10050      Branch: perl
10051            ! lib/ExtUtils/Embed.t
10052 ____________________________________________________________________________
10053 [ 12740] By: nick                                  on 2001/10/28  14:14:24
10054         Log: Integrate mainline
10055      Branch: perlio
10056           !> lib/ExtUtils/Embed.t win32/win32.c
10057 ____________________________________________________________________________
10058 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
10059         Log: Need to be ./executed.
10060      Branch: perl
10061            ! lib/ExtUtils/Embed.t
10062 ____________________________________________________________________________
10063 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
10064         Log: Integrate perlio.
10065      Branch: perl
10066           !> perlio.c win32/win32.h
10067 ____________________________________________________________________________
10068 [ 12737] By: nick                                  on 2001/10/28  13:53:45
10069         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
10070              by gcc -xc++.
10071      Branch: perlio
10072            ! win32/win32.h
10073 ____________________________________________________________________________
10074 [ 12736] By: nick                                  on 2001/10/28  13:50:50
10075         Log: Have :stdio layer update an honour the fd refcnt table.
10076              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
10077      Branch: perlio
10078            ! perlio.c
10079 ____________________________________________________________________________
10080 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
10081         Log: Integrate changes #12724 and #12725 from maintperl;
10082              multiarg system now works.
10083      Branch: perl
10084           !> win32/win32.c
10085 ____________________________________________________________________________
10086 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
10087         Log: Integrate perlio.
10088      Branch: perl
10089           +> lib/ExtUtils/Embed.t
10090           !> MANIFEST perlio.c
10091 ____________________________________________________________________________
10092 [ 12733] By: nick                                  on 2001/10/28  13:07:16
10093         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
10094              least for PERLIO=perlio unthreaded case
10095      Branch: perlio
10096            ! perlio.c
10097 ____________________________________________________________________________
10098 [ 12732] By: nick                                  on 2001/10/28  11:10:24
10099         Log: Typo in exe name
10100      Branch: perlio
10101            ! lib/ExtUtils/Embed.t
10102 ____________________________________________________________________________
10103 [ 12731] By: nick                                  on 2001/10/28  11:09:59
10104         Log: Integrate Mainline
10105      Branch: perlio
10106           !> Changes configure.com ext/DB_File/DB_File.pm
10107           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
10108           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
10109           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
10110           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
10111           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
10112           !> t/TEST t/op/regexp.t win32/buildext.pl
10113 ____________________________________________________________________________
10114 [ 12730] By: nick                                  on 2001/10/28  11:05:35
10115         Log: Fixup Embed.t for Win32/VC++
10116      Branch: perlio
10117            ! lib/ExtUtils/Embed.t
10118 ____________________________________________________________________________
10119 [ 12729] By: nick                                  on 2001/10/28  09:36:20
10120         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
10121              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
10122              ExtUtils::Embed.
10123      Branch: perlio
10124            + lib/ExtUtils/Embed.t
10125            ! MANIFEST
10126 ____________________________________________________________________________
10127 [ 12728] By: sky                                   on 2001/10/28  08:12:53
10128         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
10129              line manually!
10130      Branch: perl
10131            ! lib/ExtUtils/xsubpp
10132 ____________________________________________________________________________
10133 [ 12727] By: sky                                   on 2001/10/28  08:02:09
10134         Log: And here we use the prototypes.
10135      Branch: perl
10136            ! ext/threads/shared/shared.xs
10137 ____________________________________________________________________________
10138 [ 12726] By: sky                                   on 2001/10/28  08:00:48
10139         Log: Support [] style prototypes.
10140      Branch: perl
10141            ! lib/ExtUtils/xsubpp
10142 ____________________________________________________________________________
10143 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
10144         Log: yet another multi-arg system() fix on windows: batch files as the
10145              first argument (i.e. directly executed by CreateProcess()) need
10146              extra quoting to escape shell-shock
10147      Branch: maint-5.6/perl
10148            ! win32/win32.c
10149 ____________________________________________________________________________
10150 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
10151         Log: another multi-arg system() fix on windows: passing empty arguments
10152              now works
10153      Branch: maint-5.6/perl
10154            ! win32/win32.c
10155 ____________________________________________________________________________
10156 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
10157         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
10158              No final #else #error because we do not seem to
10159              be using #error?
10160      Branch: perl
10161            ! op.h
10162 ____________________________________________________________________________
10163 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
10164         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
10165              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
10166              Date: Sat, 27 Oct 2001 23:28:44 EST 
10167              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
10168      Branch: perl
10169            ! ext/Time/HiRes/HiRes.xs
10170 ____________________________________________________________________________
10171 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
10172         Log: Regen perlapi, perltoc.
10173      Branch: perl
10174            ! pod/perlapi.pod pod/perltoc.pod
10175 ____________________________________________________________________________
10176 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
10177         Log: Subject: [PATCH] sv.h documentation
10178              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
10179              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
10180              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
10181      Branch: perl
10182            ! sv.h
10183 ____________________________________________________________________________
10184 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
10185         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
10186              system("nmake -nologo", "clean") and there is no executable
10187              called "nmake -nologo"; this used to "work" pre-change#12559 due
10188              to bugs in multiarg system() that have since been fixed
10189      Branch: perl
10190            ! win32/buildext.pl
10191 ____________________________________________________________________________
10192 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
10193         Log: Update Changes.
10194      Branch: perl
10195            ! Changes patchlevel.h
10196 ____________________________________________________________________________
10197 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
10198         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
10199              From: Richard.Foley@t-online.de (Richard Foley)            
10200              Date: Sun, 28 Oct 2001 00:48:32 +0200
10201              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
10202      Branch: perl
10203            ! pod/perlhack.pod
10204 ____________________________________________________________________________
10205 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
10206         Log: Must store pointers with the right width.
10207      Branch: perl
10208            ! op.h
10209 ____________________________________________________________________________
10210 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
10211         Log: Integrate change #12711 from perlio;
10212              
10213              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10214              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10215      Branch: perl
10216           !> perlio.c
10217 ____________________________________________________________________________
10218 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
10219         Log: Subject: [PATCH] make minitest
10220              From: Nicholas Clark <nick@ccl4.org>
10221              Date: Sat, 27 Oct 2001 22:56:16 +0100
10222              Message-ID: <20011027225616.L20275@plum.flirble.org>
10223      Branch: perl
10224            ! t/TEST
10225 ____________________________________________________________________________
10226 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
10227         Log: Patch #12661 missed this.
10228      Branch: perl
10229            ! ext/DB_File/DB_File.pm
10230 ____________________________________________________________________________
10231 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
10232         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
10233              From: "Craig A. Berry" <craigberry@mac.com>
10234              Date: Sat, 27 Oct 2001 16:07:47 -0500
10235              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
10236      Branch: perl
10237            ! configure.com perlio.c
10238 ____________________________________________________________________________
10239 [ 12711] By: nick                                  on 2001/10/27  19:49:25
10240         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10241              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10242      Branch: perlio
10243            ! perlio.c
10244 ____________________________________________________________________________
10245 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
10246         Log: Let's not replace reason if there's one already supplied.
10247      Branch: perl
10248            ! t/op/regexp.t
10249 ____________________________________________________________________________
10250 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
10251         Log: is not good.
10252      Branch: perl
10253            ! t/op/regexp.t
10254 ____________________________________________________________________________
10255 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
10256         Log: ldlibpth can exist but be unset.
10257      Branch: perl
10258            ! t/TEST
10259 ____________________________________________________________________________
10260 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
10261         Log: Unicode: property alias naming cleanup.
10262      Branch: perl
10263            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
10264 ____________________________________________________________________________
10265 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
10266         Log: FAQ sync.
10267      Branch: perl
10268            ! pod/perlfaq4.pod
10269 ____________________________________________________________________________
10270 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
10271         Log: Integrate change #12703 from maintperl;
10272              
10273              typemap stuff intervenes before declaration, move it to PREINIT
10274              section
10275              
10276              (an empty integrate, but now the files are in sync
10277              between the branches)
10278      Branch: perl
10279           !> ext/ODBM_File/ODBM_File.xs
10280 ____________________________________________________________________________
10281 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
10282         Log: More PerlIO symbols.
10283      Branch: perl
10284            ! makedef.pl
10285 ____________________________________________________________________________
10286 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
10287         Log: typemap stuff intervenes before declaration, move it to PREINIT
10288              section
10289      Branch: maint-5.6/perl
10290            ! ext/ODBM_File/ODBM_File.xs
10291 ____________________________________________________________________________
10292 [ 12702] By: nick                                  on 2001/10/27  14:09:35
10293         Log: Integrate mainline
10294      Branch: perlio
10295           +> ext/threads/shared/t/av_simple.t
10296           +> ext/threads/shared/t/hv_refs.t
10297           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
10298           !> (integrate 109 files)
10299 ____________________________________________________________________________
10300 [ 12700] By: ams                                   on 2001/10/26  21:22:23
10301         Log: Subject: [PATCH] tweak divide
10302              From: Nicholas Clark <nick@ccl4.org>
10303              Date: Fri, 26 Oct 2001 22:52:17 +0100
10304              Message-Id: <20011026225217.B20275@plum.flirble.org>
10305      Branch: perl
10306            ! pp.c
10307 ____________________________________________________________________________
10308 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
10309         Log: Integrate a buncha things from maintperl.
10310      Branch: maint-5.6/macperl
10311           !> (integrate 32 files)
10312 ____________________________________________________________________________
10313 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
10314         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
10315              From: Andy Dougherty <doughera@lafayette.edu>
10316              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
10317              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
10318      Branch: perl
10319            ! hints/svr4.sh
10320 ____________________________________________________________________________
10321 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
10322         Log: When you're root, many things become writable.
10323      Branch: perl
10324            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
10325 ____________________________________________________________________________
10326 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
10327         Log: Update Changes.
10328      Branch: perl
10329            ! Changes patchlevel.h
10330 ____________________________________________________________________________
10331 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
10332         Log: Term/Cap.t attempts to access the floppy drive for no good reason
10333              on dosish systems
10334      Branch: perl
10335            ! lib/Term/Cap.t
10336 ____________________________________________________________________________
10337 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
10338         Log: fix misleading comment on known inadequacy in B::Terse, and skip
10339              it correctly
10340      Branch: perl
10341            ! ext/B/t/terse.t
10342 ____________________________________________________________________________
10343 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
10344         Log: fix spurious AutoSplit.t failure under windows
10345      Branch: perl
10346            ! lib/AutoSplit.t
10347 ____________________________________________________________________________
10348 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
10349         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
10350      Branch: perl
10351            ! ext/Time/HiRes/HiRes.t
10352 ____________________________________________________________________________
10353 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
10354         Log: More logical to use %04"UVXf" than %"UVuf" since
10355              the Unicode standard prefers hex.
10356      Branch: perl
10357            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
10358            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10359            ! lib/unicore/mktables utf8.c
10360 ____________________________________________________________________________
10361 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
10362         Log: change#12065 seems to have broken Encode build on windows; fix
10363      Branch: perl
10364            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
10365 ____________________________________________________________________________
10366 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
10367         Log: Unicode: add the case folding table.
10368      Branch: perl
10369            + lib/unicore/To/Fold.pl
10370            ! MANIFEST lib/unicore/mktables
10371 ____________________________________________________________________________
10372 [ 12688] By: sky                                   on 2001/10/26  13:51:29
10373         Log: Get the new functions right, do not export lock since we use builtin lock.
10374              TODO: fix xsubpp to support the new prototypes
10375      Branch: perl
10376            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10377 ____________________________________________________________________________
10378 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
10379         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
10380              as suggested by Sarathy.
10381      Branch: perl
10382            ! mg.c
10383 ____________________________________________________________________________
10384 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
10385         Log: avoid compiler warning
10386      Branch: perl
10387            ! win32/win32.c
10388 ____________________________________________________________________________
10389 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
10390         Log: WinCE update from Rainer Keuchel.
10391      Branch: perl
10392            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
10393            ! wince/wince.c
10394 ____________________________________________________________________________
10395 [ 12684] By: sky                                   on 2001/10/26  13:34:33
10396         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
10397      Branch: perl
10398            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10399 ____________________________________________________________________________
10400 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
10401         Log: More fixes that were made to the core and not in the libnet src
10402      Branch: perl
10403            ! lib/Net/Domain.pm
10404 ____________________________________________________________________________
10405 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
10406         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
10407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
10408              Date: Fri, 26 Oct 2001 13:55:21 +0200
10409              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
10410              
10411              (plus make the db-recno.t#59 accept both \n and \r\n)
10412      Branch: perl
10413            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10414            ! ext/DB_File/t/db-recno.t
10415 ____________________________________________________________________________
10416 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
10417         Log: Fix tests to be able to run in the core and the CPAN dist
10418      Branch: perl
10419            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10420            ! lib/Net/t/require.t lib/Net/t/smtp.t
10421 ____________________________________________________________________________
10422 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
10423         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
10424              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10425              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
10426              Date: Fri, 26 Oct 2001 08:34:46 EDT
10427      Branch: perl
10428            ! ext/Time/HiRes/HiRes.t
10429 ____________________________________________________________________________
10430 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
10431         Log: Sync libnet modules with what will be libnet-1.08
10432      Branch: perl
10433            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10434            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
10435            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
10436            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
10437 ____________________________________________________________________________
10438 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
10439         Log: Integrate maintperl changes #12268 and #12669;
10440              
10441              final touches to the audit for statics and thread-unsafe code
10442              * make DB_File, ODBM_File thread-safe 
10443              * remove unnecessary/dangerous statics and protect others
10444              from not getting accidentally enabled under threaded perls
10445              
10446              windows support functions get_childdir() et al aren't exported
10447              correctly under vanilla build
10448              
10449              Testing under win32 appreciated since changes there had
10450              to be manually merged and I cannot test how badly did I do.
10451      Branch: perl
10452           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10453           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10454           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
10455           !> win32/vmem.h win32/win32.c win32/win32iop.h
10456 ____________________________________________________________________________
10457 [ 12677] By: sky                                   on 2001/10/26  12:37:17
10458         Log: More Config::threads to threads::threads changes
10459      Branch: perl
10460            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
10461 ____________________________________________________________________________
10462 [ 12676] By: sky                                   on 2001/10/26  12:31:46
10463         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
10464      Branch: perl
10465            ! ext/threads/threads.pm ext/threads/threads.xs
10466 ____________________________________________________________________________
10467 [ 12675] By: sky                                   on 2001/10/26  12:06:30
10468         Log: Allocing a TLS in runtime is not too hot.
10469      Branch: perl
10470            ! ext/threads/threads.xs
10471 ____________________________________________________________________________
10472 [ 12674] By: sky                                   on 2001/10/26  11:59:09
10473         Log: Don't display debug data.
10474      Branch: perl
10475            ! ext/threads/threads.pm
10476 ____________________________________________________________________________
10477 [ 12673] By: sky                                   on 2001/10/26  11:35:47
10478         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
10479              complete bar support for blessed objects.
10480              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
10481      Branch: perl
10482            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10483 ____________________________________________________________________________
10484 [ 12672] By: sky                                   on 2001/10/26  11:15:28
10485         Log: Fix case where shared reference does not exist in current thread.
10486      Branch: perl
10487            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10488 ____________________________________________________________________________
10489 [ 12671] By: sky                                   on 2001/10/26  08:48:52
10490         Log: Support for references in shared arrays.
10491      Branch: perl
10492            ! ext/threads/shared/shared.xs
10493 ____________________________________________________________________________
10494 [ 12670] By: sky                                   on 2001/10/26  08:30:11
10495         Log: Add tests for references in hashes.
10496      Branch: perl
10497            + ext/threads/shared/t/hv_refs.t
10498            ! MANIFEST
10499 ____________________________________________________________________________
10500 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
10501         Log: windows support functions get_childdir() et al aren't exported
10502              correctly under vanilla build
10503      Branch: maint-5.6/perl
10504            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
10505 ____________________________________________________________________________
10506 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
10507         Log: final touches to the audit for statics and thread-unsafe code
10508              * make DB_File, ODBM_File thread-safe 
10509              * remove unnecessary/dangerous statics and protect others
10510              from not getting accidentally enabled under threaded perls
10511      Branch: maint-5.6/perl
10512            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10513            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10514            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
10515            ! win32/win32.c
10516 ____________________________________________________________________________
10517 [ 12667] By: ams                                   on 2001/10/26  03:48:36
10518         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
10519              From: "Richard Soderberg" <rs@crystalflame.net>
10520              Date: Thu, 25 Oct 2001 23:42:50 -0400
10521              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
10522      Branch: perl
10523            ! sharedsv.c
10524 ____________________________________________________________________________
10525 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
10526         Log: Integrate change #12664 from maintperl;
10527              
10528              the newest GCCs don't seem to like C<"string1"##STRING2>
10529              so keep it as C<"string1" STRING2> (latter appears to
10530              work everywhere)
10531      Branch: perl
10532           !> ext/DynaLoader/dlutils.c
10533 ____________________________________________________________________________
10534 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
10535         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
10536              From: Chris Nandor <pudge@pobox.com>
10537              Date: Thu, 25 Oct 2001 22:15:03 -0400
10538              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
10539      Branch: perl
10540            ! perl.h
10541 ____________________________________________________________________________
10542 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
10543         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
10544              C<"string1" STRING2> (latter appears to work everywhere)
10545      Branch: maint-5.6/perl
10546            ! ext/DynaLoader/dlutils.c
10547 ____________________________________________________________________________
10548 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
10549         Log: AUTHORS update.
10550      Branch: perl
10551            ! AUTHORS
10552 ____________________________________________________________________________
10553 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
10554         Log: Integrate change #12660 from maintperl;
10555              
10556              make the dMY_CXT stuff available under all of
10557              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10558      Branch: perl
10559           !> perl.h
10560 ____________________________________________________________________________
10561 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
10562         Log: Subject: [PATCH] DB_File-1.79
10563              From: "Paul Marquess" <paul.marquess@openwave.com>
10564              Date: Fri, 26 Oct 2001 00:03:54 +0100
10565              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
10566      Branch: perl
10567            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
10568            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10569 ____________________________________________________________________________
10570 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
10571         Log: make the dMY_CXT stuff available under all of
10572              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10573      Branch: maint-5.6/perl
10574            ! perl.h
10575 ____________________________________________________________________________
10576 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
10577         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
10578              From: Michael G Schwern <schwern@pobox.com>
10579              Date: Thu, 25 Oct 2001 18:28:12 -0400
10580              Message-ID: <20011025182812.M4811@blackrider>
10581      Branch: perl
10582            ! t/run/kill_perl.t
10583 ____________________________________________________________________________
10584 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
10585         Log: STRLEN != int.
10586      Branch: perl
10587            ! regcomp.c regexec.c
10588 ____________________________________________________________________________
10589 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
10590         Log: Subject: [PATCH] remove small IVop redundancy
10591              From: Nicholas Clark <nick@ccl4.org>
10592              Date: Thu, 25 Oct 2001 22:48:28 +0100
10593              Message-ID: <20011025224827.M66471@plum.flirble.org>
10594      Branch: perl
10595            ! pp.c pp_hot.c
10596 ____________________________________________________________________________
10597 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
10598         Log: Metaconfig unit change for #12655.
10599      Branch: metaconfig/U/perl
10600            ! Extensions.U
10601 ____________________________________________________________________________
10602 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
10603         Log: Subject: Re: Not OK @12650
10604              From: Andy Dougherty <doughera@lafayette.edu>
10605              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
10606              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
10607      Branch: perl
10608            ! Configure
10609 ____________________________________________________________________________
10610 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
10611         Log: Integrate changes #12652 and #12653 from maintperl;
10612              
10613              more tweaks to change#12626
10614              * move the boilerplate code over to perl.h and make DynaLoader
10615              use it
10616              * make re, Opcode, File::Glob and B threadsafe
10617              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10618              C<no re;> anywhere)
10619              
10620              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10621              
10622              File::Glob required a bit more work in bleadperl
10623              because of ExtUtils::Constant (see the Makefile.PL change)
10624      Branch: perl
10625            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
10626           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10627           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10628 ____________________________________________________________________________
10629 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
10630         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10631      Branch: maint-5.6/perl
10632            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10633            ! ext/Opcode/Opcode.xs ext/re/re.xs
10634 ____________________________________________________________________________
10635 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
10636         Log: more tweaks to change#12626
10637              * move the boilerplate code over to perl.h and make DynaLoader
10638              use it
10639              * make re, Opcode, File::Glob and B threadsafe
10640              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10641              C<no re;> anywhere)
10642      Branch: maint-5.6/perl
10643            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10644            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10645 ____________________________________________________________________________
10646 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
10647         Log: Metaconfig unit change for #12650.
10648      Branch: metaconfig/U/perl
10649            ! Extensions.U
10650 ____________________________________________________________________________
10651 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
10652         Log: Subject: Re: ithreads doesn't like usedl=n
10653              From: Andy Dougherty <doughera@lafayette.edu>
10654              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
10655              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
10656              
10657              Special-case threads::shared.
10658      Branch: perl
10659            ! Configure
10660 ____________________________________________________________________________
10661 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
10662         Log: Getting fancier...
10663      Branch: perl
10664            ! t/TEST
10665 ____________________________________________________________________________
10666 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
10667         Log: csh - what a pain.
10668      Branch: perl
10669            ! t/TEST
10670 ____________________________________________________________________________
10671 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
10672         Log: Update Changes.
10673      Branch: perl
10674            ! Changes patchlevel.h
10675 ____________________________________________________________________________
10676 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
10677         Log: Allow resetting the locale system for the duration
10678              of the build (Mac OS X default setting LANG=En_US
10679              ist kaputt)
10680      Branch: perl
10681            ! Makefile.SH
10682 ____________________________________________________________________________
10683 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
10684         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
10685      Branch: perl
10686            ! ext/Digest/MD5/t/files.t
10687 ____________________________________________________________________________
10688 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
10689         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
10690              From: Andy Dougherty <doughera@lafayette.edu>
10691              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
10692              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
10693      Branch: perl
10694            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
10695            ! ext/threads/shared/Makefile.PL
10696 ____________________________________________________________________________
10697 [ 12643] By: sky                                   on 2001/10/25  12:28:26
10698         Log: Add support for reference members of hashes.
10699      Branch: perl
10700            ! ext/threads/shared/shared.xs
10701 ____________________________________________________________________________
10702 [ 12642] By: ams                                   on 2001/10/25  12:21:13
10703         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
10704              From: "Norton Allen" <nort@qnx.com>
10705              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
10706              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
10707      Branch: perl
10708            ! ext/Digest/MD5/MD5.xs
10709 ____________________________________________________________________________
10710 [ 12641] By: sky                                   on 2001/10/25  10:27:39
10711         Log: Tests shared hashes.
10712      Branch: perl
10713            + ext/threads/shared/t/hv_simple.t
10714            ! MANIFEST
10715 ____________________________________________________________________________
10716 [ 12640] By: sky                                   on 2001/10/25  10:18:23
10717         Log: Fix threadcounts for arrays and hashes.
10718      Branch: perl
10719            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10720 ____________________________________________________________________________
10721 [ 12639] By: sky                                   on 2001/10/25  10:17:26
10722         Log: Note to self, doing *src_ary++ in a macro that evaluates
10723              the value more than once is a good way to dump core.
10724      Branch: perl
10725            ! sharedsv.c
10726 ____________________________________________________________________________
10727 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
10728         Log: Integrate change #12636 from maintperl; more dl fixups.
10729      Branch: perl
10730           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10731           !> ext/DynaLoader/dl_vms.xs
10732 ____________________________________________________________________________
10733 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
10734         Log: Like dl_hpux, like dl_dld.
10735      Branch: perl
10736            ! ext/DynaLoader/dl_dld.xs
10737 ____________________________________________________________________________
10738 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
10739         Log: followups to change#12635
10740      Branch: maint-5.6/perl
10741            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10742            ! ext/DynaLoader/dl_vms.xs
10743 ____________________________________________________________________________
10744 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
10745         Log: add part of change#12634 to the two files that need it; dl_aix.xs
10746              in maint-5.6 doesn't have the branch that had the problem in
10747              mainline
10748      Branch: maint-5.6/perl
10749            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
10750 ____________________________________________________________________________
10751 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
10752         Log: Fixes for #12627.
10753      Branch: perl
10754            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
10755 ____________________________________________________________________________
10756 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
10757         Log: Since pv_uni_display and sv_uni_display are now used
10758              in the re extension, their symbols have to be exported.
10759      Branch: perl
10760            ! embed.pl global.sym
10761 ____________________________________________________________________________
10762 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
10763         Log: Subject:  Re: [PATCH Perl@12567] debug /list
10764              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10765              Date: Tue, 23 Oct 2001 21:40:33 EDT
10766              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
10767      Branch: perl
10768            ! configure.com
10769 ____________________________________________________________________________
10770 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
10771         Log: This takes care of some of the re 'debug' cases but
10772              not all cases since the information whether the pattern
10773              or the target are utf8 seems to be either lost or not
10774              spread widely enough, sigh.
10775      Branch: perl
10776            ! regcomp.c
10777 ____________________________________________________________________________
10778 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
10779         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
10780              From: John Peacock <jpeacock@rowman.com>
10781              Date: Wed, 24 Oct 2001 16:53:29 -0400
10782              Message-ID: <3BD72A49.1508D152@rowman.com>
10783      Branch: perl
10784            ! configure.com
10785 ____________________________________________________________________________
10786 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
10787         Log: Upgrade NetWare and WinCE as in #12626.
10788      Branch: perl
10789            ! NetWare/dl_netware.xs wince/dl_win32.xs
10790 ____________________________________________________________________________
10791 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
10792         Log: Tru64 compiler nit.
10793      Branch: perl
10794            ! ext/threads/shared/shared.xs
10795 ____________________________________________________________________________
10796 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
10797         Log: Integrate change #12626 from maintperl;
10798              make DynaLoader threadsafe by moving all statics into
10799              interpreter-local space
10800              
10801              TODO: Netware, OS/2, WinCE
10802      Branch: perl
10803           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10804           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10805           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10806           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10807           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10808           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10809           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
10810 ____________________________________________________________________________
10811 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
10812         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
10813              space
10814      Branch: maint-5.6/perl
10815            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10816            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10817            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10818            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10819            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10820            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10821            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
10822 ____________________________________________________________________________
10823 [ 12625] By: sky                                   on 2001/10/24  20:05:26
10824         Log: Change #12623 inflicted an infinite hang. Fixed.
10825      Branch: perl
10826            ! ext/threads/shared/shared.xs
10827 ____________________________________________________________________________
10828 [ 12624] By: sky                                   on 2001/10/24  19:06:55
10829         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
10830      Branch: perl
10831            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10832 ____________________________________________________________________________
10833 [ 12623] By: sky                                   on 2001/10/24  18:06:34
10834         Log: We need to do sharedsv_find in the original perl context.
10835      Branch: perl
10836            ! ext/threads/shared/shared.xs
10837 ____________________________________________________________________________
10838 [ 12622] By: sky                                   on 2001/10/24  17:26:51
10839         Log: Add support for basic support for AVs, references not supported yet.
10840              Add test for AVs.
10841              Add more tests to sv_refs
10842              Fix documentation issues.  
10843      Branch: perl
10844            + ext/threads/shared/t/av_simple.t
10845            ! MANIFEST ext/threads/shared/shared.pm
10846            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
10847 ____________________________________________________________________________
10848 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
10849         Log: Dump Unicode better for re 'debug'.  The regprop()
10850              is unfinished since have to figure out how to detect
10851              Unicodeness in there.
10852      Branch: perl
10853            ! regcomp.c regexec.c
10854 ____________________________________________________________________________
10855 [ 12620] By: sky                                   on 2001/10/24  13:18:07
10856         Log: Add support for finding shared arrays and hashes.
10857      Branch: perl
10858            ! sharedsv.c
10859 ____________________________________________________________________________
10860 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
10861         Log: Rewrite sv_uni_display() as pv_uni_display() as
10862              reimplement sv_uni_display() using that.
10863      Branch: perl
10864            ! dump.c embed.h embed.pl proto.h
10865 ____________________________________________________________________________
10866 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
10867         Log: Integrate change #12615 from maintperl;
10868              on Windows, IO::File::new_tmpfile() fails after being called
10869              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10870              process-wide limit
10871      Branch: perl
10872           !> win32/win32.c
10873 ____________________________________________________________________________
10874 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
10875         Log: Don't try to print ints as IVs.
10876      Branch: perl
10877            ! ext/Time/HiRes/HiRes.xs
10878 ____________________________________________________________________________
10879 [ 12616] By: sky                                   on 2001/10/24  11:06:35
10880         Log: We only need to fetch the SV from the backend if the index
10881              is not the same as mg_private.     In theory this could be
10882              a problem if there are an exact multiple of U16 changes
10883              of a shared variable between two access in a given thread,
10884              we choose to avoid theory for now.
10885      Branch: perl
10886            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
10887 ____________________________________________________________________________
10888 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
10889         Log: on Windows, IO::File::new_tmpfile() fails after being called
10890              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10891              process-wide limit
10892      Branch: maint-5.6/perl
10893            ! win32/win32.c
10894 ____________________________________________________________________________
10895 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
10896         Log: Negation and Unicode: sort of solves 20010303.010,
10897              except not quite like reported in the Subject
10898              (Perl_warner is still utf8-ignorant).
10899      Branch: perl
10900            ! pp.c t/lib/warnings/sv
10901 ____________________________________________________________________________
10902 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
10903         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
10904      Branch: perl
10905            ! sv.c t/lib/warnings/sv
10906 ____________________________________________________________________________
10907 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
10908         Log: sv_uni_display(): do not add the "...", let the caller
10909              do it if wanted, and be prepared for more display options.
10910      Branch: perl
10911            ! dump.c embed.h embed.pl proto.h
10912 ____________________________________________________________________________
10913 [ 12611] By: nick                                  on 2001/10/23  20:28:07
10914         Log: Integrate mainline
10915      Branch: perlio
10916           !> Changes configure.com cygwin/cygwin.c
10917           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
10918           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
10919           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
10920           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
10921           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
10922           !> utils/h2xs.PL utils/perldoc.PL
10923 ____________________________________________________________________________
10924 [ 12610] By: sky                                   on 2001/10/23  19:39:24
10925         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
10926              don't call themselves READONLY but still die with modification
10927              attempt. We only call bless for ext and umagic.
10928      Branch: perl
10929            ! sv.c
10930 ____________________________________________________________________________
10931 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
10932         Log: Croak() on negative time; doc tweaks.
10933      Branch: perl
10934            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10935            ! ext/Time/HiRes/HiRes.xs
10936 ____________________________________________________________________________
10937 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
10938         Log: FAQ sync.
10939      Branch: perl
10940            ! pod/perlfaq4.pod pod/perlfaq7.pod
10941 ____________________________________________________________________________
10942 [ 12607] By: sky                                   on 2001/10/23  18:27:27
10943         Log: Call setmagic on the referent we are blessing.
10944      Branch: perl
10945            ! sv.c
10946 ____________________________________________________________________________
10947 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
10948         Log: Small test nits.
10949      Branch: perl
10950            ! t/op/lc.t
10951 ____________________________________________________________________________
10952 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
10953         Log: Update Changes.
10954      Branch: perl
10955            ! Changes patchlevel.h
10956 ____________________________________________________________________________
10957 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
10958         Log: Make the PerlIO_init() prototypes consistent.
10959      Branch: perl
10960            ! perlio.c
10961 ____________________________________________________________________________
10962 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
10963         Log: Upping the test count is a good idea.
10964      Branch: perl
10965            ! t/op/lc.t
10966 ____________________________________________________________________________
10967 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
10968         Log: Document the final sigma spot.
10969      Branch: perl
10970            ! pp.c
10971 ____________________________________________________________________________
10972 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
10973         Log: Fix multicharacter titlecase (ucfirst).
10974      Branch: perl
10975            ! pod/perlunicode.pod pp.c t/op/lc.t
10976 ____________________________________________________________________________
10977 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
10978         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
10979              From: Mikhail Zabaluev <mhz@alt-linux.org>
10980              Date: Tue, 23 Oct 2001 10:40:37 +0400
10981              Message-ID: <20011023104037.A12761@localhost.localdomain>
10982              
10983              (#12406 replaced with this)
10984      Branch: perl
10985            ! utils/perldoc.PL
10986 ____________________________________________________________________________
10987 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
10988         Log: MacOS Classic updates from Pudge.
10989      Branch: perl
10990            ! lib/File/Spec.t lib/File/Spec/Mac.pm
10991 ____________________________________________________________________________
10992 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
10993         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
10994              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10995              Date: Sun, 14 Oct 2001 23:14:46 +0200
10996              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
10997              
10998              except for the 2->4 changes.
10999      Branch: perl
11000            ! lib/AutoSplit.t
11001 ____________________________________________________________________________
11002 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
11003         Log: integrate macperl contents into maint-5.6
11004      Branch: maint-5.6/perl
11005            ! mg.c
11006           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
11007           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
11008           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
11009           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11010           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
11011           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
11012           !> t/lib/filefind.t t/lib/filespec.t
11013 ____________________________________________________________________________
11014 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
11015         Log: At some point the #6234 has been lost from the mainline
11016              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
11017      Branch: perl
11018            ! lib/File/Spec/Win32.pm
11019 ____________________________________________________________________________
11020 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
11021         Log: Cygwin seems to round up (or closest, but not down)
11022              for time(), so half of the time (bad pun intended)
11023              Time::HiRes::time() is less than time(), half of
11024              the time it's more.  So let's try harder in the loop.
11025      Branch: perl
11026            ! ext/Time/HiRes/HiRes.t
11027 ____________________________________________________________________________
11028 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
11029         Log: MacOS Classic timeofday(), from Chris Nandor. 
11030      Branch: perl
11031            ! ext/Time/HiRes/HiRes.xs
11032 ____________________________________________________________________________
11033 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
11034         Log: Integrate changes #12580 and #12581 from macperl;
11035              
11036              Fix path construction.
11037              
11038              (Copyright) Nit.
11039      Branch: perl
11040           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
11041 ____________________________________________________________________________
11042 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
11043         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
11044              doesn't seem to help (the error being output to console, maybe?)
11045      Branch: perl
11046            ! lib/Net/Domain.pm
11047 ____________________________________________________________________________
11048 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
11049         Log: Taint the getcwd() result also in Cygwin.
11050              (TODO: which other platforms need the same thing?)
11051      Branch: perl
11052            ! cygwin/cygwin.c
11053 ____________________________________________________________________________
11054 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
11055         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
11056      Branch: perl
11057            ! t/op/taint.t
11058 ____________________________________________________________________________
11059 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
11060         Log: getpwuid() fragility continues.
11061      Branch: perl
11062            ! utils/h2xs.PL
11063 ____________________________________________________________________________
11064 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
11065         Log: getpwuid() might succeed but that's no guarantee
11066              that the $home will be defined.
11067      Branch: perl
11068            ! ext/File/Glob/t/basic.t
11069 ____________________________________________________________________________
11070 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
11071         Log: It's safer to to expand the variable, too... (see #12571)
11072      Branch: perl
11073            ! t/TEST
11074 ____________________________________________________________________________
11075 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
11076         Log: Integrate with maintperl.
11077      Branch: maint-5.6/macperl
11078           !> win32/bin/pl2bat.pl win32/win32.c
11079 ____________________________________________________________________________
11080 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
11081         Log: Oops, forgot to include Win32 ... just as well, since it
11082              seems in bleadperl, change #7764 was not included
11083              (adding C:\temp).  Re-added.  Rip it back out if it
11084              doesn't belong.  :-)
11085      Branch: maint-5.6/macperl
11086            ! lib/File/Spec/Win32.pm
11087 ____________________________________________________________________________
11088 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
11089         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
11090              From: "Craig A. Berry" <craigberry@mac.com>
11091              Date: Mon, 22 Oct 2001 15:25:19 -0500
11092              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
11093      Branch: perl
11094            ! configure.com
11095 ____________________________________________________________________________
11096 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
11097         Log: Add in lots of File::Spec changes, from Thomas Wegner,
11098              and sync with changes from bleadperl.
11099      Branch: maint-5.6/macperl
11100            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
11101            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
11102            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11103            ! lib/File/Spec/Win32.pm t/lib/filespec.t
11104 ____________________________________________________________________________
11105 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
11106         Log: Sync with latest File::Find and tests from bleadperl.
11107      Branch: maint-5.6/macperl
11108            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
11109 ____________________________________________________________________________
11110 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
11111         Log: Nit.
11112      Branch: maint-5.6/macperl
11113            ! perl.c
11114 ____________________________________________________________________________
11115 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
11116         Log: Fix path construction.
11117      Branch: maint-5.6/macperl
11118            ! ext/DynaLoader/DynaLoader_pm.PL
11119 ____________________________________________________________________________
11120 [ 12579] By: nick                                  on 2001/10/22  19:08:35
11121         Log: Integrate mainline (for Arthurs thread.xs fix)
11122      Branch: perlio
11123           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
11124 ____________________________________________________________________________
11125 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
11126         Log: Fix up exported symbols, move relevant docs
11127              over from macperl.pod.
11128      Branch: maint-5.6/macperl
11129            ! macos/ext/MacPerl/MacPerl.pm
11130 ____________________________________________________________________________
11131 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
11132         Log: Make ADDRESS called optionally as a method.
11133      Branch: maint-5.6/macperl
11134            ! macos/lib/Mac/Glue.pm
11135 ____________________________________________________________________________
11136 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
11137         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
11138              Apple event.
11139      Branch: maint-5.6/macperl
11140            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
11141            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
11142            ! macos/macperl/MPTerminology.aete
11143 ____________________________________________________________________________
11144 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
11145         Log: Clean up some build utilities. Change Entab to Duplicate;
11146              fix docs and error reporting; improve macify() of paths;
11147              remove requirement for Exporter.pm presence.
11148      Branch: maint-5.6/macperl
11149            ! macos/InstallBLIB macos/MacPerlTests.cmd
11150            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
11151 ____________________________________________________________________________
11152 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
11153         Log: Sync Time::HiRes with bleadperl
11154      Branch: maint-5.6/macperl
11155            ! macos/bundled_ext/Time/HiRes/HiRes.pm
11156            ! macos/bundled_ext/Time/HiRes/HiRes.t
11157            ! macos/bundled_ext/Time/HiRes/HiRes.xs
11158 ____________________________________________________________________________
11159 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
11160         Log: Fix up Changes
11161      Branch: maint-5.6/macperl
11162            ! macos/Changes
11163 ____________________________________________________________________________
11164 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
11165         Log: A user might belong to only a single group
11166              (the group equal to the group id).
11167      Branch: perl
11168            ! t/op/groups.t
11169 ____________________________________________________________________________
11170 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
11171         Log: Prepending (instead of replacing with) the pwd is safer. 
11172      Branch: perl
11173            ! t/TEST
11174 ____________________________________________________________________________
11175 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
11176         Log: Be more robust if no hostname or domainname
11177              (especially the latter)
11178      Branch: perl
11179            ! lib/Net/Domain.pm
11180 ____________________________________________________________________________
11181 [ 12569] By: sky                                   on 2001/10/22  17:41:07
11182         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
11183      Branch: perl
11184            ! ext/threads/threads.xs
11185 ____________________________________________________________________________
11186 [ 12568] By: nick                                  on 2001/10/22  16:31:24
11187         Log: Integrate mainline
11188      Branch: perlio
11189           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
11190           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11191           +> ext/threads/shared/t/sv_refs.t
11192           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
11193            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11194            - lib/unicore/To/SpecUpper.pl
11195           !> (integrate 42 files)
11196 ____________________________________________________________________________
11197 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
11198         Log: Update Changes.
11199      Branch: perl
11200            ! Changes patchlevel.h
11201 ____________________________________________________________________________
11202 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
11203         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
11204              From: Michael G Schwern <schwern@pobox.com>
11205              Date: Mon, 22 Oct 2001 03:48:38 -0400
11206              Message-ID: <20011022034838.B1676@blackrider>
11207      Branch: perl
11208            ! pod/perlvar.pod
11209 ____________________________________________________________________________
11210 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
11211         Log: Pod nits, as suggested by Stas Bekman.
11212      Branch: perl
11213            ! ext/threads/shared/shared.pm ext/threads/threads.pm
11214 ____________________________________________________________________________
11215 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
11216         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
11217              From: "Paul Marquess" <paul.marquess@openwave.com> 
11218              Date: Sun, 21 Oct 2001 21:11:15 +0100
11219              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
11220      Branch: perl
11221            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11222            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
11223            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
11224            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
11225            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
11226            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
11227            ! ext/SDBM_File/sdbm.t
11228 ____________________________________________________________________________
11229 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
11230         Log: Integrate change #12559 from maintperl;
11231              various fixes for system() and backticks under windows
11232      Branch: perl
11233           !> win32/win32.c
11234 ____________________________________________________________________________
11235 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
11236         Log: Integrate change #12560 from maintperl;
11237              make pl2bat use %0 rather than "%0" (the latter fails to work
11238              in a lot of common cases)
11239      Branch: perl
11240           !> win32/bin/pl2bat.pl
11241 ____________________________________________________________________________
11242 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
11243         Log: Integrate changes #12549 and #12550 from maintperl;
11244              
11245              readline() doesn't work with our variables; it confuses them with
11246              my variables (change#4227 was incomplete)
11247      Branch: perl
11248            ! t/lib/strict/vars
11249           !> t/base/rs.t toke.c
11250 ____________________________________________________________________________
11251 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
11252         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
11253              in a lot of common cases)
11254      Branch: maint-5.6/perl
11255            ! win32/bin/pl2bat.pl
11256 ____________________________________________________________________________
11257 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
11258         Log: various fixes for system() and backticks under windows:
11259              
11260              * avoid munging whitespace that is passed within quotes
11261              * work around a cmd.exe misfeature that made multi-arg
11262              system() unreliable when there is more than one quoted
11263              argument
11264              * make multi-arg system() autoquote arguments as needed
11265              before passing them to the shell (this avoids having to
11266              second guess the shell quoting)
11267              * perl's -Dp switch can be used to trace the innards
11268      Branch: maint-5.6/perl
11269            ! win32/win32.c
11270 ____________________________________________________________________________
11271 [ 12558] By: nick                                  on 2001/10/22  08:58:42
11272         Log: Integrate ithreads buffer flush fix from perlio
11273      Branch: perl
11274           !> ext/threads/t/basic.t perl.c
11275 ____________________________________________________________________________
11276 [ 12557] By: nick                                  on 2001/10/22  08:35:09
11277         Log: All tests pass (legitimately) on ithreads
11278      Branch: perlio
11279            ! ext/threads/t/basic.t perl.c
11280 ____________________________________________________________________________
11281 [ 12556] By: nick                                  on 2001/10/22  06:51:22
11282         Log: Integrate non-ithreads fix to mainline
11283      Branch: perl
11284           !> perlio.c
11285 ____________________________________________________________________________
11286 [ 12555] By: nick                                  on 2001/10/22  06:48:33
11287         Log: Restore non-ithreads build. Interestingly binmode test passes
11288              non-ithreads - so crlf layer is not damaged and ithreads fail
11289              is a symptom ...
11290      Branch: perlio
11291            ! perlio.c
11292 ____________________________________________________________________________
11293 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
11294         Log: Integrate from perlio; restructuring.
11295      Branch: perl
11296           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11297           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
11298           !> win32/perlhost.h
11299 ____________________________________________________________________________
11300 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
11301         Log: Integrate from maintperl
11302              (Changes 12350, 12496, 12548, 12549, 12550)
11303      Branch: maint-5.6/macperl
11304           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
11305           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
11306 ____________________________________________________________________________
11307 [ 12552] By: nick                                  on 2001/10/21  19:18:12
11308         Log: Win32 PerlIO_cleanup special cases should no longer be required.
11309      Branch: perlio
11310            ! perl.c
11311 ____________________________________________________________________________
11312 [ 12551] By: nick                                  on 2001/10/21  19:16:56
11313         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
11314      Branch: perlio
11315            ! win32/makefile.mk
11316 ____________________________________________________________________________
11317 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
11318         Log: change#12549 wasn't aware of strictures
11319      Branch: maint-5.6/perl
11320            ! t/pragma/strict-vars toke.c
11321 ____________________________________________________________________________
11322 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
11323         Log: readline() doesn't work with our variables; it confuses them with
11324              my variables (change#4227 was incomplete)
11325      Branch: maint-5.6/perl
11326            ! t/base/rs.t toke.c
11327 ____________________________________________________________________________
11328 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
11329         Log: change#12220 appears to have pulled in a mainline change that
11330              isn't applicable to maint-5.6 (some platforms don't taint
11331              cwd)
11332      Branch: maint-5.6/perl
11333            ! t/lib/filefind-taint.t
11334 ____________________________________________________________________________
11335 [ 12547] By: nick                                  on 2001/10/21  17:15:54
11336         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
11337              for them. Call explicit cleanup during destruct process.
11338              - one binmode test is failing
11339              - also ext/threads/t/basic.t fails under make test, and is noisy under
11340              harness. (Threads results are intermingled and don't match order expected.)
11341      Branch: perlio
11342            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11343            ! perlio.h perliol.h pod/perlapi.pod sv.c
11344 ____________________________________________________________________________
11345 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
11346         Log: Implement multicharacter case mappings where a single
11347              Unicode character can be mapped into several.
11348      Branch: perl
11349            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11350            - lib/unicore/To/SpecUpper.pl
11351            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
11352            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
11353            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
11354            ! proto.h t/op/lc.t utf8.c
11355 ____________________________________________________________________________
11356 [ 12545] By: sky                                   on 2001/10/21  15:25:16
11357         Log: First support of threads::shared, support shared svs and references.
11358      Branch: perl
11359            + ext/threads/shared/Makefile.PL ext/threads/shared/README
11360            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11361            + ext/threads/shared/t/sv_refs.t
11362            + ext/threads/shared/t/sv_simple.t
11363            ! MANIFEST sharedsv.c
11364 ____________________________________________________________________________
11365 [ 12544] By: nick                                  on 2001/10/21  14:52:35
11366         Log: PerlIO layer table as PL_perlio (per-interpreter)
11367      Branch: perlio
11368            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
11369            ! pod/perlapi.pod sv.c
11370 ____________________________________________________________________________
11371 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
11372         Log: Prettyprinting.
11373      Branch: perl
11374            ! pod/perlunicode.pod
11375 ____________________________________________________________________________
11376 [ 12542] By: ams                                   on 2001/10/21  03:50:25
11377         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
11378              From: "Sean M. Burke" <sburke@cpan.org>
11379              Date: Sat, 20 Oct 2001 17:51:09 -0600
11380              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
11381      Branch: perl
11382            + pod/perlpodspec.pod
11383            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
11384            ! pod/perltoc.pod
11385 ____________________________________________________________________________
11386 [ 12541] By: nick                                  on 2001/10/20  22:23:53
11387         Log: Fix typos in new locking on MemShared
11388              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
11389              - seems to make segfaults more deterministic - suspect they are 
11390              attempt to free() after Interp and Host have gone.
11391      Branch: perlio
11392            ! perlio.c win32/perlhost.h
11393 ____________________________________________________________________________
11394 [ 12540] By: nick                                  on 2001/10/20  21:50:46
11395         Log: Remove the MemShared re-#define (again)
11396      Branch: perlio
11397            ! perlio.c
11398 ____________________________________________________________________________
11399 [ 12539] By: nick                                  on 2001/10/20  21:49:06
11400         Log: Use locks on MemShared
11401      Branch: perlio
11402            ! win32/perlhost.h
11403 ____________________________________________________________________________
11404 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
11405         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
11406              From: "chromatic" <chromatic@rmci.net>
11407              Date: Sat, 20 Oct 2001 11:13:47 -0600
11408              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
11409      Branch: perl
11410            ! installhtml
11411 ____________________________________________________________________________
11412 [ 12537] By: nick                                  on 2001/10/20  16:44:03
11413         Log: Integrate mainline
11414      Branch: perlio
11415           !> (integrate 48 files)
11416 ____________________________________________________________________________
11417 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
11418         Log: Update Changes.
11419      Branch: perl
11420            ! Changes patchlevel.h
11421 ____________________________________________________________________________
11422 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
11423         Log: Upgrade to podlators 1.11, from Russ Allbery.
11424      Branch: perl
11425            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11426            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11427            ! pod/pod2man.PL pod/pod2text.PL
11428 ____________________________________________________________________________
11429 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
11430         Log: Integrate perlio change #12532:
11431              introduce and use PerlIO_intmod2str().
11432      Branch: perl
11433           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
11434 ____________________________________________________________________________
11435 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
11436         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
11437      Branch: perl
11438            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
11439 ____________________________________________________________________________
11440 [ 12532] By: nick                                  on 2001/10/20  14:25:37
11441         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
11442              Use for non-PERLIO fdupopen().
11443      Branch: perlio
11444            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
11445 ____________________________________________________________________________
11446 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
11447         Log: Integrate perlio: PerlIO win32 fixes.
11448      Branch: perl
11449           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
11450           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
11451           !> proto.h sv.h win32/win32io.c
11452 ____________________________________________________________________________
11453 [ 12530] By: nick                                  on 2001/10/20  12:53:30
11454         Log: Fixed in two places - p4 resolve
11455      Branch: perlio
11456            ! perlsdio.h
11457 ____________________________________________________________________________
11458 [ 12529] By: nick                                  on 2001/10/20  12:51:05
11459         Log: Fix for ithreads/stdio build
11460      Branch: perlio
11461            ! perlio.c perlsdio.h
11462 ____________________________________________________________________________
11463 [ 12528] By: ams                                   on 2001/10/20  12:13:25
11464         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
11465              From: Michael G Schwern <schwern@pobox.com>
11466              Date: Sat, 20 Oct 2001 01:41:21 -0400
11467              Message-Id: <20011020014121.I3681@blackrider>
11468      Branch: perl
11469            ! installman
11470 ____________________________________________________________________________
11471 [ 12527] By: ams                                   on 2001/10/20  12:09:41
11472         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
11473              From: Michael G Schwern <schwern@pobox.com>
11474              Date: Sat, 20 Oct 2001 02:04:21 -0400
11475              Message-Id: <20011020020421.A11732@blackrider>
11476      Branch: perl
11477            ! lib/Pod/Checker.pm
11478 ____________________________________________________________________________
11479 [ 12526] By: ams                                   on 2001/10/20  11:59:41
11480         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
11481              From: "chromatic" <chromatic@rmci.net>
11482              Date: Fri, 19 Oct 2001 22:46:39 -0600
11483              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
11484      Branch: perl
11485            ! lib/Net/Config.pm
11486 ____________________________________________________________________________
11487 [ 12525] By: nick                                  on 2001/10/20  11:16:18
11488         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
11489              Perl_sv_setsv_flags directly.
11490      Branch: perlio
11491            ! ext/threads/threads.xs
11492 ____________________________________________________________________________
11493 [ 12524] By: nick                                  on 2001/10/20  10:28:17
11494         Log: Add a new flag character 'm' to embed.pl set to represent
11495              "functions" which are really macros. Use it foe the troublesome
11496              sv_setsv() etc. macros in sv.h - changing latter to define
11497              sv_setsv rather than sv_setsv_macro etc.
11498      Branch: perlio
11499            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
11500            ! pod/perlapi.pod proto.h sv.h
11501 ____________________________________________________________________________
11502 [ 12523] By: nick                                  on 2001/10/20  09:17:17
11503         Log: Add comments explaining why win32.h/embed.h are included where they are
11504              in perl.h 
11505      Branch: perlio
11506            ! perl.h
11507 ____________________________________________________________________________
11508 [ 12522] By: nick                                  on 2001/10/20  08:27:44
11509         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
11510              being used yet.
11511      Branch: perlio
11512            ! win32/win32io.c
11513 ____________________________________________________________________________
11514 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
11515         Log: Wording tweaks.
11516      Branch: perl
11517            ! t/TEST
11518 ____________________________________________________________________________
11519 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
11520         Log: Subject: IO module with nonblocking socket connect patch 
11521              From: Raul Dias <raul@dias.com.br>
11522              Date: Fri, 19 Oct 2001 22:45:32 -0300
11523              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
11524      Branch: perl
11525            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11526 ____________________________________________________________________________
11527 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
11528         Log: Test vertical whitespace combined with /x in \p{}.
11529      Branch: perl
11530            ! t/op/pat.t
11531 ____________________________________________________________________________
11532 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
11533         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
11534              From: Gisle Aas <gisle@ActiveState.com> 
11535              Date: 19 Oct 2001 16:46:02 -0700
11536              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
11537      Branch: perl
11538            ! lib/ExtUtils/MakeMaker.pm
11539 ____________________________________________________________________________
11540 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
11541         Log: No more this symbol.
11542      Branch: perl
11543            ! makedef.pl
11544 ____________________________________________________________________________
11545 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
11546         Log: Integrate change #12511; fix gross win32 build issues.
11547      Branch: perl
11548           !> makedef.pl sv.c
11549 ____________________________________________________________________________
11550 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
11551         Log: Unpack in scalar context should return the first value
11552              returned in list context, as pointed out by Ton Hospel
11553              in 2001-05-21 (this is how it works already in blead,
11554              just adding the test).
11555      Branch: perl
11556            ! t/op/pack.t
11557 ____________________________________________________________________________
11558 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
11559         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
11560              From: "Craig A. Berry" <craigberry@mac.com>
11561              Date: Fri, 19 Oct 2001 16:59:30 -0500
11562              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
11563      Branch: perl
11564            ! utils/perldoc.PL
11565 ____________________________________________________________________________
11566 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
11567         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
11568              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11569              Date: Fri, 19 Oct 2001 17:45:23 EDT
11570              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
11571      Branch: perl
11572            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
11573            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
11574            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
11575            ! vms/vmsish.h
11576 ____________________________________________________________________________
11577 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
11578         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
11579              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11580              Date: Fri, 19 Oct 2001 17:26:35 EDT
11581              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
11582      Branch: perl
11583            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
11584 ____________________________________________________________________________
11585 [ 12511] By: nick                                  on 2001/10/19  19:55:36
11586         Log: Fix gross win32 build issues
11587      Branch: perlio
11588            ! makedef.pl sv.c
11589 ____________________________________________________________________________
11590 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
11591         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
11592              From: David Dyck <dcd@tc.fluke.com>
11593              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
11594              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
11595      Branch: perl
11596            ! lib/File/Find.pm
11597 ____________________________________________________________________________
11598 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
11599         Log: Subject: Re: PerlIO and Encode
11600              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11601              Date: Tue, 16 Oct 2001 01:50:16 +0900
11602              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
11603      Branch: perl
11604            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
11605            ! ext/Encode/Encode/Tcl.t
11606 ____________________________________________________________________________
11607 [ 12508] By: ams                                   on 2001/10/19  17:59:16
11608         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
11609              (See #12499)
11610      Branch: perl
11611            ! pod/perlintro.pod
11612 ____________________________________________________________________________
11613 [ 12507] By: nick                                  on 2001/10/19  16:30:43
11614         Log: Integrate mainline
11615      Branch: perlio
11616           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11617           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11618           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11619           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11620           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11621           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11622           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11623           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
11624           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
11625           +> win32/config_H.win64
11626            - lib/Test/Utils.pm lib/unicore/mktables.PL
11627            - t/lib/Test/Simple/Catch/More.pm
11628           !> (integrate 84 files)
11629 ____________________________________________________________________________
11630 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
11631         Log: Retract the #10451 which seems to be the cause
11632              of the major leakage from while(){eval"sub{}"}
11633      Branch: perl
11634            ! op.c t/run/kill_perl.t
11635 ____________________________________________________________________________
11636 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
11637         Log: Regen toc.
11638      Branch: perl
11639            ! pod/perltoc.pod
11640 ____________________________________________________________________________
11641 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
11642         Log: Tiny tweaks.
11643      Branch: perl
11644            ! pod/perl.pod
11645 ____________________________________________________________________________
11646 [ 12503] By: ams                                   on 2001/10/19  13:34:24
11647         Log: Subject: Re: perlintro.pod
11648              From: Abe Timmerman <abe@ztreet.demon.nl>
11649              Date: Fri, 19 Oct 2001 14:12:40 +0200
11650              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
11651      Branch: perl
11652            ! pod/perlintro.pod
11653 ____________________________________________________________________________
11654 [ 12502] By: ams                                   on 2001/10/19  13:24:12
11655         Log: Slight reorganisation of references.
11656      Branch: perl
11657            ! pod/perl.pod
11658 ____________________________________________________________________________
11659 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
11660         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
11661              From: Kay Röpke <kroepke@dolphin-services.de>
11662              Date: Fri, 19 Oct 2001 14:04:01 +0200 
11663              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
11664      Branch: perl
11665            ! lib/ExtUtils/MakeMaker.pm
11666 ____________________________________________________________________________
11667 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
11668         Log: Unicode categories continue:
11669              implement Category=, Script=, Block=
11670              (these are based on an upcoming update of TR#18)
11671              Fix a bug where we got two In categories named "old italic",
11672              and another where shortcut for the Is categories wasn't taken.
11673      Branch: perl
11674            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
11675            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
11676            ! pod/perlunicode.pod t/op/pat.t
11677 ____________________________________________________________________________
11678 [ 12499] By: ams                                   on 2001/10/19  01:42:29
11679         Log: Subject: a small patch to perlintro.pod.
11680              From: Autrijus Tang <autrijus@autrijus.org>
11681              Date: Fri, 19 Oct 2001 01:45:51 +0800
11682              Message-Id: <20011019014551.A35625@not.autrijus.org>
11683              (Applied by hand with nits.)
11684      Branch: perl
11685            ! pod/perlintro.pod
11686 ____________________________________________________________________________
11687 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
11688         Log: Subject: [PATCH] OpenBSD hints for ithreads
11689              From: Andy Dougherty <doughera@lafayette.edu>
11690              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
11691              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
11692      Branch: perl
11693            ! hints/openbsd.sh
11694 ____________________________________________________________________________
11695 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
11696         Log: Retract #12446; the problem solved by #12474.
11697      Branch: perl
11698            ! hints/aix.sh
11699 ____________________________________________________________________________
11700 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
11701         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
11702              message and suppress line number info (from Steve Hay
11703              <Steve.Hay@uk.radan.com>)
11704      Branch: maint-5.6/perl
11705            ! lib/Carp/Heavy.pm
11706 ____________________________________________________________________________
11707 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
11708         Log: More documented In categories.
11709      Branch: perl
11710            ! pod/perlunicode.pod
11711 ____________________________________________________________________________
11712 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
11713         Log: Update Changes.
11714      Branch: perl
11715            ! Changes patchlevel.h
11716 ____________________________________________________________________________
11717 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
11718         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
11719      Branch: perl
11720            ! MANIFEST
11721 ____________________________________________________________________________
11722 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
11723         Log: Wrong skip() arguments.
11724      Branch: perl
11725            ! ext/B/t/terse.t
11726 ____________________________________________________________________________
11727 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
11728         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
11729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11730              Date: Wed, 17 Oct 2001 09:10:53 EDT 
11731              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
11732      Branch: perl
11733            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
11734            ! pod/perlapi.pod vms/vms.c
11735 ____________________________________________________________________________
11736 [ 12490] By: ams                                   on 2001/10/18  09:31:00
11737         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
11738              From: Mark-Jason Dominus <mjd@plover.com>
11739              Date: Thu, 18 Oct 2001 06:25:35 -0400
11740              Message-Id: <20011018102535.19264.qmail@plover.com>
11741      Branch: perl
11742            ! pod/perl.pod
11743 ____________________________________________________________________________
11744 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
11745         Log: Prettyprinting.
11746      Branch: perl
11747            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
11748 ____________________________________________________________________________
11749 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
11750         Log: Regen toc.
11751      Branch: perl
11752            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11753 ____________________________________________________________________________
11754 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
11755         Log: Add perlintro, from Skud.
11756      Branch: perl
11757            + pod/perlintro.pod
11758            ! MANIFEST
11759 ____________________________________________________________________________
11760 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
11761         Log: FAQ sync.
11762      Branch: perl
11763            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
11764            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
11765            ! pod/perlfaq8.pod pod/perlfaq9.pod
11766 ____________________________________________________________________________
11767 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
11768         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
11769              in speed (upto 20% speedup in certain operations) but meanwhile
11770              regexps and arithmetics got slower (5-10%) (according to
11771              perlbench average speedup is negligible, and within measuring
11772              flutter, 1%).  Therefore retracting all the changes
11773              aimed at getting -std1 to compile cleanly:  #12475, #12476,
11774              #12479, #12480, #12481, #12482, #12483, #12484.
11775      Branch: perl
11776            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
11777            ! pp_hot.c pp_sys.c toke.c
11778 ____________________________________________________________________________
11779 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
11780         Log: (retracted by #12485)
11781              Strict ANSI doesn't like the third argument of main()
11782              so enable ignoring it if using ultra picky compiler.
11783      Branch: perl
11784            ! miniperlmain.c
11785 ____________________________________________________________________________
11786 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
11787         Log: (retracted by #12485)
11788              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
11789      Branch: perl
11790            ! perl.h
11791 ____________________________________________________________________________
11792 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
11793         Log: (retracted by #12485)
11794              Add explanatory comment.
11795      Branch: perl
11796            ! mg.c
11797 ____________________________________________________________________________
11798 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
11799         Log: (retracted by #12485)
11800              More dollar$hiding.
11801      Branch: perl
11802            ! doio.c perl.h pp_sys.c
11803 ____________________________________________________________________________
11804 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
11805         Log: (retracted by #12485)
11806              KISS.
11807      Branch: perl
11808            ! mg.c
11809 ____________________________________________________________________________
11810 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
11811         Log: (retracted by #12485)
11812              Thou shalt not #ifdef inside macro invocations,
11813              noticed by Rafael Garcia-Suarez.
11814      Branch: perl
11815            ! mg.c
11816 ____________________________________________________________________________
11817 [ 12478] By: ams                                   on 2001/10/17  18:50:55
11818         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
11819              From: Anton Berezin <tobez@tobez.org>
11820              Date: Wed, 17 Oct 2001 18:25:48 +0200
11821              Message-Id: <20011017182548.A12082@heechee.tobez.org>
11822      Branch: perl
11823            ! pp_sys.c
11824 ____________________________________________________________________________
11825 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
11826         Log: (retracted by #12485)
11827              Unterminated #ifdef.
11828      Branch: perl
11829            ! mg.c
11830 ____________________________________________________________________________
11831 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
11832         Log: (retracted by #12485)
11833              Avoid dollar signs in identifiers (in non-VMS) to
11834              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
11835      Branch: perl
11836            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
11837            ! toke.c
11838 ____________________________________________________________________________
11839 [ 12474] By: ams                                   on 2001/10/17  15:14:50
11840         Log: Subject: Two AIX patches
11841              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11842              Date: Wed, 17 Oct 2001 18:04:35 +0200
11843              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
11844      Branch: perl
11845            ! hints/aix.sh makedef.pl
11846 ____________________________________________________________________________
11847 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
11848         Log: Limiting the Time::HiRes::sleep and usleep to
11849              one second is not a good policy if drop-in
11850              replacement is still a goal.
11851      Branch: perl
11852            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11853            ! ext/Time/HiRes/HiRes.xs
11854 ____________________________________________________________________________
11855 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
11856         Log: Subject: [PATCH] Test::Simple 0.32
11857              From: Michael G Schwern <schwern@pobox.com> 
11858              Date: Wed, 17 Oct 2001 03:42:41 -0400
11859              Message-ID: <20011017034241.A25038@blackrider>
11860      Branch: perl
11861            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11862            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11863            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11864            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11865            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11866            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11867            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11868            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11869            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
11870            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11871            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11872            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11873            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11874            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
11875            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11876            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11877            ! t/lib/Test/Simple/Catch.pm
11878            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11879 ____________________________________________________________________________
11880 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
11881         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
11882              From: Michael G Schwern <schwern@pobox.com> 
11883              Date: Wed, 17 Oct 2001 04:04:13 -0400
11884              Message-ID: <20011017040413.C25550@blackrider>
11885      Branch: perl
11886            ! t/TEST t/harness vms/test.com
11887 ____________________________________________________________________________
11888 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
11889         Log: Regen doc with perlmodstyle added.
11890      Branch: perl
11891            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11892 ____________________________________________________________________________
11893 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
11894         Log: Pod cleanup.
11895      Branch: perl
11896            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
11897 ____________________________________________________________________________
11898 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
11899         Log: Subject: perlmodstyle as a patch
11900              From: Kirrily Robert <skud@infotrope.net>
11901              Date: Tue, 16 Oct 2001 22:47:23 -0400
11902              Message-ID: <20011016224723.A20673@infotrope.net>
11903      Branch: perl
11904            + pod/perlmodstyle.pod
11905            ! MANIFEST
11906 ____________________________________________________________________________
11907 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
11908         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11909              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11910              Date: Thu, 6 Sep 2001 11:09:40 +0100
11911              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11912              
11913              Mention also the develooper p5p archive.
11914      Branch: perl
11915            ! pod/perlhack.pod
11916 ____________________________________________________________________________
11917 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
11918         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
11919              From: Kay Röpke <kroepke@dolphin-services.de>
11920              Date: Tue, 16 Oct 2001 17:23:52 +0200
11921              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
11922      Branch: perl
11923            ! lib/ExtUtils/MakeMaker.pm
11924 ____________________________________________________________________________
11925 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
11926         Log: Add the special casing mappings (from SpecCase.txt)
11927              (except for the hyper special case mappings that have
11928              the condition list); the special casing mappings are
11929              unused for now.  Small tidying up on mktables.
11930      Branch: perl
11931            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11932            + lib/unicore/To/SpecUpper.pl
11933            ! lib/unicore/mktables
11934 ____________________________________________________________________________
11935 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
11936         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
11937              From: "David H. Adler" <dha@panix.com>       
11938              Date: Tue, 16 Oct 2001 11:59:35 -0400
11939              Message-ID: <20011016115935.A13078@panix.com>
11940              
11941              Subject: [ PATCH ] perldata patch, revised
11942              From: "David H. Adler" <dha@panix.com>     
11943              Date: Tue, 16 Oct 2001 18:26:49 -0400
11944              Message-ID: <20011016182649.C23970@panix.com>
11945      Branch: perl
11946            ! pod/perldata.pod pod/perlop.pod
11947 ____________________________________________________________________________
11948 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
11949         Log: Integrate perlio: PerlIO_dup (for all but Win32).
11950      Branch: perl
11951           !> embed.h embed.pl ext/Encode/Encode.xs
11952           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
11953           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11954           !> win32/win32io.c
11955 ____________________________________________________________________________
11956 [ 12462] By: nick                                  on 2001/10/16  19:11:30
11957         Log: PerlIOXxxx_dups for all but Win32
11958      Branch: perlio
11959            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11960            ! ext/PerlIO/Via/Via.xs
11961 ____________________________________________________________________________
11962 [ 12461] By: nick                                  on 2001/10/16  18:28:48
11963         Log: Implement PerlIOStdio_dup (explains core dumps - dup
11964              was not setting up a FILE * to be fclosed()).
11965      Branch: perlio
11966            ! perlio.c
11967 ____________________________________________________________________________
11968 [ 12460] By: nick                                  on 2001/10/16  17:31:47
11969         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
11970              overflow.
11971      Branch: perlio
11972            ! perlio.c
11973 ____________________________________________________________________________
11974 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
11975         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
11976              From: "Craig A. Berry" <craigberry@mac.com>
11977              Date: Tue, 16 Oct 2001 13:08:38 -0500
11978              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
11979      Branch: perl
11980            ! configure.com
11981 ____________________________________________________________________________
11982 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
11983         Log: Can't expect too much accuracy from a sleep of one second.
11984              (I think this will also fail with high load.)
11985      Branch: perl
11986            ! ext/Time/HiRes/HiRes.t
11987 ____________________________________________________________________________
11988 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
11989         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
11990              From: "Werner, Randolf" <randolf.werner@sap.com>
11991              Date: Tue, 16 Oct 2001 18:33:02 +0200
11992              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
11993      Branch: perl
11994            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11995            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
11996 ____________________________________________________________________________
11997 [ 12456] By: nick                                  on 2001/10/16  14:08:16
11998         Log: Builds under ithreads (but fails all threads tests)
11999      Branch: perlio
12000            ! hv.c perlio.c sv.c
12001 ____________________________________________________________________________
12002 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
12003         Log: I think the Perl_sortsv needs *not* be skipped?
12004      Branch: perl
12005            ! makedef.pl
12006 ____________________________________________________________________________
12007 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
12008         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
12009              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12010              Date: Tue, 16 Oct 2001 15:32:44 +0200
12011              Message-ID: <3BCC531C.11494.3E433F@localhost>
12012      Branch: perl
12013            ! t/op/groups.t
12014 ____________________________________________________________________________
12015 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
12016         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
12017              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
12018              Date: Tue, 16 Oct 2001 15:01:04 +0200
12019              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
12020      Branch: perl
12021            ! t/io/fs.t
12022 ____________________________________________________________________________
12023 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
12024         Log: A forgotten deletion.
12025      Branch: perl
12026            - lib/unicore/mktables.PL
12027 ____________________________________________________________________________
12028 [ 12451] By: nick                                  on 2001/10/16  11:32:48
12029         Log: Skeleton of "PerlIO_dup" coded.
12030              Still-passes all tests non-threaded (well it would wouldn't it!)
12031      Branch: perlio
12032            ! embed.h embed.pl ext/Encode/Encode.xs
12033            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
12034            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
12035            ! win32/win32io.c
12036 ____________________________________________________________________________
12037 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
12038         Log: Document the problem with the swash_fetch() API that affects
12039              more complex case conversions.
12040      Branch: perl
12041            ! lib/utf8_heavy.pl utf8.c
12042 ____________________________________________________________________________
12043 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
12044         Log: Make Time::HiRes::sleep() and usleep() to return
12045              the number of seconds (a floating point value) and 
12046              microseconds (an integer) actually slept (well,
12047              modulo the time spent in measuring the time actually
12048              slept...), to be a better drop-in replacement for
12049              the builtin sleep().  Noticed by Chris Nandor.
12050              
12051              Also make usleep() to croak if fed illegal number
12052              of useconds (anything greater than 1_000_000).
12053      Branch: perl
12054            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12055            ! ext/Time/HiRes/HiRes.xs
12056 ____________________________________________________________________________
12057 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
12058         Log: A missing SvREFCNT_dec.
12059      Branch: perl
12060            ! perl.c
12061 ____________________________________________________________________________
12062 [ 12447] By: nick                                  on 2001/10/15  20:27:53
12063         Log: Beginings of PerlIO_dup support (unstable)
12064      Branch: perlio
12065            ! perlio.c perliol.h
12066 ____________________________________________________________________________
12067 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
12068         Log: (retracted by #12497)
12069              In AIX vac 5 just can't seem to get regcomp right.
12070      Branch: perl
12071            ! hints/aix.sh
12072 ____________________________________________________________________________
12073 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
12074         Log: Bump the version number to agree with the maintperl one.
12075      Branch: perl
12076            ! lib/Tie/RefHash.pm
12077 ____________________________________________________________________________
12078 [ 12444] By: nick                                  on 2001/10/15  15:59:57
12079         Log: Integrate mainline
12080      Branch: perlio
12081           +> lib/Math/BigInt/t/Math/Subclass.pm
12082           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
12083           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
12084           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
12085           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
12086           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
12087           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
12088           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
12089           +> lib/unicore/mktables
12090            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
12091            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
12092            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
12093            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
12094            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
12095            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
12096            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
12097            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
12098            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
12099            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
12100            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
12101            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
12102            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
12103            - lib/unicore/syllables.txt
12104           !> (integrate 344 files)
12105 ____________________________________________________________________________
12106 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
12107         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
12108      Branch: perl
12109            ! ext/DB_File/DB_File.xs
12110 ____________________________________________________________________________
12111 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
12112         Log: Sync the skip() amounts with the number of tests.
12113      Branch: perl
12114            ! lib/Term/Complete.t
12115 ____________________________________________________________________________
12116 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
12117         Log: Update Changes.
12118      Branch: perl
12119            ! Changes patchlevel.h
12120 ____________________________________________________________________________
12121 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
12122         Log: MacOS Classic catdir() rewrite from Thomas Wegner
12123              (backward incompatibility, but a deliberate one,
12124              the old version simply is broken in its logic),
12125              also documentation updates, and as suggested replicated
12126              the File::Spec::Unix documentation updates also on the
12127              File::Spec documentation.
12128              
12129              TODO: there seems to be duplication of documentation
12130              between File::Spec and File::Spec::Unix.  I think
12131              the ::Unix should be left only with specific UNIXisms,
12132              and all the generic documentation should be in ::Spec.
12133      Branch: perl
12134            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12135            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
12136            ! lib/File/Spec/Unix.pm
12137 ____________________________________________________________________________
12138 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
12139         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
12140              From: Blair Zajac <blair@orcaware.com>
12141              Date: Mon, 24 Sep 2001 11:48:58 -0700
12142              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
12143              
12144              (the skip() messages)
12145      Branch: perl
12146            ! t/op/magic.t
12147 ____________________________________________________________________________
12148 [ 12438] By: ams                                   on 2001/10/14  23:43:59
12149         Log: Subject: [PATCH] make PerlIO default on VMS
12150              From: "Craig A. Berry" <craigberry@mac.com>
12151              Date: Sun, 14 Oct 2001 15:27:18 -0500
12152              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
12153      Branch: perl
12154            ! configure.com
12155 ____________________________________________________________________________
12156 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
12157         Log: Retract #12436 (Abhijit already did this at #12426)
12158      Branch: perl
12159            ! lib/ExtUtils/MM_Unix.pm
12160 ____________________________________________________________________________
12161 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
12162         Log: (retracted by #12437)
12163              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
12164              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
12165              Date: Sat, 13 Oct 2001 20:33:55 +0200
12166              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
12167      Branch: perl
12168            ! lib/ExtUtils/MM_Unix.pm
12169 ____________________________________________________________________________
12170 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
12171         Log: Subject: h2xs grammar nit
12172              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12173              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
12174              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
12175      Branch: perl
12176            ! utils/h2xs.PL
12177 ____________________________________________________________________________
12178 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
12179         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
12180              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
12181              Date: Sun, 14 Oct 2001 11:25:08 +0100
12182              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
12183      Branch: perl
12184            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
12185            ! warnings.pl
12186 ____________________________________________________________________________
12187 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
12188         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
12189              for File::Spec::Mac::catfile)
12190      Branch: perl
12191            ! lib/h2xs.t
12192 ____________________________________________________________________________
12193 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
12194         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
12195              From: Nicholas Clark <nick@ccl4.org>
12196              Date: Sat, 13 Oct 2001 00:07:31 +0100
12197              Message-ID: <20011013000731.D67535@plum.flirble.org>
12198      Branch: perl
12199            ! lib/h2xs.t utils/h2xs.PL
12200 ____________________________________________________________________________
12201 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
12202         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
12203              before DEFINE and INC), and repent by taking DEFINE and
12204              INC away from PASTHRU.
12205      Branch: perl
12206            ! lib/ExtUtils/MM_Unix.pm
12207 ____________________________________________________________________________
12208 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
12209         Log: More MANIFEST anomalies.
12210      Branch: perl
12211            ! MANIFEST
12212 ____________________________________________________________________________
12213 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
12214         Log: Not that many.
12215      Branch: perl
12216            ! MANIFEST
12217 ____________________________________________________________________________
12218 [ 12428] By: sky                                   on 2001/10/13  20:59:27
12219         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
12220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12221              Date: Sat, 13 Oct 2001 23:15:55 +0200
12222              Message-ID: <20011013231555.A18071@rafael>
12223      Branch: perl
12224            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
12225            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12226 ____________________________________________________________________________
12227 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
12228         Log: Rewrite mktables from scratch.
12229              - Cleaner.
12230              - Faster: 15-20 seconds as opposed to several minutes.
12231              - More dynamic: the names of the various categories
12232              such as the linebreak ones are dynamic, not static.
12233              - Is.pl: long names for the general category properties
12234              are now available.
12235              - Ranges (<... ,First>, <..., Last>) from the general
12236              categories work now.
12237              - No more mktables.PL because the mktables.PL is not
12238              and never has been run to create a mktables.
12239              - syllables.txt and Is/Syl*.pl removed: non-standard
12240              (not part of the Unicode), and the whole concept is
12241              being reworked (http://syllabary.sourceforge.net/),
12242              the old way wouldn't even work with the new Syllables.txt
12243              (it would result in 1000+ new categories)
12244      Branch: perl
12245            + lib/unicore/In/163.pl lib/unicore/In/164.pl
12246            + lib/unicore/In/165.pl lib/unicore/In/166.pl
12247            + lib/unicore/In/167.pl lib/unicore/In/168.pl
12248            + lib/unicore/In/169.pl lib/unicore/In/170.pl
12249            + lib/unicore/In/171.pl lib/unicore/Is.pl
12250            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
12251            + lib/unicore/mktables
12252            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
12253            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
12254            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
12255            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
12256            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
12257            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
12258            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
12259            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
12260            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
12261            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
12262            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
12263            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
12264            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
12265            - lib/unicore/syllables.txt
12266            ! (edit 304 files)
12267 ____________________________________________________________________________
12268 [ 12426] By: ams                                   on 2001/10/13  18:05:36
12269         Log: ExtUtils::MM_Unix should ignore comments when searching for
12270              $VERSION.
12271      Branch: perl
12272            ! lib/ExtUtils/MM_Unix.pm
12273 ____________________________________________________________________________
12274 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
12275         Log: Subject: Re: New module XML::Clean
12276              From: andreas.koenig@anima.de (Andreas J. Koenig)
12277              Date: 13 Oct 2001 10:17:09 +0200
12278              Message-ID: <m37ku0t0my.fsf@anima.de>
12279      Branch: perl
12280            ! pod/perlnewmod.pod
12281 ____________________________________________________________________________
12282 [ 12424] By: sky                                   on 2001/10/13  09:39:59
12283         Log: Set thread stack size if needed.
12284      Branch: perl
12285            ! ext/threads/threads.xs
12286 ____________________________________________________________________________
12287 [ 12423] By: sky                                   on 2001/10/13  09:36:49
12288         Log: We do want to set the attribute to joinable even on modern posix
12289              platforms.
12290      Branch: perl
12291            ! ext/threads/threads.xs
12292 ____________________________________________________________________________
12293 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
12294         Log: Subject: [PATCH ext/Data/Dumper.xs]
12295              From: Brian Ingerson <ingy@ttul.org>
12296              Date: Fri, 12 Oct 2001 19:32:35 -0700
12297              Message-ID: <20011012193235.B889@ttul.org>
12298      Branch: perl
12299            ! ext/Data/Dumper/Dumper.xs
12300 ____________________________________________________________________________
12301 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
12302         Log: Update Changes.
12303      Branch: perl
12304            ! Changes patchlevel.h
12305 ____________________________________________________________________________
12306 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
12307         Log: FAQ sync.
12308      Branch: perl
12309            ! pod/perlfaq3.pod pod/perlfaq4.pod
12310 ____________________________________________________________________________
12311 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
12312         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
12313              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
12314              Date: Fri, 12 Oct 2001 11:51:05 -0700
12315              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
12316      Branch: perl
12317            ! lib/File/Copy.pm
12318 ____________________________________________________________________________
12319 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
12320         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
12321              From: "chromatic" <chromatic@rmci.net>     
12322              Date: Thu, 11 Oct 2001 10:57:55 -0600
12323              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
12324              
12325              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
12326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12327              Date: Thu, 11 Oct 2001 22:34:21 +0200
12328              Message-ID: <20011011223421.A693@rafael>     
12329              
12330              plus undef $Term::Complete::stty as suggested by Rafael.
12331      Branch: perl
12332            ! lib/Term/Complete.pm lib/Term/Complete.t
12333 ____________________________________________________________________________
12334 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
12335         Log: UUnndduupplleexx..
12336      Branch: perl
12337            ! perl.h
12338 ____________________________________________________________________________
12339 [ 12416] By: sky                                   on 2001/10/12  20:16:19
12340         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
12341              From: Andy Dougherty <doughera@lafayette.edu>
12342              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
12343              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
12344              (Potentially only band-aid)
12345      Branch: perl
12346            ! sv.c
12347 ____________________________________________________________________________
12348 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
12349         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
12350              mishandles kill(), and therefore the sigaction test
12351              should be skipped, from Charles Lane.
12352      Branch: perl
12353            ! ext/POSIX/t/sigaction.t
12354 ____________________________________________________________________________
12355 [ 12414] By: sky                                   on 2001/10/12  18:47:49
12356         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
12357      Branch: perl
12358            ! op.h
12359 ____________________________________________________________________________
12360 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
12361         Log: Upgrade to Math::BigInt 1.44 from Tels and
12362              further fixes from John Peacock.
12363      Branch: perl
12364            + lib/Math/BigInt/t/Math/Subclass.pm
12365            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
12366            + lib/Math/BigInt/t/subclass.t
12367            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12368            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12369            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12370            ! lib/Math/BigInt/t/mbimbf.t
12371 ____________________________________________________________________________
12372 [ 12412] By: sky                                   on 2001/10/12  18:28:23
12373         Log: perhaps pthread_attr_t really needs to be set for the old api
12374      Branch: perl
12375            ! ext/threads/threads.xs
12376 ____________________________________________________________________________
12377 [ 12411] By: sky                                   on 2001/10/12  18:11:45
12378         Log: pthread_keycreate not pthread_key_create under the here be dragons API
12379      Branch: perl
12380            ! ext/threads/threads.h
12381 ____________________________________________________________________________
12382 [ 12410] By: sky                                   on 2001/10/12  18:07:37
12383         Log: Apperently OLD PTHREADS API is a bit retarded.
12384              This should fix another set of compile failures in HP-UX 10.20.
12385      Branch: perl
12386            ! ext/threads/threads.h ext/threads/threads.xs
12387 ____________________________________________________________________________
12388 [ 12409] By: nick                                  on 2001/10/12  15:30:01
12389         Log: Blind integrate of mainline
12390      Branch: perlio
12391           +> (branch 32 files)
12392            - lib/unicode/README
12393           !> (integrate 121 files)
12394 ____________________________________________________________________________
12395 [ 12408] By: sky                                   on 2001/10/12  14:55:08
12396         Log: Let us avoid being smart for now.
12397      Branch: perl
12398            ! ext/threads/threads.h
12399 ____________________________________________________________________________
12400 [ 12407] By: sky                                   on 2001/10/12  14:38:12
12401         Log: (void*) the argument to make sure we work with picky compilers
12402      Branch: perl
12403            ! ext/threads/threads.xs
12404 ____________________________________________________________________________
12405 [ 12406] By: ams                                   on 2001/10/12  13:26:04
12406         Log: (replaced with #12600)
12407              
12408              Subject: [PATCH 5.6.1 perldoc] use File::Temp
12409              From: Mikhail Zabaluev <mhz@alt-linux.org>
12410              Date: Fri, 12 Oct 2001 12:47:47 +0400
12411              Message-Id: <20011012124747.E13918@localhost.localdomain>
12412      Branch: perl
12413            ! utils/perldoc.PL
12414 ____________________________________________________________________________
12415 [ 12405] By: ams                                   on 2001/10/12  13:05:32
12416         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
12417              From: andreas.koenig@anima.de (Andreas J. Koenig)
12418              Date: 12 Oct 2001 11:12:07 +0200
12419              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
12420      Branch: perl
12421            ! lib/Memoize/t/speed.t
12422 ____________________________________________________________________________
12423 [ 12404] By: sky                                   on 2001/10/12  12:46:15
12424         Log: A) Support OLD_PTHREADS_API
12425              B) Change from using pthread_t to using a TLS to store the
12426              index of the thread in an hash, this is to avoid problems when
12427              in fact pthread_t was not a seralizable type.
12428              Both these changes are because of HP-UX 10.20
12429              This has not been tested on win32 but should work there.
12430              Need to add support for NetWare.
12431      Branch: perl
12432            ! ext/threads/threads.h ext/threads/threads.xs
12433 ____________________________________________________________________________
12434 [ 12403] By: ams                                   on 2001/10/12  07:34:19
12435         Log: Subject: Re: New module XML::Clean
12436              From: andreas.koenig@anima.de (Andreas J. Koenig)
12437              Date: 12 Oct 2001 10:20:35 +0200
12438              Message-Id: <m3elo9uv58.fsf@anima.de>
12439      Branch: perl
12440            ! pod/perlnewmod.pod
12441 ____________________________________________________________________________
12442 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
12443         Log: More HP model tweaks from Merijn.
12444      Branch: perl
12445            ! README.hpux
12446 ____________________________________________________________________________
12447 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
12448         Log: Update Changes.
12449      Branch: perl
12450            ! Changes patchlevel.h
12451 ____________________________________________________________________________
12452 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
12453         Log: HP-UX update from H.Merijn Brand.
12454      Branch: perl
12455            ! README.hpux
12456 ____________________________________________________________________________
12457 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
12458         Log: Subject: [PATCH] fix link rot in README.vms
12459              From: "Craig A. Berry" <craigberry@mac.com>
12460              Date: Wed, 10 Oct 2001 17:17:00 -0500
12461              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
12462      Branch: perl
12463            ! README.vms
12464 ____________________________________________________________________________
12465 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
12466         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
12467              From: "chromatic" <chromatic@rmci.net>
12468              Date: Wed, 10 Oct 2001 15:50:30 -0600
12469              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
12470      Branch: perl
12471            ! lib/Term/Complete.t
12472 ____________________________________________________________________________
12473 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
12474         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
12475              From: "chromatic" <chromatic@rmci.net>
12476              Date: Wed, 10 Oct 2001 15:45:42 -0600
12477              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
12478      Branch: perl
12479            + lib/ExtUtils/Packlist.t
12480            ! MANIFEST
12481 ____________________________________________________________________________
12482 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
12483         Log: VMS needs quotes around the -I option to keep it from
12484              being downcased, from Charles Lane.
12485      Branch: perl
12486            ! t/run/kill_perl.t
12487 ____________________________________________________________________________
12488 [ 12395] By: ams                                   on 2001/10/10  16:22:32
12489         Log: Subject: [PATCH lib/FindBin.pm]
12490              From: Stas Bekman <stas@stason.org>
12491              Date: Tue, 09 Oct 2001 23:57:10 +0800
12492              Message-Id: <3BC31E56.60805@stason.org>
12493      Branch: perl
12494            ! lib/FindBin.pm
12495 ____________________________________________________________________________
12496 [ 12394] By: ams                                   on 2001/10/10  16:09:53
12497         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
12498              From: Abhijit Menon-Sen <ams@wiw.org>
12499              Date: Wed, 10 Oct 2001 21:59:33 +0530
12500              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
12501      Branch: perl
12502            ! ext/Data/Dumper/Dumper.xs
12503 ____________________________________________________________________________
12504 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
12505         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
12506              from Charles Lane.
12507      Branch: perl
12508            ! lib/File/Spec/VMS.pm
12509 ____________________________________________________________________________
12510 [ 12392] By: ams                                   on 2001/10/10  14:49:43
12511         Log: Subject: [PATCH] two s/// bugfixes
12512              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12513              Date: Wed, 10 Oct 2001 17:23:44 +0200
12514              Message-Id: <20011010172344.C22440@rafael>
12515      Branch: perl
12516            ! pp_ctl.c regexec.c t/op/subst.t
12517 ____________________________________________________________________________
12518 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
12519         Log: Fix/improve handling of the [000000] special "root"
12520              directory, by putting cwd in canonical form when doing
12521              abs2rel, and prepending a 000000 to directory "chunks"
12522              if missing from base or path.  Also adjust test to
12523              reflect the (improved) output from abs2rel.
12524              From Charles Lane.
12525      Branch: perl
12526            ! lib/File/Spec.t lib/File/Spec/VMS.pm
12527 ____________________________________________________________________________
12528 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
12529         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
12530              all of the extra VMSish attributes (such as "treat this logical
12531              as a device name") that are necessary to make programs run.
12532              A tainted %ENV does not hinder VMS.  From Charles Lane.
12533      Branch: perl
12534            ! lib/File/Find/t/taint.t
12535 ____________________________________________________________________________
12536 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
12537         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
12538              
12539              o  VMS is case-insensitive, RTL downcases filenames read
12540              by perl... so need to re-upcase filenames like MANIFEST
12541              and MANIFEST.SKIP
12542              
12543              o  Need to convert VMS-style to Unix-style filenames when comparing
12544              names in MANIFEST to names in filesystem.
12545              
12546              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
12547              since VMS won't let you (easily) delete non-empty directories.
12548              
12549              From Charles Lane.
12550      Branch: perl
12551            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
12552 ____________________________________________________________________________
12553 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
12554         Log: Unix and VMS agree on "*" as a "match any number of any chars"
12555              wildcards, but differ ("?"  vs.  "%") for their "match any single
12556              char" wildcard.  This patch changes "?"  chars to "%" before doing a
12557              VMS glob...at no loss of functionality, since "?"  isn't a valid
12558              filename char on VMS.  From Charles Lane.
12559      Branch: perl
12560            ! doio.c
12561 ____________________________________________________________________________
12562 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
12563         Log: (accidentally empty submit; new life as #12390)
12564      Branch: perl
12565            ! lib/File/Find/t/taint.t
12566 ____________________________________________________________________________
12567 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
12568         Log: Even more VMS tweakage from Charles Lane:
12569              
12570              Tweak #1:  splitdir only works on directory part of filespec,
12571              split off volume first
12572              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
12573              (it's a horrible kludge in the run-time library,
12574              improved in later versions). Check the
12575              $Config{'d_setenv'} flag before attempting to set it.
12576      Branch: perl
12577            ! t/op/chdir.t
12578 ____________________________________________________________________________
12579 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
12580         Log: VMS tweakage from Charles Lane.
12581              
12582              . command.com doubles an output line when prompting for extensions
12583              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
12584              . perl5db doesn't clean up after itself
12585      Branch: perl
12586            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
12587 ____________________________________________________________________________
12588 [ 12384] By: sky                                   on 2001/10/09  19:16:11
12589         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12590              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12591              Date: Tue, 9 Oct 2001 22:10:26 +0200
12592              Message-ID: <20011009221026.A8579@rafael>
12593      Branch: perl
12594            ! pod/perldata.pod
12595 ____________________________________________________________________________
12596 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
12597         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
12598              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12599              Date: 9 Oct 2001 15:15:06 -0000
12600              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
12601      Branch: perl
12602            ! t/op/subst.t
12603 ____________________________________________________________________________
12604 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
12605         Log: Update Changes.
12606      Branch: perl
12607            ! Changes patchlevel.h
12608 ____________________________________________________________________________
12609 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
12610         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
12611              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
12612              when a NULL is passed for the filename string pointer.
12613              From Charles Lane.
12614      Branch: perl
12615            ! vms/vms.c
12616 ____________________________________________________________________________
12617 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
12618         Log: Subject: HP systems update
12619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12620              Date: Tue, 09 Oct 2001 15:59:22 +0200
12621              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
12622      Branch: perl
12623            ! README.hpux
12624 ____________________________________________________________________________
12625 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
12626         Log: CPAN::Nox does now have a test.
12627      Branch: perl
12628            ! t/lib/1_compile.t
12629 ____________________________________________________________________________
12630 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
12631         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
12632              From: David Dyck <dcd@tc.fluke.com>
12633              Date: Mon, 1 Oct 2001 12:17:36 -0700
12634              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
12635      Branch: perl
12636            ! installperl
12637 ____________________________________________________________________________
12638 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
12639         Log: NetWare update from Ananth Kesari.
12640      Branch: perl
12641            ! NetWare/nwperlsys.h makedef.pl
12642 ____________________________________________________________________________
12643 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
12644         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
12645              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12646              Date: Tue, 9 Oct 2001 08:40:57 EDT
12647              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
12648      Branch: perl
12649            ! lib/File/Find/t/find.t
12650 ____________________________________________________________________________
12651 [ 12374] By: ams                                   on 2001/10/09  05:31:45
12652         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
12653              ExtUtils::Mkbootstrap
12654              From: "chromatic" <chromatic@rmci.net>
12655              Date: Tue, 09 Oct 2001 00:08:37 -0600
12656              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
12657      Branch: perl
12658            + lib/ExtUtils/Mkbootstrap.t
12659            ! MANIFEST
12660 ____________________________________________________________________________
12661 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
12662         Log: Enable more debugging.
12663      Branch: perl
12664            ! lib/utf8_heavy.pl
12665 ____________________________________________________________________________
12666 [ 12372] By: ams                                   on 2001/10/09  02:11:59
12667         Log: #12370 forgot to modify is_gv_magical().
12668      Branch: perl
12669            ! gv.c
12670 ____________________________________________________________________________
12671 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
12672         Log: Make the toupper/lower/title API for Unicode not right
12673              but at least less wrong: prepare for the mapping being
12674              more than just one-character-to-one-character.
12675      Branch: perl
12676            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
12677            ! regexec.c utf8.c
12678 ____________________________________________________________________________
12679 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
12680         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
12681              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12682              Date: Mon, 8 Oct 2001 22:18:23 -0400
12683              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
12684      Branch: perl
12685            ! pod/perlvar.pod t/op/taint.t
12686 ____________________________________________________________________________
12687 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
12688         Log: FAQ sync.
12689      Branch: perl
12690            ! pod/perlfaq3.pod pod/perlfaq4.pod
12691 ____________________________________________________________________________
12692 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
12693         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
12694              From: "chromatic" <chromatic@rmci.net>
12695              Date: Mon, 08 Oct 2001 14:05:32 -0600
12696              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
12697      Branch: perl
12698            ! lib/Term/Cap.t
12699 ____________________________________________________________________________
12700 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
12701         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12702              From: Michael G Schwern <schwern@pobox.com>
12703              Date: Mon, 8 Oct 2001 17:00:14 -0400
12704              Message-ID: <20011008170014.L17083@blackrider>
12705      Branch: perl
12706            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
12707 ____________________________________________________________________________
12708 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
12709         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
12710              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12711              Date: Mon, 8 Oct 2001 16:01:33 EDT
12712              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
12713      Branch: perl
12714            ! ext/Time/HiRes/HiRes.xs
12715 ____________________________________________________________________________
12716 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
12717         Log: Subject: [PATCH] Autosplit patch for VMS
12718              From: "Craig A. Berry" <craigberry@mac.com>
12719              Date: Mon, 08 Oct 2001 15:40:43 -0500
12720              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
12721      Branch: perl
12722            ! lib/AutoSplit.pm lib/AutoSplit.t
12723 ____________________________________________________________________________
12724 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
12725         Log: Don't assume that everybody is running OS X 10.1 yet;
12726              from Kay Röpke.
12727      Branch: perl
12728            ! hints/darwin.sh
12729 ____________________________________________________________________________
12730 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
12731         Log: Update Changes.
12732      Branch: perl
12733            ! Changes patchlevel.h
12734 ____________________________________________________________________________
12735 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
12736         Log: Retract #12358 for now.
12737      Branch: perl
12738            ! lib/Term/Cap.t
12739 ____________________________________________________________________________
12740 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
12741         Log: Can't figure out what this is testing.
12742              (If it is trying to catch SIGKILL, it should stop
12743              trying because that is by definition impossible.)
12744      Branch: perl
12745            ! lib/sigtrap.t
12746 ____________________________________________________________________________
12747 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
12748         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
12749              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12750              Date: Sun, 30 Sep 2001 21:15:13 +0200
12751              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
12752      Branch: perl
12753            ! lib/ExtUtils/MM_Win32.pm
12754 ____________________________________________________________________________
12755 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
12756         Log: Clarify the ldlibpth part and condense the overall text.
12757      Branch: perl
12758            ! t/TEST
12759 ____________________________________________________________________________
12760 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
12761         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
12762              From: "chromatic" <chromatic@rmci.net>
12763              Date: Sun, 07 Oct 2001 16:59:26 -0600
12764              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
12765      Branch: perl
12766            ! lib/Term/Cap.t
12767 ____________________________________________________________________________
12768 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
12769         Log: Update the list because fo #12265.
12770      Branch: perl
12771            ! t/lib/1_compile.t
12772 ____________________________________________________________________________
12773 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
12774         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
12775              From: Nicholas Clark <nick@ccl4.org>
12776              Date: Sun, 7 Oct 2001 20:53:33 +0100
12777              Message-ID: <20011007205333.S38756@plum.flirble.org>   
12778      Branch: perl
12779            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
12780            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12781            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
12782            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
12783            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12784            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
12785            ! lib/Switch/t/switch.t lib/Term/Complete.t
12786            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
12787            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
12788            ! t/op/my_stash.t
12789 ____________________________________________________________________________
12790 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
12791         Log: Integrate patch #12350 from maintperl; typo in
12792              IO::Seekable doc.
12793      Branch: perl
12794           !> ext/IO/lib/IO/Seekable.pm
12795 ____________________________________________________________________________
12796 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
12797         Log: Detypo.
12798      Branch: perl
12799            ! hints/darwin.sh
12800 ____________________________________________________________________________
12801 [ 12353] By: sky                                   on 2001/10/07  17:16:14
12802         Log: Change 12349 didn't really get it right.
12803      Branch: perl
12804            ! lib/Unicode/README
12805 ____________________________________________________________________________
12806 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
12807         Log: If running the harness the dynamic library search path
12808              may need setting.
12809      Branch: perl
12810            ! t/TEST
12811 ____________________________________________________________________________
12812 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
12813         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
12814              in ldflags.
12815      Branch: perl
12816            ! hints/darwin.sh
12817 ____________________________________________________________________________
12818 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
12819         Log: typo in IO::Seekable doc
12820      Branch: maint-5.6/perl
12821            ! ext/IO/lib/IO/Seekable.pm
12822 ____________________________________________________________________________
12823 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
12824         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
12825              doesn't work on Mac OS X 10.1 (when unpacking the tar the
12826              latter gets renamed as lib/unicode:1, assumedly for security
12827              reasons not to overwrite stuff)
12828      Branch: perl
12829            + lib/Unicode/README
12830            - lib/unicode/README
12831            ! MANIFEST
12832 ____________________________________________________________________________
12833 [ 12348] By: ams                                   on 2001/10/07  05:33:40
12834         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
12835              From: "chromatic" <chromatic@rmci.net>
12836              Date: Sat, 06 Oct 2001 21:42:03 -0600
12837              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
12838      Branch: perl
12839            + lib/CPAN/t/Nox.t
12840            ! MANIFEST
12841 ____________________________________________________________________________
12842 [ 12347] By: ams                                   on 2001/10/07  00:48:10
12843         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
12844              From: "chromatic" <chromatic@rmci.net>
12845              Date: Sat, 06 Oct 2001 18:52:10 -0600
12846              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
12847      Branch: perl
12848            + lib/sigtrap.t
12849            ! MANIFEST
12850 ____________________________________________________________________________
12851 [ 12346] By: ams                                   on 2001/10/06  23:14:01
12852         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
12853              h2xs write?)
12854              From: Nicholas Clark <nick@ccl4.org>
12855              Date: Sat, 6 Oct 2001 21:46:43 +0100
12856              Message-Id: <20011006214643.L38756@plum.flirble.org>
12857      Branch: perl
12858            ! utils/h2xs.PL
12859 ____________________________________________________________________________
12860 [ 12345] By: ams                                   on 2001/10/06  17:39:53
12861         Log: Subject: [PATCH] Memoize tests
12862              From: Nicholas Clark <nick@ccl4.org>
12863              Date: Sat, 6 Oct 2001 18:04:21 +0100
12864              Message-Id: <20011006180421.J38756@plum.flirble.org>
12865      Branch: perl
12866            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
12867            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
12868            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
12869            ! lib/Memoize/t/expire_module_n.t
12870            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12871            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12872            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12873            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12874            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12875            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12876 ____________________________________________________________________________
12877 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
12878         Log: Retract the latter part of #12343.
12879      Branch: perl
12880            ! ext/IO/lib/IO/Socket/INET.pm
12881 ____________________________________________________________________________
12882 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
12883         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12884              From: David Dyck <dcd@tc.fluke.com>
12885              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
12886              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
12887              
12888              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12889              From: David Dyck <dcd@tc.fluke.com>
12890              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
12891              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
12892      Branch: perl
12893            ! ext/IO/lib/IO/Socket/INET.pm
12894 ____________________________________________________________________________
12895 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
12896         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
12897              From: Robin Barker <rmb1@cise.npl.co.uk>
12898              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
12899              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
12900      Branch: perl
12901            ! t/TEST
12902 ____________________________________________________________________________
12903 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
12904         Log: Don't assume that %x is good for displaying UVs.
12905      Branch: perl
12906            ! dump.c
12907 ____________________________________________________________________________
12908 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
12909         Log: Update Changes.
12910      Branch: perl
12911            ! Changes patchlevel.h
12912 ____________________________________________________________________________
12913 [ 12339] By: ams                                   on 2001/10/05  10:22:34
12914         Log: Subject: [PATCH] perlfunc/select
12915              From: Nicholas Clark <nick@ccl4.org>
12916              Date: Fri, 5 Oct 2001 11:33:58 +0100
12917              Message-Id: <20011005113358.Z38756@plum.flirble.org>
12918      Branch: perl
12919            ! pod/perlfunc.pod
12920 ____________________________________________________________________________
12921 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
12922         Log: Retract #12313 and #12249.
12923      Branch: perl
12924            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12925            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
12926            ! pod/perlebcdic.pod
12927 ____________________________________________________________________________
12928 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
12929         Log: Subject: [PATCH] perlvms.pod update
12930              From: "Craig A. Berry" <craigberry@mac.com>
12931              Date: Thu, 04 Oct 2001 12:55:52 -0500
12932              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
12933      Branch: perl
12934            ! vms/perlvms.pod
12935 ____________________________________________________________________________
12936 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
12937         Log: Subject: PATCH: Tie::SubstrHash
12938              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12939              Date: Thu, 04 Oct 2001 12:12:41 +0100
12940              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
12941      Branch: perl
12942            ! lib/Tie/SubstrHash.pm
12943 ____________________________________________________________________________
12944 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
12945         Log: Unicode properties saga continues.
12946      Branch: perl
12947            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
12948            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
12949 ____________________________________________________________________________
12950 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
12951         Log: Yet more Unicode properties.
12952      Branch: perl
12953            + lib/unicore/In/137.pl lib/unicore/In/138.pl
12954            + lib/unicore/In/139.pl lib/unicore/In/140.pl
12955            + lib/unicore/In/141.pl lib/unicore/In/142.pl
12956            + lib/unicore/In/143.pl lib/unicore/In/144.pl
12957            + lib/unicore/In/145.pl lib/unicore/In/146.pl
12958            + lib/unicore/In/147.pl lib/unicore/In/148.pl
12959            + lib/unicore/In/149.pl lib/unicore/In/150.pl
12960            + lib/unicore/In/151.pl lib/unicore/In/152.pl
12961            + lib/unicore/In/153.pl lib/unicore/In/154.pl
12962            + lib/unicore/In/155.pl lib/unicore/In/156.pl
12963            + lib/unicore/In/157.pl lib/unicore/In/158.pl
12964            + lib/unicore/In/159.pl lib/unicore/In/160.pl
12965            + lib/unicore/In/161.pl lib/unicore/In/162.pl
12966            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
12967            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
12968            ! pod/perlunicode.pod
12969 ____________________________________________________________________________
12970 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
12971         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
12972              From: "Craig A. Berry" <craigberry@mac.com>
12973              Date: Wed, 03 Oct 2001 17:45:25 -0500
12974              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
12975              
12976              (the lib/Term/Complete.t patched differently by #12332)
12977      Branch: perl
12978            ! lib/ExtUtils/Command.t
12979 ____________________________________________________________________________
12980 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
12981         Log: Restore only if something to restore.
12982      Branch: perl
12983            ! lib/Term/Complete.t
12984 ____________________________________________________________________________
12985 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
12986         Log: Update various resources for credits,
12987              minor icons fixes, and versions.
12988      Branch: maint-5.6/macperl
12989            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
12990            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
12991            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12992 ____________________________________________________________________________
12993 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
12994         Log: Quiet the warnings about using undef value
12995      Branch: maint-5.6/macperl
12996            ! lib/File/Temp.pm
12997 ____________________________________________________________________________
12998 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
12999         Log: Fix up Ballon Help and Help menu docs (first pass);
13000              remove balloon rez file, and autogenerate with
13001              Balloon2Rez instead.
13002      Branch: maint-5.6/macperl
13003            + macos/macperl/macscripts/Balloon2Rez
13004            - macos/macperl/MPBalloons.r
13005            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
13006 ____________________________________________________________________________
13007 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
13008         Log: Allow overriding of defaults, for change #12327.
13009      Branch: maint-5.6/macperl
13010            ! perl.h
13011 ____________________________________________________________________________
13012 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
13013         Log: Override PerlProc_exit.
13014      Branch: maint-5.6/macperl
13015            ! macos/macish.h
13016 ____________________________________________________________________________
13017 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
13018         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
13019      Branch: maint-5.6/macperl
13020            + macos/bundled_lib/blib/lib/MD5.pm
13021            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
13022            + macos/lib/Mac/AETE/Dialect.pm
13023            + macos/lib/Mac/AETE/Format/Converter.pm
13024            + macos/lib/Mac/AETE/Format/Dictionary.pm
13025            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
13026            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
13027            + macos/lib/Mac/Toolbox.pod
13028            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
13029 ____________________________________________________________________________
13030 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
13031         Log: Sync up silly CVS headers ... I should commit CVS
13032              first to avoid this ...
13033      Branch: maint-5.6/macperl
13034            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
13035            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
13036            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
13037            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
13038 ____________________________________________________________________________
13039 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
13040         Log: Fix Matthias' address, and attributions.
13041      Branch: maint-5.6/macperl
13042            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
13043            ! pod/perlport.pod
13044 ____________________________________________________________________________
13045 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
13046         Log: Fix Matthias' address, and attributions.
13047      Branch: maint-5.6/macperl
13048            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
13049            ! macos/ext/Mac/Components/Components.pm
13050            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
13051            ! macos/ext/Mac/Dialogs/Dialogs.pm
13052            ! macos/ext/Mac/Events/Events.pm
13053            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
13054            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
13055            ! macos/ext/Mac/Gestalt/Gestalt.pm
13056            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
13057            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
13058            ! macos/ext/Mac/Menus/Menus.pm
13059            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
13060            ! macos/ext/Mac/Movies/Movies.pm
13061            ! macos/ext/Mac/Navigation/Navigation.pm
13062            ! macos/ext/Mac/Notification/Notification.pm
13063            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
13064            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
13065            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
13066            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
13067            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
13068            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
13069            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
13070            ! macos/ext/Mac/StandardFile/StandardFile.pm
13071            ! macos/ext/Mac/TextEdit/TextEdit.pm
13072            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
13073            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
13074            ! macos/lib/Mac/LowMem.pm
13075 ____________________________________________________________________________
13076 [ 12322] By: sky                                   on 2001/10/03  18:41:07
13077         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
13078              From: "Craig A. Berry" <craigberry@mac.com>
13079              Date: Wed, 03 Oct 2001 14:30:55 -0500
13080              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
13081      Branch: perl
13082            ! vms/vms.c
13083 ____________________________________________________________________________
13084 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
13085         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
13086              From: "Craig A. Berry" <craigberry@mac.com>
13087              Date: Wed, 03 Oct 2001 14:30:55 -0500
13088              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
13089      Branch: perl
13090            ! vms/vms.c
13091 ____________________________________________________________________________
13092 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
13093         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
13094              only IsL&) and Inherited (negative lookahead good);
13095              add tests for Common, Inherited, and L&.
13096      Branch: perl
13097            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
13098 ____________________________________________________________________________
13099 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
13100         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
13101              (The Unicode standard uses L& quite often.)
13102      Branch: perl
13103            ! lib/utf8_heavy.pl
13104 ____________________________________________________________________________
13105 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
13106         Log: Add the 'Common' Unicode property (code points not
13107              explicitly assigned to any other script).
13108      Branch: perl
13109            + lib/unicore/In/136.pl
13110            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
13111 ____________________________________________________________________________
13112 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
13113         Log: Skip the RV printing test under threads until fixed.
13114      Branch: perl
13115            ! ext/B/t/terse.t
13116 ____________________________________________________________________________
13117 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
13118         Log: Subject: 12309 / cygwin / win2k
13119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13120              Date: Wed, 03 Oct 2001 15:25:15 +0200
13121              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
13122      Branch: perl
13123            ! makedef.pl
13124 ____________________________________________________________________________
13125 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
13126         Log: Metaconfig unit change for #12314.
13127      Branch: metaconfig
13128            ! U/modified/Head.U
13129 ____________________________________________________________________________
13130 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
13131         Log: Subject: Both cygwin and djgpp on one machine
13132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13133              Date: Wed, 03 Oct 2001 15:02:59 +0200
13134              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
13135      Branch: perl
13136            ! Configure
13137 ____________________________________________________________________________
13138 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
13139         Log: (retracted by #12338)
13140              
13141              Subject: [PATCH] Code clean up for perlboot.pod
13142              From: Casey West <casey@geeknest.com>
13143              Date: Tue, 2 Oct 2001 19:24:43 -0400
13144              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
13145              
13146              Subject: [PATCH] Code clean up for perlbot.diff
13147              From: Casey West <casey@geeknest.com>
13148              Date: Tue, 2 Oct 2001 19:25:22 -0400
13149              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
13150              
13151              Subject: [PATCH] Code clean up for perlcall.pod
13152              From: Casey West <casey@geeknest.com>
13153              Date: Tue, 2 Oct 2001 19:25:57 -0400
13154              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
13155              
13156              Subject: [PATCH] Code clean up for perldata.pod
13157              From: Casey West <casey@geeknest.com>
13158              Date: Tue, 2 Oct 2001 19:26:29 -0400
13159              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
13160              
13161              Subject: [PATCH] Code clean up for perldbmfilter.pod
13162              From: Casey West <casey@geeknest.com>
13163              Date: Tue, 2 Oct 2001 19:26:59 -0400
13164              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
13165              
13166              Subject: [PATCH] Code clean up for perlebcdic.pod
13167              From: Casey West <casey@geeknest.com>
13168              Date: Tue, 2 Oct 2001 19:27:37 -0400
13169              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
13170      Branch: perl
13171            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
13172            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
13173 ____________________________________________________________________________
13174 [ 12312] By: ams                                   on 2001/10/02  23:43:55
13175         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
13176              From: Michael G Schwern <schwern@pobox.com>
13177              Date: Tue, 2 Oct 2001 17:00:49 -0400
13178              Message-Id: <20011002170049.A9955@blackrider>
13179      Branch: perl
13180            ! lib/ExtUtils/MakeMaker.pm
13181 ____________________________________________________________________________
13182 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
13183         Log: FAQ sync.
13184      Branch: perl
13185            ! pod/perlfaq3.pod
13186 ____________________________________________________________________________
13187 [ 12310] By: nick                                  on 2001/10/02  16:09:49
13188         Log: Integrate mainline
13189      Branch: perlio
13190           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
13191           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
13192           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
13193           !> patchlevel.h t/op/pat.t
13194 ____________________________________________________________________________
13195 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
13196         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
13197              not just one single space.
13198      Branch: perl
13199            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
13200 ____________________________________________________________________________
13201 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
13202         Log: AUTHORS updates.
13203      Branch: perl
13204            ! AUTHORS
13205 ____________________________________________________________________________
13206 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
13207         Log: Update Changes.
13208      Branch: perl
13209            ! Changes patchlevel.h
13210 ____________________________________________________________________________
13211 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
13212         Log: Work around old buggy glibcs for langinfo constants,
13213              from Nicholas Clark and David Dyck.
13214      Branch: perl
13215            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
13216 ____________________________________________________________________________
13217 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
13218         Log: Eradicate Time::Piece; add an example.
13219      Branch: perl
13220            ! ext/I18N/Langinfo/Langinfo.pm
13221 ____________________________________________________________________________
13222 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
13223         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
13224              From: Robert Spier <rspier@pobox.com>
13225              Date: Mon, 1 Oct 2001 23:20:16 -0700
13226              Message-ID: <15289.23712.422087.878224@rls.cx>
13227      Branch: perl
13228            ! lib/Pod/Html.pm
13229 ____________________________________________________________________________
13230 [ 12303] By: sky                                   on 2001/10/02  10:40:57
13231         Log: Fixes obscure bug that manifests itself by.
13232              local $!=0;undef*STDOUT;#segfaults
13233              Has been around for a while. Possible other magic IO vars are
13234              possibly affected aswell. Reported by Jos Boumans.
13235      Branch: perl
13236            ! mg.c
13237 ____________________________________________________________________________
13238 [ 12302] By: nick                                  on 2001/10/02  09:00:52
13239         Log: Integrate mainline
13240      Branch: perlio
13241           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
13242           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
13243           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
13244 ____________________________________________________________________________
13245 [ 12301] By: nick                                  on 2001/10/02  08:40:57
13246         Log: Integrate mainline + lib/open.t patch from Chromatic
13247      Branch: perlio
13248           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
13249            ! lib/open.t
13250           !> (integrate 29 files)
13251 ____________________________________________________________________________
13252 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
13253         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
13254              Until it has, better stop early if someone requests threads.
13255      Branch: perl
13256            ! hints/darwin.sh
13257 ____________________________________________________________________________
13258 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
13259         Log: Subject: [ID 20011001.011] redundant code in t/TEST
13260              From: David Dyck <dcd@tc.fluke.com>
13261              Date: Mon, 1 Oct 2001 12:56:24 -0700
13262              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
13263      Branch: perl
13264            ! t/TEST
13265 ____________________________________________________________________________
13266 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
13267         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
13268              From: "chromatic" <chromatic@rmci.net>
13269              Date: Mon, 01 Oct 2001 12:27:12 -0600
13270              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
13271      Branch: perl
13272            ! lib/Term/Cap.t
13273 ____________________________________________________________________________
13274 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
13275         Log: UNICOS testing patches from Nicholas Clark.
13276      Branch: perl
13277            ! t/op/arith.t t/op/pack.t
13278 ____________________________________________________________________________
13279 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
13280         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
13281              From: "chromatic" <chromatic@rmci.net>
13282              Date: Mon, 01 Oct 2001 10:21:51 -0600
13283              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
13284      Branch: perl
13285            ! lib/open.t
13286 ____________________________________________________________________________
13287 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
13288         Log: Make missing the RADIXCHAR a softer, gentler error.
13289      Branch: perl
13290            ! ext/I18N/Langinfo/Langinfo.t
13291 ____________________________________________________________________________
13292 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
13293         Log: Nuke also the LANG because of glibc.
13294      Branch: perl
13295            ! lib/open.t
13296 ____________________________________________________________________________
13297 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
13298         Log: Also the ^Is is optional.
13299      Branch: perl
13300            ! pod/perlunicode.pod t/op/pat.t
13301 ____________________________________________________________________________
13302 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
13303         Log: Be careful to pull chars from the varargs stack when
13304              formatting chars.
13305      Branch: perl
13306            ! regcomp.c
13307 ____________________________________________________________________________
13308 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
13309         Log: sortsv not in place anymore, noticed by John P. Linderman.
13310      Branch: perl
13311            ! pod/perlapi.pod pp_ctl.c
13312 ____________________________________________________________________________
13313 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
13314         Log: Make the diagnostic messages more neutral.
13315      Branch: perl
13316            ! ext/B/t/terse.t
13317 ____________________________________________________________________________
13318 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
13319         Log: Forgotten from #12288.
13320      Branch: perl
13321            ! ext/Data/Dumper/Dumper.pm
13322 ____________________________________________________________________________
13323 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
13324         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
13325              From: Brian Ingerson <ingy@ttul.org>
13326              Date: Sun, 30 Sep 2001 21:45:56 -0700
13327              Message-ID: <20010930214556.D26392@ttul.org>
13328              
13329              (remember also the #12289)
13330      Branch: perl
13331            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13332 ____________________________________________________________________________
13333 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
13334         Log: More Unicode property tests for the abbreviated
13335              general properties.
13336      Branch: perl
13337            ! t/op/pat.t
13338 ____________________________________________________________________________
13339 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
13340         Log: Further tweaks to the Unicode properties.
13341      Branch: perl
13342            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
13343 ____________________________________________________________________________
13344 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
13345         Log: Retract #12284.
13346      Branch: perl
13347            ! lib/Term/Cap.t
13348 ____________________________________________________________________________
13349 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
13350         Log: (Retracted by #12285)
13351      Branch: perl
13352            ! lib/Term/Cap.t
13353 ____________________________________________________________________________
13354 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
13355         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
13356              From: "chromatic" <chromatic@rmci.net>  
13357              Date: Sun, 30 Sep 2001 16:10:02 -0600
13358              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
13359      Branch: perl
13360            + lib/Term/Cap.t
13361            ! MANIFEST
13362 ____________________________________________________________________________
13363 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
13364         Log: Use stty -g to restore the terminal state, do not even
13365              try to run the tests if stty -g is not available.
13366      Branch: perl
13367            ! lib/Term/Complete.t
13368 ____________________________________________________________________________
13369 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
13370         Log: Cleanup utf8_heavy; allow dropping the In prefix from
13371              Unicode script/block properties.
13372      Branch: perl
13373            ! lib/utf8_heavy.pl
13374 ____________________________________________________________________________
13375 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
13376         Log: Retract the #12259 for now.
13377      Branch: perl
13378            ! embed.h embed.pl sv.h
13379 ____________________________________________________________________________
13380 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
13381         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
13382      Branch: perl
13383            + lib/Text/TabsWrap/CHANGELOG
13384            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
13385 ____________________________________________________________________________
13386 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
13387         Log: #12272 wasn't right, it introduced an extra ().
13388      Branch: perl
13389            ! lib/utf8_heavy.pl
13390 ____________________________________________________________________________
13391 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
13392         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
13393              From: Jonathan Stowe <gellyfish@gellyfish.com>
13394              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
13395              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
13396      Branch: perl
13397            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
13398 ____________________________________________________________________________
13399 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
13400         Log: Subject: Patch to put qsortsv in the public API
13401              From: Brian Ingerson <ingy@ttul.org>
13402              Date: Sat, 29 Sep 2001 17:41:13 -0700
13403              Message-ID: <20010929174113.A30223@ttul.org>
13404      Branch: perl
13405            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
13406 ____________________________________________________________________________
13407 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
13408         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
13409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13410              Date: Sat, 29 Sep 2001 23:54:48 +0200
13411              Message-ID: <20010929235448.A5017@rafael>
13412      Branch: perl
13413            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
13414 ____________________________________________________________________________
13415 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
13416         Log: FAQ sync.
13417      Branch: perl
13418            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13419            ! pod/perlfaq9.pod
13420 ____________________________________________________________________________
13421 [ 12273] By: bailey                                on 2001/09/29  23:43:46
13422         Log: Resync with mainline
13423      Branch: vmsperl
13424           +> (branch 1207 files)
13425            - (delete 324 files)
13426           !> (integrate 866 files)
13427 ____________________________________________________________________________
13428 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
13429         Log: Nasty recursion trap if one would match Unicode.
13430      Branch: perl
13431            ! lib/utf8_heavy.pl
13432 ____________________________________________________________________________
13433 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
13434         Log: More Unicode todo.
13435      Branch: perl
13436            ! pod/perltodo.pod
13437 ____________________________________________________________________________
13438 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
13439         Log: Explain a bit the new more flexible \p\P syntax.
13440      Branch: perl
13441            ! pod/perlunicode.pod
13442 ____________________________________________________________________________
13443 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
13444         Log: More leniency to the \p and \P: now can have whitespace
13445              between the property definition and the curlies; now can
13446              invert the property by having a caret between the open
13447              curly and the property.
13448      Branch: perl
13449            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
13450 ____________________________________________________________________________
13451 [ 12268] By: nick                                  on 2001/09/29  17:39:26
13452         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
13453              one test (lib/open.t) fails
13454      Branch: perlio
13455           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13456           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13457           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
13458           +> lib/Tie/Scalar.t lib/open.t
13459            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
13460            - ext/B/Stash.t
13461           !> (integrate 62 files)
13462 ____________________________________________________________________________
13463 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
13464         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
13465      Branch: perl
13466            ! t/op/chdir.t
13467 ____________________________________________________________________________
13468 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
13469         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
13470              From: "Craig A. Berry" <craigberry@mac.com> 
13471              Date: Sat, 29 Sep 2001 09:35:33 -0500
13472              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
13473      Branch: perl
13474            ! t/op/chdir.t
13475 ____________________________________________________________________________
13476 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
13477         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
13478              From: "chromatic" <chromatic@rmci.net>
13479              Date: Fri, 28 Sep 2001 21:20:12 -0600
13480              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
13481      Branch: perl
13482            + lib/Tie/Scalar.t
13483            ! MANIFEST lib/Tie/Scalar.pm
13484 ____________________________________________________________________________
13485 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
13486         Log: Allow for more flexibility in the \p{In...} names, now
13487              case doesn't matter, and any space or dash can be
13488              matched by any space, dash, underbar, or empty.
13489              (may be going too far on leniency)
13490      Branch: perl
13491            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
13492            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
13493            ! t/op/pat.t
13494 ____________________________________________________________________________
13495 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
13496         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
13497              From: "chromatic" <chromatic@rmci.net>
13498              Date: Fri, 28 Sep 2001 17:39:50 -0600
13499              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
13500      Branch: perl
13501            + lib/open.t
13502            ! MANIFEST
13503 ____________________________________________________________________________
13504 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
13505         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
13506              From: "Craig A. Berry" <craigberry@mac.com>
13507              Date: Fri, 28 Sep 2001 16:24:51 -0500
13508              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
13509      Branch: perl
13510            ! ext/File/Glob/t/basic.t
13511 ____________________________________________________________________________
13512 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
13513         Log: Subject: [DOC PATCH] Carp.pm pod typo
13514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13515              Date: Fri, 28 Sep 2001 23:14:51 +0200
13516              Message-ID: <20010928231451.E16889@rafael>
13517      Branch: perl
13518            ! lib/Carp.pm
13519 ____________________________________________________________________________
13520 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
13521         Log: Subject: [PATCH] Allow an @INC hook to set %INC
13522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13523              Date: Fri, 28 Sep 2001 22:18:13 +0200
13524              Message-ID: <20010928221813.A16889@rafael>
13525      Branch: perl
13526            ! pp_ctl.c
13527 ____________________________________________________________________________
13528 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
13529         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
13530              From: Nicholas Clark <nick@ccl4.org>
13531              Date: Fri, 28 Sep 2001 23:39:33 +0100
13532              Message-ID: <20010928233933.C23673@plum.flirble.org>
13533      Branch: perl
13534            ! embed.h embed.pl sv.h
13535 ____________________________________________________________________________
13536 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
13537         Log: Update Changes.
13538      Branch: perl
13539            ! Changes patchlevel.h
13540 ____________________________________________________________________________
13541 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
13542         Log: Move the B tests to B/t.
13543      Branch: perl
13544            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13545            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13546            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
13547            - ext/B/Showlex.t ext/B/Stash.t
13548            ! MANIFEST
13549 ____________________________________________________________________________
13550 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
13551         Log: Forgot from #12254.
13552      Branch: perl
13553            + ext/B/B/Terse.t
13554 ____________________________________________________________________________
13555 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
13556         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
13557              From: "chromatic" <chromatic@rmci.net>
13558              Date: Thu, 27 Sep 2001 23:22:17 -0600
13559              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
13560      Branch: perl
13561            ! MANIFEST
13562 ____________________________________________________________________________
13563 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
13564         Log: Test numbering mismatch.
13565      Branch: perl
13566            ! t/op/chdir.t
13567 ____________________________________________________________________________
13568 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
13569         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
13570              From: "Craig A. Berry" <craigberry@mac.com>
13571              Date: Wed, 26 Sep 2001 17:43:14 -0500
13572              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
13573      Branch: perl
13574            ! iperlsys.h t/op/chdir.t
13575 ____________________________________________________________________________
13576 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
13577         Log: Subject: [PATCH gv.c] make __ANON__ global
13578              From: Robin Barker <rmb1@cise.npl.co.uk>
13579              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
13580              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
13581      Branch: perl
13582            ! gv.c t/op/anonsub.t t/op/runlevel.t
13583 ____________________________________________________________________________
13584 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
13585         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
13586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13587              Date: Thu, 27 Sep 2001 22:34:32 +0200
13588              Message-ID: <20010927223432.A1485@rafael>
13589      Branch: perl
13590            ! ext/B/B/Terse.pm
13591 ____________________________________________________________________________
13592 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
13593         Log: (retracted by #12338)
13594              
13595              Subject: [PATCH] Cleanup of perldsc.pod      
13596              From: Casey West <casey@geeknest.com>
13597              Date: Thu, 27 Sep 2001 11:13:17 -0400
13598              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
13599      Branch: perl
13600            ! pod/perldsc.pod
13601 ____________________________________________________________________________
13602 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
13603         Log: Not everyone is using ithreads...
13604      Branch: perl
13605            ! ext/Devel/Peek/Peek.t
13606 ____________________________________________________________________________
13607 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
13608         Log: Document the nss_delete core dump workaround for HP-UX
13609              and Solaris, bug IDs 20010805.018 and 20010629.004.
13610      Branch: perl
13611            ! README.hpux README.solaris
13612 ____________________________________________________________________________
13613 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
13614         Log: Dump Unicode hash keys also as Unicode,
13615              not just as a byte string.
13616      Branch: perl
13617            ! dump.c ext/Devel/Peek/Peek.t
13618 ____________________________________________________________________________
13619 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
13620         Log: Integrate changes #12241 and #12242 from macperl:
13621              
13622              Remove unneeded disabling of umask() calls
13623              
13624              Note (get|set)sockopt are available.
13625      Branch: perl
13626           !> lib/File/Temp.pm pod/perlport.pod
13627 ____________________________________________________________________________
13628 [ 12244] By: sky                                   on 2001/09/27  08:53:00
13629         Log: Flush buffers on thread closedown.
13630      Branch: perl
13631            ! ext/threads/threads.xs
13632 ____________________________________________________________________________
13633 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
13634         Log: Dump SvUTF8(sv)s also as \x{...}.
13635              
13636              TODO: dump the SvUTF8() hash keys similarly. 
13637      Branch: perl
13638            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
13639 ____________________________________________________________________________
13640 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
13641         Log: Note (get|set)sockopt are available.
13642      Branch: maint-5.6/macperl
13643            ! pod/perlport.pod
13644 ____________________________________________________________________________
13645 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
13646         Log: Remove unneeded disabling of umask() calls
13647      Branch: maint-5.6/macperl
13648            ! lib/File/Temp.pm
13649 ____________________________________________________________________________
13650 [ 12240] By: sky                                   on 2001/09/26  18:44:56
13651         Log: Documention update
13652      Branch: perl
13653            ! ext/threads/threads.pm
13654 ____________________________________________________________________________
13655 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
13656         Log: Update Changes.
13657      Branch: perl
13658            ! Changes patchlevel.h
13659 ____________________________________________________________________________
13660 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
13661         Log: Check that all environment variables are tainted.
13662      Branch: perl
13663            ! t/op/taint.t
13664 ____________________________________________________________________________
13665 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
13666         Log: Manual integration error in #12235.
13667      Branch: perl
13668            ! lib/File/DosGlob.t
13669 ____________________________________________________________________________
13670 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
13671         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
13672              From: "chromatic" <chromatic@rmci.net>
13673              Date: Tue, 25 Sep 2001 23:57:07 -0600
13674              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
13675      Branch: perl
13676            ! perlio.c
13677 ____________________________________________________________________________
13678 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
13679         Log: Integrate macperl changes from Chris Nandor:
13680              12192 11817 11815 11813 11778 11775
13681              
13682              Update CPAN.pm to work with new Mac::BuildTools instead
13683              of ExtUtils::MM_MacOS "orphan" functions
13684              
13685              Fix test
13686              
13687              Make syntax check report in MPW style, fix tests
13688              to use Mac::err=unix to get normal-style error
13689              messages.
13690              
13691              More module and test ports from Thomas Wegner et al
13692              
13693              Fix open of /dev/null for Mac OS
13694              
13695              Allow for platforms to override formatting of errors
13696              on output from Matthias Neeracher (core files)
13697      Branch: perl
13698            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
13699            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
13700            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
13701           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
13702           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
13703           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
13704 ____________________________________________________________________________
13705 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
13706         Log: grrr.
13707      Branch: perl
13708            ! t/op/gv.t
13709 ____________________________________________________________________________
13710 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
13711         Log: Retract #12232.
13712      Branch: perl
13713            ! t/op/gv.t
13714 ____________________________________________________________________________
13715 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
13716         Log: (Retracted by #12233.)
13717      Branch: perl
13718            ! t/op/gv.t
13719 ____________________________________________________________________________
13720 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
13721         Log: Detypo.
13722      Branch: perl
13723            ! ext/Encode/Makefile.PL
13724 ____________________________________________________________________________
13725 [ 12230] By: sky                                   on 2001/09/26  11:36:23
13726         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
13727              We are using a "delay" here because we do not want to depend on thread synchronization issues.
13728      Branch: perl
13729            + ext/threads/t/stress_cv.t
13730            ! MANIFEST ext/threads/t/stress_string.t
13731 ____________________________________________________________________________
13732 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
13733         Log: NetWare tweak from Ananth Kesari.
13734      Branch: perl
13735            ! NetWare/t/Readme.txt
13736 ____________________________________________________________________________
13737 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
13738         Log: Trick to fool case-blind filesystems.
13739      Branch: perl
13740            ! ext/Encode/Makefile.PL
13741 ____________________________________________________________________________
13742 [ 12227] By: sky                                   on 2001/09/26  11:06:50
13743         Log: Threads can start executing in a different order than they were
13744              created.... so we cannot ok() inside the threadstarter.
13745      Branch: perl
13746            ! ext/threads/t/stress_string.t
13747 ____________________________________________________________________________
13748 [ 12226] By: sky                                   on 2001/09/26  07:41:45
13749         Log: Add in stress_string.t to stress test threads a bit more.
13750      Branch: perl
13751            + ext/threads/t/stress_string.t
13752            ! MANIFEST
13753 ____________________________________________________________________________
13754 [ 12225] By: sky                                   on 2001/09/26  07:04:21
13755         Log: Fix negative refcount introduced by #12223.
13756      Branch: perl
13757            ! ext/threads/threads.xs
13758 ____________________________________________________________________________
13759 [ 12224] By: sky                                   on 2001/09/26  06:57:58
13760         Log: Update documentation to match change #12223
13761      Branch: perl
13762            ! sharedsv.c
13763 ____________________________________________________________________________
13764 [ 12223] By: sky                                   on 2001/09/26  06:54:32
13765         Log: Use a separate interpreter for the sharedsv space. Another
13766              negative sv leak. Sigh.
13767      Branch: perl
13768            ! sharedsv.c
13769 ____________________________________________________________________________
13770 [ 12222] By: sky                                   on 2001/09/26  05:58:35
13771         Log: Do the environ assignment in perl_contruct to match perl_destruct.
13772              Now we don't need to perl_parse/perl_run. However environ is a
13773              global....
13774      Branch: perl
13775            ! perl.c
13776 ____________________________________________________________________________
13777 [ 12221] By: sky                                   on 2001/09/26  05:41:02
13778         Log: Move the creation of PL_strtab to perl_construct so we can work
13779              with HV and HEs without running perl_parse.
13780      Branch: perl
13781            ! perl.c
13782 ____________________________________________________________________________
13783 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
13784         Log: integrate macperl changes into maint-5.6
13785      Branch: maint-5.6/perl
13786           !> (integrate 26 files)
13787 ____________________________________________________________________________
13788 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
13789         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
13790              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
13791      Branch: maint-5.6/macperl
13792            ! macos/ext/Mac/Fonts/Fonts.xs
13793            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13794 ____________________________________________________________________________
13795 [ 12218] By: ams                                   on 2001/09/25  23:31:33
13796         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13797              From: Nicholas Clark <nick@ccl4.org>
13798              Date: Wed, 26 Sep 2001 01:20:20 +0100
13799              Message-Id: <20010926012020.B48092@plum.flirble.org>
13800      Branch: perl
13801            ! lib/AutoSplit.t
13802 ____________________________________________________________________________
13803 [ 12217] By: ams                                   on 2001/09/25  22:33:05
13804         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
13805              From: "Craig A. Berry" <craigberry@mac.com>
13806              Date: Tue, 25 Sep 2001 18:08:42 -0500
13807              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
13808      Branch: perl
13809            ! vms/vms.c
13810 ____________________________________________________________________________
13811 [ 12216] By: ams                                   on 2001/09/25  21:41:01
13812         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
13813              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
13814              From: Michael G Schwern <schwern@pobox.com>
13815              Date: Wed, 26 Sep 2001 00:38:21 -0400
13816              Message-Id: <20010926003821.A627@blackrider>
13817      Branch: perl
13818            ! lib/AutoSplit.t
13819 ____________________________________________________________________________
13820 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
13821         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
13822              From: Michael G Schwern <schwern@pobox.com>
13823              Date: Tue, 25 Sep 2001 17:43:49 -0400
13824              Message-ID: <20010925174349.B19534@blackrider>
13825      Branch: perl
13826            ! lib/Test/Simple.pm lib/Test/Utils.pm
13827 ____________________________________________________________________________
13828 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
13829         Log: Integrate changes from bleadperl.
13830      Branch: maint-5.6/macperl
13831           !> pod/perlport.pod
13832 ____________________________________________________________________________
13833 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
13834         Log: skip($mess) should result in one skip.
13835      Branch: perl
13836            ! t/test.pl
13837 ____________________________________________________________________________
13838 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
13839         Log: Integrate change #12200 from maintperl.
13840      Branch: maint-5.6/macperl
13841           !> win32/perlhost.h
13842 ____________________________________________________________________________
13843 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
13844         Log: Fix file types to "apple"
13845      Branch: maint-5.6/macperl
13846            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
13847            ! macos/ext/Mac/SAT/t/Collision.rsrc
13848 ____________________________________________________________________________
13849 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
13850         Log: Fix rsrc file as snd file; fix path in t file.
13851      Branch: maint-5.6/macperl
13852            ! macos/ext/Mac/Notification/t/Notification.rsrc
13853            ! macos/ext/Mac/Notification/t/Notification.t
13854 ____________________________________________________________________________
13855 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
13856         Log: Sync up with File::Find from bleadperl.
13857      Branch: maint-5.6/macperl
13858            ! lib/File/Find.pm t/lib/filefind-taint.t
13859 ____________________________________________________________________________
13860 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
13861         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
13862              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
13863              of hundreds)
13864      Branch: maint-5.6/macperl
13865            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
13866            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
13867            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
13868 ____________________________________________________________________________
13869 [ 12207] By: nick                                  on 2001/09/25  19:04:36
13870         Log: Integrate mainline (untested while modem is up)
13871      Branch: perlio
13872           +> lib/AutoSplit.t t/test.pl
13873            - lib/warnings/register.t
13874           !> (integrate 28 files)
13875 ____________________________________________________________________________
13876 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
13877         Log: perldiag entry for #12205.
13878      Branch: perl
13879            ! pod/perldiag.pod
13880 ____________________________________________________________________________
13881 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
13882         Log: Subject: [PATCH] warning on v-string in use/require
13883              From: John Peacock <jpeacock@rowman.com>
13884              Date: Mon, 24 Sep 2001 17:29:03 -0400
13885              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
13886      Branch: perl
13887            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
13888 ____________________________________________________________________________
13889 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
13890         Log: perltooc et al updates.
13891      Branch: perl
13892            ! plan9/mkfile pod/roffitall
13893 ____________________________________________________________________________
13894 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
13895         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
13896              From: Michael G Schwern <schwern@pobox.com>
13897              Date: Sun, 23 Sep 2001 00:07:12 -0400
13898              Message-ID: <20010923000712.A7005@blackrider>
13899      Branch: perl
13900            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
13901 ____________________________________________________________________________
13902 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
13903         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
13904              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13905              Date: Wed, 26 Sep 2001 01:25:10 +0900
13906              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
13907      Branch: perl
13908            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
13909            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
13910            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
13911 ____________________________________________________________________________
13912 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
13913         Log: Integrate change #12200 from maintperl;
13914              on windows, virtualized environment could propagate deleted variables
13915              into children if they happen to be at the very end of the table
13916      Branch: perl
13917           !> win32/perlhost.h
13918 ____________________________________________________________________________
13919 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
13920         Log: on windows, virtualized environment could propagate deleted variables
13921              into children if they happen to be at the very end of the table
13922              (thanks for succinct test case from Johan Holmberg, and fix from
13923              Doug Lankshear)
13924      Branch: maint-5.6/perl
13925            ! win32/perlhost.h
13926 ____________________________________________________________________________
13927 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
13928         Log: avoid the use of ftime() (it does a useless, potentially
13929              expensive call to GetTimeZoneInformation()); this potentially
13930              also results in three more digits of precision from
13931              Time::HiRes::time()
13932      Branch: perl
13933            ! ext/Time/HiRes/HiRes.xs
13934 ____________________________________________________________________________
13935 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
13936         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
13937              
13938              Note: io/binmode is failing, have to figure out why.
13939      Branch: perl
13940            + t/test.pl
13941            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
13942            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
13943            ! t/run/exit.t
13944 ____________________________________________________________________________
13945 [ 12197] By: ams                                   on 2001/09/25  13:48:55
13946         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13947              From: Nicholas Clark <nick@ccl4.org>
13948              Date: Tue, 25 Sep 2001 00:37:40 +0100
13949              Message-Id: <20010925003740.S4971@plum.flirble.org>
13950              (Further changes expected.)
13951      Branch: perl
13952            + lib/AutoSplit.t
13953            ! MANIFEST
13954 ____________________________________________________________________________
13955 [ 12196] By: sky                                   on 2001/09/25  13:37:12
13956         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
13957              _ftime to try and be more robust.
13958      Branch: perl
13959            ! ext/Time/HiRes/HiRes.xs
13960 ____________________________________________________________________________
13961 [ 12194] By: ams                                   on 2001/09/25  11:40:00
13962         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
13963              From: "Craig A. Berry" <craigberry@mac.com>
13964              Date: Mon, 24 Sep 2001 17:54:20 -0500
13965              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
13966      Branch: perl
13967            ! vms/descrip_mms.template
13968 ____________________________________________________________________________
13969 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
13970         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
13971              not working, cursor not spinning (Bug #422129); external
13972              editor problems (Bug #456329); escape/cmd-. not activating
13973              "Cancel" in Save dialog box (Bug #446960); Runtimes not
13974              executing on launch (Bug #464441).
13975      Branch: maint-5.6/macperl
13976            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
13977            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
13978            ! macos/macperl/MacPerl.r
13979 ____________________________________________________________________________
13980 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
13981         Log: Update CPAN.pm to work with new Mac::BuildTools instead
13982              of ExtUtils::MM_MacOS "orphan" functions
13983      Branch: maint-5.6/macperl
13984            ! lib/CPAN.pm
13985 ____________________________________________________________________________
13986 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
13987         Log: Fix up another xsubpp problem (Matthias Neeracher)
13988      Branch: maint-5.6/macperl
13989            ! macos/xsubpp
13990 ____________________________________________________________________________
13991 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
13992         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
13993      Branch: maint-5.6/macperl
13994            ! macos/lib/ExtUtils/MM_MacOS.pm
13995 ____________________________________________________________________________
13996 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
13997         Log: Fix up Makefiles for more Mac:: modules (and prepare for
13998              static build ...?)
13999      Branch: maint-5.6/macperl
14000            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
14001            ! macos/macperl/Makefile.mk
14002 ____________________________________________________________________________
14003 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
14004         Log: Fix up tests
14005      Branch: maint-5.6/macperl
14006            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
14007 ____________________________________________________________________________
14008 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
14009         Log: Make malloc smarter, fix bugs.  (Bug #404030)
14010      Branch: maint-5.6/macperl
14011            ! macos/icemalloc.c macos/icemalloc.h
14012 ____________________________________________________________________________
14013 [ 12186] By: nick                                  on 2001/09/24  19:18:17
14014         Log: Integrate mainline
14015      Branch: perlio
14016           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
14017           +> lib/filetest.t
14018           !> (integrate 30 files)
14019 ____________________________________________________________________________
14020 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
14021         Log: Retract #12136, the warnings::register is already
14022              tested by t/lib/warnings/9enabled, as pointed out
14023              by Paul Marquess.
14024      Branch: perl
14025            - lib/warnings/register.t
14026            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
14027 ____________________________________________________________________________
14028 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
14029         Log: fix Time::HiRes implementation of gettimeofday() on windows
14030              (HiRes.t#14 now passes)
14031      Branch: perl
14032            ! ext/Time/HiRes/HiRes.xs
14033 ____________________________________________________________________________
14034 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
14035         Log: File::Spec::catfile() canonifies everything to blackslashes on
14036              windows :-(
14037      Branch: perl
14038            ! lib/ExtUtils/Manifest.t
14039 ____________________________________________________________________________
14040 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
14041         Log: test number mismatch
14042      Branch: perl
14043            ! t/op/magic.t
14044 ____________________________________________________________________________
14045 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
14046         Log: ok().
14047      Branch: perl
14048            ! t/op/pack.t
14049 ____________________________________________________________________________
14050 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
14051         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
14052              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14053      Branch: perl
14054            ! pp_pack.c t/op/pack.t
14055 ____________________________________________________________________________
14056 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
14057         Log: Update Changes.
14058      Branch: perl
14059            ! Changes patchlevel.h
14060 ____________________________________________________________________________
14061 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
14062         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
14063              From: Michael G Schwern <schwern@pobox.com>
14064              Date: Mon, 24 Sep 2001 11:12:13 -0400
14065              Message-ID: <20010924111213.G27885@blackrider>
14066      Branch: perl
14067            ! lib/ExtUtils/Manifest.pm
14068 ____________________________________________________________________________
14069 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
14070         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
14071              From: Michael G Schwern <schwern@pobox.com> 
14072              Date: Mon, 24 Sep 2001 11:02:07 -0400
14073              Message-ID: <20010924110207.E27885@blackrider>
14074      Branch: perl
14075            ! vms/test.com
14076 ____________________________________________________________________________
14077 [ 12176] By: ams                                   on 2001/09/24  14:01:59
14078         Log: Update Changes.
14079      Branch: perl
14080            ! Changes
14081 ____________________________________________________________________________
14082 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
14083         Log: Various cleanups.
14084      Branch: perl
14085            ! ext/threads/Makefile.PL ext/threads/threads.xs
14086 ____________________________________________________________________________
14087 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
14088         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
14089      Branch: maint-5.6/macperl
14090           !> (integrate 33 files)
14091 ____________________________________________________________________________
14092 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
14093         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
14094              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14095              Date: Mon, 24 Sep 2001 20:04:58 +0900
14096              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
14097      Branch: perl
14098            ! ext/Encode/Encode/gb2312.enc
14099 ____________________________________________________________________________
14100 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
14101         Log: Clarifying comment to #12164.
14102      Branch: perl
14103            ! lib/Cwd.pm
14104 ____________________________________________________________________________
14105 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
14106         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
14107              From: Nicholas Clark <nick@ccl4.org>
14108              Date: Sun, 23 Sep 2001 23:00:56 +0100
14109              Message-ID: <20010923230055.Y4971@plum.flirble.org>
14110              
14111              (with "sample_constants" changed to "fallback")
14112      Branch: perl
14113            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
14114            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
14115            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
14116            ! lib/h2xs.t utils/h2xs.PL
14117 ____________________________________________________________________________
14118 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
14119         Log: Metaconfig unit change for #12167.
14120      Branch: metaconfig
14121            ! U/modified/Cppsym.U
14122 ____________________________________________________________________________
14123 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
14124         Log: Add a few glibc cpp symbols to probe for.
14125      Branch: perl
14126            ! Configure
14127 ____________________________________________________________________________
14128 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
14129         Log: DJGPP tweaks for Laszlo Molnar.
14130      Branch: perl
14131            ! djgpp/djgppsed.sh dosish.h
14132 ____________________________________________________________________________
14133 [ 12165] By: ams                                   on 2001/09/24  10:07:08
14134         Log: Subject: [PATCH t/op/inccode.t] More tests
14135              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14136              Date: 24 Sep 2001 10:01:44 -0000
14137              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
14138      Branch: perl
14139            ! t/op/inccode.t
14140 ____________________________________________________________________________
14141 [ 12164] By: ams                                   on 2001/09/24  09:43:29
14142         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
14143              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
14144              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
14145              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
14146      Branch: perl
14147            ! lib/Cwd.pm
14148 ____________________________________________________________________________
14149 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
14150         Log: 1_compile updates.
14151      Branch: perl
14152            ! t/lib/1_compile.t
14153 ____________________________________________________________________________
14154 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
14155         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
14156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14157              Date: Wed, 19 Sep 2001 22:47:14 +0200
14158              Message-ID: <20010919224714.A6382@rafael>
14159      Branch: perl
14160            ! pod/perlvar.pod pp_ctl.c
14161 ____________________________________________________________________________
14162 [ 12161] By: ams                                   on 2001/09/23  17:40:02
14163         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
14164              filetest Pragma
14165              From: "chromatic" <chromatic@rmci.net>
14166              Date: Sun, 23 Sep 2001 12:07:25 -0600
14167              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
14168      Branch: perl
14169            + lib/filetest.t
14170            ! MANIFEST t/lib/1_compile.t
14171 ____________________________________________________________________________
14172 [ 12160] By: ams                                   on 2001/09/23  16:32:11
14173         Log: Additional minor chdir() tweak.
14174      Branch: perl
14175            ! pod/perlfunc.pod
14176 ____________________________________________________________________________
14177 [ 12159] By: ams                                   on 2001/09/23  16:25:01
14178         Log: Subject: PATCH lib/ExtUtils/Command.t
14179              From: Abe Timmerman <abe@ztreet.demon.nl>
14180              Date: Sun, 23 Sep 2001 19:11:44 +0200
14181              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
14182      Branch: perl
14183            ! lib/ExtUtils/Command.t
14184 ____________________________________________________________________________
14185 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
14186         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
14187              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14188              Date: Sun, 23 Sep 2001 02:02:26 +0200
14189              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
14190      Branch: perl
14191            ! makedef.pl
14192 ____________________________________________________________________________
14193 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
14194         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
14195              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
14196              Date: Sat, 22 Sep 2001 12:54:39 -0500
14197              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
14198      Branch: perl
14199            ! t/op/study.t
14200 ____________________________________________________________________________
14201 [ 12156] By: nick                                  on 2001/09/23  07:48:44
14202         Log: Integrate mainline
14203      Branch: perlio
14204            - check83.pl
14205           !> ext/Encode/Encode/2022-cn.enc
14206 ____________________________________________________________________________
14207 [ 12155] By: nick                                  on 2001/09/23  07:48:01
14208         Log: Integrate mainline
14209      Branch: perlio
14210           +> (branch 64 files)
14211            - ext/Encode/Encode/cns11643-1.enc
14212            - ext/Encode/Encode/cns11643-2.enc
14213            - ext/Encode/Encode/iso2022-cn.enc
14214            - ext/Encode/Encode/iso2022-jp.enc
14215            - ext/Encode/Encode/iso2022-jp1.enc
14216            - ext/Encode/Encode/iso2022-jp2.enc
14217            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14218            - ext/Encode/Encode/iso8859-1.enc
14219            - ext/Encode/Encode/iso8859-1.ucm
14220            - ext/Encode/Encode/iso8859-10.enc
14221            - ext/Encode/Encode/iso8859-10.ucm
14222            - ext/Encode/Encode/iso8859-13.enc
14223            - ext/Encode/Encode/iso8859-13.ucm
14224            - ext/Encode/Encode/iso8859-14.enc
14225            - ext/Encode/Encode/iso8859-14.ucm
14226            - ext/Encode/Encode/iso8859-15.enc
14227            - ext/Encode/Encode/iso8859-15.ucm
14228            - ext/Encode/Encode/iso8859-16.enc
14229            - ext/Encode/Encode/iso8859-16.ucm
14230            - ext/Encode/Encode/iso8859-2.enc
14231            - ext/Encode/Encode/iso8859-2.ucm
14232            - ext/Encode/Encode/iso8859-3.enc
14233            - ext/Encode/Encode/iso8859-3.ucm
14234            - ext/Encode/Encode/iso8859-4.enc
14235            - ext/Encode/Encode/iso8859-4.ucm
14236            - ext/Encode/Encode/iso8859-5.enc
14237            - ext/Encode/Encode/iso8859-5.ucm
14238            - ext/Encode/Encode/iso8859-6.enc
14239            - ext/Encode/Encode/iso8859-6.ucm
14240            - ext/Encode/Encode/iso8859-7.enc
14241            - ext/Encode/Encode/iso8859-7.ucm
14242            - ext/Encode/Encode/iso8859-8.enc
14243            - ext/Encode/Encode/iso8859-8.ucm
14244            - ext/Encode/Encode/iso8859-9.enc
14245            - ext/Encode/Encode/iso8859-9.ucm
14246            - ext/Encode/Encode/isoir-197.enc
14247            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
14248            - t/lib/sample-tests/header_at_end
14249            - t/lib/sample-tests/header_at_end_fail
14250           !> (integrate 174 files)
14251 ____________________________________________________________________________
14252 [ 12154] By: ams                                   on 2001/09/23  07:11:46
14253         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
14254              by Blair Zajac.
14255      Branch: perl
14256            ! pod/perlfunc.pod
14257 ____________________________________________________________________________
14258 [ 12153] By: ams                                   on 2001/09/23  06:56:32
14259         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
14260              Forgotten deprecation of *glob{FILEHANDLE}?
14261              From: "chromatic" <chromatic@rmci.net>
14262              Date: Sat, 22 Sep 2001 21:27:56 -0600
14263              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
14264      Branch: perl
14265            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
14266 ____________________________________________________________________________
14267 [ 12152] By: ams                                   on 2001/09/23  06:42:58
14268         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
14269              From: Michael G Schwern <schwern@pobox.com>
14270              Date: Sun, 23 Sep 2001 03:34:39 -0400
14271              Message-Id: <20010923033439.E7005@blackrider>
14272      Branch: perl
14273            ! lib/File/Find.pm
14274 ____________________________________________________________________________
14275 [ 12151] By: ams                                   on 2001/09/23  06:37:57
14276         Log: Subject: Re: t/op/magic.t missing tests on Win32
14277              From: Michael G Schwern <schwern@pobox.com>
14278              Date: Sat, 22 Sep 2001 20:29:09 -0400
14279              Message-Id: <20010922202909.I18223@blackrider>
14280      Branch: perl
14281            ! t/op/magic.t
14282 ____________________________________________________________________________
14283 [ 12150] By: ams                                   on 2001/09/23  06:36:26
14284         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
14285              Dumpvalue.pm
14286              From: "chromatic" <chromatic@rmci.net>
14287              Date: Sat, 22 Sep 2001 19:41:31 -0600
14288              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
14289      Branch: perl
14290            + lib/Dumpvalue.t
14291            ! MANIFEST lib/Dumpvalue.pm
14292 ____________________________________________________________________________
14293 [ 12149] By: ams                                   on 2001/09/23  06:25:35
14294         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
14295              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14296              Date: Sun, 23 Sep 2001 15:27:56 +0900
14297              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
14298      Branch: perl
14299            ! ext/Encode/Encode/2022-cn.enc
14300 ____________________________________________________________________________
14301 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
14302         Log: Manual eror in #12147.
14303      Branch: perl
14304            ! win32/win32.c
14305 ____________________________________________________________________________
14306 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
14307         Log: Integrate change #12146 from maintperl;
14308              win32_chdir() et al don't handle a NULL argument gracefully
14309      Branch: perl
14310           !> win32/perlhost.h win32/win32.c
14311 ____________________________________________________________________________
14312 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
14313         Log: win32_chdir() et al don't handle a NULL argument gracefully
14314      Branch: maint-5.6/perl
14315            ! win32/perlhost.h win32/win32.c
14316 ____________________________________________________________________________
14317 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
14318         Log: typo in change#12026
14319      Branch: maint-5.6/perl
14320            ! op.c
14321 ____________________________________________________________________________
14322 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
14323         Log: Subject: [PATCH] Re: scalar context unpack bugs
14324              From: Nicholas Clark <nick@ccl4.org>
14325              Date: Sat, 22 Sep 2001 23:07:56 +0100
14326              Message-ID: <20010922230755.O4971@plum.flirble.org>
14327      Branch: perl
14328            ! pp_pack.c t/op/pack.t
14329 ____________________________________________________________________________
14330 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
14331         Log: Try ExtUtils::Command.t everywhere, not just on Win32
14332              (as suggested by NI-S).  Also allow running it either
14333              in t/ or in the main directory.
14334      Branch: perl
14335            ! lib/ExtUtils/Command.t
14336 ____________________________________________________________________________
14337 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
14338         Log: Update the test on warnings/register.t.
14339      Branch: perl
14340            ! t/lib/1_compile.t
14341 ____________________________________________________________________________
14342 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
14343         Log: The code is now almost tidy enough to keep the IRIX cc happy.
14344      Branch: perl
14345            ! hints/irix_6.sh
14346 ____________________________________________________________________________
14347 [ 12140] By: ams                                   on 2001/09/22  17:26:32
14348         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
14349              use_ithreads
14350              From: "Craig A. Berry" <craigberry@mac.com>
14351              Date: Sat, 22 Sep 2001 13:15:32 -0500
14352              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
14353      Branch: perl
14354            ! configure.com
14355 ____________________________________________________________________________
14356 [ 12139] By: ams                                   on 2001/09/22  16:44:08
14357         Log: Do what perl_clone() does for sharedsv functions.
14358      Branch: perl
14359            ! embed.pl proto.h
14360 ____________________________________________________________________________
14361 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
14362         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
14363              (suggested by Sarathy, extensions shouldn't be dabbling with
14364              op structures, so binary backward compatibility should not be
14365              an issue.)
14366      Branch: perl
14367            ! hints/irix_6.sh op.h
14368 ____________________________________________________________________________
14369 [ 12137] By: ams                                   on 2001/09/22  16:21:05
14370         Log: More cleanups. (What's PERL_DECL_PROT?)
14371      Branch: perl
14372            ! embed.pl proto.h sharedsv.h
14373 ____________________________________________________________________________
14374 [ 12136] By: ams                                   on 2001/09/22  15:14:34
14375         Log: (Retracted by #12185)
14376              
14377              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
14378              Add Tests for warnings::register, Doc Update
14379              From: "chromatic" <chromatic@rmci.net>
14380              Date: Sat, 22 Sep 2001 09:43:20 -0600
14381              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
14382      Branch: perl
14383            + lib/warnings/register.t
14384            ! MANIFEST lib/warnings/register.pm
14385 ____________________________________________________________________________
14386 [ 12135] By: ams                                   on 2001/09/22  15:07:50
14387         Log: `@foo' should be @foo for consistency.
14388      Branch: perl
14389            ! pod/perldiag.pod
14390 ____________________________________________________________________________
14391 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
14392         Log: (Retracted by #12138)
14393              
14394              Add -woff (turn warning off) 3187:
14395              "A pointer is converted to a smaller integer."
14396              This happens when your pointers are 64-bit: then every case
14397              of converting pointers to PADOFFSETs (explicitly 32-bit)
14398              faces truncation (even explicit use of INT2PTR doesn't help).
14399              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
14400              Changing PADOFFSET from U32 to UV would help, but that
14401              would break binary backward compatibility of BASEOP and padop
14402              (assuming you have been using 64-bit pointers).
14403      Branch: perl
14404            ! hints/irix_6.sh
14405 ____________________________________________________________________________
14406 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
14407         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
14408              but the name comes from the inside the file, not from the file
14409              name, and Rumanian is the name of the language.
14410      Branch: perl
14411            + ext/Encode/Encode/macRumanian.enc
14412            - ext/Encode/Encode/macRomania.enc
14413            ! MANIFEST
14414 ____________________________________________________________________________
14415 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
14416         Log: Rename perltootc as perltooc for 8.3-friedliness.
14417      Branch: perl
14418            + pod/perltooc.pod
14419            - pod/perltootc.pod
14420            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
14421            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
14422            ! pod/perltoot.pod
14423 ____________________________________________________________________________
14424 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
14425         Log: Find more conflicts by lowercasing.
14426      Branch: perl
14427            + Porting/check83.pl
14428            - check83.pl
14429            ! MANIFEST
14430 ____________________________________________________________________________
14431 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
14432         Log: The AIX cc 5.0.0.0 is simply too buggy.
14433      Branch: perl
14434            ! hints/aix.sh
14435 ____________________________________________________________________________
14436 [ 12129] By: ams                                   on 2001/09/22  12:35:38
14437         Log: Uninteresting cleanup.
14438      Branch: perl
14439            ! form.h
14440 ____________________________________________________________________________
14441 [ 12128] By: ams                                   on 2001/09/22  12:28:48
14442         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
14443              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14444              Date: Sat, 22 Sep 2001 14:29:13 +0100
14445              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
14446      Branch: perl
14447            ! cv.h
14448 ____________________________________________________________________________
14449 [ 12127] By: ams                                   on 2001/09/22  12:04:28
14450         Log: What's a backet?
14451      Branch: perl
14452            ! dump.c
14453 ____________________________________________________________________________
14454 [ 12126] By: ams                                   on 2001/09/22  10:02:34
14455         Log: Removed duplicated tests #19 and #20.
14456      Branch: perl
14457            ! t/op/do.t
14458 ____________________________________________________________________________
14459 [ 12125] By: ams                                   on 2001/09/22  03:58:41
14460         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
14461              From: Michael Carman <mjcarman@home.com>
14462              Date: Fri, 21 Sep 2001 17:54:05 -0500
14463              Message-Id: <3BABC50D.6040202@home.com>
14464              (Applied with some changes.)
14465      Branch: perl
14466            ! pod/perlmod.pod
14467 ____________________________________________________________________________
14468 [ 12124] By: ams                                   on 2001/09/22  03:44:19
14469         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
14470              From: Michael G Schwern <schwern@pobox.com>
14471              Date: Fri, 21 Sep 2001 19:20:40 -0400
14472              Message-Id: <20010921192040.E5494@blackrider>
14473      Branch: perl
14474            ! t/op/chdir.t
14475 ____________________________________________________________________________
14476 [ 12123] By: ams                                   on 2001/09/22  03:41:08
14477         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
14478              From: Blair Zajac <blair@orcaware.com>
14479              Date: Fri, 21 Sep 2001 15:13:04 -0700
14480              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
14481      Branch: perl
14482            ! t/op/chdir.t
14483 ____________________________________________________________________________
14484 [ 12122] By: ams                                   on 2001/09/22  03:37:07
14485         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
14486              20010920.007
14487              From: Michael G Schwern <schwern@pobox.com>
14488              Date: Fri, 21 Sep 2001 17:59:03 -0400
14489              Message-Id: <20010921175903.V5494@blackrider>
14490      Branch: perl
14491            ! t/op/do.t
14492 ____________________________________________________________________________
14493 [ 12121] By: ams                                   on 2001/09/22  03:30:38
14494         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
14495              suite on WinCE)
14496              From: Michael G Schwern <schwern@pobox.com>
14497              Date: Fri, 21 Sep 2001 19:41:03 -0400
14498              Message-Id: <20010921194103.G5494@blackrider>
14499      Branch: perl
14500            ! pod/perlport.pod
14501 ____________________________________________________________________________
14502 [ 12120] By: ams                                   on 2001/09/22  03:28:06
14503         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
14504              From: Michael G Schwern <schwern@pobox.com>
14505              Date: Fri, 21 Sep 2001 17:33:35 -0400
14506              Message-Id: <20010921173335.T5494@blackrider>
14507              ($ENV{FOO}=undef hunk not applied.)
14508      Branch: perl
14509            ! t/op/magic.t
14510 ____________________________________________________________________________
14511 [ 12119] By: ams                                   on 2001/09/22  03:02:26
14512         Log: Subject: [PATCH] perldiag.pod
14513              From: Peter Scott <Peter@PSDT.com>
14514              Date: Fri, 21 Sep 2001 18:54:50 -0700
14515              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
14516              (Moved to the right place.)
14517      Branch: perl
14518            ! pod/perldiag.pod
14519 ____________________________________________________________________________
14520 [ 12118] By: ams                                   on 2001/09/21  20:05:29
14521         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
14522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14523              Date: Fri, 21 Sep 2001 22:36:54 +0200
14524              Message-Id: <20010921223654.A12742@rafael>
14525      Branch: perl
14526            ! t/op/do.t
14527 ____________________________________________________________________________
14528 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
14529         Log: Restore things as they were before
14530              the backward compatibility police notices.
14531      Branch: perl
14532            ! lib/Cwd.pm
14533 ____________________________________________________________________________
14534 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
14535         Log: More Cwd from Schwern: make also OS/2 and DOS
14536              Cwd agree with File::Spec (that is, native path
14537              syntax using \ instead of / -- backward compatibility
14538              polic warning) and stop Win32 from using bsd_realpath().
14539      Branch: perl
14540            ! lib/Cwd.pm
14541 ____________________________________________________________________________
14542 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
14543         Log: Subject: [PATCH @12110] RE: Untested libraries update
14544              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14545              Date: Fri, 21 Sep 2001 18:21:07 +0100
14546              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
14547      Branch: perl
14548            ! lib/warnings/register.pm
14549 ____________________________________________________________________________
14550 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
14551         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
14552              From: Michael G Schwern <schwern@pobox.com>
14553              Date: Thu, 20 Sep 2001 22:54:02 -0400
14554              Message-ID: <20010920225402.A3611@blackrider>
14555      Branch: perl
14556            ! lib/Cwd.pm
14557 ____________________________________________________________________________
14558 [ 12113] By: ams                                   on 2001/09/21  17:08:24
14559         Log: Subject: [PATCH] avoid v-strings with require/use
14560              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14561              Date: Fri, 21 Sep 2001 12:34:40 -0400
14562              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
14563      Branch: perl
14564            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
14565            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
14566            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14567            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14568            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
14569            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
14570            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14571            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14572            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14573            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
14574            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
14575            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
14576            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
14577            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14578            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
14579            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
14580            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
14581            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
14582            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
14583 ____________________________________________________________________________
14584 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
14585         Log: Update Changes.
14586      Branch: perl
14587            ! Changes patchlevel.h
14588 ____________________________________________________________________________
14589 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
14590         Log: Make AIX and Tru64 compilers happy.  
14591      Branch: perl
14592            ! ext/threads/threads.h ext/threads/threads.xs
14593 ____________________________________________________________________________
14594 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
14595         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
14596              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14597              Date: 21 Sep 2001 09:16:37 -0000
14598              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
14599      Branch: perl
14600            ! toke.c
14601 ____________________________________________________________________________
14602 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
14603         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
14604              From: Michael G Schwern <schwern@pobox.com>
14605              Date: Thu, 20 Sep 2001 21:21:34 -0400
14606              Message-ID: <20010920212134.Y28291@blackrider>
14607      Branch: perl
14608            ! pp_sys.c
14609 ____________________________________________________________________________
14610 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
14611         Log: Subject: Re: GDB Debugging Macros from mod_perl
14612              From: rspier@pobox.com (Robert Spier)
14613              Date: Thu, 20 Sep 2001 22:45:03 -0700
14614              Message-ID: <15274.54239.413929.49430@rls.cx>
14615      Branch: perl
14616            ! pod/perltodo.pod
14617 ____________________________________________________________________________
14618 [ 12105] By: sky                                   on 2001/09/21  10:33:34
14619         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
14620              timezone! GetSystemTime should be available on all Win32 
14621              platforms we support. Perhaps Time::HiRes should be extended to
14622              support WinCE and Novell?
14623      Branch: perl
14624            ! ext/Time/HiRes/HiRes.xs
14625 ____________________________________________________________________________
14626 [ 12104] By: sky                                   on 2001/09/21  08:12:39
14627         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
14628      Branch: perl
14629            ! ext/threads/threads.h ext/threads/threads.xs
14630 ____________________________________________________________________________
14631 [ 12103] By: sky                                   on 2001/09/21  07:57:41
14632         Log: Rename the *thread* functions to Perl_* to avoid clashes.
14633              Notably on AIX but could become a problem on other platforms.
14634      Branch: perl
14635            ! ext/threads/threads.h ext/threads/threads.xs
14636 ____________________________________________________________________________
14637 [ 12102] By: sky                                   on 2001/09/21  07:35:30
14638         Log: Add the shared sv space to the global vars.
14639              Fix problems compiling on win32.
14640      Branch: perl
14641            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
14642            ! sharedsv.c sharedsv.h
14643 ____________________________________________________________________________
14644 [ 12101] By: ams                                   on 2001/09/21  00:19:55
14645         Log: Subject: [PATCH] win32/Makefile warning fix
14646              From: Blair Zajac <blair@orcaware.com>
14647              Date: Thu, 20 Sep 2001 18:15:43 -0700
14648              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
14649      Branch: perl
14650            ! win32/Makefile
14651 ____________________________________________________________________________
14652 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
14653         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
14654              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14655              Date: Thu, 20 Sep 2001 18:36:22 +0200
14656              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
14657      Branch: perl
14658            ! lib/ExtUtils/Command.t
14659 ____________________________________________________________________________
14660 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
14661         Log: Cant spl wirth a dam.
14662      Branch: perl
14663            ! intrpvar.h
14664 ____________________________________________________________________________
14665 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
14666         Log: Don't use C++ comments.
14667      Branch: perl
14668            ! ext/threads/threads.xs
14669 ____________________________________________________________________________
14670 [ 12097] By: ams                                   on 2001/09/20  21:42:07
14671         Log: Change #12044 didn't.
14672      Branch: perl
14673            ! lib/constant.pm
14674 ____________________________________________________________________________
14675 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
14676         Log: Metaconfig unit changes for #12095.
14677      Branch: metaconfig
14678            ! U/modified/Myinit.U U/modified/libs.U
14679 ____________________________________________________________________________
14680 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
14681         Log: Remove iconv references since we are not using it
14682              and not going to; regen perltoc, perlmodlib.
14683              (Some references still linger in perltoc, have to figure
14684              out where they are coming from.)
14685      Branch: perl
14686            ! Configure NetWare/config.wc NetWare/config_H.wc
14687            ! Porting/Glossary Porting/config.sh Porting/config_H
14688            ! config_h.SH configure.com epoc/config.sh perl.h
14689            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
14690            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14691            ! vos/config.ga.h win32/config.bc win32/config.gc
14692            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14693            ! win32/config_H.vc wince/config.ce wince/config.h
14694            ! wince/config_H.ce
14695 ____________________________________________________________________________
14696 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
14697         Log: Subject: [PATCH docs] Re: ARGV and read
14698              From: Dave Mitchell <davem@fdgroup.co.uk>
14699              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
14700              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
14701      Branch: perl
14702            ! pod/perltodo.pod pod/perlvar.pod
14703 ____________________________________________________________________________
14704 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
14705         Log: Fresh copies from the cvs.perl.org perlfaq repository.
14706      Branch: perl
14707            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14708            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14709            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14710            ! pod/perlfaq9.pod
14711 ____________________________________________________________________________
14712 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
14713         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
14714              From: Nicholas Clark <nick@ccl4.org>
14715              Date: Thu, 20 Sep 2001 14:27:08 +0100
14716              Message-ID: <20010920142708.X4971@plum.flirble.org>
14717      Branch: perl
14718            ! pp_pack.c t/op/pack.t
14719 ____________________________________________________________________________
14720 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
14721         Log: The sharedsv_space* are variables, not code.  Duh.
14722      Branch: perl
14723            ! intrpvar.h makedef.pl
14724 ____________________________________________________________________________
14725 [ 12090] By: ams                                   on 2001/09/20  11:26:06
14726         Log: Subject: [patch lib/lib_pm.PL]
14727              From: Stas Bekman <stas@stason.org>
14728              Date: Thu, 20 Sep 2001 18:48:53 +0800
14729              Message-Id: <3BA9C995.6010302@stason.org>
14730              (Applied by hand.)
14731      Branch: perl
14732            ! lib/lib_pm.PL
14733 ____________________________________________________________________________
14734 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
14735         Log: Only 21 tests, skipping or not.
14736      Branch: perl
14737            ! lib/ExtUtils/Command.t
14738 ____________________________________________________________________________
14739 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
14740         Log: New exported symbols.
14741      Branch: perl
14742            ! makedef.pl
14743 ____________________________________________________________________________
14744 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
14745         Log: Update Changes.
14746      Branch: perl
14747            ! Changes patchlevel.h
14748 ____________________________________________________________________________
14749 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
14750         Log: Correct numbering of the tests is useful.
14751      Branch: perl
14752            ! ext/threads/t/basic.t
14753 ____________________________________________________________________________
14754 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
14755         Log: More tests now too.
14756      Branch: perl
14757            ! lib/ExtUtils/Command.t
14758 ____________________________________________________________________________
14759 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
14760         Log: More tests now.
14761      Branch: perl
14762            ! ext/threads/t/basic.t
14763 ____________________________________________________________________________
14764 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
14765         Log: The test assumed 7-bit ASCII.  Now it "just"
14766              assumes 8-bit whatever.
14767      Branch: perl
14768            ! t/op/crypt.t
14769 ____________________________________________________________________________
14770 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
14771         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
14772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14773              Date: Wed, 19 Sep 2001 11:45:28 +0200
14774              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
14775              
14776              Lvalue casts are not portable.
14777      Branch: perl
14778            ! ext/threads/threads.xs
14779 ____________________________________________________________________________
14780 [ 12081] By: sky                                   on 2001/09/19  10:17:52
14781         Log: Make the basic test contain only realy basic API tests
14782              Seems to be a problem with detach.
14783      Branch: perl
14784            ! ext/threads/t/basic.t
14785 ____________________________________________________________________________
14786 [ 12080] By: ams                                   on 2001/09/19  01:23:55
14787         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
14788              From: Michael G Schwern <schwern@pobox.com>
14789              Date: Tue, 18 Sep 2001 19:53:48 -0400
14790              Message-Id: <20010918195348.M585@blackrider>
14791              
14792              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
14793              From: Michael G Schwern <schwern@pobox.com>
14794              Date: Tue, 18 Sep 2001 22:07:13 -0400
14795              Message-Id: <20010918220713.B19616@blackrider>
14796      Branch: perl
14797            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
14798            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14799            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
14800            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
14801            ! lib/Test/Tutorial.pod
14802 ____________________________________________________________________________
14803 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
14804         Log: Indent the test a bit.
14805      Branch: perl
14806            ! ext/threads/t/basic.t
14807 ____________________________________________________________________________
14808 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
14809         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
14810              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14811              Date: Tue, 18 Sep 2001 18:06:44 +0200
14812              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
14813      Branch: perl
14814            ! win32/win32.c
14815 ____________________________________________________________________________
14816 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
14817         Log: Subject: stat access time is wrong on Win95
14818              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14819              Date: Tue, 18 Sep 2001 21:59:24 +0200
14820              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
14821      Branch: perl
14822            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
14823 ____________________________________________________________________________
14824 [ 12076] By: ams                                   on 2001/09/18  22:11:25
14825         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
14826              From: Michael G Schwern <schwern@pobox.com>
14827              Date: Tue, 18 Sep 2001 18:47:14 -0400
14828              Message-Id: <20010918184714.I585@blackrider>
14829      Branch: perl
14830            ! t/op/crypt.t
14831 ____________________________________________________________________________
14832 [ 12075] By: sky                                   on 2001/09/18  19:29:37
14833         Log: two test failures
14834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14835              Message-ID: <20010918221702.A17408@rafael>
14836              partly applied, #12074 already fixed half the patch
14837      Branch: perl
14838            ! ext/threads/t/basic.t
14839 ____________________________________________________________________________
14840 [ 12074] By: sky                                   on 2001/09/18  18:49:03
14841         Log: Fixes test case failure introduced by #12071, the warning is
14842              now correctly spelled :-)
14843      Branch: perl
14844            ! ext/IO/lib/IO/t/io_sel.t
14845 ____________________________________________________________________________
14846 [ 12073] By: sky                                   on 2001/09/18  18:46:22
14847         Log: Make the test behave properly!
14848      Branch: perl
14849            ! ext/threads/t/basic.t
14850 ____________________________________________________________________________
14851 [ 12072] By: ams                                   on 2001/09/18  18:44:59
14852         Log: OP_RCATLINE is an SVOP, not a BASEOP.
14853      Branch: perl
14854            ! opcode.h opcode.pl
14855 ____________________________________________________________________________
14856 [ 12071] By: ams                                   on 2001/09/18  18:06:27
14857         Log: Deprecate != Depreciate.
14858      Branch: perl
14859            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
14860            ! lib/Pod/ParseUtils.pm
14861 ____________________________________________________________________________
14862 [ 12070] By: ams                                   on 2001/09/18  15:14:58
14863         Log: Subject: [PATCH] Getopt::Std cleanup
14864              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14865              Date: Tue, 18 Sep 2001 17:32:13 +0200
14866              Message-Id: <20010918173213.C777@rafael>
14867      Branch: perl
14868            ! lib/Getopt/Std.pm lib/Getopt/Std.t
14869 ____________________________________________________________________________
14870 [ 12069] By: sky                                   on 2001/09/18  14:56:33
14871         Log: Forgot the makefile
14872      Branch: perl
14873            + ext/threads/Makefile.PL
14874 ____________________________________________________________________________
14875 [ 12068] By: sky                                   on 2001/09/18  14:13:26
14876         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
14877              The test will fail because of Test.pm not knowing about threads. 
14878              basic needs to be manually tested
14879              compile time warnings on IV2PTR conversions need to be fixed
14880      Branch: perl
14881            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
14882            + ext/threads/threads.h ext/threads/threads.pm
14883            + ext/threads/threads.xs
14884            ! MANIFEST
14885 ____________________________________________________________________________
14886 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
14887         Log: DJGPP tweak from Laszlo Molnar.
14888      Branch: perl
14889            ! djgpp/config.over
14890 ____________________________________________________________________________
14891 [ 12066] By: sky                                   on 2001/09/18  10:24:31
14892         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
14893      Branch: perl
14894            ! sharedsv.c sharedsv.h
14895 ____________________________________________________________________________
14896 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
14897         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
14898              ditto ^cns.
14899      Branch: perl
14900            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
14901            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
14902            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
14903            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
14904            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
14905            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
14906            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
14907            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
14908            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
14909            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
14910            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
14911            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
14912            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
14913            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
14914            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
14915            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
14916            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
14917            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
14918            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
14919            + ext/Encode/Encode/ir-197.enc
14920            - ext/Encode/Encode/cns11643-1.enc
14921            - ext/Encode/Encode/cns11643-2.enc
14922            - ext/Encode/Encode/iso2022-cn.enc
14923            - ext/Encode/Encode/iso2022-jp.enc
14924            - ext/Encode/Encode/iso2022-jp1.enc
14925            - ext/Encode/Encode/iso2022-jp2.enc
14926            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14927            - ext/Encode/Encode/iso8859-1.enc
14928            - ext/Encode/Encode/iso8859-1.ucm
14929            - ext/Encode/Encode/iso8859-10.enc
14930            - ext/Encode/Encode/iso8859-10.ucm
14931            - ext/Encode/Encode/iso8859-11.enc
14932            - ext/Encode/Encode/iso8859-11.ucm
14933            - ext/Encode/Encode/iso8859-13.enc
14934            - ext/Encode/Encode/iso8859-13.ucm
14935            - ext/Encode/Encode/iso8859-14.enc
14936            - ext/Encode/Encode/iso8859-14.ucm
14937            - ext/Encode/Encode/iso8859-15.enc
14938            - ext/Encode/Encode/iso8859-15.ucm
14939            - ext/Encode/Encode/iso8859-16.enc
14940            - ext/Encode/Encode/iso8859-16.ucm
14941            - ext/Encode/Encode/iso8859-2.enc
14942            - ext/Encode/Encode/iso8859-2.ucm
14943            - ext/Encode/Encode/iso8859-3.enc
14944            - ext/Encode/Encode/iso8859-3.ucm
14945            - ext/Encode/Encode/iso8859-4.enc
14946            - ext/Encode/Encode/iso8859-4.ucm
14947            - ext/Encode/Encode/iso8859-5.enc
14948            - ext/Encode/Encode/iso8859-5.ucm
14949            - ext/Encode/Encode/iso8859-6.enc
14950            - ext/Encode/Encode/iso8859-6.ucm
14951            - ext/Encode/Encode/iso8859-7.enc
14952            - ext/Encode/Encode/iso8859-7.ucm
14953            - ext/Encode/Encode/iso8859-8.enc
14954            - ext/Encode/Encode/iso8859-8.ucm
14955            - ext/Encode/Encode/iso8859-9.enc
14956            - ext/Encode/Encode/iso8859-9.ucm
14957            - ext/Encode/Encode/isoir-197.enc
14958            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
14959 ____________________________________________________________________________
14960 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
14961         Log: Must Uppercase.
14962      Branch: perl
14963            ! ext/Encode/Encode.pm
14964 ____________________________________________________________________________
14965 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
14966         Log: Add various encodings.
14967      Branch: perl
14968            + ext/Encode/Encode/iso8859-11.enc
14969            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
14970            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
14971            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
14972            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
14973            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
14974            + ext/Encode/Encode/viscii.ucm
14975            ! MANIFEST ext/Encode/Encode.pm
14976 ____________________________________________________________________________
14977 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
14978         Log: lib/unicode relic.
14979      Branch: perl
14980            ! ext/Encode/compile
14981 ____________________________________________________________________________
14982 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
14983         Log: Subject: [PATCH] Re: filename problems
14984              From: Michael G Schwern <schwern@pobox.com>
14985              Date: Mon, 17 Sep 2001 17:26:26 -0400
14986              Message-ID: <20010917172626.Q585@blackrider>
14987      Branch: perl
14988            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
14989            - t/lib/sample-tests/header_at_end
14990            - t/lib/sample-tests/header_at_end_fail
14991            ! MANIFEST lib/Test/Harness/t/test-harness.t
14992 ____________________________________________________________________________
14993 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
14994         Log: Explicitly explain the 1e9 seconds, not everybody
14995              is a C geek.
14996      Branch: perl
14997            ! ext/Time/HiRes/HiRes.pm
14998 ____________________________________________________________________________
14999 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
15000         Log: Explain an apparent bug reported by
15001              Richard J. Barbalace <rjbarbal@MIT.EDU>,
15002              with additional explanation from Gisle Aas.
15003      Branch: perl
15004            ! ext/Time/HiRes/HiRes.pm
15005 ____________________________________________________________________________
15006 [ 12058] By: ams                                   on 2001/09/17  19:52:01
15007         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
15008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15009              Date: Mon, 17 Sep 2001 22:48:05 +0200
15010              Message-Id: <20010917224805.C11744@rafael>
15011      Branch: perl
15012            ! t/lib/warnings/op t/lib/warnings/pp
15013 ____________________________________________________________________________
15014 [ 12057] By: ams                                   on 2001/09/17  16:51:18
15015         Log: Its a nit!
15016      Branch: perl
15017            ! sv.h
15018 ____________________________________________________________________________
15019 [ 12056] By: ams                                   on 2001/09/17  16:47:55
15020         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
15021              From: "Craig A. Berry" <craigberry@mac.com>
15022              Date: Mon, 17 Sep 2001 12:34:20 -0500
15023              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
15024      Branch: perl
15025            ! vms/vms.c
15026 ____________________________________________________________________________
15027 [ 12055] By: ams                                   on 2001/09/17  16:05:15
15028         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
15029              From: Gisle Aas <gisle@ActiveState.com>
15030              Date: 16 Apr 2001 16:20:34 -0700
15031              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
15032              (Applied by hand.)
15033      Branch: perl
15034            ! lib/CPAN.pm lib/CPAN/Nox.pm
15035 ____________________________________________________________________________
15036 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
15037         Log: Update Changes.
15038      Branch: perl
15039            ! Changes patchlevel.h
15040 ____________________________________________________________________________
15041 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
15042         Log: Adding new files to the MANIFEST is always nice.
15043      Branch: perl
15044            ! MANIFEST
15045 ____________________________________________________________________________
15046 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
15047         Log: Reindent the PerlIO files (suggested by NI-S), used
15048              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
15049              (GNU indent).  Note that wholesale re-indenting might
15050              be nice, but that would break nice formatting/alignment
15051              of assignments, equality testing, and complex boolean
15052              expressions with lots of &s and |s.
15053      Branch: perl
15054            ! perlio.c perlio.h perliol.h
15055 ____________________________________________________________________________
15056 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
15057         Log: Add a script for being 8.3-polite.
15058              The found conflicts are being worked on.
15059      Branch: perl
15060            + check83.pl
15061            ! MANIFEST Porting/pumpkin.pod
15062 ____________________________________________________________________________
15063 [ 12050] By: sky                                   on 2001/09/17  12:44:36
15064         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
15065              finding it.
15066      Branch: perl
15067            ! sv.c
15068 ____________________________________________________________________________
15069 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
15070         Log: Bump up versions because of #12041.
15071      Branch: perl
15072            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
15073            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
15074            ! lib/Time/localtime.pm
15075 ____________________________________________________________________________
15076 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
15077         Log: Bump the version number because of #12042.
15078      Branch: perl
15079            ! lib/CPAN/FirstTime.pm
15080 ____________________________________________________________________________
15081 [ 12047] By: ams                                   on 2001/09/17  11:21:40
15082         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
15083              From: Abhijit Menon-Sen <ams@wiw.org>
15084              Date: Mon, 17 Sep 2001 17:44:12 +0530
15085              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
15086      Branch: perl
15087            ! op.c
15088 ____________________________________________________________________________
15089 [ 12046] By: sky                                   on 2001/09/17  07:14:17
15090         Log: Subject: Re: t/op/ver.t using skip() improperly
15091              From: "chromatic" <chromatic@rmci.net>
15092              Date: Mon, 17 Sep 2001 00:22:29 -0600
15093              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
15094      Branch: perl
15095            ! t/op/ver.t
15096 ____________________________________________________________________________
15097 [ 12045] By: nick                                  on 2001/09/17  07:12:14
15098         Log: Integrate mainline
15099      Branch: perlio
15100           +> t/op/chdir.t
15101           !> (integrate 117 files)
15102 ____________________________________________________________________________
15103 [ 12044] By: ams                                   on 2001/09/17  05:49:53
15104         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
15105              From: Ilmari Karonen <iltzu@sci.fi>
15106              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
15107              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
15108              (And $VERSION = '1.05'.)
15109      Branch: perl
15110            ! lib/constant.pm
15111 ____________________________________________________________________________
15112 [ 12043] By: ams                                   on 2001/09/17  05:44:50
15113         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
15114              From: Michael G Schwern <schwern@pobox.com>
15115              Date: Mon, 17 Sep 2001 07:49:04 +0200
15116              Message-Id: <20010917074904.V1588@blackrider>
15117              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
15118      Branch: perl
15119            + t/op/chdir.t
15120            ! MANIFEST pp_sys.c
15121 ____________________________________________________________________________
15122 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
15123         Log: Subject: Re: CPAN.pm needs some hacking 
15124              From: "chromatic" <chromatic@rmci.net>
15125              Date: Sun, 16 Sep 2001 16:46:29 -0600
15126              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
15127      Branch: perl
15128            ! lib/CPAN/FirstTime.pm
15129 ____________________________________________________________________________
15130 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
15131         Log: Change use|require 5.005_64 to use|require 5.6.1.
15132      Branch: perl
15133            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
15134            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15135            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15136            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
15137            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
15138            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15139            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
15140            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
15141            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
15142            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
15143            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
15144            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
15145            ! lib/base.pm lib/fields.pm
15146 ____________________________________________________________________________
15147 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
15148         Log: Bump up version numbers.
15149              
15150              TODO 1: double check that pre-5.6.1 CPAN.pm:s
15151              don't try to download 5.8.0 because of the
15152              version numbers.  Mainly this means using _00
15153              in the core version numbers.
15154              
15155              TODO 2: the "use 5.005_64" in many modules
15156              needs to be changed to, say, "use 5.6.1".
15157      Branch: perl
15158            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
15159            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
15160            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
15161            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
15162            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
15163            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
15164            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15165            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
15166            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
15167            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
15168            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
15169 ____________________________________________________________________________
15170 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
15171         Log: Use UCHARAT() as suggested by Inaba Hiroto.
15172      Branch: perl
15173            ! regexec.c
15174 ____________________________________________________________________________
15175 [ 12038] By: ams                                   on 2001/09/16  15:16:24
15176         Log: Subject: [PATCH] Re: Core module version numbers review
15177              From: Peter Scott <Peter@PSDT.com>
15178              Date: Sun, 16 Sep 2001 09:09:58 -0700
15179              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
15180      Branch: perl
15181            ! lib/perl5db.pl
15182 ____________________________________________________________________________
15183 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
15184         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
15185              not yet fully implemented.
15186      Branch: perl
15187            ! pod/perlfunc.pod pod/perlunicode.pod
15188 ____________________________________________________________________________
15189 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
15190         Log: Subject: [patch] plug PL_beginav_save leak
15191              From: Doug MacEachern <dougm@covalent.net>
15192              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
15193              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
15194      Branch: perl
15195            ! perl.c
15196 ____________________________________________________________________________
15197 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
15198         Log: (accidentally empty checkin)
15199      Branch: perl
15200            ! sv.c
15201 ____________________________________________________________________________
15202 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
15203         Log: Subject: [patch] ithreads+PL_beginav_save
15204              From: Doug MacEachern <dougm@covalent.net>
15205              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
15206              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
15207      Branch: perl
15208            ! sv.c
15209 ____________________________________________________________________________
15210 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
15211         Log: Subject: [PATCH] h2xs.PL with C::Scan
15212              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15213              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
15214              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
15215      Branch: perl
15216            ! utils/h2xs.PL
15217 ____________________________________________________________________________
15218 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
15219         Log: Elaborate (well, make more vague, really) #12030.
15220      Branch: perl
15221            ! pod/perltodo.pod pod/perlunicode.pod
15222 ____________________________________________________________________________
15223 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
15224         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
15225              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15226              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
15227              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
15228      Branch: perl
15229            ! regexec.c
15230 ____________________________________________________________________________
15231 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
15232         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
15233              are not yet complete.
15234      Branch: perl
15235            ! pod/perltodo.pod pod/perlunicode.pod
15236 ____________________________________________________________________________
15237 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
15238         Log: Document what's still to be done on the regular expression
15239              Unicode support, based on the UTR#18.
15240      Branch: perl
15241            ! pod/perltodo.pod pod/perlunicode.pod
15242 ____________________________________________________________________________
15243 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
15244         Log: Regen headers.
15245      Branch: perl
15246            ! embedvar.h perlapi.h
15247 ____________________________________________________________________________
15248 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
15249         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
15250              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15251              Date: Sun, 09 Sep 2001 18:41:54 +0100
15252              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
15253      Branch: perl
15254            ! Porting/findvars ext/ByteLoader/bytecode.h
15255            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
15256            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
15257 ____________________________________________________________________________
15258 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
15259         Log: enable most warnings for windows build; fix the various typecasting
15260              nits that showed up (no bugfixes here)
15261      Branch: maint-5.6/perl
15262            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
15263            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
15264            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
15265            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
15266            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15267            ! x2p/walk.c
15268 ____________________________________________________________________________
15269 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
15270         Log: Integrate change #12024 from maintperl
15271              (a local() precedence bug)
15272      Branch: perl
15273           !> lib/ExtUtils/Install.pm
15274 ____________________________________________________________________________
15275 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
15276         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
15277              change#8642
15278      Branch: maint-5.6/perl
15279            ! lib/ExtUtils/Install.pm
15280 ____________________________________________________________________________
15281 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
15282         Log: Update Changes.
15283      Branch: perl
15284            ! Changes patchlevel.h
15285 ____________________________________________________________________________
15286 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
15287         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
15288              From: "chromatic" <chromatic@rmci.net>
15289              Date: Fri, 14 Sep 2001 09:44:57 -0600 
15290              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
15291      Branch: perl
15292            ! lib/ExtUtils/Manifest.t
15293 ____________________________________________________________________________
15294 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
15295         Log: Hopefully better skipping of the Complete.t tests
15296              in case of not a tty. 
15297      Branch: perl
15298            ! lib/Term/Complete.t t/op/stat.t
15299 ____________________________________________________________________________
15300 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
15301         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
15302              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15303              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
15304              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
15305      Branch: perl
15306            ! regexec.c t/op/pat.t
15307 ____________________________________________________________________________
15308 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
15309         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
15310              From: Robin Barker <rmb1@cise.npl.co.uk>
15311              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
15312              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
15313      Branch: perl
15314            ! pod/perlport.pod
15315 ____________________________________________________________________________
15316 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
15317         Log: NetWare tweaks from Ananth Kesari.
15318      Branch: perl
15319            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15320            ! NetWare/nwutil.h
15321 ____________________________________________________________________________
15322 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
15323         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
15324              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15325              Date: Fri, 14 Sep 2001 10:51:13 +0200
15326              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
15327      Branch: perl
15328            ! pod/perlport.pod
15329 ____________________________________________________________________________
15330 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
15331         Log: Subject: Re: [PATCH 2 pl2pm.PL]
15332              From: Joe Smith <Joe.Smith@inwap.com>
15333              Date: Fri, 14 Sep 2001 00:13:32 -0700
15334              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
15335              
15336              Eradicate qu.
15337      Branch: perl
15338            ! keywords.h keywords.pl utils/pl2pm.PL
15339 ____________________________________________________________________________
15340 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
15341         Log: Retract #12013, didn't go over too well in Tru64.
15342      Branch: perl
15343            ! embed.h embed.pl sv.h
15344 ____________________________________________________________________________
15345 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
15346         Log: Subject: [PATCH] Execute files of debugger commands
15347              From: Peter Scott <Peter@PSDT.com>
15348              Date: Thu, 13 Sep 2001 15:26:31 -0700
15349              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
15350      Branch: perl
15351            ! lib/perl5db.pl pod/perldebug.pod
15352 ____________________________________________________________________________
15353 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
15354         Log: (Retracted by #12015)
15355              Subject: [proposed PATCH] Re: perl@11920
15356              From: Nicholas Clark <nick@ccl4.org>
15357              Date: Wed, 12 Sep 2001 23:46:09 +0100
15358              Message-ID: <20010912234609.H4971@plum.flirble.org>     
15359      Branch: perl
15360            ! embed.h embed.pl sv.h
15361 ____________________________________________________________________________
15362 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
15363         Log: ucblib shouldn't be linked against in nonstop-ux,
15364              from Tom Bates.
15365      Branch: perl
15366            ! hints/nonstopux.sh
15367 ____________________________________________________________________________
15368 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
15369         Log: Do stty only if we have stty.
15370              
15371              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
15372      Branch: perl
15373            ! lib/Term/Complete.pm
15374 ____________________________________________________________________________
15375 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
15376         Log: Skip the test if not running on a tty.
15377      Branch: perl
15378            ! lib/Term/Complete.t
15379 ____________________________________________________________________________
15380 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
15381         Log: Regen headers.
15382      Branch: perl
15383            ! embed.h opcode.h pod/perlapi.pod proto.h
15384 ____________________________________________________________________________
15385 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
15386         Log: Subject: [PATCH op.c] Re: perl@12003
15387              From: Robin Barker <rmb1@cise.npl.co.uk>
15388              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
15389              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
15390      Branch: perl
15391            ! op.c
15392 ____________________________________________________________________________
15393 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
15394         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
15395              From: Robin Barker <rmb1@cise.npl.co.uk>
15396              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
15397              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
15398      Branch: perl
15399            ! sv.c
15400 ____________________________________________________________________________
15401 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
15402         Log: Upgrade to Memoize 0.66.
15403      Branch: perl
15404            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15405            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
15406            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15407 ____________________________________________________________________________
15408 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
15409         Log: Subject: [ID 20010912.007] substr reference core dump
15410              From: me-01@ton.iguana.be
15411              Date: 12 Sep 2001 14:11:16 -0000
15412              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
15413      Branch: perl
15414            ! mg.c
15415 ____________________________________________________________________________
15416 [ 12004] By: ams                                   on 2001/09/12  01:13:49
15417         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
15418              From: Ilmari Karonen <iltzu@sci.fi>
15419              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
15420              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
15421      Branch: perl
15422            ! pod/perlfaq4.pod
15423 ____________________________________________________________________________
15424 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
15425         Log: Update Changes.
15426      Branch: perl
15427            ! Changes patchlevel.h
15428 ____________________________________________________________________________
15429 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
15430         Log: NetWare update from Ananth Kesari.
15431      Branch: perl
15432            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15433            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
15434 ____________________________________________________________________________
15435 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
15436         Log: Retract #11984: div() being redefined, and 1397
15437              failing on 64-bit platforms.
15438      Branch: perl
15439            ! lib/Math/BigInt/Calc.pm
15440 ____________________________________________________________________________
15441 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
15442         Log: Metaconfig unit change for #11999.
15443      Branch: metaconfig
15444            ! U/protos/d_lseekproto.U
15445 ____________________________________________________________________________
15446 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
15447         Log: The lseek fix (#11991) was no fix.
15448      Branch: perl
15449            ! Configure
15450 ____________________________________________________________________________
15451 [ 11998] By: sky                                   on 2001/09/11  07:52:06
15452         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
15453              From: Matt Sergeant <MSergeant@star.net.uk>
15454              Date: Tue, 11 Sep 2001 09:22:32 +0100
15455              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
15456      Branch: perl
15457            ! ext/Encode/Encode.pm
15458 ____________________________________________________________________________
15459 [ 11997] By: sky                                   on 2001/09/11  06:35:29
15460         Log: Sometimes dTHX is added because it is needed on non 
15461              gnuc platforms, but not needed there. This uses GCC
15462              to silence GCC specific warnings by marking pTHX as 
15463              unused.
15464      Branch: perl
15465            ! perl.h
15466 ____________________________________________________________________________
15467 [ 11996] By: nick                                  on 2001/09/11  06:25:27
15468         Log: Integrate mainline
15469      Branch: perlio
15470            - ext/POSIX/sigaction.t lib/File/Find/taint.t
15471           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
15472 ____________________________________________________________________________
15473 [ 11995] By: nick                                  on 2001/09/11  06:23:39
15474         Log: Part Integrate mainline
15475      Branch: perlio
15476           +> (branch 69 files)
15477            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
15478            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
15479            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
15480            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15481            - lib/Switch/t/switch_case.t lib/Test/Harness.t
15482            - lib/Test/More/Changes lib/Test/More/t/More.t
15483            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15484            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15485            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
15486            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
15487            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
15488            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
15489            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
15490            - t/lib/Test/More/Catch.pm wince/perl.ico
15491           !> (integrate 197 files)
15492 ____________________________________________________________________________
15493 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
15494         Log: Subject: Re: [PATCH] Encode.pm docs fix
15495              From: Gisle Aas <gisle@ActiveState.com>
15496              Date: 10 Sep 2001 11:27:02 -0700
15497              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
15498      Branch: perl
15499            ! ext/Encode/Encode.pm
15500 ____________________________________________________________________________
15501 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
15502         Log: Fix unpack U to be the reverse of pack U
15503              (but implement unpack U0U as a backdoor to get
15504              the UTF-8 malformed warnings from un-UTF-8 data)
15505      Branch: perl
15506            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
15507 ____________________________________________________________________________
15508 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
15509         Log: Metaconfig unit change for #11991;
15510              delete an unused unit (d_strtoull.U is the one used)
15511      Branch: metaconfig
15512            ! U/protos/d_lseekproto.U
15513      Branch: metaconfig/U/perl
15514            - strtoull.U
15515 ____________________________________________________________________________
15516 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
15517         Log: Subject: [PATCH] Configure not recording lseek proto
15518              From: Blair Zajac <blair@orcaware.com>
15519              Date: Mon, 10 Sep 2001 17:52:37 -0700
15520              Message-ID: <3B9D6055.BA334A31@orcaware.com>
15521              
15522              plus regen Configure.
15523      Branch: perl
15524            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15525            ! config_h.SH uconfig.h
15526 ____________________________________________________________________________
15527 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
15528         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?)))                  
15529              From: Nicholas Clark <nick@ccl4.org>
15530              Date: Tue, 11 Sep 2001 00:00:31 +0100
15531              Message-ID: <20010911000031.G1512@plum.flirble.org>
15532      Branch: perl
15533            + t/op/qq.t
15534            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
15535 ____________________________________________________________________________
15536 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
15537         Log: Subject: [PATCH] Building on win32 w/o perlio
15538              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15539              Date: Mon, 10 Sep 2001 23:38:46 +0200
15540              Message-ID: <3B9D4F06.14433.2C37644@localhost>
15541      Branch: perl
15542            ! perl.c win32/Makefile win32/makefile.mk
15543 ____________________________________________________________________________
15544 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
15545         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
15546              From: "chromatic" <chromatic@rmci.net>
15547              Date: Mon, 10 Sep 2001 15:14:01 -0600
15548              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
15549      Branch: perl
15550            + lib/CGI/t/push.t
15551            ! MANIFEST
15552 ____________________________________________________________________________
15553 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
15554         Log: Subject: avoiding hoardes of zombies
15555              From: Nicholas Clark <nick@ccl4.org>
15556              Date: Mon, 10 Sep 2001 22:00:40 +0100
15557              Message-ID: <20010910220040.C1512@plum.flirble.org>
15558      Branch: perl
15559            ! pod/perlipc.pod
15560 ____________________________________________________________________________
15561 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
15562         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
15563              From: John Peacock <jpeacock@rowman.com>
15564              Date: Mon, 10 Sep 2001 16:34:30 -0400
15565              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
15566      Branch: perl
15567            ! sv.c t/op/ver.t utf8.h
15568 ____________________________________________________________________________
15569 [ 11985] By: ams                                   on 2001/09/10  23:20:13
15570         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
15571      Branch: perl
15572            ! MANIFEST
15573 ____________________________________________________________________________
15574 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
15575         Log: (Retracted by #12001)
15576              Subject: Calc with USE_MUL/USE_DIV
15577              From: Tels <perl_dummy@bloodgate.com>
15578              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
15579              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
15580      Branch: perl
15581            ! lib/Math/BigInt/Calc.pm
15582 ____________________________________________________________________________
15583 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
15584         Log: Subject: [PATCH op.c] Re: perl@11978
15585              From: Robin Barker <rmb1@cise.npl.co.uk>
15586              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
15587              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
15588              
15589              Format errors.
15590      Branch: perl
15591            ! op.c
15592 ____________________________________________________________________________
15593 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
15594         Log: Switch PADOFFSET back to U32 both because of binary backward
15595              compatibility and because Arthur seems to have been fixing the
15596              problems with naughty integer-pointer casting.
15597      Branch: perl
15598            ! op.h
15599 ____________________________________________________________________________
15600 [ 11981] By: ams                                   on 2001/09/10  16:31:43
15601         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
15602              Fix Pod Typo, Add Test for ExtUtils::Command
15603              From: "chromatic" <chromatic@rmci.net>
15604              Date: Mon, 10 Sep 2001 11:20:56 -0600
15605              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
15606      Branch: perl
15607            + lib/ExtUtils/Command.t
15608            ! MANIFEST lib/ExtUtils/Command.pm
15609 ____________________________________________________________________________
15610 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
15611         Log: Subject: [PATCH] Encode.pm docs fix
15612              From: Matt Sergeant <MSergeant@star.net.uk>
15613              Date: Mon, 10 Sep 2001 15:24:01 +0100
15614              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
15615      Branch: perl
15616            ! ext/Encode/Encode.pm
15617 ____________________________________________________________________________
15618 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
15619         Log: Update Changes.
15620      Branch: perl
15621            ! Changes patchlevel.h
15622 ____________________________________________________________________________
15623 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
15624         Log: Revert #11973, the dTHX seems to be needed in there
15625              for threaded builds.
15626      Branch: perl
15627            ! perlio.c
15628 ____________________________________________________________________________
15629 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
15630         Log: Detypo.
15631      Branch: perl
15632            ! pod/perlguts.pod
15633 ____________________________________________________________________________
15634 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
15635         Log: Further Class::Struct patching from Damian.
15636              
15637              The new new semantics are:
15638              
15639              * If you pass an initializer for a nested object, it has to be:
15640              a) a reference to an object of that class, or      
15641              b) a reference to an object of a subclass of that class, or
15642              c) a reference to a hash of arguments to be passed to the
15643              class's constructor
15644              * If you pass no initializer for a nested object, the attribute
15645              is initialized to C<undef>
15646      Branch: perl
15647            ! lib/Class/Struct.pm
15648 ____________________________________________________________________________
15649 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
15650         Log: Skip the crypt test if no crypt.
15651      Branch: perl
15652            ! t/op/crypt.t
15653 ____________________________________________________________________________
15654 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
15655         Log: Warn against using bare v-strings as IP addresses
15656              (okay if using the wrappers from Socket)
15657      Branch: perl
15658            ! pod/perldata.pod pod/perlport.pod
15659 ____________________________________________________________________________
15660 [ 11973] By: sky                                   on 2001/09/10  11:57:58
15661         Log: Remove unused dTHX. Silenced another warning.
15662      Branch: perl
15663            ! perlio.c
15664 ____________________________________________________________________________
15665 [ 11972] By: sky                                   on 2001/09/10  11:54:25
15666         Log: Silence some more warnings INT2PTR.
15667      Branch: perl
15668            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
15669 ____________________________________________________________________________
15670 [ 11971] By: sky                                   on 2001/09/10  11:21:50
15671         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
15672      Branch: perl
15673            ! cop.h
15674 ____________________________________________________________________________
15675 [ 11970] By: sky                                   on 2001/09/10  11:17:25
15676         Log: Apply INT2PTR with force to silence warnings from
15677              PM_GETRE and friends. No more warnings with 64bit 
15678              IVs and 32bit pointers.    
15679      Branch: perl
15680            ! op.c op.h perl.c
15681 ____________________________________________________________________________
15682 [ 11969] By: sky                                   on 2001/09/10  10:13:02
15683         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
15684      Branch: perl
15685            ! pod/perlguts.pod
15686 ____________________________________________________________________________
15687 [ 11968] By: sky                                   on 2001/09/10  10:02:51
15688         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
15689              Rename to custop_op_name to Perl_custom_op_name to match perlapi
15690              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
15691              perl_clone.
15692      Branch: perl
15693            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
15694 ____________________________________________________________________________
15695 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
15696         Log: Using strlen() not good on embedded nul bytes.
15697      Branch: perl
15698            ! regcomp.c
15699 ____________________________________________________________________________
15700 [ 11966] By: ams                                   on 2001/09/09  21:06:13
15701         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
15702              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15703              Date: Mon, 13 Aug 2001 22:51:59 +0200
15704              Message-ID: <20010813225159.C6681@rafael>
15705              (Applied with several tweaks.)
15706      Branch: perl
15707            ! embed.h embed.pl proto.h toke.c
15708 ____________________________________________________________________________
15709 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
15710         Log: The exact error message is system-dependent.
15711      Branch: perl
15712            ! lib/ExtUtils/Manifest.t
15713 ____________________________________________________________________________
15714 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
15715         Log: Add Windows and Mac Sami support to Encode
15716              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
15717      Branch: perl
15718            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
15719            ! MANIFEST
15720 ____________________________________________________________________________
15721 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
15722         Log: Use the tried method.
15723      Branch: perl
15724            ! pod/perlport.pod
15725 ____________________________________________________________________________
15726 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
15727         Log: Can't count parentheses.
15728      Branch: perl
15729            ! ext/IO/lib/IO/Socket/INET.pm
15730 ____________________________________________________________________________
15731 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
15732         Log: perlport additions: 1 while unlink, add/delete directory
15733              entries and permissions, cygwin stat funkiness (from Michael
15734              Schwern and Nicholas Clark)
15735      Branch: perl
15736            ! pod/perlport.pod
15737 ____________________________________________________________________________
15738 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
15739         Log: blib does have a detectable test.
15740      Branch: perl
15741            ! t/lib/1_compile.t
15742 ____________________________________________________________________________
15743 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
15744         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
15745              From: "chromatic" <chromatic@rmci.net>
15746              Date: Sat, 08 Sep 2001 19:33:42 -0600
15747              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
15748      Branch: perl
15749            + lib/Term/Complete.t
15750            ! MANIFEST
15751 ____________________________________________________________________________
15752 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
15753         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
15754              From: Michael G Schwern <schwern@pobox.com> 
15755              Date: Sat, 8 Sep 2001 02:40:26 -0400
15756              Message-ID: <20010908024026.A26283@blackrider>
15757      Branch: perl
15758            + lib/Test/Tutorial.pod
15759            ! MANIFEST
15760 ____________________________________________________________________________
15761 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
15762         Log: Try to look up protocol (by name) only iff it has non-numbers:
15763              nice if the server is in a chrooted environment (no /etc/protocols,
15764              server code using hardcorded protocol numbers like 6 for tcp),
15765              suggested by John Holdsworth <coldwave@bigfoot.com>.
15766              In other words, if we are given a number, why look it up again
15767              (by number)?
15768      Branch: perl
15769            ! ext/IO/lib/IO/Socket/INET.pm
15770 ____________________________________________________________________________
15771 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
15772         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
15773              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15774              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
15775              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
15776              
15777              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
15778              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15779              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
15780              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
15781              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
15782              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15783              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
15784              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
15785      Branch: perl
15786            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
15787 ____________________________________________________________________________
15788 [ 11955] By: ams                                   on 2001/09/09  02:54:21
15789         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15790              From: "Craig A. Berry" <craigberry@mac.com>
15791              Date: Sat, 08 Sep 2001 19:02:16 -0500
15792              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
15793      Branch: perl
15794            ! lib/CGI/t/carp.t
15795 ____________________________________________________________________________
15796 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
15797         Log: Documentation tweaks; think the IP address as an opaque string.
15798      Branch: perl
15799            ! ext/Socket/Socket.pm
15800 ____________________________________________________________________________
15801 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
15802         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
15803              From: Michael G Schwern <schwern@pobox.com>
15804              Date: Sat, 8 Sep 2001 19:45:46 -0400
15805              Message-ID: <20010908194546.C9193@blackrider>
15806      Branch: perl
15807            + lib/blib.t
15808            ! MANIFEST lib/blib.pm t/lib/1_compile.t
15809 ____________________________________________________________________________
15810 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
15811         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
15812              From: "chromatic" <chromatic@rmci.net>
15813              Date: Sat, 08 Sep 2001 12:31:44 -0600
15814              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
15815      Branch: perl
15816            + lib/CGI/t/fast.t
15817            ! MANIFEST
15818 ____________________________________________________________________________
15819 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
15820         Log: The Socket tests were wrong: they were assuming too much.
15821      Branch: perl
15822            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15823 ____________________________________________________________________________
15824 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
15825         Log: Retract the portability changes since they
15826              seem to have opened a can of worms... will
15827              go back to UNICOS/mk and do the bare minimum
15828              required to get the tests working.
15829      Branch: perl
15830            ! ext/Socket/Socket.xs
15831 ____________________________________________________________________________
15832 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
15833         Log: PADOFFSET is used to cast pointers into integers,
15834              if pointers are 64 bits and U32 32 bits,
15835              bad things may happen, or at least warnings issued.
15836      Branch: perl
15837            ! op.h
15838 ____________________________________________________________________________
15839 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
15840         Log: Still more Socket portability tweaking.
15841              Now Socket.t seems to be happy in all of
15842              Linux/x86, Tru64/alpha, Solaris/sparc,
15843              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
15844              
15845              Addendum: it seems that io_multihomed, io_sock, and hostent
15846              were broken in little-endians (linux/x86 and tru64/alpha)
15847              because of this change.  Argh.
15848      Branch: perl
15849            ! ext/Socket/Socket.xs
15850 ____________________________________________________________________________
15851 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
15852         Log: More portability kicking on inet_ntoa().
15853      Branch: perl
15854            ! ext/Socket/Socket.xs
15855 ____________________________________________________________________________
15856 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
15857         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
15858              From: Michael G Schwern <schwern@pobox.com> 
15859              Date: Fri, 7 Sep 2001 23:06:51 -0400
15860              Message-ID: <20010907230651.R606@blackrider>
15861      Branch: perl
15862            + lib/ExtUtils/Manifest.t
15863            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
15864 ____________________________________________________________________________
15865 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
15866         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
15867              From: "chromatic" <chromatic@rmci.net>
15868              Date: Fri, 07 Sep 2001 17:53:15 -0600      
15869              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
15870      Branch: perl
15871            + lib/ExtUtils/testlib.t
15872            ! MANIFEST
15873 ____________________________________________________________________________
15874 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
15875         Log: Thinko.
15876      Branch: perl
15877            ! lib/integer.t
15878 ____________________________________________________________________________
15879 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
15880         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15881              From: "Craig A. Berry" <craigberry@mac.com>
15882              Date: Fri, 07 Sep 2001 15:30:03 -0500
15883              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
15884      Branch: perl
15885            ! lib/CGI/Carp.pm
15886 ____________________________________________________________________________
15887 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
15888         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
15889              From: Michael G Schwern <schwern@pobox.com>
15890              Date: Fri, 7 Sep 2001 15:38:13 -0400
15891              Message-ID: <20010907153813.K606@blackrider>
15892      Branch: perl
15893            ! lib/ExtUtils/MM_Unix.pm
15894 ____________________________________________________________________________
15895 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
15896         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
15897              From: Robin Barker <rmb1@cise.npl.co.uk>
15898              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
15899              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
15900      Branch: perl
15901            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
15902 ____________________________________________________________________________
15903 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
15904         Log: Clean up 1_compile.t; move tests to more consistent
15905              places (t/ subdirectories); add integer.t (much of
15906              the pragma is tested elsewhere but there is no one
15907              centralized place)
15908      Branch: perl
15909            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
15910            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
15911            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
15912            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
15913            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
15914            - lib/File/Find/find.t lib/File/Find/taint.t
15915            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
15916 ____________________________________________________________________________
15917 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
15918         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
15919              From: "chromatic" <chromatic@rmci.net>
15920              Date: Fri, 07 Sep 2001 10:17:40 -0600
15921              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
15922      Branch: perl
15923            ! lib/File/Find/taint.t
15924 ____________________________________________________________________________
15925 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
15926         Log: Update Changes.
15927      Branch: perl
15928            ! Changes patchlevel.h
15929 ____________________________________________________________________________
15930 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
15931         Log: Rename the old threading tutorial, start a new one,
15932              regen toc.
15933      Branch: perl
15934            + pod/perlothrtut.pod
15935            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
15936            ! pod/perltoc.pod
15937 ____________________________________________________________________________
15938 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
15939         Log: vars very much has a test.
15940      Branch: perl
15941            ! t/lib/1_compile.t
15942 ____________________________________________________________________________
15943 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
15944         Log: Subject: Re: wince/perl.ico marked as binary
15945              From: Nicholas Clark <nick@ccl4.org>
15946              Date: Fri, 7 Sep 2001 13:54:40 +0100
15947              Message-ID: <20010907135439.D39150@plum.flirble.org>
15948              
15949              and wince/Makefile.ce change from Rainer Keuchel.
15950      Branch: perl
15951            + wince/makeico.pl
15952            ! MANIFEST wince/Makefile.ce
15953 ____________________________________________________________________________
15954 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
15955         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
15956              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15957              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
15958              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
15959      Branch: perl
15960            ! regexec.c
15961 ____________________________________________________________________________
15962 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
15963         Log: (Replaced by #11934)
15964              Subject: Re: [PATCH regexec.c] more general .* and .*?
15965              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15966              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
15967              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
15968      Branch: perl
15969            ! regexec.c
15970 ____________________________________________________________________________
15971 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
15972         Log: The #11931 patching misbehaved.
15973      Branch: perl
15974            ! lib/Test/Harness/t/test-harness.t
15975 ____________________________________________________________________________
15976 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
15977         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
15978              From: Michael G Schwern <schwern@pobox.com>
15979              Date: Fri, 7 Sep 2001 03:30:41 -0400
15980              Message-ID: <20010907033041.A2796@blackrider>
15981      Branch: perl
15982            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
15983            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
15984            + t/lib/sample-tests/header_at_end_fail
15985            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
15986            - lib/Test/Harness.t
15987            ! MANIFEST lib/Test/Harness.pm t/TEST
15988 ____________________________________________________________________________
15989 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
15990         Log: Subject: [PATCH] Digest::MD5 update
15991              From: Gisle Aas <gisle@ActiveState.com>
15992              Date: 06 Sep 2001 23:32:56 -0700
15993              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
15994      Branch: perl
15995            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15996            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15997 ____________________________________________________________________________
15998 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
15999         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
16000              From: "chromatic" <chromatic@rmci.net>
16001              Date: Thu, 06 Sep 2001 23:11:44 -0600
16002              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
16003      Branch: perl
16004            + lib/less.t
16005            ! MANIFEST t/lib/1_compile.t
16006 ____________________________________________________________________________
16007 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
16008         Log: The binary file must somehow differently stored.
16009      Branch: perl
16010            - wince/perl.ico
16011            ! MANIFEST
16012 ____________________________________________________________________________
16013 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
16014         Log: Add more modules to the list of modules that have tests,
16015              Schwern's wallet is getting more nervous.
16016              (Run t/lib/1_compile.t manually to see which modules
16017              are lacking tests, or the tests can't be run for some
16018              reason or another, such as the Net:: modules)
16019      Branch: perl
16020            ! t/lib/1_compile.t
16021 ____________________________________________________________________________
16022 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
16023         Log: Try to make Socket::inet_ntoa() more robust.
16024      Branch: perl
16025            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
16026 ____________________________________________________________________________
16027 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
16028         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
16029              From: chromatic <chromatic@rmci.net>       
16030              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
16031              Message-Id: <01090522580506.19590@firewheel>           
16032      Branch: perl
16033            ! lib/English.t
16034 ____________________________________________________________________________
16035 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
16036         Log: Subject: Re: perlvar manpage and localizing special vars
16037              From: Stas Bekman <stas@stason.org>
16038              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
16039              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
16040      Branch: perl
16041            ! pod/perlvar.pod
16042 ____________________________________________________________________________
16043 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
16044         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
16045              From: Robin Barker <rmb1@cise.npl.co.uk>
16046              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
16047              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
16048      Branch: perl
16049            ! lib/ExtUtils/MakeMaker.pm
16050 ____________________________________________________________________________
16051 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
16052         Log: Symbol missing; AIX unhappy.
16053      Branch: perl
16054            ! makedef.pl
16055 ____________________________________________________________________________
16056 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
16057         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
16058              Reported in 5.61, seems to work okay in blead.
16059      Branch: perl
16060            ! t/run/kill_perl.t
16061 ____________________________________________________________________________
16062 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
16063         Log: Update Changes.
16064      Branch: perl
16065            ! Changes patchlevel.h
16066 ____________________________________________________________________________
16067 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
16068         Log: Document the bad assumptions currently breaking
16069              the Socket.t tests 10, 11, and 13 in UNICOS.
16070      Branch: perl
16071            ! ext/Socket/Socket.xs
16072 ____________________________________________________________________________
16073 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
16074         Log: Subject: [PATCH x2p] make OPTIMIZE=...
16075              From: Robin Barker <rmb1@cise.npl.co.uk>
16076              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
16077              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
16078      Branch: perl
16079            ! x2p/Makefile.SH x2p/cflags.SH
16080 ____________________________________________________________________________
16081 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
16082         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
16083              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16084              Date: Thu, 6 Sep 2001 11:09:40 +0100
16085              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
16086              
16087              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
16088              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16089              Date: 6 Sep 2001 10:14:38 -0000
16090              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
16091      Branch: perl
16092            ! pod/perlfaq1.pod pod/perlhack.pod
16093 ____________________________________________________________________________
16094 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
16095         Log: Subject: Extra NUL is Data::Dumper output - patch
16096              From: Tony Cook <tony@develop-help.com>
16097              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
16098              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
16099      Branch: perl
16100            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
16101 ____________________________________________________________________________
16102 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
16103         Log: Avoid redefinition warning
16104              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
16105              from
16106              perl -w -Ilib -MCwd -e ''
16107      Branch: perl
16108            ! lib/Cwd.pm
16109 ____________________________________________________________________________
16110 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
16111         Log: Update the is_tainted() example implementation.
16112      Branch: perl
16113            ! pod/perlsec.pod
16114 ____________________________________________________________________________
16115 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
16116         Log: Missing) in #11912.
16117      Branch: perl
16118            ! lib/Test/Simple/t/fail.t
16119 ____________________________________________________________________________
16120 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
16121         Log: Rewhack Test-Simple into core harness.
16122      Branch: perl
16123            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16124            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
16125            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
16126            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
16127            ! lib/Test/Simple/t/skipall.t
16128 ____________________________________________________________________________
16129 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
16130         Log: Workaround for the new Exporter 'feature'.
16131      Branch: perl
16132            ! lib/Test/More.pm
16133 ____________________________________________________________________________
16134 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
16135         Log: Re-introduce pure-Perl fall-back for abs_path,
16136              re-introduce #11898.
16137      Branch: perl
16138            ! lib/Cwd.pm lib/File/Find.pm
16139 ____________________________________________________________________________
16140 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
16141         Log: More tests.
16142      Branch: perl
16143            ! lib/Exporter.t
16144 ____________________________________________________________________________
16145 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
16146         Log: Retract #11898 for now because it introduces
16147              a rather nasty depencency: when B is being built,
16148              MakeMaker is used.  MakeMaker uses File::Find.
16149              File::Find uses Cwd::getcwd()...which doesn't
16150              exist yet.
16151      Branch: perl
16152            ! lib/File/Find.pm
16153 ____________________________________________________________________________
16154 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
16155         Log: New test welcome.
16156      Branch: perl
16157            + lib/Test/Simple/t/simple.t
16158 ____________________________________________________________________________
16159 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
16160         Log: Old test begone.
16161      Branch: perl
16162            - lib/Attribute/Handlers/test.pl
16163 ____________________________________________________________________________
16164 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
16165         Log: Test-Simple syncup from Schwern.
16166      Branch: perl
16167            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
16168            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
16169            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
16170            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
16171            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
16172            - lib/Test/More/Changes lib/Test/More/t/More.t
16173            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16174            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16175            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
16176            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
16177            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
16178            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
16179            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16180            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
16181            ! t/lib/Test/Simple/sample_tests/death.plx
16182            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
16183            ! t/lib/Test/Simple/sample_tests/extras.plx
16184            ! t/lib/Test/Simple/sample_tests/five_fail.plx
16185            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
16186            ! t/lib/Test/Simple/sample_tests/one_fail.plx
16187            ! t/lib/Test/Simple/sample_tests/require.plx
16188            ! t/lib/Test/Simple/sample_tests/success.plx
16189            ! t/lib/Test/Simple/sample_tests/too_few.plx
16190            ! t/lib/Test/Simple/sample_tests/two_fail.plx
16191 ____________________________________________________________________________
16192 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
16193         Log: Integrate File::Find changes from bleadperl
16194      Branch: maint-5.6/macperl
16195            ! lib/File/Find.pm t/lib/filefind-taint.t
16196 ____________________________________________________________________________
16197 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
16198         Log: Integrate 11847 from maint-5.6/perl
16199      Branch: maint-5.6/macperl
16200           !> sv.c
16201 ____________________________________________________________________________
16202 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
16203         Log: In UNICOS division yada yada.
16204      Branch: perl
16205            ! t/op/override.t
16206 ____________________________________________________________________________
16207 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
16208         Log: In UNICOS division is really lossy, better use
16209              a tolerance test.
16210      Branch: perl
16211            ! ext/Time/HiRes/HiRes.t
16212 ____________________________________________________________________________
16213 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
16214         Log: In UNICOS sigaction() sets an extra flag
16215              ("the signal has been registered for all the processes in
16216              a multitasking group.")
16217      Branch: perl
16218            ! ext/POSIX/sigaction.t
16219 ____________________________________________________________________________
16220 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
16221         Log: Documentation micropatch from Damian.
16222      Branch: perl
16223            ! lib/Attribute/Handlers.pm
16224 ____________________________________________________________________________
16225 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
16226         Log: (Retracted by #11908)
16227              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
16228              From: Michael G Schwern <schwern@pobox.com>
16229              Date: Wed, 5 Sep 2001 15:58:21 -0400
16230              Message-ID: <20010905155821.I632@blackrider>
16231      Branch: perl
16232            ! lib/File/Find.pm lib/File/Find/taint.t
16233 ____________________________________________________________________________
16234 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
16235         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
16236              From: Michael G Schwern <schwern@pobox.com>
16237              Date: Wed, 5 Sep 2001 19:16:31 -0400
16238              Message-ID: <20010905191631.E11386@blackrider>
16239      Branch: perl
16240            + lib/CGI/t/carp.t
16241            ! MANIFEST
16242 ____________________________________________________________________________
16243 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
16244         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
16245              From: chromatic <chromatic@rmci.net>
16246              Date: Wed, 5 Sep 2001 18:08:07 -0600
16247              Message-Id: <01090518080700.19590@firewheel>
16248      Branch: perl
16249            ! lib/English.pm
16250 ____________________________________________________________________________
16251 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
16252         Log: Fix a typo #11889 and add a test for the same.
16253      Branch: perl
16254            ! ext/Socket/Socket.t ext/Socket/Socket.xs
16255 ____________________________________________________________________________
16256 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
16257         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
16258              From: "Craig A. Berry" <craigberry@mac.com>
16259              Date: Wed, 05 Sep 2001 17:48:54 -0500
16260              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
16261      Branch: perl
16262            ! lib/warnings.t t/run/kill_perl.t
16263 ____________________________________________________________________________
16264 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
16265         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
16266              From: Michael G Schwern <schwern@pobox.com>
16267              Date: Wed, 5 Sep 2001 17:22:25 -0400
16268              Message-ID: <20010905172225.C11386@blackrider>
16269      Branch: perl
16270            ! t/run/kill_perl.t
16271 ____________________________________________________________________________
16272 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
16273         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
16274              From: Nicholas Clark <nick@ccl4.org>
16275              Date: Wed, 5 Sep 2001 20:54:24 +0100
16276              Message-ID: <20010905205424.C25120@plum.flirble.org>
16277      Branch: perl
16278            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
16279 ____________________________________________________________________________
16280 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
16281         Log: Forgotten thing.
16282      Branch: perl
16283            ! uconfig.h
16284 ____________________________________________________________________________
16285 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
16286         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
16287              From: chromatic <chromatic@rmci.net>               
16288              Date: Wed, 5 Sep 2001 13:22:08 -0600
16289              Message-Id: <01090513220807.10587@firewheel> 
16290      Branch: perl
16291            ! lib/English.pm
16292 ____________________________________________________________________________
16293 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
16294         Log: inet_ntoa() tweaks:
16295              - don't allow addresses with > 255 characters
16296              - indent the HP-UX workaround
16297              - don't leak memory
16298      Branch: perl
16299            ! ext/Socket/Socket.xs
16300 ____________________________________________________________________________
16301 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
16302         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
16303              <xwu@theeducationcenter.com>
16304      Branch: perl
16305            ! lib/File/Find.pm
16306 ____________________________________________________________________________
16307 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
16308         Log: Typo nits.
16309      Branch: perl
16310            ! lib/File/Find.pm
16311 ____________________________________________________________________________
16312 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
16313         Log: -Wall nit.
16314      Branch: perl
16315            ! op.c
16316 ____________________________________________________________________________
16317 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
16318         Log: Update to Scalar-List-Utils 1.05
16319      Branch: perl
16320            ! ext/List/Util/ChangeLog ext/List/Util/README
16321            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
16322 ____________________________________________________________________________
16323 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
16324         Log: Update Changes.
16325      Branch: perl
16326            ! Changes patchlevel.h
16327 ____________________________________________________________________________
16328 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
16329         Log: Update to Scalar-List-Utils 1.04
16330      Branch: perl
16331            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
16332            ! ext/List/Util/lib/List/Util.pm
16333            ! ext/List/Util/lib/Scalar/Util.pm
16334 ____________________________________________________________________________
16335 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
16336         Log: Metaconfigify #11724.
16337      Branch: metaconfig
16338            ! U/threads/archname.U
16339 ____________________________________________________________________________
16340 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
16341         Log: The MacOS reference is okay, no reason to hide it.
16342      Branch: perl
16343            ! lib/Cwd.pm
16344 ____________________________________________________________________________
16345 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
16346         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
16347              From: Michael G Schwern <schwern@pobox.com>
16348              Date: Tue, 4 Sep 2001 15:30:10 -0400
16349              Message-ID: <20010904153010.H26466@blackrider> 
16350              
16351              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
16352      Branch: perl
16353            ! ext/Cwd/Makefile.PL lib/Cwd.pm
16354 ____________________________________________________________________________
16355 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
16356         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.))
16357              From: Michael G Schwern <schwern@pobox.com>
16358              Date: Tue, 4 Sep 2001 17:39:13 -0400
16359              Message-ID: <20010904173913.C626@blackrider>
16360      Branch: perl
16361            ! lib/Cwd.pm
16362 ____________________________________________________________________________
16363 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
16364         Log: Subject: Re: Perl_pp_* in public API?
16365              From: "Craig A. Berry" <craigberry@mac.com>
16366              Date: Tue, 4 Sep 2001 21:51:29 -0500
16367              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
16368      Branch: perl
16369            ! ext/List/Util/Util.xs
16370 ____________________________________________________________________________
16371 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
16372         Log: From Damian: Class::Struct was unable to define
16373              recursive classes.  After the patch an object reference
16374              (rather than a hash) is required to initialize
16375              an object attribute.  If no such initializer is given to
16376              the constructor, object attributes are now default
16377              initialized to C<undef>.
16378      Branch: perl
16379            ! lib/Class/Struct.pm lib/Class/Struct.t
16380 ____________________________________________________________________________
16381 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
16382         Log: Subject: Re: sv_catpvfn and sv_setpvfn
16383              From: Richard Soderberg <rs@oregonnet.com>
16384              Date: Tue, 4 Sep 2001 15:16:47 -0700
16385              Message-Id: <200109042216.PAA17858@oregonnet.com>
16386      Branch: perl
16387            ! pod/perlclib.pod pod/perlguts.pod
16388 ____________________________________________________________________________
16389 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
16390         Log: NetWare updates from Ananth Kesari.
16391      Branch: perl
16392            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
16393            ! NetWare/nw5thread.h
16394 ____________________________________________________________________________
16395 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
16396         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?))
16397              From: Nicholas Clark <nick@ccl4.org>
16398              Date: Tue, 4 Sep 2001 22:42:50 +0100
16399              Message-ID: <20010904224250.P25120@plum.flirble.org>
16400      Branch: perl
16401            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
16402            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
16403            ! t/op/oct.t toke.c
16404 ____________________________________________________________________________
16405 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
16406         Log: Fix Cwd::getcwd() not being tainted, as noticed
16407              by Schwern.
16408      Branch: perl
16409            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
16410            - ext/Cwd/Cwd.t
16411            ! MANIFEST ext/Cwd/Cwd.xs util.c
16412 ____________________________________________________________________________
16413 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
16414         Log: Retract #11870 and volatilize the right destruct_level.
16415              Silly thinko pointed out by Sarathy.
16416      Branch: perl
16417            ! intrpvar.h perl.c
16418 ____________________________________________________________________________
16419 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
16420         Log: At least a temporary fix for the mysterious scope core dumps
16421              in Tru64 from Graham.
16422      Branch: perl
16423            ! ext/List/Util/Util.xs
16424 ____________________________________________________________________________
16425 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
16426         Log: (Retracted by #11872)
16427      Branch: perl
16428            ! intrpvar.h
16429 ____________________________________________________________________________
16430 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
16431         Log: Quench a -Wall gripe noticed by Robin Barker.
16432      Branch: perl
16433            ! op.c
16434 ____________________________________________________________________________
16435 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
16436         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
16437              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16438              Date: Wed, 05 Sep 2001 02:01:32 +0900
16439              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
16440      Branch: perl
16441            ! lib/Unicode/UCD.pm
16442 ____________________________________________________________________________
16443 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
16444         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
16445              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16446              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
16447              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
16448      Branch: perl
16449            ! gv.c
16450 ____________________________________________________________________________
16451 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
16452         Log: Update Changes.
16453      Branch: perl
16454            ! Changes patchlevel.h
16455 ____________________________________________________________________________
16456 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
16457         Log: Add the \[$@%&*] prototype support.
16458      Branch: perl
16459            ! op.c pod/perlsub.pod t/comp/proto.t
16460 ____________________________________________________________________________
16461 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
16462         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
16463              From: Michael G Schwern <schwern@pobox.com>
16464              Date: Mon, 3 Sep 2001 18:59:01 -0400
16465              Message-ID: <20010903185901.Z9233@blackrider>
16466      Branch: perl
16467            ! lib/CGI/t/form.t
16468 ____________________________________________________________________________
16469 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
16470         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
16471              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16472              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
16473              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
16474      Branch: perl
16475            ! gv.c
16476 ____________________________________________________________________________
16477 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
16478         Log: More srand entry tweakage based on Randal's suggestion.
16479      Branch: perl
16480            ! pod/perlfunc.pod
16481 ____________________________________________________________________________
16482 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
16483         Log: Subject: [PATCH] 'main' *is* a reserved word
16484              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16485              Date: Mon, 3 Sep 2001 22:55:41 +0200
16486              Message-ID: <20010903225541.A24097@rafael>
16487      Branch: perl
16488            ! toke.c
16489 ____________________________________________________________________________
16490 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
16491         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
16492              From: Peter Prymmer <pvhp@best.com>
16493              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
16494              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
16495      Branch: perl
16496            ! README.vms configure.com
16497 ____________________________________________________________________________
16498 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
16499         Log: Subject: Re: A slightly better default seed?   
16500              From: Michael G Schwern <schwern@pobox.com>
16501              Date: Mon, 3 Sep 2001 18:08:15 -0400 
16502              Message-ID: <20010903180815.W9233@blackrider>
16503      Branch: perl
16504            ! t/op/srand.t
16505 ____________________________________________________________________________
16506 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
16507         Log: Add sharedsv.o to microperl object files.
16508      Branch: perl
16509            ! Makefile.micro
16510 ____________________________________________________________________________
16511 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
16512         Log: AUTHORS updates and
16513              
16514              Subject: [PATCH] Just some preening :-)        
16515              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16516              Date: Tue, 4 Sep 2001 14:16:59 +0100
16517              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
16518      Branch: perl
16519            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
16520 ____________________________________________________________________________
16521 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
16522         Log: Typo fix and slight rewording.
16523      Branch: perl
16524            ! pod/perlfunc.pod
16525 ____________________________________________________________________________
16526 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
16527         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
16528      Branch: perl
16529            ! pod/perlfaq4.pod
16530 ____________________________________________________________________________
16531 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
16532         Log: The helper file changed name.
16533      Branch: perl
16534            ! MANIFEST
16535 ____________________________________________________________________________
16536 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
16537         Log: Update to Scalar-List-Utils 1.03
16538      Branch: perl
16539            + ext/List/Util/t/shuffle.t
16540            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
16541            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
16542            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
16543            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
16544            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
16545            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
16546            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
16547            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
16548 ____________________________________________________________________________
16549 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
16550         Log: Make crypt() do something more sane for Unicode
16551              (take crypt() of the low eight bits of the characters,
16552              instead of taking crypt() of the UTF-8 of the scalar);
16553              add a test for crypt().
16554      Branch: perl
16555            + t/op/crypt.t
16556            ! MANIFEST pod/perlfunc.pod pp.c
16557 ____________________________________________________________________________
16558 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
16559         Log: Reorganize the srand entry.
16560      Branch: perl
16561            ! pod/perlfunc.pod
16562 ____________________________________________________________________________
16563 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
16564         Log: Remove the tests that assume something about
16565              calling srand() without arguments multiple times.
16566      Branch: perl
16567            ! t/op/srand.t
16568 ____________________________________________________________________________
16569 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
16570         Log: Upgrade to Math::BigInt 1.42.
16571      Branch: perl
16572            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16573            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16574            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16575            ! lib/Math/BigInt/t/mbimbf.t
16576 ____________________________________________________________________________
16577 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
16578         Log: integrate change#11847 from maint-5.6
16579              
16580              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16581      Branch: perl
16582            ! sv.c
16583 ____________________________________________________________________________
16584 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
16585         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16586      Branch: maint-5.6/perl
16587            ! sv.c
16588 ____________________________________________________________________________
16589 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
16590         Log: As far as I can tell these functions have been Unicodified.
16591      Branch: perl
16592            ! doop.c
16593 ____________________________________________________________________________
16594 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
16595         Log: Update to Storable 1.0.13.
16596      Branch: perl
16597            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16598            ! ext/Storable/Storable.xs
16599 ____________________________________________________________________________
16600 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
16601         Log: Patch the Filter::Simple test to work with
16602              the core test suite (since the FilterTest.pm
16603              is in t/lib, not in lib).
16604      Branch: perl
16605            ! lib/Filter/Simple/t/filter.t
16606 ____________________________________________________________________________
16607 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
16608         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
16609      Branch: perl
16610            + t/lib/FilterTest.pm
16611            - t/lib/MyFilter.pm
16612 ____________________________________________________________________________
16613 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
16614         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
16615              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
16616              Text::Balanced 1.86.
16617      Branch: perl
16618            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
16619            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16620            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
16621            + lib/Switch/t/nested.t lib/Switch/t/switch.t
16622            + lib/Text/Balanced/Changes lib/Text/Balanced/README
16623            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
16624            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
16625            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
16626            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
16627            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16628            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
16629            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
16630            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
16631            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
16632            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
16633            ! MANIFEST lib/Attribute/Handlers.pm
16634            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16635            ! lib/Attribute/Handlers/demo/Demo.pm
16636            ! lib/Attribute/Handlers/demo/Descriptions.pm
16637            ! lib/Attribute/Handlers/demo/MyClass.pm
16638            ! lib/Attribute/Handlers/demo/demo.pl
16639            ! lib/Attribute/Handlers/demo/demo2.pl
16640            ! lib/Attribute/Handlers/demo/demo3.pl
16641            ! lib/Attribute/Handlers/demo/demo4.pl
16642            ! lib/Attribute/Handlers/demo/demo_call.pl
16643            ! lib/Attribute/Handlers/demo/demo_chain.pl
16644            ! lib/Attribute/Handlers/demo/demo_cycle.pl
16645            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
16646            ! lib/Attribute/Handlers/demo/demo_phases.pl
16647            ! lib/Attribute/Handlers/demo/demo_range.pl
16648            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
16649            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
16650            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16651            ! lib/Text/Balanced.pm
16652 ____________________________________________________________________________
16653 [ 11841] By: sky                                   on 2001/09/03  11:04:15
16654         Log: Forgot to add a file with Change #11840
16655      Branch: perl
16656            + t/op/srand.t
16657 ____________________________________________________________________________
16658 [ 11840] By: sky                                   on 2001/09/03  11:02:04
16659         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
16660              From: Michael G Schwern <schwern@pobox.com>
16661              Date: Mon, 3 Sep 2001 07:43:00 -0400
16662              Message-ID: <20010903074300.E9233@blackrider>
16663      Branch: perl
16664            ! MANIFEST pod/perlfunc.pod t/op/rand.t
16665 ____________________________________________________________________________
16666 [ 11839] By: sky                                   on 2001/09/03  10:47:11
16667         Log: Document the changes with regards to running of END blocks.
16668              And DESTROY on global objects are called in perl_destruct()!
16669      Branch: perl
16670            ! pod/perl572delta.pod pod/perlembed.pod
16671 ____________________________________________________________________________
16672 [ 11838] By: sky                                   on 2001/09/03  09:34:44
16673         Log: Subject: [PATCH t/op/time.t] Partial cleanup
16674              From: Michael G Schwern <schwern@pobox.com>
16675              Date: Mon, 3 Sep 2001 06:29:42 -0400
16676              Message-ID: <20010903062942.C9233@blackrider>
16677      Branch: perl
16678            ! t/op/time.t
16679 ____________________________________________________________________________
16680 [ 11837] By: sky                                   on 2001/09/03  09:30:02
16681         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
16682              From: Michael G Schwern <schwern@pobox.com>
16683              Date: Mon, 3 Sep 2001 06:24:13 -0400
16684              Message-ID: <20010903062413.B9233@blackrider>
16685      Branch: perl
16686            ! t/op/rand.t
16687 ____________________________________________________________________________
16688 [ 11836] By: sky                                   on 2001/09/03  07:56:47
16689         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
16690              From: Michael G Schwern <schwern@pobox.com>
16691              Date: Sun, 2 Sep 2001 21:38:43 -0400
16692              Message-ID: <20010902213843.L2711@blackrider>
16693      Branch: perl
16694            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
16695            ! MANIFEST
16696 ____________________________________________________________________________
16697 [ 11835] By: nick                                  on 2001/09/03  06:20:06
16698         Log: Integrate mainline
16699      Branch: perlio
16700           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
16701            - t/op/misc.t
16702           !> (integrate 187 files)
16703 ____________________________________________________________________________
16704 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
16705         Log: Update Changes.
16706      Branch: perl
16707            ! Changes patchlevel.h
16708 ____________________________________________________________________________
16709 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
16710         Log: Slight tweaks.
16711      Branch: perl
16712            ! t/run/kill_perl.t
16713 ____________________________________________________________________________
16714 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
16715         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
16716      Branch: perl
16717            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16718 ____________________________________________________________________________
16719 [ 11831] By: sky                                   on 2001/09/02  12:10:42
16720         Log: Change #11828 wasn't complete, this updates to intest path
16721      Branch: perl
16722            ! t/run/kill_perl.t
16723 ____________________________________________________________________________
16724 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
16725         Log: 's's's.
16726      Branch: perl
16727            ! Changes
16728 ____________________________________________________________________________
16729 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
16730         Log: Update Changes.
16731      Branch: perl
16732            ! Changes patchlevel.h
16733 ____________________________________________________________________________
16734 [ 11828] By: sky                                   on 2001/09/02  11:53:56
16735         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
16736              From: Michael G Schwern <schwern@pobox.com>
16737              Date: Sat, 1 Sep 2001 20:18:58 -0400
16738              Message-ID: <20010901201858.X606@blackrider>
16739              +MANIFEST Fix
16740      Branch: perl
16741            + t/run/kill_perl.t
16742            - t/op/misc.t t/run/segfault.t
16743            ! MANIFEST
16744 ____________________________________________________________________________
16745 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
16746         Log: Subject: [PATCH] lib/Time/Local.pm
16747              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16748              Date: Sun, 2 Sep 2001 06:50:01 -0500
16749              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
16750      Branch: perl
16751            ! lib/Time/Local.pm
16752 ____________________________________________________________________________
16753 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
16754         Log: Tick off Unicode collation and the normalization from
16755              the todo list.
16756      Branch: perl
16757            ! pod/perltodo.pod
16758 ____________________________________________________________________________
16759 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
16760         Log: Update to Unicode 3.1.1.
16761      Branch: perl
16762            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
16763            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
16764            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
16765            ! lib/unicore/PropList.txt lib/unicore/README.perl
16766            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
16767            ! lib/unicore/rename lib/unicore/version
16768 ____________________________________________________________________________
16769 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
16770         Log: Slight doc tweaks for the module.
16771      Branch: perl
16772            ! lib/Unicode/UCD.pm
16773 ____________________________________________________________________________
16774 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
16775         Log: Rename the variable: it *used* to be (wrongly) that the
16776              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
16777              but that is no more the case: PL_reg_match_utf8 is better.
16778      Branch: perl
16779            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
16780            ! regexec.c sv.c thrdvar.h
16781 ____________________________________________________________________________
16782 [ 11822] By: ams                                   on 2001/09/02  02:54:50
16783         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
16784              From: Ilmari Karonen <iltzu@sci.fi>
16785              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
16786              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
16787              (op/sub_lval.t updated to take new error message into account.)
16788      Branch: perl
16789            ! op.c t/op/sub_lval.t
16790 ____________________________________________________________________________
16791 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
16792         Log: remove stray CRs in files; keep all files with UNIX line-ends
16793              (Porting/makerel adds CRs to the files that need it in the
16794              distribution)
16795      Branch: perl
16796            ! NetWare/t/NWScripts.pl README.dos
16797            ! ext/Encode/Encode/cns11643-1.enc
16798            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
16799            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16800 ____________________________________________________________________________
16801 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
16802         Log: some remnants of change#11803
16803      Branch: perl
16804            ! ext/ByteLoader/byterun.h perl.h
16805 ____________________________________________________________________________
16806 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
16807         Log: Update to Unicode::Collate 0.08.
16808      Branch: perl
16809            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16810            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16811 ____________________________________________________________________________
16812 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
16813         Log: Test tweaks.
16814      Branch: perl
16815            ! t/op/pat.t
16816 ____________________________________________________________________________
16817 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
16818         Log: Fix test
16819      Branch: maint-5.6/macperl
16820            ! t/lib/b.t
16821 ____________________________________________________________________________
16822 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
16823         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
16824              warnings in Config.pm with -W; increase default and
16825              minimum RAM; bump version number.
16826      Branch: maint-5.6/macperl
16827            + macos/lib/Mac/LowMem.pm
16828            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
16829            ! macos/configpm macos/macperl/MacPerl.r
16830 ____________________________________________________________________________
16831 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
16832         Log: Make syntax check report in MPW style, fix tests
16833              to use Mac::err=unix to get normal-style error
16834              messages.
16835      Branch: maint-5.6/macperl
16836            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
16837            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
16838 ____________________________________________________________________________
16839 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
16840         Log: Make MPW-style errors optional (but the default); add
16841              MacPerl::ErrorFormat() function and Mac::err pragma
16842      Branch: maint-5.6/macperl
16843            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
16844            + macos/ext/Mac/err/err.xs
16845            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
16846            ! macos/macish.c macos/macish.h macos/macperl.sym
16847 ____________________________________________________________________________
16848 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
16849         Log: More module and test ports from Thomas Wegner et al
16850      Branch: maint-5.6/macperl
16851            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16852            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
16853            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
16854            ! t/op/magic.t
16855 ____________________________________________________________________________
16856 [ 11812] By: sky                                   on 2001/09/01  17:19:30
16857         Log: Subject: [PATCH t/op/concat.t] cleanup
16858              From: Michael G Schwern <schwern@pobox.com>
16859              Date: Sat, 1 Sep 2001 14:06:28 -0400
16860              Message-ID: <20010901140628.C606@blackrider>
16861      Branch: perl
16862            ! t/op/concat.t
16863 ____________________________________________________________________________
16864 [ 11811] By: sky                                   on 2001/09/01  12:25:29
16865         Log: Change #11805 didn't update the MANIFEST
16866      Branch: perl
16867            ! MANIFEST
16868 ____________________________________________________________________________
16869 [ 11810] By: sky                                   on 2001/09/01  11:52:44
16870         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
16871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16872              Date: Sat, 1 Sep 2001 14:50:14 +0200
16873              Message-ID: <20010901145014.A691@rafael>
16874      Branch: perl
16875            ! t/op/inccode.t
16876 ____________________________________________________________________________
16877 [ 11809] By: sky                                   on 2001/09/01  11:49:22
16878         Log: Subject: PATCH: ExtUtils::MakeMaker
16879              From: Tony Bowden <tony@kasei.com>
16880              Date: Sat, 1 Sep 2001 10:33:53 +0100
16881              Message-ID: <20010901103353.A13863@soto.kasei.com>
16882              Manually applied
16883      Branch: perl
16884            ! lib/ExtUtils/MakeMaker.pm
16885 ____________________________________________________________________________
16886 [ 11808] By: sky                                   on 2001/09/01  11:39:13
16887         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
16888              From: mike808@users.sourceforge.net
16889              Date: Sat, 1 Sep 101 11:27:50 GMT
16890              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
16891              With little tweak
16892      Branch: perl
16893            ! lib/Term/Cap.pm
16894 ____________________________________________________________________________
16895 [ 11807] By: ams                                   on 2001/09/01  11:31:16
16896         Log: Subject: oct() and hex()
16897              From: Nicholas Clark <nick@ccl4.org>
16898              Date: Fri, 31 Aug 2001 23:14:13 +0100
16899              Message-Id: <20010831231413.J4950@plum.flirble.org>
16900      Branch: perl
16901            ! pod/perlclib.pod
16902 ____________________________________________________________________________
16903 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
16904         Log: Integrate change 11801 from maintperl
16905      Branch: maint-5.6/macperl
16906            ! perl.c
16907 ____________________________________________________________________________
16908 [ 11805] By: sky                                   on 2001/08/31  21:35:10
16909         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
16910              From: Michael G Schwern <schwern@pobox.com>
16911              Date: Fri, 31 Aug 2001 15:36:28 -0400
16912              Message-ID: <20010831153628.B598@blackrider>
16913              Check for things which used to segfault
16914      Branch: perl
16915            + t/run/segfault.t
16916 ____________________________________________________________________________
16917 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
16918         Log: integrate change#11801 from maint-5.6
16919              
16920              remove age-old UNICOS "workaround" that introduces a static, and
16921              hence an egregious race condition for threaded builds (*sigh*
16922              beats me why this kludge wasn't guarded by a UNICOS-specific
16923              #define *sigh*)
16924      Branch: perl
16925            ! perl.c
16926 ____________________________________________________________________________
16927 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
16928         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
16929              working in 5.7.x
16930      Branch: perl
16931            - objXSUB.h
16932            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
16933            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
16934            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
16935            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
16936            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
16937            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
16938            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
16939            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16940            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16941            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
16942            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
16943            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
16944            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
16945            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
16946            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
16947            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
16948            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
16949            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
16950            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16951            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
16952            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
16953            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
16954 ____________________________________________________________________________
16955 [ 11802] By: ams                                   on 2001/08/31  18:11:32
16956         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
16957              From: "Philip Newton" <Philip.Newton@gmx.net>
16958              Date: Fri, 31 Aug 2001 21:12:56 +0200
16959              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
16960      Branch: perl
16961            ! pod/perldiag.pod
16962 ____________________________________________________________________________
16963 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
16964         Log: remove age-old UNICOS "workaround" that introduces a static, and
16965              hence an egregious race condition for threaded builds (*sigh*
16966              beats me why this kludge wasn't guarded by a UNICOS-specific
16967              #define *sigh*)
16968      Branch: maint-5.6/perl
16969            ! perl.c
16970 ____________________________________________________________________________
16971 [ 11800] By: sky                                   on 2001/08/31  17:30:26
16972         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
16973              Might break on platforms where bool is larger than 8 bites ???
16974      Branch: perl
16975            ! regcomp.c
16976 ____________________________________________________________________________
16977 [ 11799] By: ams                                   on 2001/08/31  12:15:44
16978         Log: Integrate 11778 into mainline.
16979      Branch: perl
16980            ! t/base/term.t
16981 ____________________________________________________________________________
16982 [ 11798] By: sky                                   on 2001/08/31  11:31:44
16983         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
16984              supposed to happen.
16985      Branch: perl
16986            ! regcomp.c
16987 ____________________________________________________________________________
16988 [ 11797] By: sky                                   on 2001/08/31  11:28:17
16989         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
16990              From: "John P. Linderman" <jpl@research.att.com>
16991              Date: Fri, 31 Aug 2001 08:20:35 -0400
16992              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
16993              Fixes test 14 which could fail randomly in rare cases.
16994      Branch: perl
16995            ! ext/Time/HiRes/HiRes.t regcomp.c
16996 ____________________________________________________________________________
16997 [ 11796] By: ams                                   on 2001/08/31  01:13:07
16998         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
16999              From: Nicholas Clark <nick@ccl4.org>
17000              Date: Thu, 30 Aug 2001 23:21:50 +0100
17001              Message-Id: <20010830232150.D4950@plum.flirble.org>
17002      Branch: perl
17003            ! ext/Sys/Syslog/Makefile.PL
17004 ____________________________________________________________________________
17005 [ 11795] By: ams                                   on 2001/08/30  23:53:23
17006         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
17007              patching example
17008              From: Michael G Schwern <schwern@pobox.com>
17009              Date: Thu, 30 Aug 2001 17:02:08 -0400
17010              Message-Id: <20010830170208.M2318@blackrider>
17011      Branch: perl
17012            ! pod/perlhack.pod
17013 ____________________________________________________________________________
17014 [ 11794] By: ams                                   on 2001/08/30  19:35:36
17015         Log: Subject: [PATCH] pp_modulo
17016              From: Nicholas Clark <nick@ccl4.org>
17017              Date: Thu, 30 Aug 2001 18:20:54 +0100
17018              Message-Id: <20010830182053.A4950@plum.flirble.org>
17019      Branch: perl
17020            ! pp.c t/op/64bitint.t
17021 ____________________________________________________________________________
17022 [ 11793] By: sky                                   on 2001/08/30  13:02:48
17023         Log: 11792 wasn't complete
17024      Branch: perl
17025            ! makedef.pl regcomp.c
17026 ____________________________________________________________________________
17027 [ 11792] By: sky                                   on 2001/08/30  12:21:11
17028         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
17029      Branch: perl
17030            ! makedef.pl
17031 ____________________________________________________________________________
17032 [ 11791] By: sky                                   on 2001/08/30  10:08:02
17033         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
17034      Branch: perl
17035            ! config_h.SH
17036 ____________________________________________________________________________
17037 [ 11790] By: sky                                   on 2001/08/30  08:22:31
17038         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
17039              on the pad. Fixes coredumps in cleanups introduced by
17040              Change 11755  
17041      Branch: perl
17042            ! op.c perl.c sv.h
17043 ____________________________________________________________________________
17044 [ 11789] By: sky                                   on 2001/08/29  19:01:47
17045         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
17046              This is a replacement implmentation that works on HPUX.
17047              This bug should probably be fixed in GCC.
17048      Branch: perl
17049            ! ext/Socket/Socket.xs
17050 ____________________________________________________________________________
17051 [ 11788] By: ams                                   on 2001/08/29  17:35:33
17052         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
17053              From: Nicholas Clark <nick@ccl4.org>
17054              Date: Wed, 29 Aug 2001 18:21:56 +0100
17055              Message-Id: <20010829182156.O4950@plum.flirble.org>
17056      Branch: perl
17057            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
17058 ____________________________________________________________________________
17059 [ 11787] By: sky                                   on 2001/08/29  10:42:54
17060         Log: Added test for pack_addr_in and unpack_addr_in
17061              Nitpik in test 10
17062      Branch: perl
17063            ! ext/Socket/Socket.t
17064 ____________________________________________________________________________
17065 [ 11786] By: sky                                   on 2001/08/29  10:28:14
17066         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
17067              Trying to catch errors on HP-UX
17068      Branch: perl
17069            ! ext/Socket/Socket.t
17070 ____________________________________________________________________________
17071 [ 11785] By: sky                                   on 2001/08/29  09:07:03
17072         Log: make sure USE_THREADS is defined so external apps work
17073      Branch: perl
17074            ! config_h.SH
17075 ____________________________________________________________________________
17076 [ 11784] By: sky                                   on 2001/08/29  08:06:12
17077         Log: Subject: Re: The hitlist of untested modules.
17078              From: Jonathan Stowe <gellyfish@gellyfish.com>
17079              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
17080              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
17081              Start of tests for Shell.pm (make Schwern poorer!)
17082      Branch: perl
17083            + lib/Shell.t
17084            ! MANIFEST
17085 ____________________________________________________________________________
17086 [ 11783] By: sky                                   on 2001/08/29  07:37:50
17087         Log: END{} can change the return value even if we die from BEGIN{}
17088      Branch: perl
17089            ! miniperlmain.c
17090 ____________________________________________________________________________
17091 [ 11782] By: ams                                   on 2001/08/29  06:32:17
17092         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
17093              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17094              Date: Wed, 29 Aug 2001 09:18:17 +0200
17095              Message-Id: <20010829091817.A4453@rafael>
17096      Branch: perl
17097            ! t/op/inccode.t
17098 ____________________________________________________________________________
17099 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
17100         Log: Delete xsubpp.patch, as full copy exists now
17101      Branch: maint-5.6/macperl
17102            - macos/xsubpp.patch
17103 ____________________________________________________________________________
17104 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
17105         Log: Add Changes file
17106      Branch: maint-5.6/macperl
17107            + macos/Changes
17108 ____________________________________________________________________________
17109 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
17110         Log: Add Mac version of xsubpp as separate file
17111      Branch: maint-5.6/macperl
17112            + macos/xsubpp
17113            ! macos/Makefile.mk
17114 ____________________________________________________________________________
17115 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
17116         Log: Fix open of /dev/null for Mac OS
17117      Branch: maint-5.6/macperl
17118            ! t/base/term.t
17119 ____________________________________________________________________________
17120 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
17121         Log: Various patches: enable more tests; skip CVS in PerlInstall;
17122              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
17123      Branch: maint-5.6/macperl
17124            ! macos/MacPerlTests.cmd macos/PerlInstall
17125            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
17126 ____________________________________________________________________________
17127 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
17128         Log: Allow for platforms to override formatting of errors
17129              on output from Matthias Neeracher (Mac files)
17130      Branch: maint-5.6/macperl
17131            ! macos/macish.c macos/macish.h
17132 ____________________________________________________________________________
17133 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
17134         Log: Allow for platforms to override formatting of errors
17135              on output from Matthias Neeracher (core files)
17136      Branch: maint-5.6/macperl
17137            ! perl.h pp_ctl.c util.c
17138 ____________________________________________________________________________
17139 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
17140         Log: Add some param checking, from reports by Kevin Reid.
17141      Branch: maint-5.6/macperl
17142            ! macos/ext/Mac/Controls/Controls.pm
17143            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
17144 ____________________________________________________________________________
17145 [ 11773] By: ams                                   on 2001/08/28  23:54:57
17146         Log: Subject: [PATCH] make coretest
17147              From: Paul Johnson <paul@pjcj.net>
17148              Date: Wed, 29 Aug 2001 00:11:38 +0200
17149              Message-Id: <20010829001138.B12169@pjcj.net>
17150              (Applied without the change to perlhack.pod. This should
17151              probably stay undocumented.)
17152      Branch: perl
17153            ! Makefile.SH t/TEST
17154 ____________________________________________________________________________
17155 [ 11772] By: sky                                   on 2001/08/28  13:01:20
17156         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
17157              From: Michael G Schwern <schwern@pobox.com>
17158              Date: Tue, 28 Aug 2001 09:57:39 -0400
17159              Message-ID: <20010828095738.E17775@blackrider>
17160      Branch: perl
17161            ! pod/perlhack.pod t/op/pack.t
17162 ____________________________________________________________________________
17163 [ 11771] By: sky                                   on 2001/08/28  11:20:13
17164         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
17165              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17166              Date: Tue, 28 Aug 2001 14:23:43 +0200
17167              Message-ID: <20010828142343.A19299@rafael>
17168      Branch: perl
17169            ! pod/perlvar.pod pp_ctl.c
17170 ____________________________________________________________________________
17171 [ 11770] By: ams                                   on 2001/08/28  10:13:21
17172         Log: Subject: [PATCH] odd typo in op.h
17173              From: Nicholas Clark <nick@ccl4.org>
17174              Date: Tue, 28 Aug 2001 12:10:26 +0100
17175              Message-Id: <20010828121026.V4950@plum.flirble.org>
17176      Branch: perl
17177            ! op.h
17178 ____________________________________________________________________________
17179 [ 11769] By: sky                                   on 2001/08/28  08:09:16
17180         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
17181              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
17182              Date: Tue, 28 Aug 2001 02:22:20 +0300
17183              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
17184      Branch: perl
17185            ! ext/B/B/Lint.pm
17186 ____________________________________________________________________________
17187 [ 11768] By: ams                                   on 2001/08/28  00:47:35
17188         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
17189              From: Michael G Schwern <schwern@pobox.com>
17190              Date: Mon, 27 Aug 2001 21:24:44 -0400
17191              Message-Id: <20010827212444.F12582@blackrider>
17192      Branch: perl
17193            ! pod/perlhack.pod t/op/pack.t
17194 ____________________________________________________________________________
17195 [ 11767] By: ams                                   on 2001/08/27  23:59:48
17196         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
17197              From: Michael G Schwern <schwern@pobox.com>
17198              Date: Mon, 27 Aug 2001 20:12:29 -0400
17199              Message-Id: <20010827201229.D12582@blackrider>
17200      Branch: perl
17201            ! pod/perlhack.pod t/op/pack.t
17202 ____________________________________________________________________________
17203 [ 11766] By: ams                                   on 2001/08/27  23:39:40
17204         Log: Update Changes.
17205      Branch: perl
17206            ! Changes
17207 ____________________________________________________________________________
17208 [ 11765] By: ams                                   on 2001/08/27  22:53:10
17209         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
17210              From: Michael G Schwern <schwern@pobox.com>
17211              Date: Mon, 27 Aug 2001 19:47:30 -0400
17212              Message-Id: <20010827194730.C12582@blackrider>
17213      Branch: perl
17214            ! t/op/inccode.t
17215 ____________________________________________________________________________
17216 [ 11764] By: ams                                   on 2001/08/27  22:46:21
17217         Log: Subject: [PATCH] new tests for the coderef-in-@INC
17218              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17219              Date: Mon, 27 Aug 2001 22:36:27 +0200
17220              Message-Id: <20010827223627.C690@rafael>
17221              
17222              Subject: Re: [PATCH] new tests for the coderef-in-@INC
17223              From: Nicholas Clark <nick@ccl4.org>
17224              Date: Tue, 28 Aug 2001 00:02:46 +0100
17225              Message-Id: <20010828000245.R4950@plum.flirble.org>
17226      Branch: perl
17227            + t/op/inccode.t
17228            ! MANIFEST
17229 ____________________________________________________________________________
17230 [ 11763] By: ams                                   on 2001/08/27  22:41:09
17231         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
17232              bleadperl on fire, Win95+4NT)
17233              From: Michael G Schwern <schwern@pobox.com>
17234              Date: Mon, 27 Aug 2001 16:54:42 -0400
17235              Message-Id: <20010827165442.F9436@blackrider>
17236      Branch: perl
17237            ! lib/warnings.t
17238 ____________________________________________________________________________
17239 [ 11762] By: sky                                   on 2001/08/27  19:19:17
17240         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
17241              avaible at compile time. This broke the compilation of 
17242              Net/Ping.pm
17243      Branch: perl
17244            ! lib/Net/Ping.pm
17245 ____________________________________________________________________________
17246 [ 11761] By: sky                                   on 2001/08/27  18:34:48
17247         Log: Removed tripple definitions of CUSTOM_OP functions.
17248      Branch: perl
17249            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
17250 ____________________________________________________________________________
17251 [ 11760] By: sky                                   on 2001/08/27  18:21:27
17252         Log: Regen headers
17253      Branch: perl
17254            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
17255            ! perlapi.h proto.h
17256 ____________________________________________________________________________
17257 [ 11759] By: ams                                   on 2001/08/27  16:31:53
17258         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
17259              From: "chromatic" <chromatic@rmci.net>
17260              Date: Mon, 27 Aug 2001 11:17:09 -0600
17261              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
17262      Branch: perl
17263            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
17264 ____________________________________________________________________________
17265 [ 11758] By: sky                                   on 2001/08/27  15:16:42
17266         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
17267              Thanks to H. Merijn Brand for the patch.
17268              Some of the comments and or guards might be removable in perl.h now.
17269      Branch: perl
17270            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
17271            ! Porting/Glossary Porting/config_H README.threads config_h.SH
17272            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
17273            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
17274            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
17275            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
17276            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
17277            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
17278            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
17279            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
17280            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
17281            ! win32/config_H.vc win32/perllib.c win32/win32.h
17282            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
17283            ! wince/config.h wince/config_H.ce wince/win32.h
17284            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
17285 ____________________________________________________________________________
17286 [ 11757] By: sky                                   on 2001/08/27  13:39:16
17287         Log: Subject: GNU ld parses arguments different
17288              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17289              Date: Mon, 27 Aug 2001 16:25:51 +0200
17290              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
17291      Branch: perl
17292            ! hints/hpux.sh
17293 ____________________________________________________________________________
17294 [ 11756] By: sky                                   on 2001/08/27  13:18:45
17295         Log: Subject: Custom Ops
17296              From: Simon Cozens <simon@netthink.co.uk>
17297              Date: Sat, 25 Aug 2001 17:45:09 +0100
17298              Message-ID: <20010825174509.A5752@netthink.co.uk>
17299              I also added a fix to Opcode.pm to quite test cases.
17300      Branch: perl
17301            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
17302            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
17303 ____________________________________________________________________________
17304 [ 11755] By: sky                                   on 2001/08/27  05:37:17
17305         Log: Plugs a memory leak on destruction of regular expressions
17306              introcued by #11274.
17307              PL_regex_padav now has an AV as it's first entry with a list
17308              of freed regex_padav slots that it will reuse on creating
17309              new PMOPs.
17310      Branch: perl
17311            ! op.c perl.c
17312 ____________________________________________________________________________
17313 [ 11754] By: ams                                   on 2001/08/26  14:38:52
17314         Log: Subject: [PATCH] t/io/binmode.t
17315              From: Nicholas Clark <nick@ccl4.org>
17316              Date: Sun, 26 Aug 2001 12:03:05 +0100
17317              Message-Id: <20010826120305.C4950@plum.flirble.org>
17318              
17319              (Also a nitpick in #11752 to t/op/universal.t)
17320      Branch: perl
17321            ! t/io/binmode.t t/op/universal.t
17322 ____________________________________________________________________________
17323 [ 11753] By: ams                                   on 2001/08/26  08:19:34
17324         Log: Subject: [PATCH] op/universal.t failing
17325              From: Nicholas Clark <nick@ccl4.org>
17326              Date: Sun, 26 Aug 2001 09:48:22 +0100
17327              Message-Id: <20010826094822.B4950@plum.flirble.org>
17328      Branch: perl
17329            ! t/op/universal.t
17330 ____________________________________________________________________________
17331 [ 11752] By: ams                                   on 2001/08/25  22:46:13
17332         Log: Subject: Re: 'can' with undefined subs
17333              From: Tony Bowden <tony@kasei.com>
17334              Date: Sat, 25 Aug 2001 14:58:17 +0100
17335              Message-Id: <20010825145817.A11788@soto.kasei.com>
17336              (Applied with minor modifications.)
17337      Branch: perl
17338            ! t/op/universal.t
17339 ____________________________________________________________________________
17340 [ 11751] By: ams                                   on 2001/08/25  18:28:43
17341         Log: Subject: Re: 'can' with undefined subs
17342              From: Tony Bowden <tony@kasei.com>
17343              Date: Sat, 25 Aug 2001 15:13:14 +0100
17344              Message-Id: <20010825151314.B11788@soto.kasei.com>
17345      Branch: perl
17346            ! lib/UNIVERSAL.pm
17347 ____________________________________________________________________________
17348 [ 11750] By: nick                                  on 2001/08/25  15:24:15
17349         Log: Integrate mainline
17350      Branch: perlio
17351           +> t/io/binmode.t
17352           !> (integrate 26 files)
17353 ____________________________________________________________________________
17354 [ 11749] By: nick                                  on 2001/08/25  14:55:41
17355         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
17356              From:  John Peacock <jpeacock@rowman.com>
17357              Date:  Wed, 22 Aug 2001 12:05:28 -0400
17358              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
17359      Branch: perl
17360            ! pod/perlhack.pod
17361 ____________________________________________________________________________
17362 [ 11748] By: nick                                  on 2001/08/25  14:53:04
17363         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
17364              From:  Michael G Schwern <schwern@pobox.com>
17365              Date:  Wed, 22 Aug 2001 19:22:45 -0400
17366              Message-Id:  <20010822192245.U619@blackrider>
17367      Branch: perl
17368            ! MANIFEST
17369 ____________________________________________________________________________
17370 [ 11747] By: nick                                  on 2001/08/25  14:52:33
17371         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
17372              From:  Nicholas Clark <nick@ccl4.org>
17373              Date:  Wed, 22 Aug 2001 23:29:06 +0100
17374              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
17375      Branch: perl
17376            + t/io/binmode.t
17377            ! perlio.c pod/perlfunc.pod
17378 ____________________________________________________________________________
17379 [ 11744] By: nick                                  on 2001/08/25  14:37:33
17380         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
17381              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17382              Date:  Fri, 24 Aug 2001 22:10:42 +0200
17383              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
17384      Branch: perl
17385            ! x2p/a2py.c x2p/walk.c
17386 ____________________________________________________________________________
17387 [ 11743] By: nick                                  on 2001/08/25  14:32:47
17388         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
17389              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17390              Date:  Fri, 24 Aug 2001 23:34:13 +0200
17391              Message-Id:  <20010824233413.A1285@rafael>
17392      Branch: perl
17393            ! pod/perlfunc.pod pod/perlvar.pod
17394 ____________________________________________________________________________
17395 [ 11742] By: ams                                   on 2001/08/25  13:16:02
17396         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
17397              From: Nicholas Clark <nick@ccl4.org>
17398              Date: Sat, 25 Aug 2001 14:50:07 +0100
17399              Message-Id: <20010825145007.L41464@plum.flirble.org>
17400      Branch: perl
17401            ! pp_ctl.c
17402 ____________________________________________________________________________
17403 [ 11741] By: nick                                  on 2001/08/24  07:08:45
17404         Log: When applying patch via Porting/apply fails, do p4 refresh
17405              to get old files back.
17406      Branch: perl
17407            ! Porting/apply
17408 ____________________________________________________________________________
17409 [ 11740] By: ams                                   on 2001/08/24  04:47:24
17410         Log: #11739 was incomplete.
17411      Branch: perl
17412            ! pod/perldiag.pod
17413 ____________________________________________________________________________
17414 [ 11739] By: ams                                   on 2001/08/24  04:09:40
17415         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
17416              From: "Philip Newton" <Philip.Newton@gmx.net>
17417              Date: Fri, 24 Aug 2001 07:08:34 +0200
17418      Branch: perl
17419            ! pod/perldiag.pod
17420 ____________________________________________________________________________
17421 [ 11738] By: ams                                   on 2001/08/24  02:19:42
17422         Log: Fixed Doug Wilson's email address.
17423      Branch: perl
17424            ! AUTHORS
17425 ____________________________________________________________________________
17426 [ 11737] By: ams                                   on 2001/08/24  00:10:13
17427         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
17428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17429              Date: Thu, 23 Aug 2001 22:22:58 +0200
17430              Message-Id: <20010823222258.A901@rafael>
17431      Branch: perl
17432            ! pod/perldiag.pod
17433 ____________________________________________________________________________
17434 [ 11736] By: ams                                   on 2001/08/24  00:05:02
17435         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
17436              From: "Craig A. Berry" <craigberry@mac.com>
17437              Date: Thu, 23 Aug 2001 19:07:45 -0500
17438              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
17439      Branch: perl
17440            ! configure.com
17441 ____________________________________________________________________________
17442 [ 11735] By: sky                                   on 2001/08/23  13:42:07
17443         Log: Backed out 11732, it breaks lib/strict.t 
17444      Branch: perl
17445            ! op.c
17446 ____________________________________________________________________________
17447 [ 11734] By: sky                                   on 2001/08/23  11:45:59
17448         Log: Removed toy from 17133 after Matt Sargeants request.
17449      Branch: perl
17450            ! pod/perlfaq4.pod
17451 ____________________________________________________________________________
17452 [ 11733] By: sky                                   on 2001/08/23  11:36:29
17453         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
17454              From: Robin Houston <robin@kitsite.com>
17455              Date: Wed, 22 Aug 2001 23:06:16 +0100
17456              Message-ID: <20010822230616.A254@robin.kitsite.com>
17457      Branch: perl
17458            ! pod/perlfaq4.pod
17459 ____________________________________________________________________________
17460 [ 11732] By: sky                                   on 2001/08/23  10:36:02
17461         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
17462              From: Simon Cozens <simon@netthink.co.uk>
17463              Date: Thu, 23 Aug 2001 12:06:36 +0100
17464              Message-ID: <20010823120636.A9961@netthink.co.uk>
17465      Branch: perl
17466            ! op.c
17467 ____________________________________________________________________________
17468 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
17469         Log: fix broken windows build
17470      Branch: perl
17471            ! perl.h
17472 ____________________________________________________________________________
17473 [ 11730] By: ams                                   on 2001/08/22  21:35:30
17474         Log: Subject: [PATCH] io/tell.t doesn't chdir t
17475              From: Nicholas Clark <nick@ccl4.org>
17476              Date: Wed, 22 Aug 2001 23:25:58 +0100
17477              Message-Id: <20010822232557.Y82818@plum.flirble.org>
17478      Branch: perl
17479            ! t/io/tell.t
17480 ____________________________________________________________________________
17481 [ 11729] By: ams                                   on 2001/08/22  20:32:21
17482         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17483              questions)
17484              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17485              Date: Wed, 22 Aug 2001 17:09:04 -0400
17486              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17487              (Oops, forgot File::Spec::Unix in the previous patch.)
17488      Branch: perl
17489            ! lib/File/Spec/Unix.pm
17490 ____________________________________________________________________________
17491 [ 11728] By: ams                                   on 2001/08/22  20:25:41
17492         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17493              questions)
17494              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17495              Date: Wed, 22 Aug 2001 17:09:04 -0400
17496              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17497      Branch: perl
17498            ! lib/File/Spec.pm
17499 ____________________________________________________________________________
17500 [ 11727] By: ams                                   on 2001/08/22  19:43:30
17501         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
17502              From: John Peacock <jpeacock@rowman.com>
17503              Date: Wed, 22 Aug 2001 12:35:52 -0400
17504              Message-Id: <3B83DF68.5D89DC81@rowman.com>
17505              (Adds proper tests for $], notwithstanding Subject. +nitpick)
17506      Branch: perl
17507            ! t/op/ver.t
17508 ____________________________________________________________________________
17509 [ 11726] By: ams                                   on 2001/08/22  19:36:39
17510         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
17511              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
17512              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
17513              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
17514      Branch: perl
17515            ! lib/diagnostics.pm lib/diagnostics.t
17516 ____________________________________________________________________________
17517 [ 11725] By: ams                                   on 2001/08/22  19:25:01
17518         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
17519              From: Nicholas Clark <nick@ccl4.org>
17520              Date: Wed, 22 Aug 2001 20:59:05 +0100
17521              Message-Id: <20010822205905.U82818@plum.flirble.org>
17522      Branch: perl
17523            ! pp.c t/op/64bitint.t t/op/arith.t
17524 ____________________________________________________________________________
17525 [ 11724] By: ams                                   on 2001/08/22  10:02:33
17526         Log: Subject: Configure blooper
17527              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17528              Date: Wed, 22 Aug 2001 12:38:35 +0200
17529              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
17530      Branch: perl
17531            ! Configure
17532 ____________________________________________________________________________
17533 [ 11723] By: ams                                   on 2001/08/21  16:17:53
17534         Log: Subject: [PATCH] installperl -help
17535              From: Nicholas Clark <nick@ccl4.org>
17536              Date: Tue, 21 Aug 2001 17:34:23 +0100
17537              Message-Id: <20010821173423.F82818@plum.flirble.org>
17538      Branch: perl
17539            ! installperl
17540 ____________________________________________________________________________
17541 [ 11722] By: ams                                   on 2001/08/20  07:46:31
17542         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
17543              From: Ilmari Karonen <iltzu@sci.fi>
17544              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
17545              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
17546      Branch: perl
17547            ! pod/perlvar.pod
17548 ____________________________________________________________________________
17549 [ 11721] By: nick                                  on 2001/08/20  06:24:31
17550         Log: Integrate mainline
17551      Branch: perlio
17552           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
17553           +> lib/Lingua/KO/Hangul/Util/Changes
17554           +> lib/Lingua/KO/Hangul/Util/README
17555           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17556           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17557           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17558           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17559           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17560           +> lib/Unicode/Normalize/t/test.t
17561            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17562           !> (integrate 55 files)
17563 ____________________________________________________________________________
17564 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
17565         Log: Integrate Change #11599 from maint-5.6/perl
17566      Branch: maint-5.6/macperl
17567           !> README.win32
17568 ____________________________________________________________________________
17569 [ 11719] By: ams                                   on 2001/08/18  21:21:42
17570         Log: Add Porting/apply to MANIFEST.
17571      Branch: perl
17572            ! MANIFEST
17573 ____________________________________________________________________________
17574 [ 11718] By: sky                                   on 2001/08/18  14:38:01
17575         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
17576              Better solution would be to make 5005threaded perl use
17577              the same system as ithreads do
17578      Branch: perl
17579            ! perl.h
17580 ____________________________________________________________________________
17581 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
17582         Log: New try for ID 20010407.006: detach the semantics
17583              "was the last match target UTF8" into its own variable.
17584      Branch: perl
17585            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
17586            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
17587 ____________________________________________________________________________
17588 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
17589         Log: UTF8 flag should be meaningful only when POK.
17590      Branch: perl
17591            ! dump.c
17592 ____________________________________________________________________________
17593 [ 11715] By: sky                                   on 2001/08/18  11:45:16
17594         Log: USE_THREADS and USE_ITHREADS are never true at the same time
17595      Branch: perl
17596            ! perl.h
17597 ____________________________________________________________________________
17598 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
17599         Log: Retract #11712 for now.  The real fix would probably
17600              be something like making PL_reg_sv a copy (PV + UTF8)
17601              of the matched/substituted string (note: not just a SvPOK
17602              string, for example the stringified form of a ROK would
17603              be applicable)  Beware of leaks.
17604      Branch: perl
17605            ! pp_hot.c t/op/pat.t
17606 ____________________________________________________________________________
17607 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
17608         Log: UTF8 wasn't printing for PVMGs.
17609      Branch: perl
17610            ! dump.c
17611 ____________________________________________________________________________
17612 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
17613         Log: (Retracted by #11714)
17614              
17615              Okay analysis, debatable fix.  (The fix will inc
17616              the refcount of all temporary match objects,
17617              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
17618              which will then cause griping at untie() time
17619              ("inner references remain").
17620              
17621              Fix for ID 20010407.006: PL_reg_sv got wiped out
17622              by freetemps if the match target was a temporary
17623              (like function_call() =~ /.../), which in turn meant
17624              that the $1 et al stopped working if they had UTF-8
17625              in them.  Therefore bump up the refcount of PL_reg_sv.
17626      Branch: perl
17627            ! pp_hot.c t/op/pat.t
17628 ____________________________________________________________________________
17629 [ 11711] By: ams                                   on 2001/08/17  20:32:08
17630         Log: Subject: [PATCH] doesn't compile, was perl@11710
17631              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17632              Date: Fri, 17 Aug 2001 23:21:10 +0200
17633              Message-Id: <20010817232110.C7041@rafael> 
17634      Branch: perl
17635            ! sharedsv.c
17636 ____________________________________________________________________________
17637 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
17638         Log: Update Changes.
17639      Branch: perl
17640            ! Changes patchlevel.h
17641 ____________________________________________________________________________
17642 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
17643         Log: Upgrade to libnet 1.0704.
17644      Branch: perl
17645            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17646            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
17647            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
17648            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
17649            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
17650            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
17651            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
17652 ____________________________________________________________________________
17653 [ 11708] By: sky                                   on 2001/08/17  13:34:04
17654         Log: Let perl_clone copy PL_exit_flags
17655      Branch: perl
17656            ! sv.c
17657 ____________________________________________________________________________
17658 [ 11707] By: sky                                   on 2001/08/17  12:28:41
17659         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
17660      Branch: perl
17661            ! sharedsv.c sharedsv.h
17662 ____________________________________________________________________________
17663 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
17664         Log: The metaconfig unit change for #11705.
17665      Branch: metaconfig/U/perl
17666            ! Extensions.U
17667 ____________________________________________________________________________
17668 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
17669         Log: Allow the threads extension to be found if present.
17670      Branch: perl
17671            ! Configure
17672 ____________________________________________________________________________
17673 [ 11704] By: nick                                  on 2001/08/17  11:47:54
17674         Log: Mail -> change script (pre-alpha)
17675      Branch: perl
17676            + Porting/apply
17677 ____________________________________________________________________________
17678 [ 11703] By: sky                                   on 2001/08/17  07:11:24
17679         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
17680              Thanks to Tom Hospel for pointing out my error.
17681      Branch: perl
17682            ! op.h
17683 ____________________________________________________________________________
17684 [ 11702] By: sky                                   on 2001/08/17  04:18:11
17685         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.
17686      Branch: perl
17687            ! embed.pl miniperlmain.c perl.c perl.h proto.h
17688 ____________________________________________________________________________
17689 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
17690         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
17691              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
17692      Branch: perl
17693            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17694            + lib/Lingua/KO/Hangul/Util/README
17695            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17696            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17697            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17698            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17699            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17700            + lib/Unicode/Normalize/t/test.t
17701            ! MANIFEST
17702 ____________________________________________________________________________
17703 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
17704         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
17705              Date: Thu, 16 Aug 2001 22:46:15 -0500
17706              From: "Craig A. Berry" <craigberry@mac.com>
17707              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
17708      Branch: perl
17709            ! configure.com numeric.c
17710 ____________________________________________________________________________
17711 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
17712         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
17713              of the usual suspects (like getpwent) but not for others
17714              (like localtime and rand).  The _r versions are available
17715              for all of them, so let's use them.
17716      Branch: perl
17717            ! perl.h
17718 ____________________________________________________________________________
17719 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
17720         Log: (Accidental apply; thankfully empty.)
17721      Branch: perl
17722            ! hints/os390.sh
17723 ____________________________________________________________________________
17724 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
17725         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
17726              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17727              Date: Thu, 16 Aug 2001 16:27:49 +0100
17728              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
17729      Branch: perl
17730            ! regexec.c t/op/re_tests
17731 ____________________________________________________________________________
17732 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
17733         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
17734              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17735              Date: Thu, 16 Aug 2001 18:50:01 +0100
17736              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
17737      Branch: perl
17738            ! pp_hot.c t/op/pat.t
17739 ____________________________________________________________________________
17740 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
17741         Log: Subject: [PATCH] *time_r again
17742              From: "Arthur Bergman" <arthur@contiller.se>
17743              Date: Thu, 16 Aug 2001 16:01:54 +0200
17744              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
17745      Branch: perl
17746            ! op.h
17747 ____________________________________________________________________________
17748 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
17749         Log: system() and backtick error handling cleanup from Craig A. Berry.
17750      Branch: perl
17751            ! vms/vms.c
17752 ____________________________________________________________________________
17753 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
17754         Log: change#10334 leaks memory, copies string when it doesn't
17755              need to
17756      Branch: perl
17757            ! perl.c
17758 ____________________________________________________________________________
17759 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
17760         Log: One more twist to the sprintf + utf8 testing.
17761      Branch: perl
17762            ! t/op/misc.t
17763 ____________________________________________________________________________
17764 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
17765         Log: Fix for 20010407.008 sprintf removes utf8-ness.
17766      Branch: perl
17767            ! pp.c t/op/misc.t
17768 ____________________________________________________________________________
17769 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
17770         Log: Subject: [PATCH] *time_r fixes
17771              From: "Arthur Bergman" <arthur@contiller.se>
17772              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
17773              Date: Thu, 16 Aug 2001 14:22:27 +0200
17774      Branch: perl
17775            ! op.h
17776 ____________________________________________________________________________
17777 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
17778         Log: Upgrade to CGI.pm 2.77.
17779      Branch: perl
17780            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
17781            ! lib/CGI/t/function.t
17782 ____________________________________________________________________________
17783 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
17784         Log: Document the bytes-to-Unicode upgrading.
17785      Branch: perl
17786            ! pod/perlunicode.pod
17787 ____________________________________________________________________________
17788 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
17789         Log: Add a test for Unicode sprintf.
17790      Branch: perl
17791            ! t/op/misc.t
17792 ____________________________________________________________________________
17793 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
17794         Log: Add Unicode tests for index/rindex.
17795      Branch: perl
17796            ! t/op/index.t
17797 ____________________________________________________________________________
17798 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
17799         Log: Document a bit the art of minimizing the installation,
17800              based on the p5p discussion.
17801      Branch: perl
17802            ! INSTALL
17803 ____________________________________________________________________________
17804 [ 11684] By: nick                                  on 2001/08/15  15:03:31
17805         Log: Integrate mainline
17806      Branch: perlio
17807           +> sharedsv.c sharedsv.h
17808           !> (integrate 53 files)
17809 ____________________________________________________________________________
17810 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
17811         Log: Update Changes.
17812      Branch: perl
17813            ! Changes patchlevel.h
17814 ____________________________________________________________________________
17815 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
17816         Log: The #11673 necessitated a test tweak.
17817      Branch: perl
17818            ! t/io/utf8.t
17819 ____________________________________________________________________________
17820 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
17821         Log: Also UNICOS is in the general case unable to silently
17822              handle fp overflows.
17823      Branch: perl
17824            ! numeric.c
17825 ____________________________________________________________________________
17826 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
17827         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
17828              NV_EPSILON #defined.
17829      Branch: perl
17830            ! perl.h
17831 ____________________________________________________________________________
17832 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
17833         Log: Re-establish the fp overflow detection for VAX VMS; there
17834              is no easy way to have the IEEE fp silent overflow semantics.
17835              (in Alpha VMS we still will use IEEE fp by default-- but it
17836              is still possible to configure Perl to use G_FLOAT)
17837      Branch: perl
17838            ! numeric.c
17839 ____________________________________________________________________________
17840 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
17841         Log: Subject: [PATCH] pp_lock 
17842              From: "Arthur Bergman" <arthur@contiller.se>
17843              Date: Wed, 15 Aug 2001 11:52:16 +0200
17844              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
17845      Branch: perl
17846            ! pp.c
17847 ____________________________________________________________________________
17848 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
17849         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
17850              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17851              Date: Wed, 15 Aug 2001 11:32:11 +0100
17852              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
17853      Branch: perl
17854            ! regcomp.c t/op/re_tests
17855 ____________________________________________________________________________
17856 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
17857         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
17858              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17859              Date: Wed, 15 Aug 2001 10:33:49 +0100
17860              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
17861      Branch: perl
17862            ! regexec.c t/op/re_tests
17863 ____________________________________________________________________________
17864 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
17865         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
17866              From: Barrie Slaymaker <barries@slaysys.com>
17867              Date: Tue, 14 Aug 2001 14:32:25 -0400
17868              Message-ID: <20010814143225.A19822@jester.slaysys.com>
17869      Branch: perl
17870            ! lib/File/Spec.t lib/File/Spec/Unix.pm
17871 ____________________________________________________________________________
17872 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
17873         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
17874              From: Peter Prymmer <pvhp@forte.com>
17875              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
17876              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
17877      Branch: perl
17878            ! README.vms configure.com
17879 ____________________________________________________________________________
17880 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
17881         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
17882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17883              Date: Tue, 14 Aug 2001 21:23:27 +0200
17884              Message-ID: <20010814212327.A1919@rafael>
17885      Branch: perl
17886            ! doio.c
17887 ____________________________________________________________________________
17888 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
17889         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
17890              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17891              Date: Tue, 14 Aug 2001 22:30:11 +0200
17892              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
17893              
17894              Combination of nmake, quoting, and Perl expanded $( in here-doc.
17895      Branch: perl
17896            ! ext/SDBM_File/Makefile.PL
17897 ____________________________________________________________________________
17898 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
17899         Log: Todo updates.
17900      Branch: perl
17901            ! pod/perltodo.pod
17902 ____________________________________________________________________________
17903 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
17904         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
17905              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17906              Date: Mon, 13 Aug 2001 23:15:01 +0200
17907              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
17908      Branch: perl
17909            ! sv.c
17910 ____________________________________________________________________________
17911 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
17912         Log: Subject: [PATCH] [b-]showlex.t
17913              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17914              Date: Sun, 12 Aug 2001 22:24:51 +0200
17915              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
17916              
17917              The 4nt command shell will expand the % in command line
17918              no matter what quoting is attempted, changed the % to @.
17919      Branch: perl
17920            ! ext/B/Showlex.t
17921 ____________________________________________________________________________
17922 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
17923         Log: Subject: [PATCH] magic.t
17924              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17925              Date: Sun, 12 Aug 2001 20:49:27 +0200
17926              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
17927      Branch: perl
17928            ! t/op/magic.t
17929 ____________________________________________________________________________
17930 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
17931         Log: Add sharedsv* to the DOSish platforms; plus add
17932              some WinCE files to the list of DOSish files.
17933      Branch: perl
17934            ! NetWare/Makefile Porting/makerel win32/Makefile
17935            ! win32/makefile.mk wince/Makefile.ce
17936 ____________________________________________________________________________
17937 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
17938         Log: More DOSish files.
17939      Branch: perl
17940            ! Porting/makerel
17941 ____________________________________________________________________________
17942 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
17943         Log: Strip CRs from the WinCE files.  Now we need to
17944              figure out in which CRs are really needed: probably
17945              Makefile.ce and the README files, at least, probably
17946              also the registry.bat.
17947      Branch: perl
17948            ! wince/Makefile.ce wince/README.compile wince/README.perlce
17949            ! wince/config.h wince/include/cectype.h wince/include/errno.h
17950            ! wince/include/sys/stat.h wince/include/sys/types.h
17951            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
17952            ! wince/perldll.def wince/registry.bat wince/wince.h
17953            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
17954 ____________________________________________________________________________
17955 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
17956         Log: Add some files to DOSish and writables.
17957      Branch: perl
17958            ! Porting/makerel
17959 ____________________________________________________________________________
17960 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
17961         Log: Compile failure message tidying.
17962      Branch: perl
17963            ! t/lib/1_compile.t
17964 ____________________________________________________________________________
17965 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
17966         Log: The new sharedsv* should be exported only if usethreads.
17967      Branch: perl
17968            ! makedef.pl
17969 ____________________________________________________________________________
17970 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
17971         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
17972              From: Peter Prymmer <pvhp@forte.com>
17973              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
17974              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
17975      Branch: perl
17976            ! README.os390
17977 ____________________________________________________________________________
17978 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
17979         Log: Update Changes.
17980      Branch: perl
17981            ! Changes patchlevel.h
17982 ____________________________________________________________________________
17983 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
17984         Log: Subject: [PATHC] sharedsv.[c|h]
17985              From: "Artur Bergman" <artur@contiller.se>
17986              Date: Mon, 13 Aug 2001 14:38:41 +0200
17987              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
17988              
17989              Subject: [PATCH] embed.pl
17990              From: Arthur Bergman <arthur@contiller.se>
17991              Date: Mon, 13 Aug 2001 14:38:14 +0200
17992              Message-ID: <B79D96D6.3088%arthur@contiller.se>
17993              
17994              Subject: [PATCH] sharedsv cleanups
17995              From: "Arthur Bergman" <arthur@contiller.se>
17996              Date: Mon, 13 Aug 2001 15:14:25 +0200
17997              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
17998              
17999              Plus few tweaks: _init needs to be Adp, the prototypes
18000              should not be revealed unless using ithreads, #endif FOO
18001              must be #endif /* FOO */, adding (parentheses) around
18002              do { } while doesn't work too well.
18003      Branch: perl
18004            + sharedsv.c sharedsv.h
18005            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
18006            ! perl.h perlapi.c pod/perlapi.pod proto.h
18007 ____________________________________________________________________________
18008 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
18009         Log: Subject: Re: END {} blocks run in perl_run
18010              From: Arthur Bergman <arthur@contiller.se>
18011              Date: Mon, 13 Aug 2001 11:11:30 +0200
18012              Message-ID: <B79D6661.3068%arthur@contiller.se>
18013      Branch: perl
18014            ! perl.c
18015 ____________________________________________________________________________
18016 [ 11657] By: nick                                  on 2001/08/13  09:03:02
18017         Log: Integrate mainline
18018      Branch: perlio
18019           +> (branch 326 files)
18020            - (delete 330 files)
18021           !> (integrate 85 files)
18022 ____________________________________________________________________________
18023 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
18024         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
18025              and the Perl will be built to do that by default (adding that
18026              will break scripts having non-UTF-8 binary data, such as Latin-1.)
18027      Branch: perl
18028            ! op.c toke.c utf8.h
18029 ____________________________________________________________________________
18030 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
18031         Log: Unnecessary downgrades.
18032      Branch: perl
18033            ! doop.c
18034 ____________________________________________________________________________
18035 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
18036         Log: Failure not true anymore (probably caused by my broken setup).
18037      Branch: perl
18038            ! t/op/pat.t
18039 ____________________________________________________________________________
18040 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
18041         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
18042              stopped working).
18043      Branch: perl
18044            ! op.h pp_ctl.c regcomp.c
18045 ____________________________________________________________________________
18046 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
18047         Log: There is no IN_UTF8.
18048      Branch: perl
18049            ! utf8.h
18050 ____________________________________________________________________________
18051 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
18052         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
18053      Branch: perl
18054            ! op.c op.h pp_ctl.c regcomp.c
18055 ____________________________________________________________________________
18056 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
18057         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
18058              and a test tweak.
18059      Branch: perl
18060            ! op.c t/pod/find.t
18061 ____________________________________________________________________________
18062 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
18063         Log: Todo updates and fixes.
18064      Branch: perl
18065            ! pod/perltodo.pod
18066 ____________________________________________________________________________
18067 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
18068         Log: Mark tests (and one module) having explicit Latin-1
18069              (and one file having explicit UTF-8) with an explicit
18070              'no utf8' (and one explicit 'use utf8').
18071              
18072              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
18073      Branch: perl
18074            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
18075            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
18076            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
18077 ____________________________________________________________________________
18078 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
18079         Log: Subject: SV: END {} blocks run in perl_run
18080              From: "Arthur Bergman" <arthur@contiller.se>
18081              Date: Sun, 12 Aug 2001 00:34:28 +0200 
18082              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
18083      Branch: perl
18084            ! miniperlmain.c perl.c
18085 ____________________________________________________________________________
18086 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
18087         Log: Typos in #11645.
18088      Branch: perl
18089            ! perl.h
18090 ____________________________________________________________________________
18091 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
18092         Log: On ithreads default to use_reentrant except on naturally
18093              threadsafe platforms.
18094      Branch: perl
18095            ! perl.h
18096 ____________________________________________________________________________
18097 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
18098         Log: (Hopefully) a fix for 20010723.004: make install needs
18099              write permission in build directory.  The problem was
18100              probably caused by overeager sprinkling of the lib/re.pm
18101              dependencies (which was done to guarantee lib/re.pm being
18102              uptodate for parallel makes: now solved by funneling that
18103              through an explicit recursive make in the preplibrary target).
18104      Branch: perl
18105            ! Makefile.SH
18106 ____________________________________________________________________________
18107 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
18108         Log: Dispell the "use utf8" superstition.
18109      Branch: perl
18110            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
18111            ! pod/perlunicode.pod
18112 ____________________________________________________________________________
18113 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
18114         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
18115              From: "Abigail" <abigail@foad.org> 
18116              Date: Sat, 11 Aug 2001 23:49:49 +0200
18117              Message-ID: <20010811214950.23255.qmail@foad.org>
18118      Branch: perl
18119            ! t/op/taint.t
18120 ____________________________________________________________________________
18121 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
18122         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
18123              From: Abhijit Menon-Sen <ams@wiw.org>
18124              Date: Sat, 11 Aug 2001 06:18:19 +0530
18125              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
18126      Branch: perl
18127            ! mg.c
18128 ____________________________________________________________________________
18129 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
18130         Log: Test for change #11639.
18131      Branch: perl
18132            ! t/op/tiehandle.t
18133 ____________________________________________________________________________
18134 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
18135         Log: Subject: Re: Can't localize *FH, then tie it
18136              From: Abhijit Menon-Sen <ams@wiw.org>
18137              Date: Sun, 12 Aug 2001 16:08:06 +0530
18138              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
18139      Branch: perl
18140            ! pp_hot.c pp_sys.c
18141 ____________________________________________________________________________
18142 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
18143         Log: Drop all the unnecessary "use utf8" clauses and some of
18144              the unnecessary "use bytes" ones.
18145              
18146              TODO: scour the documentation for unnecessary "use utf8"
18147              and prominently display it in perldelta when the time comes.
18148              ("use utf8" should be necessary ONLY if one wants the script
18149              to be in UTF-8.)  Also should be checked in some non-ASCII
18150              non-Latin-1 platform, like EBCDIC.
18151      Branch: perl
18152            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
18153            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
18154 ____________________________________________________________________________
18155 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
18156         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
18157              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
18158              in Unicode handling.
18159      Branch: perl
18160            + t/op/lc.t
18161            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
18162 ____________________________________________________________________________
18163 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
18164         Log: Thinko: we want the flags for native cc, not gcc.
18165      Branch: perl
18166            ! hints/dec_osf.sh
18167 ____________________________________________________________________________
18168 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
18169         Log: (retracted by 13077)
18170              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
18171              From: Robin Houston <robin@kitsite.com>
18172              Date: Fri, 10 Aug 2001 14:42:02 +0100
18173              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
18174      Branch: perl
18175            ! pp.c
18176 ____________________________________________________________________________
18177 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
18178         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
18179              From: Abhijit Menon-Sen <ams@wiw.org>
18180              Date: Sat, 11 Aug 2001 16:31:04 +0530
18181              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
18182      Branch: perl
18183            ! op.c
18184 ____________________________________________________________________________
18185 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
18186         Log: Get rid of indread, from Abhijit Menon-Sen.
18187      Branch: perl
18188            ! pp_sys.c
18189 ____________________________________________________________________________
18190 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
18191         Log: CRLFgngngn.
18192      Branch: perl
18193            ! win32/Makefile win32/makefile.mk
18194 ____________________________________________________________________________
18195 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
18196         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
18197      Branch: perl
18198            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
18199            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
18200            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
18201            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
18202            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
18203            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
18204            ! win32/Makefile win32/makefile.mk
18205 ____________________________________________________________________________
18206 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
18207         Log: Avoid #elif (less portable than #else #if).
18208      Branch: perl
18209            ! handy.h
18210 ____________________________________________________________________________
18211 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
18212         Log: Subject: patch for perlvar.pod
18213              From: mah@everybody.org (Mark A. Hershberger)
18214              Date: 08 Aug 2001 17:03:16 -0500
18215              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
18216      Branch: perl
18217            ! pod/perlvar.pod
18218 ____________________________________________________________________________
18219 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
18220         Log: cpp commands must start (the # must be) at the column #0.
18221      Branch: perl
18222            ! op.c
18223 ____________________________________________________________________________
18224 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
18225         Log: If using gcc -B/foo/bar makedepend would give
18226              unnecessary warnings about unused -B/foo/bar.
18227      Branch: perl
18228            ! makedepend.SH
18229 ____________________________________________________________________________
18230 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
18231         Log: Update Changes.
18232      Branch: perl
18233            ! Changes patchlevel.h
18234 ____________________________________________________________________________
18235 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
18236         Log: s/z/tz/
18237      Branch: perl
18238            ! pod/perlfaq2.pod
18239 ____________________________________________________________________________
18240 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
18241         Log: Article nit.
18242      Branch: perl
18243            ! pod/perlfaq2.pod
18244 ____________________________________________________________________________
18245 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
18246         Log: Rename lib/unicode files to lib/unicore to avoid
18247              conflicts between core lib/unicode and Unicode::
18248              files in case-ignoring filesystems.
18249      Branch: perl
18250            + (add 325 files)
18251            - (delete 324 files)
18252            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
18253 ____________________________________________________________________________
18254 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
18255         Log: Upgrade to Math::BigInt 1.41.
18256      Branch: perl
18257            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
18258 ____________________________________________________________________________
18259 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
18260         Log: Subject: [PATCH] remove PL_na from typemap
18261              From: James <james@rf.net>
18262              Date: Mon, 06 Aug 2001 20:23:15 -0700
18263              Message-ID: <3B6F5F23.A31A81B1@rf.net>
18264              
18265              (had to be manually applied)
18266      Branch: perl
18267            ! lib/ExtUtils/typemap
18268 ____________________________________________________________________________
18269 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
18270         Log: The metaconfig unit changes for #11618.
18271      Branch: metaconfig/U/perl
18272            + d_fpclassl.U i_fp.U
18273 ____________________________________________________________________________
18274 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
18275         Log: Forgot this from #11618.
18276              
18277              NOTE: wince/config_H.ce needs updating.
18278      Branch: perl
18279            ! wince/config.ce
18280 ____________________________________________________________________________
18281 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
18282         Log: Introduce more floating point classifying APIs;
18283              try to define (most importantly) Perl_is{inf,nan}(x).
18284              
18285              For this first cut, assume none such APIs exist in non-UNIXoid
18286              platforms-- this is of course too unkind: Win32 rumoredly has
18287              _fpclass() and _isnan(), and VMS/VOS very probably have some
18288              of the APIs available.     The only thing Perl uses at the moment
18289              is Perl_isnan() (has been in use for a while now).
18290              
18291              NOTE: the Win32 and NetWare config_h.?c need regenerating.
18292      Branch: perl
18293            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
18294            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18295            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
18296            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18297            ! vos/config.ga.h win32/config.bc win32/config.gc
18298            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18299            ! win32/config_H.vc wince/config.ce wince/config.h
18300 ____________________________________________________________________________
18301 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
18302         Log: Integrate change #11519 from perlio:
18303              
18304              Avoid testing for (non-)existance of "encoding(xxxx)"
18305              layer is called "encoding" the (xxxx) is an argument.
18306      Branch: perl
18307           !> lib/open.pm
18308 ____________________________________________________________________________
18309 [ 11616] By: nick                                  on 2001/08/09  07:50:24
18310         Log: Integrate mainline
18311      Branch: perlio
18312           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
18313           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18314           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18315           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
18316            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18317            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18318           !> (integrate 79 files)
18319 ____________________________________________________________________________
18320 [ 11615] By: nick                                  on 2001/08/09  06:23:44
18321         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
18322              layer is called "encoding" the (xxxx) is an argument.
18323      Branch: perlio
18324            ! lib/open.pm
18325 ____________________________________________________________________________
18326 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
18327         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
18328              From: Paul Johnson <paul@pjcj.net>
18329              Date: Wed, 8 Aug 2001 23:54:17 +0200
18330              Message-ID: <20010808235417.O1006@pjcj.net>
18331      Branch: perl
18332            ! ext/B/B/Concise.pm
18333 ____________________________________________________________________________
18334 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
18335         Log: Make VMS use IEEE math by default; reorder Tru64 hints
18336              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
18337              exception semantics) is always set if using (the new) cc.
18338      Branch: perl
18339            ! configure.com hints/dec_osf.sh
18340 ____________________________________________________________________________
18341 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
18342         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
18343              From: Abhijit Menon-Sen <ams@wiw.org>
18344              Date: Tue, 7 Aug 2001 17:16:05 +0530
18345              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
18346      Branch: perl
18347            ! pp_sys.c
18348 ____________________________________________________________________________
18349 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
18350         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
18351              From: "Craig A. Berry" <craigberry@mac.com>
18352              Date: Tue, 07 Aug 2001 22:27:47 -0500
18353              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
18354      Branch: perl
18355            ! t/run/exit.t
18356 ____________________________________________________________________________
18357 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
18358         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
18359              From: "Craig A. Berry" <craigberry@mac.com>
18360              Date: Tue, 07 Aug 2001 20:01:53 -0500
18361              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
18362      Branch: perl
18363            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
18364 ____________________________________________________________________________
18365 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
18366         Log: Update the magazine information.
18367      Branch: perl
18368            ! pod/perlfaq2.pod
18369 ____________________________________________________________________________
18370 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
18371         Log: Ignore SIGFPE everywhere.
18372      Branch: perl
18373            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
18374 ____________________________________________________________________________
18375 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
18376         Log: With permission, change the licensing of the docs by
18377              TomC (and Gnat) to comply with the rest of Perl.
18378      Branch: perl
18379            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18380            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18381            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18382            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
18383            ! pod/perltootc.pod
18384 ____________________________________________________________________________
18385 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
18386         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
18387              From: Andy Dougherty <doughera@lafayette.edu>
18388              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
18389              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
18390      Branch: perl
18391            ! hints/openbsd.sh
18392 ____________________________________________________________________________
18393 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
18394         Log: Subject: [PATCH] Makefile.SH test_prep dependency
18395              From: Andy Dougherty <doughera@lafayette.edu>
18396              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
18397              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
18398      Branch: perl
18399            ! Makefile.SH
18400 ____________________________________________________________________________
18401 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
18402         Log: Don't autogenerate the headers et alia,
18403              make regen_headers explicitly.
18404      Branch: perl
18405            ! Makefile.SH
18406 ____________________________________________________________________________
18407 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
18408         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
18409              From: Gurusamy Sarathy <gsar@ActiveState.com> 
18410              Date: Tue, 07 Aug 2001 08:33:26 -0700
18411              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
18412              
18413              Unnecessary dependency.
18414      Branch: perl
18415            ! embed.pl
18416 ____________________________________________________________________________
18417 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
18418         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
18419              From: Abhijit Menon-Sen <ams@wiw.org>
18420              Date: Tue, 7 Aug 2001 09:10:54 +0530
18421              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
18422      Branch: perl
18423            ! pp_hot.c
18424 ____________________________________________________________________________
18425 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
18426         Log: Subject: [PATCH perl@11597] B && BEGIN handling
18427              From: "James A. Duncan" <jduncan@fotango.com>
18428              Date: Mon, 6 Aug 2001 17:29:11 +0100
18429              Message-ID: <20010806172911.A2071@fotango.com>
18430              
18431              (the intrpvar.h addition moved to the end for bincompat)
18432      Branch: perl
18433            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
18434 ____________________________________________________________________________
18435 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
18436         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
18437      Branch: perl
18438           !> README.win32
18439 ____________________________________________________________________________
18440 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
18441         Log: fix URLs for fcrypt.c
18442      Branch: maint-5.6/perl
18443            ! README.win32
18444 ____________________________________________________________________________
18445 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
18446         Log: Yet another way to say Infinity: HP-UX calls its "++".
18447      Branch: perl
18448            ! lib/Math/BigInt/t/bigintpm.t
18449 ____________________________________________________________________________
18450 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
18451         Log: Update Changes.
18452      Branch: perl
18453            ! Changes patchlevel.h
18454 ____________________________________________________________________________
18455 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
18456         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
18457      Branch: perl
18458            ! pod/perlfaq5.pod
18459 ____________________________________________________________________________
18460 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
18461         Log: The #11593 wasn't right.
18462      Branch: perl
18463            ! lib/Math/BigInt/t/bigintpm.t
18464 ____________________________________________________________________________
18465 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
18466         Log: Subject: [PATCH: perl@11564] introducing perlivp
18467              From: Prymmer/Kahn <pvhp@best.com>
18468              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
18469              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
18470              
18471              Subject: Re: [PATCH: perl@11564] introducing perlivp
18472              From: Prymmer/Kahn <pvhp@best.com>
18473              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
18474              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
18475      Branch: perl
18476            + utils/perlivp.PL
18477            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
18478            ! win32/Makefile win32/makefile.mk
18479 ____________________________________________________________________________
18480 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
18481         Log: libcs are confused what to call Infinity.
18482      Branch: perl
18483            ! lib/Math/BigInt/t/bigintpm.t
18484 ____________________________________________________________________________
18485 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
18486         Log: Avoid SIGFPE in Tru64.
18487      Branch: perl
18488            ! numeric.c
18489 ____________________________________________________________________________
18490 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
18491         Log: Upgrade to Math::BigInt 1.40.
18492              
18493              NOTE: this patch necessitates doing something about
18494              infinity handling since the new bigintpm.t tests use
18495              infinity, which causes SIGFPEs at least in Tru64.
18496      Branch: perl
18497            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18498            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18499            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18500            ! lib/Math/BigInt/t/mbimbf.t
18501 ____________________________________________________________________________
18502 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
18503         Log: remove hardcoded cmd shell in testsuite
18504      Branch: perl
18505            ! t/op/glob.t t/op/magic.t t/op/stat.t
18506 ____________________________________________________________________________
18507 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
18508         Log: 4-arg select() was busted on windows because change#8178 didn't
18509              make it into mainline
18510      Branch: perl
18511            ! perl.h win32/include/sys/socket.h
18512 ____________________________________________________________________________
18513 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
18514         Log: Rename the Getopt::Long tests to be as they are
18515              in the Getopt::Long official distribution.
18516      Branch: perl
18517            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
18518            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
18519            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18520            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18521            ! MANIFEST
18522 ____________________________________________________________________________
18523 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
18524         Log: Upgrade to Getopt::Long 2.26.
18525      Branch: perl
18526            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
18527            ! MANIFEST lib/Getopt/Long.pm
18528 ____________________________________________________________________________
18529 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
18530         Log: Retract #10874 (the hack should be unnecessary by now)
18531      Branch: perl
18532            ! lib/Test/Harness.pm
18533 ____________________________________________________________________________
18534 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
18535         Log: avoid temp file littering in tests
18536      Branch: perl
18537            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
18538 ____________________________________________________________________________
18539 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
18540         Log: Subject: warning in sv.c: double format, NV arg
18541              From: "Philip Newton" <Philip.Newton@gmx.net>
18542              Date: Sun, 5 Aug 2001 19:41:07 +0200
18543              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
18544      Branch: perl
18545            ! sv.c
18546 ____________________________________________________________________________
18547 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
18548         Log: fix POSIX.t#13 for windos
18549      Branch: perl
18550            ! ext/POSIX/POSIX.t
18551 ____________________________________________________________________________
18552 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
18553         Log: Add a test for PerlIO::Via.
18554      Branch: perl
18555            + ext/PerlIO/t/via.t
18556            ! MANIFEST ext/PerlIO/Via/Via.pm
18557 ____________________________________________________________________________
18558 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
18559         Log: flock() and link() are not available on Windows 9x
18560      Branch: perl
18561            ! win32/config_sh.PL
18562 ____________________________________________________________________________
18563 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
18564         Log: Some Tru64 C compilers have C++ components that confuse
18565              the ccversion parsing.
18566      Branch: perl
18567            ! hints/dec_osf.sh
18568 ____________________________________________________________________________
18569 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
18570         Log: (Reintroduce #11125)
18571              
18572              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
18573              From: Alan Burlison <Alan.Burlison@sun.com> 
18574              Date: Tue, 03 Jul 2001 15:20:13 +0100   
18575              Message-ID: <3B41D49D.A923D4F9@sun.com> 
18576      Branch: perl
18577            ! lib/ExtUtils/MM_Unix.pm
18578 ____________________________________________________________________________
18579 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
18580         Log: Little pointer juggling for HP-UX cc to avoid
18581              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
18582              followed by
18583              "error 1549: Modifiable lvalue required for assignment operator."
18584      Branch: perl
18585            ! hv.c
18586 ____________________________________________________________________________
18587 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
18588         Log: Continuation of #11575: SANY_SEEN completely deprecated,
18589              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
18590              plus a fix for the bug.
18591      Branch: perl
18592            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
18593 ____________________________________________________________________________
18594 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
18595         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
18596              From: Doug MacEachern <dougm@covalent.net>
18597              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
18598              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
18599      Branch: perl
18600            ! sv.c
18601 ____________________________________________________________________________
18602 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
18603         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
18604              the new CANY is the \C.  The problem reported and the
18605              test case supplied in
18606              
18607              Subject: UTF-8 bugs in string length & single line regex matches
18608              From: "Daniel P. Berrange" <dan@berrange.com>
18609              Date: Fri, 3 Aug 2001 11:39:33 +0100
18610              Message-ID: <20010803113932.A19318@berrange.com>
18611      Branch: perl
18612            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
18613            ! t/op/pat.t
18614 ____________________________________________________________________________
18615 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
18616         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
18617              From: Doug MacEachern <dougm@covalent.net>
18618              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
18619              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
18620      Branch: perl
18621            ! perl.c regexec.c
18622 ____________________________________________________________________________
18623 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
18624         Log: The #11572 didn't up the test count.
18625      Branch: perl
18626            ! t/op/length.t
18627 ____________________________________________________________________________
18628 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
18629         Log: Subject: UTF-8 bugs in string length & single line regex matches
18630              From: "Daniel P. Berrange" <dan@berrange.com>
18631              Date: Fri, 3 Aug 2001 11:39:33 +0100         
18632              Message-ID: <20010803113932.A19318@berrange.com>
18633              
18634              (the mg_length() fix)
18635      Branch: perl
18636            ! mg.c t/op/length.t
18637 ____________________________________________________________________________
18638 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
18639         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18640              From: Abhijit Menon-Sen <ams@wiw.org>
18641              Date: Sat, 4 Aug 2001 16:56:35 +0530
18642              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
18643      Branch: perl
18644            ! hv.c
18645 ____________________________________________________________________________
18646 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
18647         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18648              From: Abhijit Menon-Sen <ams@wiw.org>
18649              Date: Sat, 4 Aug 2001 16:16:03 +0530
18650              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
18651      Branch: perl
18652            ! hv.c
18653 ____________________________________________________________________________
18654 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
18655         Log: Subject: Re: [patch] refcount re ops
18656              From: Abhijit Menon-Sen <ams@wiw.org>
18657              Date: Sat, 4 Aug 2001 08:54:55 +0530
18658              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
18659      Branch: perl
18660            ! sv.c
18661 ____________________________________________________________________________
18662 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
18663         Log: Subject: [patch] refcount re ops
18664              From: Doug MacEachern <dougm@covalent.net>
18665              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
18666              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
18667      Branch: perl
18668            ! regcomp.c sv.c
18669 ____________________________________________________________________________
18670 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
18671         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
18672              From: Doug MacEachern <dougm@covalent.net>
18673              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
18674              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
18675      Branch: perl
18676            ! perl.c regexec.c
18677 ____________________________________________________________________________
18678 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
18679         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
18680              From: "Craig A. Berry" <craigberry@mac.com> 
18681              Date: Fri, 03 Aug 2001 16:16:16 -0500
18682              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
18683      Branch: perl
18684            ! t/op/misc.t
18685 ____________________________________________________________________________
18686 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
18687         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
18688              From: John Kristian <jmk2001@engineer.com>
18689              Date: Fri, 03 Aug 2001 00:59:08 -0700
18690              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
18691      Branch: perl
18692            ! win32/win32.c
18693 ____________________________________________________________________________
18694 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
18695         Log: Update Changes.
18696      Branch: perl
18697            ! Changes patchlevel.h
18698 ____________________________________________________________________________
18699 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
18700         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
18701              From: "Craig A. Berry" <craigberry@mac.com>
18702              Date: Thu, 02 Aug 2001 23:15:24 -0500
18703              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
18704      Branch: perl
18705            ! ext/B/Stash.t
18706 ____________________________________________________________________________
18707 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
18708         Log: Subject: [patch] plug PL_cshname leak
18709              From: Doug MacEachern <dougm@covalent.net>
18710              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
18711              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
18712      Branch: perl
18713            ! sv.c
18714 ____________________________________________________________________________
18715 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
18716         Log: Subject: [patch] plug PL_sh_path leak
18717              From: Doug MacEachern <dougm@covalent.net>
18718              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
18719              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
18720      Branch: perl
18721            ! sv.c
18722 ____________________________________________________________________________
18723 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
18724         Log: Subject: [patch] plug PL_regex_padav leaks
18725              From: Doug MacEachern <dougm@covalent.net>
18726              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
18727              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
18728      Branch: perl
18729            ! op.c op.h perl.c
18730 ____________________________________________________________________________
18731 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
18732         Log: Subject: [patch] plug PL_origargv leak
18733              From: Doug MacEachern <dougm@covalent.net>
18734              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
18735              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
18736      Branch: perl
18737            ! perl.c
18738 ____________________________________________________________________________
18739 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
18740         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18741              From: Abhijit Menon-Sen <ams@wiw.org>
18742              Date: Fri, 3 Aug 2001 06:38:11 +0530
18743              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
18744      Branch: perl
18745            ! hv.c
18746 ____________________________________________________________________________
18747 [ 11557] By: nick                                  on 2001/08/03  08:17:38
18748         Log: Integrate mainline
18749      Branch: perlio
18750           +> (branch 47 files)
18751            - lib/Switch/test.pl
18752           !> (integrate 49 files)
18753 ____________________________________________________________________________
18754 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
18755         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
18756              From: "Craig A. Berry" <craigberry@mac.com>
18757              Date: Thu, 02 Aug 2001 12:56:19 -0500
18758              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
18759      Branch: perl
18760            ! ext/B/Showlex.t
18761 ____________________________________________________________________________
18762 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
18763         Log: Be more careful about non-existent files.
18764      Branch: perl
18765            ! lib/File/Copy.pm
18766 ____________________________________________________________________________
18767 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
18768         Log: Subject: [PATCH resend] deparse empty formats
18769              From: Robin Houston <robin@kitsite.com> 
18770              Date: Thu, 2 Aug 2001 14:32:36 +0100
18771              Message-ID: <20010802143236.A894@robin.kitsite.com>
18772      Branch: perl
18773            ! ext/B/B/Deparse.pm
18774 ____________________________________________________________________________
18775 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
18776         Log: Subject: [patch] ithreads + refto fix improvement
18777              From: Doug MacEachern <dougm@covalent.net>
18778              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
18779              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
18780      Branch: perl
18781            ! pp.c
18782 ____________________________________________________________________________
18783 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
18784         Log: Readability nit from Abhijit.
18785      Branch: perl
18786            ! op.c
18787 ____________________________________________________________________________
18788 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
18789         Log: setproctitle() API version nit from Anton Berezin.
18790      Branch: perl
18791            ! mg.c
18792 ____________________________________________________________________________
18793 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
18794         Log: Add PerlCE to the docs.
18795      Branch: perl
18796            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18797            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18798 ____________________________________________________________________________
18799 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
18800         Log: Integrate the PerlCE (WinCE Perl) port;
18801              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
18802      Branch: perl
18803            + README.ce wince/FindExt.pm wince/Makefile.ce
18804            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
18805            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
18806            + wince/bin/search.pl wince/config.ce wince/config.h
18807            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
18808            + wince/dl_win32.xs wince/include/arpa/inet.h
18809            + wince/include/cectype.h wince/include/errno.h
18810            + wince/include/netdb.h wince/include/sys/socket.h
18811            + wince/include/sys/stat.h wince/include/sys/types.h
18812            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
18813            + wince/perl.rc wince/perldll.def wince/perllib.c
18814            + wince/perlmain.c wince/registry.bat wince/runperl.c
18815            + wince/splittree.pl wince/win32.h wince/win32iop.h
18816            + wince/win32thread.c wince/win32thread.h wince/wince.c
18817            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
18818            + wince/xdistclean.ksh wince/xmakediffs.ksh
18819            ! MANIFEST perl.c perl.h perlio.c
18820 ____________________________________________________________________________
18821 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
18822         Log: setproctitle() made simpler.  (This assumes the string is
18823              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
18824              should be used.  Note len, not len + 1.)  BSD-fu from Anton
18825              Berezin.
18826      Branch: perl
18827            ! mg.c
18828 ____________________________________________________________________________
18829 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
18830         Log: Subject: [PATCH] -Wall cleanup: op.c
18831              From: Richard Soderberg <rs@oregonnet.com>
18832              Date: Thu, 2 Aug 2001 00:17:09 -0700
18833              Message-Id: <200108020717.AAA26895@oregonnet.com>
18834              
18835              Subject: [PATCH] -Wall cleanup: sv.c
18836              From: Richard Soderberg <rs@oregonnet.com>
18837              Date: Thu, 2 Aug 2001 00:49:21 -0700
18838              Message-Id: <200108020749.AAA27492@oregonnet.com>
18839      Branch: perl
18840            ! op.c sv.c
18841 ____________________________________________________________________________
18842 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
18843         Log: Update Changes.
18844      Branch: perl
18845            ! Changes patchlevel.h
18846 ____________________________________________________________________________
18847 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
18848         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18849              From: Doug MacEachern <dougm@covalent.net>
18850              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
18851              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
18852      Branch: perl
18853            ! op.c
18854 ____________________________________________________________________________
18855 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
18856         Log: The #11541 didn't work under threads.
18857      Branch: perl
18858            ! op.c
18859 ____________________________________________________________________________
18860 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
18861         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18862              From: Hugo <hv@crypt.compulink.co.uk>
18863              Date: Fri, 22 Jun 2001 01:19:08 +0100 
18864              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
18865              
18866              (Skip tests if accept() failed)
18867      Branch: perl
18868            ! ext/IO/lib/IO/t/io_unix.t
18869 ____________________________________________________________________________
18870 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
18871         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
18872              From: "Stian Seeberg" <sseeberg@nimsoft.no>
18873              Date: Mon, 30 Jul 2001 12:28:07 +0200
18874              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
18875      Branch: perl
18876            ! perl.h
18877 ____________________________________________________________________________
18878 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
18879         Log: Subject: Pluggable optimizer
18880              From: Simon Cozens <simon@netthink.co.uk>
18881              Date: Wed, 1 Aug 2001 13:57:02 -0700
18882              Message-ID: <20010801135702.I10442@netthink.co.uk>
18883      Branch: perl
18884            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
18885 ____________________________________________________________________________
18886 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
18887         Log: Subject: [ID 20010801.039] perlre.pod message typo
18888              From: Autrijus Tang <autrijus@geb.elixus.org>
18889              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
18890              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
18891      Branch: perl
18892            ! pod/perlre.pod
18893 ____________________________________________________________________________
18894 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
18895         Log: Test for change #11536.
18896      Branch: perl
18897            ! t/op/tiehandle.t
18898 ____________________________________________________________________________
18899 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
18900         Log: More test fixups for #11537.
18901      Branch: perl
18902            ! t/lib/warnings/4lint t/lib/warnings/9enabled
18903 ____________________________________________________________________________
18904 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
18905         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18906              From: Doug MacEachern <dougm@covalent.net>
18907              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
18908              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
18909      Branch: perl
18910            ! op.c t/TestInit.pm
18911 ____________________________________________________________________________
18912 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
18913         Log: Subject: [patch] ithreads + refto bug
18914              From: Doug MacEachern <dougm@covalent.net>
18915              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
18916              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
18917              
18918              (Test in change #11539)
18919      Branch: perl
18920            ! pp.c
18921 ____________________________________________________________________________
18922 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
18923         Log: Subject: [PATCH: perl@11523] fixups for t/harness
18924              From: Prymmer/Kahn <pvhp@best.com>
18925              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
18926              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
18927      Branch: perl
18928            ! t/harness
18929 ____________________________________________________________________________
18930 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
18931         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
18932              From: Prymmer/Kahn <pvhp@best.com>
18933              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
18934              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
18935      Branch: perl
18936            ! win32/Makefile win32/makefile.mk
18937 ____________________________________________________________________________
18938 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
18939         Log: Need to know the number of tests.
18940      Branch: perl
18941            ! t/run/exit.t
18942 ____________________________________________________________________________
18943 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
18944         Log: Subject: Re: new exit tests on VMS
18945              From: "Craig A. Berry" <craigberry@mac.com>
18946              Date: Tue, 31 Jul 2001 12:19:29 -0500
18947              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
18948      Branch: perl
18949            ! t/run/exit.t
18950 ____________________________________________________________________________
18951 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
18952         Log: Retract #11530 (the dTHX is needed under threads)
18953      Branch: perl
18954            ! perlio.c
18955 ____________________________________________________________________________
18956 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
18957         Log: (Retracted by #11531)
18958      Branch: perl
18959            ! perlio.c
18960 ____________________________________________________________________________
18961 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
18962         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
18963              From: Richard Soderberg <rs@crystalflame.net>
18964              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
18965              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
18966      Branch: perl
18967            ! unixish.h
18968 ____________________________________________________________________________
18969 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
18970         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
18971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18972              Date: Tue, 31 Jul 2001 05:39:09 -0400
18973              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
18974              
18975              (with a note about the case of UV being equal to long long)
18976      Branch: perl
18977            ! utils/h2xs.PL
18978 ____________________________________________________________________________
18979 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
18980         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
18981              From: "Craig A. Berry" <craigberry@mac.com>
18982              Date: Tue, 31 Jul 2001 14:57:43 -0500
18983              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
18984      Branch: perl
18985            ! t/io/fs.t
18986 ____________________________________________________________________________
18987 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
18988         Log: Fix for
18989              
18990              Subject: [ID 20010116.001] File::Copy truncates orig file 
18991              From: arbor@al37al08.telecel.pt
18992              Date: Tue, 16 Jan 2001 11:43:02 GMT
18993              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
18994              
18995              (copy($foo, $foo) would truncate $foo)
18996      Branch: perl
18997            ! lib/File/Copy.pm lib/File/Copy.t
18998 ____________________________________________________________________________
18999 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
19000         Log: Metaconfig unit change for #11524.
19001      Branch: metaconfig/U/perl
19002            ! Extras.U
19003 ____________________________________________________________________________
19004 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
19005         Log: Multiple modules didn't work; plus typo fixes.
19006      Branch: perl
19007            ! Configure
19008 ____________________________________________________________________________
19009 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
19010         Log: Update Changes.
19011      Branch: perl
19012            ! Changes patchlevel.h
19013 ____________________________________________________________________________
19014 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
19015         Log: Regen perlapi.
19016      Branch: perl
19017            ! pod/perlapi.pod
19018 ____________________________________________________________________________
19019 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
19020         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
19021              From: Dave Mitchell <davem@fdgroup.co.uk>
19022              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
19023              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
19024      Branch: perl
19025            ! sv.c
19026 ____________________________________________________________________________
19027 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
19028         Log: Regen toc.
19029      Branch: perl
19030            ! pod/perltoc.pod
19031 ____________________________________________________________________________
19032 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
19033         Log: Regen Porting stuff.
19034      Branch: perl
19035            ! Porting/Glossary Porting/config.sh Porting/config_H
19036 ____________________________________________________________________________
19037 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
19038         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
19039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19040              Date: Tue, 31 Jul 2001 05:34:38 -0400
19041              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
19042      Branch: perl
19043            ! utils/h2xs.PL
19044 ____________________________________________________________________________
19045 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
19046         Log: Metaconfig unit change for #11516. 
19047      Branch: metaconfig/U/perl
19048            ! gccvers.U
19049 ____________________________________________________________________________
19050 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
19051         Log: Add -Wall in cflags, not in Configure.
19052              (This way -Wall affects only the core and the core XS,
19053              not user modules' XS.  Concern from Paul Marquess,
19054              implementation idea from Andy Dougherty.)
19055      Branch: perl
19056            ! Configure cflags.SH
19057 ____________________________________________________________________________
19058 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
19059         Log: Metaconfig unit changes for #11514.
19060      Branch: metaconfig
19061            + U/modified/sysman.U
19062            ! U/installdirs/man1dir.U
19063 ____________________________________________________________________________
19064 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
19065         Log: Subject: Configure's detection of system manual
19066              From: Sean Dague <sean@dague.net> 
19067              Date: Sun, 13 May 2001 15:53:15 -0400
19068              Message-ID: <20010513155315.A15833@underhill.dague.net>
19069      Branch: perl
19070            ! Configure
19071 ____________________________________________________________________________
19072 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
19073         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
19074              From: Autrijus Tang <autrijus@autrijus.org> 
19075              Date: Thu, 21 Jun 2001 23:56:48 +0800
19076              Message-Id: <20010621235648.A57340@not.autrijus.org>
19077      Branch: perl
19078            ! pod/perlobj.pod
19079 ____________________________________________________________________________
19080 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
19081         Log: Subject: Typo in DB_File.pm
19082              From: "Philip Newton" <Philip.Newton@gmx.net>
19083              Date: Tue, 31 Jul 2001 06:19:35 +0200
19084              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
19085      Branch: perl
19086            ! ext/DB_File/DB_File.pm
19087 ____________________________________________________________________________
19088 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
19089         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
19090              From: "Stephen P. Potter" <spp@spotter.yi.org>
19091              Date: Wed, 30 May 2001 13:59:34 -0400
19092              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
19093      Branch: perl
19094            ! pod/perlre.pod
19095 ____________________________________________________________________________
19096 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
19097         Log: eval "format foo=" would loop indefinitely; reported in
19098              
19099              Subject: A load of old rubbish
19100              From: Mike Guy <mjtg@cam.ac.uk>
19101              Date: Mon, 14 May 2001 16:12:22 +0100
19102              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
19103              
19104              (The core dumps reported in there already fixed.)
19105      Branch: perl
19106            ! toke.c
19107 ____________________________________________________________________________
19108 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
19109         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
19110      Branch: perl
19111            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
19112            + lib/Switch/t/switch_case.t
19113            - lib/Switch/test.pl
19114            ! MANIFEST lib/Switch.pm
19115 ____________________________________________________________________________
19116 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
19117         Log: Subject: [PATCH @11505] DB_File-1.78
19118              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19119              Date: Mon, 30 Jul 2001 22:54:37 +0100
19120              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
19121      Branch: perl
19122            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19123            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19124 ____________________________________________________________________________
19125 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
19126         Log: Explain in more detail why -pipe and -fno-common are good.
19127      Branch: perl
19128            ! hints/darwin.sh
19129 ____________________________________________________________________________
19130 [ 11506] By: nick                                  on 2001/07/30  14:32:23
19131         Log: Integrate mainline
19132      Branch: perlio
19133           !> INSTALL Makefile.SH doio.c hints/darwin.sh
19134 ____________________________________________________________________________
19135 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
19136         Log: Perl hasn't been putting man pages into $prefix/lib for
19137              a long time now; pointed out by Andy Dougherty. 
19138      Branch: perl
19139            ! hints/darwin.sh
19140 ____________________________________________________________________________
19141 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
19142         Log: Document the extras Configure option.
19143      Branch: perl
19144            ! INSTALL
19145 ____________________________________________________________________________
19146 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
19147         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
19148              everywhere.
19149      Branch: perl
19150           !> doio.c
19151 ____________________________________________________________________________
19152 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
19153         Log: Doubly guard against invoking CPAN if no extras defined,
19154              pointed out by H. Merijn Brand.
19155      Branch: perl
19156            ! Makefile.SH
19157 ____________________________________________________________________________
19158 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
19159         Log: Fix O_RDONLY check to check for O_RDONLY.
19160      Branch: maint-5.6/macperl
19161            ! doio.c
19162 ____________________________________________________________________________
19163 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
19164         Log: Integrate miscellaneous changes from maint-5.6/perl.
19165      Branch: maint-5.6/macperl
19166           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
19167 ____________________________________________________________________________
19168 [ 11499] By: nick                                  on 2001/07/30  06:52:42
19169         Log: Integrate mainline
19170      Branch: perlio
19171           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
19172           +> win32/sync_ext.pl
19173            - win32/sncfnmcs.pl
19174           !> (integrate 71 files)
19175 ____________________________________________________________________________
19176 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
19177         Log: Update Changes.
19178      Branch: perl
19179            ! Changes patchlevel.h
19180 ____________________________________________________________________________
19181 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
19182         Log: Now Configure -Dextras=Foo::Bar and "make install" will
19183              fetch and install Foo::Bar.
19184      Branch: perl
19185            ! Makefile.SH
19186 ____________________________________________________________________________
19187 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
19188         Log: Metaconfig unit change for #11495.
19189      Branch: metaconfig/U/perl
19190            ! Extras.U
19191 ____________________________________________________________________________
19192 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
19193         Log: extras.make, extras.test, and extras.install make targets.
19194      Branch: perl
19195            ! Configure Makefile.SH
19196 ____________________________________________________________________________
19197 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
19198         Log: Metaconfig unit change for #11493.
19199      Branch: metaconfig/U/perl
19200            ! Extras.U
19201 ____________________________________________________________________________
19202 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
19203         Log: Better to have the list of extras in $extras than 'define'.
19204      Branch: perl
19205            ! Configure
19206 ____________________________________________________________________________
19207 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
19208         Log: The metaconfig unit change for #11490.
19209      Branch: metaconfig/U/perl
19210            + Extras.U
19211 ____________________________________________________________________________
19212 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
19213         Log: Missed from #11490 (the required dependency).
19214      Branch: perl
19215            ! Makefile.SH
19216 ____________________________________________________________________________
19217 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
19218         Log: Add the support of asking for extra modules or bundles of modules
19219              to be fetched from the CPAN and installed as a part of the Perl
19220              build process.  None of this installation is yet really done;
19221              only the list is asked, and saved away in extras.lst for
19222              the build and installation process to worry about later.
19223      Branch: perl
19224            ! Configure
19225 ____________________________________________________________________________
19226 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
19227         Log: Beginnings of better Inf and NaN support.
19228              At least toke.c and sv.c still need quite a bit of work.
19229      Branch: perl
19230            ! numeric.c perl.h
19231 ____________________________________________________________________________
19232 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
19233         Log: Top-level Makefile didn't honour OPTIMIZE.
19234      Branch: perl
19235            ! Makefile.SH
19236 ____________________________________________________________________________
19237 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
19238         Log: Update Changes.
19239      Branch: perl
19240            ! Changes patchlevel.h
19241 ____________________________________________________________________________
19242 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
19243         Log: Use Search::Dict 1.02 interface for charinfo().
19244      Branch: perl
19245            ! lib/UnicodeCD.pm
19246 ____________________________________________________________________________
19247 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
19248         Log: Now also allow transforming the read lines before comparing them.
19249              (This will help UnicodeCD.) 
19250      Branch: perl
19251            ! lib/Search/Dict.pm
19252 ____________________________________________________________________________
19253 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
19254         Log: Remove tiehandle code.
19255      Branch: perl
19256            ! lib/UnicodeCD.pm
19257 ____________________________________________________________________________
19258 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
19259         Log: Allow specifying a comparison function for Search::Dict::look().
19260      Branch: perl
19261            ! lib/Search/Dict.pm
19262 ____________________________________________________________________________
19263 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
19264         Log: Small UnicodeCD tweaks.
19265      Branch: perl
19266            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19267 ____________________________________________________________________________
19268 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
19269         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
19270              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19271              Date: Tue, 24 Jul 2001 01:51:32 +0900
19272              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
19273      Branch: perl
19274            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19275 ____________________________________________________________________________
19276 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
19277         Log: Subject: [PATCH] installperl
19278              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19279              Date: Fri, 27 Jul 2001 19:05:04 -0700
19280              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
19281      Branch: perl
19282            ! installperl
19283 ____________________________________________________________________________
19284 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
19285         Log: Subject: [PATCH] Set proper compatibility versions in core
19286              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19287              Date: Fri, 27 Jul 2001 20:01:49 -0700
19288              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
19289      Branch: perl
19290            ! Makefile.SH
19291 ____________________________________________________________________________
19292 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
19293         Log: Metaconfig unit change for #11477.
19294      Branch: metaconfig/U/perl
19295            ! dlsrc.U
19296 ____________________________________________________________________________
19297 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
19298         Log: Subject: [PATCH] Darwin: -fpic not so good
19299              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19300              Date: Fri, 27 Jul 2001 18:57:38 -0700
19301              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
19302      Branch: perl
19303            ! Configure
19304 ____________________________________________________________________________
19305 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
19306         Log: Subject: [PATCH] Clean up Darwin hints
19307              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19308              Date: Fri, 27 Jul 2001 19:13:15 -0700
19309              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
19310      Branch: perl
19311            ! hints/darwin.sh
19312 ____________________________________________________________________________
19313 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
19314         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
19315              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19316              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
19317              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
19318      Branch: perl
19319            ! pod/perlfunc.pod pp.c t/op/split.t
19320 ____________________________________________________________________________
19321 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
19322         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
19323              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19324              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
19325              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
19326      Branch: perl
19327            ! pod/perlvar.pod
19328 ____________________________________________________________________________
19329 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
19330         Log: Subject: [PATCH] fixes to constant.pm documentation
19331              From: Ilmari Karonen <iltzu@sci.fi>
19332              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
19333              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
19334      Branch: perl
19335            ! lib/constant.pm
19336 ____________________________________________________________________________
19337 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
19338         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
19339              From: "Philip Newton" <Philip.Newton@gmx.net>
19340              Date: Fri, 27 Jul 2001 07:51:10 +0200
19341              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
19342      Branch: perl
19343            ! pod/perlport.pod
19344 ____________________________________________________________________________
19345 [ 11471] By: nick                                  on 2001/07/26  06:23:32
19346         Log: Subject:  [PATCH] Doc fix for perlguts / threading
19347              From:  Arthur Bergman <arthur@contiller.se>
19348              Date:  Wed, 25 Jul 2001 11:28:23 +0200
19349              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
19350      Branch: perl
19351            ! pod/perlguts.pod
19352 ____________________________________________________________________________
19353 [ 11470] By: nick                                  on 2001/07/26  06:21:06
19354         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
19355              From:  Philip Newton <Philip.Newton@gmx.net>
19356              Date:  Wed, 25 Jul 2001 08:19:47 +0200
19357              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
19358      Branch: perl
19359            ! INSTALL
19360 ____________________________________________________________________________
19361 [ 11469] By: nick                                  on 2001/07/26  06:20:25
19362         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
19363              From:  Philip Newton <Philip.Newton@gmx.net>
19364              Date:  Wed, 25 Jul 2001 08:12:48 +0200
19365              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
19366      Branch: perl
19367            ! INSTALL
19368 ____________________________________________________________________________
19369 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
19370         Log: More +x.
19371      Branch: perl
19372            ! Porting/makerel
19373 ____________________________________________________________________________
19374 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
19375         Log: Update Changes.
19376      Branch: perl
19377            ! Changes patchlevel.h
19378 ____________________________________________________________________________
19379 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
19380         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
19381              From: "Philip Newton" <Philip.Newton@gmx.net>
19382              Date: Tue, 24 Jul 2001 06:45:55 +0200
19383              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
19384      Branch: perl
19385            ! os2/perlrexx.c
19386 ____________________________________________________________________________
19387 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
19388         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
19389              From: Peter Prymmer <pvhp@forte.com>
19390              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
19391              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
19392      Branch: perl
19393            ! pod/perlport.pod t/io/fs.t vms/test.com
19394 ____________________________________________________________________________
19395 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
19396         Log: Workaround on Cwd bootstrap problem.
19397      Branch: perl
19398            ! lib/ExtUtils/MakeMaker.pm
19399 ____________________________________________________________________________
19400 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
19401         Log: When in Rome, quote like the Romans do.
19402      Branch: perl
19403            ! cflags.SH
19404 ____________________________________________________________________________
19405 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
19406         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
19407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19408              Date: Mon, 23 Jul 2001 19:29:49 -0400
19409              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
19410      Branch: perl
19411            + os2/perlrexx.c
19412            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
19413            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
19414            ! t/op/write.t
19415 ____________________________________________________________________________
19416 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
19417         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
19418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19419              Date: Mon, 23 Jul 2001 18:43:42 -0400
19420              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
19421      Branch: perl
19422            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19423 ____________________________________________________________________________
19424 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
19425         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
19426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19427              Date: Mon, 23 Jul 2001 18:33:16 -0400
19428              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
19429      Branch: perl
19430            ! lib/ExtUtils/MakeMaker.pm
19431 ____________________________________________________________________________
19432 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
19433         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
19434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19435              Date: Mon, 23 Jul 2001 18:20:35 -0400
19436              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
19437      Branch: perl
19438            ! Makefile.SH cflags.SH
19439 ____________________________________________________________________________
19440 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
19441         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
19442              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
19443              Date: Mon, 23 Jul 2001 11:32:17 -0500
19444              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
19445      Branch: perl
19446            ! lib/ExtUtils/MakeMaker.pm
19447 ____________________________________________________________________________
19448 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
19449         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
19450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19451              Date: Mon, 23 Jul 2001 18:13:20 -0400
19452              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
19453      Branch: perl
19454            ! lib/perl5db.pl
19455 ____________________________________________________________________________
19456 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
19457         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
19458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19459              Date: Mon, 23 Jul 2001 18:07:40 -0400
19460              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
19461      Branch: perl
19462            ! op.c
19463 ____________________________________________________________________________
19464 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
19465         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
19466              From: "Craig A. Berry" <craigberry@mac.com>
19467              Date: Mon, 23 Jul 2001 15:35:06 -0500
19468              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
19469      Branch: perl
19470            ! util.c
19471 ____________________________________________________________________________
19472 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
19473         Log: Subject: [PATCH perlfaq9.pod typo]
19474              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
19475              Date: Mon, 23 Jul 2001 07:49:05 -0700
19476              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
19477      Branch: perl
19478            ! pod/perlfaq9.pod
19479 ____________________________________________________________________________
19480 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
19481         Log: Subject: win32\sncfnmcs.pl corrections
19482              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19483              Date: Mon, 23 Jul 2001 12:56:54 +0200
19484              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
19485              
19486              Rename the script a little bit more sensibly.
19487      Branch: perl
19488            + win32/sync_ext.pl
19489            - win32/sncfnmcs.pl
19490            ! MANIFEST README.win32
19491 ____________________________________________________________________________
19492 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
19493         Log: Test tweak.
19494      Branch: perl
19495            ! ext/B/Deparse.t
19496 ____________________________________________________________________________
19497 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
19498         Log: Metaconfig unit tweak for #11450.
19499      Branch: metaconfig/U/perl
19500            ! Mksymlinks.U
19501 ____________________________________________________________________________
19502 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
19503         Log: Too volatile failsafe check.
19504      Branch: perl
19505            ! Configure
19506 ____________________________________________________________________________
19507 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
19508         Log: Further doc tweaks.
19509      Branch: perl
19510            ! lib/UnicodeCD.pm
19511 ____________________________________________________________________________
19512 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
19513         Log: Doc tweaks.
19514      Branch: perl
19515            ! lib/UnicodeCD.pm
19516 ____________________________________________________________________________
19517 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
19518         Log: Doc tweakery from Abhijit.
19519      Branch: perl
19520            ! Porting/repository.pod
19521 ____________________________________________________________________________
19522 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
19523         Log: An accidental empty line.
19524      Branch: perl
19525            ! MANIFEST
19526 ____________________________________________________________________________
19527 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
19528         Log: Missing MANIFESTations.
19529      Branch: perl
19530            ! MANIFEST
19531 ____________________________________________________________________________
19532 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
19533         Log: Update Changes.
19534      Branch: perl
19535            ! Changes patchlevel.h
19536 ____________________________________________________________________________
19537 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
19538         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
19539              From: Mike Guy <mjtg@cam.ac.uk>
19540              Date: Fri, 20 Jul 2001 16:12:49 +0100
19541              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
19542      Branch: perl
19543            ! Porting/pumpkin.pod
19544 ____________________________________________________________________________
19545 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
19546         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19547              From: Peter Prymmer <pvhp@forte.com>
19548              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
19549              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
19550      Branch: perl
19551            ! pod/perlhack.pod
19552 ____________________________________________________________________________
19553 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
19554         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
19555              From: Michael G Schwern <schwern@pobox.com>
19556              Date: Fri, 20 Jul 2001 20:22:35 -0400
19557              Message-ID: <20010720202235.O4498@blackrider>
19558      Branch: perl
19559            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
19560            ! lib/Test/t/todo.t
19561 ____________________________________________________________________________
19562 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
19563         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
19564              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19565              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
19566              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
19567      Branch: perl
19568            ! ext/POSIX/POSIX.pod
19569 ____________________________________________________________________________
19570 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
19571         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
19572              From: Mark-Jason Dominus <mjd@plover.com>
19573              Date: Fri, 20 Jul 2001 23:16:54 -0400
19574              Message-ID: <20010721031654.21877.qmail@plover.com>
19575      Branch: perl
19576            ! ext/POSIX/POSIX.pod
19577 ____________________________________________________________________________
19578 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
19579         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
19580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19581              Date: Sun, 22 Jul 2001 14:56:09 +0200
19582              Message-ID: <20010722145609.A766@rafael>
19583      Branch: perl
19584            ! ext/B/O.pm
19585 ____________________________________________________________________________
19586 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
19587         Log: Subject: regexec.c #define cleanup
19588              From: Mark-Jason Dominus <mjd@plover.com>
19589              Date: Sat, 21 Jul 2001 18:33:25 -0400
19590              Message-ID: <20010721223325.3069.qmail@plover.com>
19591      Branch: perl
19592            ! regexec.c
19593 ____________________________________________________________________________
19594 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
19595         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
19596              From: Prymmer/Kahn <pvhp@best.com>
19597              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
19598              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
19599      Branch: perl
19600            ! t/io/fs.t
19601 ____________________________________________________________________________
19602 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
19603         Log: Typo in #11432.
19604      Branch: perl
19605            ! ext/POSIX/POSIX.t
19606 ____________________________________________________________________________
19607 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
19608         Log: Integrate (manually) change #11424 from macperl.
19609      Branch: perl
19610            ! ext/Filter/t/call.t
19611 ____________________________________________________________________________
19612 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
19613         Log: Integrate change #11408 from macperl.
19614      Branch: perl
19615           !> README.macos pod/perlport.pod
19616 ____________________________________________________________________________
19617 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
19618         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
19619      Branch: perl
19620           +> macos/MacPerlTests.cmd macos/xsubpp.patch
19621            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19622            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
19623            ! ext/POSIX/POSIX.t
19624 ____________________________________________________________________________
19625 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
19626         Log: pod/*.t tests not picked up by t/TEST either
19627      Branch: maint-5.6/perl
19628            ! t/TEST
19629 ____________________________________________________________________________
19630 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
19631         Log: better tweak for change#11429 (windows has both / and \ separated
19632              paths in @INC at that point)
19633      Branch: maint-5.6/perl
19634            ! t/pod/testp2pt.pl
19635 ____________________________________________________________________________
19636 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
19637         Log: MacOS pod test tweak needs \Escape
19638      Branch: maint-5.6/perl
19639            ! t/pod/testp2pt.pl
19640 ____________________________________________________________________________
19641 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
19642         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
19643              resulting duplicate output, but t/harness isn't)
19644      Branch: maint-5.6/perl
19645            ! t/run/runenv.t
19646 ____________________________________________________________________________
19647 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
19648         Log: t/harness wasn't picking up all the tests
19649      Branch: maint-5.6/perl
19650            ! t/harness
19651 ____________________________________________________________________________
19652 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
19653         Log: update MANIFEST for new file
19654      Branch: maint-5.6/perl
19655            ! MANIFEST
19656 ____________________________________________________________________________
19657 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
19658         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
19659              the exception of the macperl/macos/... tree
19660      Branch: maint-5.6/perl
19661           +> t/lib/filefind-taint.t
19662           !> (integrate 72 files)
19663 ____________________________________________________________________________
19664 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
19665         Log: Fix test.
19666      Branch: maint-5.6/macperl
19667            ! macos/bundled_ext/Filter/t/call.t
19668 ____________________________________________________________________________
19669 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
19670         Log: Make perl fork()-safe (in a slightly limited way) even on
19671              platforms that don't have pthread_atfork() (extension of
19672              the fix in change#11151).
19673              
19674              Note that this will not help extensions that call fork()
19675              directly in C, or that link to libraries that call fork()
19676              directly.  Such cases must be fixed to either call
19677              PerlProc_fork(), or call atfork_lock() in parent before the
19678              calling the function that forks and call atfork_unlock()
19679              in both parent and child immediately after the fork().
19680              (There are no worries if C code calls exec() in the child
19681              immediately after a fork().  Only cases where the child
19682              calls perl's API functions (including New()) after the
19683              fork() are problematic.)
19684              
19685              This change also eliminates the use of vfork() from perl,
19686              since all such uses were violating the severe restrictions
19687              on modifying the state of the process between the vfork()
19688              and the exec().
19689              
19690              This is a modified version of patches suggested by Abhijit
19691              Menon-Sen and Richard Soderberg.
19692      Branch: perl
19693            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
19694            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
19695 ____________________________________________________________________________
19696 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
19697         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
19698              Switch, and Text::Balanced.
19699      Branch: maint-5.6/macperl
19700            + macos/bundled_ext/Filter/Util/Call/Call.pm
19701            + macos/bundled_ext/Filter/Util/Call/Call.xs
19702            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
19703            + macos/bundled_ext/Filter/t/MyFilter.pm
19704            + macos/bundled_ext/Filter/t/call.t
19705            + macos/bundled_ext/Filter/t/filter-util.pl
19706            + macos/bundled_lib/blib/lib/Class/ISA.pm
19707            + macos/bundled_lib/blib/lib/Digest.pm
19708            + macos/bundled_lib/blib/lib/Filter/Simple.pm
19709            + macos/bundled_lib/blib/lib/Switch.pm
19710            + macos/bundled_lib/blib/lib/Text/Balanced.pm
19711            + macos/bundled_lib/blib/lib/Text/Balanced.pod
19712            + macos/bundled_lib/t/Class/ISA/test.pl
19713            + macos/bundled_lib/t/Digest/Digest.t
19714            + macos/bundled_lib/t/Filter/Simple/test.pl
19715            + macos/bundled_lib/t/Switch/test.pl
19716            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
19717            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19718            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
19719            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19720            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
19721            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
19722            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19723            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
19724 ____________________________________________________________________________
19725 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
19726         Log: Add Filter::Util::Call to config/make files; edit utils
19727              to recognize the module (it was descended too far down).
19728              Bump version to 5.6.1a4.
19729      Branch: maint-5.6/macperl
19730            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
19731            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
19732            ! macos/macperl/Makefile.mk macos/xsubpp.patch
19733 ____________________________________________________________________________
19734 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
19735         Log: Make DB_File the default for MLDBM on MacOS.
19736      Branch: maint-5.6/macperl
19737            ! macos/bundled_lib/blib/lib/MLDBM.pm
19738 ____________________________________________________________________________
19739 [ 11419] By: nick                                  on 2001/07/20  14:51:03
19740         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
19741              From:  Simon Cozens <simon@netthink.co.uk>
19742              Date:  Fri, 20 Jul 2001 11:42:35 -0400
19743              Message-Id:  <20010720114235.A5235@netthink.co.uk>
19744      Branch: perl
19745            ! lib/UnicodeCD.pm
19746 ____________________________________________________________________________
19747 [ 11418] By: nick                                  on 2001/07/20  14:48:12
19748         Log: Subject:  [PATCH regcomp.h] adds a comment
19749              From:  Abhijit Menon-Sen <ams@wiw.org>
19750              Date:  Fri, 20 Jul 2001 21:05:37 +0530
19751              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
19752      Branch: perl
19753            ! regcomp.h
19754 ____________________________________________________________________________
19755 [ 11417] By: nick                                  on 2001/07/20  14:16:38
19756         Log: Subject:  [PATCH 5.7.2] INSTALL updates
19757              From:  Andy Dougherty <doughera@lafayette.edu>
19758              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
19759              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
19760      Branch: perl
19761            ! INSTALL
19762 ____________________________________________________________________________
19763 [ 11416] By: nick                                  on 2001/07/20  06:44:44
19764         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19765              From:  Russ Allbery <rra@stanford.edu>
19766              Date:  19 Jul 2001 15:52:37 -0700
19767              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
19768      Branch: perl
19769            ! lib/Pod/Man.pm
19770 ____________________________________________________________________________
19771 [ 11415] By: nick                                  on 2001/07/20  06:35:11
19772         Log: Subject:  [PATCH] defer op_seq allocation
19773              From:  Abhijit Menon-Sen <ams@wiw.org>
19774              Date:  Thu, 19 Jul 2001 22:12:24 +0530
19775              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
19776      Branch: perl
19777            ! op.c
19778 ____________________________________________________________________________
19779 [ 11414] By: nick                                  on 2001/07/20  06:23:36
19780         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
19781              From:  Abhijit Menon-Sen <ams@wiw.org>
19782              Date:  Fri, 20 Jul 2001 01:18:50 +0530
19783              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
19784              (Private e-mail)
19785      Branch: perl
19786            ! ext/Time/HiRes/HiRes.xs
19787 ____________________________________________________________________________
19788 [ 11413] By: nick                                  on 2001/07/20  06:18:53
19789         Log: Integrate mainline
19790      Branch: perlio
19791           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
19792            - t/base/commonsense.t
19793           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
19794           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
19795           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
19796           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
19797           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
19798           !> win32/win32.c
19799 ____________________________________________________________________________
19800 [ 11412] By: nick                                  on 2001/07/19  06:44:27
19801         Log: Integrate win32/perlhost.h from maintenance branch.
19802              (Rest of $ENV{PATH} / system() fix.)
19803      Branch: perl
19804           !> win32/perlhost.h
19805 ____________________________________________________________________________
19806 [ 11411] By: nick                                  on 2001/07/19  06:41:34
19807         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
19808              From:  Philip Newton <Philip.Newton@gmx.net>
19809              Date:  Wed, 18 Jul 2001 21:43:57 +0200
19810              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
19811      Branch: perl
19812            ! pod/perlhack.pod
19813 ____________________________________________________________________________
19814 [ 11410] By: nick                                  on 2001/07/19  06:39:35
19815         Log: Subject:  Security hole in taint checking in open()
19816              From:  deekoo@tentacle.net
19817              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
19818              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
19819      Branch: perl
19820            ! doio.c
19821 ____________________________________________________________________________
19822 [ 11409] By: nick                                  on 2001/07/19  06:28:08
19823         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
19824              From:  Abhijit Menon-Sen <ams@wiw.org>
19825              Date:  Thu, 19 Jul 2001 04:30:43 +0530
19826              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
19827      Branch: perl
19828            ! ext/Time/HiRes/HiRes.xs
19829 ____________________________________________________________________________
19830 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
19831         Log: Update docs with latest implementation information and new URLs.
19832      Branch: maint-5.6/macperl
19833            ! README.macos pod/perlport.pod
19834 ____________________________________________________________________________
19835 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
19836         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
19837              Fix BuildRules to accept optimization variables.
19838      Branch: maint-5.6/macperl
19839            + macos/bundled_ext/Digest/MD5/Makefile.mk
19840            ! macos/BuildRules.mk macos/Makefile.mk
19841            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
19842            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
19843 ____________________________________________________________________________
19844 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
19845         Log: Integrate changes 11399,11401
19846      Branch: maint-5.6/macperl
19847           !> win32/perlhost.h win32/win32.c
19848 ____________________________________________________________________________
19849 [ 11405] By: nick                                  on 2001/07/18  06:50:33
19850         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
19851              from perl5.6*
19852      Branch: perl
19853           !> win32/perlhost.h win32/win32.c
19854 ____________________________________________________________________________
19855 [ 11404] By: nick                                  on 2001/07/18  06:43:59
19856         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
19857              From:  hv@crypt0.demon.co.uk
19858              Date:  Wed, 18 Jul 2001 05:58:46 +0100
19859              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
19860      Branch: perl
19861            ! ext/POSIX/POSIX.t
19862 ____________________________________________________________________________
19863 [ 11403] By: nick                                  on 2001/07/18  06:38:57
19864         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
19865              From:  hv@crypt0.demon.co.uk
19866              Date:  Wed, 18 Jul 2001 05:21:54 +0100
19867              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
19868      Branch: perl
19869            ! numeric.c t/op/arith.t
19870 ____________________________________________________________________________
19871 [ 11402] By: nick                                  on 2001/07/18  06:19:17
19872         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
19873              From:  mjd@plover.com
19874              Date:  17 Jul 2001 17:59:20 -0000
19875              Message-Id:  <20010717175920.8177.qmail@plover.com>
19876      Branch: perl
19877            ! pod/perlre.pod
19878 ____________________________________________________________________________
19879 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
19880         Log: thinko in change#11400 (duh)
19881      Branch: maint-5.6/perl
19882            ! win32/perlhost.h
19883 ____________________________________________________________________________
19884 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
19885         Log: change#11399 revealed another unrelated bug; this is just a temporary
19886              bandaid
19887      Branch: maint-5.6/perl
19888            ! win32/perlhost.h
19889 ____________________________________________________________________________
19890 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
19891         Log: fix bugs in handling of the virtualized environment under windows;
19892              there were bugs in propagating any changes to %ENV down to the real
19893              environment when such changes happened in the toplevel process
19894              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
19895              problem identification, and for a part of the fix)
19896      Branch: maint-5.6/perl
19897            ! win32/perlhost.h win32/win32.c
19898 ____________________________________________________________________________
19899 [ 11398] By: nick                                  on 2001/07/17  08:26:35
19900         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19901              From: Peter Prymmer <pvhp@forte.com>
19902              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
19903              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
19904              
19905              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
19906              should not depend on existance of Config.pm
19907      Branch: perl
19908           +> t/lib/commonsense.t
19909            - t/base/commonsense.t
19910            ! MANIFEST t/README
19911 ____________________________________________________________________________
19912 [ 11397] By: nick                                  on 2001/07/17  08:09:58
19913         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
19914              From:  Michael G Schwern <schwern@pobox.com>
19915              Date:  Mon, 16 Jul 2001 18:20:31 -0400
19916              Message-Id:  <20010716182031.A1128@blackrider>
19917      Branch: perl
19918            ! pod/perlhack.pod
19919 ____________________________________________________________________________
19920 [ 11396] By: nick                                  on 2001/07/17  08:04:11
19921         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
19922              From:  Gwyn Judd <b.judd@xtra.co.nz>
19923              Date:  Tue, 17 Jul 2001 20:55:58 +1200
19924              Message-Id:  <20010717205558.A3107@thislove>
19925      Branch: perl
19926            ! pod/perlfunc.pod
19927 ____________________________________________________________________________
19928 [ 11395] By: nick                                  on 2001/07/17  08:02:22
19929         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
19930              From:  Peter Prymmer <pvhp@forte.com>
19931              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
19932              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
19933      Branch: perl
19934            ! t/op/sprintf.t
19935 ____________________________________________________________________________
19936 [ 11394] By: nick                                  on 2001/07/17  07:57:06
19937         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
19938              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
19939              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
19940              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
19941      Branch: perl
19942            ! gv.c
19943 ____________________________________________________________________________
19944 [ 11392] By: nick                                  on 2001/07/17  07:50:12
19945         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
19946              From:  Coral <coral@moonlight.crystalflame.net>
19947              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
19948              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
19949      Branch: perl
19950            ! pp_sys.c thread.h
19951 ____________________________________________________________________________
19952 [ 11391] By: nick                                  on 2001/07/17  07:34:28
19953         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
19954              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19955              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
19956              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
19957      Branch: perl
19958            ! utils/h2xs.PL
19959 ____________________________________________________________________________
19960 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
19961         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
19962              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
19963              and Mac::Apps::Launch, which don't work, and Time::HiRes and
19964              Time::Piece, which don't yet work.
19965      Branch: maint-5.6/macperl
19966            + (add 154 files)
19967 ____________________________________________________________________________
19968 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
19969         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
19970              Also add hack to get around missing setenv for PERL5DB.
19971      Branch: maint-5.6/macperl
19972            ! macos/macish.c macos/macish.h
19973 ____________________________________________________________________________
19974 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
19975         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
19976      Branch: maint-5.6/macperl
19977            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
19978            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
19979 ____________________________________________________________________________
19980 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
19981         Log: Fix up some configuration and make options, add extra
19982              extensions.
19983      Branch: maint-5.6/macperl
19984            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
19985            ! macos/macperl/Makefile.mk
19986 ____________________________________________________________________________
19987 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
19988         Log: From Change 11374 in maintperl.
19989      Branch: maint-5.6/macperl
19990           !> utils/h2ph.PL
19991 ____________________________________________________________________________
19992 [ 11385] By: nick                                  on 2001/07/16  14:12:58
19993         Log: Back out change to h2xs till it passes its test.
19994      Branch: perl
19995            ! utils/h2xs.PL
19996 ____________________________________________________________________________
19997 [ 11384] By: nick                                  on 2001/07/16  14:00:10
19998         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
19999              From:  Jonathan Stowe <gellyfish@gellyfish.com>
20000              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
20001              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
20002      Branch: perl
20003            ! utils/h2xs.PL
20004 ____________________________________________________________________________
20005 [ 11383] By: nick                                  on 2001/07/16  13:53:12
20006         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
20007              From:  Robin Houston <robin@kitsite.com>
20008              Date:  Sun, 15 Jul 2001 18:22:31 +0100
20009              Message-Id:  <20010715182230.A11174@robin>
20010      Branch: perl
20011            ! hints/darwin.sh
20012 ____________________________________________________________________________
20013 [ 11382] By: nick                                  on 2001/07/16  13:52:49
20014         Log: Subject:  [PATCH perl@11372] re_dup
20015              From:  Radu Greab <radu@netsoft.ro>
20016              Date:  Sun, 15 Jul 2001 04:50:06 +0300
20017              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
20018      Branch: perl
20019            ! sv.c
20020 ____________________________________________________________________________
20021 [ 11379] By: nick                                  on 2001/07/16  13:35:39
20022         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
20023              From:  Robin Houston <robin@kitsite.com>
20024              Date:  Sat, 14 Jul 2001 14:28:50 +0100
20025              Message-Id:  <20010714142850.A10205@robin>
20026      Branch: perl
20027            ! ext/B/B/Deparse.pm
20028 ____________________________________________________________________________
20029 [ 11378] By: nick                                  on 2001/07/16  13:30:36
20030         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
20031              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
20032              Date:  Sat, 14 Jul 2001 22:17:42 +0900
20033              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
20034      Branch: perl
20035            + ext/Encode/Encode/euc-jp-0212.enc
20036            ! ext/Encode/Encode/Tcl.pm
20037 ____________________________________________________________________________
20038 [ 11377] By: nick                                  on 2001/07/16  13:17:28
20039         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
20040              From:  Andy Dougherty <doughera@lafayette.edu>
20041              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
20042              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
20043      Branch: perl
20044            ! hints/darwin.sh hints/rhapsody.sh
20045 ____________________________________________________________________________
20046 [ 11376] By: nick                                  on 2001/07/16  09:05:00
20047         Log: Integrate mainline
20048      Branch: perlio
20049           +> ext/Encode/Encode/7bit-greek.enc
20050           +> ext/Encode/Encode/7bit-latin1.enc
20051           +> ext/Encode/Encode/cns11643-1.enc
20052           +> ext/Encode/Encode/cns11643-2.enc
20053           +> ext/Encode/Encode/iso2022-cn.enc
20054           +> ext/Encode/Encode/iso2022-jp1.enc
20055           +> ext/Encode/Encode/iso2022-jp2.enc
20056           !> Changes Configure MANIFEST Makefile.SH
20057           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20058           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
20059           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
20060           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
20061           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
20062 ____________________________________________________________________________
20063 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
20064         Log: integrate change#11374 from maint-5.6
20065              
20066              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
20067      Branch: perl
20068           !> utils/h2ph.PL
20069 ____________________________________________________________________________
20070 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
20071         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
20072      Branch: maint-5.6/perl
20073            ! utils/h2ph.PL
20074 ____________________________________________________________________________
20075 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
20076         Log: Update Changes.
20077      Branch: perl
20078            ! Changes patchlevel.h
20079 ____________________________________________________________________________
20080 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
20081         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
20082              From: Jonathan Stowe <gellyfish@gellyfish.com>
20083              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
20084              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
20085      Branch: perl
20086            ! utils/h2xs.PL
20087 ____________________________________________________________________________
20088 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
20089         Log: Subject: patch to add DEL to [:cntrl:]
20090              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20091              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
20092              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
20093      Branch: perl
20094            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
20095 ____________________________________________________________________________
20096 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
20097         Log: Metaconfig unit change for #11369; plus a dependency nit.
20098      Branch: metaconfig
20099            ! U/compline/nblock_io.U
20100      Branch: metaconfig/U/perl
20101            ! Extensions.U
20102 ____________________________________________________________________________
20103 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
20104         Log: #include <stdlib.h> so that exit() is prototyped,
20105              noticed by Hugo.
20106      Branch: perl
20107            ! Configure
20108 ____________________________________________________________________________
20109 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
20110         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
20111              From: Peter Prymmer <pvhp@forte.com>
20112              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
20113              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
20114      Branch: perl
20115            ! t/op/sprintf.t
20116 ____________________________________________________________________________
20117 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
20118         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
20119              From: Peter Prymmer <pvhp@forte.com>
20120              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
20121              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
20122      Branch: perl
20123            ! ext/Encode/Encode/Tcl.t
20124 ____________________________________________________________________________
20125 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
20126         Log: Add information about gcc 3.0 basic block profiling.
20127      Branch: perl
20128            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
20129 ____________________________________________________________________________
20130 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
20131         Log: Subject: Error in lib/PerlIO/Via.pm ?
20132              From: Mark-Jason Dominus <mjd@plover.com>
20133              Date: Fri, 13 Jul 2001 15:55:41 -0400
20134              Message-ID: <20010713195541.26751.qmail@plover.com>
20135      Branch: perl
20136            ! ext/PerlIO/Via/Via.pm
20137 ____________________________________________________________________________
20138 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
20139         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
20140              section from the Compiler section.
20141      Branch: perl
20142            ! myconfig.SH
20143 ____________________________________________________________________________
20144 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
20145         Log: Handle glibc style of constant definitions using enum
20146              with intervening #defines; from Brendan O'Dea.
20147      Branch: perl
20148            ! utils/h2ph.PL
20149 ____________________________________________________________________________
20150 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
20151         Log: Add LC_MESSAGES to the locale_h export tag (it already is
20152              in the Makefile.PL and thusly eligible for an XS constant)
20153              (see also maintperl #10543)
20154      Branch: perl
20155            ! ext/POSIX/POSIX.pm
20156 ____________________________________________________________________________
20157 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
20158         Log: Subject: Re: [patch] re_dup
20159              From: Abhijit Menon-Sen <ams@wiw.org>
20160              Date: Fri, 13 Jul 2001 21:41:09 +0530
20161              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
20162      Branch: perl
20163            ! sv.c
20164 ____________________________________________________________________________
20165 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
20166         Log: Subject: [patch] re_dup
20167              From: Doug MacEachern <dougm@covalent.net>
20168              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
20169              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
20170      Branch: perl
20171            ! sv.c
20172 ____________________________________________________________________________
20173 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
20174         Log: Update Changes.
20175      Branch: perl
20176            ! Changes patchlevel.h
20177 ____________________________________________________________________________
20178 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
20179         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
20180              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
20181              Date: Sat, 14 Jul 2001 00:06:30 +0900
20182              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
20183      Branch: perl
20184            + ext/Encode/Encode/7bit-greek.enc
20185            + ext/Encode/Encode/7bit-latin1.enc
20186            + ext/Encode/Encode/cns11643-1.enc
20187            + ext/Encode/Encode/cns11643-2.enc
20188            + ext/Encode/Encode/iso2022-cn.enc
20189            + ext/Encode/Encode/iso2022-jp1.enc
20190            + ext/Encode/Encode/iso2022-jp2.enc
20191            ! MANIFEST ext/Encode/Encode/Tcl.pm
20192            ! ext/Encode/Encode/iso2022-kr.enc
20193 ____________________________________________________________________________
20194 [ 11357] By: nick                                  on 2001/07/13  14:24:06
20195         Log: Blind integrate mainline (as of 5.7.2?)
20196      Branch: perlio
20197           !> AUTHORS Changes Porting/config.sh Porting/config_H
20198           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
20199           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
20200           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20201           !> win32/makefile.mk
20202 ____________________________________________________________________________
20203 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
20204         Log: Snip away the devel patchlevel.
20205      Branch: perl
20206            ! patchlevel.h
20207 ____________________________________________________________________________
20208 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
20209         Log: Bump the version to 5.7.2.
20210      Branch: perl
20211            ! Porting/config.sh Porting/config_H patchlevel.h
20212            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
20213            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20214            ! win32/makefile.mk
20215 ____________________________________________________________________________
20216 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
20217         Log: Update Changes.
20218      Branch: perl
20219            ! Changes
20220 ____________________________________________________________________________
20221 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
20222         Log: Reword.
20223      Branch: perl
20224            ! AUTHORS
20225 ____________________________________________________________________________
20226 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
20227         Log: AUTHORS update.
20228      Branch: perl
20229            ! AUTHORS
20230 ____________________________________________________________________________
20231 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
20232         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
20233              unless ithreads.
20234      Branch: perl
20235            ! makedef.pl
20236 ____________________________________________________________________________
20237 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
20238         Log: Integrate perlio.
20239      Branch: perl
20240           !> win32/distclean.bat
20241 ____________________________________________________________________________
20242 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
20243         Log: Test the encoding transform only iff we have PerlIO,
20244              noticed by H. Merijn Brand.
20245      Branch: perl
20246            ! ext/PerlIO/t/encoding.t
20247 ____________________________________________________________________________
20248 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
20249         Log: README.netware tweaks from Ananth Kesari.
20250      Branch: perl
20251            ! README.netware
20252 ____________________________________________________________________________
20253 [ 11346] By: nick                                  on 2001/07/13  09:18:51
20254         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
20255              to avoid /unicode vs /Unicode issues.
20256      Branch: perlio
20257            ! win32/distclean.bat
20258 ____________________________________________________________________________
20259 [ 11345] By: nick                                  on 2001/07/13  06:24:18
20260         Log: Integrate mainline
20261      Branch: perlio
20262           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
20263            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
20264           !> (integrate 63 files)
20265 ____________________________________________________________________________
20266 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
20267         Log: Add d_bincompat5005 information to perl -V.
20268      Branch: perl
20269            ! myconfig.SH
20270 ____________________________________________________________________________
20271 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
20272         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
20273              From: Abhijit Menon-Sen <ams@wiw.org>
20274              Date: Fri, 13 Jul 2001 07:12:36 +0530
20275              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
20276      Branch: perl
20277            ! sv.c
20278 ____________________________________________________________________________
20279 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
20280         Log: Remove unicode::distinct, as per Inaba Hiroto.
20281      Branch: perl
20282            - lib/unicode/distinct.pm
20283            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
20284            ! t/lib/1_compile.t
20285 ____________________________________________________________________________
20286 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
20287         Log: Paging for Dr Octothorpe.
20288      Branch: perl
20289            ! pod/perlfaq4.pod
20290 ____________________________________________________________________________
20291 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
20292         Log: cut-n-paste error noticed by mjd.
20293      Branch: perl
20294            ! pod/perlfaq4.pod
20295 ____________________________________________________________________________
20296 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
20297         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
20298              From: Peter Prymmer <pvhp@forte.com>
20299              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
20300              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
20301      Branch: perl
20302            ! pod/perlfaq4.pod
20303 ____________________________________________________________________________
20304 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
20305         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
20306              From: Randall Gellens <randy@qualcomm.com>
20307              Date: Thu, 12 Jul 2001 16:56:23 -0700
20308              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
20309      Branch: perl
20310            ! Porting/repository.pod
20311 ____________________________________________________________________________
20312 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
20313         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
20314      Branch: perl
20315            ! thread.h
20316 ____________________________________________________________________________
20317 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
20318         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
20319              From: coral <coral@moonlight.crystalflame.net>
20320              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
20321              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
20322      Branch: perl
20323            ! thread.h
20324 ____________________________________________________________________________
20325 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
20326         Log: Metaconfig unit change for #11134.
20327      Branch: metaconfig
20328            + U/threads/d_pthread_atfork.U
20329 ____________________________________________________________________________
20330 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
20331         Log: Add HAS_PTHREAD_ATFORK.
20332      Branch: perl
20333            ! Configure NetWare/config.wc NetWare/config_H.wc
20334            ! Porting/Glossary Porting/config.sh Porting/config_H
20335            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20336            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
20337            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20338            ! win32/config.gc win32/config.vc win32/config_H.bc
20339            ! win32/config_H.gc win32/config_H.vc
20340 ____________________________________________________________________________
20341 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
20342         Log: Subject: [PATCH] File::Copy fails on tied handles
20343              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
20344              Date: Thu, 12 Jul 2001 15:18:51 -0700
20345              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
20346      Branch: perl
20347            ! lib/File/Copy.pm
20348 ____________________________________________________________________________
20349 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
20350         Log: Subject: [PATCH] Langinfo.t
20351              From: Nicholas Clark <nick@ccl4.org>
20352              Date: Thu, 12 Jul 2001 23:55:38 +0100
20353              Message-ID: <20010712235538.M5827@plum.flirble.org>
20354      Branch: perl
20355            ! ext/I18N/Langinfo/Langinfo.t
20356 ____________________________________________________________________________
20357 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
20358         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
20359              From: Peter Prymmer <pvhp@forte.com>
20360              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
20361              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
20362      Branch: perl
20363            ! pod/perl572delta.pod
20364 ____________________________________________________________________________
20365 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
20366         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
20367              From: Abhijit Menon-Sen <ams@wiw.org>
20368              Date: Fri, 13 Jul 2001 05:21:16 +0530
20369              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
20370      Branch: perl
20371            ! sv.c
20372 ____________________________________________________________________________
20373 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
20374         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
20375              From: Abhijit Menon-Sen <ams@wiw.org>
20376              Date: Fri, 13 Jul 2001 03:04:25 +0530
20377              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
20378      Branch: perl
20379            ! av.c
20380 ____________________________________________________________________________
20381 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
20382         Log: s/^M$//g
20383      Branch: perl
20384            ! win32/Makefile win32/makefile.mk
20385 ____________________________________________________________________________
20386 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
20387         Log: Update Changes.
20388      Branch: perl
20389            ! Changes patchlevel.h
20390 ____________________________________________________________________________
20391 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
20392         Log: Typo spotted by Philip Newton.
20393      Branch: perl
20394            ! pod/perl572delta.pod
20395 ____________________________________________________________________________
20396 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
20397         Log: Subject: [PATCH] fixes perl_clone of perl_clone
20398              From: Artur Bergman <artur@contiller.se>
20399              Date: Thu, 12 Jul 2001 20:57:09 +0200
20400              Message-ID: <B773BFA4.236B%artur@contiller.se>
20401      Branch: perl
20402            ! sv.c
20403 ____________________________________________________________________________
20404 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
20405         Log: Add README.uts from Hal Morris.
20406      Branch: perl
20407            + README.uts
20408            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
20409            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20410 ____________________________________________________________________________
20411 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
20412         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
20413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20414              Date: Thu, 12 Jul 2001 20:32:37 +0200
20415              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
20416      Branch: perl
20417            ! hints/aix.sh
20418 ____________________________________________________________________________
20419 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
20420         Log: Subject: Patch: document reg_data.what member
20421              From: Mark-Jason Dominus <mjd@plover.com>
20422              Message-ID: <20010712182532.14821.qmail@plover.com>
20423              Date: Thu, 12 Jul 2001 14:25:32 -0400
20424      Branch: perl
20425            ! regcomp.c regcomp.h
20426 ____________________________________________________________________________
20427 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
20428         Log: Subject: [PATCH] Perl_re_dup()
20429              From: Abhijit Menon-Sen <ams@wiw.org>
20430              Date: Thu, 12 Jul 2001 23:54:32 +0530
20431              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
20432      Branch: perl
20433            ! embed.h embed.pl perlapi.c proto.h sv.c
20434 ____________________________________________________________________________
20435 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
20436         Log: Regen Configure, modlib, toc.
20437      Branch: perl
20438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20439            ! pod/perlmodlib.pod pod/perltoc.pod
20440 ____________________________________________________________________________
20441 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
20442         Log: The problem seems to be in PerlIO::Layer::->find() not
20443              accepting the ":encoding(blurflur)" arguments.
20444      Branch: perl
20445            ! lib/PerlIO.pm lib/open.pm
20446 ____________________________________________________________________________
20447 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
20448         Log: AIX doc update.
20449      Branch: perl
20450            ! README.aix pod/perl572delta.pod
20451 ____________________________________________________________________________
20452 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
20453         Log: Subject: AIX README update
20454              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20455              Date: Thu, 12 Jul 2001 19:28:30 +0200
20456              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
20457      Branch: perl
20458            ! README.aix
20459 ____________________________________________________________________________
20460 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
20461         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
20462              From: Norton Allen <allen@huarp.harvard.edu>
20463              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
20464              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
20465      Branch: perl
20466            ! ext/IO/lib/IO/t/io_unix.t
20467 ____________________________________________________________________________
20468 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
20469         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20470              From: Norton Allen <allen@huarp.harvard.edu>
20471              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
20472              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
20473      Branch: perl
20474            ! README.qnx hints/qnx.sh
20475 ____________________________________________________________________________
20476 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
20477         Log: Subject: [patch] faster PM_GETRE
20478              From: Doug MacEachern <dougm@covalent.net>
20479              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
20480              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
20481      Branch: perl
20482            ! op.h
20483 ____________________________________________________________________________
20484 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
20485         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
20486              From: Doug MacEachern <dougm@covalent.net>
20487              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
20488              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
20489      Branch: perl
20490            ! op.c
20491 ____________________________________________________________________________
20492 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
20493         Log: Tell where the nice Estonian database is.
20494      Branch: perl
20495            ! lib/open.pm
20496 ____________________________________________________________________________
20497 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
20498         Log: Retract #11309 since #11310 is a better fix.
20499      Branch: perl
20500            ! t/lib/1_compile.t
20501 ____________________________________________________________________________
20502 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
20503         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
20504              change#11300 needs to return the status of failed win32_spawnvp())
20505              
20506              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
20507              splitting correctly; remove unused variables; 'require' at run time
20508              rather than 'use' at compile time for I18N::Langinfo, since it
20509              isn't everyware
20510      Branch: perl
20511            ! lib/open.pm win32/win32.c
20512 ____________________________________________________________________________
20513 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
20514         Log: Temporary workaround.
20515      Branch: perl
20516            ! t/lib/1_compile.t
20517 ____________________________________________________________________________
20518 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
20519         Log: UCD typo in #11306 and add also more known-to-be-tested
20520              modules to the skip list.
20521      Branch: perl
20522            ! t/lib/1_compile.t
20523 ____________________________________________________________________________
20524 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
20525         Log: Rename Unicode::UCD to UnicodeCD to avoid
20526              messups with case-insensitive filesystems.
20527      Branch: perl
20528            + lib/UnicodeCD.pm lib/UnicodeCD.t
20529            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
20530            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
20531 ____________________________________________________________________________
20532 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
20533         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
20534              From: daniel@biz.bitpusher.com
20535              Date: Wed, 11 Jul 2001 23:25:47 -0700
20536              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
20537      Branch: perl
20538            ! lib/Tie/Array.pm t/op/splice.t
20539 ____________________________________________________________________________
20540 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
20541         Log: Subject: [PATCH] More accurate line numbers in messages
20542              From: Paul Johnson <paul@pjcj.net>
20543              Date: Thu, 12 Jul 2001 04:14:11 +0200
20544              Message-ID: <20010712041411.A3467@pjcj.net>
20545              
20546              (With prototyping and multiplicity tweaks.)
20547      Branch: perl
20548            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
20549 ____________________________________________________________________________
20550 [ 11304] By: nick                                  on 2001/07/12  12:53:40
20551         Log: Integrate mainline
20552      Branch: perlio
20553           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
20554           !> regexec.c thread.h
20555 ____________________________________________________________________________
20556 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
20557         Log: Cut-and-pasto in #11298.
20558      Branch: perl
20559            ! ext/ByteLoader/bytecode.h
20560 ____________________________________________________________________________
20561 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
20562         Log: Update the AIX known problems section.
20563      Branch: perl
20564            ! pod/perl572delta.pod
20565 ____________________________________________________________________________
20566 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
20567         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
20568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20569              Date: Thu, 12 Jul 2001 12:16:16 +0200
20570              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
20571      Branch: perl
20572            ! hints/aix.sh
20573 ____________________________________________________________________________
20574 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
20575         Log: Integrate perlio.
20576      Branch: perl
20577           !> makedef.pl win32/win32.c
20578 ____________________________________________________________________________
20579 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
20580         Log: Subject: [PATCH] fix for PMOP threadness failures
20581              From: Artur Bergman <artur@contiller.se>
20582              Date: Thu, 12 Jul 2001 09:48:06 +0200
20583              Message-ID: <B77322D6.22DD%artur@contiller.se>
20584      Branch: perl
20585            ! regexec.c
20586 ____________________________________________________________________________
20587 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
20588         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
20589              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20590              Date: Thu, 12 Jul 2001 09:09:48 +0200
20591              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
20592              
20593              More parentheses to keep bcc happy.
20594      Branch: perl
20595            ! ext/ByteLoader/bytecode.h
20596 ____________________________________________________________________________
20597 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
20598         Log: Subject: Re: [patch] pthread_atfork bandaid
20599              From: Doug MacEachern <dougm@covalent.net>
20600              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
20601              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
20602      Branch: perl
20603            ! thread.h
20604 ____________________________________________________________________________
20605 [ 11296] By: nick                                  on 2001/07/12  11:55:48
20606         Log: Exclude reentrant_buffer from .def file
20607      Branch: perlio
20608            ! makedef.pl
20609 ____________________________________________________________________________
20610 [ 11295] By: nick                                  on 2001/07/12  11:11:44
20611         Log: Honour void-ness of my_exit()
20612      Branch: perlio
20613            ! win32/win32.c
20614 ____________________________________________________________________________
20615 [ 11294] By: nick                                  on 2001/07/12  07:51:04
20616         Log: Integrate mainline
20617      Branch: perlio
20618           +> uts/sprintf_wrap.c
20619           !> (integrate 35 files)
20620 ____________________________________________________________________________
20621 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
20622         Log: Retract #11289.
20623      Branch: perl
20624            ! embed.h embed.pl perl.c proto.h thread.h
20625 ____________________________________________________________________________
20626 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
20627         Log: Now the :locale pseudolayer *almost* works...
20628      Branch: perl
20629            ! lib/open.pm
20630 ____________________________________________________________________________
20631 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
20632         Log: Locale encoding tweaks.
20633      Branch: perl
20634            ! lib/open.pm
20635 ____________________________________________________________________________
20636 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
20637         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
20638              From: Mark-Jason Dominus <mjd@plover.com>
20639              Date: Thu, 12 Jul 2001 00:59:31 -0400
20640              Message-ID: <20010712045931.8543.qmail@plover.com>
20641              
20642              Remove the chmod/umask leading zero warning.
20643      Branch: perl
20644            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
20645            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20646 ____________________________________________________________________________
20647 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
20648         Log: (Retracted by #11289.)
20649      Branch: perl
20650            ! embed.h embed.pl perl.c proto.h thread.h
20651 ____________________________________________________________________________
20652 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
20653         Log: Needed by #11283.
20654      Branch: perl
20655            ! intrpvar.h
20656 ____________________________________________________________________________
20657 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
20658         Log: Metaconfig unit change for #11286.
20659      Branch: metaconfig/U/perl
20660            ! patchlevel.U
20661 ____________________________________________________________________________
20662 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
20663         Log: Subject: Re: [PATCH Configure] perl -V broken
20664              From: Andy Dougherty <doughera@lafayette.edu>
20665              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
20666              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
20667      Branch: perl
20668            ! Configure myconfig.SH
20669 ____________________________________________________________________________
20670 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
20671         Log: Retract #11166 (and #11237).
20672      Branch: perl
20673            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
20674            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
20675            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20676 ____________________________________________________________________________
20677 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
20678         Log: UTS tweaks for Hal Morris.
20679      Branch: perl
20680            + uts/sprintf_wrap.c
20681            ! MANIFEST hints/uts.sh perl.h
20682 ____________________________________________________________________________
20683 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
20684         Log: Subject: [PATCH] Use reentrant API glibc
20685              From: Artur Bergman <artur@contiller.se>
20686              Date: Thu, 12 Jul 2001 00:58:21 +0200
20687              Message-ID: <B772A6AD.2288%artur@contiller.se>
20688      Branch: perl
20689            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
20690            ! sv.c
20691 ____________________________________________________________________________
20692 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
20693         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
20694              From: barries <barries@slaysys.com>
20695              Date: Wed, 11 Jul 2001 15:11:46 -0400
20696              Message-ID: <20010711151146.G24560@jester.slaysys.com>
20697      Branch: perl
20698            ! pp_sys.c t/lib/warnings/doio win32/win32.c
20699 ____________________________________________________________________________
20700 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
20701         Log: Subject: [patch] pthread_atfork bandaid
20702              From: Doug MacEachern <dougm@covalent.net>
20703              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
20704              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
20705      Branch: perl
20706            ! miniperlmain.c perl.c
20707 ____________________________________________________________________________
20708 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
20709         Log: Subject: [patch] perl_clone leaks
20710              From: Doug MacEachern <dougm@covalent.net>
20711              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
20712              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
20713      Branch: perl
20714            ! sv.c
20715 ____________________________________________________________________________
20716 [ 11279] By: nick                                  on 2001/07/11  15:49:38
20717         Log: Integrate mainline
20718      Branch: perlio
20719           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
20720           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
20721           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
20722           +> lib/Term/ANSIColor/README
20723           !> (integrate 54 files)
20724 ____________________________________________________________________________
20725 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
20726         Log: Update Changes.
20727      Branch: perl
20728            ! Changes patchlevel.h
20729 ____________________________________________________________________________
20730 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
20731         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
20732              From: Peter Prymmer <pvhp@forte.com>
20733              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
20734              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
20735              
20736              Backport of embed.pl to 5.003.
20737      Branch: perl
20738            ! embed.pl
20739 ____________________________________________________________________________
20740 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
20741         Log: Subject: Re: POSIX test #14 on UTS 
20742              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20743              Date: Wed, 11 Jul 2001 03:02:14 +0100
20744              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
20745      Branch: perl
20746            ! ext/POSIX/POSIX.t
20747 ____________________________________________________________________________
20748 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
20749         Log: Make the I32 an IV to preserve structure alignment and size.
20750      Branch: perl
20751            ! op.h
20752 ____________________________________________________________________________
20753 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
20754         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
20755              From: "Artur Bergman" <artur@contiller.se>
20756              Date: Wed, 11 Jul 2001 14:23:37 +0200
20757              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
20758              
20759              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
20760      Branch: perl
20761            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
20762            ! pod/perlapi.pod sv.c
20763 ____________________________________________________________________________
20764 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
20765         Log: Tweak until Pod::Parser gets updated.
20766      Branch: perl
20767            ! t/pod/special_seqs.xr
20768 ____________________________________________________________________________
20769 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
20770         Log: File::Spec usage tweak.
20771      Branch: perl
20772            ! lib/ExtUtils.t
20773 ____________________________________________________________________________
20774 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
20775         Log: Integrate #11263 from macperl; macos and macosx updates.
20776      Branch: perl
20777           !> pod/perlport.pod
20778 ____________________________________________________________________________
20779 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
20780         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
20781              From: Peter Prymmer <pvhp@forte.com>
20782              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
20783              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
20784      Branch: perl
20785            + ext/Time/HiRes/hints/dynixptx.pl
20786            ! MANIFEST hints/dynixptx.sh
20787 ____________________________________________________________________________
20788 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
20789         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
20790              From: Nicholas Clark <nick@ccl4.org>
20791              Date: Tue, 10 Jul 2001 23:17:43 +0100
20792              Message-ID: <20010710231742.B59620@plum.flirble.org>
20793      Branch: perl
20794            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
20795 ____________________________________________________________________________
20796 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
20797         Log: Subject: [DOC PATCH] Pluggable runops
20798              From: Paul Johnson <paul@pjcj.net>
20799              Date: Tue, 10 Jul 2001 21:53:28 +0200
20800              Message-ID: <20010710215328.B26577@pjcj.net>
20801      Branch: perl
20802            ! pod/perlguts.pod
20803 ____________________________________________________________________________
20804 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
20805         Log: Subject: [PATCH] Authors
20806              From: Artur Bergman <artur@contiller.se>
20807              Date: Tue, 10 Jul 2001 20:39:12 +0200
20808              Message-ID: <B771186F.21CD%artur@contiller.se>
20809      Branch: perl
20810            ! AUTHORS
20811 ____________________________________________________________________________
20812 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
20813         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
20814              From: Doug MacEachern <dougm@covalent.net>
20815              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
20816              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
20817      Branch: perl
20818            ! pp_ctl.c
20819 ____________________________________________________________________________
20820 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
20821         Log: Subject: doc patch; times() in scalar context
20822              From: mjd@plover.com
20823              Date: 10 Jul 2001 18:01:17 -0000
20824              Message-ID: <20010710180117.12477.qmail@plover.com>
20825      Branch: perl
20826            ! pod/perlfunc.pod
20827 ____________________________________________________________________________
20828 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
20829         Log: Subject: [PATCH] Small fix to pp_gmtime
20830              From: Artur Bergman <artur@contiller.se>
20831              Date: Tue, 10 Jul 2001 19:54:52 +0200
20832              Message-ID: <B7710E0B.21C5%artur@contiller.se>
20833      Branch: perl
20834            ! pp_sys.c
20835 ____________________________________________________________________________
20836 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
20837         Log: Integrate changes from mainline perl, add notes about
20838              Mac OS X and Mac OS.
20839      Branch: maint-5.6/macperl
20840            ! pod/perlport.pod
20841 ____________________________________________________________________________
20842 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
20843         Log: A proof of the dangers of package; ?
20844      Branch: perl
20845            ! t/lib/warnings/op
20846 ____________________________________________________________________________
20847 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
20848         Log: Regen toc and modlib.
20849      Branch: perl
20850            ! pod/perlmodlib.pod pod/perltoc.pod
20851 ____________________________________________________________________________
20852 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
20853         Log: Add compexcl(), casefold(), and casespec() interfaces;
20854              and make all interfaces to return hash references instead
20855              of hashes. 
20856      Branch: perl
20857            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20858 ____________________________________________________________________________
20859 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
20860         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
20861              From: "Philip Newton" <Philip.Newton@gmx.net>
20862              Date: Tue, 10 Jul 2001 09:55:59 +0200
20863              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
20864              
20865              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
20866              From: "Philip Newton" <Philip.Newton@gmx.net>
20867              Date: Tue, 10 Jul 2001 09:56:37 +0200
20868              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
20869      Branch: perl
20870            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20871            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
20872 ____________________________________________________________________________
20873 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
20874         Log: Subject: [patch] undef &xsub for 1,2
20875              From: Doug MacEachern <dougm@covalent.net>
20876              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
20877              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
20878              
20879              (This version of the patch with a comment from Gisle.)
20880      Branch: perl
20881            ! op.c
20882 ____________________________________________________________________________
20883 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
20884         Log: Mention package; deprecation and the Win32 problems.
20885      Branch: perl
20886            ! pod/perl572delta.pod
20887 ____________________________________________________________________________
20888 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
20889         Log: Subject: [PATCH] deprecate package with no arguments
20890              From: Robin Houston <robin@kitsite.com>
20891              Date: Tue, 10 Jul 2001 13:33:40 +0100
20892              Message-ID: <20010710133340.A13452@robin.kitsite.com>
20893      Branch: perl
20894            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
20895 ____________________________________________________________________________
20896 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
20897         Log: Upgrade to podlators 1.10.
20898      Branch: perl
20899            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20900            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
20901            ! pod/pod2man.PL pod/pod2text.PL
20902 ____________________________________________________________________________
20903 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
20904         Log: Upgrade to Term::ANSIColor 1.04.
20905      Branch: perl
20906            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
20907            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
20908 ____________________________________________________________________________
20909 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
20910         Log: Integrate perlio (the right fix for the ":layer(args)")
20911      Branch: perl
20912           !> perlio.c
20913 ____________________________________________________________________________
20914 [ 11252] By: nick                                  on 2001/07/10  06:58:14
20915         Log: Fix open(...,"...:layer(xxx)",...)
20916              - use memEQ not strEQ as there is '(' not '\0'
20917      Branch: perlio
20918            ! perlio.c
20919 ____________________________________________________________________________
20920 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
20921         Log: Telling the number of tests helps.
20922      Branch: perl
20923            ! ext/PerlIO/t/encoding.t
20924 ____________________________________________________________________________
20925 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
20926         Log: Require I18N::Langinfo, not use.
20927      Branch: perl
20928            ! lib/open.pm
20929 ____________________________________________________________________________
20930 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
20931         Log: Add a test for for PerlIO ":encoding(...)" layer.
20932      Branch: perl
20933            + ext/PerlIO/t/encoding.t
20934            ! MANIFEST ext/Encode/Encode.pm
20935 ____________________________________________________________________________
20936 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
20937         Log: PerlIO ":encoding(foobar)" temporary fix.
20938              Not really correct, I think, since the change means
20939              that prefixes match.
20940      Branch: perl
20941            ! perlio.c
20942 ____________________________________________________________________________
20943 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
20944         Log: Update to Math::BigInt 1.36.  The biggest news is
20945              the separation of the backend; now the pure Perl
20946              implementation is in Math::BigInt::Calc, but one
20947              can plugin, say, Math::BigInt::BitVect, and get
20948              considerable speedup.
20949      Branch: perl
20950            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
20951            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20952            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
20953            ! lib/Math/BigInt/t/mbimbf.t
20954 ____________________________________________________________________________
20955 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
20956         Log: Subject: Re: compatibility question
20957              From: Peter Prymmer <pvhp@forte.com>
20958              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
20959              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
20960      Branch: perl
20961            ! lib/ExtUtils/MM_VMS.pm
20962 ____________________________________________________________________________
20963 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
20964         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
20965              From: Norton Allen <allen@huarp.harvard.edu>
20966              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
20967              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
20968      Branch: perl
20969            ! ext/File/Glob/t/basic.t
20970 ____________________________________________________________________________
20971 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
20972         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
20973              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20974              Date: Tue, 10 Jul 2001 00:29:55 +0900
20975              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
20976      Branch: perl
20977            + ext/Encode/Encode/HZ.enc
20978            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
20979            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20980            ! ext/Encode/Encode/iso2022-jp.enc
20981            ! ext/Encode/Encode/iso2022-kr.enc
20982 ____________________________________________________________________________
20983 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
20984         Log: Add in all them there macos/ files.
20985      Branch: maint-5.6/macperl
20986            + (add 577 files)
20987 ____________________________________________________________________________
20988 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
20989         Log: Add the new modules to the list of having those own tests.
20990      Branch: perl
20991            ! t/lib/1_compile.t
20992 ____________________________________________________________________________
20993 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
20994         Log: Add INOUT to control both ways at the same time.
20995      Branch: perl
20996            ! lib/open.pm
20997 ____________________________________________________________________________
20998 [ 11240] By: nick                                  on 2001/07/09  16:33:50
20999         Log: Integrate mainline
21000      Branch: perlio
21001           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21002           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
21003           !> (integrate 41 files)
21004 ____________________________________________________________________________
21005 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
21006         Log: More encoding mapping magic.
21007      Branch: perl
21008            ! lib/open.pm
21009 ____________________________________________________________________________
21010 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
21011         Log: Update Changes.
21012      Branch: perl
21013            ! Changes patchlevel.h
21014 ____________________________________________________________________________
21015 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
21016         Log: (Retracted by #11285).
21017              
21018              Subject: [PATCH] OPpCONST_OCTAL fixes
21019              From: Abhijit Menon-Sen <ams@wiw.org>
21020              Date: Mon, 9 Jul 2001 07:38:45 +0530
21021              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
21022      Branch: perl
21023            ! op.c
21024 ____________________________________________________________________________
21025 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
21026         Log: Add a pseudolayer ":locale" to the open pragma which
21027              will get the encoding from the locale.  Yet undocumented
21028              because I can't get the PerlIO :encoding(foobar) to work.
21029      Branch: perl
21030            ! ext/Encode/Encode.pm lib/open.pm
21031 ____________________________________________________________________________
21032 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
21033         Log: Add more encoding mappings.
21034      Branch: perl
21035            ! ext/Encode/Encode.pm
21036 ____________________________________________________________________________
21037 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
21038         Log: Document that using :encoding layer requires using Encode.
21039      Branch: perl
21040            ! ext/Encode/Encode.pm lib/PerlIO.pm
21041 ____________________________________________________________________________
21042 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
21043         Log: Netware tweak from Ananth Kesari.
21044      Branch: perl
21045            ! NetWare/netware.h
21046 ____________________________________________________________________________
21047 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
21048         Log: t/harness doesn't know about run/*.t
21049      Branch: perl
21050            ! t/harness
21051 ____________________________________________________________________________
21052 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
21053         Log: run/exit.t busted on windows
21054      Branch: perl
21055            ! t/run/exit.t
21056 ____________________________________________________________________________
21057 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
21058         Log: fix a couple of UCD.t tests that fail due to bad case
21059      Branch: perl
21060            ! lib/Unicode/UCD.t
21061 ____________________________________________________________________________
21062 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
21063         Log: test skip logic was broken
21064      Branch: perl
21065            ! ext/I18N/Langinfo/Langinfo.t
21066 ____________________________________________________________________________
21067 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
21068         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
21069              failure of ExtUtils.t#27 when built in debug mode)
21070      Branch: perl
21071            ! lib/ExtUtils/MM_Win32.pm
21072 ____________________________________________________________________________
21073 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
21074         Log: I18N::Langinfo is not available on windows
21075      Branch: perl
21076            ! win32/FindExt.pm
21077 ____________________________________________________________________________
21078 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
21079         Log: save a dTHX
21080      Branch: perl
21081            ! ext/POSIX/POSIX.xs
21082 ____________________________________________________________________________
21083 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
21084         Log: Update Changes.
21085      Branch: perl
21086            ! Changes patchlevel.h
21087 ____________________________________________________________________________
21088 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
21089         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
21090              as pointed out by Sarathy.
21091      Branch: perl
21092            ! ext/I18N/Langinfo/Langinfo.xs
21093 ____________________________________________________________________________
21094 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
21095         Log: Retract #11212.
21096      Branch: perl
21097            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
21098 ____________________________________________________________________________
21099 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
21100         Log: Bump up the VERSION of Cwd.xs.
21101      Branch: perl
21102            ! ext/Cwd/Makefile.PL
21103 ____________________________________________________________________________
21104 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
21105         Log: Retract #11220, the problem wasn't the missing leading zero.
21106              Here's the problem:
21107              $ ./perl -we 'chmod(oct("755"), ".")'
21108              Non-octal literal mode (493) specified at -e line 1.
21109              (Did you mean 0493 instead?)
21110      Branch: perl
21111            ! lib/ExtUtils/MM_Unix.pm
21112 ____________________________________________________________________________
21113 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
21114         Log: (Retracted by #11221)
21115              Change the PERM_RW and PERM_RWX to 0644 and 0755
21116              (add the leading zero).
21117      Branch: perl
21118            ! lib/ExtUtils/MM_Unix.pm
21119 ____________________________________________________________________________
21120 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
21121         Log: Integrate changes #11193, 11205, 11209 from macperl.
21122              
21123              Fix up AutoLoader to fudge for Mac paths in import().
21124              
21125              Allow symbols in try_symbol() to begin with "_".
21126              
21127              Small portability fix for Mac OS.
21128      Branch: perl
21129           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
21130 ____________________________________________________________________________
21131 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
21132         Log: Metaconfig unit change for #11217.
21133      Branch: metaconfig/U/perl
21134            ! Extensions.U
21135 ____________________________________________________________________________
21136 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
21137         Log: Detypo, problem noticed by Gerrit P. Haase.
21138      Branch: perl
21139            ! Configure config_h.SH
21140 ____________________________________________________________________________
21141 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
21142         Log: Cwd cleanups.
21143      Branch: perl
21144            ! ext/Cwd/Cwd.xs
21145 ____________________________________________________________________________
21146 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
21147         Log: Slight tweaks on #11213.
21148      Branch: perl
21149            ! toke.c
21150 ____________________________________________________________________________
21151 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
21152         Log: A missing dTHX noticed by Gerrit P. Haase.
21153      Branch: perl
21154            ! ext/POSIX/POSIX.xs
21155 ____________________________________________________________________________
21156 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
21157         Log: Subject: [PATCH toke.c] Simplify yytoke()
21158              From: Simon Cozens <simon@netthink.co.uk>
21159              Date: Sun, 8 Jul 2001 13:24:34 +0100
21160              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
21161              
21162              Split out pending_ident().
21163      Branch: perl
21164            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
21165 ____________________________________________________________________________
21166 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
21167         Log: (Retracted by #11223.)
21168              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
21169              Date: Wed, 05 Nov 1997 17:22:34 -0600
21170              From: Graham Barr <gbarr@ti.com>
21171              Message-Id: <3460FFBA.6DA51F46@ti.com>
21172      Branch: perl
21173            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
21174 ____________________________________________________________________________
21175 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
21176         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
21177      Branch: perl
21178            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21179            ! pod/perllocale.pod
21180 ____________________________________________________________________________
21181 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
21182         Log: Really do the test under the C locale.
21183      Branch: perl
21184            ! ext/I18N/Langinfo/Langinfo.t
21185 ____________________________________________________________________________
21186 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
21187         Log: Small portability fix for Mac OS.
21188      Branch: maint-5.6/macperl
21189            ! lib/Cwd.pm
21190 ____________________________________________________________________________
21191 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
21192         Log: Metaconfig unit change for #11207.
21193      Branch: metaconfig/U/perl
21194            ! Extensions.U
21195 ____________________________________________________________________________
21196 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
21197         Log: Add I18N::Langinfo, which is basically a wrapper around
21198              nl_langinfo(), which is an additional way to query locale
21199              specific information.
21200      Branch: perl
21201            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
21202            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
21203            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
21204 ____________________________________________________________________________
21205 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
21206         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
21207              used in File::Find tests; replace with if.t.
21208      Branch: maint-5.6/macperl
21209            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
21210            ! t/pragma/warn/op
21211 ____________________________________________________________________________
21212 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
21213         Log: Allow symbols in try_symbol() to begin with "_".
21214      Branch: maint-5.6/macperl
21215            ! makedef.pl
21216 ____________________________________________________________________________
21217 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
21218         Log: Sync up the File::Find changes from the rewrite by
21219              Thomas Wegner, et al.
21220      Branch: maint-5.6/macperl
21221            + t/lib/filefind-taint.t
21222            ! lib/File/Find.pm t/lib/filefind.t
21223 ____________________________________________________________________________
21224 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
21225         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
21226              From: Thomas Wegner <wegner_thomas@yahoo.com>
21227              Date: Thu, 5 Jul 2001 20:31:25 +0200
21228              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
21229      Branch: maint-5.6/macperl
21230            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
21231 ____________________________________________________________________________
21232 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
21233         Log: Some more test portability fixes.
21234      Branch: maint-5.6/macperl
21235            ! t/lib/filecopy.t t/pragma/warn/pp_sys
21236 ____________________________________________________________________________
21237 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
21238         Log: The #11200 removed wrong (non-existent) target.  Duh.
21239      Branch: perl
21240            ! Makefile.SH
21241 ____________________________________________________________________________
21242 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
21243         Log: Zap the lib/re.pm before creating it.
21244      Branch: perl
21245            ! Makefile.SH
21246 ____________________________________________________________________________
21247 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
21248         Log: Another test.  Please ignore.
21249      Branch: maint-5.6/macperl
21250            ! README.macos
21251 ____________________________________________________________________________
21252 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
21253         Log: Portability fixes for a lot of tests, especially IO-related
21254              tests, and warnings, and the harness script.
21255      Branch: maint-5.6/macperl
21256            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
21257            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
21258            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
21259            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
21260            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
21261            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
21262            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
21263            ! t/pragma/warnings.t
21264 ____________________________________________________________________________
21265 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
21266         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
21267              From: Nicholas Clark <nick@ccl4.org>
21268              Date: Sat, 7 Jul 2001 21:00:17 +0100
21269              Message-ID: <20010707210017.H59620@plum.flirble.org>
21270      Branch: perl
21271            ! lib/h2xs.t
21272 ____________________________________________________________________________
21273 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
21274         Log: The UNICOS/mk SysV IPC problem has been fixed.
21275      Branch: perl
21276            ! pod/perl572delta.pod
21277 ____________________________________________________________________________
21278 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
21279         Log: Slight update tweaks on perlunicode.pod.
21280      Branch: perl
21281            ! pod/perlunicode.pod
21282 ____________________________________________________________________________
21283 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
21284         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
21285              From: Mark-Jason Dominus <mjd@plover.com>
21286              Date: Sat, 07 Jul 2001 13:04:04 -0400
21287              Message-ID: <20010707170404.32694.qmail@plover.com>
21288      Branch: perl
21289            ! ext/DB_File/DB_File.pm
21290 ____________________________________________________________________________
21291 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
21292         Log: Fix up AutoLoader to fudge for Mac paths in import().
21293      Branch: maint-5.6/macperl
21294            ! lib/AutoLoader.pm
21295 ____________________________________________________________________________
21296 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
21297         Log: Try to force the lib/re.pm to be there before entering
21298              the extensions builds, should help for parallel makes.
21299      Branch: perl
21300            ! Makefile.SH
21301 ____________________________________________________________________________
21302 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
21303         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21304              From: Norton Allen <allen@huarp.harvard.edu>
21305              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
21306              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
21307      Branch: perl
21308            ! ext/POSIX/POSIX.xs
21309 ____________________________________________________________________________
21310 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
21311         Log: Subject: [PATCH] Re: op/arith.t
21312              From: Nicholas Clark <nick@ccl4.org>
21313              Date: Sat, 7 Jul 2001 13:04:54 +0100
21314              Message-ID: <20010707130454.D59620@plum.flirble.org>
21315      Branch: perl
21316            ! numeric.c toke.c
21317 ____________________________________________________________________________
21318 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
21319         Log: Subject: [PATCH] h2xs
21320              From: Nicholas Clark <nick@ccl4.org>
21321              Date: Fri, 6 Jul 2001 23:25:14 +0100
21322              Message-ID: <20010706232514.X59620@plum.flirble.org>
21323      Branch: perl
21324            ! utils/h2xs.PL
21325 ____________________________________________________________________________
21326 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
21327         Log: Subject: Re: bleedperl perl_alloc..free leakage
21328              From: Radu Greab <radu@netsoft.ro>
21329              Date: Fri, 6 Jul 2001 19:48:54 +0300
21330              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
21331              
21332              Leak-be-gone.
21333      Branch: perl
21334            ! op.c
21335 ____________________________________________________________________________
21336 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
21337         Log: Test again.  Please ignore.
21338      Branch: maint-5.6/macperl
21339            ! README.macos
21340 ____________________________________________________________________________
21341 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
21342         Log: Test.  Please ignore.
21343      Branch: maint-5.6/macperl
21344            ! README.macos
21345 ____________________________________________________________________________
21346 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
21347         Log: Include changes already sent in separately as patches,
21348              before branch was created.
21349      Branch: maint-5.6/macperl
21350            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
21351            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
21352            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
21353            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
21354            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
21355            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
21356            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
21357            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
21358            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
21359            ! t/pragma/strict.t
21360 ____________________________________________________________________________
21361 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
21362         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21363              From: Norton Allen <allen@huarp.harvard.edu>
21364              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21365              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21366      Branch: perl
21367            ! utf8.h
21368 ____________________________________________________________________________
21369 [ 11183] By: nick                                  on 2001/07/06  16:27:40
21370         Log: Integrate mainline
21371      Branch: perlio
21372           +> (branch 42 files)
21373            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
21374            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
21375            - win32/bin/mdelete.bat
21376           !> (integrate 215 files)
21377 ____________________________________________________________________________
21378 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
21379         Log: The #11166 needed also these updated.
21380      Branch: perl
21381            ! lib/warnings.pm warnings.h
21382 ____________________________________________________________________________
21383 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
21384         Log: Update Changes.
21385      Branch: perl
21386            ! Changes patchlevel.h
21387 ____________________________________________________________________________
21388 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
21389         Log: Regen toc.
21390      Branch: perl
21391            ! pod/perltoc.pod
21392 ____________________________________________________________________________
21393 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
21394         Log: Nit from Abhijit.
21395      Branch: perl
21396            ! lib/CPAN.pm
21397 ____________________________________________________________________________
21398 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
21399         Log: Retract #11172.
21400      Branch: perl
21401            ! t/op/method.t
21402 ____________________________________________________________________________
21403 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
21404         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21405              From: Norton Allen <allen@huarp.harvard.edu>
21406              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21407              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21408      Branch: perl
21409            ! lib/Cwd.pm
21410 ____________________________________________________________________________
21411 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
21412         Log: (Accidentally empty check-in.)
21413      Branch: perl
21414            ! utf8.h
21415 ____________________________________________________________________________
21416 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
21417         Log: Retract #11165 since Sarathy pointed out it'll not
21418              work properly under threads, the problem should be
21419              solved using "the savestack, either via SSNEW() or
21420              using a newSVpv()+SAVEFREESV() combo."
21421      Branch: perl
21422            ! ext/POSIX/POSIX.xs
21423 ____________________________________________________________________________
21424 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
21425         Log: Retract #11125 since NI-S pointed out it'll not work in
21426              cases where the extension has their own handcrafted INC
21427              et alia.
21428      Branch: perl
21429            ! lib/ExtUtils/MM_Unix.pm
21430 ____________________________________________________________________________
21431 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
21432         Log: Subject: RE: [PATCH] -I and MakeMaker again
21433              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21434              Date: Fri, 6 Jul 2001 09:18:29 +0200
21435              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
21436      Branch: perl
21437            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
21438            ! lib/ExtUtils/MM_Win32.pm
21439 ____________________________________________________________________________
21440 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
21441         Log: (Retracted by #11178)
21442              Subject: [PATCH t/op/method.t] SUPER:: strangeness
21443              From: Piers Cawley <pdcawley@iterative-software.com>
21444              Date: 06 Jul 2001 10:49:01 +0100
21445              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
21446      Branch: perl
21447            ! t/op/method.t
21448 ____________________________________________________________________________
21449 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
21450         Log: VOS README update from Paul Green.
21451      Branch: perl
21452            ! README.vos
21453 ____________________________________________________________________________
21454 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
21455         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21456              From: Norton Allen <allen@huarp.harvard.edu>
21457              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
21458              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
21459      Branch: perl
21460            ! README.qnx hints/qnx.sh
21461 ____________________________________________________________________________
21462 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
21463         Log: Subject: [PATCH] Doc patch for Tie::Hash
21464              From: Artur Bergman <artur@contiller.se>
21465              Date: Thu, 05 Jul 2001 22:51:18 +0200
21466              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
21467      Branch: perl
21468            ! lib/Tie/Hash.pm
21469 ____________________________________________________________________________
21470 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
21471         Log: Subject: [PATCH] perlfaq4.pod
21472              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
21473              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
21474              Date: Thu, 5 Jul 2001 18:44:10 +0100 
21475      Branch: perl
21476            ! pod/perlfaq4.pod
21477 ____________________________________________________________________________
21478 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
21479         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
21480              From: Robin Houston <robin@kitsite.com>
21481              Date: Thu, 5 Jul 2001 18:33:21 +0100
21482              Message-ID: <20010705183321.A27345@robin.kitsite.com>
21483      Branch: perl
21484            ! ext/B/B/Deparse.pm
21485 ____________________________________________________________________________
21486 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
21487         Log: (Retracted by #11285.)
21488              
21489              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
21490              From: Abhijit Menon-Sen <ams@wiw.org>
21491              Date: Fri, 6 Jul 2001 01:26:32 +0530
21492              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
21493      Branch: perl
21494            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
21495            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
21496            ! warnings.pl
21497 ____________________________________________________________________________
21498 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
21499         Log: (Retracted by #11175)
21500              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21501              From: Norton Allen <allen@huarp.harvard.edu>
21502              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
21503              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
21504      Branch: perl
21505            ! ext/POSIX/POSIX.xs
21506 ____________________________________________________________________________
21507 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
21508         Log: Unterminated C< (noticed by Richard Hatch), and few other
21509              small Unicode doc tweaks.
21510      Branch: perl
21511            ! pod/perlretut.pod
21512 ____________________________________________________________________________
21513 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
21514         Log: More flexible argument understanding; add charblocks() and
21515              charscripts(); make charblock() and charscript() two-way;
21516              add charinrange(); separate the $Unicode::UCD::VERSION and
21517              the version of the Unicode by adding UnicodeVersion().
21518      Branch: perl
21519            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21520 ____________________________________________________________________________
21521 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
21522         Log: Update Unicode::UCD on \p{In...}.
21523      Branch: perl
21524            ! lib/Unicode/UCD.pm
21525 ____________________________________________________________________________
21526 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
21527         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
21528              From: Norton Allen <allen@huarp.harvard.edu>
21529              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
21530              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
21531      Branch: perl
21532            ! lib/ExtUtils/MM_Unix.pm
21533 ____________________________________________________________________________
21534 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
21535         Log: POSIX-BC tweaks from Thomas Dorner.
21536      Branch: perl
21537            ! hints/posix-bc.sh perlio.h
21538 ____________________________________________________________________________
21539 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
21540         Log: Module updates for the delta.
21541      Branch: perl
21542            ! pod/perl572delta.pod
21543 ____________________________________________________________________________
21544 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
21545         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
21546              From: Norton Allen <allen@huarp.harvard.edu>
21547              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
21548              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
21549      Branch: perl
21550            ! ext/IO/lib/IO/t/io_sock.t
21551 ____________________________________________________________________________
21552 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
21553         Log: Subject: [PATCH perldiag.pod] Quick fixes
21554              From: Simon Cozens <simon@netthink.co.uk>
21555              Date: Wed, 4 Jul 2001 20:22:12 +0100
21556              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
21557      Branch: perl
21558            ! pod/perldiag.pod
21559 ____________________________________________________________________________
21560 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
21561         Log: (retracted by #13533)
21562              
21563              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
21564              From: Radu Greab <radu@netsoft.ro>
21565              Date: Wed, 4 Jul 2001 22:13:31 +0300
21566              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
21567      Branch: perl
21568            ! op.c sv.c t/op/pos.t
21569 ____________________________________________________________________________
21570 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
21571         Log: Subject: [PATCH] -I and MakeMaker again
21572              From: Michael G Schwern <schwern@pobox.com>
21573              Date: Wed, 4 Jul 2001 15:03:07 -0400
21574              Message-ID: <20010704150307.I20340@blackrider>
21575              
21576              (and retract #11145)
21577      Branch: perl
21578            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
21579            ! lib/ExtUtils/MakeMaker.pm
21580 ____________________________________________________________________________
21581 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
21582         Log: Subject: Re: PERFORCE change 11142 for review
21583              From: "Philip Newton" <Philip.Newton@gmx.net>
21584              Date: Wed, 4 Jul 2001 20:46:26 +0200
21585              Message-Id: <200107041841.VAA25380@taas.iki.fi>
21586      Branch: perl
21587            ! lib/ExtUtils/MakeMaker.pm
21588 ____________________________________________________________________________
21589 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
21590         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21591              From: Jonathan Stowe <gellyfish@gellyfish.com>
21592              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
21593              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
21594      Branch: perl
21595            ! utils/pl2pm.PL
21596 ____________________________________________________________________________
21597 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
21598         Log: fix the binary compatibility issue when building with/without
21599              usemymalloc by exporting Perl_malloc() et al as simple wrappers
21600              around the system functions (this allows most extensions built
21601              using one mode to coexist with perls built in the other mode)
21602              
21603              XXX the Perl_mfree() wrapper might need to do return(free()) on
21604              platforms where Free_t isn't "void"
21605      Branch: perl
21606            ! embed.h embed.pl makedef.pl proto.h util.c
21607 ____________________________________________________________________________
21608 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
21609         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
21610              since it doesn't ensure threads other than the one calling fork()
21611              aren't holding any locks; the fix is to use pthread_atfork() to
21612              hold global locks
21613              
21614              building perl with -Dusemymalloc exacerbates the problem since
21615              Perl_malloc() holds a mutex, and perl's exec() calls New()
21616              
21617              XXX the code in win32thread.h may be needed on platforms that have
21618              no pthread_atfork()
21619      Branch: perl
21620            ! perl.c thread.h win32/win32thread.h
21621 ____________________________________________________________________________
21622 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
21623         Log: Integrate #11009 from maintperl.
21624      Branch: maint-5.6/macperl
21625           !> lib/ExtUtils/Manifest.pm
21626 ____________________________________________________________________________
21627 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
21628         Log: Flexing my Perforce muscles.
21629      Branch: maint-5.6/macperl
21630            ! README.macos
21631 ____________________________________________________________________________
21632 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
21633         Log: Update Changes.
21634      Branch: perl
21635            ! Changes patchlevel.h
21636 ____________________________________________________________________________
21637 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
21638         Log: Metaconfig unit change for #11146.
21639      Branch: metaconfig/U/perl
21640            ! d_fcntl_can_lock.U
21641 ____________________________________________________________________________
21642 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
21643         Log: Somehow the #ifdefs of the added code (in #11093) made
21644              HP-UX to fail the fcntl locking test, without the ifdefs
21645              the test seems to be working again.  Reason unknown:
21646              HP-UX cc doesn't complain either way.
21647      Branch: perl
21648            ! Configure
21649 ____________________________________________________________________________
21650 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
21651         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
21652      Branch: perl
21653            ! lib/ExtUtils/MM_Unix.pm
21654 ____________________________________________________________________________
21655 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
21656         Log: gcc -Wall nit.
21657      Branch: perl
21658            ! pp_hot.c
21659 ____________________________________________________________________________
21660 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
21661         Log: When removing tests updating the test count is a good idea, too.
21662      Branch: perl
21663            ! lib/Net/t/require.t
21664 ____________________________________________________________________________
21665 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
21666         Log: Document #11134 and add the new symbols to the list of
21667              of MakeMaker known ones.
21668      Branch: perl
21669            ! lib/ExtUtils/MakeMaker.pm
21670 ____________________________________________________________________________
21671 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
21672         Log: Microperl update.
21673      Branch: perl
21674            ! uconfig.h
21675 ____________________________________________________________________________
21676 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
21677         Log: Update the libnet tests as per #11138.
21678      Branch: perl
21679            - lib/Net/t/ph.t
21680            ! MANIFEST lib/Net/t/require.t
21681 ____________________________________________________________________________
21682 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
21683         Log: Regen toc and modlib.
21684      Branch: perl
21685            ! pod/perlmodlib.pod pod/perltoc.pod
21686 ____________________________________________________________________________
21687 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
21688         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
21689              Graham's request.
21690      Branch: perl
21691            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
21692            ! MANIFEST
21693 ____________________________________________________________________________
21694 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
21695         Log: Add the OS/390 harness results to the delta.
21696      Branch: perl
21697            ! pod/perl572delta.pod
21698 ____________________________________________________________________________
21699 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
21700         Log: Avoid the two study tests in OS/390 until the bug has been solved.
21701      Branch: perl
21702            ! t/op/study.t
21703 ____________________________________________________________________________
21704 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
21705         Log: DOS/DJGPP tweaks from Laszlo Molnar.
21706      Branch: perl
21707            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
21708 ____________________________________________________________________________
21709 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
21710         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
21711              From: Michael G Schwern <schwern@pobox.com>
21712              Date: Wed, 4 Jul 2001 00:01:16 -0400
21713              Message-ID: <20010704000116.C591@blackrider>
21714      Branch: perl
21715            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
21716 ____________________________________________________________________________
21717 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
21718         Log: The #11132 missed singleton characters (not part
21719              of a unilo..unihi range) in Unicode scripts.
21720      Branch: perl
21721            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
21722            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
21723            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21724            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
21725            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
21726            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
21727            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
21728            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
21729            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
21730            ! lib/unicode/mktables.PL t/op/pat.t
21731 ____________________________________________________________________________
21732 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
21733         Log: Support preferentially the Unicode 'scripts' definition
21734              in the \p{In...} notation since according to Unicode the
21735              scripts concept is more natural for matching than using
21736              the somewhat artificial block names.  The block names are
21737              still available, though, and if there's a name conflict,
21738              the scripts one wins and the blocks one has to do with
21739              'Block' appended to its name.  For more information see
21740              
21741              http://www.unicode.org/unicode/reports/tr24/
21742      Branch: perl
21743            + lib/unicode/In/100.pl lib/unicode/In/101.pl
21744            + lib/unicode/In/102.pl lib/unicode/In/103.pl
21745            + lib/unicode/In/104.pl lib/unicode/In/105.pl
21746            + lib/unicode/In/106.pl lib/unicode/In/107.pl
21747            + lib/unicode/In/108.pl lib/unicode/In/109.pl
21748            + lib/unicode/In/110.pl lib/unicode/In/111.pl
21749            + lib/unicode/In/112.pl lib/unicode/In/113.pl
21750            + lib/unicode/In/114.pl lib/unicode/In/115.pl
21751            + lib/unicode/In/116.pl lib/unicode/In/117.pl
21752            + lib/unicode/In/118.pl lib/unicode/In/119.pl
21753            + lib/unicode/In/120.pl lib/unicode/In/121.pl
21754            + lib/unicode/In/122.pl lib/unicode/In/123.pl
21755            + lib/unicode/In/124.pl lib/unicode/In/125.pl
21756            + lib/unicode/In/126.pl lib/unicode/In/127.pl
21757            + lib/unicode/In/128.pl lib/unicode/In/129.pl
21758            + lib/unicode/In/130.pl lib/unicode/In/131.pl
21759            + lib/unicode/In/132.pl lib/unicode/In/133.pl
21760            + lib/unicode/In/134.pl lib/unicode/In/135.pl
21761            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
21762            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
21763            ! (edit 106 files)
21764 ____________________________________________________________________________
21765 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
21766         Log: Better document the difference between a block and a script.
21767      Branch: perl
21768            ! lib/Unicode/UCD.pm
21769 ____________________________________________________________________________
21770 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
21771         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
21772              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21773              Date: Tue, 3 Jul 2001 15:04:23 -0500
21774              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
21775      Branch: perl
21776            ! lib/CPAN.pm
21777 ____________________________________________________________________________
21778 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
21779         Log: Add tests for charscript().
21780      Branch: perl
21781            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21782 ____________________________________________________________________________
21783 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
21784         Log: Add charscript() to get the UTR#24 script names of characters.
21785      Branch: perl
21786            ! lib/Unicode/UCD.pm
21787 ____________________________________________________________________________
21788 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
21789         Log: Todo updates.
21790      Branch: perl
21791            ! pod/perltodo.pod
21792 ____________________________________________________________________________
21793 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
21794         Log: Unicode::UCD updates.
21795      Branch: perl
21796            ! lib/Unicode/UCD.pm
21797 ____________________________________________________________________________
21798 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
21799         Log: (Retracted by #11174)
21800              Subject: MakeMaker should pass through DEFINE and INC to subdirs
21801              From: Alan Burlison <Alan.Burlison@sun.com>
21802              Date: Tue, 03 Jul 2001 15:20:13 +0100
21803              Message-ID: <3B41D49D.A923D4F9@sun.com>
21804      Branch: perl
21805            ! lib/ExtUtils/MM_Unix.pm
21806 ____________________________________________________________________________
21807 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
21808         Log: Subject: Patch needed for UTS
21809              From: hom00@utsglobal.com (Hal Morris)
21810              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
21811              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
21812              
21813              Replace #11113 with a better version.
21814      Branch: perl
21815            ! perl.h
21816 ____________________________________________________________________________
21817 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
21818         Log: Subject: Re: POINTERRIGOR
21819              From: Andy Dougherty <doughera@lafayette.edu>
21820              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
21821              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
21822      Branch: perl
21823            ! util.c
21824 ____________________________________________________________________________
21825 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
21826         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
21827              From: "Philip Newton" <pnewton@gmx.de>
21828              Date: Tue, 3 Jul 2001 17:03:34 +0200
21829              Message-ID: <3B41FAE6.29564.660E117@localhost>
21830      Branch: perl
21831            ! pp_hot.c
21832 ____________________________________________________________________________
21833 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
21834         Log: Typos.
21835      Branch: perl
21836            ! INSTALL
21837 ____________________________________________________________________________
21838 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
21839         Log: Subject: [PATCH 5.6.1] debugger fixes
21840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21841              Date: Tue, 3 Jul 2001 03:38:18 -0400
21842              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
21843              
21844              The $^S is working again.
21845      Branch: perl
21846            ! lib/perl5db.pl
21847 ____________________________________________________________________________
21848 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
21849         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
21850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21851              Date: Tue, 3 Jul 2001 03:34:06 -0400
21852              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
21853      Branch: perl
21854            ! os2/OS2/Process/Process.pm
21855 ____________________________________________________________________________
21856 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
21857         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
21858              From: "Philip Newton" <Philip.Newton@gmx.net>
21859              Date: Tue, 3 Jul 2001 09:11:27 +0200
21860              Message-Id: <200107030706.KAA04596@taas.iki.fi>
21861      Branch: perl
21862            ! lib/FindBin.pm
21863 ____________________________________________________________________________
21864 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
21865         Log: Delta delta.
21866      Branch: perl
21867            ! pod/perl572delta.pod
21868 ____________________________________________________________________________
21869 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
21870         Log: Metaconfig unit change for 11115.
21871      Branch: metaconfig
21872            ! U/modified/libc.U
21873 ____________________________________________________________________________
21874 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
21875         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
21876              (from Richard Hatch) (this was the cause of pipes() and
21877              times() myeteriously not being found)
21878      Branch: perl
21879            ! Configure
21880 ____________________________________________________________________________
21881 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
21882         Log: Retract #10142, the real culprit found by Richard Hatch,
21883              coming soon to Configure near you.
21884      Branch: perl
21885            ! hints/aix.sh
21886 ____________________________________________________________________________
21887 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
21888         Log: (Replaced by #11124) UTS workaround from Hal Morris.
21889      Branch: perl
21890            ! perl.h
21891 ____________________________________________________________________________
21892 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
21893         Log: Subject: [PATCH] grok not grocking correctly
21894              From: Nicholas Clark <nick@ccl4.org>
21895              Date: Tue, 3 Jul 2001 00:19:08 +0100
21896              Message-ID: <20010703001908.H59620@plum.flirble.org>
21897      Branch: perl
21898            ! numeric.c
21899 ____________________________________________________________________________
21900 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
21901         Log: Subject: [PATCH Deparse.t] test just-posted patches
21902              From: Robin Houston <robin@kitsite.com>
21903              Date: Mon, 2 Jul 2001 23:46:15 +0100
21904              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
21905      Branch: perl
21906            ! ext/B/Deparse.t
21907 ____________________________________________________________________________
21908 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
21909         Log: Subject: [PATCH toke.c] autosplit into @F
21910              From: Robin Houston <robin@kitsite.com>
21911              Date: Mon, 2 Jul 2001 23:18:20 +0100
21912              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
21913      Branch: perl
21914            ! perl.c toke.c
21915 ____________________________________________________________________________
21916 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
21917         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
21918              From: Robin Houston <robin@kitsite.com>
21919              Date: Mon, 2 Jul 2001 23:00:48 +0100
21920              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
21921      Branch: perl
21922            ! ext/B/B/Deparse.pm
21923 ____________________________________________________________________________
21924 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
21925         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
21926              From: "Philip Newton" <Philip.Newton@gmx.net>
21927              Date: Mon, 2 Jul 2001 22:06:22 +0200
21928              (no Message-Id)
21929      Branch: perl
21930            ! ext/NDBM_File/hints/linux.pl
21931 ____________________________________________________________________________
21932 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
21933         Log: Subject: Re: Fixed pack problem - sort of
21934              From: Nicholas Clark <nick@ccl4.org>
21935              Date: Mon, 2 Jul 2001 20:59:20 +0100
21936              Message-ID: <20010702205919.F59620@plum.flirble.org>
21937      Branch: perl
21938            ! pp_pack.c t/op/pack.t
21939 ____________________________________________________________________________
21940 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
21941         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
21942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21943              Date: Mon, 2 Jul 2001 15:45:41 -0400
21944              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
21945      Branch: perl
21946            ! os2/os2.c
21947 ____________________________________________________________________________
21948 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
21949         Log: (Mistaken retraction)
21950      Branch: perl
21951            ! utils/pl2pm.PL
21952 ____________________________________________________________________________
21953 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
21954         Log: Detypo in #11103.
21955      Branch: perl
21956            ! utils/pl2pm.PL
21957 ____________________________________________________________________________
21958 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
21959         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21960              From: Jonathan Stowe <gellyfish@gellyfish.com>
21961              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
21962              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
21963      Branch: perl
21964            ! utils/pl2pm.PL
21965 ____________________________________________________________________________
21966 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
21967         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
21968              From: "Craig A. Berry" <craigberry@mac.com>
21969              Date: Mon, 02 Jul 2001 14:11:23 -0500
21970              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
21971      Branch: perl
21972            ! lib/Unicode/UCD.pm
21973 ____________________________________________________________________________
21974 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
21975         Log: Subject: [PATCH] Re: op/numconvert.t failures
21976              From: Nicholas Clark <nick@ccl4.org>
21977              Date: Mon, 2 Jul 2001 20:10:48 +0100
21978              Message-ID: <20010702201048.E59620@plum.flirble.org>
21979      Branch: perl
21980            ! t/op/numconvert.t
21981 ____________________________________________________________________________
21982 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
21983         Log: Update Changes.
21984      Branch: perl
21985            ! Changes patchlevel.h
21986 ____________________________________________________________________________
21987 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
21988         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
21989              The real fix must be more involved.  The line of code all the leaky
21990              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
21991              line of Perl_newPMOP().
21992      Branch: perl
21993            ! op.h
21994 ____________________________________________________________________________
21995 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
21996         Log: Based on
21997              
21998              Subject: Re: sizeof(struct sembuf)
21999              From: Nicholas Clark <nick@ccl4.org>
22000              Date: Sun, 1 Jul 2001 22:26:48 +0100
22001              Message-ID: <20010701222648.W59620@plum.flirble.org>
22002              
22003              but do semop() always the slow way.
22004      Branch: perl
22005            ! doio.c
22006 ____________________________________________________________________________
22007 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
22008         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
22009              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22010              Date: Tue, 03 Jul 2001 00:56:30 +0900
22011              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
22012      Branch: perl
22013            ! ext/Encode/Encode/Tcl.t
22014 ____________________________________________________________________________
22015 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
22016         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
22017              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22018              Date: Tue, 03 Jul 2001 00:55:46 +0900
22019              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
22020      Branch: perl
22021            ! ext/Encode/Encode/Tcl.pm
22022 ____________________________________________________________________________
22023 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
22024         Log: Regen api and toc.
22025      Branch: perl
22026            ! pod/perlapi.pod pod/perltoc.pod
22027 ____________________________________________________________________________
22028 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
22029         Log: Metaconfig unit change for #11093.
22030      Branch: metaconfig/U/perl
22031            ! d_fcntl_can_lock.U
22032 ____________________________________________________________________________
22033 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
22034         Log: The fcntl locking test may hang if NFS locking messed up;
22035              break out with alarm(10).
22036      Branch: perl
22037            ! Configure
22038 ____________________________________________________________________________
22039 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
22040         Log: Move the mdelete.bat from win32/bin to win32.
22041      Branch: perl
22042            ! MANIFEST
22043 ____________________________________________________________________________
22044 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
22045         Log: Typo in #11083.
22046      Branch: perl
22047            ! ext/Time/Piece/Piece.t
22048 ____________________________________________________________________________
22049 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
22050         Log: Netware tweaks from Guruprasad.
22051      Branch: perl
22052            - NetWare/perlsdio.h
22053            ! MANIFEST NetWare/Makefile NetWare/interface.c
22054            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
22055            ! perlsdio.h
22056 ____________________________________________________________________________
22057 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
22058         Log: Subject: Re: [PATH] shared -> unique;
22059              From: Abhijit Menon-Sen <ams@wiw.org>
22060              Date: Wed, 27 Jun 2001 03:51:27 +0530
22061              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
22062      Branch: perl
22063            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
22064 ____________________________________________________________________________
22065 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
22066         Log: Subject: Re: AIX / gcc-3.0
22067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22068              Date: Mon, 02 Jul 2001 15:20:21 +0200
22069              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
22070      Branch: perl
22071            ! hints/aix.sh
22072 ____________________________________________________________________________
22073 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
22074         Log: Subject: Re: Bug report: split splits on wrong pattern
22075              From: Abhijit Menon-Sen <ams@wiw.org>
22076              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
22077              Date: Mon, 2 Jul 2001 16:31:33 +0530
22078      Branch: perl
22079            ! pp_ctl.c
22080 ____________________________________________________________________________
22081 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
22082         Log: Subject: [PATCH 5.6.1] test harness
22083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22084              Date: Mon, 2 Jul 2001 06:29:21 -0400
22085              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
22086      Branch: perl
22087            ! lib/Test/Harness.pm
22088 ____________________________________________________________________________
22089 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
22090         Log: Subject: [PATCH 5.6.1] debugger goof
22091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22092              Date: Mon, 2 Jul 2001 06:27:22 -0400
22093              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
22094      Branch: perl
22095            ! lib/perl5db.pl
22096 ____________________________________________________________________________
22097 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
22098         Log: Subject: [PATCH 5.6.1] OS/2 cwd
22099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22100              Date: Mon, 2 Jul 2001 06:21:17 -0400
22101              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
22102      Branch: perl
22103            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
22104 ____________________________________________________________________________
22105 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
22106         Log: Make #11082 more OS/2-specific.
22107      Branch: perl
22108            ! ext/Time/Piece/Piece.t
22109 ____________________________________________________________________________
22110 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
22111         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
22112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22113              Date: Mon, 2 Jul 2001 06:06:34 -0400
22114              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
22115      Branch: perl
22116            ! ext/Time/Piece/Piece.t
22117 ____________________________________________________________________________
22118 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
22119         Log: Subject: [PATCH B::Deparse] version number & changes
22120              From: Robin Houston <robin@kitsite.com>  
22121              Date: Sun, 1 Jul 2001 17:17:29 +0100
22122              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
22123      Branch: perl
22124            ! ext/B/B/Deparse.pm
22125 ____________________________________________________________________________
22126 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
22127         Log: Subject: a small fix.
22128              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22129              Date: Mon, 2 Jul 2001 12:17:53 +0200
22130              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
22131      Branch: perl
22132            ! ext/Thread/Thread.xs
22133 ____________________________________________________________________________
22134 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
22135         Log: Subject: RE: perl@10907
22136              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22137              Date: Mon, 2 Jul 2001 12:06:16 +0200
22138              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
22139              
22140              Borland C vs PerlIO.
22141      Branch: perl
22142            ! win32/config.bc win32/config_H.bc
22143 ____________________________________________________________________________
22144 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
22145         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
22146              From: "H.M. Brand" <merijn@l1.procura.nl>
22147              Date: Mon, 02 Jul 2001 11:18:57 +0200
22148              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
22149      Branch: perl
22150            ! t/op/write.t
22151 ____________________________________________________________________________
22152 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
22153         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
22154              From: Michael G Schwern <schwern@pobox.com>
22155              Date: Mon, 2 Jul 2001 00:26:24 -0400
22156              Message-ID: <20010702002624.A18302@blackrider>
22157      Branch: perl
22158            - ext/util/mkbootstrap
22159 ____________________________________________________________________________
22160 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
22161         Log: Subject: [PATCH op.h] v minor comment tweak
22162              From: Robin Houston <robin@puffinry.freeserve.co.uk>
22163              Date: Mon, 2 Jul 2001 00:42:01 +0100
22164              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
22165      Branch: perl
22166            ! op.h
22167 ____________________________________________________________________________
22168 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
22169         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
22170      Branch: perl
22171            ! pod/perlfunc.pod
22172 ____________________________________________________________________________
22173 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
22174         Log: Subject: Re: sizeof(struct sembuf)
22175              From: Nicholas Clark <nick@ccl4.org>
22176              Date: Sun, 1 Jul 2001 19:23:16 +0100
22177              Message-ID: <20010701192316.V59620@plum.flirble.org>
22178              
22179              s/signaling/signalling/
22180      Branch: perl
22181            ! pod/perlfunc.pod
22182 ____________________________________________________________________________
22183 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
22184         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
22185              From: "Philip Newton" <Philip.Newton@gmx.net>
22186              Date: Sun, 1 Jul 2001 09:37:56 +0200
22187              Message-Id: <200107010733.KAA03920@taas.iki.fi>
22188      Branch: perl
22189            ! pod/perlvar.pod
22190 ____________________________________________________________________________
22191 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
22192         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
22193              From: "Philip Newton" <Philip.Newton@gmx.net>
22194              Date: Sun, 1 Jul 2001 09:37:56 +0200
22195              Message-Id: <200107010733.KAA03925@taas.iki.fi>
22196      Branch: perl
22197            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22198 ____________________________________________________________________________
22199 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
22200         Log: Metaconfig unit change for #11070.
22201      Branch: metaconfig
22202            ! U/compline/randfunc.U
22203 ____________________________________________________________________________
22204 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
22205         Log: Subject: [PATCH perlsnap] its --> it's --> its
22206              From: "Philip Newton" <Philip.Newton@gmx.net>
22207              Date: Sun, 1 Jul 2001 09:37:56 +0200
22208              Message-Id: <200107010733.KAA03914@taas.iki.fi>
22209      Branch: perl
22210            ! Porting/config_H
22211 ____________________________________________________________________________
22212 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
22213         Log: Sync with Sarathy; integrate with perlio.
22214      Branch: perl
22215           !> gv.c
22216 ____________________________________________________________________________
22217 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
22218         Log: regenerate win32/config_H.?c files
22219      Branch: perl
22220            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22221 ____________________________________________________________________________
22222 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
22223         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
22224              naming discipline
22225              
22226              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
22227              because of this)
22228              
22229              fix a warning about "fd" being used without being set in Cwd.xs
22230      Branch: perl
22231            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
22232            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
22233            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
22234            ! win32/config.vc
22235 ____________________________________________________________________________
22236 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
22237         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
22238              within macro arguments") and warnings ("unary minus applied to
22239              unsigned type", among others)
22240      Branch: perl
22241            ! gv.c hv.c op.c pp.c sv.c toke.c
22242 ____________________________________________________________________________
22243 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
22244         Log: win32 fixes: more spurious CRs
22245      Branch: perl
22246            ! win32/mdelete.bat
22247 ____________________________________________________________________________
22248 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
22249         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
22250              from win32/bin (or it gets deleted by distclean); don't delete
22251              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
22252              NT (should be made Win9x specific, and added to makefile.mk)
22253      Branch: perl
22254           +> win32/mdelete.bat
22255            - win32/bin/mdelete.bat
22256            ! win32/Makefile win32/makefile.mk
22257 ____________________________________________________________________________
22258 [ 11063] By: nick                                  on 2001/07/01  18:54:09
22259         Log: Quick for for #ifdef mess
22260      Branch: perlio
22261            ! gv.c
22262 ____________________________________________________________________________
22263 [ 11062] By: nick                                  on 2001/07/01  18:47:42
22264         Log: Raw integrate - does not build #if mess in gv.c
22265      Branch: perlio
22266           !> (integrate 29 files)
22267 ____________________________________________________________________________
22268 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
22269         Log: Make 'compile' target a little less broken.
22270              Still very broken, though: -Wall warnings from
22271              the generated code, boot_Foo prototypes missing,
22272              can't autoload Fcntl::SEEK_CUR et alia, ...
22273      Branch: perl
22274            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
22275            ! utils/perlcc.PL x2p/Makefile.SH
22276 ____________________________________________________________________________
22277 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
22278         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
22279      Branch: perl
22280            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22281            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
22282 ____________________________________________________________________________
22283 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
22284         Log: Update Changes.
22285      Branch: perl
22286            ! Changes patchlevel.h
22287 ____________________________________________________________________________
22288 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
22289         Log: Still one typo, regen toc.
22290      Branch: perl
22291            ! lib/Unicode/UCD.pm pod/perltoc.pod
22292 ____________________________________________________________________________
22293 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
22294         Log: Detypos and regen toc.
22295      Branch: perl
22296            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
22297 ____________________________________________________________________________
22298 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
22299         Log: VERSION tweak.
22300      Branch: perl
22301            ! ext/List/Util/lib/List/Util.pm
22302 ____________________________________________________________________________
22303 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
22304         Log: Attempt at plugging the leak under ithreads detected by Doug.
22305      Branch: perl
22306            ! op.h
22307 ____________________________________________________________________________
22308 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
22309         Log: gcc -Wall lint after #11051.
22310      Branch: perl
22311            ! pp_sys.c
22312 ____________________________________________________________________________
22313 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
22314         Log: Integrate perlio.
22315      Branch: perl
22316           !> lib/File/Find/taint.t
22317 ____________________________________________________________________________
22318 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
22319         Log: Don't use the v-strings for module VERSIONs.
22320      Branch: perl
22321            ! lib/Unicode/UCD.pm
22322 ____________________________________________________________________________
22323 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
22324         Log: Code cleanup based on turning off the -woffs in IRIX.
22325              Not all of the gripes cleaned up (hairy code in hv.c and
22326              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
22327              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
22328              to the IRIX hints)
22329      Branch: perl
22330            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
22331            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
22332            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
22333            ! regcomp.c sv.c
22334 ____________________________________________________________________________
22335 [ 11050] By: nick                                  on 2001/06/30  20:46:46
22336         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
22337      Branch: perlio
22338            ! lib/File/Find/taint.t
22339 ____________________________________________________________________________
22340 [ 11049] By: nick                                  on 2001/06/30  18:13:33
22341         Log: Integrate mainline
22342      Branch: perlio
22343           +> NetWare/nwstdio.h NetWare/perlsdio.h
22344           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22345           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
22346           +> lib/Unicode/UCD.t t/run/exit.t
22347           !> (integrate 60 files)
22348 ____________________________________________________________________________
22349 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
22350         Log: Delta delta.
22351      Branch: perl
22352            ! pod/perl572delta.pod
22353 ____________________________________________________________________________
22354 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
22355         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
22356              by CPAN.pm, use rather _00.
22357      Branch: perl
22358            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
22359            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
22360            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
22361            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
22362            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
22363            ! lib/ExtUtils/Embed.pm lib/Test.pm
22364 ____________________________________________________________________________
22365 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
22366         Log: Add a simple Unicode character database interface, Unicode::UCD.
22367      Branch: perl
22368            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
22369            ! MANIFEST
22370 ____________________________________________________________________________
22371 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
22372         Log: Subject: [PATCH] op/numconver.t
22373              From: Nicholas Clark <nick@ccl4.org>
22374              Date: Sat, 30 Jun 2001 15:40:10 +0100
22375              Message-ID: <20010630154010.I59620@plum.flirble.org>
22376      Branch: perl
22377            ! t/op/numconvert.t
22378 ____________________________________________________________________________
22379 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
22380         Log: The $^N is now taken (by #11038).
22381      Branch: perl
22382            ! t/base/lex.t
22383 ____________________________________________________________________________
22384 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
22385         Log: The #11040 had slipped to a wrong function...
22386      Branch: perl
22387            ! sv.c
22388 ____________________________________________________________________________
22389 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
22390         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
22391              the Configure library symbol probe mysteriously finds all
22392              symbols but those of pipe() and times().
22393      Branch: perl
22394            ! hints/aix.sh
22395 ____________________________________________________________________________
22396 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
22397         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
22398              From: Nicholas Clark <nick@ccl4.org>
22399              Date: Fri, 29 Jun 2001 23:49:07 +0100
22400              Message-ID: <20010629234907.D59620@plum.flirble.org>
22401      Branch: perl
22402            ! lib/ExtUtils.t
22403 ____________________________________________________________________________
22404 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
22405         Log: Subject: [PATCH] weakref fix 2, not yet there
22406              From: Artur Bergman <artur@contiller.se>
22407              Date: Sat, 30 Jun 2001 01:18:16 +0200
22408              Message-ID: <B762D957.1CC9%artur@contiller.se>
22409      Branch: perl
22410            ! sv.c
22411 ____________________________________________________________________________
22412 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
22413         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
22414              From: Michael G Schwern <schwern@pobox.com>
22415              Date: Fri, 29 Jun 2001 19:39:11 -0400
22416              Message-ID: <20010629193910.D25304@blackrider>
22417      Branch: perl
22418            + t/run/exit.t
22419            ! MANIFEST
22420 ____________________________________________________________________________
22421 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
22422         Log: Add support for $^N, the most-recently closed group.
22423      Branch: perl
22424            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
22425            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
22426            ! thrdvar.h
22427 ____________________________________________________________________________
22428 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
22429         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
22430              From: lvirden@cas.org
22431              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
22432              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
22433              
22434              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
22435              From: lvirden@cas.org
22436              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
22437              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
22438      Branch: perl
22439            ! README.solaris
22440 ____________________________________________________________________________
22441 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
22442         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
22443              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22444              Date: Sat, 30 Jun 2001 07:33:37 +0900
22445              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
22446              
22447              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
22448              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22449              Date: Sat, 30 Jun 2001 21:38:14 +0900
22450              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
22451      Branch: perl
22452            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22453            + ext/Encode/Encode/7bit-kr.enc
22454            ! MANIFEST ext/Encode/Encode/Tcl.pm
22455 ____________________________________________________________________________
22456 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
22457         Log: NetWare tweaks from Guruprasad.
22458      Branch: perl
22459            + NetWare/nwstdio.h NetWare/perlsdio.h
22460            ! MANIFEST NetWare/Makefile NetWare/config.wc
22461            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
22462            ! NetWare/t/Readme.txt
22463 ____________________________________________________________________________
22464 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
22465         Log: More module $VERSION bump-ups.
22466      Branch: perl
22467            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
22468            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
22469            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
22470 ____________________________________________________________________________
22471 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
22472         Log: Doc update due to #11032.
22473      Branch: perl
22474            ! pod/perl572delta.pod
22475 ____________________________________________________________________________
22476 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
22477         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
22478              From: Peter Prymmer <pvhp@forte.com>
22479              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
22480              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
22481      Branch: perl
22482            ! ext/Time/HiRes/HiRes.xs
22483 ____________________________________________________________________________
22484 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
22485         Log: -lpthreads missing in AIX.
22486      Branch: perl
22487            ! hints/aix.sh
22488 ____________________________________________________________________________
22489 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
22490         Log: Subject: [PATCH] CLONE && weakrefs
22491              From: Artur Bergman <artur@contiller.se>
22492              Date: Fri, 29 Jun 2001 17:02:00 +0200
22493              Message-ID: <B7626508.1CA0%artur@contiller.se>
22494      Branch: perl
22495            ! sv.c
22496 ____________________________________________________________________________
22497 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
22498         Log: Subject: Re: Bug report: split splits on wrong pattern
22499              From: Radu Greab <radu@netsoft.ro>
22500              Date: Wed, 27 Jun 2001 21:50:52 +0300
22501              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
22502      Branch: perl
22503            ! pp_ctl.c t/op/split.t
22504 ____________________________________________________________________________
22505 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
22506         Log: Metaconfig unit change for #11027.
22507      Branch: metaconfig/U/perl
22508            ! d_modfl.U
22509 ____________________________________________________________________________
22510 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
22511         Log: I thought this Configure glitch for AIX was just recently fixed?
22512      Branch: perl
22513            ! Configure
22514 ____________________________________________________________________________
22515 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
22516         Log: Update Changes.
22517      Branch: perl
22518            ! Changes patchlevel.h
22519 ____________________________________________________________________________
22520 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
22521         Log: Subject: Re: perl@10967, File::Find, and Cwd
22522              From: Mike Guy <mjtg@cam.ac.uk>
22523              Date: Fri, 29 Jun 2001 14:56:49 +0100
22524              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
22525      Branch: perl
22526            ! lib/File/Find/taint.t
22527 ____________________________________________________________________________
22528 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
22529         Log: Update the sv_pvprintify() spec.
22530      Branch: perl
22531            ! pod/perltodo.pod
22532 ____________________________________________________________________________
22533 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
22534         Log: Known test failures update.
22535      Branch: perl
22536            ! pod/perl572delta.pod
22537 ____________________________________________________________________________
22538 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
22539         Log: Based on
22540              
22541              Subject: [PATCH @11016] More );) fixes
22542              From: Richard Soderberg <rs@crystalflame.net>
22543              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
22544              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
22545      Branch: perl
22546            ! ext/Thread/Thread.xs ext/Thread/typemap
22547 ____________________________________________________________________________
22548 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
22549         Log: Subject: [PATCH @11016] Fixes compile errors in four files
22550              From: Richard Soderberg <rs@crystalflame.net>
22551              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
22552              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
22553      Branch: perl
22554            ! mg.c pp.c pp_hot.c util.c
22555 ____________________________________________________________________________
22556 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
22557         Log: AIX hints tweaking continues, from Merijn Brand.
22558      Branch: perl
22559            ! hints/aix.sh
22560 ____________________________________________________________________________
22561 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
22562         Log: HP-UX needs gccversion sooner, from Merijn Brand.
22563      Branch: perl
22564            ! hints/hpux.sh
22565 ____________________________________________________________________________
22566 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
22567         Log: Subject: [PATCH 5.6.1] OS/2 docs
22568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22569              Date: Fri, 29 Jun 2001 02:34:12 -0400
22570              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
22571      Branch: perl
22572            ! README.os2 os2/Changes
22573 ____________________________________________________________________________
22574 [ 11017] By: nick                                  on 2001/06/29  10:20:30
22575         Log: Integrate mainline
22576      Branch: perlio
22577           +> (branch 37 files)
22578            - ext/ODBM_File/sdbm.t
22579           !> (integrate 211 files)
22580 ____________________________________________________________________________
22581 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
22582         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
22583              the modules found using a script written by Larry Schatzer Jr.
22584      Branch: perl
22585            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
22586            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
22587            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22588            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22589            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
22590            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
22591            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
22592            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
22593            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
22594            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
22595            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
22596            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
22597            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
22598            ! lib/constant.pm lib/fields.pm lib/strict.pm
22599 ____________________________________________________________________________
22600 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
22601         Log: The latest JPL from the anoncvs.
22602      Branch: perl
22603            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22604 ____________________________________________________________________________
22605 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
22606         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
22607      Branch: perl
22608            ! t/op/pat.t
22609 ____________________________________________________________________________
22610 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
22611         Log: Worrying about insecure directories now is a bit too late.
22612      Branch: perl
22613            ! lib/File/Find/taint.t
22614 ____________________________________________________________________________
22615 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
22616         Log: Cannot DIE() in a void function,
22617              from Richard Hatch <rhatch@austin.ibm.com>.
22618      Branch: perl
22619            ! ext/IPC/SysV/SysV.xs
22620 ____________________________________________________________________________
22621 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
22622         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
22623              From: Peter Prymmer <pvhp@forte.com>
22624              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
22625              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
22626              
22627              (unfinished: time/hires tests 3, 5, 14 failing, but better
22628              than wholesale failure)
22629      Branch: perl
22630            ! ext/Time/HiRes/HiRes.xs
22631 ____________________________________________________________________________
22632 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
22633         Log: Subject: [PATCH 5.6.1] OS/2 improvements
22634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22635              Date: Thu, 28 Jun 2001 16:03:14 -0400
22636              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
22637      Branch: perl
22638            + os2/os2_base.t
22639            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
22640            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
22641            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
22642            ! os2/os2ish.h
22643 ____________________________________________________________________________
22644 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
22645         Log: Subject: Incrementing Extutils::Manifest's $VERSION
22646              From: Michael G Schwern <schwern@pobox.com>
22647              Date: Thu, 28 Jun 2001 13:13:49 -0400
22648              Message-ID: <20010628131349.A14738@blackrider>
22649      Branch: maint-5.6/perl
22650            ! lib/ExtUtils/Manifest.pm
22651 ____________________________________________________________________________
22652 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
22653         Log: AIX tweak from Merijn Brand.
22654      Branch: perl
22655            ! hints/aix.sh
22656 ____________________________________________________________________________
22657 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
22658         Log: Create the macperl branch.
22659      Branch: maint-5.6/macperl
22660           +> (branch 1728 files)
22661 ____________________________________________________________________________
22662 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
22663         Log: Update Changes.
22664      Branch: perl
22665            ! Changes patchlevel.h
22666 ____________________________________________________________________________
22667 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
22668         Log: More Perforce lore.
22669      Branch: perl
22670            ! Porting/repository.pod
22671 ____________________________________________________________________________
22672 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
22673         Log: Metaconfig unit changes for #11003.
22674      Branch: metaconfig/U/perl
22675            + d_nl_langinfo.U i_langinfo.U
22676 ____________________________________________________________________________
22677 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
22678         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
22679              Expected not to exist in non-UNIX excepting in VMS, where
22680              according to a quick web survey they just might.
22681      Branch: perl
22682            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
22683            ! Porting/config_H config_h.SH configure.com epoc/config.sh
22684            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
22685            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22686            ! win32/config.bc win32/config.gc win32/config.vc
22687 ____________________________________________________________________________
22688 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
22689         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
22690              in AIX is one is doing a 64-bit build.
22691      Branch: perl
22692            ! hints/aix.sh
22693 ____________________________________________________________________________
22694 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
22695         Log: Metaconfig unit changes for #11000.
22696      Branch: metaconfig/U/perl
22697            ! use64bits.U uselfs.U
22698 ____________________________________________________________________________
22699 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
22700         Log: Move use64bitint and use64bitall before uselargefiles.
22701      Branch: perl
22702            ! Configure
22703 ____________________________________________________________________________
22704 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
22705         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
22706              From: Robert Spier <rspier@pobox.com>
22707              Message-ID: <15162.41164.618712.841415@rls.cx>
22708              Date: Wed, 27 Jun 2001 23:13:16 -0400
22709      Branch: perl
22710            ! doio.c
22711 ____________________________________________________________________________
22712 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
22713         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
22714              From: Peter Prymmer <pvhp@forte.com>
22715              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
22716              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
22717      Branch: perl
22718            ! numeric.c
22719 ____________________________________________________________________________
22720 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
22721         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
22722              From: Peter Prymmer <pvhp@forte.com>
22723              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
22724              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
22725      Branch: perl
22726            ! configure.com ext/Digest/MD5/Makefile.PL
22727 ____________________________________________________________________________
22728 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
22729         Log: Update Changes.
22730      Branch: perl
22731            ! Changes patchlevel.h
22732 ____________________________________________________________________________
22733 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
22734         Log: Tiny EPOC updates.
22735      Branch: perl
22736            ! epoc/config.sh
22737 ____________________________________________________________________________
22738 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
22739         Log: The Test::More and Test::Simple tests required help
22740              thanks to our schizophrenic test scheme.
22741      Branch: perl
22742            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22743            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22744            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22745            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22746            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22747 ____________________________________________________________________________
22748 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
22749         Log: Upgrade to Test::Simple 0.09.
22750      Branch: perl
22751            + lib/Test/Simple/Changes
22752            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22753            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22754            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22755            ! lib/Test/Simple/t/plan_is_noplan.t
22756 ____________________________________________________________________________
22757 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
22758         Log: Upgrade to Test::More 0.07.
22759      Branch: perl
22760            + lib/Test/More/Changes
22761            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
22762            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
22763            ! lib/Test/More/t/skipall.t
22764 ____________________________________________________________________________
22765 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
22766         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
22767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22768              Date: Wed, 27 Jun 2001 18:40:04 +0200
22769              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
22770      Branch: perl
22771            ! hints/hpux.sh
22772 ____________________________________________________________________________
22773 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
22774         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22775              From: Norton Allen <allen@huarp.harvard.edu>
22776              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
22777              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
22778      Branch: perl
22779            ! README.qnx hints/qnx.sh
22780 ____________________________________________________________________________
22781 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
22782         Log: Subject: [PATCH] two little documentation nits
22783              From: Abhijit Menon-Sen <ams@wiw.org>
22784              Date: Wed, 27 Jun 2001 20:07:50 +0530
22785              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
22786      Branch: perl
22787            ! sv.c sv.h
22788 ____________________________________________________________________________
22789 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
22790         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
22791              From: Norton Allen <allen@huarp.harvard.edu>
22792              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
22793              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
22794      Branch: perl
22795            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22796 ____________________________________________________________________________
22797 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
22798         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
22799              From: Michael G Schwern <schwern@pobox.com>
22800              Date: Wed, 27 Jun 2001 02:34:58 -0400
22801              Message-ID: <20010627023458.K23874@blackrider>
22802      Branch: perl
22803            ! vms/test.com
22804 ____________________________________________________________________________
22805 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
22806         Log: Add perl_clone_host() for Netware.
22807      Branch: perl
22808            ! NetWare/nw5.c
22809 ____________________________________________________________________________
22810 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
22811         Log: GCC 3.0 hints for HP-UX.
22812      Branch: perl
22813            ! hints/hpux.sh
22814 ____________________________________________________________________________
22815 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
22816         Log: In some Linux distributions the libndbm is broken
22817              (no null key support), therefore link with libgdbm
22818              (if available), since it has a working ndbm emulation,
22819              from Jonathan Stowe.
22820      Branch: perl
22821            + ext/NDBM_File/hints/linux.pl
22822            ! MANIFEST
22823 ____________________________________________________________________________
22824 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
22825         Log: Subject: [PATCH perl@10930] find.t hack for VMS
22826              From: "Craig A. Berry" <craigberry@mac.com>
22827              Date: Tue, 26 Jun 2001 23:40:25 -0500
22828              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
22829      Branch: perl
22830            ! lib/File/Find/find.t
22831 ____________________________________________________________________________
22832 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
22833         Log: AUTHORS updates.
22834      Branch: perl
22835            ! AUTHORS
22836 ____________________________________________________________________________
22837 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
22838         Log: Metaconfig unit change like #10980.
22839      Branch: metaconfig
22840            ! U/compline/d_stdstdio.U
22841 ____________________________________________________________________________
22842 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
22843         Log: "lose the it's", from Abhijit Menon-Sen.
22844              ("It's" not searched, pods not searched.)
22845      Branch: perl
22846            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
22847            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
22848            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
22849            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
22850            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22851            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
22852 ____________________________________________________________________________
22853 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
22854         Log: "lose the looses", from Abhijit Menon-Sen.
22855      Branch: perl
22856            ! ext/B/B/Assembler.pm gv.c
22857 ____________________________________________________________________________
22858 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
22859         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
22860      Branch: perl
22861            ! hints/os390.sh
22862 ____________________________________________________________________________
22863 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
22864         Log: DEC C 5.3 on the VAX simply doesn't seem to like
22865              compiling the MD5 extension, disable it there for now,
22866              from Peter Prymmer.
22867      Branch: perl
22868            ! configure.com
22869 ____________________________________________________________________________
22870 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
22871         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
22872              From: Jonathan Stowe <gellyfish@gellyfish.com>
22873              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
22874              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
22875      Branch: perl
22876            ! pod/perlfaq3.pod
22877 ____________________________________________________________________________
22878 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
22879         Log: Subject: [PATCH 5.6.1] perlxs misprints
22880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22881              Date: Tue, 26 Jun 2001 17:20:00 -0400
22882              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
22883      Branch: perl
22884            ! pod/perlxs.pod
22885 ____________________________________________________________________________
22886 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
22887         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
22888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22889              Date: Tue, 26 Jun 2001 17:27:07 -0400
22890              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
22891      Branch: perl
22892            ! lib/ExtUtils/MM_Unix.pm
22893 ____________________________________________________________________________
22894 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
22895         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
22896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22897              Date: Tue, 26 Jun 2001 17:23:24 -0400
22898              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
22899      Branch: perl
22900            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22901 ____________________________________________________________________________
22902 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
22903         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
22904              by Olaf Flebbe.
22905      Branch: perl
22906            ! perl.h
22907 ____________________________________________________________________________
22908 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
22909         Log: Detypo.
22910      Branch: perl
22911            ! lib/Memoize/t/tie_sdbm.t
22912 ____________________________________________________________________________
22913 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
22914         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
22915      Branch: perl
22916            ! win32/perllib.c
22917 ____________________________________________________________________________
22918 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
22919         Log: Subject: [patch] perl_clone+CvFILE
22920              From: Doug MacEachern <dougm@covalent.net>
22921              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
22922              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
22923      Branch: perl
22924            ! sv.c
22925 ____________________________________________________________________________
22926 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
22927         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
22928              From: Mark-Jason Dominus <mjd@plover.com>
22929              Date: Tue, 26 Jun 2001 12:33:01 -0400
22930              Message-ID: <20010626163301.31298.qmail@plover.com>
22931      Branch: perl
22932            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22933 ____________________________________________________________________________
22934 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
22935         Log: Update Changes.
22936      Branch: perl
22937            ! Changes patchlevel.h
22938 ____________________________________________________________________________
22939 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
22940         Log: Also catfile() needs now to explicitly exported.
22941      Branch: perl
22942            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22943 ____________________________________________________________________________
22944 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
22945         Log: Regen toc.
22946      Branch: perl
22947            ! pod/perltoc.pod
22948 ____________________________________________________________________________
22949 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
22950         Log: Nonexistent pod command.
22951      Branch: perl
22952            ! pod/perl572delta.pod
22953 ____________________________________________________________________________
22954 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
22955         Log: Be more portable in the quest for tmpdir.
22956      Branch: perl
22957            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22958 ____________________________________________________________________________
22959 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
22960         Log: Be more portable in finding out the home directory,
22961              and use File::Spec to do the concat.
22962              (Come to think of it, couldn't File::Spec provide
22963              for a ->homedir method?)
22964      Branch: perl
22965            ! lib/Net/Config.pm
22966 ____________________________________________________________________________
22967 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
22968         Log: Doc patch for #10959.
22969      Branch: perl
22970            ! pod/perlfunc.pod
22971 ____________________________________________________________________________
22972 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
22973         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
22974              From: "Philip Newton" <pnewton@gmx.de>
22975              Date: Tue, 26 Jun 2001 16:26:47 +0200
22976              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
22977      Branch: perl
22978            ! pod/perldata.pod
22979 ____________________________________________________________________________
22980 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
22981         Log: Subject: [PATH] shared -> unique;
22982              From: "Artur Bergman" <artur@contiller.se>
22983              Date: Tue, 26 Jun 2001 16:18:40 +0200
22984              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
22985              
22986              Because "shared" isn't: it's read-only.
22987      Branch: perl
22988            ! toke.c xsutils.c
22989 ____________________________________________________________________________
22990 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
22991         Log: Escape multiline croak messages.
22992      Branch: perl
22993            ! t/op/ver.t
22994 ____________________________________________________________________________
22995 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
22996         Log: No more pragma/*.t for minitest.
22997      Branch: perl
22998            ! Makefile.SH
22999 ____________________________________________________________________________
23000 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
23001         Log: AUTHORS updates.
23002      Branch: perl
23003            ! AUTHORS
23004 ____________________________________________________________________________
23005 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
23006         Log: delta updates.
23007      Branch: perl
23008            ! pod/perl572delta.pod
23009 ____________________________________________________________________________
23010 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
23011         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
23012              From: Artur Bergman <artur@contiller.se> 
23013              Date: Tue, 26 Jun 2001 15:32:53 +0200
23014              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
23015      Branch: perl
23016            ! makedef.pl sv.c sv.h win32/perllib.c
23017 ____________________________________________________________________________
23018 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
23019         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
23020              From: Jonathan Stowe <gellyfish@gellyfish.com>
23021              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
23022              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
23023              
23024              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
23025      Branch: perl
23026            + ext/Time/HiRes/hints/sco.pl
23027            ! MANIFEST
23028 ____________________________________________________________________________
23029 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
23030         Log: Subject: [PATCH 5.6.1] static build
23031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23032              Date: Tue, 26 Jun 2001 04:22:25 -0400
23033              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
23034      Branch: perl
23035            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
23036            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
23037 ____________________________________________________________________________
23038 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
23039         Log: DJGPP patches from Laszlo Molnar.
23040      Branch: perl
23041            ! djgpp/djgpp.c perl.c util.c
23042 ____________________________________________________________________________
23043 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
23044         Log: Netware patches from Ananth Kesari.
23045      Branch: perl
23046            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
23047            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
23048            ! NetWare/nwtinfo.h
23049 ____________________________________________________________________________
23050 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
23051         Log: Detypo.
23052      Branch: perl
23053            ! ext/Errno/Errno_pm.PL
23054 ____________________________________________________________________________
23055 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
23056         Log: There seems to be two ways of spelling the $^O in *STEP.
23057      Branch: perl
23058            ! ext/Errno/Errno_pm.PL
23059 ____________________________________________________________________________
23060 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
23061         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
23062              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
23063      Branch: perl
23064            ! ext/Errno/Errno_pm.PL
23065 ____________________________________________________________________________
23066 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
23067         Log: Known bugs update.
23068      Branch: perl
23069            ! pod/perl572delta.pod
23070 ____________________________________________________________________________
23071 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
23072         Log: The default installation of Cygwin has 500 as root's uid.
23073      Branch: perl
23074            ! lib/User/pwent.t
23075 ____________________________________________________________________________
23076 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
23077         Log: Be even more relaxed (re-allow having only one entry).
23078      Branch: perl
23079            ! t/op/grent.t t/op/pwent.t
23080 ____________________________________________________________________________
23081 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
23082         Log: Test failure updates.
23083      Branch: perl
23084            ! pod/perl572delta.pod
23085 ____________________________________________________________________________
23086 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
23087         Log: MPE/iX test tweaks from Mark Bixby.
23088      Branch: perl
23089            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
23090            ! t/io/fs.t t/op/stat.t
23091 ____________________________________________________________________________
23092 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
23093         Log: Microperl findings.
23094      Branch: perl
23095            ! perl.h pp_sys.c
23096 ____________________________________________________________________________
23097 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
23098         Log: Touch uconfig.h.
23099      Branch: perl
23100            ! uconfig.h
23101 ____________________________________________________________________________
23102 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
23103         Log: Subject: [PATCH] Proposed fix for Pod::Man
23104              From: Rob Napier <rnapier@employees.org>
23105              Date: Mon, 25 Jun 2001 15:49:24 -0400
23106              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
23107              
23108              Cater for Solaris nroff brokenness (shortchanges daisywheel
23109              printers, but hey, we also no more support PDPs.)
23110      Branch: perl
23111            ! lib/Pod/Man.pm
23112 ____________________________________________________________________________
23113 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
23114         Log: Typo in #10937.
23115      Branch: perl
23116            ! ext/POSIX/sigaction.t
23117 ____________________________________________________________________________
23118 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
23119         Log: SIGCONT not trappable in VMS.
23120      Branch: perl
23121            ! ext/POSIX/sigaction.t
23122 ____________________________________________________________________________
23123 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
23124         Log: Subject: [DRAFT] Encode-Tcl.t
23125              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23126              Date: Tue, 26 Jun 2001 03:38:08 +0900
23127              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
23128      Branch: perl
23129            + ext/Encode/Encode/Tcl.t
23130            ! MANIFEST ext/Encode/Encode/Tcl.pm
23131 ____________________________________________________________________________
23132 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
23133         Log: Because of #10932 retract also the perlfunc hunk of #10910.
23134      Branch: perl
23135            ! pod/perlfunc.pod
23136 ____________________________________________________________________________
23137 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
23138         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
23139              by Ilya Zakharevich in
23140              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
23141      Branch: perl
23142            ! XSUB.h
23143 ____________________________________________________________________________
23144 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
23145         Log: Typo in #10889.
23146      Branch: perl
23147            ! hints/uts.sh
23148 ____________________________________________________________________________
23149 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
23150         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
23151              From: Abhijit Menon-Sen <ams@wiw.org>
23152              Date: Mon, 25 Jun 2001 23:45:45 +0530
23153              Message-ID: <20010625234545.A5022@lustre.linux.in>
23154      Branch: perl
23155            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
23156 ____________________________________________________________________________
23157 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
23158         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
23159              From: Michael G Schwern <schwern@pobox.com>
23160              Date: Mon, 25 Jun 2001 14:35:51 -0400
23161              Message-ID: <20010625143551.H13819@blackrider>
23162      Branch: perl
23163            ! lib/Test.pm
23164 ____________________________________________________________________________
23165 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
23166         Log: Update Changes.
23167      Branch: perl
23168            ! Changes patchlevel.h
23169 ____________________________________________________________________________
23170 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
23171         Log: Regen toc and modlib.
23172      Branch: perl
23173            ! pod/perlmodlib.pod pod/perltoc.pod
23174 ____________________________________________________________________________
23175 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
23176         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
23177              for the benefit of C++ compilers, as suggested by Guruprasad.
23178      Branch: perl
23179            ! embed.pl proto.h
23180 ____________________________________________________________________________
23181 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
23182         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
23183              From: Jonathan Stowe <gellyfish@gellyfish.com>
23184              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
23185              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
23186      Branch: perl
23187            ! pod/perlfaq5.pod
23188 ____________________________________________________________________________
23189 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
23190         Log: Missed from #10925.
23191      Branch: perl
23192            ! gv.c
23193 ____________________________________________________________________________
23194 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
23195         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
23196              From: Robin Houston <robin@kitsite.com>
23197              Date: Sat, 19 May 2001 16:19:34 +0100
23198              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
23199      Branch: perl
23200            ! cv.h gv.h op.c
23201 ____________________________________________________________________________
23202 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
23203         Log: Netware README tweak.
23204      Branch: perl
23205            ! README.netware
23206 ____________________________________________________________________________
23207 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
23208         Log: Subject: [PATCH] Re: overload.t fails
23209              From: Abhijit Menon-Sen <ams@wiw.org>
23210              Date: Mon, 25 Jun 2001 14:52:20 +0530
23211              Message-ID: <20010625145220.A24114@lustre.linux.in>
23212      Branch: perl
23213            ! lib/overload.t
23214 ____________________________________________________________________________
23215 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
23216         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23217              From: Mike Guy <mjtg@cam.ac.uk>
23218              Date: Mon, 25 Jun 2001 11:43:23 +0100
23219              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
23220      Branch: perl
23221            ! lib/Carp.pm
23222 ____________________________________________________________________________
23223 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
23224         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
23225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23226              Date: Sun, 24 Jun 2001 05:17:05 -0400
23227              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
23228      Branch: perl
23229            ! os2/os2ish.h
23230 ____________________________________________________________________________
23231 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
23232         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
23233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23234              Date: Mon, 25 Jun 2001 05:52:27 -0400
23235              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
23236      Branch: perl
23237            ! hints/os2.sh
23238 ____________________________________________________________________________
23239 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
23240         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
23241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23242              Date: Mon, 25 Jun 2001 05:23:35 -0400
23243              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
23244      Branch: perl
23245            ! os2/os2.c
23246 ____________________________________________________________________________
23247 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
23248         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
23249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23250              Date: Mon, 25 Jun 2001 05:04:32 -0400
23251              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
23252      Branch: perl
23253            ! os2/OS2/REXX/DLL/DLL.pm
23254 ____________________________________________________________________________
23255 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
23256         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
23257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23258              Date: Mon, 25 Jun 2001 05:02:36 -0400
23259              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
23260      Branch: perl
23261            ! mg.c os2/dl_os2.c os2/os2.c
23262 ____________________________________________________________________________
23263 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
23264         Log: Subject: Re: [PATCH 5.6.1] misprints
23265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23266              Date: Mon, 25 Jun 2001 04:50:50 -0400
23267              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
23268      Branch: perl
23269            ! os2/os2.c pp_sys.c
23270 ____________________________________________________________________________
23271 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
23272         Log: Add Test::More and Test::Simple to the delta.
23273      Branch: perl
23274            ! pod/perl572delta.pod
23275 ____________________________________________________________________________
23276 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
23277         Log: Add Test::More, from Michael G Schwern.
23278      Branch: perl
23279            + lib/Test/More.pm lib/Test/More/t/More.t
23280            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23281            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23282            + t/lib/Test/More/Catch.pm
23283            ! MANIFEST
23284 ____________________________________________________________________________
23285 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
23286         Log: Add Test::Simple from Michael G Schwern.
23287      Branch: perl
23288            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
23289            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23290            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23291            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
23292            + t/lib/Test/Simple/Catch.pm
23293            + t/lib/Test/Simple/sample_tests/death.plx
23294            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
23295            + t/lib/Test/Simple/sample_tests/extras.plx
23296            + t/lib/Test/Simple/sample_tests/five_fail.plx
23297            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
23298            + t/lib/Test/Simple/sample_tests/one_fail.plx
23299            + t/lib/Test/Simple/sample_tests/require.plx
23300            + t/lib/Test/Simple/sample_tests/success.plx
23301            + t/lib/Test/Simple/sample_tests/too_few.plx
23302            + t/lib/Test/Simple/sample_tests/two_fail.plx
23303            ! MANIFEST
23304 ____________________________________________________________________________
23305 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
23306         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
23307              From: "Craig A. Berry" <craigberry@mac.com>
23308              Date: Sun, 24 Jun 2001 23:41:36 -0500
23309              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
23310      Branch: perl
23311            ! pp_sys.c
23312 ____________________________________________________________________________
23313 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
23314         Log: Upgrade to Attribute::Handlers 0.70.
23315      Branch: perl
23316            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23317            ! MANIFEST lib/Attribute/Handlers.pm
23318 ____________________________________________________________________________
23319 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
23320         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
23321              From: Abhijit Menon-Sen <ams@wiw.org>
23322              Date: Sat, 23 Jun 2001 05:17:44 +0530
23323              Message-ID: <20010623051744.A18583@lustre.linux.in>
23324              
23325              (Can't think of a good place to put tests.)
23326      Branch: perl
23327            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
23328 ____________________________________________________________________________
23329 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
23330         Log: Subject: [PATCH] t/op/pat.t typo fix
23331              From: Richard Soderberg <rs@crystalflame.net>
23332              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
23333              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
23334      Branch: perl
23335            ! t/op/pat.t
23336 ____________________________________________________________________________
23337 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
23338         Log: Move the pack warnings to their own file, as pointed
23339              out by Spider.
23340      Branch: perl
23341            + t/lib/warnings/pp_pack
23342            ! MANIFEST t/lib/warnings/pp
23343 ____________________________________________________________________________
23344 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
23345         Log: Update Changes.
23346      Branch: perl
23347            ! Changes patchlevel.h
23348 ____________________________________________________________________________
23349 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
23350         Log: Partially fix a problem noticed by IRIX compiler:
23351              the initialization of parse_start was bypassed by
23352              several gotos.  Now initialized to zero, which may
23353              not be the best choice.
23354      Branch: perl
23355            ! regcomp.c
23356 ____________________________________________________________________________
23357 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
23358         Log: Relax the group and password tests back to moaning only
23359              if no matches at all are found.  (Even with a small sample
23360              I could find many sites where there are, umm, anomalies in
23361              the said databases.)       
23362      Branch: perl
23363            ! t/op/grent.t t/op/pwent.t
23364 ____________________________________________________________________________
23365 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
23366         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
23367      Branch: perl
23368            ! pp_ctl.c
23369 ____________________________________________________________________________
23370 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
23371         Log: De-cut-and-pasto in #10902.
23372      Branch: perl
23373            ! pp_ctl.c
23374 ____________________________________________________________________________
23375 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
23376         Log: The #10771 didn't take?
23377      Branch: perl
23378            ! pp_ctl.c
23379 ____________________________________________________________________________
23380 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
23381         Log: Undo the filetests part of #10900, under multiplicity
23382              weird errors take place.
23383      Branch: perl
23384            ! pp_sys.c
23385 ____________________________________________________________________________
23386 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
23387         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
23388      Branch: perl
23389            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
23390 ____________________________________________________________________________
23391 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
23392         Log: (Replaced by #10922)
23393              
23394              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23395              From: Tony Bowden <tony@kasei.com>
23396              Date: Sun, 24 Jun 2001 17:32:40 +0100
23397              Message-ID: <20010624173240.A16293@blackstar.co.uk>
23398              
23399              Document (well, mention) shortmess() and longmess()
23400              to rob people of their fun of reinventing the weel.
23401      Branch: perl
23402            ! lib/Carp.pm
23403 ____________________________________________________________________________
23404 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
23405         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
23406              From: Brian Jepson <bjepson@oreilly.com>
23407              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
23408              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
23409      Branch: perl
23410            ! pp_sys.c
23411 ____________________________________________________________________________
23412 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
23413         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
23414              From: Robin Barker <rmb1@cise.npl.co.uk> 
23415              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
23416              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
23417      Branch: perl
23418            ! lib/CPAN.pm
23419 ____________________________________________________________________________
23420 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
23421         Log: Memoize patch from mjd.
23422      Branch: perl
23423            ! lib/Memoize/t/tie_storable.t
23424 ____________________________________________________________________________
23425 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
23426         Log: Spec the sv_pvprintify() a bit more.
23427      Branch: perl
23428            ! pod/perltodo.pod
23429 ____________________________________________________________________________
23430 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
23431         Log: Upgrade to Memoize 0.65.
23432      Branch: perl
23433            + lib/Memoize/t/array_confusion.t
23434            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23435            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23436            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23437            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
23438            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23439            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23440            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23441            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23442            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
23443            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
23444            ! lib/Memoize/t/tie_storable.t
23445 ____________________________________________________________________________
23446 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
23447         Log: Metaconfig unit change for #10892.
23448      Branch: metaconfig
23449            ! U/modified/Options.U
23450 ____________________________________________________________________________
23451 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
23452         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
23453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23454              Date: Sun, 24 Jun 2001 05:24:40 -0400
23455              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
23456      Branch: perl
23457            ! Configure hints/os2.sh
23458 ____________________________________________________________________________
23459 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
23460         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
23461              From: Mike Guy <mjtg@cam.ac.uk>
23462              Date: Sun, 24 Jun 2001 15:28:39 +0100
23463              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
23464              
23465              Fix an ancient (5.002) bug.
23466      Branch: perl
23467            ! lib/Carp/Heavy.pm
23468 ____________________________________________________________________________
23469 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
23470         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
23471              variables.
23472      Branch: perl
23473            ! pp_sys.c
23474 ____________________________________________________________________________
23475 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
23476         Log: Make UTS as per #10888.
23477      Branch: perl
23478            ! hints/uts.sh
23479 ____________________________________________________________________________
23480 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
23481         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
23482      Branch: perl
23483            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
23484            ! mpeix/mpeixish.h perl.h unixish.h
23485 ____________________________________________________________________________
23486 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
23487         Log: AUTHORS update.
23488      Branch: perl
23489            ! AUTHORS
23490 ____________________________________________________________________________
23491 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
23492         Log: Subject: Encode::Tcl for multibyte doesnot work
23493              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23494              Date: Sun, 24 Jun 2001 22:48:21 +0900
23495              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
23496      Branch: perl
23497            ! ext/Encode/Encode/Tcl.pm
23498 ____________________________________________________________________________
23499 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
23500         Log: Subject: [PATCH] Remove tautology in error messages
23501              From: Mike Guy <mjtg@cam.ac.uk>
23502              Date: Sun, 24 Jun 2001 13:31:00 +0100
23503              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
23504      Branch: perl
23505            ! pp_sys.c
23506 ____________________________________________________________________________
23507 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
23508         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
23509      Branch: perl
23510            ! hints/darwin.sh
23511 ____________________________________________________________________________
23512 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
23513         Log: Subject: Re: [PATCH 5.6.1] test suite
23514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23515              Date: Sun, 24 Jun 2001 05:47:05 -0400
23516              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
23517              
23518              Test suite fixes.
23519      Branch: perl
23520            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
23521 ____________________________________________________________________________
23522 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
23523         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
23524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23525              Date: Sun, 24 Jun 2001 05:37:19 -0400
23526              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
23527      Branch: perl
23528            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
23529 ____________________________________________________________________________
23530 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
23531         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
23532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23533              Date: Sun, 24 Jun 2001 05:34:50 -0400
23534              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
23535              
23536              Pacify compiler warnings.
23537      Branch: perl
23538            ! pp_sys.c
23539 ____________________________________________________________________________
23540 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
23541         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23543              Date: Sun, 24 Jun 2001 05:21:18 -0400
23544              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
23545              
23546              Enable compression of executables during link time.
23547      Branch: perl
23548            ! hints/os2.sh
23549 ____________________________________________________________________________
23550 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
23551         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23553              Date: Sun, 24 Jun 2001 05:15:11 -0400
23554              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
23555              
23556              Add ordinals to the export list for Perl DLL.
23557              (Breaks intra-version DLL compatibility.)
23558      Branch: perl
23559            ! makedef.pl
23560 ____________________________________________________________________________
23561 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
23562         Log: Allow (displaying and) re-editing the Subject in perlbug.
23563              Also abstract the Subject quality control into a function.
23564      Branch: perl
23565            ! utils/perlbug.PL
23566 ____________________________________________________________________________
23567 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
23568         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
23569      Branch: perl
23570            ! utils/perlbug.PL
23571 ____________________________________________________________________________
23572 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
23573         Log: Regen toc and modlib.
23574      Branch: perl
23575            ! pod/perlmodlib.pod pod/perltoc.pod
23576 ____________________________________________________________________________
23577 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
23578         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
23579              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
23580              attribute semantics as much as possible, or 'ntsec' which uses
23581              native NTFS semantics.)  (See also #10877.)
23582      Branch: perl
23583            ! perl.c
23584 ____________________________________________________________________________
23585 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
23586         Log: (Retracted by #11586)
23587              
23588              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
23589      Branch: perl
23590            ! lib/Test/Harness.pm
23591 ____________________________________________________________________________
23592 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
23593         Log: Just zap the -uPerlio.
23594      Branch: perl
23595            ! ext/B/Stash.t
23596 ____________________________________________________________________________
23597 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
23598         Log: Do not test PerlIO if PerlIO not used.
23599      Branch: perl
23600            ! ext/PerlIO/PerlIO.t
23601 ____________________________________________________________________________
23602 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
23603         Log: Regen perlapi.
23604      Branch: perl
23605            ! pod/perlapi.pod
23606 ____________________________________________________________________________
23607 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
23608         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23609              From: Nicholas Clark <nick@ccl4.org>
23610              Date: Sat, 23 Jun 2001 22:55:47 +0100
23611              Message-ID: <20010623225547.Z98663@plum.flirble.org>
23612      Branch: perl
23613            ! numeric.c
23614 ____________________________________________________________________________
23615 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
23616         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
23617              From: Prymmer/Kahn <pvhp@best.com>
23618              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
23619              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
23620      Branch: perl
23621            ! lib/h2xs.t
23622 ____________________________________________________________________________
23623 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
23624         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
23625              cygwin does not taint cwd, just like win32.
23626      Branch: perl
23627            ! lib/File/Find/taint.t t/op/taint.t
23628 ____________________________________________________________________________
23629 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
23630         Log: Retract #10865, the patch should be unnecessary.
23631              (But seemingly helpful in Cygwin?  Strange.)
23632      Branch: perl
23633            ! lib/Memoize/t/tie_ndbm.t
23634 ____________________________________________________________________________
23635 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
23636         Log: Misplaced test file; plus Cygwin filesystem semantics.
23637      Branch: perl
23638            + ext/SDBM_File/sdbm.t
23639            - ext/ODBM_File/sdbm.t
23640            ! MANIFEST
23641 ____________________________________________________________________________
23642 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
23643         Log: (Retracted by #10867.)
23644      Branch: perl
23645            ! lib/Memoize/t/tie_ndbm.t
23646 ____________________________________________________________________________
23647 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
23648         Log: Metaconfig unit change for #10863.
23649      Branch: metaconfig/U/perl
23650            ! Extensions.U
23651 ____________________________________________________________________________
23652 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
23653         Log: In Cygwin do not build NDBM_File and ODBM_File unless
23654              -lndbm and -ldbm are available.
23655      Branch: perl
23656            ! Configure config_h.SH
23657 ____________________________________________________________________________
23658 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
23659         Log: More Cygwin filesystem semantics.
23660      Branch: perl
23661            ! t/io/fs.t t/op/stat.t
23662 ____________________________________________________________________________
23663 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
23664         Log: More DOSish permission semantics for Cygwin.
23665      Branch: perl
23666            ! lib/AnyDBM_File.t
23667 ____________________________________________________________________________
23668 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
23669         Log: Cygwin too has different permission semantics.
23670      Branch: perl
23671            ! ext/GDBM_File/gdbm.t
23672 ____________________________________________________________________________
23673 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
23674         Log: The group (and assumedly passwd) databases can have
23675              only one entry (this is the case in cygwin).
23676      Branch: perl
23677            ! t/op/grent.t t/op/pwent.t
23678 ____________________________________________________________________________
23679 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
23680         Log: Also in Cygwin use Socket to figure out domainname
23681              (if any) (avoids trying to call external 'domainname',
23682              which doesn't at the moment exist in Cygwin)
23683      Branch: perl
23684            ! lib/Net/Domain.pm
23685 ____________________________________________________________________________
23686 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
23687         Log: Remove also the lib$Foo.def, not just $Foo.def.
23688      Branch: perl
23689            ! lib/ExtUtils/MM_Unix.pm
23690 ____________________________________________________________________________
23691 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
23692         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
23693      Branch: perl
23694            ! unixish.h
23695 ____________________________________________________________________________
23696 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
23697         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
23698              to match the whole isprint(), only the space character.
23699      Branch: perl
23700            ! handy.h pod/perlre.pod t/op/pat.t
23701 ____________________________________________________________________________
23702 [ 10854] By: nick                                  on 2001/06/23  08:09:33
23703         Log: Integrate mainline
23704      Branch: perlio
23705           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
23706           !> lib/ExtUtils.t lib/File/Find/taint.t
23707           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
23708           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
23709           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23710 ____________________________________________________________________________
23711 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
23712         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
23713              with its floats    in os390 and s390 (UTS).
23714      Branch: perl
23715            ! lib/Math/BigInt/t/bigintpm.t
23716 ____________________________________________________________________________
23717 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
23718         Log: Add also UTS (s390) to the non-IEEE float platforms.
23719      Branch: perl
23720            ! t/op/sprintf.t
23721 ____________________________________________________________________________
23722 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
23723         Log: Subject: RFC: what are applicable standards for exponent sizes?
23724              From: Peter Prymmer <pvhp@forte.com>
23725              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
23726              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
23727      Branch: perl
23728            ! t/op/sprintf.t
23729 ____________________________________________________________________________
23730 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
23731         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
23732              From: Peter Prymmer <pvhp@forte.com>
23733              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
23734              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
23735      Branch: perl
23736            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23737 ____________________________________________________________________________
23738 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
23739         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
23740              From: Peter Prymmer <pvhp@forte.com>
23741              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
23742              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
23743      Branch: perl
23744            ! lib/ExtUtils.t
23745 ____________________________________________________________________________
23746 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
23747         Log: Retract #10845.
23748      Branch: perl
23749            ! lib/File/Find/taint.t
23750 ____________________________________________________________________________
23751 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
23752         Log: Yet another error message.
23753      Branch: perl
23754            ! t/op/mkdir.t
23755 ____________________________________________________________________________
23756 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
23757         Log: The croak message for nonexistent socket functions may vary.
23758      Branch: perl
23759            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
23760 ____________________________________________________________________________
23761 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
23762         Log: (Retracted by #10848.)
23763      Branch: perl
23764            ! lib/File/Find/taint.t
23765 ____________________________________________________________________________
23766 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
23767         Log: Integrate perlio.
23768      Branch: perl
23769           !> lib/File/Find/taint.t t/op/write.t
23770 ____________________________________________________________________________
23771 [ 10843] By: nick                                  on 2001/06/22  21:24:51
23772         Log: Back out debug in taint.t
23773      Branch: perlio
23774            ! lib/File/Find/taint.t
23775 ____________________________________________________________________________
23776 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
23777         Log: setitimer() does not exist in Unicos, despite of what
23778              Configure thinks, from Mark P. Lutz.
23779      Branch: perl
23780            ! hints/unicos.sh
23781 ____________________________________________________________________________
23782 [ 10841] By: nick                                  on 2001/06/22  21:19:36
23783         Log: Skip cwd test on Win32 ???
23784      Branch: perlio
23785            ! lib/File/Find/taint.t
23786 ____________________________________________________________________________
23787 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
23788         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
23789              and Tru64 gcc -Wall happy.
23790      Branch: perl
23791            ! mg.c
23792 ____________________________________________________________________________
23793 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
23794         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
23795      Branch: perl
23796            ! ext/IPC/SysV/Semaphore.pm
23797 ____________________________________________________________________________
23798 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
23799         Log: Metaconfig unit change for #10837.
23800      Branch: metaconfig/U/perl
23801            ! Cross.U
23802 ____________________________________________________________________________
23803 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
23804         Log: Cleanup of the cross-compilation unit.
23805      Branch: perl
23806            ! Configure
23807 ____________________________________________________________________________
23808 [ 10836] By: nick                                  on 2001/06/22  20:45:12
23809         Log: Skip |- based op/write.t on Win32 as well as VMS
23810      Branch: perlio
23811            ! t/op/write.t
23812 ____________________________________________________________________________
23813 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
23814         Log: Integrate perlio.
23815      Branch: perl
23816           !> util.c
23817 ____________________________________________________________________________
23818 [ 10834] By: nick                                  on 2001/06/22  20:41:54
23819         Log: Integrate mainline
23820      Branch: perlio
23821           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23822           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
23823           !> vos/config.ga.h
23824 ____________________________________________________________________________
23825 [ 10833] By: nick                                  on 2001/06/22  20:22:58
23826         Log: Patcho fix.
23827      Branch: perlio
23828            ! util.c
23829 ____________________________________________________________________________
23830 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
23831         Log: Metaconfig unit changes for #10831.
23832      Branch: metaconfig
23833            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23834 ____________________________________________________________________________
23835 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
23836         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
23837              From: Andy Dougherty <doughera@lafayette.edu>
23838              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
23839              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
23840      Branch: perl
23841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23842            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
23843 ____________________________________________________________________________
23844 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
23845         Log: MPE/iX prototype nits from Mark Bixby.
23846      Branch: perl
23847            ! pp_sys.c
23848 ____________________________________________________________________________
23849 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
23850         Log: Detypo.
23851      Branch: perl
23852            ! util.c
23853 ____________________________________________________________________________
23854 [ 10828] By: nick                                  on 2001/06/22  15:33:37
23855         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
23856      Branch: perlio
23857           +> lib/h2xs.t
23858           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
23859           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
23860           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
23861           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
23862           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23863           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23864           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
23865           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
23866           !> vms/vmsish.h
23867 ____________________________________________________________________________
23868 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
23869         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
23870              Date: Fri, 22 Jun 2001 10:08:35 -0500
23871              From: "Craig A. Berry" <craigberry@mac.com>
23872              Message-Id: <a05101001b75908704194@[192.168.56.145]>
23873      Branch: perl
23874            ! vms/vms.c vms/vmsish.h
23875 ____________________________________________________________________________
23876 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
23877         Log: NetWare scripts tweak from Ananth Kesari.
23878      Branch: perl
23879            ! NetWare/t/NWScripts.pl
23880 ____________________________________________________________________________
23881 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
23882         Log: Update Changes.
23883      Branch: perl
23884            ! Changes patchlevel.h
23885 ____________________________________________________________________________
23886 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
23887         Log: Add .i and .s targets.
23888      Branch: perl
23889            ! Makefile.SH
23890 ____________________________________________________________________________
23891 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
23892         Log: Upgrade to Locale::Maketext 1.03.
23893      Branch: perl
23894            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23895            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23896 ____________________________________________________________________________
23897 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
23898         Log: Upgrade to I18N::LangTags 0.26.
23899      Branch: perl
23900            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23901            ! lib/I18N/LangTags/test.pl
23902 ____________________________________________________________________________
23903 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
23904         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
23905              Philip Newton.
23906      Branch: perl
23907            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23908            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23909 ____________________________________________________________________________
23910 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
23911         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
23912              From: Prymmer/Kahn <pvhp@best.com>
23913              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
23914              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
23915      Branch: perl
23916            + lib/h2xs.t
23917            ! MANIFEST utils/h2xs.PL
23918 ____________________________________________________________________________
23919 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
23920         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
23921              From: Prymmer/Kahn <pvhp@best.com>
23922              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
23923              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
23924      Branch: perl
23925            ! lib/ExtUtils.t
23926 ____________________________________________________________________________
23927 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
23928         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
23929              From: Prymmer/Kahn <pvhp@best.com>
23930              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
23931              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
23932      Branch: perl
23933            ! t/pod/plainer.t
23934 ____________________________________________________________________________
23935 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
23936         Log: AUTHORS update.
23937      Branch: perl
23938            ! AUTHORS
23939 ____________________________________________________________________________
23940 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
23941         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
23942              From: "Craig A. Berry" <craigberry@mac.com>
23943              Date: Thu, 21 Jun 2001 18:20:38 -0500
23944              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
23945      Branch: perl
23946            ! ext/POSIX/POSIX.xs
23947 ____________________________________________________________________________
23948 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
23949         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
23950              From: "Craig A. Berry" <craigberry@mac.com>
23951              Date: Thu, 21 Jun 2001 09:58:52 -0500
23952              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
23953      Branch: perl
23954            ! ext/B/Deparse.t t/op/write.t
23955 ____________________________________________________________________________
23956 [ 10814] By: nick                                  on 2001/06/22  08:13:09
23957         Log: Integrate mainline.
23958      Branch: perlio
23959           !> (integrate 46 files)
23960 ____________________________________________________________________________
23961 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
23962         Log: Change the prefixes only if $prefix is unset,
23963              as originally patched by Marcel Grunauer.
23964      Branch: perl
23965            ! hints/darwin.sh hints/rhapsody.sh
23966 ____________________________________________________________________________
23967 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
23968         Log: Subject: Re: Patch for hints/darwin.sh
23969              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23970              Date: Thu, 21 Jun 2001 11:23:46 -0700
23971              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
23972      Branch: perl
23973            ! hints/darwin.sh hints/rhapsody.sh
23974 ____________________________________________________________________________
23975 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
23976         Log: Add .PHONY targets for non-file targets,
23977              from Wilfredo Sánchez.  Should help saying
23978              "make install" on case-insensitive filesystems.
23979      Branch: perl
23980            ! Makefile.SH
23981 ____________________________________________________________________________
23982 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
23983         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
23984              From: Doug MacEachern <dougm@covalent.net>
23985              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
23986              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
23987              
23988              plus reword the getcwd() comment, plus use getcwd() buffer
23989              size minus one.
23990      Branch: perl
23991            ! util.c
23992 ____________________________________________________________________________
23993 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
23994         Log: More gprofing from Doug MacEachern.
23995      Branch: perl
23996            ! Makefile.SH
23997 ____________________________________________________________________________
23998 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
23999         Log: Metaconfig unit change for #10807.
24000      Branch: metaconfig/U/perl
24001            ! d_sfio.U
24002 ____________________________________________________________________________
24003 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
24004         Log: Tell that you are removing the unneeded -lsfio.
24005      Branch: perl
24006            ! Configure
24007 ____________________________________________________________________________
24008 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
24009         Log: More MPE/iX tweaks from Mark Bixby.
24010      Branch: perl
24011            ! perl.c t/op/magic.t
24012 ____________________________________________________________________________
24013 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
24014         Log: The fchdir() proto is supposed to live in <unistd.h>.
24015      Branch: perl
24016            ! ext/Cwd/Cwd.xs
24017 ____________________________________________________________________________
24018 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
24019         Log: This town is too small for the Cwd extension and me,
24020              it would seem...
24021      Branch: perl
24022            ! ext/Cwd/Cwd.xs
24023 ____________________________________________________________________________
24024 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
24025         Log: Metaconfig unit change for #10802.
24026      Branch: metaconfig/U/perl
24027            ! d_modfl.U
24028 ____________________________________________________________________________
24029 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
24030         Log: More d'ohs.
24031      Branch: perl
24032            ! Configure
24033 ____________________________________________________________________________
24034 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
24035         Log: Off-by-one.  I'm so classic.
24036      Branch: perl
24037            ! util.c
24038 ____________________________________________________________________________
24039 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
24040         Log: Update Changes.
24041      Branch: perl
24042            ! Changes patchlevel.h
24043 ____________________________________________________________________________
24044 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
24045         Log: Subject: Documentation patch for Net::FTP
24046              From: Marcel Grunauer <marcel@codewerk.com>
24047              Date: Wed, 20 Jun 2001 23:03:26 +0200
24048              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
24049      Branch: perl
24050            ! lib/Net/FTP.pm
24051 ____________________________________________________________________________
24052 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
24053         Log: Retract the #10417 mg.c and embed.pl parts because of
24054              strange SEGVs in 64bit x86 FreeBSD observed by
24055              Nicholas Clark.
24056      Branch: perl
24057            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
24058 ____________________________________________________________________________
24059 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
24060         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
24061      Branch: perl
24062            ! Configure NetWare/config.wc NetWare/config_H.wc
24063            ! Porting/Glossary Porting/config.sh Porting/config_H
24064            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24065            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24066            ! vos/config.ga.h win32/config.bc win32/config.gc
24067            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24068            ! win32/config_H.vc
24069 ____________________________________________________________________________
24070 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
24071         Log: Cwd tweak from Doug MacEachern.
24072      Branch: perl
24073            ! ext/Cwd/Cwd.xs
24074 ____________________________________________________________________________
24075 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
24076         Log: Protect the fchdir() and lstat() with ifdefs.
24077              fchdir() needs a Configure probe.
24078      Branch: perl
24079            ! ext/Cwd/Cwd.xs
24080 ____________________________________________________________________________
24081 [ 10794] By: nick                                  on 2001/06/21  17:11:35
24082         Log: Integrate mainline
24083      Branch: perlio
24084           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
24085           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
24086           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
24087           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
24088           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
24089           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
24090           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
24091           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
24092            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
24093            - lib/File/Glob/case.t lib/File/Glob/global.t
24094            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
24095            - lib/File/Temp/posix.t lib/File/Temp/security.t
24096            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
24097            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
24098            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
24099            - lib/Text/Wrap/wrap.t
24100           !> (integrate 41 files)
24101 ____________________________________________________________________________
24102 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
24103         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
24104              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
24105              Date: Thu, 21 Jun 2001 13:04:54 -0500
24106              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
24107      Branch: perl
24108            ! ext/Cwd/Cwd.xs
24109 ____________________________________________________________________________
24110 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
24111         Log: Subject: [PATCH pod] overlong =item
24112              From: Robin Barker <rmb1@cise.npl.co.uk>
24113              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
24114              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
24115      Branch: perl
24116            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24117            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24118 ____________________________________________________________________________
24119 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
24120         Log: Subject: [PATCH perlio.c] format 
24121              From: Robin Barker <rmb1@cise.npl.co.uk>
24122              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
24123              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
24124      Branch: perl
24125            ! perlio.c
24126 ____________________________________________________________________________
24127 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
24128         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24129              From: Radu Greab <radu@netsoft.ro>
24130              Date: Thu, 21 Jun 2001 19:06:02 +0300
24131              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
24132      Branch: perl
24133            ! pod/perlapi.pod sv.c
24134 ____________________________________________________________________________
24135 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
24136         Log: The metaconfig unit changes for #10788.
24137      Branch: metaconfig/U/perl
24138            ! Cross.U fflushall.U
24139 ____________________________________________________________________________
24140 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
24141         Log: Cross-configuration changes: make $from to rm the files
24142              before copying them over (this means that he rm can be
24143              removed from the fflushall test), create $targetmkdir      
24144              (not documented in install since it is supposed to internal
24145              use only), make $run to copy over the executable only if
24146              a stamp file .xok doesn't already exist (to avoid unnecessary
24147              copying of the executable)
24148      Branch: perl
24149            ! Configure Makefile.SH
24150 ____________________________________________________________________________
24151 [ 10787] By: nick                                  on 2001/06/21  14:16:18
24152         Log: Integrate mainline
24153      Branch: perlio
24154           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
24155           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
24156           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
24157            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
24158           !> (integrate 34 files)
24159 ____________________________________________________________________________
24160 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
24161         Log: Re-add the files as text.
24162      Branch: perl
24163            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
24164 ____________________________________________________________________________
24165 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
24166         Log: Delete the binary files.
24167      Branch: perl
24168            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
24169 ____________________________________________________________________________
24170 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
24171         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
24172              From: Andy Dougherty <doughera@lafayette.edu>
24173              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
24174              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
24175      Branch: perl
24176            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
24177            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
24178            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
24179            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
24180 ____________________________________________________________________________
24181 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
24182         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
24183              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
24184              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
24185              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
24186              
24187              Setting umask to something friendlier.
24188      Branch: perl
24189            ! installman installperl
24190 ____________________________________________________________________________
24191 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
24192         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
24193              Resort MANIFEST with sort -f, looks much better.
24194      Branch: perl
24195            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
24196            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
24197            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
24198            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
24199            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
24200            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
24201            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
24202            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
24203            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
24204            - lib/File/Glob/case.t lib/File/Glob/global.t
24205            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
24206            - lib/File/Temp/posix.t lib/File/Temp/security.t
24207            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
24208            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
24209            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
24210            - lib/Text/Wrap/wrap.t
24211            ! MANIFEST
24212 ____________________________________________________________________________
24213 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
24214         Log: Upgrade to I18N::LangTags 0.25.
24215      Branch: perl
24216            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
24217            ! lib/I18N/LangTags/List.pm
24218 ____________________________________________________________________________
24219 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
24220         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
24221              From: Richard Soderberg <rs@crystalflame.net>
24222              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
24223              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
24224      Branch: perl
24225            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
24226            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
24227 ____________________________________________________________________________
24228 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
24229         Log: Test obsoleted by change #10777.
24230      Branch: perl
24231            ! t/op/sub_lval.t
24232 ____________________________________________________________________________
24233 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
24234         Log: Case of confused test numbering.
24235      Branch: perl
24236            ! t/op/pat.t
24237 ____________________________________________________________________________
24238 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
24239         Log: Subject: Re: Opinion on undef lvalue
24240              From: Abhijit Menon-Sen <ams@wiw.org>
24241              Date: Sun, 17 Jun 2001 13:04:46 +0530
24242              Message-ID: <20010617130446.B27925@lustre.linux.in>
24243              
24244              Allow lvalue subs to return undef in array context.
24245      Branch: perl
24246            ! pp_hot.c
24247 ____________________________________________________________________________
24248 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
24249         Log: Just a guess that using the same hack for cygwin as
24250              for win32 might help.
24251      Branch: perl
24252            ! lib/File/Find/find.t
24253 ____________________________________________________________________________
24254 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
24255         Log: NetWare tweaks from Guruprasad.
24256      Branch: perl
24257            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
24258            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
24259            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
24260            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
24261 ____________________________________________________________________________
24262 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
24263         Log: Subject: Re: perl@10722: Bogus warnings on REs 
24264              From: Hugo <hv@crypt.compulink.co.uk>
24265              Date: Thu, 21 Jun 2001 09:51:17 +0100
24266              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
24267              
24268              Unroll to avoid a UTS compiler bug.
24269      Branch: perl
24270            ! regcomp.c
24271 ____________________________________________________________________________
24272 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
24273         Log: Subject: Re: [PATCH] Make /o work under i?threads
24274              From: Artur Bergman <artur@contiller.se>
24275              Date: Thu, 21 Jun 2001 14:38:03 +0200
24276              Message-ID: <B757B74A.184D%artur@contiller.se>
24277      Branch: perl
24278            ! t/op/pat.t
24279 ____________________________________________________________________________
24280 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
24281         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24282              From: Artur Bergman <artur@contiller.se> 
24283              Date: Thu, 21 Jun 2001 14:27:33 +0200
24284              Message-ID: <B757B4D4.1849%artur@contiller.se>
24285              
24286              Plus extra parentheses.
24287      Branch: perl
24288            ! op.h
24289 ____________________________________________________________________________
24290 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
24291         Log: Subject: [PATCH] Make /o work under i?threads
24292              From: Richard Soderberg <rs@crystalflame.net>
24293              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
24294              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
24295      Branch: perl
24296            ! pp_ctl.c
24297 ____________________________________________________________________________
24298 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
24299         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24300              From: Artur Bergman <artur@contiller.se>
24301              Date: Thu, 21 Jun 2001 14:04:54 +0200
24302              Message-ID: <B757AF86.1842%artur@contiller.se>
24303      Branch: perl
24304            ! op.h
24305 ____________________________________________________________________________
24306 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
24307         Log: Subject: Re: perl@10765: sv.c not OK on win32
24308              From: Artur Bergman <artur@contiller.se>
24309              Date: Thu, 21 Jun 2001 10:31:06 +0200
24310              Message-ID: <B7577D69.182C%artur@contiller.se>
24311      Branch: perl
24312            ! sv.c
24313 ____________________________________________________________________________
24314 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
24315         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
24316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24317              Date: Thu, 21 Jun 2001 06:23:56 -0400
24318              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
24319              
24320              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
24321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24322              Date: Thu, 21 Jun 2001 06:32:21 -0400
24323              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
24324      Branch: perl
24325            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
24326 ____________________________________________________________________________
24327 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
24328         Log: Subject: [PATCH] make syslog test more verbose
24329              From: Robert Spier <rspier@pobox.com>
24330              Date: Thu, 21 Jun 2001 00:54:32 -0400
24331              Message-ID: <15153.32264.295807.333073@rls.cx>
24332      Branch: perl
24333            ! ext/Sys/Syslog/syslog.t
24334 ____________________________________________________________________________
24335 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
24336         Log: Subject: op/study.t refinements
24337              From: Hugo <hv@crypt.compulink.co.uk>
24338              Date: Thu, 21 Jun 2001 00:29:07 +0100
24339              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
24340      Branch: perl
24341            ! t/op/study.t
24342 ____________________________________________________________________________
24343 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
24344         Log: Update Changes.
24345      Branch: perl
24346            ! Changes patchlevel.h
24347 ____________________________________________________________________________
24348 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
24349         Log: Subject: Re: [PATCH] djgpp updates
24350              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24351              Date: Wed, 20 Jun 2001 10:05:15 +0200
24352              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
24353      Branch: perl
24354            ! djgpp/config.over
24355 ____________________________________________________________________________
24356 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
24357         Log: Fix for ID 20010619.002 "When building hash, hash keys that
24358              are function calls are not being called", from Abhijit.
24359      Branch: perl
24360            ! t/base/lex.t toke.c
24361 ____________________________________________________________________________
24362 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
24363         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
24364      Branch: perl
24365            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24366            + lib/Locale/Maketext/test.pl
24367            - lib/Locale/Maketext.t
24368            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24369            ! lib/Locale/Maketext/TPJ13.pod
24370 ____________________________________________________________________________
24371 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
24372         Log: Metaconfig unit change for #10760.
24373      Branch: metaconfig
24374            ! U/modified/Cppsym.U
24375 ____________________________________________________________________________
24376 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
24377         Log: Do not remove the ccsym* Cppsym* files since
24378              they are useful for metaconfig units coming after us.
24379              (This is the Configure nit mentioned in #10752.)
24380      Branch: perl
24381            ! Configure
24382 ____________________________________________________________________________
24383 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
24384         Log: Update to I18N::LangTags 0.24, from Sean Burke.
24385      Branch: perl
24386            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
24387            + lib/I18N/LangTags/README
24388            - lib/I18N/LangTags/List.pod
24389            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
24390 ____________________________________________________________________________
24391 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
24392         Log: Regen headers.
24393      Branch: perl
24394            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
24395            ! pod/perlapi.pod proto.h
24396 ____________________________________________________________________________
24397 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
24398         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
24399              From: Artur Bergman <artur@contiller.se>
24400              Date: Wed, 20 Jun 2001 11:31:32 +0200
24401              Message-ID: <B7563A14.17D8%artur@contiller.se>
24402      Branch: perl
24403            ! embed.pl hv.c intrpvar.h sv.c sv.h
24404 ____________________________________________________________________________
24405 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
24406         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
24407              From: Tim Sweetman <tim@aldigital.co.uk> 
24408              Date: Wed, 13 Jun 2001 14:25:17 +0100 
24409              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
24410      Branch: perl
24411            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
24412 ____________________________________________________________________________
24413 [ 10755] By: nick                                  on 2001/06/20  16:12:37
24414         Log: Integrate mainline
24415      Branch: perlio
24416           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
24417           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
24418           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
24419           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
24420           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
24421           !> t/op/study.t util.c
24422 ____________________________________________________________________________
24423 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
24424         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
24425              but not Makefile)
24426      Branch: maint-5.6/perl
24427            ! win32/Makefile
24428 ____________________________________________________________________________
24429 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
24430         Log: Security tweak on readlink().
24431      Branch: perl
24432            ! pp_sys.c
24433 ____________________________________________________________________________
24434 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
24435         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
24436      Branch: perl
24437            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
24438            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
24439            ! mpeix/relink t/op/pwent.t
24440 ____________________________________________________________________________
24441 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
24442         Log: Reinstate #10725 (with probe for alarm()).
24443      Branch: perl
24444            ! t/op/study.t
24445 ____________________________________________________________________________
24446 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
24447         Log: Replace our implementation of realpath() with OpenBSD's
24448              (src/lib/libc/stdlib/realpath.c 1.4).
24449      Branch: perl
24450            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
24451            ! pod/perldiag.pod proto.h util.c
24452 ____________________________________________________________________________
24453 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
24454         Log: Integrate perlio.
24455      Branch: perl
24456           !> perlio.c
24457 ____________________________________________________________________________
24458 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
24459         Log: No point in going into memory-saving contortions
24460              with getcwd() since there's a danger of buffer overflow.
24461              Also make the POSIX extension to use sv_getcwd().
24462              Finally, a missed proto.h fragment.
24463      Branch: perl
24464            ! ext/POSIX/POSIX.xs proto.h util.c
24465 ____________________________________________________________________________
24466 [ 10747] By: nick                                  on 2001/06/20  12:38:26
24467         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
24468      Branch: perlio
24469            ! perlio.c
24470 ____________________________________________________________________________
24471 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
24472         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
24473              From: Graham Barr <gbarr@pobox.com>
24474              Date: Wed, 20 Jun 2001 11:05:49 +0100
24475              Message-ID: <20010620110549.I19188@pobox.com>
24476              
24477              reported in        
24478              
24479              Subject: Bug in IO::Socket::INET module (repeat)
24480              From: "Harmon S. Nine" <hnine@netarx.com>
24481              Date: Tue, 19 Jun 2001 09:41:35 -0400
24482              Message-ID: <3B2F568F.8080605@netarx.com>
24483              
24484              The bug was that the IO::Socket::INET constructor
24485              did not allow a 'LocalPort' of 0.
24486      Branch: perl
24487            ! ext/IO/lib/IO/Socket/INET.pm
24488 ____________________________________________________________________________
24489 [ 10745] By: nick                                  on 2001/06/20  08:56:39
24490         Log: Integrate mainline.
24491      Branch: perlio
24492           !> (integrate 37 files)
24493 ____________________________________________________________________________
24494 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
24495         Log: After some reading I don't think we can blindly
24496              use systems' realpath().  Too many security problems,
24497              too many buggy implementations.
24498              
24499              TODO: the realpath() emulation code in util.c doesn't
24500              seem fully operational?  (readlink(), for example?)
24501      Branch: perl
24502            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
24503            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
24504            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
24505            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
24506            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
24507            ! win32/config_H.gc win32/config_H.vc
24508 ____________________________________________________________________________
24509 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
24510         Log: Metaconfig unit change for #10738.
24511      Branch: metaconfig
24512            ! U/compline/d_gconvert.U
24513 ____________________________________________________________________________
24514 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
24515         Log: Integrate change #10739 from maintperl:
24516              
24517              C<eval "/x$\r\n/x"> fails to compile correctly 
24518      Branch: perl
24519           !> t/op/pat.t toke.c
24520 ____________________________________________________________________________
24521 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
24522         Log: Retract #10725 (Hugo asked NOT to apply the patch)
24523      Branch: perl
24524            ! t/op/study.t
24525 ____________________________________________________________________________
24526 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
24527         Log: The test.third results were funnily named because of the
24528              new test scheme.
24529      Branch: perl
24530            ! t/TEST
24531 ____________________________________________________________________________
24532 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
24533         Log: C<eval "/x$\r\n/x"> fails to compile correctly
24534      Branch: maint-5.6/perl
24535            ! t/op/pat.t toke.c
24536 ____________________________________________________________________________
24537 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
24538         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
24539              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24540              Date: Tue, 19 Jun 2001 19:15:40 -0400
24541              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
24542              
24543              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
24544              because "1e+129" being expected but "1.e+129" being returned.
24545              The culprit (at least in Tru64) is the use of gcvt().
24546      Branch: perl
24547            ! Configure
24548 ____________________________________________________________________________
24549 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
24550         Log: Subject: [PATCH perl@10722] test hunting on VMS
24551              From: "Craig A. Berry" <craigberry@mac.com>
24552              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
24553              Date: Tue, 19 Jun 2001 18:59:01 -0500
24554      Branch: perl
24555            ! vms/test.com
24556 ____________________________________________________________________________
24557 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
24558         Log: Subject: [PATCH] s/typos//
24559              From: Abhijit Menon-Sen <ams@wiw.org>
24560              Date: Wed, 20 Jun 2001 02:15:02 +0530
24561              Message-ID: <20010620021502.A14541@lustre.linux.in>
24562              
24563              Without the op.h s/bearword/bareword/ hunk, see
24564              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
24565      Branch: perl
24566            ! util.c
24567 ____________________________________________________________________________
24568 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
24569         Log: Metaconfig unit change for #10732 and #10733.
24570      Branch: metaconfig/U/perl
24571            ! fflushall.U
24572 ____________________________________________________________________________
24573 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
24574         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
24575              From: "Craig A. Berry" <craigberry@mac.com>
24576              Date: Tue, 19 Jun 2001 17:19:48 -0500
24577              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
24578      Branch: perl
24579            ! configure.com vms/descrip_mms.template
24580 ____________________________________________________________________________
24581 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
24582         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
24583              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24584              Date: Tue, 19 Jun 2001 16:48:07 -0400
24585              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
24586              
24587              Further fixes to fflush(NULL) detection.
24588      Branch: perl
24589            ! Configure
24590 ____________________________________________________________________________
24591 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
24592         Log: AIX test -s hangs with non-existent files?
24593              (A genuine logic bug in Configure, but AIX also broken?)
24594      Branch: perl
24595            ! Configure
24596 ____________________________________________________________________________
24597 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
24598         Log: AUTHORS updates.
24599      Branch: perl
24600            ! AUTHORS
24601 ____________________________________________________________________________
24602 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
24603         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
24604              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24605              Date: Tue, 19 Jun 2001 15:33:25 -0400
24606              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
24607      Branch: perl
24608            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
24609            ! t/lib/warnings/pp
24610 ____________________________________________________________________________
24611 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
24612         Log: Integrate perlio.
24613      Branch: perl
24614           !> lib/File/Find/find.t win32/distclean.bat
24615 ____________________________________________________________________________
24616 [ 10728] By: nick                                  on 2001/06/19  18:24:53
24617         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
24618      Branch: perlio
24619            ! lib/File/Find/find.t win32/distclean.bat
24620 ____________________________________________________________________________
24621 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
24622         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
24623              also add information how to find out whether one has PerlIO.
24624      Branch: perl
24625            ! pod/perlfunc.pod
24626 ____________________________________________________________________________
24627 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
24628         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
24629              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24630              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
24631              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
24632      Branch: perl
24633            ! pod/perlfunc.pod
24634 ____________________________________________________________________________
24635 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
24636         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24637              From: Hugo <hv@crypt.compulink.co.uk>
24638              Date: Tue, 19 Jun 2001 12:37:30 +0100
24639              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
24640      Branch: perl
24641            ! t/op/study.t
24642 ____________________________________________________________________________
24643 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
24644         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24645              From: Hugo <hv@crypt.compulink.co.uk>
24646              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
24647              Date: Tue, 19 Jun 2001 13:15:17 +0100
24648      Branch: perl
24649            ! util.c
24650 ____________________________________________________________________________
24651 [ 10723] By: nick                                  on 2001/06/19  14:46:15
24652         Log: Integrate mainline
24653      Branch: perlio
24654           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
24655           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
24656           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
24657           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
24658           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
24659           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24660            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24661            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24662            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24663            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24664            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24665            - ext/Thread/unsync4.t
24666           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
24667           !> djgpp/config.over djgpp/fixpmain
24668           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
24669           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
24670           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
24671 ____________________________________________________________________________
24672 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
24673         Log: Update Changes.
24674      Branch: perl
24675            ! Changes patchlevel.h
24676 ____________________________________________________________________________
24677 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
24678         Log: The existence shall be MANIFESted.
24679      Branch: perl
24680            ! MANIFEST
24681 ____________________________________________________________________________
24682 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
24683         Log: The old libnet.cfg is first searched from the current directory,
24684              only then from the module path.
24685      Branch: perl
24686            ! utils/libnetcfg.PL
24687 ____________________________________________________________________________
24688 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
24689         Log: NetWare tweaks from Guruprasad.
24690      Branch: perl
24691            ! NetWare/Makefile NetWare/config.wc
24692 ____________________________________________________________________________
24693 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
24694         Log: Subject: [PATCH] djgpp updates
24695              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24696              Date: Tue, 19 Jun 2001 10:59:06 +0200
24697              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
24698      Branch: perl
24699            ! djgpp/config.over djgpp/fixpmain
24700 ____________________________________________________________________________
24701 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
24702         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
24703              From: Prymmer/Kahn <pvhp@best.com>
24704              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
24705              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
24706      Branch: perl
24707            ! win32/Makefile
24708 ____________________________________________________________________________
24709 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
24710         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
24711              to happen right after the inclusion of <inttypes.h>,
24712              from Edward Moy.
24713      Branch: perl
24714            ! handy.h perl.h
24715 ____________________________________________________________________________
24716 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
24717         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
24718              From: Doug MacEachern <dougm@covalent.net>
24719              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
24720              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
24721      Branch: perl
24722            ! ext/DynaLoader/DynaLoader_pm.PL
24723 ____________________________________________________________________________
24724 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
24725         Log: Revert #10656 for perfomance reasons but leave in the
24726              use of Hv*() macros -- in comments, so that grepping the
24727              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
24728              suggested by Sarathy, also by Abhijit.)
24729      Branch: perl
24730            ! hv.c
24731 ____________________________________________________________________________
24732 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
24733         Log: Subject: [patch] .s MakeMaker suffix
24734              From: Doug MacEachern <dougm@covalent.net>
24735              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
24736              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
24737      Branch: perl
24738            ! lib/ExtUtils/MM_Unix.pm
24739 ____________________________________________________________________________
24740 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
24741         Log: One test lost in the big shuffle restored.
24742      Branch: perl
24743            + ext/IPC/SysV/ipcsysv.t
24744            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24745 ____________________________________________________________________________
24746 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
24747         Log: Rename the old non-standard threads tests so that
24748              they won't be invoked.
24749      Branch: perl
24750            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
24751            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
24752            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
24753            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
24754            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
24755            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24756            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24757            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24758            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24759            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24760            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24761            - ext/Thread/unsync4.t
24762            ! MANIFEST
24763 ____________________________________________________________________________
24764 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
24765         Log: Integrate perlio.
24766      Branch: perl
24767           !> win32/config_sh.PL
24768 ____________________________________________________________________________
24769 [ 10709] By: nick                                  on 2001/06/19  08:18:18
24770         Log: Integrate mainline
24771      Branch: perlio
24772           +> (branch 40 files)
24773            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24774            - lib/strict/subs lib/strict/vars lib/warnings/1global
24775            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24776            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24777            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24778            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24779            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24780            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24781            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24782            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24783            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24784            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24785            - lib/warnings/utf8 lib/warnings/util
24786           !> (integrate 57 files)
24787 ____________________________________________________________________________
24788 [ 10708] By: nick                                  on 2001/06/19  07:57:10
24789         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
24790      Branch: perlio
24791            ! win32/config_sh.PL
24792 ____________________________________________________________________________
24793 [ 10707] By: nick                                  on 2001/06/19  07:05:07
24794         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
24795      Branch: perl
24796            ! perly.c perly.y perly_c.diff vms/perly_c.vms
24797 ____________________________________________________________________________
24798 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
24799         Log: More perl572delta tweaks.
24800      Branch: perl
24801            ! pod/perl572delta.pod
24802 ____________________________________________________________________________
24803 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
24804         Log: Update perl572delta.
24805      Branch: perl
24806            ! pod/perl572delta.pod
24807 ____________________________________________________________________________
24808 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
24809         Log: VOS updates from Paul Green.
24810      Branch: perl
24811            ! vos/Changes vos/build.cm vos/perl.bind
24812 ____________________________________________________________________________
24813 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
24814         Log: Update the vos/config.*.* files.
24815      Branch: perl
24816            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24817            ! vos/config.ga.h
24818 ____________________________________________________________________________
24819 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
24820         Log: Add a makefile for more painless adding of symbols to the
24821              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
24822              takes care of the adding)
24823      Branch: perl
24824            + vos/Makefile
24825 ____________________________________________________________________________
24826 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
24827         Log: Make libnetcfg by default display the libnet configuration,
24828              -c to change, add -i for old config, document all options,
24829              regen toc.
24830      Branch: perl
24831            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
24832 ____________________________________________________________________________
24833 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
24834         Log: gcc -Wall sweep.
24835      Branch: perl
24836            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
24837 ____________________________________________________________________________
24838 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
24839         Log: So there.
24840      Branch: perl
24841            ! universal.c
24842 ____________________________________________________________________________
24843 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
24844         Log: Document the need for sv_printify().
24845              
24846              Document that 'use utf8' has been considered.
24847              
24848              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
24849      Branch: perl
24850            ! pod/perltodo.pod universal.c
24851 ____________________________________________________________________________
24852 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
24853         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
24854              From: Nicholas Clark <nick@ccl4.org>
24855              Date: Mon, 18 Jun 2001 23:29:23 +0100
24856              Message-ID: <20010618232923.I98663@plum.flirble.org>
24857      Branch: perl
24858            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
24859            ! ext/Sys/Syslog/Makefile.PL
24860 ____________________________________________________________________________
24861 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
24862         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
24863              From: Scott.L.Miller@Compaq.com
24864              Date: Mon, 18 Jun 2001 10:12:27 -0500
24865              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
24866      Branch: perl
24867            ! lib/perl5db.pl pod/perldebug.pod
24868 ____________________________________________________________________________
24869 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
24870         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
24871              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24872              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
24873              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
24874      Branch: perl
24875            ! lib/Carp/Heavy.pm
24876 ____________________________________________________________________________
24877 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
24878         Log: Subject: [PATCH] Documentation changes for CLONE
24879              From: Artur Bergman <artur@contiller.se>
24880              Date: Mon, 18 Jun 2001 22:06:37 +0200
24881              Message-ID: <B7542BEC.1719%artur@contiller.se>
24882      Branch: perl
24883            ! pod/perlmod.pod pod/perlsub.pod
24884 ____________________________________________________________________________
24885 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
24886         Log: Subject: Re: configure.com
24887              From: "Craig A. Berry" <craigberry@mac.com>
24888              Date: Mon, 18 Jun 2001 16:04:38 -0500
24889              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
24890      Branch: perl
24891            ! configure.com
24892 ____________________________________________________________________________
24893 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
24894         Log: Subject: PL_nullstash + perl_clone()
24895              From: Doug MacEachern <dougm@covalent.net>
24896              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
24897              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
24898      Branch: perl
24899            ! sv.c
24900 ____________________________________________________________________________
24901 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
24902         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24903              From: davem@fdgroup.co.uk
24904              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
24905              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
24906      Branch: perl
24907            ! embed.pl pod/perlapi.pod
24908 ____________________________________________________________________________
24909 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
24910         Log: More cross-compilation defaults gleaned from -Dcc
24911              if it is CPU-OS-gcc.
24912      Branch: metaconfig
24913            ! U/modified/libc.U
24914      Branch: metaconfig/U/perl
24915            ! Cross.U
24916      Branch: perl
24917            ! Configure INSTALL
24918 ____________________________________________________________________________
24919 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
24920         Log: Update Changes.
24921      Branch: perl
24922            ! Changes patchlevel.h
24923 ____________________________________________________________________________
24924 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
24925         Log: Subject: [PATCH 5.7.1] sv.c documentation
24926              From: davem@fdgroup.co.uk
24927              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
24928              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
24929      Branch: perl
24930            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
24931            ! sv.c sv.h
24932 ____________________________________________________________________________
24933 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
24934         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
24935              From: "Jon Gunnip" <jongunnip@hotmail.com>
24936              Date: Sun, 17 Jun 2001 18:24:29 -0400
24937              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
24938      Branch: perl
24939            ! pod/perlvar.pod
24940 ____________________________________________________________________________
24941 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
24942         Log: Move the locale/strict/warnings helper files back
24943              under the t/lib; this way the amount of non-installabled
24944              stuff under lib/ stays smaller.
24945      Branch: perl
24946            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
24947            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
24948            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
24949            + t/lib/warnings/5nolint t/lib/warnings/6default
24950            + t/lib/warnings/7fatal t/lib/warnings/8signal
24951            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
24952            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
24953            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
24954            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
24955            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
24956            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
24957            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
24958            + t/lib/warnings/taint t/lib/warnings/toke
24959            + t/lib/warnings/universal t/lib/warnings/utf8
24960            + t/lib/warnings/util
24961            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24962            - lib/strict/subs lib/strict/vars lib/warnings/1global
24963            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24964            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24965            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24966            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24967            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24968            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24969            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24970            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24971            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24972            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24973            - lib/warnings/utf8 lib/warnings/util
24974            ! MANIFEST installperl lib/locale.t lib/strict.t
24975 ____________________________________________________________________________
24976 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
24977         Log: Split off the pack/unpack code, from Nicholas Clark.
24978      Branch: perl
24979            + pp_pack.c
24980            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
24981            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
24982            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24983 ____________________________________________________________________________
24984 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
24985         Log: Guard the SysV IPC tests against being invoked in
24986              SysV-IPC-less places.
24987      Branch: perl
24988            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24989 ____________________________________________________________________________
24990 [ 10683] By: nick                                  on 2001/06/18  12:24:42
24991         Log: Integrate mainline (new test scheme now ok on Linux).
24992      Branch: perlio
24993           +> lib/warnings.t
24994           !> dump.c sv.c
24995 ____________________________________________________________________________
24996 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
24997         Log: Add the locale.c and numeric.c to the microperl sources.
24998      Branch: perl
24999            ! Makefile.micro win32/Makefile
25000 ____________________________________________________________________________
25001 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
25002         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
25003              From: Abhijit Menon-Sen <ams@wiw.org>
25004              Date: Mon, 18 Jun 2001 14:23:44 +0530
25005              Message-ID: <20010618142344.A13136@lustre.linux.in>
25006      Branch: perl
25007            ! dump.c
25008 ____________________________________________________________________________
25009 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
25010         Log: Subject: Re: [PATCH] more anonymous stash cleanups
25011              From: Abhijit Menon-Sen <ams@wiw.org>
25012              Date: Mon, 18 Jun 2001 15:50:32 +0530
25013              Message-ID: <20010618155032.A13223@lustre.linux.in>
25014              
25015              Plus the comment left in as suggested by NI-S.
25016      Branch: perl
25017            ! sv.c
25018 ____________________________________________________________________________
25019 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
25020         Log: One missed file.
25021      Branch: perl
25022            + lib/warnings.t
25023 ____________________________________________________________________________
25024 [ 10678] By: nick                                  on 2001/06/18  08:05:29
25025         Log: Integrate mainline (part2 - the deletes)
25026      Branch: perlio
25027            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
25028            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
25029            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
25030            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
25031            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
25032            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
25033            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
25034            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
25035            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
25036            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
25037            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
25038 ____________________________________________________________________________
25039 [ 10677] By: nick                                  on 2001/06/18  08:04:44
25040         Log: Integrate mainline (part1)
25041      Branch: perlio
25042           +> (branch 376 files)
25043            - (delete 219 files)
25044           !> (integrate 151 files)
25045 ____________________________________________________________________________
25046 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
25047         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
25048              No doubt I made some mistakes like missed some files or
25049              misnamed some files.  The naming rules were more or less:
25050              (1) if the module is from CPAN, follows its ways, be it
25051              t/*.t or test.pl.
25052              (2) otherwise if there are multiple tests for a module
25053              put them in a t/
25054              (3) otherwise if there's only one test put it in Module.t
25055              (4) helper files go to module/ (locale, strict, warnings)
25056              (5) use longer filenames now that we can (but e.g. the
25057              compat-0.6.t and the Text::Balanced test files still
25058              were renamed to be more civil against the 8.3 people)
25059              installperl was updated appropriately not to install the
25060              *.t files or the help files from under lib.
25061              
25062              TODO: some helper files still remain under t/ that could
25063              follow their 'masters'.  UPDATE: On second thoughts, why
25064              should they.  They can continue to live under t/lib, and
25065              in fact the locale/strict/warnings helpers that were moved
25066              could be moved back.  This way the amount of non-installable
25067              stuff under lib/ stays smaller.
25068      Branch: perl
25069            + (add 253 files)
25070            - (delete 254 files)
25071            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
25072 ____________________________________________________________________________
25073 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
25074         Log: The warning no more comes from util.c, it comes from numeric.c.
25075      Branch: perl
25076            ! README.tru64
25077 ____________________________________________________________________________
25078 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
25079         Log: Subject: Re: anyone good at casting spells?
25080              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25081              Date: Sun, 17 Jun 2001 21:21:04 -0400
25082              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
25083      Branch: perl
25084            ! ext/POSIX/POSIX.xs hv.h
25085 ____________________________________________________________________________
25086 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
25087         Log: Protect the (original) thread tests against testing if no 5.005
25088              threads have been configured.
25089      Branch: perl
25090            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25091            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25092            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25093            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25094            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25095            ! ext/Thread/unsync4.t
25096 ____________________________________________________________________________
25097 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
25098         Log: Try the new test scanning scheme on Text::Abbrev.
25099      Branch: perl
25100            + lib/Text/Abbrev.t
25101            - lib/Text/Abbrev/t/abbrev.t
25102            ! MANIFEST
25103 ____________________________________________________________________________
25104 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
25105         Log: Change the scan policy of the *.t and test.pl files,
25106              now the *.t do not need to live in a t/ directory.
25107      Branch: perl
25108            ! t/TEST t/harness
25109 ____________________________________________________________________________
25110 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
25111         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
25112              From: Ilmari Karonen <iltzu@sci.fi>
25113              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
25114              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
25115      Branch: perl
25116            ! pod/perlfaq7.pod
25117 ____________________________________________________________________________
25118 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
25119         Log: Quench the warnings from Tru64; the HP-UX is still
25120              broken because it really, REALLY, doesn't like the
25121              HvARRAY() being lvalue:
25122              
25123              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
25124              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
25125      Branch: perl
25126            ! hv.c
25127 ____________________________________________________________________________
25128 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
25129         Log: Integrate change #10667 from maintperl:
25130              
25131              change#10449 broke the special-case that makes lexicals inside the
25132              eval"" within DB::DB() visible
25133      Branch: perl
25134           !> op.c
25135 ____________________________________________________________________________
25136 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
25137         Log: change#10449 broke the special-case that makes lexicals inside the
25138              eval"" within DB::DB() visible
25139      Branch: maint-5.6/perl
25140            ! op.c
25141 ____________________________________________________________________________
25142 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
25143         Log: Still spurious output; indent the code a bit.
25144              
25145              TODO1: separate the utility functions like MkDir
25146              into a helper script?
25147              
25148              TODO2: I see a lot of repetition in the filepath()
25149              and dirpath() calls.
25150      Branch: perl
25151            ! t/lib/filefind.t t/lib/findtaint.t
25152 ____________________________________________________________________________
25153 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
25154         Log: Regen modlib, toc.
25155      Branch: perl
25156            ! pod/perlmodlib.pod pod/perltoc.pod
25157 ____________________________________________________________________________
25158 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
25159         Log: Add libnetcfg to perlutil.
25160      Branch: perl
25161            ! pod/perlutil.pod
25162 ____________________________________________________________________________
25163 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
25164         Log: Initial integration of libnet-1.0703.
25165              The Configure script renamed as libnetcfg, will be
25166              installed along other utilities.
25167      Branch: perl
25168            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
25169            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
25170            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
25171            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
25172            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
25173            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
25174            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
25175            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
25176            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
25177            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
25178            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
25179            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
25180            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
25181            + utils/libnetcfg.PL
25182            ! MANIFEST utils.lst utils/Makefile
25183 ____________________________________________________________________________
25184 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
25185         Log: Less potentially test-harness-confusing output.
25186      Branch: perl
25187            ! lib/Memoize/t/expire_module_t.t
25188 ____________________________________________________________________________
25189 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
25190         Log: The final print annoys make test.
25191      Branch: perl
25192            ! t/lib/filefind.t t/lib/findtaint.t
25193 ____________________________________________________________________________
25194 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
25195         Log: Add an option for handling dangling symbolic links.
25196      Branch: perl
25197            ! lib/File/Find.pm t/lib/filefind.t
25198 ____________________________________________________________________________
25199 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
25200         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
25201              From: Thomas Wegner <wegner_thomas@yahoo.com>
25202              Date: Sun, 17 Jun 2001 14:43:11 +0200
25203              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
25204      Branch: perl
25205            + t/lib/findtaint.t
25206            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
25207 ____________________________________________________________________________
25208 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
25209         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
25210              From: Jonathan Stowe <gellyfish@gellyfish.com>
25211              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
25212              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
25213      Branch: perl
25214            ! lib/ExtUtils/MM_Unix.pm
25215 ____________________________________________________________________________
25216 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
25217         Log: Subject: [PATCH] more anonymous stash cleanups
25218              From: Abhijit Menon-Sen <ams@wiw.org>
25219              Date: Sun, 17 Jun 2001 11:44:06 +0530
25220              Message-ID: <20010617114406.A25203@lustre.linux.in>
25221      Branch: perl
25222            ! op.c
25223 ____________________________________________________________________________
25224 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
25225         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
25226              From: Abhijit Menon-Sen <ams@wiw.org>
25227              Date: Sun, 17 Jun 2001 08:02:59 +0530
25228              Message-ID: <20010617080259.A28776@lustre.linux.in>
25229              
25230              Subject: [PATCH #2/7] xhv_eiter
25231              From: Abhijit Menon-Sen <ams@wiw.org>
25232              Date: Sun, 17 Jun 2001 08:13:18 +0530
25233              Message-ID: <20010617081318.B28776@lustre.linux.in>
25234              
25235              Subject: [PATCH #3/7] xhv_fill
25236              From: Abhijit Menon-Sen <ams@wiw.org>
25237              Date: Sun, 17 Jun 2001 08:25:16 +0530
25238              Message-ID: <20010617082516.C28776@lustre.linux.in>
25239              
25240              Subject: [PATCH #4/7] xhv_keys
25241              From: Abhijit Menon-Sen <ams@wiw.org>
25242              Date: Sun, 17 Jun 2001 08:36:17 +0530
25243              Message-ID: <20010617083617.D28776@lustre.linux.in>
25244              
25245              Subject: [PATCH #5/7] xhv_max
25246              From: Abhijit Menon-Sen <ams@wiw.org>
25247              Date: Sun, 17 Jun 2001 08:39:48 +0530
25248              Message-ID: <20010617083948.E28776@lustre.linux.in>
25249              
25250              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
25251              From: Abhijit Menon-Sen <ams@wiw.org>
25252              Date: Sun, 17 Jun 2001 08:51:11 +0530
25253              Message-ID: <20010617085111.F28776@lustre.linux.in>
25254      Branch: perl
25255            ! hv.c
25256 ____________________________________________________________________________
25257 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
25258         Log: Update Changes.
25259      Branch: perl
25260            ! Changes patchlevel.h
25261 ____________________________________________________________________________
25262 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
25263         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
25264              From: Abhijit Menon-Sen <ams@wiw.org>
25265              Date: Sat, 16 Jun 2001 07:41:19 +0530
25266              Message-ID: <20010616074119.A24720@lustre.linux.in>
25267      Branch: perl
25268            ! hv.c perl.c vms/vmsish.h win32/win32.h
25269 ____________________________________________________________________________
25270 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
25271         Log: Document tests failing when threaded, since we now have more.
25272      Branch: perl
25273            ! pod/perl572delta.pod
25274 ____________________________________________________________________________
25275 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
25276         Log: -Wall cleanup.
25277      Branch: perl
25278            ! ext/Thread/Thread.xs
25279 ____________________________________________________________________________
25280 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
25281         Log: pthread_attr_setstacksize() isn't absolutely necessary
25282              to call, only iff THREAD_CREATE_NEEDS_STACK.
25283      Branch: perl
25284            ! ext/Thread/Thread.xs
25285 ____________________________________________________________________________
25286 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
25287         Log: -Wall strays.
25288      Branch: perl
25289            ! perl.c util.c
25290 ____________________________________________________________________________
25291 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
25292         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
25293              (and INT64_MIN) brokenness.
25294      Branch: perl
25295            ! hints/darwin.sh perl.h
25296 ____________________________________________________________________________
25297 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
25298         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
25299              From: Nicholas Clark <nick@ccl4.org>
25300              Date: Sun, 17 Jun 2001 00:16:05 +0100
25301              Message-ID: <20010617001605.V98663@plum.flirble.org>
25302      Branch: perl
25303            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
25304            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
25305            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25306 ____________________________________________________________________________
25307 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
25308         Log: Add perlnetware to docs; regen toc; supply skeleton
25309              docs for some Memoize submodules.
25310      Branch: perl
25311            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
25312            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25313            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
25314            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25315            ! win32/Makefile win32/makefile.mk
25316 ____________________________________________________________________________
25317 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
25318         Log: pod cleanup.
25319      Branch: perl
25320            ! README.netware
25321 ____________________________________________________________________________
25322 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
25323         Log: Integrate Memoize 0.64.  Few tweaks were required in
25324              the test scripts.  Note that the speed and expire*
25325              tests take several dozen seconds to run.
25326      Branch: perl
25327            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25328            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25329            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25330            + lib/Memoize/README lib/Memoize/SDBM_File.pm
25331            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25332            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
25333            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25334            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25335            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25336            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25337            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25338            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25339            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25340            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25341            ! MANIFEST t/lib/1_compile.t
25342 ____________________________________________________________________________
25343 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
25344         Log: Document the cross-compilation options.
25345      Branch: perl
25346            ! Cross/README INSTALL
25347 ____________________________________________________________________________
25348 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
25349         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
25350      Branch: perl
25351            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
25352            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
25353            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
25354            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
25355            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
25356            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
25357            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
25358            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
25359            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
25360            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
25361            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
25362            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
25363            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
25364            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
25365            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
25366            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
25367            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
25368            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
25369            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
25370            + lib/ExtUtils/MM_NW5.pm
25371            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
25372            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
25373            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25374            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
25375            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
25376            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
25377            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
25378            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
25379            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
25380            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
25381            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
25382            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
25383            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
25384            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
25385            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
25386            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
25387            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
25388            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
25389            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
25390            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
25391            ! util.h x2p/a2py.c
25392 ____________________________________________________________________________
25393 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
25394         Log: Resort MANIFEST.
25395      Branch: perl
25396            ! MANIFEST
25397 ____________________________________________________________________________
25398 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
25399         Log: Integrate perlio.
25400      Branch: perl
25401           +> win32/win32io.c
25402           !> MANIFEST perlio.c perliol.h win32/makefile.mk
25403 ____________________________________________________________________________
25404 [ 10640] By: nick                                  on 2001/06/16  18:38:31
25405         Log: Disable :win32 layer as default till I get it working
25406      Branch: perlio
25407            ! MANIFEST perlio.c
25408 ____________________________________________________________________________
25409 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
25410         Log: Try the new scheme by moving the Text::Abbrev test
25411              to a new place under lib.
25412      Branch: perl
25413            + lib/Text/Abbrev/t/abbrev.t
25414            - t/lib/abbrev.t
25415            ! MANIFEST
25416 ____________________________________________________________________________
25417 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
25418         Log: Make the code even more dynamical so that testname
25419              suffix length can change.
25420      Branch: perl
25421            ! lib/Test/Harness.pm t/TEST
25422 ____________________________________________________________________________
25423 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
25424         Log: Allow for deeper t/ and also a single test.pl.
25425      Branch: perl
25426            ! t/TEST t/harness
25427 ____________________________________________________________________________
25428 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
25429         Log: #define fix from Nicholas Clark.
25430      Branch: perl
25431            ! ext/POSIX/POSIX.xs
25432 ____________________________________________________________________________
25433 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
25434         Log: Initialization is nice.
25435      Branch: perl
25436            ! lib/Test/Harness.pm
25437 ____________________________________________________________________________
25438 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
25439         Log: Make t/TEST and t/harness to test also the t/ tests
25440              under the main lib/ and ext/ directories.  Fix Test::Harness
25441              to dynamically change the width of its "foo/bar....ok" output.
25442      Branch: perl
25443            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
25444 ____________________________________________________________________________
25445 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
25446         Log: Subject: [PATCH] Re: perl@10611 
25447              From: Nicholas Clark <nick@ccl4.org>
25448              Date: Sat, 16 Jun 2001 16:52:47 +0100
25449              Message-ID: <20010616165247.O98663@plum.flirble.org>
25450              
25451              The .xs parts, too.
25452      Branch: perl
25453            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
25454            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
25455 ____________________________________________________________________________
25456 [ 10632] By: nick                                  on 2001/06/16  16:44:35
25457         Log: Work-in-progress win32 layer semi-functional, checking 
25458              for UNIX breakage.
25459      Branch: perlio
25460            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
25461 ____________________________________________________________________________
25462 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
25463         Log: Subject: [PATCH] Re: perl@10611 
25464              From: Nicholas Clark <nick@ccl4.org>
25465              Date: Sat, 16 Jun 2001 16:52:47 +0100
25466              Message-ID: <20010616165247.O98663@plum.flirble.org>
25467      Branch: perl
25468            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
25469            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
25470            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
25471            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
25472            ! lib/ExtUtils/Constant.pm
25473 ____________________________________________________________________________
25474 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
25475         Log: Metaconfig unit change for #10629.
25476      Branch: metaconfig
25477            ! U/modified/Finish.U
25478 ____________________________________________________________________________
25479 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
25480         Log: The extraction changed directories.
25481      Branch: perl
25482            ! Configure
25483 ____________________________________________________________________________
25484 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
25485         Log: Math::BigInt 1.35 from Tels.
25486      Branch: perl
25487            + t/lib/mbimbf.t
25488            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25489            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25490 ____________________________________________________________________________
25491 [ 10627] By: nick                                  on 2001/06/16  14:54:52
25492         Log: Work in progress UNIX-side edit of win32 PerLIO layer
25493      Branch: perlio
25494            + win32/win32io.c
25495            ! perlio.c win32/makefile.mk
25496 ____________________________________________________________________________
25497 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
25498         Log: Subject: [PATCH 5.6.1] os2/diff-configure
25499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25500              Date: Fri, 15 Jun 2001 01:19:36 -0400
25501              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
25502              
25503              Empty all of it because I think #10624 made even the
25504              last patch hunk unnecessary.
25505      Branch: perl
25506            ! os2/diff.configure
25507 ____________________________________________________________________________
25508 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
25509         Log: Metaconfig unit change for 10624.
25510      Branch: metaconfig
25511            ! U/modified/libc.U
25512      Branch: perl
25513            ! config_h.SH
25514 ____________________________________________________________________________
25515 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
25516         Log: Move the initialization of libnames to the beginning so
25517              that can one 'seed' it (as OS/2 does.)
25518      Branch: perl
25519            ! Configure
25520 ____________________________________________________________________________
25521 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
25522         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
25523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25524              Date: Fri, 15 Jun 2001 19:10:57 -0400
25525              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
25526      Branch: perl
25527            ! os2/OS2/REXX/DLL/DLL.pm
25528 ____________________________________________________________________________
25529 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
25530         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
25531              From: "Craig A. Berry" <craigberry@mac.com>
25532              Date: Fri, 15 Jun 2001 17:00:03 -0500
25533              Message-Id: <a05101007b750342599be@[172.16.52.1]>
25534      Branch: perl
25535            ! vms/descrip_mms.template
25536 ____________________________________________________________________________
25537 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
25538         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
25539              From: "Craig A. Berry" <craigberry@mac.com>
25540              Date: Fri, 15 Jun 2001 18:39:42 -0500
25541              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
25542      Branch: perl
25543            ! lib/File/Spec/VMS.pm t/lib/extutils.t
25544 ____________________________________________________________________________
25545 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
25546         Log: Integrate perlio.
25547      Branch: perl
25548           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
25549           !> t/io/utf8.t t/lib/io_scalar.t
25550 ____________________________________________________________________________
25551 [ 10619] By: nick                                  on 2001/06/15  21:05:19
25552         Log: Generated files
25553      Branch: perlio
25554            ! embed.h proto.h
25555 ____________________________________________________________________________
25556 [ 10618] By: nick                                  on 2001/06/15  20:27:42
25557         Log: Fix open.pm to work via XS-implemented method calls rather
25558              than *open::layers variables which caused all the HV/AV hassle.
25559      Branch: perlio
25560            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
25561            ! t/lib/io_scalar.t
25562 ____________________________________________________________________________
25563 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
25564         Log: Integrate perlio.
25565      Branch: perl
25566           !> lib/ExtUtils/Constant.pm
25567 ____________________________________________________________________________
25568 [ 10616] By: nick                                  on 2001/06/15  18:46:47
25569         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
25570      Branch: perlio
25571            ! lib/ExtUtils/Constant.pm
25572 ____________________________________________________________________________
25573 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
25574         Log: Integrate perlio.
25575      Branch: perl
25576           !> ext/Socket/Socket.xs
25577 ____________________________________________________________________________
25578 [ 10614] By: nick                                  on 2001/06/15  18:33:37
25579         Log: MULTIPLICITY fix for Socket.xs
25580      Branch: perlio
25581            ! ext/Socket/Socket.xs
25582 ____________________________________________________________________________
25583 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
25584         Log: Subject: Re: perl@10611
25585              From: Doug MacEachern <dougm@covalent.net>
25586              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
25587              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
25588      Branch: perl
25589            ! ext/Socket/Socket.xs
25590 ____________________________________________________________________________
25591 [ 10612] By: nick                                  on 2001/06/15  16:14:38
25592         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
25593      Branch: perlio
25594           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25595           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
25596           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
25597           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
25598           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
25599           !> utils/h2ph.PL
25600 ____________________________________________________________________________
25601 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
25602         Log: Update Changes.
25603      Branch: perl
25604            ! Changes patchlevel.h
25605 ____________________________________________________________________________
25606 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
25607         Log: Upping the test count.
25608      Branch: perl
25609            ! t/lib/filefind.t
25610 ____________________________________________________________________________
25611 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
25612         Log: Integrate perlio.
25613      Branch: perl
25614           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25615 ____________________________________________________________________________
25616 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
25617         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25618              From: andreas.koenig@anima.de (Andreas J. Koenig)
25619              Date: 15 Jun 2001 13:30:39 +0200
25620              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
25621              
25622              Record the grim history.
25623      Branch: perl
25624            ! lib/File/Find.pm
25625 ____________________________________________________________________________
25626 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
25627         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25628              From: Brian McCauley <nobull@mail.com>
25629              Date: 15 Jun 2001 07:51:26 +0100
25630              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
25631      Branch: perl
25632            ! lib/File/Find.pm t/lib/filefind.t
25633 ____________________________________________________________________________
25634 [ 10606] By: nick                                  on 2001/06/15  14:00:08
25635         Log: regen_config_h for Win32.
25636      Branch: perlio
25637            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25638 ____________________________________________________________________________
25639 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
25640         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
25641              From: Peter Prymmer <pvhp@forte.com>
25642              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
25643              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
25644      Branch: perl
25645            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
25646 ____________________________________________________________________________
25647 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
25648         Log: Some filesystems require writability for rename/unlink.
25649      Branch: perl
25650            ! opcode.pl
25651 ____________________________________________________________________________
25652 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
25653         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
25654              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25655              Date: Fri, 15 Jun 2001 12:08:53 +0200
25656              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
25657      Branch: perl
25658            ! perlio.c
25659 ____________________________________________________________________________
25660 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
25661         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
25662              From: Mike Guy <mjtg@cam.ac.uk>
25663              Date: Fri, 15 Jun 2001 14:11:49 +0100
25664              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
25665      Branch: perl
25666            ! opcode.pl
25667 ____________________________________________________________________________
25668 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
25669         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
25670              From: Nicholas Clark <nick@ccl4.org>
25671              Date: Thu, 14 Jun 2001 23:52:56 +0100
25672              Message-ID: <20010614235256.G98663@plum.flirble.org>
25673      Branch: perl
25674            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
25675            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25676 ____________________________________________________________________________
25677 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
25678         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25679              From: Russ Allbery <rra@stanford.edu>
25680              Date: 14 Jun 2001 13:24:43 -0700
25681              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
25682      Branch: perl
25683            ! ext/GDBM_File/GDBM_File.pm
25684 ____________________________________________________________________________
25685 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
25686         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25687              From: Nicholas Clark <nick@ccl4.org>
25688              Date: Thu, 14 Jun 2001 20:37:47 +0100
25689              Message-ID: <20010614203747.F98663@plum.flirble.org>
25690      Branch: perl
25691            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25692            ! t/lib/gdbm.t
25693 ____________________________________________________________________________
25694 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
25695         Log: Integrate perlio.
25696      Branch: perl
25697           !> makedef.pl sv.c
25698 ____________________________________________________________________________
25699 [ 10597] By: nick                                  on 2001/06/15  11:08:13
25700         Log: Check that HVs with HvNAME() != NULL are really stashes before
25701              treating them as such. Also be more defensive on the GvCV.
25702              Win32 fork and dprof now working again. 
25703      Branch: perlio
25704            ! sv.c
25705 ____________________________________________________________________________
25706 [ 10596] By: nick                                  on 2001/06/15  10:11:20
25707         Log: Integrate mainline.
25708      Branch: perlio
25709           +> Cross/README
25710           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
25711           !> Porting/config_H config_h.SH configure.com epoc/config.sh
25712           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
25713           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25714           !> vos/config.ga.h win32/config.bc win32/config.gc
25715           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25716           !> win32/config_H.vc
25717 ____________________________________________________________________________
25718 [ 10595] By: nick                                  on 2001/06/15  09:37:17
25719         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
25720              - Win32 (VC++) now builds but fails:
25721              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
25722              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
25723              write.t    - open(...,"|-") not implemented on Win32 
25724      Branch: perlio
25725            ! makedef.pl
25726 ____________________________________________________________________________
25727 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
25728         Log: Integrate perlio.
25729      Branch: perl
25730           !> perlio.c win32/makefile.mk
25731 ____________________________________________________________________________
25732 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
25733         Log: Metaconfig unit changes for #10592.
25734      Branch: metaconfig
25735            + U/modified/i_varhdr.U U/modified/startsh.U
25736            - U/a_dvisory/crosscompile.U U/target/Target.U
25737            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
25738            ! U/compline/bitpbyte.U U/compline/byteorder.U
25739            ! U/compline/ccflags.U U/compline/charsize.U
25740            ! U/compline/d_casti32.U U/compline/d_castneg.U
25741            ! U/compline/d_closedir.U U/compline/d_fd_set.U
25742            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
25743            ! U/compline/d_keepsig.U U/compline/d_open3.U
25744            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25745            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
25746            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
25747            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
25748            ! U/compline/doublesize.U U/compline/floatsize.U
25749            ! U/compline/nblock_io.U U/compline/orderlib.U
25750            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
25751            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
25752            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
25753            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
25754            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
25755            ! U/modified/spitshell.U U/threads/archname.U
25756            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
25757            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
25758            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
25759            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
25760            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
25761      Branch: metaconfig/U/perl
25762            + Cross.U
25763            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
25764            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
25765            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
25766            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
25767            ! stdio_streams.U uselfs.U
25768 ____________________________________________________________________________
25769 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
25770         Log: The first steps towards cross-compilation.
25771              
25772              Abstract execution of compiled test executables with $run,
25773              and abstract transfer of files with $to and $from.
25774              
25775              Under cross-compilation the $run, $to, and $from will point
25776              to appropriate wrapper scripts, by default ssh and scp,
25777              but also rsh, rcp, and cp are supported.  If not
25778              cross-compiling, they will be set to '', ':', and ':',
25779              respectively.
25780              
25781              With these patches I was able to get Configure for
25782              iPAQ ARM Linux on an Intel Linux about 95% right
25783              (only a few tests failed to execute or they produced
25784              incorrect results), and I was able to compile
25785              a functional miniperl.
25786              
25787              The symbol crosscompile renamed to be usecrosscompile,
25788              the corresponding C symbol from CROSSCOMPILE to
25789              USE_CROSS_COMPILE.
25790      Branch: perl
25791            ! Configure Cross/README Makefile.SH Porting/Glossary
25792            ! Porting/config.sh Porting/config_H config_h.SH configure.com
25793            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
25794            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25795            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25796            ! win32/config.gc win32/config.vc win32/config_H.bc
25797            ! win32/config_H.gc win32/config_H.vc
25798 ____________________________________________________________________________
25799 [ 10591] By: nick                                  on 2001/06/14  20:00:12
25800         Log: Steps along the road toward Win32 building again.
25801      Branch: perlio
25802            ! perlio.c win32/makefile.mk
25803 ____________________________________________________________________________
25804 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
25805         Log: Integrate perlio.
25806      Branch: perl
25807           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25808 ____________________________________________________________________________
25809 [ 10589] By: nick                                  on 2001/06/14  13:54:07
25810         Log: Routine regen_config_h for Win32
25811      Branch: perlio
25812            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25813 ____________________________________________________________________________
25814 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
25815         Log: Integrate perlio.
25816      Branch: perl
25817           +> perlyline.pl
25818           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
25819 ____________________________________________________________________________
25820 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
25821         Log: A placeholder.
25822      Branch: perl
25823            + Cross/README
25824 ____________________________________________________________________________
25825 [ 10586] By: nick                                  on 2001/06/14  08:25:07
25826         Log: Add new step to run_byacc which:
25827              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
25828              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
25829      Branch: perlio
25830            + perlyline.pl
25831            ! MANIFEST Makefile.SH perly.c
25832 ____________________________________________________________________________
25833 [ 10585] By: nick                                  on 2001/06/14  08:22:29
25834         Log: Integrate mainline
25835      Branch: perlio
25836           +> locale.c numeric.c
25837           !> Changes cygwin/Makefile.SHs embed.h embed.pl
25838           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
25839           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
25840           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
25841           !> x2p/Makefile.SH
25842 ____________________________________________________________________________
25843 [ 10584] By: nick                                  on 2001/06/14  08:05:53
25844         Log: Hack to remove insecure directories from PATH so test will run.
25845      Branch: perlio
25846            ! t/lib/filefind.t
25847 ____________________________________________________________________________
25848 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
25849         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
25850      Branch: perl
25851            - t/lib/mbimbf.t
25852            ! MANIFEST
25853 ____________________________________________________________________________
25854 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
25855         Log: Detypo.
25856      Branch: perl
25857            ! x2p/Makefile.SH
25858 ____________________________________________________________________________
25859 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
25860         Log: de-$CONFIG continues.
25861      Branch: perl
25862            ! cygwin/Makefile.SHs x2p/Makefile.SH
25863 ____________________________________________________________________________
25864 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
25865         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
25866              From: Nicholas Clark <nick@ccl4.org>
25867              Date: Wed, 13 Jun 2001 21:20:13 +0100
25868              Message-ID: <20010613212013.D98663@plum.flirble.org>
25869      Branch: perl
25870            ! opcode.pl
25871 ____________________________________________________________________________
25872 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
25873         Log: Subject: splitting util.c
25874              From: Hugo <hv@crypt.compulink.co.uk>
25875              Date: Thu, 14 Jun 2001 00:41:08 +0100
25876              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
25877      Branch: perl
25878            + locale.c numeric.c
25879            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
25880            ! pod/perlapi.pod proto.h util.c
25881 ____________________________________________________________________________
25882 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
25883         Log: Upgrade to Math::BigInt 1.34 from Tels.
25884      Branch: perl
25885            + t/lib/mbimbf.t
25886            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25887            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25888 ____________________________________________________________________________
25889 [ 10577] By: nick                                  on 2001/06/13  19:02:48
25890         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
25891      Branch: perlio
25892           !> (integrate 125 files)
25893 ____________________________________________________________________________
25894 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
25895         Log: Update Changes.
25896      Branch: perl
25897            ! Changes patchlevel.h
25898 ____________________________________________________________________________
25899 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
25900         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25901              From: "Craig A. Berry" <craigberry@mac.com>
25902              Date: Wed, 13 Jun 2001 13:24:28 -0500
25903              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
25904      Branch: perl
25905            ! ext/re/Makefile.PL
25906 ____________________________________________________________________________
25907 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
25908         Log: Mc.u.c. for #10573.
25909      Branch: metaconfig
25910            ! U/threads/usethreads.U
25911 ____________________________________________________________________________
25912 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
25913         Log: It would be also be good if I could type.
25914      Branch: perl
25915            ! Configure
25916 ____________________________________________________________________________
25917 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
25918         Log: Metaconfig unit change for #10571.
25919      Branch: metaconfig
25920            ! U/threads/usethreads.U
25921 ____________________________________________________________________________
25922 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
25923         Log: A non-empty default is a good thing.
25924      Branch: perl
25925            ! Configure
25926 ____________________________________________________________________________
25927 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
25928         Log: Metaconfig unit change for #10569.
25929      Branch: metaconfig
25930            ! U/threads/usethreads.U
25931 ____________________________________________________________________________
25932 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
25933         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
25934              extremely experimental, not even prompted for.
25935      Branch: perl
25936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25937            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
25938            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25939            ! win32/config.bc win32/config.gc win32/config.vc
25940 ____________________________________________________________________________
25941 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
25942         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
25943      Branch: perl
25944            ! pod/perlfaq6.pod
25945 ____________________________________________________________________________
25946 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
25947         Log: Integrate perlio; conflicts, accept Nick's versions.
25948      Branch: perl
25949           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25950           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25951 ____________________________________________________________________________
25952 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
25953         Log: Subject: Re: ext/ + -Wall
25954              From: Doug MacEachern <dougm@covalent.net>
25955              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
25956              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
25957      Branch: perl
25958            ! XSUB.h lib/ExtUtils/xsubpp perl.h
25959 ____________________________________________________________________________
25960 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
25961         Log: Similar logic as DB_File.xs, using the modern macros and
25962              defines them to older ones for older Perls where PERL_VERSION
25963              is not defined, from Doug MacEachern.
25964      Branch: perl
25965            ! ext/Storable/Storable.xs
25966 ____________________________________________________________________________
25967 [ 10564] By: nick                                  on 2001/06/13  15:22:01
25968         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
25969              and using that instead (name lookups are sequential search for now).
25970      Branch: perlio
25971            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25972            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25973 ____________________________________________________________________________
25974 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
25975         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
25976              From: "Richard Soderberg" <rs@crystalflame.net>
25977              Date: Sat, 26 May 2001 06:44:20 -0700
25978              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
25979      Branch: perl
25980            ! sv.c t/op/glob.t
25981 ____________________________________________________________________________
25982 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
25983         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25984              From: "Craig A. Berry" <craigberry@mac.com>
25985              Date: Tue, 12 Jun 2001 23:55:26 -0500
25986              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
25987      Branch: perl
25988            ! ext/re/Makefile.PL ext/re/re.xs
25989 ____________________________________________________________________________
25990 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
25991         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
25992              suggested by NI-S.
25993      Branch: perl
25994            ! XSUB.h malloc.c perl.h
25995 ____________________________________________________________________________
25996 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
25997         Log: Regen toc.
25998      Branch: perl
25999            ! pod/perltoc.pod
26000 ____________________________________________________________________________
26001 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
26002         Log: Subject: [patch] perl.gprof control
26003              From: Doug MacEachern <dougm@covalent.net>
26004              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
26005              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
26006      Branch: perl
26007            ! miniperlmain.c perl.h
26008 ____________________________________________________________________________
26009 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
26010         Log: Subject: Re: ext/ + -Wall
26011              From: Doug MacEachern <dougm@covalent.net>
26012              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
26013              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
26014              
26015              Document ax and break up dXSARGS.
26016      Branch: perl
26017            ! XSUB.h pod/perlapi.pod
26018 ____________________________________________________________________________
26019 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
26020         Log: More AIX tweakage from Merijn.
26021      Branch: perl
26022            ! hints/aix.sh
26023 ____________________________________________________________________________
26024 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
26025         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
26026              From: "Craig A. Berry" <craigberry@mac.com>
26027              Date: Tue, 12 Jun 2001 22:57:45 -0500
26028              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
26029      Branch: perl
26030            ! vms/descrip_mms.template
26031 ____________________________________________________________________________
26032 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
26033         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
26034              From: "Craig A. Berry" <craigberry@mac.com>
26035              Date: Tue, 12 Jun 2001 22:21:39 -0500
26036              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
26037      Branch: perl
26038            ! configure.com util.c
26039 ____________________________________________________________________________
26040 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
26041         Log: New AIX dynaloading code from Jens-Uwe Mager.
26042              Does break binary compatibility.
26043      Branch: perl
26044            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
26045 ____________________________________________________________________________
26046 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
26047         Log: VMS DEC C compiler found nits by Peter Prymmer.
26048      Branch: perl
26049            ! util.c
26050 ____________________________________________________________________________
26051 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
26052         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
26053              From: Peter Prymmer <pvhp@forte.com>
26054              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
26055              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
26056      Branch: perl
26057            ! t/lib/filecomp.t
26058 ____________________________________________________________________________
26059 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
26060         Log: I wonder how many $CONFIGs still lurk in the shadows.
26061      Branch: perl
26062            ! pod/Makefile.SH x2p/cflags.SH
26063 ____________________________________________________________________________
26064 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
26065         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
26066      Branch: perl
26067            ! pod/checkpods.PL
26068 ____________________________________________________________________________
26069 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
26070         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
26071      Branch: perl
26072            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
26073 ____________________________________________________________________________
26074 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
26075         Log: Subject: [patch] rid local_patches warnings
26076              From: Doug MacEachern <dougm@covalent.net>
26077              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
26078              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
26079      Branch: perl
26080            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
26081 ____________________________________________________________________________
26082 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
26083         Log: Subject: Re: ext/ + -Wall
26084              From: Doug MacEachern <dougm@covalent.net>
26085              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
26086              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
26087      Branch: perl
26088            ! ext/attrs/attrs.xs
26089 ____________________________________________________________________________
26090 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
26091         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
26092              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26093              Date: Tue, 12 Jun 2001 14:36:20 -0400
26094              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
26095      Branch: perl
26096            ! pod/perlretut.pod
26097 ____________________________________________________________________________
26098 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
26099         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
26100              From: Mike Guy <mjtg@cam.ac.uk>
26101              Date: Tue, 12 Jun 2001 19:10:31 +0100
26102              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
26103              
26104              Subject: Re: [ID 20010612.001] out of memory during regex compilation
26105              From: Mike Guy <mjtg@cam.ac.uk>
26106              Date: Tue, 12 Jun 2001 19:21:01 +0100
26107              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
26108      Branch: perl
26109            ! pod/perlop.pod
26110 ____________________________________________________________________________
26111 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
26112         Log: AIX tweaks from Merijn H. Brand.
26113      Branch: perl
26114            ! hints/aix.sh
26115 ____________________________________________________________________________
26116 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
26117         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
26118              From: "Brendan O'Dea" <bod@compusol.com.au>
26119              Date: Wed, 13 Jun 2001 05:16:47 +1000
26120              Message-ID: <20010613051647.A8945@compusol.com.au>
26121      Branch: maint-5.6/perl
26122            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26123 ____________________________________________________________________________
26124 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
26125         Log: Subject: Small bcopy cleanup
26126              From: Andy Dougherty <doughera@lafayette.edu>
26127              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
26128              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
26129      Branch: perl
26130            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
26131 ____________________________________________________________________________
26132 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
26133         Log: Subject: [PATCH] Re: ext/ + -Wall
26134              From: Nicholas Clark <nick@ccl4.org>
26135              Date: Wed, 13 Jun 2001 00:04:30 +0100
26136              Message-ID: <20010613000430.M5901@plum.flirble.org>
26137      Branch: perl
26138            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26139 ____________________________________________________________________________
26140 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
26141         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
26142              From: Nicholas Clark <nick@ccl4.org>
26143              Date: Tue, 12 Jun 2001 23:53:07 +0100
26144              Message-ID: <20010612235307.L5901@plum.flirble.org>
26145      Branch: perl
26146            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26147 ____________________________________________________________________________
26148 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
26149         Log: MPE/iX tweaks from Mark Bixby.
26150      Branch: perl
26151            ! hints/mpeix.sh mpeix/mpeixish.h util.c
26152 ____________________________________________________________________________
26153 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
26154         Log: Update Changes.
26155      Branch: perl
26156            ! Changes patchlevel.h
26157 ____________________________________________________________________________
26158 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
26159         Log: One less -Wall whine (found under DEBUGGING).
26160      Branch: perl
26161            ! x2p/Makefile.SH x2p/a2p.c
26162 ____________________________________________________________________________
26163 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
26164         Log: s/case-independent/case-insensitive/g
26165      Branch: perl
26166            ! pod/perldebug.pod
26167 ____________________________________________________________________________
26168 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
26169         Log: As suggested in    
26170              
26171              Subject: Re: ext/ + -Wall
26172              From: Gurusamy Sarathy <gsar@ActiveState.com>
26173              Date: Mon, 11 Jun 2001 23:34:31 -0700
26174              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
26175      Branch: perl
26176            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
26177            ! perl.h
26178 ____________________________________________________________________________
26179 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
26180         Log: Subject: ext/ + -Wall
26181              From: Doug MacEachern <dougm@covalent.net>
26182              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
26183              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
26184      Branch: perl
26185            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
26186            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
26187            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
26188            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
26189            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
26190            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
26191            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
26192            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
26193            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
26194            ! lib/ExtUtils/xsubpp
26195 ____________________________________________________________________________
26196 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
26197         Log: Subject: [PATCH] anonymous stashes
26198              From: Abhijit Menon-Sen <ams@wiw.org>
26199              Date: Tue, 12 Jun 2001 12:47:04 +0530
26200              Message-ID: <20010612124704.A29029@lustre.linux.in>
26201      Branch: perl
26202            ! dump.c gv.c sv.c xsutils.c
26203 ____________________________________________________________________________
26204 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
26205         Log: One more test for $^S.
26206      Branch: perl
26207            ! t/op/magic.t
26208 ____________________________________________________________________________
26209 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
26210         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
26211              From: Abhijit Menon-Sen <ams@wiw.org>
26212              Date: Tue, 12 Jun 2001 17:35:55 +0530
26213              Message-ID: <20010612173555.A32426@lustre.linux.in>
26214      Branch: perl
26215            ! mg.c t/op/magic.t
26216 ____________________________________________________________________________
26217 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
26218         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
26219              From: Mike Guy <mjtg@cam.ac.uk>
26220              Date: Tue, 12 Jun 2001 13:14:15 +0100
26221              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
26222      Branch: perl
26223            ! pod/perlop.pod
26224 ____________________________________________________________________________
26225 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
26226         Log: AUTHORS updates.
26227      Branch: perl
26228            ! AUTHORS
26229 ____________________________________________________________________________
26230 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
26231         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
26232              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26233              Content-Transfer-Encoding: 7bit
26234              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
26235      Branch: perl
26236            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
26237 ____________________________________________________________________________
26238 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
26239         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
26240              From: "Philip Newton" <Philip.Newton@gmx.net>
26241              Date: Mon, 11 Jun 2001 07:08:03 +0200
26242              Message-Id: <200106120802.LAA08992@taas.iki.fi>
26243      Branch: perl
26244            ! t/base/term.t
26245 ____________________________________________________________________________
26246 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
26247         Log: Cleanup the a2p.c for -Wall.
26248      Branch: perl
26249            ! x2p/Makefile.SH x2p/a2p.c
26250 ____________________________________________________________________________
26251 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
26252         Log: File::Find update for MacOS from Chris Nandor.
26253      Branch: perl
26254            ! lib/File/Find.pm t/lib/filefind.t
26255 ____________________________________________________________________________
26256 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
26257         Log: gcc -Wall nits picked out by a non-UNIX system
26258              (courtesy of Mark Bixby)
26259      Branch: perl
26260            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
26261            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
26262            ! pp_sys.c util.c
26263 ____________________________________________________________________________
26264 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
26265         Log: Metaconfig unit change for #10522.  (The d_modfl changes
26266              placate metalint.)
26267      Branch: metaconfig/U/perl
26268            ! d_modfl.U d_u32align.U
26269 ____________________________________________________________________________
26270 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
26271         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
26272              be "./try 2>&1 >/dev/null".
26273      Branch: perl
26274            ! Configure
26275 ____________________________________________________________________________
26276 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
26277         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
26278              From: "Craig A. Berry" <craigberry@mac.com>
26279              Date: Mon, 11 Jun 2001 14:00:32 -0500
26280              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
26281      Branch: perl
26282            ! configure.com
26283 ____________________________________________________________________________
26284 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
26285         Log: Move the full \p\P lists to perlunicode.
26286      Branch: perl
26287            ! pod/perlretut.pod pod/perlunicode.pod
26288 ____________________________________________________________________________
26289 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
26290         Log: VOS build tweak for 5.6.1 from Paul Green.
26291      Branch: maint-5.6/perl
26292            ! vos/build.cm
26293 ____________________________________________________________________________
26294 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
26295         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
26296              From: "Craig A. Berry" <craigberry@mac.com>
26297              Date: Fri, 8 Jun 2001 18:08:18 -0500
26298              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
26299      Branch: perl
26300            ! vms/vms.c
26301 ____________________________________________________________________________
26302 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
26303         Log: Update Changes.
26304      Branch: perl
26305            ! Changes patchlevel.h
26306 ____________________________________________________________________________
26307 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
26308         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
26309      Branch: perl
26310            ! vos/config.alpha.h vos/config.ga.h
26311 ____________________________________________________________________________
26312 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
26313         Log: VOS updates from Paul Green for @10476.
26314      Branch: perl
26315            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
26316            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26317            ! vos/config.ga.h vos/configure_perl.cm
26318 ____________________________________________________________________________
26319 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
26320         Log: Subject: [PATCH] Not many people know this ...
26321              From: Mike Guy <mjtg@cam.ac.uk>
26322              Date: Mon, 11 Jun 2001 14:55:15 +0100
26323              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
26324      Branch: perl
26325            ! pod/perldebug.pod
26326 ____________________________________________________________________________
26327 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
26328         Log: Add final commas to lists as suggested by Philip Newton.
26329      Branch: perl
26330            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26331 ____________________________________________________________________________
26332 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
26333         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
26334              Date: Sun, 10 Jun 2001 23:35:38 -0400
26335              From: Chris Nandor <pudge@pobox.com>
26336              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
26337      Branch: perl
26338            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
26339            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
26340            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
26341            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
26342            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
26343            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
26344            ! t/op/write.t t/pragma/strict.t
26345 ____________________________________________________________________________
26346 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
26347         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
26348              From: Chris Nandor <pudge@pobox.com>
26349              Date: Mon, 11 Jun 2001 08:24:28 -0400
26350              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
26351      Branch: perl
26352            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
26353            ! t/lib/io_dir.t
26354 ____________________________________________________________________________
26355 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
26356         Log: One more run_byacc (a hand-tweaked version had slipped in).
26357      Branch: perl
26358            ! perly.c vms/perly_c.vms
26359 ____________________________________________________________________________
26360 [ 10509] By: nick                                  on 2001/06/11  07:49:15
26361         Log: Integrate mainline
26362      Branch: perlio
26363           !> Makefile.SH embed.h embed.pl global.sym
26364           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
26365           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
26366           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
26367           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
26368 ____________________________________________________________________________
26369 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
26370         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
26371              From: Mike Guy <mjtg@cam.ac.uk>
26372              Reply-To: mjtg@cam.ac.uk
26373              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
26374      Branch: perl
26375            ! lib/ExtUtils/Manifest.pm
26376 ____________________________________________________________________________
26377 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
26378         Log: Subject: [PATCH] ExtUtils::Constant
26379              From: Nicholas Clark <nick@ccl4.org>
26380              Date: Sun, 10 Jun 2001 23:25:41 +0100
26381              Message-ID: <20010610232540.C76396@plum.flirble.org>
26382      Branch: perl
26383            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26384 ____________________________________________________________________________
26385 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
26386         Log: Integrate perlio.
26387      Branch: perl
26388           !> iperlsys.h
26389 ____________________________________________________________________________
26390 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
26391         Log: Move the grok_number and its lieutenant grok_numeric_radix
26392              from sv.c statics to util.c and public.
26393      Branch: perl
26394            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
26395            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
26396 ____________________________________________________________________________
26397 [ 10504] By: nick                                  on 2001/06/10  17:47:06
26398         Log: Fix (valid) -Wall warnings in perlio.c
26399      Branch: perlio
26400            ! iperlsys.h
26401 ____________________________________________________________________________
26402 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
26403         Log: Update perly_c.diff, update perly.fixer to edit away
26404              some of the -Wall noise.
26405      Branch: perl
26406            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
26407 ____________________________________________________________________________
26408 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
26409         Log: Check the version of byacc.
26410      Branch: perl
26411            ! Makefile.SH
26412 ____________________________________________________________________________
26413 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
26414         Log: Subject: [PATCH] perly.y overhaul
26415              From: Simon Cozens <simon@netthink.co.uk>
26416              Date: Sun, 10 Jun 2001 16:56:54 +0100
26417              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26418              
26419              Plus make run_byacc.
26420      Branch: perl
26421            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
26422 ____________________________________________________________________________
26423 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
26424         Log: Integrate perlio.
26425      Branch: perl
26426           !> perlio.c perlsfio.h
26427 ____________________________________________________________________________
26428 [ 10499] By: nick                                  on 2001/06/10  15:01:08
26429         Log: Integrate mainline
26430      Branch: perlio
26431           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
26432           !> t/pragma/locale.t util.c
26433 ____________________________________________________________________________
26434 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
26435         Log: Put some meat on the perl572delta bones.  The list of
26436              selected bug fixes needs more work, as does still the
26437              whole document.
26438      Branch: perl
26439            ! pod/perl572delta.pod
26440 ____________________________________________________________________________
26441 [ 10497] By: nick                                  on 2001/06/10  12:27:51
26442         Log: Paper over a crack or two with USE_SFIO
26443      Branch: perlio
26444            ! perlio.c perlsfio.h
26445 ____________________________________________________________________________
26446 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
26447         Log: Update Changes.
26448      Branch: perl
26449            ! Changes patchlevel.h
26450 ____________________________________________________________________________
26451 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
26452         Log: Subject: Re: pragma/locale.t #107
26453              From: Hugo <hv@crypt.compulink.co.uk>
26454              Date: Sun, 10 Jun 2001 11:23:30 +0100
26455              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
26456              
26457              Encapsulate the scan of the decimal radix separator.
26458      Branch: perl
26459            ! embed.h embed.pl proto.h sv.c
26460 ____________________________________________________________________________
26461 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
26462         Log: Try to grok numbers both with the locale specific separator
26463              and with the usual "." (if different from the lss); add a test
26464              to locale.t to do also a little bit of math in addition to just
26465              equalness testing; remove extraneous logic as suggested in
26466              
26467              Subject: Re: pragma/locale.t #107
26468              From: Nicholas Clark <nick@ccl4.org>
26469              Date: Sat, 9 Jun 2001 22:37:36 +0100
26470              Message-ID: <20010609223735.Y76396@plum.flirble.org>
26471      Branch: perl
26472            ! sv.c t/pragma/locale.t
26473 ____________________________________________________________________________
26474 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
26475         Log: Metaconfig unit change for #10492.
26476      Branch: metaconfig/U/perl
26477            ! Extensions.U
26478 ____________________________________________________________________________
26479 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
26480         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
26481              From: Artur Bergman <artur@contiller.se> 
26482              Date: Sat, 09 Jun 2001 21:03:51 +0200
26483              Message-ID: <B7483FB6.1398%artur@contiller.se>
26484      Branch: perl
26485            ! Configure
26486 ____________________________________________________________________________
26487 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
26488         Log: Integrate perlio.
26489      Branch: perl
26490           !> perlsfio.h
26491 ____________________________________________________________________________
26492 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
26493         Log: Do locale specific separator if only in locale.
26494      Branch: perl
26495            ! util.c
26496 ____________________________________________________________________________
26497 [ 10489] By: nick                                  on 2001/06/09  19:13:25
26498         Log: Make XS/Typemap compile (but fail) with sfio
26499      Branch: perlio
26500            ! perlsfio.h
26501 ____________________________________________________________________________
26502 [ 10488] By: nick                                  on 2001/06/09  19:12:51
26503         Log: Re-integrate mainline
26504      Branch: perlio
26505           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
26506           !> proto.h sv.c util.c
26507 ____________________________________________________________________________
26508 [ 10487] By: nick                                  on 2001/06/09  16:26:29
26509         Log: Integrate mainline
26510      Branch: perlio
26511           !> (integrate 31 files)
26512 ____________________________________________________________________________
26513 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
26514         Log: Subject: [PATCH] New attempt to clone callack
26515              From: Artur Bergman <artur@contiller.se> 
26516              Date: Thu, 07 Jun 2001 11:52:16 +0200
26517              Message-ID: <B7451B6F.12B7%artur@contiller.se>
26518      Branch: perl
26519            ! embedvar.h intrpvar.h perlapi.h sv.c
26520 ____________________________________________________________________________
26521 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
26522         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
26523      Branch: perl
26524            ! embed.h embed.pl perl.h proto.h sv.c util.c
26525 ____________________________________________________________________________
26526 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
26527         Log: Subject: Re: pragma/locale.t #107
26528              From: Nicholas Clark <nick@ccl4.org>
26529              Date: Sat, 9 Jun 2001 16:26:10 +0100
26530              Message-ID: <20010609162609.V76396@plum.flirble.org>
26531              
26532              A missing NVification.
26533      Branch: perl
26534            ! sv.c
26535 ____________________________________________________________________________
26536 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
26537         Log: Redo the #10482, there already was a test script for formats.
26538      Branch: perl
26539            - t/io/format.t
26540            ! MANIFEST t/op/write.t
26541 ____________________________________________________________________________
26542 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
26543         Log: Twisted format testing, from Merijn.
26544      Branch: perl
26545            + t/io/format.t
26546            ! MANIFEST
26547 ____________________________________________________________________________
26548 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
26549         Log: More \p{In...} testing, combined with \N{...}.
26550      Branch: perl
26551            ! lib/utf8_heavy.pl t/op/pat.t
26552 ____________________________________________________________________________
26553 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
26554         Log: Metaconfig changes for #10479.
26555      Branch: metaconfig
26556            ! U/Glossary.patch
26557      Branch: metaconfig/U/perl
26558            ! d_modfl.U
26559 ____________________________________________________________________________
26560 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
26561         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
26562      Branch: perl
26563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26564            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
26565            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26566            ! win32/config.bc win32/config.gc win32/config.vc
26567 ____________________________________________________________________________
26568 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
26569         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
26570              From: "Craig A. Berry" <craigberry@mac.com>
26571              Date: Thu, 7 Jun 2001 14:27:20 -0500
26572              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
26573      Branch: perl
26574            ! vms/perlvms.pod
26575 ____________________________________________________________________________
26576 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
26577         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
26578              From: Gisle Aas <gisle@ActiveState.com>
26579              Date: 07 Jun 2001 17:04:29 -0700
26580              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
26581      Branch: perl
26582            ! ext/re/re.xs
26583 ____________________________________________________________________________
26584 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
26585         Log: Update Changes.
26586      Branch: perl
26587            ! Changes patchlevel.h
26588 ____________________________________________________________________________
26589 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
26590         Log: Regen Glossary et alia.
26591      Branch: perl
26592            ! Porting/Glossary Porting/config.sh Porting/config_H
26593 ____________________________________________________________________________
26594 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
26595         Log: Metaconfig unit changes for #10473.
26596      Branch: metaconfig/U/perl
26597            ! d_modfl.U
26598 ____________________________________________________________________________
26599 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
26600         Log: Harumph, also AIX will spill its guts (i.e. dump core)
26601              if an executable contains modfl() but it hasn't been
26602              compiled right (in the case of AIX, with cc -qlongdouble).
26603      Branch: perl
26604            ! Configure
26605 ____________________________________________________________________________
26606 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
26607         Log: integrate change#10471 from mainline
26608              
26609              in change#10451, check that CvOUTSIDE is a CV before looking in
26610              (it can apparently be SVt_NULL during global destruction)
26611      Branch: maint-5.6/perl
26612           !> op.c
26613 ____________________________________________________________________________
26614 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
26615         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
26616              (it can apparently be SVt_NULL during global destruction)
26617      Branch: perl
26618            ! op.c
26619 ____________________________________________________________________________
26620 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
26621         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
26622              From: Robin Barker <rmb1@cise.npl.co.uk>
26623              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
26624              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
26625      Branch: perl
26626            ! lib/diagnostics.pm pod/perldiag.pod
26627 ____________________________________________________________________________
26628 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
26629         Log: Subject: [PATCH perl@10439] long =item
26630              From: Robin Barker <rmb1@cise.npl.co.uk>
26631              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
26632              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
26633      Branch: perl
26634            ! README.amiga lib/Attribute/Handlers.pm
26635            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26636 ____________________________________________________________________________
26637 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
26638         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
26639              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
26640              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
26641              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
26642      Branch: perl
26643            ! pod/perlguts.pod
26644 ____________________________________________________________________________
26645 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
26646         Log: Integrate perlio.
26647      Branch: perl
26648           !> sv.c
26649 ____________________________________________________________________________
26650 [ 10466] By: nick                                  on 2001/06/07  10:25:40
26651         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
26652              whitespace tweaks.
26653              Still coredumps in pragma/overload.t - what a nice hard fail that is...
26654      Branch: perlio
26655            ! sv.c
26656 ____________________________________________________________________________
26657 [ 10465] By: nick                                  on 2001/06/07  08:41:58
26658         Log: Raw integrate of mainline for S_grok_number debug
26659              (sv.c has MULTIPLICITY issues as well as whatever else ...)
26660      Branch: perlio
26661            - plan9/perlplan9.doc plan9/perlplan9.pod
26662           !> (integrate 46 files)
26663 ____________________________________________________________________________
26664 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
26665         Log: The proper prototyping for #10463.
26666      Branch: perl
26667            ! embed.h embed.pl proto.h sv.c
26668 ____________________________________________________________________________
26669 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
26670         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
26671              From: Nicholas Clark <nick@ccl4.org>
26672              Date: Thu, 7 Jun 2001 00:29:59 +0100
26673              Message-ID: <20010607002959.Z76396@plum.flirble.org>
26674      Branch: perl
26675            ! sv.c
26676 ____________________________________________________________________________
26677 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
26678         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
26679              From: "Craig A. Berry" <craigberry@mac.com>
26680              Date: Wed, 06 Jun 2001 17:54:30 -0500
26681              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
26682      Branch: perl
26683            ! vms/perlvms.pod
26684 ____________________________________________________________________________
26685 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
26686         Log: Podify the remaining README.platform files;
26687              merge README.plan9 and plan9/perlplan9.pod;
26688              delete plan9/perlplan9.* (the perlplan.doc needs to
26689              be regenerated in Plan 9); make the =head1 and =head2
26690              in the README.platform to be a little more verbose
26691              (skipped README.os2 not to anger Ilya) so that they
26692              look better in the toc; regen toc.
26693      Branch: perl
26694            - plan9/perlplan9.doc plan9/perlplan9.pod
26695            ! MANIFEST README.aix README.amiga README.apollo README.beos
26696            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
26697            ! README.hpux README.hurd README.machten README.macos
26698            ! README.micro README.mint README.mpeix README.os390
26699            ! README.plan9 README.qnx README.solaris README.threads
26700            ! README.tru64 README.vmesa README.vms README.vos README.win32
26701            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26702            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26703 ____________________________________________________________________________
26704 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
26705         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
26706              From: Mike Guy <mjtg@cam.ac.uk>
26707              Reply-To: mjtg@cam.ac.uk
26708              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
26709      Branch: perl
26710            ! pod/perlguts.pod
26711 ____________________________________________________________________________
26712 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
26713         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
26714              From: Mike Guy <mjtg@cam.ac.uk>
26715              Reply-To: mjtg@cam.ac.uk
26716              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
26717      Branch: perl
26718            ! pod/perlsec.pod
26719 ____________________________________________________________________________
26720 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
26721         Log: Disable long doubles from pre-5.0 Tru64s.
26722      Branch: perl
26723            ! README.tru64 hints/dec_osf.sh
26724 ____________________________________________________________________________
26725 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
26726         Log: The #10455 exposed that modfl() is fundamentally busted
26727              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
26728              testing it.
26729      Branch: perl
26730            ! hints/dec_osf.sh
26731 ____________________________________________________________________________
26732 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
26733         Log: Metaconfig unit change for #10455.
26734      Branch: metaconfig/U/perl
26735            ! d_modfl.U
26736 ____________________________________________________________________________
26737 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
26738         Log: Configure check for geborken modfl(), inspired by
26739              
26740              Subject: Re: [20010118.017] op/int.t failure 
26741              From: Hugo <hv@crypt.compulink.co.uk>
26742              Date: Tue, 05 Jun 2001 13:43:27 +0100
26743              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
26744      Branch: perl
26745            ! Configure
26746 ____________________________________________________________________________
26747 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
26748         Log: Integrate changes #10450 and #10451 from maintperl:
26749              
26750              optimize change#10448 slightly (don't repeat search in eval""s lexical
26751              scope, since that has already been searched)
26752              
26753              change#9108 needs subtler treatment for case of closures created
26754              within eval""
26755      Branch: perl
26756           !> op.c t/op/misc.t
26757 ____________________________________________________________________________
26758 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
26759         Log: MakeMaker magic to compile (when no dynamic loading)
26760              List/Util.xsc as (ListUtil.c and) ListUtil.o since
26761              POSIX-BC (BS2000) linker has an evil limitation of
26762              being unable to include in the same executable several
26763              object files with the same name - case-insensitively -
26764              because otherwise we conflict with util.c.
26765              Strictly speaking currently required only in POSIX-BC
26766              but probably will do no harm elsewhere where static
26767              linking is required.
26768      Branch: perl
26769            ! ext/List/Util/Makefile.PL
26770 ____________________________________________________________________________
26771 [ 10452] By: nick                                  on 2001/06/06  08:59:51
26772         Log: Integrate mainline.
26773      Branch: perlio
26774           +> lib/Attribute/Handlers/demo/Demo.pm
26775           +> lib/Attribute/Handlers/demo/Descriptions.pm
26776           +> lib/Attribute/Handlers/demo/MyClass.pm
26777           +> lib/Attribute/Handlers/demo/demo.pl
26778           +> lib/Attribute/Handlers/demo/demo2.pl
26779           +> lib/Attribute/Handlers/demo/demo3.pl
26780           +> lib/Attribute/Handlers/demo/demo4.pl
26781           +> lib/Attribute/Handlers/demo/demo_call.pl
26782           +> lib/Attribute/Handlers/demo/demo_chain.pl
26783           +> lib/Attribute/Handlers/demo/demo_cycle.pl
26784           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
26785           +> lib/Attribute/Handlers/demo/demo_phases.pl
26786           +> lib/Attribute/Handlers/demo/demo_range.pl
26787           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
26788           +> uts/strtol_wrap.c
26789           !> (integrate 91 files)
26790 ____________________________________________________________________________
26791 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
26792         Log: change#9108 needs subtler treatment for case of closures created
26793              within eval""
26794      Branch: maint-5.6/perl
26795            ! op.c t/op/misc.t
26796 ____________________________________________________________________________
26797 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
26798         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
26799              scope, since that has already been searched)
26800      Branch: maint-5.6/perl
26801            ! op.c
26802 ____________________________________________________________________________
26803 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
26804         Log: Integrate change #10448 from maintperl; lexicals
26805              outside an eval"" weren't resolved correctly inside a subroutine
26806              definition inside the eval"" if they were not already referenced
26807              in the toplevel of the eval""-ed code
26808      Branch: perl
26809           !> cop.h op.c pp_ctl.c t/op/misc.t
26810 ____________________________________________________________________________
26811 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
26812         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
26813              outside an eval"" weren't resolved correctly inside a subroutine
26814              definition inside the eval"" if they were not already referenced
26815              in the toplevel of the eval""-ed code
26816      Branch: maint-5.6/perl
26817            ! cop.h op.c pp_ctl.c t/op/misc.t
26818 ____________________________________________________________________________
26819 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
26820         Log: Subject: [PATCH] perl570delta.pod
26821              From: Peter Scott <Peter@PSDT.com> 
26822              Date: Tue, 05 Jun 2001 18:51:02 -0700
26823              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
26824      Branch: perl
26825            ! pod/perl570delta.pod
26826 ____________________________________________________________________________
26827 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
26828         Log: The fudge factor is no more needed.  I hope.
26829      Branch: perl
26830            ! t/lib/posix.t
26831 ____________________________________________________________________________
26832 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
26833         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
26834              From: Hugo <hv@crypt.compulink.co.uk>
26835              Date: Tue, 05 Jun 2001 12:58:19 +0100
26836              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
26837      Branch: perl
26838            ! util.c
26839 ____________________________________________________________________________
26840 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
26841         Log: Make up prototypes only for those who have the functions
26842              but not the prototypes.
26843      Branch: perl
26844            ! perl.h
26845 ____________________________________________________________________________
26846 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
26847         Log: Subject: Re: Not OK: perl@10439 on win32 
26848              From: Prymmer/Kahn <pvhp@best.com> 
26849              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
26850              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
26851      Branch: perl
26852            ! perl.h util.c
26853 ____________________________________________________________________________
26854 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
26855         Log: The metaconfig units changes for #10441.
26856      Branch: metaconfig
26857            ! U/modified/Extract.U U/modified/Extractall.U
26858            ! U/modified/Finish.U
26859 ____________________________________________________________________________
26860 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
26861         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
26862      Branch: perl
26863            ! Configure
26864 ____________________________________________________________________________
26865 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
26866         Log: Unnecessary fuzziness undone, noted by Mike Guy.
26867      Branch: perl
26868            ! t/op/tr.t
26869 ____________________________________________________________________________
26870 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
26871         Log: Update Changes.
26872      Branch: perl
26873            ! Changes patchlevel.h
26874 ____________________________________________________________________________
26875 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
26876         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
26877              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
26878              leakage patch.
26879      Branch: perl
26880            ! t/op/misc.t
26881 ____________________________________________________________________________
26882 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
26883         Log: Test case for #10433/#10424.
26884      Branch: perl
26885            ! t/op/misc.t
26886 ____________________________________________________________________________
26887 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
26888         Log: Subject: One fix for strtoul not setting errno
26889              From: hom00@utsglobal.com (Hal Morris)
26890              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
26891              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
26892      Branch: perl
26893            + uts/strtol_wrap.c
26894            ! MANIFEST hints/uts.sh
26895 ____________________________________________________________________________
26896 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
26897         Log: Metaconfig units changes for #10434.
26898      Branch: metaconfig
26899            ! U/modified/Cppsym.U
26900      Branch: metaconfig/U/perl
26901            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
26902            + d_syscallproto.U d_usleepproto.U
26903            ! longdblfio.U quadfio.U
26904 ____________________________________________________________________________
26905 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
26906         Log: Configure tweaks; add prototype probes, make the cpp symbols
26907              probe to cast, not whine; test for %Ld and %Lf before %lld and
26908              %llf because the L is the ANSI way.
26909      Branch: perl
26910            ! Configure config_h.SH configure.com epoc/config.sh
26911            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
26912            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26913            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
26914 ____________________________________________________________________________
26915 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
26916         Log: Sigh.  This is what #10424 was supposed to check in.
26917      Branch: perl
26918            ! op.c sv.c sv.h
26919 ____________________________________________________________________________
26920 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
26921         Log: More verbose failure.
26922      Branch: perl
26923            ! t/op/ver.t
26924 ____________________________________________________________________________
26925 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
26926         Log: The .pm changes to go with #10428.
26927      Branch: perl
26928            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
26929            ! ext/Sys/Syslog/Syslog.pm
26930 ____________________________________________________________________________
26931 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
26932         Log: On second thoughts show to utf8 skippage message only
26933              on failures, it's too confusing otherwise,
26934      Branch: perl
26935            ! t/pragma/locale.t
26936 ____________________________________________________________________________
26937 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
26938         Log: Do not import anything from Encode.
26939      Branch: perl
26940            ! ext/MIME/Base64/QuotedPrint.pm
26941 ____________________________________________________________________________
26942 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
26943         Log: The #10402 didn't take.  Weird.
26944      Branch: perl
26945            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26946            ! ext/Sys/Syslog/Syslog.xs
26947 ____________________________________________________________________________
26948 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
26949         Log: Eradicate traces of 'asciirange' re subpragma.
26950      Branch: perl
26951            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
26952            ! pod/perldiag.pod
26953 ____________________________________________________________________________
26954 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
26955         Log: use is a compile-time thing.
26956      Branch: perl
26957            ! ext/MIME/Base64/QuotedPrint.pm
26958 ____________________________________________________________________________
26959 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
26960         Log: Subject: [PATCH perl@10419] -Wall casting patch
26961              From: Robin Barker <rmb1@cise.npl.co.uk>
26962              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
26963              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
26964      Branch: perl
26965            ! ext/Devel/DProf/DProf.xs mg.c
26966 ____________________________________________________________________________
26967 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
26968         Log: Subject: [PATCH #2] introducing SVpad_TYPED
26969              From: Abhijit Menon-Sen <ams@wiw.org>
26970              Date: Mon, 4 Jun 2001 12:26:02 +0530
26971              Message-ID: <20010604122602.A5775@lustre.linux.in>
26972      Branch: perl
26973            ! op.c sv.c sv.h
26974 ____________________________________________________________________________
26975 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
26976         Log: testsuite for change#10192 (from Gisle Aas)
26977      Branch: perl
26978            + t/op/override.t
26979            ! MANIFEST
26980 ____________________________________________________________________________
26981 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
26982         Log: integrate changes#10414-10416 from mainline
26983              
26984              Potential buffer overrun if the radix separator is more than
26985              one byte.  Also, under locales, prefer the locale-specific
26986              separator over the old boring ".".
26987              
26988              "10.", that is, decimal numbers can have no decimal part at all.
26989              
26990              The non-locale places need love, too.
26991      Branch: maint-5.6/perl
26992           !> perl.h sv.c
26993 ____________________________________________________________________________
26994 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
26995         Log: Missed from #10420.
26996      Branch: perl
26997            ! epoc/config.sh
26998 ____________________________________________________________________________
26999 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
27000         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
27001              often this prototype goes with HAS_SETRESUID_PROTO.
27002      Branch: perl
27003            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27004            ! config_h.SH configure.com perl.h uconfig.h
27005 ____________________________________________________________________________
27006 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
27007         Log: Update Changes.
27008      Branch: perl
27009            ! Changes patchlevel.h
27010 ____________________________________________________________________________
27011 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
27012         Log: -Wall "subscript has type `char'" cleanup.
27013      Branch: perl
27014            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
27015 ____________________________________________________________________________
27016 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
27017         Log: Various "cast to pointer from integer of different size"
27018              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
27019              wide but I32 (int) only 32 bits wide).
27020              
27021              WARNING: the classnum and tagnum changes in Storable.xs
27022              may not be wise, they may be breaking binary compatibility
27023              (in 64-bit platforms), asked Raphael Manfredi about the changes.
27024      Branch: perl
27025            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
27026            ! mg.c proto.h
27027 ____________________________________________________________________________
27028 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
27029         Log: The non-locale places need love, too.
27030      Branch: perl
27031            ! perl.h
27032 ____________________________________________________________________________
27033 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
27034         Log: "10.", that is, decimal numbers can have no decimal part at all.
27035      Branch: perl
27036            ! perl.h
27037 ____________________________________________________________________________
27038 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
27039         Log: Potential buffer overrun if the radix separator is more than
27040              one byte.  Also, under locales, prefer the locale-specific
27041              separator over the old boring ".".
27042      Branch: perl
27043            ! perl.h sv.c
27044 ____________________________________________________________________________
27045 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
27046         Log: Integrate change #10412 from maintperl; locale is now
27047              per-cop, not per-op; plus retweak the locale.t to always
27048              list the skipped utf8 locales.
27049      Branch: perl
27050            ! t/pragma/locale.t
27051           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
27052           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
27053 ____________________________________________________________________________
27054 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
27055         Log: rationalize locale handling to fix the bugs uncovered by change#10394
27056              
27057              the major issue was that the runtime was looking at PL_hints rather
27058              than op_private to notice whether locale was enabled
27059              
27060              the secondary issue was that many locale-sensitive numeric ops didn't
27061              have HINT_LOCALE propagated into their op_private
27062              
27063              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
27064              instead of per-op, just like HINT_BYTE and the hints for lexical
27065              warnings (this makes the hint available to every op via PL_curcop)
27066              
27067              pragma/locale.t may need to be reworked with these fixes in mind
27068              (it currently passes its tests)
27069      Branch: maint-5.6/perl
27070            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
27071            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
27072 ____________________________________________________________________________
27073 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
27074         Log: More verbose debugging.
27075      Branch: perl
27076            ! t/pragma/locale.t
27077 ____________________________________________________________________________
27078 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
27079         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
27080              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27081              Date: Sat, 2 Jun 2001 22:53:33 +0100
27082              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
27083      Branch: perl
27084            ! regcomp.c t/pragma/warn/regcomp
27085 ____________________________________________________________________________
27086 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
27087         Log: Mention that lexicalizing $a or $b is a bad idea if one
27088              wants to use sort().
27089      Branch: perl
27090            ! pod/perlvar.pod
27091 ____________________________________________________________________________
27092 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
27093         Log: Tweak the test to be happy if the accuracy is 'good enough'.
27094      Branch: perl
27095            ! t/lib/posix.t
27096 ____________________________________________________________________________
27097 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
27098         Log: Upgrade to Attribute::Handlers 0.70.
27099              
27100              NOTE: this unearthed the "too late for CHECK block" bug,
27101              that's why the 1_compile.t change.
27102      Branch: perl
27103            + lib/Attribute/Handlers/demo/Demo.pm
27104            + lib/Attribute/Handlers/demo/Descriptions.pm
27105            + lib/Attribute/Handlers/demo/MyClass.pm
27106            + lib/Attribute/Handlers/demo/demo.pl
27107            + lib/Attribute/Handlers/demo/demo2.pl
27108            + lib/Attribute/Handlers/demo/demo3.pl
27109            + lib/Attribute/Handlers/demo/demo4.pl
27110            + lib/Attribute/Handlers/demo/demo_call.pl
27111            + lib/Attribute/Handlers/demo/demo_chain.pl
27112            + lib/Attribute/Handlers/demo/demo_cycle.pl
27113            + lib/Attribute/Handlers/demo/demo_hashdir.pl
27114            + lib/Attribute/Handlers/demo/demo_phases.pl
27115            + lib/Attribute/Handlers/demo/demo_range.pl
27116            + lib/Attribute/Handlers/demo/demo_rawdata.pl
27117            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
27118            ! t/lib/attrhand.t
27119 ____________________________________________________________________________
27120 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
27121         Log: One less -Wall whine.
27122      Branch: perl
27123            ! regcomp.c
27124 ____________________________________________________________________________
27125 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
27126         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
27127      Branch: perl
27128           !> t/op/eval.t
27129 ____________________________________________________________________________
27130 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
27131         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
27132              aren't "normally" visible inside eval""s contained in subs unless
27133              a cloned reference to them already exists)
27134              
27135              strangely enough, t/harness didn't show this up as a failure
27136              (harness needs fixing?)
27137      Branch: maint-5.6/perl
27138            ! t/op/eval.t
27139 ____________________________________________________________________________
27140 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
27141         Log: Update to Text::Balanced 1.85.
27142      Branch: perl
27143            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
27144 ____________________________________________________________________________
27145 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
27146         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
27147              From: Nicholas Clark <nick@ccl4.org>
27148              Date: Sun, 3 Jun 2001 17:54:36 +0100
27149              Message-ID: <20010603175436.E76396@plum.flirble.org> 
27150      Branch: perl
27151            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
27152            ! ext/Sys/Syslog/Syslog.xs
27153 ____________________________________________________________________________
27154 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
27155         Log: Unused variables.
27156      Branch: perl
27157            ! util.c
27158 ____________________________________________________________________________
27159 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
27160         Log: Subject: [PATCH] APIfy op_clear 
27161              From: Simon Cozens <simon@netthink.co.uk>
27162              Date: Sun, 3 Jun 2001 13:51:46 +0100
27163              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
27164              
27165              (despite the subject line, op_null is APIfied by the patch)
27166      Branch: perl
27167            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27168 ____________________________________________________________________________
27169 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
27170         Log: Subject: [PATCH] t/lib/extutils.t
27171              From: Nicholas Clark <nick@ccl4.org>
27172              Date: Sat, 2 Jun 2001 23:57:05 +0100
27173              Message-ID: <20010602235705.Q12698@plum.flirble.org>
27174      Branch: perl
27175            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27176 ____________________________________________________________________________
27177 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
27178         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
27179              From: Prymmer/Kahn <pvhp@best.com>
27180              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
27181              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
27182      Branch: perl
27183            ! win32/Makefile win32/makefile.mk
27184 ____________________________________________________________________________
27185 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
27186         Log: Subject: Re: 'decimal digits' macro? 
27187              From: Hugo <hv@crypt.compulink.co.uk>
27188              Date: Sun, 03 Jun 2001 04:26:36 +0100
27189              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
27190      Branch: perl
27191            ! handy.h t/lib/posix.t t/op/tr.t
27192 ____________________________________________________________________________
27193 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
27194         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
27195              From: Hugo <hv@crypt.compulink.co.uk>
27196              Date: Sun, 03 Jun 2001 14:56:30 +0100
27197              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
27198      Branch: perl
27199            ! util.c
27200 ____________________________________________________________________________
27201 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
27202         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
27203      Branch: perl
27204           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
27205           !> vms/perly_c.vms
27206 ____________________________________________________________________________
27207 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
27208         Log: fix leakage of lexicals at file scope into subroutines that were
27209              declared before them; this appears to be a longstanding bug that
27210              meant that lexicals at file scope were never "deintroduced", meaning
27211              their scope range was never properly closed, and their visibility
27212              extended to all subsequent eval""s or requires
27213              
27214              added a test case
27215              
27216              seems to also fix a case of bogus duplicate warnings
27217      Branch: maint-5.6/perl
27218            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
27219            ! vms/perly_c.vms
27220 ____________________________________________________________________________
27221 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
27222         Log: More VMS tweaks from Craig A. Berry.
27223      Branch: perl
27224            ! configure.com t/lib/extutils.t
27225 ____________________________________________________________________________
27226 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
27227         Log: -Wall cleanup continues.
27228      Branch: perl
27229            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
27230            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27231            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
27232            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
27233            ! run.c toke.c util.c
27234 ____________________________________________________________________________
27235 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
27236         Log: The metaconfig unit change for #10390.
27237      Branch: metaconfig/U/perl
27238            ! gccvers.U
27239 ____________________________________________________________________________
27240 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
27241         Log: Drop the -ansi from the default gcc flags.
27242              
27243              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
27244              that struct cannot be compared with a flat integer, such as STRLEN.
27245              The -ansi will also cause a lot of noise in Solaris because of:
27246              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
27247      Branch: perl
27248            ! Configure
27249 ____________________________________________________________________________
27250 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
27251         Log: Integrate perlio.
27252      Branch: perl
27253           !> pod/perlapi.pod util.c
27254 ____________________________________________________________________________
27255 [ 10388] By: nick                                  on 2001/06/02  08:01:12
27256         Log: Integrate mainline
27257      Branch: perlio
27258           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
27259           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
27260           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
27261           !> t/lib/1_compile.t t/lib/mimeqp.t
27262 ____________________________________________________________________________
27263 [ 10387] By: nick                                  on 2001/06/02  07:39:17
27264         Log: Tweak util.c's atof2 for MULTIPLICITY
27265      Branch: perlio
27266            ! util.c
27267 ____________________________________________________________________________
27268 [ 10386] By: nick                                  on 2001/06/02  07:38:33
27269         Log: Integrate mainline
27270      Branch: perlio
27271           !> (integrate 41 files)
27272 ____________________________________________________________________________
27273 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
27274         Log: Add Attribute::Handlers 0.61 from Damian Conway.
27275      Branch: perl
27276            + lib/Attribute/Handlers.pm t/lib/attrhand.t
27277            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
27278 ____________________________________________________________________________
27279 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
27280         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
27281              From: Peter Prymmer <pvhp@forte.com>
27282              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
27283              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
27284      Branch: perl
27285            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
27286 ____________________________________________________________________________
27287 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
27288         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
27289              From: Jeff Pinyan <jeffp@crusoe.net>
27290              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
27291              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
27292      Branch: perl
27293            ! lib/File/Find.pm
27294 ____________________________________________________________________________
27295 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
27296         Log: Subject: [PATCH perl@10381] configure.com tweaks
27297              From: "Craig A. Berry" <craigberry@mac.com>
27298              Date: Fri, 1 Jun 2001 13:55:43 -0500
27299              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
27300      Branch: perl
27301            ! configure.com
27302 ____________________________________________________________________________
27303 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
27304         Log: Update Changes.
27305      Branch: perl
27306            ! Changes patchlevel.h
27307 ____________________________________________________________________________
27308 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
27309         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
27310              From: Mike Guy <mjtg@cam.ac.uk>
27311              Date: Fri, 01 Jun 2001 18:17:02 +0100
27312              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
27313      Branch: perl
27314            ! lib/perl5db.pl
27315 ____________________________________________________________________________
27316 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
27317         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
27318              From: Hugo <hv@crypt.compulink.co.uk>
27319              Date: Thu, 31 May 2001 20:49:48 +0100
27320              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
27321      Branch: perl
27322            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
27323            ! util.c
27324 ____________________________________________________________________________
27325 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
27326         Log: Zero() is not available in x2p (or, rather, some of its
27327              implementations like memzero() might not be available.)
27328      Branch: perl
27329            ! x2p/hash.c
27330 ____________________________________________________________________________
27331 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
27332         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
27333              From: Michael G Schwern <schwern@pobox.com>
27334              Date: Fri, 1 Jun 2001 12:00:29 +0100
27335              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
27336              
27337              (But use Zero() instead of memset.)
27338      Branch: perl
27339            ! x2p/hash.c
27340 ____________________________________________________________________________
27341 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
27342         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
27343              From: Jeff Pinyan <jeffp@crusoe.net>
27344              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
27345              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
27346      Branch: perl
27347            ! pod/perldiag.pod regcomp.c t/op/pat.t
27348 ____________________________________________________________________________
27349 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
27350         Log: Retract #10324 and #10333; not needed.
27351      Branch: perl
27352            ! hints/irix_6.sh hints/linux.sh
27353 ____________________________________________________________________________
27354 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
27355         Log: The #10370 wasn't quite right.
27356      Branch: perl
27357            ! ext/XS/Typemap/Typemap.xs
27358 ____________________________________________________________________________
27359 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
27360         Log: The metaconfig units changes for #10372.
27361      Branch: metaconfig/U/perl
27362            + d_realpath.U d_sresgproto.U d_sresuproto.U
27363            ! gccvers.U i_db.U
27364 ____________________________________________________________________________
27365 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
27366         Log: Configure tweaks; record the Berkeley DB version,
27367              probe for realpath(), for setresuid() and setresgid()
27368              prototypes; use realpath() (try to be paranoid enough),
27369              use the setres[ug]id prototypes because glibc has the functions
27370              but not their prototypes; add -Wall -ansi to gcc ccflags;
27371              regen toc.
27372      Branch: perl
27373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27374            ! config_h.SH configure.com epoc/config.sh
27375            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
27376            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
27377            ! vos/config.ga.def win32/config.bc win32/config.gc
27378            ! win32/config.vc
27379 ____________________________________________________________________________
27380 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
27381         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
27382              From: Michael G Schwern <schwern@pobox.com>
27383              Date: Fri, 1 Jun 2001 11:28:14 +0100
27384              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
27385      Branch: perl
27386            ! lib/attributes.pm xsutils.c
27387 ____________________________________________________________________________
27388 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
27389         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
27390              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27391              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
27392              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
27393      Branch: perl
27394            ! ext/XS/Typemap/Typemap.xs
27395 ____________________________________________________________________________
27396 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
27397         Log: Subject: [patch] Cwd.xs optimizations/abstraction
27398              From: Doug MacEachern <dougm@covalent.net>
27399              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
27400              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
27401      Branch: perl
27402            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
27403            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
27404 ____________________________________________________________________________
27405 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
27406         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!])
27407              From: Nicholas Clark <nick@ccl4.org>
27408              Date: Thu, 31 May 2001 23:56:40 +0100
27409              Message-ID: <20010531235640.F12698@plum.flirble.org>
27410              
27411              Make the test work also under only static extensions
27412              (sh Configure -Uusedl fakes this nicely)
27413      Branch: perl
27414            ! t/lib/extutils.t
27415 ____________________________________________________________________________
27416 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
27417         Log: Subject: [PATCH hv.c] Eliminating trigraph
27418              From: Michael G Schwern <schwern@pobox.com>
27419              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
27420              Date: Fri, 1 Jun 2001 11:49:56 +0100
27421      Branch: perl
27422            ! hv.c
27423 ____________________________________________________________________________
27424 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
27425         Log: Subject: Re: [PATCH] Tests for File::Compare 
27426              From: "Philip Newton" <Philip.Newton@gmx.net>
27427              Date: Thu, 31 May 2001 19:44:05 +0200
27428              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
27429              
27430              Unnecessary "quotation marks".
27431      Branch: perl
27432            ! t/lib/filecomp.t
27433 ____________________________________________________________________________
27434 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
27435         Log: Integrate perlio.
27436      Branch: perl
27437           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
27438 ____________________________________________________________________________
27439 [ 10364] By: nick                                  on 2001/06/01  10:13:31
27440         Log: Cleanup dll.base and dll.exp created by GCC builds.
27441      Branch: perlio
27442            ! lib/ExtUtils/MM_Win32.pm
27443 ____________________________________________________________________________
27444 [ 10363] By: nick                                  on 2001/06/01  10:02:17
27445         Log: Make filecomp test work on CRLF platforms by adding binmode.
27446      Branch: perlio
27447            ! t/lib/filecomp.t
27448 ____________________________________________________________________________
27449 [ 10362] By: nick                                  on 2001/06/01  08:37:17
27450         Log: Integrate mainline
27451      Branch: perlio
27452           !> Changes Configure patchlevel.h perlio.c
27453 ____________________________________________________________________________
27454 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
27455         Log: panic:claustrophobia.
27456      Branch: perl
27457            ! perlio.c
27458 ____________________________________________________________________________
27459 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
27460         Log: Update Changes.
27461      Branch: perl
27462            ! Changes patchlevel.h
27463 ____________________________________________________________________________
27464 [ 10359] By: nick                                  on 2001/05/31  12:35:50
27465         Log: Integrate mainline.
27466      Branch: perlio
27467           +> t/lib/filecomp.t
27468           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
27469           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
27470 ____________________________________________________________________________
27471 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
27472         Log: Integrate perlio.
27473      Branch: perl
27474           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
27475           !> win32/config_H.vc
27476 ____________________________________________________________________________
27477 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
27478         Log: Metaconfig unit change for #10356.
27479      Branch: metaconfig
27480            ! U/installdirs/inc_version_list.U
27481 ____________________________________________________________________________
27482 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
27483         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
27484              (idea from Sarathy; implementation from Andy)
27485      Branch: perl
27486            ! Configure
27487 ____________________________________________________________________________
27488 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
27489         Log: More AUTHORS.
27490      Branch: perl
27491            ! AUTHORS
27492 ____________________________________________________________________________
27493 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
27494         Log: Subject: Re: [PATCH] Tests for File::Compare
27495              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
27496              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
27497              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
27498      Branch: perl
27499            + t/lib/filecomp.t
27500            ! MANIFEST t/lib/1_compile.t
27501 ____________________________________________________________________________
27502 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
27503         Log: Subject: [PATCH] DEBUG_* macro cleanups
27504              From: Abhijit Menon-Sen <ams@wiw.org>
27505              Date: Thu, 31 May 2001 12:16:22 +0530
27506              Message-ID: <20010531121622.B4829@lustre.linux.in>
27507              
27508              Subject: Re: [PATCH] DEBUG_* macro cleanups
27509              From: Abhijit Menon-Sen <ams@wiw.org>
27510              Date: Thu, 31 May 2001 13:57:01 +0530
27511              Message-ID: <20010531135701.A21775@lustre.linux.in>
27512              
27513              (The DEBUG_ definitions in perl.h changed to use the
27514              STMT_START and STMT_END.)
27515      Branch: perl
27516            ! perl.h pp_ctl.c sv.c toke.c
27517 ____________________________________________________________________________
27518 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
27519         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
27520              From: Abhijit Menon-Sen <ams@wiw.org>
27521              Date: Thu, 31 May 2001 08:27:55 +0530
27522              Message-ID: <20010531082755.A10018@lustre.linux.in>
27523      Branch: perl
27524            ! ext/Storable/Storable.xs gv.c perl.c
27525 ____________________________________________________________________________
27526 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
27527         Log: Subject: [PATCH] AUTHORS
27528              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27529              Date: Thu, 31 May 2001 01:27:59 -0500
27530              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
27531              
27532              Subject: Re: [PATCH] AUTHORS
27533              From: "Philip Newton" <Philip.Newton@gmx.net>
27534              Date: Thu, 31 May 2001 10:08:06 +0200
27535              (Message-Id missing?)
27536      Branch: perl
27537            ! AUTHORS
27538 ____________________________________________________________________________
27539 [ 10350] By: nick                                  on 2001/05/31  11:40:43
27540         Log: win32 - dmake regen_config_h
27541      Branch: perlio
27542            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27543 ____________________________________________________________________________
27544 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
27545         Log: Subject: Re: [PATCH util.c] More warning cleanups.
27546              From: "Philip Newton" <Philip.Newton@gmx.net>
27547              Date: Thu, 31 May 2001 07:41:36 +0200
27548              Message-Id: <200105310538.IAA25458@taku.hut.fi>
27549              
27550              Undo C++-ism that snekt in.
27551      Branch: perl
27552            ! util.c
27553 ____________________________________________________________________________
27554 [ 10348] By: nick                                  on 2001/05/31  11:36:46
27555         Log: Tolerate Win32 numerics
27556      Branch: perlio
27557            ! t/pragma/warn/toke
27558 ____________________________________________________________________________
27559 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
27560         Log: Integrate perlio.
27561      Branch: perl
27562           !> perlio.c win32/win32.h
27563 ____________________________________________________________________________
27564 [ 10346] By: nick                                  on 2001/05/31  10:54:55
27565         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
27566              perlio.c change 10255.
27567      Branch: perlio
27568            ! perlio.c
27569 ____________________________________________________________________________
27570 [ 10345] By: nick                                  on 2001/05/31  10:01:57
27571         Log: Conditionaly put back some "unused" dTHX which are used
27572              with PERL_IMPLICIT_SYS
27573      Branch: perlio
27574            ! perlio.c
27575 ____________________________________________________________________________
27576 [ 10344] By: nick                                  on 2001/05/31  10:00:59
27577         Log: Fix Win32 for new spelling IN_BYTES 
27578      Branch: perlio
27579            ! win32/win32.h
27580 ____________________________________________________________________________
27581 [ 10343] By: nick                                  on 2001/05/31  08:01:32
27582         Log: perlio.c -Wall cleaner under MULTIPLICITY
27583              - still minor noise with linux stdio
27584      Branch: perlio
27585            ! perlio.c
27586 ____________________________________________________________________________
27587 [ 10342] By: nick                                  on 2001/05/31  07:52:23
27588         Log: Integrate mainline.
27589      Branch: perlio
27590           !> (integrate 42 files)
27591 ____________________________________________________________________________
27592 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
27593         Log: AUTHORS updates.
27594      Branch: perl
27595            ! AUTHORS
27596 ____________________________________________________________________________
27597 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
27598         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
27599              From: Peter Prymmer <pvhp@forte.com>
27600              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
27601              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
27602      Branch: perl
27603            ! t/lib/md5-file.t
27604 ____________________________________________________________________________
27605 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
27606         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
27607              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
27608              to match the pragma name; various robustness cleanups.
27609      Branch: perl
27610            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
27611            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
27612 ____________________________________________________________________________
27613 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
27614         Log: More -Wall sweeping.
27615      Branch: perl
27616            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
27617            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
27618            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
27619            ! regcomp.c sv.c toke.c utf8.c
27620 ____________________________________________________________________________
27621 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
27622         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
27623              From: Nicholas Clark <nick@ccl4.org>
27624              Date: Wed, 30 May 2001 22:34:41 +0100
27625              Message-ID: <20010530223441.Y86445@plum.flirble.org>
27626      Branch: perl
27627            ! t/op/cmp.t
27628 ____________________________________________________________________________
27629 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
27630         Log: It's is not, it isn't ain't, and it's it's, not its,
27631              if you mean it is. If you don't, it's its. Then too,
27632              it's hers. It isn't her's. It isn't our's either.
27633              It's ours, and likewise yours and theirs.
27634              -- Oxford University Press, Edpress News
27635      Branch: perl
27636            ! lib/autouse.pm
27637 ____________________________________________________________________________
27638 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
27639         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
27640      Branch: perl
27641            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
27642            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
27643            ! x2p/str.c x2p/walk.c xsutils.c
27644 ____________________________________________________________________________
27645 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
27646         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27647              From: Michael G Schwern <schwern@pobox.com>
27648              Date: Wed, 30 May 2001 17:10:38 +0100
27649              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
27650              
27651              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27652              From: Abhijit Menon-Sen <ams@wiw.org>
27653              Date: Wed, 30 May 2001 23:16:13 +0530
27654              Message-ID: <20010530231613.A31933@lustre.linux.in>
27655      Branch: perl
27656            ! perl.c t/run/runenv.t
27657 ____________________________________________________________________________
27658 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
27659         Log: (Retracted by #10375.)
27660              
27661              IRIX hints patch from Merijn Broeren.
27662              
27663              TODO: (this and the earlier Linux hints patch) should be solved
27664              at Configure level.  Merijn: -ldb should not be used on any platform
27665              for perl, just when linking DBFile itself. Trying to be helpful here
27666              is counterproductive.
27667      Branch: perl
27668            ! hints/irix_6.sh
27669 ____________________________________________________________________________
27670 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
27671         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
27672              From: Nicholas Clark <nick@ccl4.org>
27673              Date: Wed, 30 May 2001 23:20:58 +0100
27674              Message-ID: <20010530232058.B86445@plum.flirble.org>
27675      Branch: perl
27676            ! doop.c
27677 ____________________________________________________________________________
27678 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
27679         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27680              From: Michael G Schwern <schwern@pobox.com> 
27681              Date: Wed, 30 May 2001 15:24:20 +0100
27682              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
27683      Branch: perl
27684            ! t/pragma/autouse.t
27685 ____________________________________________________________________________
27686 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
27687         Log: The regex trick wasn't a good idea.
27688      Branch: perl
27689            ! pod/perlfaq4.pod
27690 ____________________________________________________________________________
27691 [ 10329] By: nick                                  on 2001/05/30  18:34:35
27692         Log: Integrate mainline
27693      Branch: perlio
27694           !> (integrate 40 files)
27695 ____________________________________________________________________________
27696 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
27697         Log: Update Changes.
27698      Branch: perl
27699            ! Changes patchlevel.h
27700 ____________________________________________________________________________
27701 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
27702         Log: The metaconfig unit change for #10325.
27703      Branch: metaconfig
27704            + U/modified/afs.U
27705 ____________________________________________________________________________
27706 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
27707         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
27708              is now wrong.
27709      Branch: perl
27710            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27711 ____________________________________________________________________________
27712 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
27713         Log: Introduce $Config{afsroot}.
27714      Branch: perl
27715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27716            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
27717            ! win32/config.gc win32/config.vc
27718 ____________________________________________________________________________
27719 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
27720         Log: (Retracted by #10375.)
27721              
27722              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
27723      Branch: perl
27724            ! hints/linux.sh
27725 ____________________________________________________________________________
27726 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
27727         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
27728              (Also Configure tweaks needed; coming up soon.)
27729      Branch: perl
27730            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
27731 ____________________________________________________________________________
27732 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
27733         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
27734              From: Michael G Schwern <schwern@pobox.com>
27735              Date: Sun, 27 May 2001 10:29:43 +0100
27736              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
27737      Branch: perl
27738            ! lib/perl5db.pl
27739 ____________________________________________________________________________
27740 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
27741         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
27742              and Abhijit Menon-Sen.
27743      Branch: perl
27744            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
27745            ! perl.c pp_sys.c regcomp.c
27746 ____________________________________________________________________________
27747 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
27748         Log: Fix the BOOT section to call myU2time properly.
27749      Branch: perl
27750            ! ext/Time/HiRes/HiRes.xs
27751 ____________________________________________________________________________
27752 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
27753         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27754              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27755              Date: Wed, 30 May 2001 09:44:29 -0400
27756              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
27757              
27758              Detypo; plus add one more trick.
27759      Branch: perl
27760            ! pod/perlfaq4.pod
27761 ____________________________________________________________________________
27762 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
27763         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)
27764              From: Michael G Schwern <schwern@pobox.com>
27765              Date: Wed, 30 May 2001 14:39:06 +0100
27766              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
27767      Branch: perl
27768            ! lib/autouse.pm t/pragma/autouse.t
27769 ____________________________________________________________________________
27770 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
27771         Log: Subject: Re: AIX and gcc (moving targets)
27772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27773              Date: Wed, 30 May 2001 15:25:08 +0200
27774              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
27775      Branch: perl
27776            ! ext/Time/HiRes/HiRes.xs
27777 ____________________________________________________________________________
27778 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
27779         Log: Subject: [PATCH t/TEST] sorting tests
27780              From: Michael G Schwern <schwern@pobox.com>
27781              Date: Wed, 30 May 2001 10:24:02 +0100
27782              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
27783      Branch: perl
27784            ! t/TEST
27785 ____________________________________________________________________________
27786 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
27787         Log: Subject: [ID 20010529.002] typos in man page perlre
27788              From: bart@cg681574-a.adubn1.nj.home.com 
27789              Date: Tue, 29 May 2001 13:58:59 -0500
27790              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
27791      Branch: perl
27792            ! pod/perlre.pod
27793 ____________________________________________________________________________
27794 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
27795         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27796              From: "Craig A. Berry" <craigberry@mac.com>
27797              Date: Tue, 29 May 2001 23:23:45 -0500
27798              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
27799      Branch: perl
27800            ! t/lib/extutils.t t/pragma/autouse.t
27801 ____________________________________________________________________________
27802 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
27803         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)
27804              From: David Dyck <dcd@tc.fluke.com>
27805              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
27806              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
27807      Branch: perl
27808            ! t/lib/filefind.t
27809 ____________________________________________________________________________
27810 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
27811         Log: AIX hints update for gcc from Merijn H. Brand.
27812      Branch: perl
27813            ! hints/aix.sh
27814 ____________________________________________________________________________
27815 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
27816         Log: Retract #10295 and #10296: a more generic solution
27817              is needed (there's something funny with gcc on AIX).
27818      Branch: perl
27819            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
27820 ____________________________________________________________________________
27821 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
27822         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27823              From: Hugo <hv@crypt.compulink.co.uk>
27824              Date: Wed, 30 May 2001 11:59:19 +0100
27825              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
27826              
27827              localizing $@ has unfortunate semantics - if you die past
27828              a local $@, the die message is lost.
27829      Branch: perl
27830            ! lib/utf8_heavy.pl
27831 ____________________________________________________________________________
27832 [ 10309] By: nick                                  on 2001/05/30  08:23:02
27833         Log: Integrate mainline (autouse works again.)
27834      Branch: perlio
27835           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
27836           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
27837           !> pod/perlvar.pod t/op/cmp.t
27838 ____________________________________________________________________________
27839 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
27840         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
27841              From: David Dyck <dcd@tc.fluke.com>
27842              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
27843              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
27844      Branch: perl
27845            ! lib/File/Find.pm
27846 ____________________________________________________________________________
27847 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
27848         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
27849              From: Nicholas Clark <nick@ccl4.org>
27850              Date: Tue, 29 May 2001 23:16:09 +0100
27851              Message-ID: <20010529231609.U86445@plum.flirble.org>
27852              
27853              Make the test output slightly clearer by distinguishing
27854              between '' and undef.
27855      Branch: perl
27856            ! t/op/cmp.t
27857 ____________________________________________________________________________
27858 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
27859         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
27860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27861              Date: Tue, 29 May 2001 19:15:19 -0400
27862              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
27863      Branch: perl
27864            ! hints/os2.sh
27865 ____________________________________________________________________________
27866 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
27867         Log: Subject: perlvar.pod addition
27868              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
27869              Date: Fri, 25 May 2001 20:23:12 +0200
27870              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
27871              
27872              Subject: Re: perlvar.pod addition
27873              From: "Abigail" <abigail@foad.org> 
27874              Date: Fri, 25 May 2001 22:00:39 +0200
27875              Message-ID: <20010525200039.28029.qmail@foad.org>
27876              
27877              Mention $a and $b in perlvar.
27878      Branch: perl
27879            ! pod/perlvar.pod
27880 ____________________________________________________________________________
27881 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
27882         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
27883              From: Jeff Pinyan <jeffp@crusoe.net>
27884              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
27885              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
27886      Branch: perl
27887            ! pod/perlvar.pod
27888 ____________________________________________________________________________
27889 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
27890         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
27891              From: Jeff Pinyan <jeffp@crusoe.net>
27892              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
27893              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
27894      Branch: perl
27895            ! pod/perlfaq6.pod
27896 ____________________________________________________________________________
27897 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
27898         Log: Mention Time::localtime and Time::gmtime.
27899      Branch: perl
27900            ! ext/Time/Piece/Piece.pm
27901 ____________________________________________________________________________
27902 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
27903         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27904              From: Michael G Schwern <schwern@pobox.com>
27905              Date: Tue, 29 May 2001 18:51:32 +0100
27906              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
27907      Branch: perl
27908            ! pod/perlfaq4.pod
27909 ____________________________________________________________________________
27910 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
27911         Log: Retract #10243.
27912      Branch: perl
27913            ! lib/autouse.pm
27914 ____________________________________________________________________________
27915 [ 10299] By: nick                                  on 2001/05/29  18:41:19
27916         Log: Post weekend integrate mainline (fails one test pragma/autouse).
27917      Branch: perlio
27918           +> (branch 29 files)
27919           !> (integrate 91 files)
27920 ____________________________________________________________________________
27921 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
27922         Log: Update Changes.
27923      Branch: perl
27924            ! Changes patchlevel.h
27925 ____________________________________________________________________________
27926 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
27927         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
27928              before Perl_load_module/Perl_call_method and restore the value
27929              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
27930      Branch: perl
27931            ! utf8.c
27932 ____________________________________________________________________________
27933 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
27934         Log: Subject: Re: AIX and gcc (moving targets)
27935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27936              Date: Tue, 29 May 2001 17:59:40 +0200
27937              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
27938      Branch: perl
27939            ! ext/Storable/Makefile.PL
27940 ____________________________________________________________________________
27941 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
27942         Log: Subject: Re: AIX and gcc (moving targets)
27943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27944              Date: Tue, 29 May 2001 12:32:57 +0200
27945              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
27946      Branch: perl
27947            ! ext/POSIX/Makefile.PL
27948 ____________________________________________________________________________
27949 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
27950         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
27951              From: Michael G Schwern <schwern@pobox.com>
27952              Date: Tue, 29 May 2001 09:53:29 +0100
27953              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
27954              
27955              (#10280 retracted)
27956      Branch: perl
27957            ! lib/Test/Harness.pm t/lib/test-harness.t
27958 ____________________________________________________________________________
27959 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
27960         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
27961              From: Michael G Schwern <schwern@pobox.com>
27962              Date: Tue, 29 May 2001 09:19:52 +0100
27963              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
27964      Branch: perl
27965            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
27966            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
27967            + t/lib/Test/todo.t
27968            ! MANIFEST lib/Test.pm t/TEST
27969 ____________________________________________________________________________
27970 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
27971         Log: From: Michael G Schwern <schwern@pobox.com>
27972              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
27973              Date: Tue, 29 May 2001 08:26:09 +0100
27974              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
27975      Branch: perl
27976            ! t/TEST
27977 ____________________________________________________________________________
27978 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
27979         Log: Add tests for Time::gmtime and Time::localtime.
27980      Branch: perl
27981            + t/lib/time-gmtime.t t/lib/time-localtime.t
27982            ! MANIFEST t/lib/1_compile.t
27983 ____________________________________________________________________________
27984 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
27985         Log: Add test for File::stat.
27986      Branch: perl
27987            + t/lib/filestat.t
27988            ! MANIFEST t/lib/1_compile.t
27989 ____________________________________________________________________________
27990 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
27991         Log: Add test for Net::servent.
27992      Branch: perl
27993            + t/lib/net-sent.t
27994            ! MANIFEST t/lib/1_compile.t
27995 ____________________________________________________________________________
27996 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
27997         Log: Add test for Net::protoent.
27998      Branch: perl
27999            + t/lib/net-pent.t
28000            ! MANIFEST t/lib/1_compile.t
28001 ____________________________________________________________________________
28002 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
28003         Log: Add test for Net::netent.
28004      Branch: perl
28005            + t/lib/net-nent.t
28006            ! MANIFEST t/lib/1_compile.t
28007 ____________________________________________________________________________
28008 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
28009         Log: Add test for User::grent.  Portability doubtful.
28010      Branch: perl
28011            + t/lib/user-grent.t
28012            ! MANIFEST t/lib/1_compile.t
28013 ____________________________________________________________________________
28014 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
28015         Log: Add test for User::pwent.
28016              Probably will fall down somewhere for portability reasons.
28017      Branch: perl
28018            + t/lib/user-pwent.t
28019            ! MANIFEST t/lib/1_compile.t
28020 ____________________________________________________________________________
28021 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
28022         Log: Metaconfig units changes for #10283.
28023      Branch: metaconfig
28024            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
28025            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
28026            ! U/installdirs/sitescript.U U/modified/Signal.U
28027 ____________________________________________________________________________
28028 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
28029         Log: Subject: [PATCH 5.6.1] signal names in Configure
28030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28031              Date: Tue, 29 May 2001 03:52:25 -0400
28032              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
28033              
28034              Subject: [PATCH 5.6.1] older perl in Configure
28035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28036              Date: Tue, 29 May 2001 03:55:40 -0400
28037              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
28038              
28039              Subject: [PATCH 5.6.1] goofs in Configure
28040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28041              Date: Tue, 29 May 2001 04:13:07 -0400
28042              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
28043              
28044              Configure portability tweaks.
28045      Branch: perl
28046            ! Configure
28047 ____________________________________________________________________________
28048 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
28049         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
28050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28051              Date: Tue, 29 May 2001 04:07:06 -0400
28052              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
28053      Branch: perl
28054            ! os2/os2.c
28055 ____________________________________________________________________________
28056 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
28057         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
28058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28059              Date: Tue, 29 May 2001 04:01:38 -0400
28060              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
28061      Branch: perl
28062            ! hints/os2.sh os2/Makefile.SHs
28063 ____________________________________________________________________________
28064 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
28065         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
28066              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28067              Date: Tue, 29 May 2001 03:50:18 -0400
28068              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
28069      Branch: perl
28070            ! lib/Test/Harness.pm
28071 ____________________________________________________________________________
28072 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
28073         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
28074      Branch: perl
28075            ! lib/utf8_heavy.pl
28076 ____________________________________________________________________________
28077 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
28078         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
28079              From: Hugo <hv@crypt.compulink.co.uk>
28080              Date: Tue, 29 May 2001 03:03:45 +0100
28081              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
28082              
28083              Explanation why the $@ always gets the UTF8 flag when under use utf8--
28084              because we told it to have the flag when under use utf8.
28085      Branch: perl
28086            ! pp_ctl.c
28087 ____________________________________________________________________________
28088 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
28089         Log: At least a partial fix for 20010528.004.
28090      Branch: perl
28091            ! lib/utf8_heavy.pl
28092 ____________________________________________________________________________
28093 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
28094         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
28095              From: Nicholas Clark <nick@ccl4.org> 
28096              Date: Mon, 28 May 2001 23:39:38 +0100
28097              Message-ID: <20010528233938.M86445@plum.flirble.org>
28098              
28099              More portable non-zero UV.
28100      Branch: perl
28101            ! t/lib/extutils.t
28102 ____________________________________________________________________________
28103 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
28104         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
28105              From: Nicholas Clark <nick@ccl4.org>
28106              Date: Mon, 28 May 2001 22:46:09 +0100
28107              Message-ID: <20010528224608.L86445@plum.flirble.org>
28108              
28109              Test also "make clean".
28110      Branch: perl
28111            ! t/lib/extutils.t
28112 ____________________________________________________________________________
28113 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
28114         Log: Subject: Re: Would -Wno-unused -Wall be better?
28115              From: Michael G Schwern <schwern@pobox.com>
28116              Date: Tue, 29 May 2001 00:55:54 +0100
28117              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
28118      Branch: perl
28119            ! pp.h
28120 ____________________________________________________________________________
28121 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
28122         Log: Add a test for 20010528.007, fixed in #10272.
28123      Branch: perl
28124            ! t/op/misc.t toke.c
28125 ____________________________________________________________________________
28126 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
28127         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
28128              From: Hugo <hv@crypt.compulink.co.uk>
28129              Date: Tue, 29 May 2001 00:23:23 +0100
28130              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
28131      Branch: perl
28132            ! toke.c
28133 ____________________________________________________________________________
28134 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
28135         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
28136              From: Michael G Schwern <schwern@pobox.com>
28137              Date: Tue, 29 May 2001 00:42:59 +0100
28138              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
28139      Branch: perl
28140            ! t/pragma/autouse.t
28141 ____________________________________________________________________________
28142 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
28143         Log: Some shells seemingly arrange the signal handlers differently
28144              (bug id 20010521.004).
28145      Branch: perl
28146            ! t/lib/sigaction.t
28147 ____________________________________________________________________________
28148 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
28149         Log: Regen perlmodlib.
28150      Branch: perl
28151            ! pod/perlmodlib.pod
28152 ____________________________________________________________________________
28153 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
28154         Log: Update Changes.
28155      Branch: perl
28156            ! Changes patchlevel.h
28157 ____________________________________________________________________________
28158 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
28159         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
28160              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28161              Date: Mon, 28 May 2001 14:56:35 -0500
28162              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
28163      Branch: perl
28164            ! pod/perlnewmod.pod
28165 ____________________________________________________________________________
28166 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
28167         Log: Regen toc.
28168      Branch: perl
28169            ! pod/perltoc.pod
28170 ____________________________________________________________________________
28171 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
28172         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
28173              From: "Richard Soderberg" <rs@crystalflame.net>
28174              Date: Mon, 28 May 2001 12:31:23 -0700
28175              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
28176      Branch: perl
28177            ! t/op/splice.t
28178 ____________________________________________________________________________
28179 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
28180         Log: The #10260 was too bold: locales and utf8 still do not mix.
28181      Branch: perl
28182            ! t/pragma/locale.t
28183 ____________________________________________________________________________
28184 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
28185         Log: Subject: [PATCH] Pod nitpicks
28186              From: "Richard Soderberg" <rs@crystalflame.net>
28187              Date: Mon, 28 May 2001 10:08:58 -0700
28188              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
28189      Branch: perl
28190            ! pod/perl571delta.pod pod/perlapi.pod sv.h
28191 ____________________________________________________________________________
28192 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
28193         Log: Upgrade to I18N::LangTags 0.22.
28194      Branch: perl
28195            + lib/I18N/LangTags/List.pod
28196            ! MANIFEST lib/I18N/LangTags.pm
28197 ____________________________________________________________________________
28198 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
28199         Log: A slightly more serious bug found by -Mutf8; op/misc and
28200              lib/complex dumped core.
28201      Branch: perl
28202            ! regexec.c
28203 ____________________________________________________________________________
28204 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
28205         Log: Various buglets shaken out by -Mutf8.
28206      Branch: perl
28207            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
28208            ! t/pragma/locale.t
28209 ____________________________________________________________________________
28210 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
28211         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
28212      Branch: perl
28213            ! t/lib/carp.t
28214 ____________________________________________________________________________
28215 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
28216         Log: Subject: [PATCH] todo patch
28217              From: Artur Bergman <artur@contiller.se> 
28218              Date: Mon, 28 May 2001 17:03:51 +0200
28219              Message-ID: <B7383577.F34%artur@contiller.se>
28220      Branch: perl
28221            ! pod/perltodo.pod
28222 ____________________________________________________________________________
28223 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
28224         Log: Subject: typo in perlguts.pod
28225              From: "John P. Linderman" <jpl@research.att.com>
28226              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
28227              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
28228      Branch: perl
28229            ! pod/perlguts.pod
28230 ____________________________________________________________________________
28231 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
28232         Log: Subject: AIX and gcc (moving targets)
28233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28234              Date: Mon, 28 May 2001 12:54:04 +0200
28235              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
28236      Branch: perl
28237            ! hints/aix.sh
28238 ____________________________________________________________________________
28239 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
28240         Log: Subject: Re: perlio + multiple perl_alloc..destruct
28241              From: Doug MacEachern <dougm@covalent.net>
28242              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
28243              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
28244      Branch: perl
28245            ! perlio.c
28246 ____________________________________________________________________________
28247 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
28248         Log: The #10251 wasn't quite up-to-the-code.
28249      Branch: perl
28250            ! t/op/misc.t
28251 ____________________________________________________________________________
28252 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
28253         Log: Test case for bug 20010526.004, fixed in #10252.
28254      Branch: perl
28255            ! t/op/taint.t
28256 ____________________________________________________________________________
28257 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
28258         Log: Subject: Re: [ID 20010526.004] Taint looses value
28259              From: Hugo <hv@crypt.compulink.co.uk>
28260              Date: Sun, 27 May 2001 20:39:32 +0100
28261              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
28262      Branch: perl
28263            ! sv.c
28264 ____________________________________________________________________________
28265 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
28266         Log: Test case for 20010422.005, fixed by #10250.
28267      Branch: perl
28268            ! t/op/misc.t
28269 ____________________________________________________________________________
28270 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
28271         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
28272              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28273              Date: Mon, 28 May 2001 06:39:12 -0400
28274              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
28275      Branch: perl
28276            ! toke.c
28277 ____________________________________________________________________________
28278 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
28279         Log: Linerewrapping.
28280      Branch: perl
28281            ! lib/open.pm
28282 ____________________________________________________________________________
28283 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
28284         Log: Updates on the modules list.
28285      Branch: perl
28286            ! t/lib/1_compile.t
28287 ____________________________________________________________________________
28288 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
28289         Log: Add a test for PerlIO.
28290              
28291              (I probably got the crlf/raw thing wrong for clrfy platforms...)
28292      Branch: perl
28293            + t/lib/perlio.t
28294            ! MANIFEST lib/PerlIO.pm
28295 ____________________________________________________________________________
28296 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
28297         Log: Add a test for carp et alia.
28298      Branch: perl
28299            + t/lib/carp.t
28300            ! MANIFEST
28301 ____________________________________________________________________________
28302 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
28303         Log: Adding the new test would be swell.
28304      Branch: perl
28305            + t/pragma/autouse.t
28306 ____________________________________________________________________________
28307 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
28308         Log: Add a test for the autouse pragma.
28309      Branch: perl
28310            ! MANIFEST
28311 ____________________________________________________________________________
28312 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
28313         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
28314              From: dLux <dlux@spam.sch.bme.hu>
28315              Date: Sun, 27 May 2001 16:14:26 +0200
28316              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
28317      Branch: perl
28318            ! lib/autouse.pm
28319 ____________________________________________________________________________
28320 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
28321         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
28322              From: "Richard Soderberg" <rs@crystalflame.net>
28323              Date: Mon, 28 May 2001 03:56:36 -0700
28324              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
28325      Branch: perl
28326            ! utils/dprofpp.PL
28327 ____________________________________________________________________________
28328 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
28329         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
28330              From: "Stephen P. Potter" <spp@spotter.yi.org>
28331              Date: Tue, 22 May 2001 11:40:25 -0400
28332              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
28333              
28334              Subject: Re: [ID 20010522.003] Time::Local module bug
28335              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
28336              Date: Tue, 22 May 2001 11:50:19 -0400
28337              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
28338      Branch: perl
28339            ! lib/Time/Local.pm
28340 ____________________________________________________________________________
28341 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
28342         Log: The PERL_DL_NONLAZY can have whitespace in front.
28343      Branch: perl
28344            ! t/lib/extutils.t
28345 ____________________________________________________________________________
28346 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
28347         Log: Document strftime() and strptime().
28348      Branch: perl
28349            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
28350 ____________________________________________________________________________
28351 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
28352         Log: Make Time::Piece::strptime() to be a function, not a method.
28353      Branch: perl
28354            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28355 ____________________________________________________________________________
28356 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
28357         Log: Tweak the test to be more portable.
28358      Branch: perl
28359            ! t/lib/extutils.t
28360 ____________________________________________________________________________
28361 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
28362         Log: Subject: PATCH: Re: Re: Attributes that tie
28363              From: Leon Brocard <acme@astray.com>
28364              Date: Sun, 27 May 2001 12:37:29 +0100
28365              Message-ID: <20010527123729.A22663@ns0.astray.com>
28366              
28367              Document that variable attributes are not currently usable
28368              for tieing.  (An ugly limitation that should be fixed.)
28369      Branch: perl
28370            ! lib/attributes.pm
28371 ____________________________________________________________________________
28372 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
28373         Log: Microperl tweaks.
28374      Branch: perl
28375            ! Makefile.micro uconfig.h uconfig.sh
28376 ____________________________________________________________________________
28377 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
28378         Log: Add make target for microperl (kind of silly, but convenient).
28379      Branch: perl
28380            ! Makefile.SH
28381 ____________________________________________________________________________
28382 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
28383         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
28384              for microperl.)
28385      Branch: perl
28386            ! doio.c
28387 ____________________________________________________________________________
28388 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
28389         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
28390              From: rspier@pobox.com (Robert Spier)
28391              Date: Sat, 26 May 2001 20:05:23 -0400
28392              Message-ID: <15120.17603.148648.12430@rls.cx>
28393              
28394              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
28395              From: rspier@pobox.com (Robert Spier)
28396              Date: Sun, 27 May 2001 00:23:12 -0400
28397              Message-ID: <15120.33072.511966.767230@rls.cx>
28398      Branch: perl
28399            ! doio.c pod/perlfunc.pod
28400 ____________________________________________________________________________
28401 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
28402         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
28403      Branch: perl
28404            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28405 ____________________________________________________________________________
28406 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
28407         Log: Add README.tru64.
28408      Branch: perl
28409            + README.tru64
28410 ____________________________________________________________________________
28411 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
28412         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
28413      Branch: perl
28414            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
28415            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
28416            ! MANIFEST
28417 ____________________________________________________________________________
28418 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
28419         Log: Integrate I18N::LangTags from Sean Burke.
28420              
28421              TODO: the language list from RFC 3066 needs to be integrated
28422              and made available somehow.  The list is included in the
28423              I18N-LangTags 0.21 distribution, but it is undocumented
28424              and unconnected to the module.
28425      Branch: perl
28426            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
28427            ! MANIFEST
28428 ____________________________________________________________________________
28429 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
28430         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
28431              envisioned by Sarathy.
28432      Branch: perl
28433            ! t/op/ver.t toke.c
28434 ____________________________________________________________________________
28435 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
28436         Log: Subject: [ID 20010525.001] Pod typo nits fixed
28437              From: lvirden@cas.org
28438              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
28439              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
28440              
28441              minus the perlsolaris decimation plus the
28442              
28443              Subject: Re: [ID 20010525.001] Pod typo nits fixed
28444              From: "Philip Newton" <Philip.Newton@gmx.net>
28445              Date: Fri, 25 May 2001 18:05:55 +0200
28446              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
28447      Branch: perl
28448            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
28449            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
28450            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
28451            ! pod/perlutil.pod pod/perlxstut.pod
28452 ____________________________________________________________________________
28453 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
28454         Log: return clauses are nice.
28455      Branch: perl
28456            ! sv.c
28457 ____________________________________________________________________________
28458 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
28459         Log: Subject: change 10199 backwards?
28460              From: Doug MacEachern <dougm@covalent.net>
28461              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
28462              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
28463      Branch: perl
28464            ! sv.c
28465 ____________________________________________________________________________
28466 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
28467         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
28468              From: Hugo <hv@crypt.compulink.co.uk>
28469              Date: Sat, 26 May 2001 17:05:12 +0100
28470              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
28471      Branch: perl
28472            + t/op/gmagic.t
28473            ! MANIFEST doop.c embed.h embed.pl global.sym
28474            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
28475            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
28476 ____________________________________________________________________________
28477 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
28478         Log: Regen headers for #10221.
28479      Branch: perl
28480            ! global.sym objXSUB.h perlapi.c
28481 ____________________________________________________________________________
28482 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
28483         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
28484              From: Juha Laiho <juha.laiho@Elma.Net>
28485              Date: Thu, 3 May 2001 09:51:30 +0300
28486              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
28487      Branch: perl
28488            ! embed.pl
28489 ____________________________________________________________________________
28490 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
28491         Log: Subject: Re: [PATCH] Re: stability of sort()?
28492              From: "John P. Linderman" <jpl@research.att.com>
28493              Date: Sat, 26 May 2001 13:27:19 -0400
28494              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
28495      Branch: perl
28496            ! pod/perlfunc.pod
28497 ____________________________________________________________________________
28498 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
28499         Log: Integrate perlio.
28500      Branch: perl
28501           !> pod/perlguts.pod
28502 ____________________________________________________________________________
28503 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
28504         Log: Subject: [PATCH perl@10210] PerlIO for VMS
28505              From: "Craig A. Berry" <craigberry@mac.com>
28506              Date: Sat, 26 May 2001 09:34:11 -0500
28507              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
28508      Branch: perl
28509            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
28510            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
28511            ! vms/vmsish.h
28512 ____________________________________________________________________________
28513 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
28514         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
28515              From: David Dyck <dcd@tc.fluke.com>
28516              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
28517              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
28518      Branch: perl
28519            ! lib/perl5db.pl
28520 ____________________________________________________________________________
28521 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
28522         Log: Subject: utf8 regexp tests
28523              From: Hugo <hv@crypt.compulink.co.uk>
28524              Date: Fri, 25 May 2001 22:35:01 +0100
28525              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
28526      Branch: perl
28527            ! t/op/regexp.t
28528 ____________________________________________________________________________
28529 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
28530         Log: Subject: [PATCH] Re: stability of sort()?
28531              From: Nicholas Clark <nick@ccl4.org>
28532              Date: Fri, 25 May 2001 22:40:19 +0100
28533              Message-ID: <20010525224019.B86445@plum.flirble.org>
28534      Branch: perl
28535            ! pod/perlfunc.pod
28536 ____________________________________________________________________________
28537 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
28538         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
28539              From: John Peacock <jpeacock@rowman.com>
28540              Date: Thu, 24 May 2001 22:14:01 -0400
28541              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
28542      Branch: perl
28543            ! mg.c scope.c sv.c
28544 ____________________________________________________________________________
28545 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
28546         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28547              From: Nicholas Clark <nick@ccl4.org>
28548              Date: Sun, 20 May 2001 19:24:13 +0100
28549              Message-ID: <20010520192413.G83222@plum.flirble.org>
28550      Branch: perl
28551            + lib/ExtUtils/Constant.pm t/lib/extutils.t
28552            ! MANIFEST utils/h2xs.PL
28553 ____________________________________________________________________________
28554 [ 10212] By: nick                                  on 2001/05/26  09:49:28
28555         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
28556              add a few more notes there on use of mortals on the stack.
28557      Branch: perlio
28558            ! pod/perlguts.pod
28559 ____________________________________________________________________________
28560 [ 10211] By: nick                                  on 2001/05/26  09:05:36
28561         Log: Integrate mainline
28562      Branch: perlio
28563           +> t/lib/fcntl.t t/pragma/vars.t
28564           !> (integrate 49 files)
28565 ____________________________________________________________________________
28566 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
28567         Log: Update Changes.
28568      Branch: perl
28569            ! Changes patchlevel.h
28570 ____________________________________________________________________________
28571 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
28572         Log: Based on
28573              
28574              Subject: [PATCH pp.c] Wrapping pack("C",256)
28575              From: Simon Cozens <simon@netthink.co.uk>
28576              Date: Sat, 12 May 2001 17:58:41 +0100
28577              Message-ID: <20010512175841.A6132@netthink.co.uk>
28578      Branch: perl
28579            ! pod/perldiag.pod pp.c t/pragma/warn/pp
28580 ____________________________________________________________________________
28581 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
28582         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
28583              From: "Brendan O'Dea" <bod@compusol.com.au>
28584              Date: Fri, 25 May 2001 11:18:29 +1000
28585              Message-ID: <20010525111829.A28411@compusol.com.au>
28586              
28587              (Slightly modified.)
28588      Branch: perl
28589            ! lib/Term/Cap.pm
28590 ____________________________________________________________________________
28591 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
28592         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
28593              From: Hugo <hv@crypt.compulink.co.uk>
28594              Date: Fri, 25 May 2001 02:13:25 +0100
28595              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
28596      Branch: perl
28597            ! t/op/misc.t
28598 ____________________________________________________________________________
28599 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
28600         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
28601              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
28602              Date: Fri, 25 May 2001 10:25:36 +0900
28603              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
28604      Branch: perl
28605            ! regcomp.c regexec.c
28606 ____________________________________________________________________________
28607 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
28608         Log: Subject: [PATCH #2] stash autovivification and method call error messages
28609              From: Ilmari Karonen <iltzu@sci.fi>
28610              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
28611              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
28612      Branch: perl
28613            ! gv.c pp_hot.c t/op/method.t
28614 ____________________________________________________________________________
28615 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
28616         Log: Add make target and documentation for gprof profiling.
28617      Branch: perl
28618            ! Makefile.SH pod/perlhack.pod
28619 ____________________________________________________________________________
28620 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
28621         Log: Subject: Don't think about UTF8 
28622              From: Mike Guy <mjtg@cam.ac.uk> 
28623              Date: Tue, 22 May 2001 14:35:39 +0100
28624              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
28625      Branch: perl
28626            ! sv.h
28627 ____________________________________________________________________________
28628 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
28629         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
28630              From: Geraint A Edwards <gedge@serf.org> 
28631              Date: Thu, 24 May 2001 22:51:24 +0100
28632              Message-Id: <20010524225124.A34981@cymru.serf.org>
28633      Branch: perl
28634            ! x2p/find2perl.PL
28635 ____________________________________________________________________________
28636 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
28637         Log: DB_File has its own attribute story.
28638      Branch: perl
28639            ! ext/DB_File/DB_File.xs
28640 ____________________________________________________________________________
28641 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
28642         Log: Subject: Re: Making perl with -Wall
28643              From: Andy Dougherty <doughera@lafayette.edu>
28644              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
28645              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
28646      Branch: perl
28647            ! perl.h
28648 ____________________________________________________________________________
28649 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
28650         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
28651              From: "Richard Soderberg" <rs@crystalflame.net>
28652              Date: Thu, 24 May 2001 08:58:16 -0700
28653              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
28654      Branch: perl
28655            ! sv.c
28656 ____________________________________________________________________________
28657 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
28658         Log: IV/UV casting fixes from Nicholas Clark.
28659      Branch: perl
28660            ! perl.h pp_sys.c util.c
28661 ____________________________________________________________________________
28662 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
28663         Log: Subject: Re: Making perl with -Wall
28664              From: Michael G Schwern <schwern@pobox.com>
28665              Date: Thu, 24 May 2001 15:40:28 +0100
28666              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
28667      Branch: perl
28668            ! malloc.c perl.h
28669 ____________________________________________________________________________
28670 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
28671         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
28672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28673              Date: Tue, 22 May 2001 11:49:37 +0200
28674              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
28675      Branch: metaconfig
28676            ! U/modified/Oldsym.U
28677      Branch: metaconfig/U/perl
28678            ! patchlevel.U
28679      Branch: perl
28680            ! Configure config_h.SH myconfig.SH
28681 ____________________________________________________________________________
28682 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
28683         Log: Under versiononly install also the scripts with the version suffix.
28684              (e.g. .../bin/h2xs5.7.1)
28685      Branch: perl
28686            ! installperl
28687 ____________________________________________________________________________
28688 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
28689         Log: Subject: [PATCH] Stop segfault in mg.c:636
28690              From: "Richard Soderberg" <rs@crystalflame.net>
28691              Date: Thu, 24 May 2001 05:51:52 -0700
28692              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
28693      Branch: perl
28694            ! mg.c
28695 ____________________________________________________________________________
28696 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
28697         Log: Iteration continues; hopefully convergently.
28698      Branch: perl
28699            ! t/lib/b-stash.t
28700 ____________________________________________________________________________
28701 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
28702         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
28703              From: Gisle Aas <gisle@ActiveState.com>
28704              Date: 23 May 2001 16:13:10 -0700
28705              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
28706      Branch: perl
28707            ! op.c toke.c
28708 ____________________________________________________________________________
28709 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
28710         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
28711              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28712              Date: Thu, 24 May 2001 05:05:22 -0500
28713              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
28714      Branch: perl
28715            ! lib/dumpvar.pl lib/perl5db.pl
28716 ____________________________________________________________________________
28717 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
28718         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
28719              From: David Dyck <dcd@tc.fluke.com>
28720              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
28721              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
28722      Branch: perl
28723            ! lib/perl5db.pl
28724 ____________________________________________________________________________
28725 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
28726         Log: Tiny pod nits on READMEs, mostly whitespace issues.
28727      Branch: perl
28728            ! README.amiga README.dos README.macos README.mpeix README.vmesa
28729            ! README.win32
28730 ____________________________________________________________________________
28731 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
28732         Log: The DG/UX part of the 20010521.005.
28733      Branch: perl
28734            ! README.dgux
28735 ____________________________________________________________________________
28736 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
28737         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
28738              From: Hugo <hv@crypt.compulink.co.uk>
28739              Date: Mon, 21 May 2001 16:32:02 +0100
28740              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
28741      Branch: perl
28742            ! regcomp.c t/op/misc.t
28743 ____________________________________________________________________________
28744 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
28745         Log: Subject: [PATCH] Extra UNIVERSAL tests
28746              From: Mike Guy <mjtg@cam.ac.uk>
28747              Date: Wed, 23 May 2001 12:29:20 +0100
28748              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
28749      Branch: perl
28750            ! t/op/universal.t
28751 ____________________________________________________________________________
28752 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
28753         Log: Subject: [PATCH] Remove EQ keyword
28754              From: Mike Guy <mjtg@cam.ac.uk>
28755              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
28756              Date: Wed, 23 May 2001 11:17:29 +0100
28757      Branch: perl
28758            ! keywords.h keywords.pl
28759 ____________________________________________________________________________
28760 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
28761         Log: Subject: [PATCH] lib/perl5db.pl
28762              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28763              Date: Wed, 23 May 2001 02:18:03 -0500
28764              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
28765      Branch: perl
28766            ! lib/perl5db.pl
28767 ____________________________________________________________________________
28768 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
28769         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
28770              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28771              Date: Tue, 22 May 2001 23:34:41 -0500
28772              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
28773      Branch: perl
28774            ! lib/Term/Cap.pm
28775 ____________________________________________________________________________
28776 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
28777         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
28778              From: davem@fdgroup.co.uk
28779              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
28780              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
28781      Branch: perl
28782            ! emacs/e2ctags.pl
28783 ____________________________________________________________________________
28784 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
28785         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
28786              From: Michael G Schwern <schwern@pobox.com>
28787              Date: Tue, 22 May 2001 14:15:09 +0100
28788              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
28789      Branch: perl
28790            ! lib/vars.pm
28791 ____________________________________________________________________________
28792 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
28793         Log: Subject: [PATCH lib/vars.pm] Odd code nit
28794              From: Michael G Schwern <schwern@pobox.com>
28795              Date: Tue, 22 May 2001 14:14:28 +0100
28796              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
28797      Branch: perl
28798            ! lib/vars.pm
28799 ____________________________________________________________________________
28800 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
28801         Log: Use the new use vars feature.
28802      Branch: perl
28803            ! t/lib/b-stash.t
28804 ____________________________________________________________________________
28805 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
28806         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
28807              From: Mike Guy <mjtg@cam.ac.uk>
28808              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28809              Date: Tue, 22 May 2001 13:11:39 +0100
28810      Branch: perl
28811            + t/pragma/vars.t
28812            ! MANIFEST lib/vars.pm t/lib/1_compile.t
28813 ____________________________________________________________________________
28814 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
28815         Log: -qlongdouble considered harmful by Merijn.
28816      Branch: perl
28817            ! hints/aix.sh
28818 ____________________________________________________________________________
28819 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
28820         Log: Update Changes.
28821      Branch: perl
28822            ! Changes patchlevel.h
28823 ____________________________________________________________________________
28824 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
28825         Log: Add a test of its very own for Fcntl.  Hopefully portable.
28826      Branch: perl
28827            + t/lib/fcntl.t
28828            ! MANIFEST
28829 ____________________________________________________________________________
28830 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
28831         Log: Must be trickier for 'minitest' not to die.
28832      Branch: perl
28833            ! t/op/taint.t
28834 ____________________________________________________________________________
28835 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
28836         Log: Can't declare other people's variables.
28837      Branch: perl
28838            ! t/lib/b-stash.t
28839 ____________________________________________________________________________
28840 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
28841         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
28842      Branch: perl
28843            ! doio.c t/op/taint.t
28844 ____________________________________________________________________________
28845 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
28846         Log: The OS/2 variable needs to be declared.
28847      Branch: perl
28848            ! t/lib/b-stash.t
28849 ____________________________________________________________________________
28850 [ 10170] By: nick                                  on 2001/05/20  16:48:29
28851         Log: Integrate mainline
28852      Branch: perlio
28853           !> (integrate 41 files)
28854 ____________________________________________________________________________
28855 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
28856         Log: Small perlsec updates: clarify the taintedness of filename
28857              globbing; suggest using Scalar::Util::tainted().
28858      Branch: perl
28859            ! pod/perlsec.pod
28860 ____________________________________________________________________________
28861 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
28862         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
28863              From: Dave Mitchell <davem@fdgroup.co.uk>
28864              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
28865              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
28866      Branch: perl
28867            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
28868            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
28869            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
28870            ! xsutils.c
28871 ____________________________________________________________________________
28872 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
28873         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
28874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28875              Date: Sat, 19 May 2001 04:08:46 -0400
28876              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
28877      Branch: perl
28878            ! lib/ExtUtils/Mksymlists.pm makedef.pl
28879 ____________________________________________________________________________
28880 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
28881         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
28882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28883              Date: Sat, 19 May 2001 04:30:45 -0400
28884              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
28885      Branch: perl
28886            ! os2/os2.c
28887 ____________________________________________________________________________
28888 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
28889         Log: Subject: [PATCH 5.6.1] build bugs OS/2
28890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28891              Date: Sat, 19 May 2001 04:35:28 -0400
28892              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
28893      Branch: perl
28894            ! os2/Makefile.SHs os2/os2.c
28895 ____________________________________________________________________________
28896 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
28897         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
28898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28899              Date: Sat, 19 May 2001 04:04:23 -0400
28900              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
28901              
28902              (In bleadperl patched b-stash.t instead of b.t)
28903      Branch: perl
28904            ! t/lib/b-stash.t t/lib/bigfltpm.t
28905 ____________________________________________________________________________
28906 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
28907         Log: Subject: [PATCH 5.6.1] perl5db
28908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28909              Date: Sat, 19 May 2001 03:49:09 -0400
28910              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
28911      Branch: perl
28912            ! lib/perl5db.pl
28913 ____________________________________________________________________________
28914 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
28915         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
28916              From: Gisle Aas <gisle@ActiveState.com>
28917              Date: 18 May 2001 14:24:51 -0700
28918              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
28919      Branch: perl
28920            ! pp_ctl.c
28921 ____________________________________________________________________________
28922 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
28923         Log: Subject: [PATCH] Chomp should not always stringify
28924              From: Gisle Aas <gisle@ActiveState.com>
28925              Date: 18 May 2001 07:55:25 -0700
28926              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
28927      Branch: perl
28928            ! doop.c t/op/chop.t
28929 ____________________________________________________________________________
28930 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
28931         Log: Integrate perlio.
28932      Branch: perl
28933           !> pod/perlfunc.pod
28934 ____________________________________________________________________________
28935 [ 10159] By: nick                                  on 2001/05/20  09:39:46
28936         Log: Document some more of open's features.
28937      Branch: perlio
28938            ! pod/perlfunc.pod
28939 ____________________________________________________________________________
28940 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
28941         Log: back out change#10153 (it has compatibility issues such as the
28942              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
28943              benefit for 5.6.x doesn't seem worth the risk)
28944      Branch: maint-5.6/perl
28945            ! toke.c
28946 ____________________________________________________________________________
28947 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
28948         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
28949      Branch: perl
28950            ! x2p/s2p.PL
28951 ____________________________________________________________________________
28952 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
28953         Log: Update Changes.
28954      Branch: perl
28955            ! Changes patchlevel.h
28956 ____________________________________________________________________________
28957 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
28958         Log: Integrate change #10144 from maintperl.
28959              
28960              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
28961      Branch: perl
28962           !> win32/config.bc win32/config.gc win32/config.vc
28963           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28964 ____________________________________________________________________________
28965 [ 10154] By: nick                                  on 2001/05/18  07:23:03
28966         Log: Integrate mainline.
28967      Branch: perlio
28968           +> README.dgux t/lib/i18n-collate.t utils.lst
28969           !> (integrate 49 files)
28970 ____________________________________________________________________________
28971 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
28972         Log: Integrate change #7224 from mainline into maintperl.
28973              
28974              Allow @+ and @- to be doublequoted, from Simon Cozens. 
28975              (Approved by Larry, see Tom's comment in 20000830.005.)
28976      Branch: maint-5.6/perl
28977           !> toke.c
28978 ____________________________________________________________________________
28979 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
28980         Log: Subject: [PATCH bleadperl] small lookbehind fix
28981              From: Hugo <hv@crypt.compulink.co.uk>
28982              Date: Fri, 18 May 2001 00:07:19 +0100
28983              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
28984      Branch: perl
28985            ! regexec.c
28986 ____________________________________________________________________________
28987 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
28988         Log: Detypos.
28989      Branch: perl
28990            ! installman utils.lst
28991 ____________________________________________________________________________
28992 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
28993         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
28994              in 20001222.001.
28995      Branch: perl
28996            ! t/lib/glob-basic.t
28997 ____________________________________________________________________________
28998 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
28999         Log: Subject: [PATCH] Test for bug 20010515.004
29000              From: Benjamin Sugars <bsugars@canoe.ca>
29001              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
29002              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
29003      Branch: perl
29004            ! t/op/misc.t
29005 ____________________________________________________________________________
29006 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
29007         Log: Integrate #10145 from maintperl.
29008              
29009              fix for ID 20010515.004 (needs test)
29010      Branch: perl
29011           !> pp_hot.c
29012 ____________________________________________________________________________
29013 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
29014         Log: Thinko noticed by Doug MacEachern.
29015      Branch: perl
29016            ! thread.h
29017 ____________________________________________________________________________
29018 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
29019         Log: Subject: Re: [PATCH] HERE mark in regex
29020              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29021              Date: Thu, 17 May 2001 12:20:33 -0400
29022              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
29023      Branch: perl
29024            ! t/op/re_tests
29025 ____________________________________________________________________________
29026 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
29027         Log: fix for ID 20010515.004 (needs test)
29028      Branch: maint-5.6/perl
29029            ! pp_hot.c
29030 ____________________________________________________________________________
29031 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
29032         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
29033      Branch: maint-5.6/perl
29034            ! win32/config.bc win32/config.gc win32/config.vc
29035            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29036 ____________________________________________________________________________
29037 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
29038         Log: Macrofy the getspecific (and use it also in util.c)
29039      Branch: perl
29040            ! thread.h util.c
29041 ____________________________________________________________________________
29042 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
29043         Log: Use the unchecked thread-specific key fetch also in Tru64.
29044      Branch: perl
29045            ! thread.h
29046 ____________________________________________________________________________
29047 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
29048         Log: Subject: [PATCH 5.6.1]Quick thread speedup
29049              From: Dan Sugalski <dan@sidhe.org> 
29050              Date: Wed, 16 May 2001 18:05:19 -0400
29051              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
29052      Branch: perl
29053            ! thread.h util.c
29054 ____________________________________________________________________________
29055 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
29056         Log: I think this is quite enough testing for a deprecated feature.
29057      Branch: perl
29058            + t/lib/i18n-collate.t
29059            ! MANIFEST t/lib/1_compile.t
29060 ____________________________________________________________________________
29061 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
29062         Log: More HP-UX lore from Jeff Okamoto.
29063      Branch: perl
29064            ! README.hpux
29065 ____________________________________________________________________________
29066 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
29067         Log: Sort utils.lst for easier maintenance.
29068      Branch: perl
29069            ! utils.lst
29070 ____________________________________________________________________________
29071 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
29072         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29073              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29074              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
29075              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
29076              
29077              Add pod2latex to utils.lst.
29078      Branch: perl
29079            ! MANIFEST utils.lst
29080 ____________________________________________________________________________
29081 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
29082         Log: Subject: Re: [PATCH] HERE mark in regex
29083              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29084              Date: Wed, 16 May 2001 13:04:43 -0400
29085              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
29086      Branch: perl
29087            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29088            ! t/op/regmesg.t t/pragma/warn/regcomp
29089 ____________________________________________________________________________
29090 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
29091         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29092              From: Simon Cozens <simon@netthink.co.uk>
29093              Date: Wed, 16 May 2001 18:02:08 +0100
29094              Message-ID: <20010516180208.A6458@netthink.co.uk>
29095      Branch: perl
29096            ! installman utils.lst
29097 ____________________________________________________________________________
29098 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
29099         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
29100              From: "Philip Newton" <pnewton@gmx.de>
29101              Date: Tue, 15 May 2001 15:09:30 +0200
29102              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
29103              
29104              Test case for #10128.
29105      Branch: perl
29106            ! t/pragma/warn/pp_hot
29107 ____________________________________________________________________________
29108 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
29109         Log: Update Changes.
29110      Branch: perl
29111            ! Changes patchlevel.h
29112 ____________________________________________________________________________
29113 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
29114         Log: Deprecate pseudo-hashes.
29115      Branch: perl
29116            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
29117 ____________________________________________________________________________
29118 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
29119         Log: HP-UX hints update from Merijn.
29120      Branch: perl
29121            ! hints/hpux.sh
29122 ____________________________________________________________________________
29123 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
29124         Log: README.hpux update from Merijn.
29125      Branch: perl
29126            ! README.hpux
29127 ____________________________________________________________________________
29128 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
29129         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
29130              From: Simon Cozens <simon@netthink.co.uk>
29131              Date: Wed, 16 May 2001 15:57:55 +0100
29132              Message-ID: <20010516155755.A4728@netthink.co.uk>
29133      Branch: perl
29134            + utils.lst
29135            ! MANIFEST installman installperl
29136 ____________________________________________________________________________
29137 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
29138         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
29139              From: "Philip Newton" <pnewton@gmx.de>
29140              Date: Tue, 15 May 2001 16:31:05 +0200
29141              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
29142              
29143              Fix PERL_Y2KWARN test to check before rather than after appending.
29144      Branch: perl
29145            ! pp_hot.c
29146 ____________________________________________________________________________
29147 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
29148         Log: Regen Porting stuff.
29149      Branch: perl
29150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29151            ! config_h.SH
29152 ____________________________________________________________________________
29153 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
29154         Log: Metaconfig unit change for #10125.
29155      Branch: metaconfig
29156            ! U/modified/Oldconfig.U
29157 ____________________________________________________________________________
29158 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
29159         Log: Use OSVERS.
29160      Branch: perl
29161            ! Configure config_h.SH perl.c
29162 ____________________________________________________________________________
29163 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
29164         Log: Regen toc.
29165      Branch: perl
29166            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29167 ____________________________________________________________________________
29168 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
29169         Log: Adding the README.dgux to the MANIFEST would be a good idea.
29170      Branch: perl
29171            ! MANIFEST
29172 ____________________________________________________________________________
29173 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
29174         Log: Move the stack desire definition to thread.h.
29175      Branch: perl
29176            ! ext/Thread/Thread.xs thread.h
29177 ____________________________________________________________________________
29178 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
29179         Log: DG-UX threading patches, including a README.dgux,
29180              from Takis Psarogiannakopoulos.
29181      Branch: perl
29182            + README.dgux
29183            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
29184 ____________________________________________________________________________
29185 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
29186         Log: Subject: [PATCH B::Deparse] More on /x regexes
29187              From: Robin Houston <robin@kitsite.com>
29188              Date: Tue, 15 May 2001 19:09:35 +0100
29189              Message-ID: <20010515190935.A27268@penderel>
29190      Branch: perl
29191            ! ext/B/B/Deparse.pm
29192 ____________________________________________________________________________
29193 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
29194         Log: Document that the core time() may be rounding rather
29195              than truncating, would have saved at least my confusion.
29196      Branch: perl
29197            ! ext/Time/HiRes/HiRes.pm
29198 ____________________________________________________________________________
29199 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
29200         Log: Subject: perl-current/t/time-hires.t
29201              From: John Peacock <jpeacock@rowman.com>
29202              Date: Fri, 11 May 2001 14:09:41 -0400
29203              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
29204      Branch: perl
29205            ! t/lib/time-hires.t
29206 ____________________________________________________________________________
29207 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
29208         Log: Subject: [PATCH dump.c] Op private flags
29209              From: Simon Cozens <simon@netthink.co.uk>
29210              Date: Sun, 13 May 2001 20:20:36 +0100
29211              Message-ID: <20010513202036.A21896@netthink.co.uk>
29212      Branch: perl
29213            ! dump.c
29214 ____________________________________________________________________________
29215 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
29216         Log: Upgrade to Switch 2.03.
29217      Branch: perl
29218            ! lib/Switch.pm
29219 ____________________________________________________________________________
29220 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
29221         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
29222              to PERL_CONFIG_SH and use it consistently.
29223      Branch: maint-5.6/perl
29224           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29225           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29226           !> myconfig.SH writemain.SH
29227 ____________________________________________________________________________
29228 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
29229         Log: Metaconfig units changes for #10113.
29230      Branch: metaconfig
29231            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
29232 ____________________________________________________________________________
29233 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
29234         Log: The problem described in 20010514.031 still wasn't
29235              fully cured, there were remnants of $CONFIG when
29236              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
29237              to avoid future conflicts.
29238      Branch: perl
29239            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29240            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29241            ! myconfig.SH writemain.SH
29242 ____________________________________________________________________________
29243 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
29244         Log: Half of #10107 got lost.
29245      Branch: perl
29246            ! ext/B/B/Deparse.pm
29247 ____________________________________________________________________________
29248 [ 10111] By: nick                                  on 2001/05/15  08:39:14
29249         Log: Integrate mainline.
29250      Branch: perlio
29251           +> ext/POSIX/hints/uts.pl
29252            - Todo Todo-5.6 t/camel-III/vstring.t
29253           !> (integrate 48 files)
29254 ____________________________________________________________________________
29255 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
29256         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
29257              From: Robin Houston <robin@kitsite.com>
29258              Date: Mon, 14 May 2001 22:27:08 +0100
29259              Message-ID: <20010514222708.A22963@penderel>
29260      Branch: perl
29261            ! t/TestInit.pm
29262 ____________________________________________________________________________
29263 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
29264         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
29265              From: Robin Houston <robin@kitsite.com>
29266              Date: Mon, 14 May 2001 22:16:43 +0100
29267              Message-ID: <20010514221643.A22437@penderel>
29268      Branch: perl
29269            ! ext/B/B/Deparse.pm
29270 ____________________________________________________________________________
29271 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
29272         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
29273              From: Robin Houston <robin@kitsite.com>
29274              Date: Mon, 14 May 2001 22:03:44 +0100
29275              Message-ID: <20010514220344.A20643@penderel>
29276      Branch: perl
29277            ! ext/B/B/Deparse.pm
29278 ____________________________________________________________________________
29279 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
29280         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
29281              From: Robin Houston <robin@kitsite.com>
29282              Date: Mon, 14 May 2001 22:10:07 +0100
29283              Message-ID: <20010514221007.A21118@penderel>
29284      Branch: perl
29285            ! ext/B/B/Deparse.pm
29286 ____________________________________________________________________________
29287 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
29288         Log: Fix for 20010514.037; substr() didn't invalidate the locale
29289              collation magic.
29290      Branch: perl
29291            ! pp.c
29292 ____________________________________________________________________________
29293 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
29294         Log: Update Changes.
29295      Branch: perl
29296            ! Changes patchlevel.h
29297 ____________________________________________________________________________
29298 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
29299         Log: Retract #10094.
29300      Branch: perl
29301            ! lib/Pod/Text.pm
29302 ____________________________________________________________________________
29303 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
29304         Log: Integrate change #10100 from maintperl.
29305              
29306              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29307              bug ID 20010514.027)
29308      Branch: perl
29309           !> mg.c pp_ctl.c
29310 ____________________________________________________________________________
29311 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
29312         Log: Document the deprecatedness of suidperl.
29313      Branch: perl
29314            ! INSTALL pod/perlfaq1.pod
29315 ____________________________________________________________________________
29316 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
29317         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
29318              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29319              Date: Mon, 14 May 2001 09:38:59 -0400
29320              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
29321      Branch: perl
29322            ! lib/ExtUtils/MM_Unix.pm
29323 ____________________________________________________________________________
29324 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
29325         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29326              bug ID 20010514.027)
29327              
29328              TODO: this needs a testsuite addition
29329      Branch: maint-5.6/perl
29330            ! mg.c pp_ctl.c
29331 ____________________________________________________________________________
29332 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
29333         Log: More DWIMminess for Class::Struct: calling the array or hash
29334              accessors only with one argument, an array or a hash reference,
29335              sets the underlying array or hash.  This mirrors nicely also
29336              the usage in the constructor.
29337              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
29338      Branch: perl
29339            ! lib/Class/Struct.pm t/lib/class-struct.t
29340 ____________________________________________________________________________
29341 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
29342         Log: Reference cmp'ing should go through the whole stringification
29343              process shebang, as pointed out by Sarathy in #10091.
29344      Branch: perl
29345            ! pp.c
29346 ____________________________________________________________________________
29347 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
29348         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
29349              From: Simon Cozens <simon@netthink.co.uk>
29350              Date: Sat, 12 May 2001 16:36:27 +0100
29351              Message-ID: <20010512163627.A5522@netthink.co.uk>
29352              
29353              with some additions salvaged from Todo and Todo-5.6 before
29354              retiring them.
29355      Branch: perl
29356            - Todo Todo-5.6
29357            ! MANIFEST pod/perltodo.pod
29358 ____________________________________________________________________________
29359 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
29360         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
29361              From: "Golubev I. N." <gin@mo.msk.ru>
29362              Date: Mon, 07 May 2001 14:33:34 (GMT)
29363              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
29364      Branch: perl
29365            ! perl.h
29366 ____________________________________________________________________________
29367 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
29368         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
29369              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29370              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
29371              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
29372      Branch: perl
29373            ! lib/ExtUtils/MM_Unix.pm
29374 ____________________________________________________________________________
29375 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
29376         Log: (Retracted by #10104.)
29377              
29378              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
29379              From: barries <barries@slaysys.com>
29380              Date: Sat, 12 May 2001 01:28:10 -0400
29381              Message-ID: <20010512012810.B26358@jester.slaysys.com>
29382      Branch: perl
29383            ! lib/Pod/Text.pm
29384 ____________________________________________________________________________
29385 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
29386         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
29387              From: Mike Guy <mjtg@cam.ac.uk>
29388              Date: Sat, 12 May 2001 19:24:33 +0100
29389              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
29390      Branch: perl
29391            ! lib/AutoSplit.pm
29392 ____________________________________________________________________________
29393 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
29394         Log: Yet another HP-UX hints tweak from Merijn.
29395      Branch: perl
29396            ! hints/hpux.sh
29397 ____________________________________________________________________________
29398 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
29399         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
29400              isn't defined (changes#9366,9368,9370 from mainline without the
29401              pp_scmp() change)
29402      Branch: maint-5.6/perl
29403            ! pp.c pp.h pp_hot.c
29404 ____________________________________________________________________________
29405 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
29406         Log: The sorting seems to happen now automatically.
29407      Branch: perl
29408            ! t/lib/glob-basic.t
29409 ____________________________________________________________________________
29410 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
29411         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29412              From: Benjamin Sugars <bsugars@canoe.ca>
29413              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
29414              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
29415      Branch: perl
29416            ! pod/perlfunc.pod
29417 ____________________________________________________________________________
29418 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
29419         Log: Subject: Re: undef(&foo) does not work for XS functions
29420              From: Doug MacEachern <dougm@covalent.net>
29421              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
29422              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
29423      Branch: perl
29424            ! op.c
29425 ____________________________________________________________________________
29426 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
29427         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
29428              From: Peter Prymmer <pvhp@forte.com>
29429              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
29430              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
29431      Branch: perl
29432            ! t/op/append.t
29433 ____________________________________________________________________________
29434 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
29435         Log: Update Changes.
29436      Branch: perl
29437            ! Changes patchlevel.h
29438 ____________________________________________________________________________
29439 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
29440         Log: Remove the 'asciir' re subpragma.  Should instead implement
29441              the 'physical vs logical' range scheme:
29442              
29443              \xAA-\xCC is a native physical range, you want that range of
29444              codepoints in your native encoding.  In EBCDIC the codepoints
29445              in the gaps (between i-j and r-s) should be included.
29446              
29447              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
29448              codepoints in Unicode.
29449              
29450              a-z is a logical range, you want that range of 'logical' codepoints
29451              in your native encoding.  In EBCDIC the codepoints in the gaps
29452              (between i-j and r-s) should not be included.
29453              
29454              Mixed cases (a-\xAA, etc) should either be errors, or maybe
29455              the 'logical' endpoints should be converted to native/Unicode
29456              codepoints, and the range handled as a physical range.
29457              
29458              'Logical endpoints' are to be recognized only in the A-Z, a-z,
29459              and 0-9 ranges.  Probably a warning should be given for mixed
29460              cases like A-z or a-9 (since such expressions are encoding
29461              dependent), with a recommendation to use physical ranges.
29462      Branch: perl
29463            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
29464            ! t/op/regexp.t
29465 ____________________________________________________________________________
29466 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
29467         Log: Make the test to cleanup the test directory tree
29468              both before and after the testing so that we always
29469              have a clean slate to work with.
29470      Branch: perl
29471            ! t/lib/filefind.t
29472 ____________________________________________________________________________
29473 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
29474         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29475              From: Jon Eveland <jweveland@yahoo.com>
29476              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
29477              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
29478      Branch: perl
29479            ! pod/perlfunc.pod
29480 ____________________________________________________________________________
29481 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
29482         Log: Merge the camel-III/vstring.t with op/ver.t.
29483      Branch: perl
29484            - t/camel-III/vstring.t
29485            ! MANIFEST t/TEST t/harness t/op/ver.t
29486 ____________________________________________________________________________
29487 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
29488         Log: Add test.deparse make target.
29489      Branch: perl
29490            ! Makefile.SH
29491 ____________________________________________________________________________
29492 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
29493         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
29494              From: Robin Houston <robin@kitsite.com>
29495              Date: Fri, 11 May 2001 12:02:22 +0100
29496              Message-ID: <20010511120222.A11529@penderel>
29497      Branch: perl
29498            ! ext/B/B/Deparse.pm t/op/method.t
29499 ____________________________________________________________________________
29500 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
29501         Log: A nicely working combination for UTS from Hal Morris.
29502      Branch: perl
29503            + ext/POSIX/hints/uts.pl
29504            ! MANIFEST hints/uts.sh
29505 ____________________________________________________________________________
29506 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
29507         Log: i_ieeefp=undef for UTS.
29508      Branch: perl
29509            ! hints/uts.sh
29510 ____________________________________________________________________________
29511 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
29512         Log: Subject: RE: rand(0) is rand(1)
29513              From: Larry Shatzer <lshatzer@islanddata.com>
29514              Date: Thu, 10 May 2001 11:09:27 -0700
29515              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
29516      Branch: perl
29517            ! pod/perlfunc.pod
29518 ____________________________________________________________________________
29519 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
29520         Log: Subject: [patch] make op_{clear,null} public
29521              From: Doug MacEachern <dougm@covalent.net>
29522              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
29523              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
29524      Branch: perl
29525            ! embed.h embed.pl op.c proto.h
29526 ____________________________________________________________________________
29527 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
29528         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
29529              From: Robin Houston <robin@kitsite.com>
29530              Date: Thu, 10 May 2001 18:54:59 +0100
29531              Message-ID: <20010510185459.A5995@penderel>
29532      Branch: perl
29533            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
29534 ____________________________________________________________________________
29535 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
29536         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
29537              From: Robin Houston <robin@kitsite.com>
29538              Date: Thu, 10 May 2001 12:56:39 +0100
29539              Message-ID: <20010510125639.A2119@penderel>
29540      Branch: perl
29541            ! ext/B/B/Deparse.pm
29542 ____________________________________________________________________________
29543 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
29544         Log: Retract #10070, not ready yet.
29545      Branch: perl
29546            ! ext/B/B/Deparse.pm
29547 ____________________________________________________________________________
29548 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
29549         Log: The metaconfig unit change for #10071.
29550      Branch: metaconfig
29551            ! U/modified/mallocsrc.U
29552 ____________________________________________________________________________
29553 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
29554         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
29555      Branch: perl
29556            ! Configure
29557 ____________________________________________________________________________
29558 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
29559         Log: (Retracted by #10073)
29560              
29561              Subject: Re: [PATCH t/TEST] B::Deparse tester 
29562              From: Hugo <hv@crypt.compulink.co.uk>
29563              Date: Thu, 10 May 2001 05:48:09 +0100
29564              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
29565      Branch: perl
29566            ! ext/B/B/Deparse.pm
29567 ____________________________________________________________________________
29568 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
29569         Log: Add a for(func()) test.
29570      Branch: perl
29571            ! t/cmd/for.t
29572 ____________________________________________________________________________
29573 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
29574         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
29575              From: Robin Houston <robin@kitsite.com>
29576              Date: Thu, 10 May 2001 13:50:08 +0100
29577              Message-ID: <20010510135008.A2454@penderel>
29578      Branch: perl
29579            ! ext/B/B/Deparse.pm
29580 ____________________________________________________________________________
29581 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
29582         Log: A thinko in #10065.
29583      Branch: perl
29584            ! hv.c
29585 ____________________________________________________________________________
29586 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
29587         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
29588              From: Robin Houston <robin@kitsite.com>
29589              Date: Thu, 10 May 2001 02:10:34 +0100
29590              Message-ID: <20010510021034.A19421@penderel>
29591      Branch: perl
29592            ! ext/B/B.xs ext/B/B/Deparse.pm
29593 ____________________________________________________________________________
29594 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
29595         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
29596              From: Doug MacEachern <dougm@covalent.net>
29597              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
29598              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
29599      Branch: perl
29600            ! hv.c
29601 ____________________________________________________________________________
29602 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
29603         Log: One more workaround for the UTS compiler from Hal Morris.
29604      Branch: perl
29605            ! perl.h
29606 ____________________________________________________________________________
29607 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
29608         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
29609              From: Robin Houston <robin@kitsite.com>
29610              Date: Thu, 10 May 2001 01:02:08 +0100
29611              Message-ID: <20010510010208.A18200@penderel>
29612      Branch: perl
29613            ! ext/B/B/Debug.pm
29614 ____________________________________________________________________________
29615 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
29616         Log: Subject: [PATCH] Simplify deb_curcv() a bit
29617              From: Benjamin Sugars <bsugars@canoe.ca>
29618              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
29619              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
29620      Branch: perl
29621            ! run.c
29622 ____________________________________________________________________________
29623 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
29624         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
29625              From: Benjamin Sugars <bsugars@canoe.ca>
29626              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
29627              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
29628      Branch: perl
29629            ! t/lib/io_scalar.t
29630 ____________________________________________________________________________
29631 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
29632         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
29633              From: Peter Prymmer <pvhp@forte.com>
29634              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
29635              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
29636      Branch: perl
29637            ! t/lib/md5-file.t
29638 ____________________________________________________________________________
29639 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
29640         Log: Subject: [PATCH t/TEST] B::Deparse tester
29641              From: Robin Houston <robin@kitsite.com>
29642              Date: Wed, 9 May 2001 19:17:50 +0100
29643              Message-ID: <20010509191750.A16940@penderel>
29644      Branch: perl
29645            ! ext/B/O.pm t/TEST
29646 ____________________________________________________________________________
29647 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
29648         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
29649              From: Jeff Pinyan <jeffp@crusoe.net>
29650              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
29651              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
29652      Branch: perl
29653            ! lib/Pod/Html.pm
29654 ____________________________________________________________________________
29655 [ 10057] By: nick                                  on 2001/05/09  18:37:56
29656         Log: Integrate mainline.
29657      Branch: perlio
29658           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
29659           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
29660 ____________________________________________________________________________
29661 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
29662         Log: Update Changes.
29663      Branch: perl
29664            ! Changes patchlevel.h
29665 ____________________________________________________________________________
29666 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
29667         Log: Integrate perlio.
29668      Branch: perl
29669           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29670 ____________________________________________________________________________
29671 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
29672         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
29673              From: Benjamin Sugars <bsugars@canoe.ca>
29674              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
29675              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
29676      Branch: perl
29677            ! perlio.c
29678 ____________________________________________________________________________
29679 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
29680         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
29681              From: Benjamin Sugars <bsugars@canoe.ca>
29682              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
29683              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
29684      Branch: perl
29685            ! ext/PerlIO/Scalar/Scalar.xs
29686 ____________________________________________________________________________
29687 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
29688         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
29689              From: Jeff Pinyan <jeffp@crusoe.net>
29690              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
29691              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
29692      Branch: perl
29693            ! lib/Pod/Html.pm
29694 ____________________________________________________________________________
29695 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
29696         Log: EPOC tweak from Olaf Flebbe.
29697      Branch: perl
29698            ! epoc/epocish.h
29699 ____________________________________________________________________________
29700 [ 10050] By: nick                                  on 2001/05/09  14:37:57
29701         Log: win32, regen_config_h
29702      Branch: perlio
29703            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29704 ____________________________________________________________________________
29705 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
29706         Log: Integrate perlio.
29707      Branch: perl
29708           !> pp_sys.c
29709 ____________________________________________________________________________
29710 [ 10048] By: nick                                  on 2001/05/09  11:59:50
29711         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
29712              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
29713      Branch: perlio
29714            ! pp_sys.c
29715 ____________________________________________________________________________
29716 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
29717         Log: Integrate perlio.
29718      Branch: perl
29719           !> run.c
29720 ____________________________________________________________________________
29721 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
29722         Log: Subject: Re: Less warnings during configure
29723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29724              Date: Wed, 09 May 2001 13:12:49 +0200
29725              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
29726      Branch: perl
29727            ! hints/hpux.sh
29728 ____________________________________________________________________________
29729 [ 10045] By: nick                                  on 2001/05/09  09:56:59
29730         Log: MULTIPLICITY/DEBUGGING build fix.
29731      Branch: perlio
29732            ! run.c
29733 ____________________________________________________________________________
29734 [ 10044] By: nick                                  on 2001/05/09  09:46:37
29735         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
29736      Branch: perlio
29737           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
29738            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29739           !> (integrate 65 files)
29740 ____________________________________________________________________________
29741 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
29742         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29743              From: Robin Houston <robin@kitsite.com>
29744              Date: Tue, 8 May 2001 19:38:00 +0100
29745              Message-ID: <20010508193800.A4389@penderel>
29746              
29747              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29748              From: Robin Houston <robin@kitsite.com>
29749              Date: Tue, 8 May 2001 20:03:57 +0100
29750              Message-ID: <20010508200357.A4614@penderel>
29751              
29752              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29753              From: Robin Houston <robin@kitsite.com>
29754              Date: Wed, 9 May 2001 00:12:05 +0100
29755              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
29756      Branch: perl
29757            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
29758 ____________________________________________________________________________
29759 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
29760         Log: Retract #10031.
29761      Branch: perl
29762            ! pod/perlfunc.pod
29763 ____________________________________________________________________________
29764 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
29765         Log: The metaconfig unit changes for #10040.
29766      Branch: metaconfig/U/perl
29767            ! Checkcc.U d_dlsymun.U dlsrc.U
29768 ____________________________________________________________________________
29769 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
29770         Log: The Configure half of
29771              
29772              Subject: Less warnings during configure
29773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29774              Date: Tue, 08 May 2001 08:44:02 +0200
29775              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29776      Branch: perl
29777            ! Configure
29778 ____________________________________________________________________________
29779 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
29780         Log: Subject: Less warnings during configure
29781              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29782              Date: Tue, 08 May 2001 08:44:02 +0200
29783              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29784      Branch: perl
29785            ! hints/hpux.sh
29786 ____________________________________________________________________________
29787 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
29788         Log: Don't forget to whine about \d__\d.
29789      Branch: perl
29790            ! t/pragma/warn/toke toke.c
29791 ____________________________________________________________________________
29792 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
29793         Log: Allow underscores also in the exponent part.
29794      Branch: perl
29795            ! t/pragma/warn/toke toke.c
29796 ____________________________________________________________________________
29797 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
29798         Log: CodeMagicCD doesn't look like an *I*DE.
29799      Branch: perl
29800            ! pod/perlfaq3.pod
29801 ____________________________________________________________________________
29802 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
29803         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
29804              to be consistently down).
29805      Branch: perl
29806            ! pod/perlfaq3.pod
29807 ____________________________________________________________________________
29808 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
29809         Log: Upgrade to Text::Balanced 1.84.
29810      Branch: perl
29811            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
29812 ____________________________________________________________________________
29813 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
29814         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
29815              From: Benjamin Sugars <bsugars@canoe.ca>
29816              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
29817              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
29818      Branch: perl
29819            ! run.c
29820 ____________________________________________________________________________
29821 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
29822         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
29823              From: Peter Prymmer <pvhp@forte.com>
29824              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
29825              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
29826      Branch: perl
29827            ! t/pod/plainer.t
29828 ____________________________________________________________________________
29829 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
29830         Log: (Retracted by #10042)
29831              
29832              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
29833              From: "Philip Newton" <pnewton@gmx.de>
29834              Date: Tue, 8 May 2001 09:18:10 +0200
29835              Message-ID: <3AF7B9D2.28861.603732@localhost>
29836      Branch: perl
29837            ! pod/perlfunc.pod
29838 ____________________________________________________________________________
29839 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
29840         Log: Subject: [PATCH B::Deparse] Document known bugs
29841              From: Robin Houston <robin@kitsite.com>
29842              Date: Tue, 8 May 2001 01:53:34 +0100
29843              Message-ID: <20010508015334.A32394@penderel>
29844      Branch: perl
29845            ! ext/B/B/Deparse.pm
29846 ____________________________________________________________________________
29847 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
29848         Log: Subject: Re: Perl book, magazine and website updates.
29849              From: "Philip Newton" <pnewton@gmx.de>
29850              Date: Mon, 7 May 2001 17:03:58 +0200
29851              Message-ID: <3AF6D57E.5387.1E29930@localhost>
29852      Branch: perl
29853            ! pod/perlfaq2.pod
29854 ____________________________________________________________________________
29855 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
29856         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
29857              From: Peter Prymmer <pvhp@forte.com>
29858              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
29859              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
29860      Branch: perl
29861            ! t/io/fflush.t
29862 ____________________________________________________________________________
29863 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
29864         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
29865              From: Robin Houston <robin@kitsite.com>
29866              Date: Tue, 8 May 2001 01:14:55 +0100
29867              Message-ID: <20010508011455.A32162@penderel>
29868      Branch: perl
29869            ! ext/B/B/Deparse.pm
29870 ____________________________________________________________________________
29871 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
29872         Log: Typo in #10025.
29873      Branch: perl
29874            ! hints/uts.sh
29875 ____________________________________________________________________________
29876 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
29877         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
29878      Branch: perl
29879            ! hints/uts.sh
29880 ____________________________________________________________________________
29881 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
29882         Log: Subject: Re: [ID 20010506.045] question about hash syntax
29883              From: Peter Scott <Peter@PSDT.com>
29884              Date: Sun, 06 May 2001 13:10:40 -0700
29885              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
29886      Branch: perl
29887            ! pod/perl56delta.pod
29888 ____________________________________________________________________________
29889 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
29890         Log: Configure should figure out the list of dynamic extensions
29891              just fine in UTS-- and in fact it does, as reported by Hal Morris.
29892      Branch: perl
29893            ! hints/uts.sh
29894 ____________________________________________________________________________
29895 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
29896         Log: Update Changes.
29897      Branch: perl
29898            ! Changes patchlevel.h
29899 ____________________________________________________________________________
29900 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
29901         Log: Subject: [PATCH regcomp.c] Insecure regexes
29902              From: Robin Houston <robin@kitsite.com>
29903              Date: Mon, 7 May 2001 21:56:12 +0100
29904              Message-ID: <20010507215612.A31114@penderel>
29905      Branch: perl
29906            ! regcomp.c
29907 ____________________________________________________________________________
29908 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
29909         Log: Drop the foobar.perl.com references for now until Simon
29910              gets them sorted out.
29911      Branch: perl
29912            ! pod/perlfaq2.pod
29913 ____________________________________________________________________________
29914 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
29915         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
29916              From: Prymmer/Kahn <pvhp@best.com>
29917              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
29918              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
29919      Branch: perl
29920            ! lib/Devel/SelfStubber.pm
29921 ____________________________________________________________________________
29922 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
29923         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
29924              From: Prymmer/Kahn <pvhp@best.com>
29925              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
29926              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
29927      Branch: perl
29928            ! win32/Makefile
29929 ____________________________________________________________________________
29930 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
29931         Log: s/WebTechnique's/WebTechniques/
29932      Branch: perl
29933            ! pod/perlfaq2.pod
29934 ____________________________________________________________________________
29935 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
29936         Log: Llama 3 updates from Randal.
29937      Branch: perl
29938            ! pod/perlfaq2.pod
29939 ____________________________________________________________________________
29940 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
29941         Log: Subject: [PATCH] Help -Dt show correct pad variables
29942              From: Benjamin Sugars <ben.sugars@home.com>
29943              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
29944              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
29945      Branch: perl
29946            ! embed.h embed.pl proto.h run.c
29947 ____________________________________________________________________________
29948 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
29949         Log: Subject: [PATCH] Document C<our $foo : shared>
29950              From: Benjamin Sugars <ben.sugars@home.com>
29951              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
29952              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
29953      Branch: perl
29954            ! pod/perlfunc.pod
29955 ____________________________________________________________________________
29956 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
29957         Log: Subject: [PATCH B::Deparse] undefined folded constants
29958              From: Robin Houston <robin@kitsite.com>
29959              Date: Sun, 6 May 2001 17:19:09 +0100
29960              Message-ID: <20010506171909.A7046@penderel>
29961      Branch: perl
29962            ! ext/B/B/Deparse.pm
29963 ____________________________________________________________________________
29964 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
29965         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
29966              From: Robin Houston <robin@kitsite.com>
29967              Message-ID: <20010506164654.A6848@penderel>
29968              Date: Sun, 6 May 2001 16:46:54 +0100
29969      Branch: perl
29970            ! ext/B/B/Deparse.pm
29971 ____________________________________________________________________________
29972 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
29973         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
29974              From: Robin Houston <robin@kitsite.com>
29975              Date: Sun, 6 May 2001 14:47:02 +0100
29976              Message-ID: <20010506144702.A6308@penderel>
29977      Branch: perl
29978            ! t/op/my_stash.t
29979 ____________________________________________________________________________
29980 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
29981         Log: Subject: Perl book, magazine and website updates.
29982              From: Simon Cozens <simon@netthink.co.uk>
29983              Date: Sun, 6 May 2001 16:55:36 +0100
29984              Message-ID: <20010506165536.A1795@netthink.co.uk>
29985      Branch: perl
29986            ! pod/perlbook.pod pod/perlfaq2.pod
29987 ____________________________________________________________________________
29988 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
29989         Log: Tweaks on the Tru64 prof options.
29990      Branch: perl
29991            ! pod/perlhack.pod
29992 ____________________________________________________________________________
29993 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
29994         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
29995              From: Robin Houston <robin@kitsite.com>
29996              Date: Sun, 6 May 2001 14:40:51 +0100
29997              Message-ID: <20010506144051.A6279@penderel>
29998      Branch: perl
29999            ! t/pod/testp2pt.pl
30000 ____________________________________________________________________________
30001 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
30002         Log: Subject: [PATCH B::Deparse] scoping
30003              From: Robin Houston <robin@kitsite.com>
30004              Date: Sun, 6 May 2001 14:36:56 +0100
30005              Message-ID: <20010506143656.A4006@penderel>
30006      Branch: perl
30007            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
30008 ____________________________________________________________________________
30009 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
30010         Log: Document the undefinedness of bitshifting out of range.
30011      Branch: perl
30012            ! pod/perlop.pod
30013 ____________________________________________________________________________
30014 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
30015         Log: Retract #10003 and update the IDE descriptions a bit.
30016      Branch: perl
30017            ! pod/perlfaq3.pod
30018 ____________________________________________________________________________
30019 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
30020         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
30021              From: Prymmer/Kahn <pvhp@best.com>
30022              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
30023              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
30024      Branch: perl
30025            ! win32/Makefile win32/buildext.pl win32/config.bc
30026            ! win32/config.gc win32/config.vc
30027 ____________________________________________________________________________
30028 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
30029         Log: (Retracted by #10005.)
30030      Branch: perl
30031            ! pod/perlfaq3.pod
30032 ____________________________________________________________________________
30033 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
30034         Log: It's "psed", not "sed".
30035      Branch: perl
30036            ! x2p/s2p.PL
30037 ____________________________________________________________________________
30038 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
30039         Log: Update Changes.
30040      Branch: perl
30041            ! Changes patchlevel.h
30042 ____________________________________________________________________________
30043 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
30044         Log: Subject: Re: bleadperl make install fails due to "psed"
30045              From: andreas.koenig@anima.de (Andreas J. Koenig)
30046              Date: 05 May 2001 18:23:28 +0200
30047              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
30048      Branch: perl
30049            ! x2p/Makefile.SH x2p/s2p.PL
30050 ____________________________________________________________________________
30051 [  9999] By: jhi                                   on 2001/05/05  18:28:09
30052         Log: AUTHORS updates.
30053      Branch: perl
30054            ! AUTHORS
30055 ____________________________________________________________________________
30056 [  9998] By: jhi                                   on 2001/05/05  18:16:00
30057         Log: Updates on the pods related to the modules included since 5.6.
30058              
30059              TODO: perltodo really could use major updating.
30060      Branch: perl
30061            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
30062            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
30063            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
30064            ! pod/perlsyn.pod pod/perltodo.pod
30065 ____________________________________________________________________________
30066 [  9997] By: jhi                                   on 2001/05/05  17:35:17
30067         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
30068              from Kurt Skauen.
30069      Branch: perl
30070            + hints/atheos.sh
30071            ! MANIFEST
30072 ____________________________________________________________________________
30073 [  9996] By: jhi                                   on 2001/05/05  17:25:00
30074         Log: Add preemptive #undefs for some of the shorter and more prone
30075              to collision regcomp.h #defines.  (Background: the MASK collided
30076              with a system header #define in Rhapsody.)
30077      Branch: perl
30078            ! regcomp.h
30079 ____________________________________________________________________________
30080 [  9995] By: jhi                                   on 2001/05/05  13:24:21
30081         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
30082              From: Nicholas Clark <nick@ccl4.org>
30083              Date: Sat, 5 May 2001 14:46:39 +0100
30084              Message-ID: <20010505144639.O53513@plum.flirble.org>
30085              
30086              Add a test for the constants (if any) being processed correctly.
30087      Branch: perl
30088            ! utils/h2xs.PL
30089 ____________________________________________________________________________
30090 [  9994] By: jhi                                   on 2001/05/05  02:11:03
30091         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
30092              From: Peter Prymmer <pvhp@forte.com>
30093              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
30094              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
30095      Branch: perl
30096            ! t/lib/b-stash.t
30097 ____________________________________________________________________________
30098 [  9993] By: jhi                                   on 2001/05/05  02:03:49
30099         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
30100              From: Peter Prymmer <pvhp@forte.com>
30101              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
30102              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
30103      Branch: perl
30104            ! perlio.c vms/vmsish.h
30105 ____________________________________________________________________________
30106 [  9992] By: jhi                                   on 2001/05/04  17:21:12
30107         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
30108              From: Robin Barker <rmb1@cise.npl.co.uk>
30109              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
30110              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
30111      Branch: perl
30112            + t/pod/plainer.t
30113            ! MANIFEST
30114 ____________________________________________________________________________
30115 [  9991] By: jhi                                   on 2001/05/04  16:47:45
30116         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
30117              From: Robin Barker <rmb1@cise.npl.co.uk>
30118              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
30119              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
30120      Branch: perl
30121            ! regcomp.c
30122 ____________________________________________________________________________
30123 [  9990] By: jhi                                   on 2001/05/04  14:37:20
30124         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
30125              From: Prymmer/Kahn <pvhp@best.com>
30126              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
30127              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
30128      Branch: perl
30129            ! t/lib/b-stash.t
30130 ____________________________________________________________________________
30131 [  9989] By: jhi                                   on 2001/05/04  14:03:58
30132         Log: Introduce perl572delta, update Todo, add the missing
30133              mention about signal safety since 5.7.1 (though this
30134              requires verification and more details.)
30135      Branch: perl
30136            + pod/perl572delta.pod
30137            ! MANIFEST Todo pod/perl571delta.pod
30138 ____________________________________________________________________________
30139 [  9988] By: jhi                                   on 2001/05/04  12:41:51
30140         Log: Subject: [PATCH perl@9944] long =item
30141              From: Robin Barker <rmb1@cise.npl.co.uk>
30142              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
30143              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
30144      Branch: perl
30145            ! ext/Time/HiRes/HiRes.pm
30146 ____________________________________________________________________________
30147 [  9987] By: jhi                                   on 2001/05/04  12:39:19
30148         Log: The #9901 had removed one line essential for EBCDIC.
30149      Branch: perl
30150            ! regcomp.c
30151 ____________________________________________________________________________
30152 [  9986] By: jhi                                   on 2001/05/04  12:30:23
30153         Log: Subject: cygwin/Makefile.SHs INSTALL patch
30154              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
30155              Date: Mon, 08 Jan 2001 04:59:21 +0200
30156              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
30157      Branch: perl
30158            ! cygwin/Makefile.SHs
30159 ____________________________________________________________________________
30160 [  9985] By: jhi                                   on 2001/05/04  03:51:39
30161         Log: Encode/IO doc tweaks.
30162      Branch: perl
30163            ! ext/Encode/Encode.pm
30164 ____________________________________________________________________________
30165 [  9984] By: jhi                                   on 2001/05/04  03:29:34
30166         Log: Remove GDBM_File from the dynamic extensions for UTS,
30167              GDBM is not a standard feature.
30168      Branch: perl
30169            ! hints/uts.sh
30170 ____________________________________________________________________________
30171 [  9983] By: jhi                                   on 2001/05/04  03:22:59
30172         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
30173      Branch: perl
30174            ! pod/perlretut.pod
30175 ____________________________________________________________________________
30176 [  9982] By: jhi                                   on 2001/05/03  23:21:03
30177         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
30178              From: Benjamin Sugars <bsugars@canoe.ca>
30179              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
30180              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
30181      Branch: perl
30182            ! dump.c
30183 ____________________________________________________________________________
30184 [  9981] By: jhi                                   on 2001/05/03  23:20:05
30185         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
30186              From: Benjamin Sugars <bsugars@canoe.ca>
30187              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
30188              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
30189      Branch: perl
30190            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30191 ____________________________________________________________________________
30192 [  9980] By: jhi                                   on 2001/05/03  23:15:29
30193         Log: Integrate perlio.
30194      Branch: perl
30195           !> ext/Encode/Encode.pm
30196 ____________________________________________________________________________
30197 [  9979] By: jhi                                   on 2001/05/03  16:54:59
30198         Log: Install psed man page.
30199      Branch: perl
30200            ! installman
30201 ____________________________________________________________________________
30202 [  9978] By: jhi                                   on 2001/05/03  16:45:58
30203         Log: Remove unused files; noted by Sarathy.
30204      Branch: perl
30205            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30206            ! MANIFEST
30207 ____________________________________________________________________________
30208 [  9977] By: jhi                                   on 2001/05/03  16:42:30
30209         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
30210              From: Andy Dougherty <doughera@lafayette.edu>
30211              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
30212              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
30213      Branch: perl
30214            ! INSTALL
30215 ____________________________________________________________________________
30216 [  9976] By: nick                                  on 2001/05/03  16:40:42
30217         Log: Allow $answer = encode($object,$text); like it says in docs.
30218      Branch: perlio
30219            ! ext/Encode/Encode.pm
30220 ____________________________________________________________________________
30221 [  9975] By: nick                                  on 2001/05/03  16:22:30
30222         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
30223              to be in scope (fair enough), and also a package variable (our) for eval to see it.
30224      Branch: perlio
30225            ! ext/Encode/Encode.pm
30226 ____________________________________________________________________________
30227 [  9974] By: nick                                  on 2001/05/03  15:48:17
30228         Log: Integrate mainline.
30229      Branch: perlio
30230           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
30231           +> t/lib/filter-simple.t t/lib/next.t
30232           !> (integrate 70 files)
30233 ____________________________________________________________________________
30234 [  9973] By: jhi                                   on 2001/05/03  13:09:09
30235         Log: Update Changes.
30236      Branch: perl
30237            ! Changes patchlevel.h
30238 ____________________________________________________________________________
30239 [  9972] By: jhi                                   on 2001/05/03  12:58:33
30240         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
30241              From: Prymmer/Kahn <pvhp@best.com>
30242              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
30243              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
30244      Branch: perl
30245            ! t/io/fflush.t
30246 ____________________________________________________________________________
30247 [  9971] By: jhi                                   on 2001/05/03  12:57:26
30248         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
30249              From: Prymmer/Kahn <pvhp@best.com>
30250              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
30251              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
30252      Branch: perl
30253            ! win32/FindExt.pm
30254 ____________________________________________________________________________
30255 [  9970] By: jhi                                   on 2001/05/03  02:42:46
30256         Log: Can't croak sans thread context, from Doug MacEachern.
30257      Branch: perl
30258            ! toke.c
30259 ____________________________________________________________________________
30260 [  9969] By: jhi                                   on 2001/05/03  01:23:48
30261         Log: Subject: Random input test and Perl
30262              From: Ilya Zakharevich <ilya@math.berkeley.edu>
30263              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
30264              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
30265      Branch: perl
30266            ! toke.c
30267 ____________________________________________________________________________
30268 [  9968] By: jhi                                   on 2001/05/02  22:17:21
30269         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
30270              From: Peter Prymmer <pvhp@forte.com>
30271              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
30272              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
30273      Branch: perl
30274            ! pod/perlfunc.pod pod/perlport.pod
30275 ____________________________________________________________________________
30276 [  9967] By: jhi                                   on 2001/05/02  20:12:45
30277         Log: Workaround for UTS compiler casting bug from Hal Morris.
30278      Branch: perl
30279            ! perl.h
30280 ____________________________________________________________________________
30281 [  9966] By: jhi                                   on 2001/05/02  18:31:37
30282         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
30283              From: Dan Sugalski <dan@sidhe.org>
30284              Date: Wed, 02 May 2001 15:23:22 -0400
30285              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
30286      Branch: perl
30287            ! perl.c vms/vms.c
30288 ____________________________________________________________________________
30289 [  9965] By: jhi                                   on 2001/05/02  18:21:29
30290         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
30291      Branch: perl
30292            ! pod/perlfunc.pod
30293 ____________________________________________________________________________
30294 [  9964] By: jhi                                   on 2001/05/02  18:15:01
30295         Log: Document large files in INSTALL, document also the %x
30296              limitation if not use64bitint, closes bug 20010326.007.
30297      Branch: perl
30298            ! INSTALL
30299 ____________________________________________________________________________
30300 [  9963] By: jhi                                   on 2001/05/02  17:24:47
30301         Log: perlmodlib tweaks; regen pods.
30302      Branch: perl
30303            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
30304            ! pod/perltoc.pod
30305 ____________________________________________________________________________
30306 [  9962] By: jhi                                   on 2001/05/02  17:14:00
30307         Log: Fix for a segfault, from Marc Lehmann.
30308      Branch: perl
30309            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
30310 ____________________________________________________________________________
30311 [  9961] By: jhi                                   on 2001/05/02  15:55:53
30312         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
30313              From: "Philip Newton" <pnewton@gmx.de>
30314              Date: Wed, 2 May 2001 18:39:03 +0200
30315              Message-ID: <3AF05447.15525.173B588@localhost>
30316      Branch: perl
30317            ! pod/perlop.pod
30318 ____________________________________________________________________________
30319 [  9960] By: jhi                                   on 2001/05/02  15:35:37
30320         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
30321              From: Dan Sugalski <dan@sidhe.org>
30322              Date: Wed, 02 May 2001 11:37:27 -0400
30323              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
30324      Branch: perl
30325            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
30326            ! thread.h vms/vms.c vms/vmsish.h
30327 ____________________________________________________________________________
30328 [  9959] By: jhi                                   on 2001/05/02  15:21:08
30329         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
30330              From: Benjamin Sugars <bsugars@canoe.ca>
30331              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
30332              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
30333      Branch: perl
30334            ! ext/PerlIO/Scalar/Scalar.xs
30335 ____________________________________________________________________________
30336 [  9958] By: jhi                                   on 2001/05/02  15:15:53
30337         Log: Bug in #9915, spotted by Mike Guy.
30338      Branch: perl
30339            ! installperl
30340 ____________________________________________________________________________
30341 [  9957] By: jhi                                   on 2001/05/02  13:26:01
30342         Log: Add a test for not griping about references as array
30343              indices if the reference has magic in it (overloaded
30344              methods).
30345      Branch: perl
30346            ! pod/perldiag.pod t/pragma/warn/pp_hot
30347 ____________________________________________________________________________
30348 [  9956] By: jhi                                   on 2001/05/02  13:07:01
30349         Log: Retracted a bit too much in #9952.
30350      Branch: perl
30351            ! t/pragma/sub_lval.t
30352 ____________________________________________________________________________
30353 [  9955] By: jhi                                   on 2001/05/02  13:05:38
30354         Log: Test for #9952.
30355      Branch: perl
30356            ! t/op/tie.t
30357 ____________________________________________________________________________
30358 [  9954] By: jhi                                   on 2001/05/02  11:48:18
30359         Log: Additional note on the encoding example: one cannot
30360              convert string constants in-place.
30361      Branch: perl
30362            ! ext/Encode/Encode.pm
30363 ____________________________________________________________________________
30364 [  9953] By: jhi                                   on 2001/05/02  11:43:51
30365         Log: Note that if you have recent enough Perl you already
30366              have Filter::Util::Call.
30367      Branch: perl
30368            ! lib/Filter/Simple.pm
30369 ____________________________________________________________________________
30370 [  9952] By: jhi                                   on 2001/05/02  11:31:53
30371         Log: Retract changes #8254 and #8255, causes coredump in
30372              'tie FH, "main"', reported by Abigail, culprit found by
30373              Benjamin Sugars.  Mirrors maintperl change #9950.
30374      Branch: perl
30375            ! op.c t/pragma/sub_lval.t
30376 ____________________________________________________________________________
30377 [  9951] By: jhi                                   on 2001/05/02  11:14:29
30378         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
30379      Branch: perl
30380            + t/lib/MyFilter.pm
30381 ____________________________________________________________________________
30382 [  9950] By: gsar                                  on 2001/05/02  03:17:11
30383         Log: revert integration of changes#8254,8255 in change#8620 (causes
30384              a coredump in C<tie FH, 'foo'>; the idea itself may need better
30385              rationalization)
30386      Branch: maint-5.6/perl
30387            ! op.c t/pragma/sub_lval.t
30388 ____________________________________________________________________________
30389 [  9949] By: gsar                                  on 2001/05/02  02:56:32
30390         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
30391              
30392              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30393              
30394              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30395      Branch: maint-5.6/perl
30396           !> hints/svr5.sh
30397 ____________________________________________________________________________
30398 [  9948] By: gsar                                  on 2001/05/02  02:49:15
30399         Log: pod/find.t breaks on VMS (from Craig Berry)
30400      Branch: maint-5.6/perl
30401            ! t/pod/find.t
30402 ____________________________________________________________________________
30403 [  9947] By: jhi                                   on 2001/05/02  02:43:09
30404         Log: Add an encoding conversion example.
30405      Branch: perl
30406            ! ext/Encode/Encode.pm
30407 ____________________________________________________________________________
30408 [  9946] By: jhi                                   on 2001/05/02  01:34:22
30409         Log: Another coat of paint but still nowhere finished.
30410              Need to decide on the semantics of strptime(): should
30411              strptime() be a function instead of a method?  To do
30412              the week/monthname-strptiming the i18n/l10n bullet needs
30413              to be bitten with gusto.
30414      Branch: perl
30415            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30416 ____________________________________________________________________________
30417 [  9945] By: jhi                                   on 2001/05/01  23:40:52
30418         Log: Update Changes.
30419      Branch: perl
30420            ! Changes patchlevel.h
30421 ____________________________________________________________________________
30422 [  9944] By: jhi                                   on 2001/05/01  23:33:37
30423         Log: Add known-to-be-tested modules to the list-to-be-skipped.
30424      Branch: perl
30425            ! t/lib/1_compile.t
30426 ____________________________________________________________________________
30427 [  9943] By: jhi                                   on 2001/05/01  23:24:40
30428         Log: Subject: BorlandC++ fix
30429              From: "Vadim Konovalov" <watman@inbox.ru>
30430              Date: Mon, 30 Apr 2001 20:12:26 -0700
30431              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
30432      Branch: perl
30433            ! win32/makefile.mk
30434 ____________________________________________________________________________
30435 [  9942] By: jhi                                   on 2001/05/01  23:18:02
30436         Log: Update to Filter::Simple 0.60, create a test for it.
30437      Branch: perl
30438            + t/lib/filter-simple.t
30439            ! MANIFEST lib/Filter/Simple.pm
30440 ____________________________________________________________________________
30441 [  9941] By: jhi                                   on 2001/05/01  19:47:24
30442         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
30443              From: Hugo <hv@crypt.compulink.co.uk>
30444              Date: Tue, 01 May 2001 20:12:20 +0100
30445              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
30446      Branch: perl
30447            ! pp_hot.c t/op/re_tests
30448 ____________________________________________________________________________
30449 [  9940] By: jhi                                   on 2001/05/01  19:42:16
30450         Log: Integrate perlio.
30451      Branch: perl
30452           !> lib/base.pm t/lib/fields.t
30453 ____________________________________________________________________________
30454 [  9939] By: jhi                                   on 2001/05/01  19:39:51
30455         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
30456              From: Benjamin Sugars <bsugars@canoe.ca>
30457              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
30458              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
30459      Branch: perl
30460            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30461 ____________________________________________________________________________
30462 [  9938] By: jhi                                   on 2001/05/01  19:34:09
30463         Log: Add NEXT, a pseudo-class for method redispatching.
30464              <Damian>NEXT.pm probably offers more bang-for-buck
30465              than anything else I've ever written.</Damian>
30466      Branch: perl
30467            + lib/NEXT.pm t/lib/next.t
30468            ! MANIFEST
30469 ____________________________________________________________________________
30470 [  9937] By: jhi                                   on 2001/05/01  19:21:41
30471         Log: Update to Switch 2.02.
30472      Branch: perl
30473            ! lib/Switch.pm t/lib/switch.t
30474 ____________________________________________________________________________
30475 [  9936] By: nick                                  on 2001/05/01  19:09:21
30476         Log: Fix for base.pm clobbering $VERSION
30477      Branch: perlio
30478            ! lib/base.pm
30479 ____________________________________________________________________________
30480 [  9935] By: nick                                  on 2001/05/01  18:54:38
30481         Log: Test for base.pm clobbering $VERSION.
30482      Branch: perlio
30483            ! t/lib/fields.t
30484 ____________________________________________________________________________
30485 [  9934] By: jhi                                   on 2001/05/01  18:39:10
30486         Log: Add information about Scalar::Util::blessed.
30487      Branch: perl
30488            ! pod/perlobj.pod
30489 ____________________________________________________________________________
30490 [  9933] By: jhi                                   on 2001/05/01  18:33:51
30491         Log: Subject: Extra UNIVERSAL documentation
30492              From: Mike Guy <mjtg@cam.ac.uk>
30493              Date: Tue, 01 May 2001 20:12:11 +0100
30494              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
30495      Branch: perl
30496            ! pod/perlobj.pod
30497 ____________________________________________________________________________
30498 [  9932] By: jhi                                   on 2001/05/01  18:26:54
30499         Log: Subject: Autoflush in tests as appropriate
30500              From: Mike Guy <mjtg@cam.ac.uk>
30501              Date: Tue, 01 May 2001 20:05:31 +0100
30502              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
30503      Branch: perl
30504            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
30505            ! t/op/taint.t
30506 ____________________________________________________________________________
30507 [  9931] By: jhi                                   on 2001/05/01  18:02:29
30508         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
30509              From: Benjamin Sugars <bsugars@canoe.ca>
30510              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
30511              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
30512      Branch: perl
30513            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30514 ____________________________________________________________________________
30515 [  9930] By: jhi                                   on 2001/05/01  15:12:26
30516         Log: Subject: Re: Finally got a round tuit
30517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30518              Date: Tue, 01 May 2001 14:14:10 +0200
30519              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
30520              
30521              The -DP part, slightly modified.
30522      Branch: perl
30523            ! perl.c
30524 ____________________________________________________________________________
30525 [  9929] By: jhi                                   on 2001/05/01  14:17:15
30526         Log: Subject: Re: Finally got a round tuit
30527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30528              Date: Tue, 01 May 2001 16:34:06 +0200
30529              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
30530              
30531              cpp and optimization tweaks for HP-UX.
30532      Branch: perl
30533            ! hints/hpux.sh
30534 ____________________________________________________________________________
30535 [  9928] By: jhi                                   on 2001/05/01  13:24:20
30536         Log: Tune the scan_num() comments to reality.
30537      Branch: perl
30538            ! toke.c
30539 ____________________________________________________________________________
30540 [  9927] By: jhi                                   on 2001/05/01  13:14:01
30541         Log: Subject: [PATCH B::Deparse] optimised sort
30542              From: Robin Houston <robin@kitsite.com>
30543              Date: Tue, 1 May 2001 14:07:12 +0100
30544              Message-ID: <20010501140712.A4266@penderel>
30545      Branch: perl
30546            ! ext/B/B/Deparse.pm
30547 ____________________________________________________________________________
30548 [  9926] By: jhi                                   on 2001/05/01  13:10:53
30549         Log: Subject: [PATCH t/lib/b-deparse.t] 
30550              From: Robin Houston <robin@kitsite.com>
30551              Date: Tue, 1 May 2001 13:37:42 +0100
30552              Message-ID: <20010501133742.A4082@penderel>
30553      Branch: perl
30554            ! t/lib/b-deparse.t
30555 ____________________________________________________________________________
30556 [  9925] By: jhi                                   on 2001/05/01  13:10:13
30557         Log: Subject: [PATCH B::Deparse] for(;;), sort
30558              From: Robin Houston <robin@kitsite.com>
30559              Date: Tue, 1 May 2001 13:35:00 +0100
30560              Message-ID: <20010501133500.A4061@penderel>
30561      Branch: perl
30562            ! ext/B/B/Deparse.pm
30563 ____________________________________________________________________________
30564 [  9924] By: jhi                                   on 2001/05/01  13:09:22
30565         Log: Subject: [PATCH B::Deparse] do, warn, use
30566              From: Robin Houston <robin@kitsite.com>
30567              Date: Tue, 1 May 2001 13:31:03 +0100
30568              Message-ID: <20010501133103.A4041@penderel>
30569      Branch: perl
30570            ! ext/B/B/Deparse.pm
30571 ____________________________________________________________________________
30572 [  9923] By: jhi                                   on 2001/05/01  11:45:36
30573         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
30574              From: Benjamin Sugars <ben.sugars@home.com>
30575              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
30576              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
30577      Branch: perl
30578            + t/io/fflush.t
30579            ! MANIFEST
30580 ____________________________________________________________________________
30581 [  9922] By: jhi                                   on 2001/05/01  11:35:42
30582         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
30583              From: Peter Prymmer <pvhp@forte.com>
30584              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
30585              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
30586      Branch: perl
30587            ! t/lib/selfstubber.t
30588 ____________________________________________________________________________
30589 [  9921] By: jhi                                   on 2001/04/30  16:34:33
30590         Log: Subject: [PATCH B::Concise] suppress warning
30591              From: Robin Houston <robin@kitsite.com>
30592              Date: Mon, 30 Apr 2001 16:09:49 +0100
30593              Message-ID: <20010430160949.A25086@penderel>
30594      Branch: perl
30595            ! ext/B/B/Concise.pm
30596 ____________________________________________________________________________
30597 [  9920] By: jhi                                   on 2001/04/30  13:56:04
30598         Log: Strip the *markers* from #9919.
30599      Branch: perl
30600            ! pod/perlfaq.pod pod/perlfaq5.pod
30601 ____________________________________________________________________________
30602 [  9919] By: jhi                                   on 2001/04/30  13:54:04
30603         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
30604              From: Gwyn Judd <b.judd@xtra.co.nz>
30605              Date: Sun, 29 Apr 2001 01:47:49 +1200
30606              Message-ID: <20010429014749.A4418@thislove>
30607      Branch: perl
30608            ! pod/perlfaq.pod pod/perlfaq5.pod
30609 ____________________________________________________________________________
30610 [  9918] By: jhi                                   on 2001/04/30  13:13:54
30611         Log: More_tweakage.
30612      Branch: perl
30613            ! pod/perldata.pod pod/perldiag.pod
30614 ____________________________________________________________________________
30615 [  9917] By: jhi                                   on 2001/04/30  13:01:27
30616         Log: Update Changes.
30617      Branch: perl
30618            ! Changes patchlevel.h
30619 ____________________________________________________________________________
30620 [  9916] By: jhi                                   on 2001/04/30  12:57:03
30621         Log: T_w_e_a_k_a_g_e.
30622      Branch: perl
30623            ! pod/perldata.pod pod/perldiag.pod
30624 ____________________________________________________________________________
30625 [  9915] By: jhi                                   on 2001/04/30  12:39:29
30626         Log: Install s2p also as psed.
30627              
30628              TODO: psed documentation?
30629      Branch: perl
30630            ! installperl
30631 ____________________________________________________________________________
30632 [  9914] By: jhi                                   on 2001/04/30  12:29:21
30633         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
30634              From: Jens Hamisch <jens@Strawberry.COM>
30635              Date: Fri, 27 Apr 2001 17:00:36 +0200
30636              Message-ID: <20010427170036.K1372@Strawberry.COM>
30637              
30638              SOCKS5_VERSION_NAME is the right symbol to detect
30639              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
30640              function called socks5_init() is available, and even that is
30641              not universal, most SOCKS5 installations use SOCKSinit()).
30642      Branch: perl
30643            ! perlio.c
30644 ____________________________________________________________________________
30645 [  9913] By: jhi                                   on 2001/04/30  12:22:15
30646         Log: Allow a zero timeout on IO::Socket accept and connect--
30647              though one really shouldn't do that.  Based on
30648              
30649              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
30650              From: "John Holdsworth" <coldwave@bigfoot.com>
30651              Date: Sun, 4 Feb 2001 12:48:18 +0100
30652              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
30653      Branch: perl
30654            ! ext/IO/lib/IO/Socket.pm
30655 ____________________________________________________________________________
30656 [  9912] By: jhi                                   on 2001/04/30  11:27:27
30657         Log: Save the spot of regprev (see #9911) for binary compatibility;
30658              regen API.
30659      Branch: perl
30660            ! embedvar.h perlapi.h thrdvar.h
30661 ____________________________________________________________________________
30662 [  9911] By: jhi                                   on 2001/04/30  11:22:03
30663         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
30664              From: Hugo <hv@crypt.compulink.co.uk>
30665              Date: Sun, 29 Apr 2001 17:09:30 +0100
30666              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
30667      Branch: perl
30668            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
30669 ____________________________________________________________________________
30670 [  9910] By: jhi                                   on 2001/04/30  11:15:12
30671         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
30672              a dummy for PL_numeric_radix); no pressing reason to break
30673              binary compatibility; regen API.
30674      Branch: perl
30675            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
30676            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
30677 ____________________________________________________________________________
30678 [  9909] By: jhi                                   on 2001/04/30  10:56:08
30679         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
30680              From: Walt Mankowski <waltman@netaxs.com>
30681              Date: Sun, 29 Apr 2001 21:53:48 -0400
30682              Message-ID: <20010429215348.A3971@netaxs.com>
30683      Branch: perl
30684            ! pod/perlfunc.pod
30685 ____________________________________________________________________________
30686 [  9908] By: jhi                                   on 2001/04/30  10:49:40
30687         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
30688      Branch: perl
30689            ! t/lib/selfstubber.t
30690 ____________________________________________________________________________
30691 [  9907] By: nick                                  on 2001/04/30  09:26:50
30692         Log: Integrate mainline.
30693      Branch: perlio
30694           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30695 ____________________________________________________________________________
30696 [  9906] By: jhi                                   on 2001/04/29  23:24:20
30697         Log: Abigail spotted a thinko in #9905.
30698      Branch: perl
30699            ! pod/perldiag.pod
30700 ____________________________________________________________________________
30701 [  9905] By: jhi                                   on 2001/04/29  15:55:39
30702         Log: Changed the underscore/undebar syntax in numeric constants;
30703              now any grouping will do, as long as the underscores are not
30704              consecutive (so "zero-grouping" is out), and they do not begin
30705              or end the integer or fractional parts.
30706      Branch: perl
30707            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30708 ____________________________________________________________________________
30709 [  9904] By: nick                                  on 2001/04/29  15:43:22
30710         Log: Integrate mainline.
30711      Branch: perlio
30712           +> (branch 98 files)
30713            - lib/unicode/Block.pl
30714            - lib/unicode/In/AlphabeticPresentationForms.pl
30715            - lib/unicode/In/Arabic.pl
30716            - lib/unicode/In/ArabicPresentationForms-A.pl
30717            - lib/unicode/In/ArabicPresentationForms-B.pl
30718            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30719            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30720            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30721            - lib/unicode/In/BopomofoExtended.pl
30722            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30723            - lib/unicode/In/CJKCompatibility.pl
30724            - lib/unicode/In/CJKCompatibilityForms.pl
30725            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30726            - lib/unicode/In/CJKRadicalsSupplement.pl
30727            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30728            - lib/unicode/In/CJKUnifiedIdeographs.pl
30729            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30730            - lib/unicode/In/Cherokee.pl
30731            - lib/unicode/In/CombiningDiacriticalMarks.pl
30732            - lib/unicode/In/CombiningHalfMarks.pl
30733            - lib/unicode/In/CombiningMarksforSymbols.pl
30734            - lib/unicode/In/ControlPictures.pl
30735            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30736            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30737            - lib/unicode/In/EnclosedAlphanumerics.pl
30738            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30739            - lib/unicode/In/Ethiopic.pl
30740            - lib/unicode/In/GeneralPunctuation.pl
30741            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30742            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30743            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30744            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30745            - lib/unicode/In/HangulCompatibilityJamo.pl
30746            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30747            - lib/unicode/In/Hebrew.pl
30748            - lib/unicode/In/HighPrivateUseSurrogates.pl
30749            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30750            - lib/unicode/In/IPAExtensions.pl
30751            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30752            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30753            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30754            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30755            - lib/unicode/In/Latin-1Supplement.pl
30756            - lib/unicode/In/LatinExtended-A.pl
30757            - lib/unicode/In/LatinExtended-B.pl
30758            - lib/unicode/In/LatinExtendedAdditional.pl
30759            - lib/unicode/In/LetterlikeSymbols.pl
30760            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30761            - lib/unicode/In/MathematicalOperators.pl
30762            - lib/unicode/In/MiscellaneousSymbols.pl
30763            - lib/unicode/In/MiscellaneousTechnical.pl
30764            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30765            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30766            - lib/unicode/In/OpticalCharacterRecognition.pl
30767            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30768            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30769            - lib/unicode/In/SmallFormVariants.pl
30770            - lib/unicode/In/SpacingModifierLetters.pl
30771            - lib/unicode/In/Specials.pl
30772            - lib/unicode/In/SuperscriptsandSubscripts.pl
30773            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30774            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30775            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30776            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30777            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30778           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
30779           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
30780           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
30781           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
30782           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
30783           !> utf8.c win32/Makefile
30784 ____________________________________________________________________________
30785 [  9903] By: jhi                                   on 2001/04/29  14:30:53
30786         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
30787              From: Prymmer/Kahn <pvhp@best.com>
30788              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
30789              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
30790      Branch: perl
30791            ! win32/Makefile
30792 ____________________________________________________________________________
30793 [  9902] By: jhi                                   on 2001/04/29  02:52:44
30794         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
30795              From: "Abigail" <abigail@foad.org>
30796              Date: Sun, 29 Apr 2001 03:14:25 +0200
30797              Message-ID: <20010429011425.24503.qmail@foad.org>
30798      Branch: perl
30799            ! ext/IO/lib/IO/Seekable.pm
30800 ____________________________________________________________________________
30801 [  9901] By: jhi                                   on 2001/04/29  02:04:46
30802         Log: In character classes one couldn't have 0x80..0xff characters
30803              at the left hand side if there were 0x100.. characters in the
30804              character class.
30805      Branch: perl
30806            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
30807            ! t/op/pat.t utf8.c
30808 ____________________________________________________________________________
30809 [  9900] By: jhi                                   on 2001/04/28  22:55:04
30810         Log: Forgot the latest mktables.PL from #9899.
30811      Branch: perl
30812            ! lib/unicode/mktables.PL
30813 ____________________________________________________________________________
30814 [  9899] By: jhi                                   on 2001/04/28  22:53:28
30815         Log: Explain the \p{} and \P{} error message better and
30816              have prettier prettyprint in In.pl.
30817      Branch: perl
30818            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
30819            ! pod/perldiag.pod
30820 ____________________________________________________________________________
30821 [  9898] By: jhi                                   on 2001/04/28  21:03:34
30822         Log: Add one possible explanation for the "Invalid [] range" error.
30823      Branch: perl
30824            ! pod/perldiag.pod
30825 ____________________________________________________________________________
30826 [  9897] By: jhi                                   on 2001/04/28  17:18:26
30827         Log: Add a level of indirection to the implementation of \p{InFoo}
30828              so that we don't have to have long filenames.  (Nothing changes
30829              in the user interface.)   The indirection is defined in
30830              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
30831              Also rename some the character classes by removing '-' from
30832              the classnames, and finally renamed Block.pl as Blocks.pl.
30833      Branch: perl
30834            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
30835            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
30836            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
30837            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30838            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
30839            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
30840            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
30841            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
30842            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
30843            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
30844            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
30845            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
30846            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
30847            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
30848            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
30849            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
30850            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
30851            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
30852            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
30853            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
30854            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
30855            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
30856            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
30857            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
30858            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
30859            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
30860            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
30861            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
30862            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
30863            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
30864            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
30865            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
30866            + lib/unicode/In/94.pl lib/unicode/In/95.pl
30867            - lib/unicode/Block.pl
30868            - lib/unicode/In/AlphabeticPresentationForms.pl
30869            - lib/unicode/In/Arabic.pl
30870            - lib/unicode/In/ArabicPresentationForms-A.pl
30871            - lib/unicode/In/ArabicPresentationForms-B.pl
30872            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30873            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30874            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30875            - lib/unicode/In/BopomofoExtended.pl
30876            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30877            - lib/unicode/In/CJKCompatibility.pl
30878            - lib/unicode/In/CJKCompatibilityForms.pl
30879            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30880            - lib/unicode/In/CJKRadicalsSupplement.pl
30881            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30882            - lib/unicode/In/CJKUnifiedIdeographs.pl
30883            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30884            - lib/unicode/In/Cherokee.pl
30885            - lib/unicode/In/CombiningDiacriticalMarks.pl
30886            - lib/unicode/In/CombiningHalfMarks.pl
30887            - lib/unicode/In/CombiningMarksforSymbols.pl
30888            - lib/unicode/In/ControlPictures.pl
30889            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30890            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30891            - lib/unicode/In/EnclosedAlphanumerics.pl
30892            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30893            - lib/unicode/In/Ethiopic.pl
30894            - lib/unicode/In/GeneralPunctuation.pl
30895            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30896            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30897            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30898            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30899            - lib/unicode/In/HangulCompatibilityJamo.pl
30900            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30901            - lib/unicode/In/Hebrew.pl
30902            - lib/unicode/In/HighPrivateUseSurrogates.pl
30903            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30904            - lib/unicode/In/IPAExtensions.pl
30905            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30906            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30907            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30908            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30909            - lib/unicode/In/Latin-1Supplement.pl
30910            - lib/unicode/In/LatinExtended-A.pl
30911            - lib/unicode/In/LatinExtended-B.pl
30912            - lib/unicode/In/LatinExtendedAdditional.pl
30913            - lib/unicode/In/LetterlikeSymbols.pl
30914            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30915            - lib/unicode/In/MathematicalOperators.pl
30916            - lib/unicode/In/MiscellaneousSymbols.pl
30917            - lib/unicode/In/MiscellaneousTechnical.pl
30918            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30919            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30920            - lib/unicode/In/OpticalCharacterRecognition.pl
30921            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30922            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30923            - lib/unicode/In/SmallFormVariants.pl
30924            - lib/unicode/In/SpacingModifierLetters.pl
30925            - lib/unicode/In/Specials.pl
30926            - lib/unicode/In/SuperscriptsandSubscripts.pl
30927            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30928            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30929            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30930            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30931            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30932            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
30933            ! pod/perlunicode.pod
30934 ____________________________________________________________________________
30935 [  9896] By: jhi                                   on 2001/04/28  14:33:17
30936         Log: Update the information on shared library path on HP-UX.
30937      Branch: perl
30938            ! INSTALL
30939 ____________________________________________________________________________
30940 [  9895] By: jhi                                   on 2001/04/28  14:32:30
30941         Log: Because #9894 seems to do the trick, this workaround can be removed.
30942      Branch: perl
30943            ! t/lib/selfstubber.t
30944 ____________________________________________________________________________
30945 [  9894] By: jhi                                   on 2001/04/28  14:26:13
30946         Log: For PerlIO flush the children's file handles (on fork/exec/system).
30947      Branch: perl
30948            ! perl.h
30949 ____________________________________________________________________________
30950 [  9893] By: jhi                                   on 2001/04/28  14:23:15
30951         Log: Test tweak for #9891.
30952      Branch: perl
30953            ! t/lib/b-deparse.t
30954 ____________________________________________________________________________
30955 [  9892] By: jhi                                   on 2001/04/28  14:10:13
30956         Log: New HP-UX hints from Merijn.
30957      Branch: perl
30958            ! hints/hpux.sh
30959 ____________________________________________________________________________
30960 [  9891] By: jhi                                   on 2001/04/28  14:07:27
30961         Log: Subject: [PATCH B::Deparse] non-block scopes
30962              From: Robin Houston <robin@kitsite.com>
30963              Date: Fri, 27 Apr 2001 19:15:14 +0100
30964              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
30965      Branch: perl
30966            ! ext/B/B/Deparse.pm
30967 ____________________________________________________________________________
30968 [  9890] By: nick                                  on 2001/04/27  19:41:25
30969         Log: Integrate mainline
30970      Branch: perlio
30971           +> t/lib/selfstubber.t
30972           !> (integrate 50 files)
30973 ____________________________________________________________________________
30974 [  9889] By: jhi                                   on 2001/04/27  18:23:46
30975         Log: Subject: Re: selfstubber test fail on bleadperl
30976              From: Mike Guy <mjtg@cam.ac.uk>
30977              Date: Fri, 27 Apr 2001 19:31:18 +0100
30978              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
30979      Branch: perl
30980            ! t/lib/selfstubber.t
30981 ____________________________________________________________________________
30982 [  9888] By: jhi                                   on 2001/04/27  16:20:54
30983         Log: Test tweak for #9886.
30984      Branch: perl
30985            ! t/lib/b-deparse.t
30986 ____________________________________________________________________________
30987 [  9887] By: jhi                                   on 2001/04/27  16:16:33
30988         Log: Buffering issue at least in Solaris (even with perlio).
30989      Branch: perl
30990            ! t/lib/selfstubber.t
30991 ____________________________________________________________________________
30992 [  9886] By: jhi                                   on 2001/04/27  14:59:23
30993         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
30994              From: Robin Houston <robin@kitsite.com>
30995              Date: Fri, 27 Apr 2001 16:53:20 +0100
30996              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
30997      Branch: perl
30998            ! ext/B/B/Deparse.pm
30999 ____________________________________________________________________________
31000 [  9885] By: jhi                                   on 2001/04/27  14:23:51
31001         Log: Update Changes.
31002      Branch: perl
31003            ! Changes patchlevel.h
31004 ____________________________________________________________________________
31005 [  9884] By: jhi                                   on 2001/04/27  14:14:12
31006         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
31007              From: "Philip Newton" <pnewton@gmx.de>
31008              Date: Fri, 27 Apr 2001 16:40:13 +0200
31009              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
31010      Branch: perl
31011            ! pod/perldata.pod
31012 ____________________________________________________________________________
31013 [  9883] By: jhi                                   on 2001/04/27  13:28:19
31014         Log: Add LOG_PERROR; prettify the "removed".
31015      Branch: perl
31016            ! ext/Sys/Syslog/Syslog.xs
31017 ____________________________________________________________________________
31018 [  9882] By: jhi                                   on 2001/04/27  13:13:18
31019         Log: h2xs tweaks: use NV instead of double, "quote" the removed
31020              prefixes for clarity (especially when nothing is removed),
31021              slight pod reformats.
31022      Branch: perl
31023            ! utils/h2xs.PL
31024 ____________________________________________________________________________
31025 [  9881] By: jhi                                   on 2001/04/27  12:58:48
31026         Log: Don't bother creating existing directories.
31027      Branch: perl
31028            ! utils/h2xs.PL
31029 ____________________________________________________________________________
31030 [  9880] By: jhi                                   on 2001/04/27  12:45:39
31031         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
31032              From: Mike Schilli <m@perlmeister.com>
31033              Date: Wed, 25 Apr 2001 01:29:21 -0700
31034              Message-id: <3AE68AE1.6A981723@perlmeister.com>
31035      Branch: perl
31036            ! utils/h2xs.PL
31037 ____________________________________________________________________________
31038 [  9879] By: jhi                                   on 2001/04/27  12:40:55
31039         Log: break is not yet Perl.  Added the template license also to README.
31040      Branch: perl
31041            ! utils/h2xs.PL
31042 ____________________________________________________________________________
31043 [  9878] By: jhi                                   on 2001/04/27  03:08:20
31044         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
31045              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31046              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
31047              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
31048      Branch: perl
31049            ! t/lib/xs-typemap.t
31050 ____________________________________________________________________________
31051 [  9877] By: jhi                                   on 2001/04/26  23:54:40
31052         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
31053              From: "Abigail" <abigail@foad.org>
31054              Date: Fri, 27 Apr 2001 01:44:28 +0200
31055              Message-ID: <20010426234428.19786.qmail@foad.org>
31056      Branch: perl
31057            ! utils/h2xs.PL
31058 ____________________________________________________________________________
31059 [  9876] By: jhi                                   on 2001/04/26  23:52:06
31060         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
31061              From: Peter Prymmer <pvhp@forte.com>
31062              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
31063              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
31064      Branch: perl
31065            ! t/lib/selfstubber.t
31066 ____________________________________________________________________________
31067 [  9875] By: jhi                                   on 2001/04/26  23:48:10
31068         Log: Deparse nits.
31069      Branch: perl
31070            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
31071 ____________________________________________________________________________
31072 [  9874] By: jhi                                   on 2001/04/26  22:46:05
31073         Log: Document ANYOF_CLASS.
31074      Branch: perl
31075            ! regcomp.h
31076 ____________________________________________________________________________
31077 [  9873] By: jhi                                   on 2001/04/26  22:35:03
31078         Log: Subject: Re: [PATCH @9846] dumping ANYOF
31079              From: Hugo <hv@crypt.compulink.co.uk>
31080              Date: Thu, 26 Apr 2001 23:33:38 +0100
31081              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
31082      Branch: perl
31083            ! regcomp.c regcomp.h
31084 ____________________________________________________________________________
31085 [  9872] By: jhi                                   on 2001/04/26  22:34:31
31086         Log: Subject: [PATCH] more for Devel::SelfStubber
31087              From: Nicholas Clark <nick@ccl4.org>
31088              Date: Fri, 27 Apr 2001 00:13:52 +0100
31089              Message-ID: <20010427001351.K88186@plum.flirble.org>
31090      Branch: perl
31091            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
31092 ____________________________________________________________________________
31093 [  9871] By: jhi                                   on 2001/04/26  21:59:17
31094         Log: Subject: [PATCH B::Deparse] formats must be flush left
31095              From: Robin Houston <robin@kitsite.com>
31096              Date: Thu, 26 Apr 2001 23:54:29 +0100
31097              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
31098      Branch: perl
31099            ! ext/B/B/Deparse.pm
31100 ____________________________________________________________________________
31101 [  9870] By: jhi                                   on 2001/04/26  21:57:37
31102         Log: If some of the constants are prefixes of others,
31103              the prefixes may never get recognized.  (See 20010426.006.)
31104      Branch: perl
31105            ! utils/h2xs.PL
31106 ____________________________________________________________________________
31107 [  9869] By: jhi                                   on 2001/04/26  21:50:42
31108         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
31109              From: Chris Bongaarts <cab@tc.umn.edu>
31110              Date: Thu, 26 Apr 2001 17:10:31 -0500
31111              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
31112      Branch: perl
31113            ! ext/Sys/Syslog/Syslog.xs
31114 ____________________________________________________________________________
31115 [  9868] By: jhi                                   on 2001/04/26  21:35:12
31116         Log: Further cuts and more docs from Graham Barr.
31117      Branch: perl
31118            ! ext/List/Util/lib/List/Util.pm
31119            ! ext/List/Util/lib/Scalar/Util.pm
31120 ____________________________________________________________________________
31121 [  9867] By: jhi                                   on 2001/04/26  21:18:57
31122         Log: Subject: [PATCH 5.7.1] DB_File-1.77
31123              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
31124              Date: Thu, 26 Apr 2001 22:37:53 +0100
31125              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
31126      Branch: perl
31127            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31128            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31129 ____________________________________________________________________________
31130 [  9866] By: jhi                                   on 2001/04/26  21:12:31
31131         Log: Subject: [PATCH B::Deparse] fix easy bugs
31132              From: Robin Houston <robin@kitsite.com>
31133              Date: Thu, 26 Apr 2001 23:03:33 +0100
31134              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
31135      Branch: perl
31136            ! ext/B/B/Deparse.pm
31137 ____________________________________________________________________________
31138 [  9865] By: jhi                                   on 2001/04/26  20:26:13
31139         Log: Update Changes.
31140      Branch: perl
31141            ! Changes patchlevel.h
31142 ____________________________________________________________________________
31143 [  9864] By: jhi                                   on 2001/04/26  19:27:48
31144         Log: Dethinko from Robin Houston.
31145      Branch: perl
31146            ! ext/B/B/Deparse.pm
31147 ____________________________________________________________________________
31148 [  9863] By: jhi                                   on 2001/04/26  19:10:35
31149         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
31150              From: Robin Houston <robin@kitsite.com>
31151              Date: Thu, 26 Apr 2001 21:08:32 +0100
31152              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
31153      Branch: perl
31154            ! ext/B/B/Deparse.pm
31155 ____________________________________________________________________________
31156 [  9862] By: jhi                                   on 2001/04/26  19:04:23
31157         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31158              From: Robin Houston <robin@kitsite.com>
31159              Date: Thu, 26 Apr 2001 20:52:50 +0100
31160              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
31161      Branch: perl
31162            ! ext/B/B/Deparse.pm
31163 ____________________________________________________________________________
31164 [  9861] By: jhi                                   on 2001/04/26  18:56:14
31165         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
31166              From: Mike Guy <mjtg@cam.ac.uk>
31167              Date: Thu, 26 Apr 2001 14:22:40 +0100
31168              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
31169      Branch: perl
31170            ! pod/perlobj.pod
31171 ____________________________________________________________________________
31172 [  9860] By: jhi                                   on 2001/04/26  18:46:42
31173         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31174              From: Robin Houston <robin@kitsite.com>
31175              Date: Thu, 26 Apr 2001 20:34:29 +0100
31176              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
31177              
31178              Hashes do not interpolate.
31179      Branch: perl
31180            ! ext/B/B/Deparse.pm
31181 ____________________________________________________________________________
31182 [  9859] By: jhi                                   on 2001/04/26  18:43:51
31183         Log: Subject: The Time::Piece conspiracy unmasked!!!
31184              From: Mike Guy <mjtg@cam.ac.uk>
31185              Date: Thu, 26 Apr 2001 19:02:50 +0100
31186              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
31187              
31188              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
31189              From: Mike Guy <mjtg@cam.ac.uk>
31190              Date: Thu, 26 Apr 2001 19:08:21 +0100
31191              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
31192              
31193              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
31194              From: Graham Barr <gbarr@pobox.com>
31195              Date: Thu, 26 Apr 2001 19:12:03 +0100
31196              Message-ID: <20010426191203.A70835@pobox.com>
31197              
31198              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
31199      Branch: perl
31200            ! ext/List/Util/lib/List/Util.pm
31201            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
31202 ____________________________________________________________________________
31203 [  9858] By: jhi                                   on 2001/04/26  18:17:42
31204         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
31205              From: Robin Houston <robin@kitsite.com>
31206              Date: Thu, 26 Apr 2001 16:09:35 +0100
31207              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
31208      Branch: perl
31209            ! t/comp/proto.t
31210 ____________________________________________________________________________
31211 [  9857] By: jhi                                   on 2001/04/26  18:04:59
31212         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31213              From: barries <barries@slaysys.com>
31214              Date: Thu, 26 Apr 2001 12:01:10 -0400
31215              Message-ID: <20010426120110.E29698@jester.slaysys.com>
31216      Branch: perl
31217            ! pod/perldiag.pod
31218 ____________________________________________________________________________
31219 [  9856] By: jhi                                   on 2001/04/26  18:03:33
31220         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
31221              Date: Thu, 26 Apr 2001 17:13:41 +0100
31222              From: Robin Houston <robin@kitsite.com>
31223              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
31224              
31225              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31226              From: Robin Houston <robin@kitsite.com>
31227              Date: Thu, 26 Apr 2001 18:44:29 +0100
31228              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
31229      Branch: perl
31230            ! ext/B/B/Deparse.pm
31231 ____________________________________________________________________________
31232 [  9855] By: jhi                                   on 2001/04/26  17:56:04
31233         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
31234              From: Robin Houston <robin@kitsite.com>
31235              Date: Thu, 26 Apr 2001 17:04:08 +0100
31236              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
31237      Branch: perl
31238            ! ext/B/B/Deparse.pm
31239 ____________________________________________________________________________
31240 [  9854] By: jhi                                   on 2001/04/26  17:47:26
31241         Log: Subject: Re: Short test case for undef %stash:: crash
31242              From: Benjamin Sugars <bsugars@canoe.ca> 
31243              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
31244              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
31245              Changed and moved the perldiag entry.
31246      Branch: perl
31247            ! gv.c pod/perldiag.pod
31248 ____________________________________________________________________________
31249 [  9853] By: jhi                                   on 2001/04/26  14:35:16
31250         Log: Beginnings of strptime().  Do not touch the wet paint.
31251      Branch: perl
31252            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31253 ____________________________________________________________________________
31254 [  9852] By: jhi                                   on 2001/04/26  13:17:21
31255         Log: Retract #9851, core dumps from pod2man.
31256      Branch: perl
31257            ! regcomp.c
31258 ____________________________________________________________________________
31259 [  9851] By: jhi                                   on 2001/04/26  11:54:41
31260         Log: (Retracted by #9852.)
31261              
31262              Subject: [PATCH @9846] dumping ANYOF
31263              From: Hugo <hv@crypt.compulink.co.uk>
31264              Date: Thu, 26 Apr 2001 05:32:38 +0100
31265              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
31266      Branch: perl
31267            ! regcomp.c
31268 ____________________________________________________________________________
31269 [  9850] By: jhi                                   on 2001/04/26  02:34:44
31270         Log: If ccflags was empty the _previous_ $* containing all the
31271              environment variables and Configure variables was used,
31272              which lead, among other bad things, into $ccflags being your
31273              uname -a output, which lead into test compile with cc failing,
31274              which lead into gcc being selected, which didn't work that well
31275              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
31276              with large files, et cetera.
31277      Branch: perl
31278            ! hints/hpux.sh
31279 ____________________________________________________________________________
31280 [  9849] By: jhi                                   on 2001/04/26  01:44:57
31281         Log: Make selfstubber test more portable.
31282      Branch: perl
31283            ! t/lib/selfstubber.t
31284 ____________________________________________________________________________
31285 [  9848] By: jhi                                   on 2001/04/26  00:50:26
31286         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
31287              From: Benjamin Sugars <ben.sugars@home.com>
31288              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
31289              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
31290      Branch: perl
31291            ! ext/Cwd/Cwd.xs
31292 ____________________________________________________________________________
31293 [  9847] By: jhi                                   on 2001/04/26  00:46:58
31294         Log: Subject: [PATCH: perl@9841] VMS updates
31295              From: Peter Prymmer <pvhp@forte.com>
31296              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
31297              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
31298      Branch: perl
31299            ! README.vms configure.com vms/descrip_mms.template
31300            ! vms/ext/filespec.t
31301 ____________________________________________________________________________
31302 [  9846] By: jhi                                   on 2001/04/26  00:11:56
31303         Log: re 'debug' was broken by #9084.
31304      Branch: perl
31305            ! ext/re/re.xs
31306 ____________________________________________________________________________
31307 [  9845] By: jhi                                   on 2001/04/25  22:33:17
31308         Log: Subject: [PATCH] test for Devel::SelfStubber
31309              From: Nicholas Clark <nick@ccl4.org>
31310              Date: Thu, 26 Apr 2001 00:00:54 +0100
31311              Message-ID: <20010426000054.D89026@plum.flirble.org>
31312      Branch: perl
31313            + t/lib/selfstubber.t
31314            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
31315 ____________________________________________________________________________
31316 [  9844] By: jhi                                   on 2001/04/25  22:29:32
31317         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
31318              From: Paul Johnson <paul@pjcj.net>
31319              Date: Thu, 26 Apr 2001 00:46:08 +0200
31320              Message-ID: <20010426004608.H2338@pjcj.net>
31321      Branch: perl
31322            ! ext/B/B/Concise.pm
31323 ____________________________________________________________________________
31324 [  9843] By: jhi                                   on 2001/04/25  22:28:28
31325         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
31326              From: Peter Prymmer <pvhp@forte.com>
31327              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
31328              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
31329      Branch: perl
31330            ! ext/Cwd/Cwd.xs
31331 ____________________________________________________________________________
31332 [  9842] By: jhi                                   on 2001/04/25  20:58:12
31333         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
31334              From: John Peacock <jpeacock@rowman.com>
31335              Date: Wed, 25 Apr 2001 17:30:26 -0400
31336              Message-ID: <3AE741F2.B3217464@rowman.com>
31337      Branch: perl
31338            ! lib/Math/BigInt.pm t/lib/bigintpm.t
31339 ____________________________________________________________________________
31340 [  9841] By: jhi                                   on 2001/04/25  20:07:05
31341         Log: Update Changes.
31342      Branch: perl
31343            ! Changes patchlevel.h
31344 ____________________________________________________________________________
31345 [  9840] By: jhi                                   on 2001/04/25  19:56:51
31346         Log: Yet another HP-UX hints version from Merijn.
31347      Branch: perl
31348            ! hints/hpux.sh
31349 ____________________________________________________________________________
31350 [  9839] By: jhi                                   on 2001/04/25  19:53:04
31351         Log: abs_path() didn't terminate the filename correctly,
31352              in DIRNAMLENless systems like HP-UX this would fail.
31353      Branch: perl
31354            ! ext/Cwd/Cwd.xs
31355 ____________________________________________________________________________
31356 [  9838] By: jhi                                   on 2001/04/25  16:37:26
31357         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31358              From: Mike Guy <mjtg@cam.ac.uk>
31359              Date: Wed, 25 Apr 2001 18:31:47 +0100
31360              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
31361      Branch: perl
31362            ! op.c
31363 ____________________________________________________________________________
31364 [  9837] By: jhi                                   on 2001/04/25  16:21:53
31365         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
31366              From: Jon Eveland <jweveland@yahoo.com>
31367              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
31368              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
31369      Branch: perl
31370            ! lib/perl5db.pl
31371 ____________________________________________________________________________
31372 [  9836] By: jhi                                   on 2001/04/25  14:17:50
31373         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
31374              From: "Philip Newton" <pnewton@gmx.de>
31375              Date: Wed, 25 Apr 2001 17:05:58 +0200
31376              Message-ID: <3AE703F6.3234.1833C45@localhost>
31377      Branch: perl
31378            ! Porting/patching.pod
31379 ____________________________________________________________________________
31380 [  9835] By: jhi                                   on 2001/04/25  13:58:07
31381         Log: It would seem that both ar and full_ar need to be overridden
31382              for HP-UX to avoid the GNU ar.
31383      Branch: perl
31384            ! hints/hpux.sh
31385 ____________________________________________________________________________
31386 [  9834] By: jhi                                   on 2001/04/25  13:50:40
31387         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31388              From: "Philip Newton" <pnewton@gmx.de>
31389              Date: Wed, 25 Apr 2001 16:09:23 +0200
31390              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
31391              
31392              Detypo.
31393      Branch: perl
31394            ! t/op/misc.t
31395 ____________________________________________________________________________
31396 [  9833] By: jhi                                   on 2001/04/25  12:36:11
31397         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
31398      Branch: perl
31399            ! hints/hpux.sh
31400 ____________________________________________________________________________
31401 [  9832] By: jhi                                   on 2001/04/25  12:33:36
31402         Log: New version of HP-UX hints from Merijn.
31403      Branch: perl
31404            ! hints/hpux.sh
31405 ____________________________________________________________________________
31406 [  9831] By: jhi                                   on 2001/04/25  03:39:45
31407         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
31408      Branch: perl
31409            ! hints/hpux.sh
31410 ____________________________________________________________________________
31411 [  9830] By: jhi                                   on 2001/04/25  02:53:25
31412         Log: The tzname[] bit is not needed by util.c -- and causes
31413              heartburn in VMS (and it missing was probably the cause of
31414              the Mac OS X trouble).  Ouch.
31415      Branch: perl
31416            ! ext/POSIX/POSIX.xs util.c
31417 ____________________________________________________________________________
31418 [  9829] By: jhi                                   on 2001/04/25  00:10:06
31419         Log: Metaconfig unit change for #9828.
31420      Branch: metaconfig
31421            ! U/compline/ccflags.U
31422 ____________________________________________________________________________
31423 [  9828] By: jhi                                   on 2001/04/25  00:04:18
31424         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
31425              (which is actually the reason for the change, we need to pass
31426              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
31427              EP/IX, OS/2, and TitanOS, based on the hints files.
31428      Branch: perl
31429            ! Configure config_h.SH
31430 ____________________________________________________________________________
31431 [  9827] By: jhi                                   on 2001/04/24  23:49:20
31432         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
31433              the $cat must have an absolute path.
31434      Branch: perl
31435            ! makedepend.SH
31436 ____________________________________________________________________________
31437 [  9826] By: jhi                                   on 2001/04/24  23:40:53
31438         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
31439      Branch: perl
31440            ! README.amiga
31441 ____________________________________________________________________________
31442 [  9825] By: jhi                                   on 2001/04/24  23:35:35
31443         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
31444              From: "Philip Newton" <pnewton@gmx.de>
31445              Date: Tue, 24 Apr 2001 18:52:49 +0200
31446              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
31447      Branch: perl
31448            ! x2p/find2perl.PL
31449 ____________________________________________________________________________
31450 [  9824] By: jhi                                   on 2001/04/24  23:33:07
31451         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
31452              Some gcc specifics dropped out due to extensive rewriting;
31453              will be put back later as needed.
31454      Branch: perl
31455            ! hints/hpux.sh
31456 ____________________________________________________________________________
31457 [  9823] By: jhi                                   on 2001/04/24  23:27:57
31458         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
31459      Branch: perl
31460            ! ext/POSIX/POSIX.xs
31461 ____________________________________________________________________________
31462 [  9822] By: jhi                                   on 2001/04/24  23:25:21
31463         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
31464              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31465              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
31466              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
31467      Branch: perl
31468            ! ext/XS/Typemap/Typemap.xs
31469 ____________________________________________________________________________
31470 [  9821] By: jhi                                   on 2001/04/24  23:24:10
31471         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
31472              From: "Abigail" <abigail@foad.org>
31473              Date: Tue, 24 Apr 2001 23:12:03 +0200
31474              Message-ID: <20010424211203.7901.qmail@foad.org>
31475      Branch: perl
31476            ! pod/perlport.pod
31477 ____________________________________________________________________________
31478 [  9820] By: jhi                                   on 2001/04/24  23:23:15
31479         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
31480              From: Matt Sergeant <matt@sergeant.org>
31481              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
31482              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
31483      Branch: perl
31484            ! pod/perlfaq4.pod
31485 ____________________________________________________________________________
31486 [  9819] By: nick                                  on 2001/04/24  18:49:43
31487         Log: Integrate mainline.
31488      Branch: perlio
31489           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31490           !> (integrate 37 files)
31491 ____________________________________________________________________________
31492 [  9818] By: jhi                                   on 2001/04/24  14:35:23
31493         Log: Update Changes.
31494      Branch: perl
31495            ! Changes patchlevel.h
31496 ____________________________________________________________________________
31497 [  9817] By: jhi                                   on 2001/04/24  14:09:17
31498         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
31499              From: "Philip Newton" <pnewton@gmx.de>
31500              Date: Tue, 24 Apr 2001 12:58:12 +0200
31501              Message-ID: <3AE57864.8304.B77A0A@localhost> 
31502              
31503              plus add CPAN to the list of modules that have their own tests.
31504      Branch: perl
31505            ! t/lib/1_compile.t
31506 ____________________________________________________________________________
31507 [  9816] By: jhi                                   on 2001/04/24  14:07:03
31508         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
31509              From: Michael G Schwern <schwern@pobox.com>
31510              Date: Sat, 21 Apr 2001 22:35:00 +0100
31511              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
31512      Branch: perl
31513            ! t/lib/1_compile.t
31514 ____________________________________________________________________________
31515 [  9815] By: jhi                                   on 2001/04/24  13:54:32
31516         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
31517              From: Robin Houston <robin@kitsite.com>
31518              Date: Tue, 24 Apr 2001 15:51:18 +0100
31519              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
31520      Branch: perl
31521            ! ext/B/B/Deparse.pm
31522 ____________________________________________________________________________
31523 [  9814] By: jhi                                   on 2001/04/24  13:17:34
31524         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31525              From: Bill Glicker <billg@burrelles.com>
31526              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
31527              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
31528      Branch: perl
31529            ! hints/svr5.sh
31530 ____________________________________________________________________________
31531 [  9813] By: jhi                                   on 2001/04/24  12:54:23
31532         Log: Prevent path disclosure (probing for existence of filenames)
31533              using suidperl; bug id 20010322.218.
31534      Branch: perl
31535            ! perl.c pod/perldiag.pod
31536 ____________________________________________________________________________
31537 [  9812] By: jhi                                   on 2001/04/24  12:08:36
31538         Log: Retract #9811.
31539      Branch: perl
31540            ! ext/POSIX/POSIX.xs
31541 ____________________________________________________________________________
31542 [  9811] By: jhi                                   on 2001/04/24  11:57:35
31543         Log: (Retracted by #9812.)
31544      Branch: perl
31545            ! ext/POSIX/POSIX.xs
31546 ____________________________________________________________________________
31547 [  9810] By: jhi                                   on 2001/04/24  03:32:35
31548         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
31549      Branch: perl
31550            ! util.c
31551 ____________________________________________________________________________
31552 [  9809] By: jhi                                   on 2001/04/24  03:16:13
31553         Log: The Math::BigFloat::import() was broken.
31554              (Fixes bug id 20010422.002.)
31555      Branch: perl
31556            ! lib/Math/BigFloat.pm
31557 ____________________________________________________________________________
31558 [  9808] By: jhi                                   on 2001/04/24  01:11:40
31559         Log: Additional dependencies; should help for parallel makes
31560              not to fail on missing lib/lib.pm or lib/re.pm.
31561      Branch: perl
31562            ! Makefile.SH
31563 ____________________________________________________________________________
31564 [  9807] By: jhi                                   on 2001/04/24  00:57:01
31565         Log: Update the test failure disclaimer.
31566      Branch: perl
31567            ! t/pragma/warn/pp_hot
31568 ____________________________________________________________________________
31569 [  9806] By: jhi                                   on 2001/04/24  00:54:04
31570         Log: Add make target "install-all" which is alias for "install"
31571              to cater for case-preserving filesystems like HFS+.
31572      Branch: perl
31573            ! INSTALL Makefile.SH
31574 ____________________________________________________________________________
31575 [  9805] By: jhi                                   on 2001/04/24  00:47:28
31576         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
31577              From: Peter Prymmer <pvhp@forte.com>
31578              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
31579              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
31580              
31581              (Ken William's message forwarded from macosx@perl.org)
31582      Branch: perl
31583            ! hints/darwin.sh
31584 ____________________________________________________________________________
31585 [  9804] By: jhi                                   on 2001/04/23  23:57:35
31586         Log: Cut-and-pasto.
31587      Branch: perl
31588            ! perlio.c
31589 ____________________________________________________________________________
31590 [  9803] By: jhi                                   on 2001/04/23  23:52:25
31591         Log: More PerlIO robustness.
31592      Branch: perl
31593            ! perlio.c
31594 ____________________________________________________________________________
31595 [  9802] By: jhi                                   on 2001/04/23  23:43:35
31596         Log: Make the "STD* opened only for ..." errors more consistent.
31597      Branch: perl
31598            ! doio.c
31599 ____________________________________________________________________________
31600 [  9801] By: jhi                                   on 2001/04/23  23:34:26
31601         Log: Test case for #9800.
31602      Branch: perl
31603            ! t/op/misc.t
31604 ____________________________________________________________________________
31605 [  9800] By: jhi                                   on 2001/04/23  23:14:43
31606         Log: Avoid coredump on 'close STDERR; die' by making
31607              the PerlIO calls more robust.  Also use SETERRNO()
31608              instead of errno = to be more VMS-ready.
31609      Branch: perl
31610            ! perlio.c
31611 ____________________________________________________________________________
31612 [  9799] By: jhi                                   on 2001/04/23  21:41:10
31613         Log: Subject: test for ID 20010423.002
31614              From: Robin Houston <robin@kitsite.com>
31615              Date: Mon, 23 Apr 2001 16:52:21 +0100
31616              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
31617      Branch: perl
31618            ! t/op/avhv.t
31619 ____________________________________________________________________________
31620 [  9798] By: jhi                                   on 2001/04/23  21:40:07
31621         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
31622              From: David Dyck <dcd@tc.fluke.com>
31623              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
31624              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
31625      Branch: perl
31626            ! installperl
31627 ____________________________________________________________________________
31628 [  9797] By: jhi                                   on 2001/04/23  21:37:56
31629         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
31630              From: Benjamin Sugars <bsugars@canoe.ca>
31631              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
31632              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
31633      Branch: perl
31634            ! ext/Cwd/Cwd.xs lib/Cwd.pm
31635 ____________________________________________________________________________
31636 [  9796] By: jhi                                   on 2001/04/23  21:29:24
31637         Log: Synchronize h2xs and pod2man some more on the documentation
31638              templates they propose.
31639      Branch: perl
31640            ! pod/pod2man.PL utils/h2xs.PL
31641 ____________________________________________________________________________
31642 [  9795] By: jhi                                   on 2001/04/23  17:30:40
31643         Log: Add one more naughty test for base64; make encoding logic cleaner.
31644      Branch: perl
31645            ! t/lib/mimeb64.t
31646 ____________________________________________________________________________
31647 [  9794] By: jhi                                   on 2001/04/23  13:51:32
31648         Log: Update Changes.
31649      Branch: perl
31650            ! Changes patchlevel.h
31651 ____________________________________________________________________________
31652 [  9793] By: jhi                                   on 2001/04/23  13:44:18
31653         Log: Duplicate lines.
31654      Branch: perl
31655            ! MANIFEST
31656 ____________________________________________________________________________
31657 [  9792] By: jhi                                   on 2001/04/23  13:39:13
31658         Log: Subject: Re: PATCH 5.7.1
31659              From: Mark-Jason Dominus <mjd@plover.com>
31660              Date: Mon, 23 Apr 2001 10:30:21 -0400
31661              Message-ID: <20010423143021.17335.qmail@plover.com>
31662      Branch: perl
31663            ! perl.h sv.c
31664 ____________________________________________________________________________
31665 [  9791] By: jhi                                   on 2001/04/23  13:32:40
31666         Log: Add the CPAN.pm 1.59_54 tests.
31667      Branch: perl
31668            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31669            ! MANIFEST
31670 ____________________________________________________________________________
31671 [  9790] By: jhi                                   on 2001/04/23  13:21:55
31672         Log: Subject: Deparse nit
31673              From: Robin Houston <robin@kitsite.com>
31674              Date: Mon, 23 Apr 2001 12:38:20 +0100
31675              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
31676      Branch: perl
31677            ! ext/B/B/Deparse.pm
31678 ____________________________________________________________________________
31679 [  9789] By: jhi                                   on 2001/04/23  13:19:07
31680         Log: Subject: [PATCH] bug 20010423.002
31681              From: Robin Houston <robin@kitsite.com>
31682              Date: Mon, 23 Apr 2001 13:12:30 +0100
31683              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
31684      Branch: perl
31685            ! pp.c
31686 ____________________________________________________________________________
31687 [  9788] By: jhi                                   on 2001/04/23  13:02:49
31688         Log: Subject: PATCH [5.7.1] hv.c unused #define
31689              From: Mark-Jason Dominus <mjd@plover.com>
31690              Date: Sun, 22 Apr 2001 14:17:49 -0400
31691              Message-ID: <20010422181749.26976.qmail@plover.com>
31692      Branch: perl
31693            ! hv.c
31694 ____________________________________________________________________________
31695 [  9787] By: jhi                                   on 2001/04/23  13:02:02
31696         Log: Subject: PATCH 5.7.1
31697              From: Mark-Jason Dominus <mjd@plover.com>
31698              Date: Sun, 22 Apr 2001 15:12:57 -0400
31699              Message-ID: <20010422191258.6539.qmail@plover.com>
31700              
31701              plus Sarathy's STMT_START + STMT_END suggestion.
31702      Branch: perl
31703            ! perl.h
31704 ____________________________________________________________________________
31705 [  9786] By: jhi                                   on 2001/04/23  12:53:25
31706         Log: Fix for
31707              
31708              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
31709              From: dLux <dlux@spam.sch.bme.hu>
31710              Date: Mon, 23 Apr 2001 01:25:26 +0200
31711              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
31712              
31713              (SvGROW really does return a char *.)
31714      Branch: perl
31715            ! pod/perlapi.pod sv.h
31716 ____________________________________________________________________________
31717 [  9785] By: jhi                                   on 2001/04/23  04:34:04
31718         Log: Time::Piece work continues.  $t->day removed since
31719              I think it's too confusing.  Now has normal and
31720              abbreviated length weekday names and month names,
31721              the names change with _names(), not _list().
31722              Now has strftime() in Perl, _strftime() is
31723              the libc version (to which strftime() falls back
31724              if it doesn't know the format.  To do: the reverse
31725              of strftime, strptime(), and the localisation of both.
31726      Branch: perl
31727            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
31728            ! t/lib/time-piece.t
31729 ____________________________________________________________________________
31730 [  9784] By: jhi                                   on 2001/04/23  02:41:46
31731         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
31732              From: andreas.koenig@anima.de (Andreas J. Koenig)
31733              Date: 23 Apr 2001 05:20:55 +0200
31734              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
31735      Branch: perl
31736            ! t/pragma/overload.t
31737 ____________________________________________________________________________
31738 [  9783] By: jhi                                   on 2001/04/22  23:32:42
31739         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
31740              From: Robin Houston <robin@kitsite.com>
31741              Date: Mon, 23 Apr 2001 00:38:18 +0100
31742              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
31743      Branch: perl
31744            ! ext/B/B/Deparse.pm
31745 ____________________________________________________________________________
31746 [  9782] By: jhi                                   on 2001/04/22  20:55:43
31747         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31748              From: Simon Cozens <simon@netthink.co.uk>
31749              Date: Sun, 22 Apr 2001 18:47:25 +0100
31750              Message-ID: <20010422184725.A14411@netthink.co.uk>
31751      Branch: perl
31752            ! sv.c t/pragma/overload.t
31753 ____________________________________________________________________________
31754 [  9781] By: jhi                                   on 2001/04/22  20:52:13
31755         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
31756              From: Robin Houston <robin@kitsite.com>
31757              Date: Sun, 22 Apr 2001 22:14:50 +0100
31758              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
31759      Branch: perl
31760            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31761 ____________________________________________________________________________
31762 [  9780] By: nick                                  on 2001/04/22  20:40:31
31763         Log: Integrate mainline.
31764      Branch: perlio
31765           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31766           +> t/lib/b-stash.t
31767           !> (integrate 38 files)
31768 ____________________________________________________________________________
31769 [  9779] By: jhi                                   on 2001/04/22  15:16:03
31770         Log: Subject: IO::Socket::INET patch
31771              From: andrew deryabin <djsf@technarchy.ru>
31772              Date: Sat, 21 Apr 2001 17:46:52 +0400
31773              Message-ID: <20010421174652.B1426@technarchy>
31774      Branch: perl
31775            ! ext/IO/lib/IO/Socket/INET.pm
31776 ____________________________________________________________________________
31777 [  9778] By: jhi                                   on 2001/04/22  15:14:33
31778         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
31779              From: Mark-Jason Dominus <mjd@plover.com>
31780              Date: Sat, 21 Apr 2001 21:27:49 -0400
31781              Message-ID: <20010422012749.27024.qmail@plover.com>
31782      Branch: perl
31783            ! regcomp.c
31784 ____________________________________________________________________________
31785 [  9777] By: jhi                                   on 2001/04/22  15:10:51
31786         Log: Subject: Re: Regex debugger patch 
31787              From: Mark-Jason Dominus <mjd@plover.com>
31788              Date: Sat, 21 Apr 2001 21:48:51 -0400
31789              Message-ID: <20010422014851.27165.qmail@plover.com>
31790      Branch: perl
31791            ! pod/perldebguts.pod
31792 ____________________________________________________________________________
31793 [  9776] By: jhi                                   on 2001/04/22  15:09:48
31794         Log: Subject: Re: Regex debugger patch
31795              From: Mark-Jason Dominus <mjd@plover.com>
31796              Date: Sat, 21 Apr 2001 14:24:39 -0400
31797              Message-ID: <20010421182439.16508.qmail@plover.com>
31798              
31799              Regex debugger backend.
31800      Branch: perl
31801            ! regcomp.c regexp.h
31802 ____________________________________________________________________________
31803 [  9775] By: jhi                                   on 2001/04/21  16:45:40
31804         Log: Subject: [PATCH] Typo in utf8.h
31805              From: Jesús Quiroga <jquiroga@pobox.com>
31806              Date: Sat, 21 Apr 2001 19:25:33 +0200
31807              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
31808      Branch: perl
31809            ! utf8.h
31810 ____________________________________________________________________________
31811 [  9774] By: jhi                                   on 2001/04/21  16:43:52
31812         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31813              From: Joe Orton <jorton@redhat.com>
31814              Date: Tue, 17 Apr 2001 15:50:43 +0100
31815              Message-Id: <20010417155043.D19132@eu.c2.net>
31816      Branch: perl
31817            ! hints/svr5.sh
31818 ____________________________________________________________________________
31819 [  9773] By: jhi                                   on 2001/04/21  15:30:15
31820         Log: Subject: Patch utils/h2xs.PL
31821              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31822              Date: Sat, 21 Apr 2001 10:32:16 -0500
31823              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
31824              
31825              Add MAILING list and LICENSE templates.
31826      Branch: perl
31827            ! utils/h2xs.PL
31828 ____________________________________________________________________________
31829 [  9772] By: jhi                                   on 2001/04/21  15:28:36
31830         Log: Subject: perlfaq2.patch for 5.7.1
31831              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31832              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
31833              Date: Fri, 20 Apr 2001 16:42:19 -0500
31834              
31835              rm an extra tab, a blurb about the xx.cpan to clarify
31836              which countries actually have that and dejanews is history
31837              as well as most of that nonsensical entry.
31838      Branch: perl
31839            ! pod/perlfaq2.pod
31840 ____________________________________________________________________________
31841 [  9771] By: jhi                                   on 2001/04/21  15:27:17
31842         Log: Subject: perlfaq1.patch for 5.7.1
31843              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31844              Date: Fri, 20 Apr 2001 16:57:36 -0500
31845              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
31846              
31847              Evil URLs must die. Especially when they are broken.
31848      Branch: perl
31849            ! pod/perlfaq1.pod
31850 ____________________________________________________________________________
31851 [  9770] By: jhi                                   on 2001/04/21  15:23:38
31852         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
31853              From: Michael G Schwern <schwern@pobox.com>
31854              Date: Sat, 21 Apr 2001 16:11:12 +0100
31855              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
31856      Branch: perl
31857            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31858            + t/lib/b-stash.t
31859            ! MANIFEST ext/B/B.pm t/lib/b.t
31860 ____________________________________________________________________________
31861 [  9769] By: jhi                                   on 2001/04/21  15:03:32
31862         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
31863              From: Michael G Schwern <schwern@pobox.com>
31864              Date: Sat, 21 Apr 2001 09:48:00 +0100
31865              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
31866      Branch: perl
31867            ! utils/h2ph.PL
31868 ____________________________________________________________________________
31869 [  9768] By: jhi                                   on 2001/04/21  14:33:49
31870         Log: PerlIO and Encode doc cleanup and tweaks.
31871      Branch: perl
31872            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
31873            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
31874 ____________________________________________________________________________
31875 [  9767] By: jhi                                   on 2001/04/21  12:40:16
31876         Log: Integrate perlio.
31877      Branch: perl
31878           !> doio.c
31879 ____________________________________________________________________________
31880 [  9766] By: nick                                  on 2001/04/20  18:28:35
31881         Log: Avoid core dump on
31882              open(STDOUT,">",\$foo);
31883      Branch: perlio
31884            ! doio.c
31885 ____________________________________________________________________________
31886 [  9765] By: jhi                                   on 2001/04/20  13:23:43
31887         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31888              From: Robin Houston <robin@kitsite.com>
31889              Date: Fri, 20 Apr 2001 14:29:22 +0100
31890              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
31891      Branch: perl
31892            ! ext/B/B.pm ext/B/B/Deparse.pm
31893 ____________________________________________________________________________
31894 [  9764] By: jhi                                   on 2001/04/20  13:19:33
31895         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
31896              From: Peter Prymmer <pvhp@forte.com>
31897              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
31898              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
31899      Branch: perl
31900            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31901            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31902            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31903            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31904 ____________________________________________________________________________
31905 [  9763] By: jhi                                   on 2001/04/20  12:36:39
31906         Log: Subject: Re: A new PerlIO coredump
31907              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31908              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
31909              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
31910      Branch: perl
31911            ! doio.c
31912 ____________________________________________________________________________
31913 [  9762] By: jhi                                   on 2001/04/19  23:02:30
31914         Log: Update Changes.
31915      Branch: perl
31916            ! Changes patchlevel.h
31917 ____________________________________________________________________________
31918 [  9761] By: jhi                                   on 2001/04/19  22:59:19
31919         Log: More cleanup cleanup.
31920      Branch: perl
31921            ! Makefile.SH win32/Makefile win32/makefile.mk
31922 ____________________________________________________________________________
31923 [  9760] By: jhi                                   on 2001/04/19  22:50:31
31924         Log: lib/Time is non-empty, let's not rmdir it.
31925      Branch: perl
31926            ! Makefile.SH
31927 ____________________________________________________________________________
31928 [  9759] By: jhi                                   on 2001/04/19  22:36:51
31929         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31930              From: Robin Houston <robin@kitsite.com>
31931              Date: Fri, 20 Apr 2001 00:18:53 +0100
31932              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
31933      Branch: perl
31934            ! ext/B/B/Deparse.pm
31935 ____________________________________________________________________________
31936 [  9758] By: jhi                                   on 2001/04/19  22:36:00
31937         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
31938              From: Peter Prymmer <pvhp@forte.com>
31939              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
31940              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
31941      Branch: perl
31942            ! ext/Cwd/Cwd.xs
31943 ____________________________________________________________________________
31944 [  9757] By: nick                                  on 2001/04/19  18:53:54
31945         Log: Blind (untested) integrate of mainline.
31946      Branch: perlio
31947           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31948           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
31949           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31950           !> (integrate 53 files)
31951 ____________________________________________________________________________
31952 [  9756] By: jhi                                   on 2001/04/19  16:59:23
31953         Log: Document and test Time::Piece.
31954      Branch: perl
31955            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
31956            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
31957 ____________________________________________________________________________
31958 [  9755] By: jhi                                   on 2001/04/19  12:13:29
31959         Log: A better fix for the \x{12345678} trouble from NI-S.
31960      Branch: perl
31961            ! utf8.c
31962 ____________________________________________________________________________
31963 [  9754] By: jhi                                   on 2001/04/19  11:56:07
31964         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
31965              From: Robin Houston <robin@kitsite.com>
31966              Date: Wed, 18 Apr 2001 17:58:33 +0100
31967              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
31968      Branch: perl
31969            ! ext/B/B/Deparse.pm op.c
31970 ____________________________________________________________________________
31971 [  9753] By: jhi                                   on 2001/04/19  04:21:52
31972         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
31973              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
31974              Date: Thu, 19 Apr 2001 01:11:41 -0400
31975              Message-ID: <20010419011141.A5798@cpan.org>
31976      Branch: perl
31977            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31978 ____________________________________________________________________________
31979 [  9752] By: jhi                                   on 2001/04/19  02:41:10
31980         Log: The new time utils need to be thread-aware, too.
31981      Branch: perl
31982            ! util.c
31983 ____________________________________________________________________________
31984 [  9751] By: jhi                                   on 2001/04/19  02:26:47
31985         Log: Compilation nit noticed by AIX compiler.
31986      Branch: perl
31987            ! perlio.c
31988 ____________________________________________________________________________
31989 [  9750] By: jhi                                   on 2001/04/19  02:20:06
31990         Log: The new time utils need to be public.
31991      Branch: perl
31992            ! embed.pl
31993 ____________________________________________________________________________
31994 [  9749] By: jhi                                   on 2001/04/19  01:42:39
31995         Log: Regen toc.
31996      Branch: perl
31997            ! pod/perltoc.pod
31998 ____________________________________________________________________________
31999 [  9748] By: jhi                                   on 2001/04/19  01:41:10
32000         Log: Add Time::Piece, a slight rewrite of Time::Object,
32001              from Matt Sergeant.
32002      Branch: perl
32003            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32004            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
32005            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
32006            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
32007            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
32008            ! win32/makefile.mk
32009 ____________________________________________________________________________
32010 [  9747] By: jhi                                   on 2001/04/19  00:55:35
32011         Log: The new metaconfig unit from strftime.
32012      Branch: metaconfig/U/perl
32013            + d_strftime.U
32014 ____________________________________________________________________________
32015 [  9746] By: jhi                                   on 2001/04/19  00:54:54
32016         Log: Move the strftime() wrapper from POSIX.xs to util.c
32017              as my_strftime(), requires HAS_STRFTIME.
32018      Branch: perl
32019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32020            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32021            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
32022            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32023            ! vos/config.ga.h win32/config.bc win32/config.gc
32024            ! win32/config.vc
32025 ____________________________________________________________________________
32026 [  9745] By: jhi                                   on 2001/04/18  23:11:03
32027         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
32028              in preparation of Time::Piece.
32029      Branch: perl
32030            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
32031 ____________________________________________________________________________
32032 [  9744] By: jhi                                   on 2001/04/18  22:33:12
32033         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
32034              From: Peter Prymmer <pvhp@forte.com>
32035              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
32036              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
32037      Branch: perl
32038            ! t/lib/exporter.t
32039 ____________________________________________________________________________
32040 [  9743] By: jhi                                   on 2001/04/18  22:32:23
32041         Log: Subject: Fwd: pod2html leaves cache files lying around?
32042              From: Rajesh Vaidheeswarran <rv@gnu.org>
32043              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
32044              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
32045      Branch: perl
32046            ! lib/Pod/Html.pm
32047 ____________________________________________________________________________
32048 [  9742] By: jhi                                   on 2001/04/18  20:31:49
32049         Log: Update Changes.
32050      Branch: perl
32051            ! Changes patchlevel.h
32052 ____________________________________________________________________________
32053 [  9741] By: jhi                                   on 2001/04/18  20:23:02
32054         Log: Declare hints only if needed.
32055      Branch: perl
32056            ! ext/B/B/Deparse.pm
32057 ____________________________________________________________________________
32058 [  9740] By: jhi                                   on 2001/04/18  19:06:05
32059         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
32060              bug noticed by Robin Houston; basically the code of detecting
32061              value wraparound was acting differently under different compilers
32062              and platforms.  The workaround is to remove the overflow check
32063              for now, a real fix would be to do the overflow (portably) right.
32064      Branch: perl
32065            ! t/op/pat.t utf8.c
32066 ____________________________________________________________________________
32067 [  9739] By: jhi                                   on 2001/04/18  19:01:23
32068         Log: Subject: [PATCH B::Deparse] some pragma support
32069              From: Robin Houston <robin@kitsite.com>
32070              Date: Wed, 18 Apr 2001 19:32:12 +0100
32071              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
32072      Branch: perl
32073            ! ext/B/B/Deparse.pm
32074 ____________________________________________________________________________
32075 [  9738] By: jhi                                   on 2001/04/18  15:16:37
32076         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
32077              From: Benjamin Sugars <bsugars@canoe.ca>
32078              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
32079              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
32080      Branch: perl
32081            ! t/op/glob.t
32082 ____________________________________________________________________________
32083 [  9737] By: jhi                                   on 2001/04/18  13:24:50
32084         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
32085              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32086              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
32087              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
32088      Branch: perl
32089            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32090            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
32091 ____________________________________________________________________________
32092 [  9736] By: jhi                                   on 2001/04/18  04:15:14
32093         Log: The #9735 also changes the subtest 12.
32094      Branch: perl
32095            ! t/lib/b.t
32096 ____________________________________________________________________________
32097 [  9735] By: jhi                                   on 2001/04/18  03:55:17
32098         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
32099              From: David Dyck <dcd@tc.fluke.com>
32100              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
32101              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
32102      Branch: perl
32103            ! ext/B/B/Deparse.pm
32104 ____________________________________________________________________________
32105 [  9734] By: jhi                                   on 2001/04/18  03:54:11
32106         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
32107              From: Gisle Aas <gisle@ActiveState.com>
32108              Date: 17 Apr 2001 19:06:45 -0700
32109              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
32110      Branch: perl
32111            ! pp_hot.c t/op/misc.t
32112 ____________________________________________________________________________
32113 [  9733] By: jhi                                   on 2001/04/17  22:25:22
32114         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
32115              From: "Abigail" <abigail@foad.org>
32116              Date: Wed, 18 Apr 2001 01:17:46 +0200
32117              Message-ID: <20010417231746.21657.qmail@foad.org>
32118      Branch: perl
32119            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
32120 ____________________________________________________________________________
32121 [  9732] By: jhi                                   on 2001/04/17  20:47:56
32122         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
32123              From: Robin Houston <robin@kitsite.com>
32124              Date: Tue, 17 Apr 2001 22:37:42 +0100
32125              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
32126      Branch: perl
32127            ! ext/B/B/Deparse.pm
32128 ____________________________________________________________________________
32129 [  9731] By: nick                                  on 2001/04/17  20:46:35
32130         Log: Re-sync for t/lib/b.t fix
32131      Branch: perlio
32132           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
32133 ____________________________________________________________________________
32134 [  9730] By: jhi                                   on 2001/04/17  20:45:29
32135         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
32136              From: Robin Houston <robin@kitsite.com>
32137              Date: Tue, 17 Apr 2001 22:29:36 +0100
32138              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
32139      Branch: perl
32140            ! ext/B/B.xs ext/B/B/Deparse.pm
32141 ____________________________________________________________________________
32142 [  9729] By: jhi                                   on 2001/04/17  20:43:11
32143         Log: Subject: Deparse - parenthesise args to undeclared subs
32144              From: Robin Houston <robin@kitsite.com>
32145              Date: Tue, 17 Apr 2001 21:31:05 +0100
32146              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
32147      Branch: perl
32148            ! ext/B/B/Deparse.pm
32149 ____________________________________________________________________________
32150 [  9728] By: jhi                                   on 2001/04/17  18:57:30
32151         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
32152              From: Benjamin Sugars <ben.sugars@home.com>
32153              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
32154              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
32155      Branch: perl
32156            ! t/lib/cwd.t
32157 ____________________________________________________________________________
32158 [  9727] By: jhi                                   on 2001/04/17  18:20:20
32159         Log: Subject: [PATCH B::Deparse] ambient pragmas
32160              From: Robin Houston <robin@kitsite.com>
32161              Date: Tue, 17 Apr 2001 20:01:59 +0100
32162              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
32163      Branch: perl
32164            ! ext/B/B/Deparse.pm t/lib/b.t
32165 ____________________________________________________________________________
32166 [  9726] By: nick                                  on 2001/04/17  16:33:51
32167         Log: Integrate mainline (t/lib/b.t fails test 2...)
32168      Branch: perlio
32169           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
32170           +> ext/List/Util/README ext/List/Util/Util.xs
32171           +> ext/List/Util/lib/List/Util.pm
32172           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
32173           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
32174           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32175           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32176           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32177           !> (integrate 31 files)
32178 ____________________________________________________________________________
32179 [  9725] By: jhi                                   on 2001/04/17  12:14:24
32180         Log: Subject: multiple B::* changes
32181              From: Robin Houston <robin@kitsite.com>
32182              Date: Thu, 12 Apr 2001 20:12:27 +0100
32183              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
32184      Branch: perl
32185            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
32186 ____________________________________________________________________________
32187 [  9724] By: jhi                                   on 2001/04/17  11:59:05
32188         Log: Thread-awareness from Doug MacEachern.
32189      Branch: perl
32190            ! ext/List/Util/Util.xs
32191 ____________________________________________________________________________
32192 [  9723] By: jhi                                   on 2001/04/17  11:57:41
32193         Log: Make the test more portable.
32194      Branch: perl
32195            ! t/lib/cwd.t
32196 ____________________________________________________________________________
32197 [  9722] By: jhi                                   on 2001/04/17  11:53:50
32198         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
32199              From: Benjamin Sugars <ben.sugars@home.com>
32200              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
32201              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
32202      Branch: perl
32203            ! t/lib/cwd.t
32204 ____________________________________________________________________________
32205 [  9721] By: jhi                                   on 2001/04/17  11:52:17
32206         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
32207              From: Benjamin Sugars <bsugars@canoe.ca>
32208              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
32209              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
32210      Branch: perl
32211            ! op.c
32212 ____________________________________________________________________________
32213 [  9720] By: jhi                                   on 2001/04/17  11:35:42
32214         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
32215              From: Chris Nandor <pudge@pobox.com>
32216              Date: Tue, 17 Apr 2001 00:30:49 -0400
32217              Message-Id: <p05100207b701768712de@[10.0.1.177]>
32218      Branch: perl
32219            ! ext/File/Glob/bsd_glob.c gv.c
32220 ____________________________________________________________________________
32221 [  9719] By: jhi                                   on 2001/04/17  11:32:13
32222         Log: Subject: [PATCH] Tweten->West
32223              From: Casey West <casey@geeknest.com>
32224              Date: Mon, 16 Apr 2001 12:11:22 -0400
32225              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
32226      Branch: perl
32227            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
32228            ! pod/perltie.pod
32229 ____________________________________________________________________________
32230 [  9718] By: jhi                                   on 2001/04/16  03:22:52
32231         Log: Update Changes.
32232      Branch: perl
32233            ! Changes patchlevel.h
32234 ____________________________________________________________________________
32235 [  9717] By: jhi                                   on 2001/04/16  03:06:28
32236         Log: Regen toc.
32237      Branch: perl
32238            ! pod/perltoc.pod
32239 ____________________________________________________________________________
32240 [  9716] By: jhi                                   on 2001/04/16  02:58:42
32241         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
32242              From: Prymmer/Kahn <pvhp@best.com>
32243              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
32244              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
32245      Branch: perl
32246            ! utf8.c
32247 ____________________________________________________________________________
32248 [  9715] By: jhi                                   on 2001/04/15  23:40:35
32249         Log: Subject: Re: Net::Ping patch, adds stream protocol
32250              From: bronson@rinspin.com (Scott Bronson)
32251              Date: Tue, 10 Apr 2001 23:58:33 -0700
32252              Message-ID: <20010410235833.N29719@rinspin.com>
32253      Branch: perl
32254            ! lib/Net/Ping.pm
32255 ____________________________________________________________________________
32256 [  9714] By: jhi                                   on 2001/04/15  23:31:46
32257         Log: Printing out the ok messages helps successful testing.
32258      Branch: perl
32259            ! t/lib/time-hires.t
32260 ____________________________________________________________________________
32261 [  9713] By: jhi                                   on 2001/04/15  21:43:24
32262         Log: Update Douglas Wegscheid's email.
32263      Branch: perl
32264            ! AUTHORS
32265 ____________________________________________________________________________
32266 [  9712] By: jhi                                   on 2001/04/15  21:40:41
32267         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
32268              From: Michael G Schwern <schwern@pobox.com>
32269              Date: Sat, 14 Apr 2001 22:40:50 +0100
32270              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
32271      Branch: perl
32272            + t/lib/exporter.t
32273            ! MANIFEST lib/Exporter/Heavy.pm
32274 ____________________________________________________________________________
32275 [  9711] By: jhi                                   on 2001/04/15  21:39:21
32276         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
32277              From: Michael G Schwern <schwern@pobox.com>
32278              Date: Sat, 14 Apr 2001 22:13:59 +0100
32279              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
32280      Branch: perl
32281            ! t/op/loopctl.t
32282 ____________________________________________________________________________
32283 [  9710] By: jhi                                   on 2001/04/15  21:30:19
32284         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
32285              From: Michael G Schwern <schwern@pobox.com>
32286              Date: Sat, 14 Apr 2001 22:05:32 +0100
32287              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
32288      Branch: perl
32289            ! t/pragma/warnings.t
32290 ____________________________________________________________________________
32291 [  9709] By: jhi                                   on 2001/04/15  19:34:09
32292         Log: Integrate changes #9706,9707 from maintperl into mainline.
32293              
32294              change#7210 broke .packlist generation
32295              
32296              ExtUtils::Installed doesn't quote regex metacharacters in paths
32297              before using them in match; also make it work for dosish platforms
32298      Branch: perl
32299           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32300 ____________________________________________________________________________
32301 [  9708] By: jhi                                   on 2001/04/15  19:31:01
32302         Log: Test also the scalar aspect of getitimer().
32303      Branch: perl
32304            ! t/lib/time-hires.t
32305 ____________________________________________________________________________
32306 [  9707] By: gsar                                  on 2001/04/15  17:24:20
32307         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
32308              before using them in match; also make it work for dosish platforms
32309      Branch: maint-5.6/perl
32310            ! lib/ExtUtils/Installed.pm
32311 ____________________________________________________________________________
32312 [  9706] By: gsar                                  on 2001/04/15  17:21:59
32313         Log: change#7210 broke .packlist generation (listed only filename
32314              rather than fully qualified path name)
32315      Branch: maint-5.6/perl
32316            ! lib/ExtUtils/Install.pm
32317 ____________________________________________________________________________
32318 [  9705] By: jhi                                   on 2001/04/15  12:36:33
32319         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
32320      Branch: perl
32321            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
32322            ! t/lib/time-hires.t
32323 ____________________________________________________________________________
32324 [  9704] By: jhi                                   on 2001/04/15  10:49:08
32325         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
32326              From: Prymmer/Kahn <pvhp@best.com>
32327              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
32328              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
32329      Branch: perl
32330            ! lib/utf8.pm pod/perlebcdic.pod
32331 ____________________________________________________________________________
32332 [  9703] By: jhi                                   on 2001/04/15  02:26:26
32333         Log: I keep forgetting to sort MANIFEST.
32334      Branch: perl
32335            ! MANIFEST
32336 ____________________________________________________________________________
32337 [  9702] By: jhi                                   on 2001/04/15  02:07:47
32338         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
32339              Now we have blessed, reftype, tainted, first, reduce, ...
32340      Branch: perl
32341            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
32342            + ext/List/Util/README ext/List/Util/Util.xs
32343            + ext/List/Util/lib/List/Util.pm
32344            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
32345            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
32346            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32347            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32348            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32349            ! MANIFEST
32350 ____________________________________________________________________________
32351 [  9701] By: jhi                                   on 2001/04/14  15:05:25
32352         Log: Subject: RE: dprofpp.pl updates 
32353              From: Carl Eklof <CEklof@endeca.com>
32354              Date: Thu, 12 Apr 2001 18:45:46 -0400
32355              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
32356      Branch: perl
32357            ! utils/dprofpp.PL
32358 ____________________________________________________________________________
32359 [  9700] By: jhi                                   on 2001/04/14  14:44:55
32360         Log: Do not just blindly add CR.
32361      Branch: perl
32362            ! Porting/makerel
32363 ____________________________________________________________________________
32364 [  9699] By: jhi                                   on 2001/04/13  13:17:01
32365         Log: Update Changes.
32366      Branch: perl
32367            ! Changes patchlevel.h
32368 ____________________________________________________________________________
32369 [  9698] By: jhi                                   on 2001/04/13  12:44:48
32370         Log: Integrate perlio.
32371      Branch: perl
32372           !> ext/PerlIO/Scalar/Scalar.xs
32373 ____________________________________________________________________________
32374 [  9697] By: jhi                                   on 2001/04/13  12:29:15
32375         Log: Add more debug output to the test.
32376      Branch: perl
32377            ! t/lib/cwd.t
32378 ____________________________________________________________________________
32379 [  9696] By: nick                                  on 2001/04/13  10:14:29
32380         Log: Fix core dump on binmode($fh,'Scalar')
32381      Branch: perlio
32382            ! ext/PerlIO/Scalar/Scalar.xs
32383 ____________________________________________________________________________
32384 [  9695] By: nick                                  on 2001/04/13  09:05:42
32385         Log: Integrate mainline
32386      Branch: perlio
32387           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32388           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32389           +> t/lib/time-hires.t
32390           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
32391           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
32392           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32393           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
32394           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
32395           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
32396           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
32397 ____________________________________________________________________________
32398 [  9694] By: jhi                                   on 2001/04/12  22:23:35
32399         Log: Integrate change #9693 from maintperl into mainline.
32400              
32401              $VERSION and Version() on the same line provokes a warning from
32402              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32403      Branch: perl
32404           !> lib/Devel/SelfStubber.pm
32405 ____________________________________________________________________________
32406 [  9693] By: gsar                                  on 2001/04/12  21:55:56
32407         Log: $VERSION and Version() on the same line provokes a warning from
32408              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32409      Branch: maint-5.6/perl
32410            ! lib/Devel/SelfStubber.pm
32411 ____________________________________________________________________________
32412 [  9692] By: jhi                                   on 2001/04/12  13:54:00
32413         Log: This is at least 5.005.
32414      Branch: perl
32415            ! ext/Time/HiRes/HiRes.xs
32416 ____________________________________________________________________________
32417 [  9691] By: jhi                                   on 2001/04/12  13:37:20
32418         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
32419      Branch: perl
32420            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
32421            ! win32/Makefile win32/makefile.mk
32422 ____________________________________________________________________________
32423 [  9690] By: jhi                                   on 2001/04/12  01:34:46
32424         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
32425      Branch: perl
32426            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32427            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32428            + t/lib/time-hires.t
32429            ! MANIFEST
32430 ____________________________________________________________________________
32431 [  9689] By: jhi                                   on 2001/04/12  00:28:39
32432         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
32433              From: Gisle Aas <gisle@ActiveState.com>
32434              Date: 11 Apr 2001 16:36:11 -0700
32435              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
32436      Branch: perl
32437            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
32438 ____________________________________________________________________________
32439 [  9688] By: jhi                                   on 2001/04/12  00:27:39
32440         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32441              From: Gisle Aas <gisle@ActiveState.com>
32442              Date: 11 Apr 2001 11:13:24 -0700
32443              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
32444      Branch: perl
32445            ! ext/MIME/Base64/Base64.xs
32446 ____________________________________________________________________________
32447 [  9687] By: jhi                                   on 2001/04/11  19:51:47
32448         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
32449      Branch: perl
32450            ! Todo-5.6
32451 ____________________________________________________________________________
32452 [  9686] By: jhi                                   on 2001/04/11  16:54:25
32453         Log: Subject: [PATCH opcode.pl] Documentation of table format
32454              From: Simon Cozens <simon@netthink.co.uk>
32455              Date: Wed, 11 Apr 2001 12:59:31 +0100
32456              Message-ID: <20010411125931.A25681@netthink.co.uk>
32457      Branch: perl
32458            ! opcode.pl
32459 ____________________________________________________________________________
32460 [  9685] By: jhi                                   on 2001/04/11  16:53:15
32461         Log: Subject: [PATCH] prototype("CORE::recv")
32462              From: Simon Cozens <simon@netthink.co.uk>
32463              Date: Wed, 11 Apr 2001 13:24:35 +0100
32464              Message-ID: <20010411132435.A26169@netthink.co.uk>
32465      Branch: perl
32466            ! pp.c t/comp/proto.t
32467 ____________________________________________________________________________
32468 [  9684] By: jhi                                   on 2001/04/11  16:47:13
32469         Log: FAQ (and AUTHORS) update from Dan Carson: the information
32470              was several years obsolete, Term::Readkey has been updated
32471              to have the functionality.
32472      Branch: perl
32473            ! AUTHORS pod/perlfaq5.pod
32474 ____________________________________________________________________________
32475 [  9683] By: jhi                                   on 2001/04/11  12:15:46
32476         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32477              From: Calle Dybedahl <calle@lysator.liu.se>
32478              Date: 10 Apr 2001 16:44:16 +0200
32479              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
32480      Branch: perl
32481            ! ext/MIME/Base64/Base64.xs
32482 ____________________________________________________________________________
32483 [  9682] By: jhi                                   on 2001/04/11  12:12:26
32484         Log: A more minimal fix for 20010410.006 from Hugo.
32485      Branch: perl
32486            ! regexec.c
32487 ____________________________________________________________________________
32488 [  9681] By: jhi                                   on 2001/04/11  11:34:23
32489         Log: Integrate changes #9678,9679 from maintline into mainperl.
32490              
32491              addendum to change#9676
32492              
32493              up $File::Glob::VERSION; add a note pointing out the version of
32494              the OpenBSD glob bsd_glob.c resembles
32495      Branch: perl
32496           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32497           !> ext/File/Glob/bsd_glob.h
32498 ____________________________________________________________________________
32499 [  9680] By: jhi                                   on 2001/04/11  11:30:38
32500         Log: Bad test numbering in integrate in #9677.
32501              Fixes ID 20010411.001.
32502      Branch: perl
32503            ! t/op/pat.t
32504 ____________________________________________________________________________
32505 [  9679] By: gsar                                  on 2001/04/11  03:38:40
32506         Log: up $File::Glob::VERSION; add a note pointing out the version of
32507              the OpenBSD glob bsd_glob.c resembles
32508      Branch: maint-5.6/perl
32509            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32510            ! ext/File/Glob/bsd_glob.h
32511 ____________________________________________________________________________
32512 [  9678] By: gsar                                  on 2001/04/11  03:09:48
32513         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
32514              revision 1.8.10.1 found here:
32515              
32516              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
32517      Branch: maint-5.6/perl
32518            ! ext/File/Glob/bsd_glob.c
32519 ____________________________________________________________________________
32520 [  9677] By: jhi                                   on 2001/04/11  02:54:39
32521         Log: Integrate changes #9675,9676 from maintperl into mainline.
32522              
32523              fix for bug 20010410.006, undo change#7115
32524              
32525              port the OpenBSD glob() security patch
32526      Branch: perl
32527           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32528           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
32529           !> t/op/pat.t
32530 ____________________________________________________________________________
32531 [  9676] By: gsar                                  on 2001/04/11  02:19:02
32532         Log: port the glob() security patch found at:
32533              
32534              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
32535              
32536              CERT advisory for the issue is here:
32537              
32538              http://www.cert.org/advisories/CA-2001-07.html
32539              
32540              Note that the security scare is only relevant for those who are
32541              foolish enough to build suidperl (which is now officially discouraged)
32542      Branch: maint-5.6/perl
32543            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32544            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
32545 ____________________________________________________________________________
32546 [  9675] By: gsar                                  on 2001/04/10  23:52:11
32547         Log: fix for bug 20010410.006
32548              
32549              undo change#7115 (came into maint-5.6 as change#8156)
32550              
32551              add tests to keep it from coming back
32552      Branch: maint-5.6/perl
32553            ! regexec.c t/op/pat.t
32554 ____________________________________________________________________________
32555 [  9674] By: nick                                  on 2001/04/10  20:39:31
32556         Log: Integrate mainline
32557      Branch: perlio
32558           +> Porting/testall.atom
32559           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
32560           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
32561           !> t/lib/lc-uk.t t/pod/find.t
32562 ____________________________________________________________________________
32563 [  9673] By: nick                                  on 2001/04/10  18:46:14
32564         Log: Integrate against change 9670 aka perl-5.7.1
32565      Branch: perlio
32566           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32567           !> (integrate 53 files)
32568 ____________________________________________________________________________
32569 [  9672] By: jhi                                   on 2001/04/10  13:45:01
32570         Log: Add a script for doing cumulative profile of the test suite.
32571              (Requires ATOM, that is, Tru64.)
32572      Branch: perl
32573            + Porting/testall.atom
32574            ! MANIFEST
32575 ____________________________________________________________________________
32576 [  9671] By: jhi                                   on 2001/04/10  12:38:53
32577         Log: Missing std block.
32578      Branch: perl
32579            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
32580            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
32581            ! t/pod/find.t
32582 ____________________________________________________________________________
32583 [  9670] By: jhi                                   on 2001/04/10  01:25:58
32584         Log: This is 5.7.1.
32585      Branch: perl
32586            ! patchlevel.h
32587 ____________________________________________________________________________
32588 [  9669] By: jhi                                   on 2001/04/10  01:09:14
32589         Log: Update Changes.
32590      Branch: perl
32591            ! Changes patchlevel.h
32592 ____________________________________________________________________________
32593 [  9668] By: jhi                                   on 2001/04/10  01:00:38
32594         Log: Regen toc.
32595      Branch: perl
32596            ! pod/perltoc.pod
32597 ____________________________________________________________________________
32598 [  9667] By: jhi                                   on 2001/04/10  00:52:16
32599         Log: Update perlhist.
32600      Branch: perl
32601            ! pod/perlhist.pod
32602 ____________________________________________________________________________
32603 [  9666] By: jhi                                   on 2001/04/09  23:38:59
32604         Log: Slight wording tweaks from Damian to #9658.
32605      Branch: perl
32606            ! pod/perlobj.pod
32607 ____________________________________________________________________________
32608 [  9665] By: jhi                                   on 2001/04/09  19:56:06
32609         Log: Subject: [PATCH perlutil.pod] Nit
32610              From: Simon Cozens <simon@netthink.co.uk>
32611              Date: Mon, 9 Apr 2001 20:29:44 +0100
32612              Message-ID: <20010409202944.A14796@the.earth.li>
32613      Branch: perl
32614            ! pod/perlutil.pod
32615 ____________________________________________________________________________
32616 [  9664] By: jhi                                   on 2001/04/09  19:54:42
32617         Log: Subject: Re: perl571delta.pod@9631
32618              From: Mike Guy <mjtg@cam.ac.uk>
32619              Date: Mon, 09 Apr 2001 18:09:14 +0100
32620              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
32621      Branch: perl
32622            ! pod/perl571delta.pod
32623 ____________________________________________________________________________
32624 [  9663] By: jhi                                   on 2001/04/09  13:43:35
32625         Log: Update Changes.
32626      Branch: perl
32627            ! Changes patchlevel.h
32628 ____________________________________________________________________________
32629 [  9662] By: jhi                                   on 2001/04/09  13:24:46
32630         Log: tweak tweak.
32631      Branch: perl
32632            ! AUTHORS pod/perl571delta.pod
32633 ____________________________________________________________________________
32634 [  9661] By: jhi                                   on 2001/04/09  13:15:13
32635         Log: Thinko in manual patch applying.
32636      Branch: perl
32637            ! sv.c
32638 ____________________________________________________________________________
32639 [  9660] By: jhi                                   on 2001/04/09  13:07:53
32640         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
32641              From: Robin Barker <rmb1@cise.npl.co.uk> 
32642              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
32643              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
32644              
32645              (This corrects the case where the "isn't numeric" string contains \0s
32646              and is longer than the temporary buffer, and contains \0 at the point
32647              the string would be truncated by "...".) 
32648      Branch: perl
32649            ! sv.c
32650 ____________________________________________________________________________
32651 [  9659] By: jhi                                   on 2001/04/09  12:57:41
32652         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
32653      Branch: perl
32654            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
32655            ! t/lib/cgi-function.t t/lib/cgi-html.t
32656 ____________________________________________________________________________
32657 [  9658] By: jhi                                   on 2001/04/09  12:48:47
32658         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
32659              From: Ilmari Karonen <iltzu@sci.fi>
32660              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
32661              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
32662              
32663              Rearrange and rewrite the Method Invocation section
32664              to explain the concepts in nicer order.
32665      Branch: perl
32666            ! pod/perlobj.pod
32667 ____________________________________________________________________________
32668 [  9657] By: jhi                                   on 2001/04/09  12:35:58
32669         Log: Upgrade to podlators 1.09, from Russ Allbery.
32670      Branch: perl
32671            ! lib/Pod/Man.pm lib/Pod/Text.pm
32672 ____________________________________________________________________________
32673 [  9656] By: jhi                                   on 2001/04/09  12:31:53
32674         Log: perl571delta.
32675      Branch: perl
32676            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
32677 ____________________________________________________________________________
32678 [  9655] By: jhi                                   on 2001/04/09  12:20:09
32679         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
32680              From: Prymmer/Kahn <pvhp@best.com>
32681              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
32682              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
32683      Branch: perl
32684            ! lib/utf8.pm pod/perlunicode.pod
32685 ____________________________________________________________________________
32686 [  9654] By: gsar                                  on 2001/04/09  03:38:33
32687         Log: here lies 5.6.1
32688      Branch: maint-5.6/perl
32689            ! Changes
32690 ____________________________________________________________________________
32691 [  9653] By: jhi                                   on 2001/04/09  03:25:24
32692         Log: Update perlhist.
32693      Branch: perl
32694            ! pod/perlhist.pod
32695 ____________________________________________________________________________
32696 [  9652] By: jhi                                   on 2001/04/09  03:18:49
32697         Log: perl571delta tweaking continues.
32698      Branch: perl
32699            ! pod/perl571delta.pod
32700 ____________________________________________________________________________
32701 [  9651] By: gsar                                  on 2001/04/09  03:11:19
32702         Log: update Changes, patchlevel.h &c.
32703      Branch: maint-5.6/perl
32704            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32705            ! pod/perltoc.pod
32706 ____________________________________________________________________________
32707 [  9650] By: jhi                                   on 2001/04/09  02:40:24
32708         Log: Integrate the perlfork half of #9513 from maintperl into mainline
32709              (the perlunicode half is obsolete)
32710      Branch: perl
32711            ! pod/perlfork.pod
32712 ____________________________________________________________________________
32713 [  9649] By: gsar                                  on 2001/04/09  02:35:43
32714         Log: tweak perldelta as suggested by Jarkko
32715      Branch: maint-5.6/perl
32716            ! pod/perldelta.pod
32717 ____________________________________________________________________________
32718 [  9648] By: jhi                                   on 2001/04/09  02:13:04
32719         Log: Integrate change #9646 from maintperl into mainline.
32720              
32721              add note about ithreads and Thread.pm
32722      Branch: perl
32723           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
32724 ____________________________________________________________________________
32725 [  9647] By: jhi                                   on 2001/04/09  02:10:18
32726         Log: Bad assumption that shortsize == 2.
32727      Branch: perl
32728            ! t/lib/xs-typemap.t
32729 ____________________________________________________________________________
32730 [  9646] By: gsar                                  on 2001/04/09  00:48:04
32731         Log: add note about ithreads and Thread.pm (too many people are
32732              confused by the fact that Thread.pm is built and installed
32733              under non-5005threads but doesn't work)
32734      Branch: maint-5.6/perl
32735            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
32736 ____________________________________________________________________________
32737 [  9645] By: gsar                                  on 2001/04/09  00:19:03
32738         Log: update perldelta.pod for changes in 5.6.1
32739      Branch: maint-5.6/perl
32740            ! Changes pod/perldelta.pod
32741 ____________________________________________________________________________
32742 [  9644] By: jhi                                   on 2001/04/08  20:37:00
32743         Log: Integrate change #9639 from maintperl into mainline:
32744              on windows, many of the README.* pods were being copied to
32745              the wrong location
32746      Branch: perl
32747           !> win32/Makefile win32/makefile.mk
32748 ____________________________________________________________________________
32749 [  9643] By: jhi                                   on 2001/04/08  20:07:11
32750         Log: Integrate change #9624 from maintperl into mainline:
32751              the pod tests were not okay.  (t/pod/find.t changes ignored)
32752      Branch: perl
32753           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32754           !> t/pod/include.t t/pod/included.t t/pod/lref.t
32755           !> t/pod/multiline_items.t t/pod/nested_items.t
32756           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32757           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32758 ____________________________________________________________________________
32759 [  9642] By: jhi                                   on 2001/04/08  19:57:17
32760         Log: Integrate change #9638 from maintperl into mainline:
32761              update to latest JPL from the anoncvs repository
32762      Branch: perl
32763           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32764           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32765           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32766 ____________________________________________________________________________
32767 [  9641] By: jhi                                   on 2001/04/08  19:53:30
32768         Log: perl571delta updates.
32769      Branch: perl
32770            ! lib/Filter/Simple.pm pod/perl571delta.pod
32771 ____________________________________________________________________________
32772 [  9640] By: gsar                                  on 2001/04/08  19:20:46
32773         Log: integrate change#9634 from mainline
32774              
32775              Fix the perlmodlib generation (didn't understand separate .pod
32776              files; didn't understand -- as the name-thing separator).
32777              Update the CPAN mirrors list.
32778      Branch: maint-5.6/perl
32779            ! pod/perlmodlib.pod
32780           !> pod/perlmodlib.PL
32781 ____________________________________________________________________________
32782 [  9639] By: gsar                                  on 2001/04/08  18:57:31
32783         Log: on windows, many of the README.* pods were being copied to the wrong
32784              location
32785      Branch: maint-5.6/perl
32786            ! win32/Makefile win32/makefile.mk
32787 ____________________________________________________________________________
32788 [  9638] By: gsar                                  on 2001/04/08  18:38:25
32789         Log: update to latest JPL from the anoncvs repository
32790      Branch: maint-5.6/perl
32791            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32792            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32793            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32794 ____________________________________________________________________________
32795 [  9637] By: jhi                                   on 2001/04/08  17:53:53
32796         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
32797      Branch: perl
32798            ! pod/perl571delta.pod
32799 ____________________________________________________________________________
32800 [  9636] By: jhi                                   on 2001/04/08  17:18:32
32801         Log: Regen toc.
32802      Branch: perl
32803            ! pod/perltoc.pod
32804 ____________________________________________________________________________
32805 [  9635] By: jhi                                   on 2001/04/08  17:16:33
32806         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
32807              From: "Craig A. Berry" <craigberry@mac.com>
32808              Date: Sun, 08 Apr 2001 12:30:16 -0500
32809              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
32810      Branch: perl
32811            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
32812 ____________________________________________________________________________
32813 [  9634] By: jhi                                   on 2001/04/08  17:09:19
32814         Log: Fix the perlmodlib generation (didn't understand separate .pod
32815              files; didn't understand -- as the name-thing separator).
32816              
32817              Update the CPAN mirrors list.
32818      Branch: perl
32819            ! pod/perlmodlib.PL pod/perlmodlib.pod
32820 ____________________________________________________________________________
32821 [  9633] By: jhi                                   on 2001/04/08  16:49:17
32822         Log: Sort MANIFEST.
32823      Branch: perl
32824            ! MANIFEST
32825 ____________________________________________________________________________
32826 [  9632] By: gsar                                  on 2001/04/08  16:36:06
32827         Log: add $Tie::RefHash::VERSION
32828      Branch: maint-5.6/perl
32829            ! lib/Tie/RefHash.pm
32830 ____________________________________________________________________________
32831 [  9631] By: jhi                                   on 2001/04/08  16:10:15
32832         Log: perl571delta updates based on p5p feedback; still needs
32833              lots of examples.
32834      Branch: perl
32835            ! pod/perl571delta.pod
32836 ____________________________________________________________________________
32837 [  9630] By: jhi                                   on 2001/04/08  15:59:13
32838         Log: Update the list of supported platforms to talk about 5.7.1
32839              (and 5.6.1)
32840      Branch: perl
32841            ! pod/perlport.pod
32842 ____________________________________________________________________________
32843 [  9629] By: jhi                                   on 2001/04/08  15:55:41
32844         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
32845              from maintperl into mainline: perlport updates.
32846      Branch: perl
32847            ! pod/perlport.pod
32848 ____________________________________________________________________________
32849 [  9628] By: jhi                                   on 2001/04/08  15:53:17
32850         Log: perlsolaris.pod copied to wrong directory.
32851      Branch: perl
32852            ! win32/makefile.mk
32853 ____________________________________________________________________________
32854 [  9627] By: jhi                                   on 2001/04/08  14:48:18
32855         Log: Subject: Typos in perl571delta.pod
32856              From: "Stephen P. Potter" <spp@spotter.yi.org>
32857              Date: Sat, 07 Apr 2001 20:37:05 -0400
32858              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
32859      Branch: perl
32860            ! pod/perl571delta.pod
32861 ____________________________________________________________________________
32862 [  9626] By: jhi                                   on 2001/04/08  14:39:04
32863         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
32864      Branch: perl
32865            ! gv.c
32866 ____________________________________________________________________________
32867 [  9625] By: nick                                  on 2001/04/08  10:14:23
32868         Log: Integrate mainline
32869      Branch: perlio
32870           +> pod/perl570delta.pod pod/perl571delta.pod
32871           !> (integrate 27 files)
32872 ____________________________________________________________________________
32873 [  9624] By: gsar                                  on 2001/04/08  06:08:17
32874         Log: test in t/pod/* were busted
32875              
32876              these tests are still not enabled in t/{harness,TEST}
32877      Branch: maint-5.6/perl
32878            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
32879            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
32880            ! t/pod/multiline_items.t t/pod/nested_items.t
32881            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32882            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32883 ____________________________________________________________________________
32884 [  9623] By: gsar                                  on 2001/04/08  03:37:01
32885         Log: integrate change#9470 from mainline
32886              
32887              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
32888      Branch: maint-5.6/perl
32889           !> ext/Socket/Socket.xs
32890 ____________________________________________________________________________
32891 [  9622] By: jhi                                   on 2001/04/07  22:40:47
32892         Log: Update Changes.
32893      Branch: perl
32894            ! Changes patchlevel.h
32895 ____________________________________________________________________________
32896 [  9621] By: jhi                                   on 2001/04/07  22:34:16
32897         Log: Update AUTHORS.
32898      Branch: perl
32899            ! AUTHORS
32900 ____________________________________________________________________________
32901 [  9620] By: jhi                                   on 2001/04/07  22:12:47
32902         Log: Forgot to bump the number of tests in #9164.
32903      Branch: perl
32904            ! t/op/array.t
32905 ____________________________________________________________________________
32906 [  9619] By: jhi                                   on 2001/04/07  22:09:50
32907         Log: Bump patchlevel to 5.7.1.
32908      Branch: perl
32909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32910            ! config_h.SH patchlevel.h
32911 ____________________________________________________________________________
32912 [  9618] By: jhi                                   on 2001/04/07  22:02:41
32913         Log: Populate perl571delta.
32914      Branch: perl
32915            ! pod/perl571delta.pod
32916 ____________________________________________________________________________
32917 [  9617] By: jhi                                   on 2001/04/07  22:01:23
32918         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
32919              to forget it later; do not change patchlevel.h yet or regenerate
32920              Configure yet.
32921      Branch: perl
32922            ! epoc/config.sh win32/Makefile win32/config_H.bc
32923            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
32924 ____________________________________________________________________________
32925 [  9616] By: jhi                                   on 2001/04/07  17:46:33
32926         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
32927      Branch: perl
32928            ! pod/perl571delta.pod
32929 ____________________________________________________________________________
32930 [  9615] By: jhi                                   on 2001/04/07  17:33:21
32931         Log: Change the toc configuration.
32932      Branch: perl
32933            ! pod/buildtoc.PL pod/perl.pod
32934 ____________________________________________________________________________
32935 [  9614] By: jhi                                   on 2001/04/07  17:29:47
32936         Log: Subject: PATCH: $[
32937              From: Robin Houston <robin@kitsite.com>
32938              Date: Fri, 6 Apr 2001 18:10:14 +0100
32939              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
32940      Branch: perl
32941            ! op.c t/op/array.t
32942 ____________________________________________________________________________
32943 [  9613] By: jhi                                   on 2001/04/07  17:28:26
32944         Log: Subject: [PATCH perl@9424] isn't numeric warning
32945              From: Robin Barker <rmb1@cise.npl.co.uk>
32946              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
32947              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
32948      Branch: perl
32949            ! sv.c t/pragma/warn/sv
32950 ____________________________________________________________________________
32951 [  9612] By: jhi                                   on 2001/04/07  17:26:45
32952         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
32953              From: Mike Guy <mjtg@cam.ac.uk>
32954              Date: Fri, 06 Apr 2001 12:47:06 +0100
32955              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
32956      Branch: perl
32957            ! dump.c t/lib/peek.t
32958 ____________________________________________________________________________
32959 [  9611] By: jhi                                   on 2001/04/07  17:21:35
32960         Log: Create perl571delta and seed it off with the perldelta changes
32961              since 5.7.0; remove those changes from perldelta and rename it
32962              as perl570delta; recreate perldelta but leave it almost empty.
32963      Branch: perl
32964            + pod/perl570delta.pod pod/perl571delta.pod
32965            ! MANIFEST pod/perldelta.pod
32966 ____________________________________________________________________________
32967 [  9610] By: jhi                                   on 2001/04/07  16:56:32
32968         Log: Denit.
32969      Branch: perl
32970            ! pod/perldelta.pod
32971 ____________________________________________________________________________
32972 [  9609] By: jhi                                   on 2001/04/07  16:38:32
32973         Log: Retract #9523: needs more thought.
32974      Branch: perl
32975            ! Makefile.SH
32976 ____________________________________________________________________________
32977 [  9608] By: jhi                                   on 2001/04/07  14:59:20
32978         Log: atmark() code cleanaup.
32979      Branch: perl
32980            ! ext/IO/IO.xs
32981 ____________________________________________________________________________
32982 [  9607] By: jhi                                   on 2001/04/07  14:48:14
32983         Log: Integrate change #9605 from maintperl into mainline.
32984              
32985              can't optimize away scope entry if tr/// is present
32986      Branch: perl
32987           !> op.c t/op/tr.t
32988 ____________________________________________________________________________
32989 [  9606] By: jhi                                   on 2001/04/07  14:43:59
32990         Log: Integrate perlio.
32991      Branch: perl
32992           +> win32/FindExt.pm
32993           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
32994           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
32995 ____________________________________________________________________________
32996 [  9605] By: gsar                                  on 2001/04/07  11:52:40
32997         Log: can't optimize away scope entry if tr/// is present
32998      Branch: maint-5.6/perl
32999            ! op.c t/op/tr.t
33000 ____________________________________________________________________________
33001 [  9604] By: nick                                  on 2001/04/07  11:39:45
33002         Log: Split out extension finding code from buildext.pl into FindExt.pm
33003              Use it to get Config.pm's idea of available extensions in line
33004              with what is built.
33005      Branch: perlio
33006            + win32/FindExt.pm
33007            ! MANIFEST win32/buildext.pl win32/config_sh.PL
33008            ! win32/makefile.mk
33009 ____________________________________________________________________________
33010 [  9603] By: nick                                  on 2001/04/07  09:11:38
33011         Log: Cleanup correction for failed :Via() layer, also set an error code.
33012      Branch: perlio
33013            ! ext/PerlIO/Via/Via.xs
33014 ____________________________________________________________________________
33015 [  9602] By: nick                                  on 2001/04/07  08:38:04
33016         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
33017              style. So don't use binmode() on the handles so that Win32 etc. see
33018              same sequence and produce same digests.
33019      Branch: perlio
33020            ! t/lib/md5-file.t
33021 ____________________________________________________________________________
33022 [  9601] By: nick                                  on 2001/04/07  08:36:26
33023         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
33024              Else it complains and so crlf layer (say) does not get pushed.
33025      Branch: perlio
33026            ! perlio.c
33027 ____________________________________________________________________________
33028 [  9600] By: jhi                                   on 2001/04/06  23:00:09
33029         Log: Integrate change #9599 from perlio into mainline.
33030      Branch: perl
33031           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33032           !> win32/config_H.vc
33033 ____________________________________________________________________________
33034 [  9599] By: nick                                  on 2001/04/06  21:42:43
33035         Log: Quote $VERSION in Encode.pm.
33036              regen_config_h as requested.
33037      Branch: perlio
33038            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
33039            ! win32/config_H.vc
33040 ____________________________________________________________________________
33041 [  9598] By: nick                                  on 2001/04/06  20:34:59
33042         Log: Integrate mainline
33043      Branch: perlio
33044           +> README.macos
33045           !> (integrate 39 files)
33046 ____________________________________________________________________________
33047 [  9597] By: gsar                                  on 2001/04/06  18:06:35
33048         Log: integrate change#9464 from mainline (addendum to change#8313)
33049              
33050              Subject: [PATCH @9452] Better peep()ing for foreach() loops
33051      Branch: maint-5.6/perl
33052           !> op.c
33053 ____________________________________________________________________________
33054 [  9596] By: jhi                                   on 2001/04/06  17:26:03
33055         Log: The d_casti32=undef is good for you even when not use64bitall.
33056      Branch: perl
33057            ! hints/hpux.sh
33058 ____________________________________________________________________________
33059 [  9595] By: gsar                                  on 2001/04/06  14:57:17
33060         Log: add a low-impact fix to accomodate darwin-ism
33061      Branch: maint-5.6/perl
33062            ! ext/Errno/Errno_pm.PL
33063 ____________________________________________________________________________
33064 [  9594] By: jhi                                   on 2001/04/06  14:55:14
33065         Log: Integrate changes #9528,9593 from mainline into maintperl;
33066              tweaking the editor/IDE/shell list.
33067      Branch: maint-5.6/perl
33068           !> pod/perlfaq3.pod
33069 ____________________________________________________________________________
33070 [  9593] By: jhi                                   on 2001/04/06  14:51:39
33071         Log: Make the editor/IDE/shell list a little bit airier.
33072      Branch: perl
33073            ! pod/perlfaq3.pod
33074 ____________________________________________________________________________
33075 [  9592] By: gsar                                  on 2001/04/06  14:45:18
33076         Log: integrate change#9477 from mainline (base.pm doc tweak)
33077              
33078              missing doc entry for fmod()
33079      Branch: maint-5.6/perl
33080            ! lib/Math/BigFloat.pm
33081           !> lib/base.pm
33082 ____________________________________________________________________________
33083 [  9591] By: jhi                                   on 2001/04/06  13:55:48
33084         Log: Regen toc.
33085      Branch: perl
33086            ! pod/perltoc.pod
33087 ____________________________________________________________________________
33088 [  9590] By: jhi                                   on 2001/04/06  13:54:52
33089         Log: Math::BigFloat patches from John Peacock.  The equivalent
33090              of #9586 from maintperl but reworked by John to work with
33091              the bleadperl.
33092      Branch: perl
33093            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
33094 ____________________________________________________________________________
33095 [  9589] By: jhi                                   on 2001/04/06  13:42:23
33096         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
33097      Branch: perl
33098            ! ext/Digest/MD5/Makefile.PL
33099 ____________________________________________________________________________
33100 [  9588] By: jhi                                   on 2001/04/06  13:31:45
33101         Log: Integrate changes #9584,9587 from maintperl into mainline.
33102              
33103              keep eval"" CVs alive until the end of the statement in which
33104              they're called
33105              
33106              add README.macos (from Chris Nandor)
33107              
33108              tyop in change#9555
33109      Branch: perl
33110           +> README.macos
33111           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
33112           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
33113           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
33114           !> win32/makefile.mk
33115 ____________________________________________________________________________
33116 [  9587] By: gsar                                  on 2001/04/06  07:31:30
33117         Log: add README.macos (from Chris Nandor)
33118              
33119              tyop in change#9555
33120      Branch: maint-5.6/perl
33121            + README.macos
33122            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
33123            ! win32/Makefile win32/makefile.mk
33124 ____________________________________________________________________________
33125 [  9586] By: gsar                                  on 2001/04/06  07:08:54
33126         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
33127      Branch: maint-5.6/perl
33128            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
33129 ____________________________________________________________________________
33130 [  9585] By: gsar                                  on 2001/04/06  06:58:44
33131         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
33132              from mainline
33133              
33134              Subject: [PATCH] Base64 update to perlfaq9.pod
33135              
33136              Subject: [PATCH AUTHORS] Housekeeping
33137              
33138              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
33139              Mac OS X (Darwin) has extra pwent fields.
33140              
33141              Subject: [PATCH B::*] print control-character vars readably
33142              Needs EBCDICification.
33143              
33144              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
33145              
33146              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
33147              
33148              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
33149              
33150              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
33151              
33152              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
33153              
33154              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
33155              
33156              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
33157              
33158              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
33159              
33160              FreeBSD hints tweak from Anton Berezin.
33161              
33162              Subject: [PATCH foolperl & bleadperl] README.vms update
33163              
33164              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
33165      Branch: maint-5.6/perl
33166           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
33167           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
33168           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
33169 ____________________________________________________________________________
33170 [  9584] By: gsar                                  on 2001/04/06  04:09:00
33171         Log: keep eval"" CVs alive until the end of the statement in which
33172              they're called; this avoids a coredump ensuing from search for
33173              lexicals in code such as:
33174              
33175              sub bug {
33176              my $s = @_;
33177              eval q[sub { eval 'sub { &$s }' }];
33178              }
33179              bug("x")->()->();
33180              
33181              this code still doesn't work as intended (as it has remained
33182              since time immemorial), but it doesn't provoke a coredump anymore
33183      Branch: maint-5.6/perl
33184            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33185            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
33186 ____________________________________________________________________________
33187 [  9583] By: jhi                                   on 2001/04/05  23:52:51
33188         Log: Update Changes.
33189      Branch: perl
33190            ! Changes patchlevel.h
33191 ____________________________________________________________________________
33192 [  9582] By: jhi                                   on 2001/04/05  23:11:23
33193         Log: Slight doc tweak.
33194      Branch: perl
33195            ! pod/perlunicode.pod
33196 ____________________________________________________________________________
33197 [  9581] By: jhi                                   on 2001/04/05  23:04:11
33198         Log: Integrate perlio.
33199      Branch: perl
33200           !> pod/perlunicode.pod
33201 ____________________________________________________________________________
33202 [  9580] By: jhi                                   on 2001/04/05  23:03:29
33203         Log: Test for #9579.
33204      Branch: perl
33205            ! t/op/do.t
33206 ____________________________________________________________________________
33207 [  9579] By: jhi                                   on 2001/04/05  22:54:17
33208         Log: Subject: [PATCH] Propagate calling context for do '...'
33209              From: Gisle Aas <gisle@ActiveState.com>
33210              Date: 04 Apr 2001 20:17:29 -0700
33211              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
33212      Branch: perl
33213            ! pod/perlfunc.pod pp_ctl.c
33214 ____________________________________________________________________________
33215 [  9578] By: jhi                                   on 2001/04/05  22:52:51
33216         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
33217              From: Peter Prymmer <pvhp@forte.com>
33218              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
33219              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
33220      Branch: perl
33221            ! README.vms
33222 ____________________________________________________________________________
33223 [  9577] By: jhi                                   on 2001/04/05  22:48:22
33224         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
33225              From: "Craig A. Berry" <craigberry@mac.com>
33226              Date: Thu, 5 Apr 2001 13:43:28 -0500
33227              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
33228      Branch: perl
33229            ! README.vms
33230 ____________________________________________________________________________
33231 [  9576] By: jhi                                   on 2001/04/05  22:31:38
33232         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
33233              From: Michael G Schwern <schwern@pobox.com>
33234              Date: Thu, 5 Apr 2001 21:53:21 +0100
33235              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
33236      Branch: perl
33237            ! lib/base.pm t/lib/fields.t
33238 ____________________________________________________________________________
33239 [  9575] By: jhi                                   on 2001/04/05  22:26:10
33240         Log: FreeBSD hints tweak from Anton Berezin.
33241      Branch: perl
33242            ! hints/freebsd.sh
33243 ____________________________________________________________________________
33244 [  9574] By: jhi                                   on 2001/04/05  22:24:03
33245         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
33246              From: David Dyck <dcd@tc.fluke.com>
33247              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
33248              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
33249      Branch: perl
33250            ! t/op/oct.t
33251 ____________________________________________________________________________
33252 [  9573] By: jhi                                   on 2001/04/05  22:23:06
33253         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
33254              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
33255              From: David Dyck <dcd@tc.fluke.com>
33256              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
33257      Branch: perl
33258            ! pp.c
33259 ____________________________________________________________________________
33260 [  9572] By: jhi                                   on 2001/04/05  22:14:47
33261         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
33262              From: Robin Houston <robin@kitsite.com>
33263              Date: Thu, 5 Apr 2001 20:56:48 +0100
33264              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
33265      Branch: perl
33266            ! ext/B/B/Deparse.pm
33267 ____________________________________________________________________________
33268 [  9571] By: jhi                                   on 2001/04/05  22:12:53
33269         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
33270              From: Robin Houston <robin@kitsite.com>
33271              Date: Thu, 5 Apr 2001 19:55:51 +0100
33272              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
33273      Branch: perl
33274            ! ext/B/B/Deparse.pm
33275 ____________________________________________________________________________
33276 [  9570] By: jhi                                   on 2001/04/05  22:11:06
33277         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
33278              From: Robin Houston <robin@kitsite.com>
33279              Date: Thu, 5 Apr 2001 20:16:29 +0100
33280              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
33281      Branch: perl
33282            ! ext/B/B/Deparse.pm
33283 ____________________________________________________________________________
33284 [  9569] By: nick                                  on 2001/04/05  21:32:26
33285         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
33286      Branch: perlio
33287            ! pod/perlunicode.pod
33288 ____________________________________________________________________________
33289 [  9568] By: nick                                  on 2001/04/05  19:38:09
33290         Log: Integrate mainline
33291      Branch: perlio
33292           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
33293           !> (integrate 35 files)
33294 ____________________________________________________________________________
33295 [  9567] By: jhi                                   on 2001/04/05  18:31:45
33296         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
33297              From: Robin Houston <robin@kitsite.com>
33298              Date: Thu, 5 Apr 2001 18:03:23 +0100
33299              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
33300      Branch: perl
33301            ! ext/B/B/Deparse.pm
33302 ____________________________________________________________________________
33303 [  9566] By: jhi                                   on 2001/04/05  18:29:35
33304         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
33305              From: Robin Houston <robin@kitsite.com>
33306              Date: Thu, 5 Apr 2001 16:45:18 +0100
33307              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
33308      Branch: perl
33309            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
33310 ____________________________________________________________________________
33311 [  9565] By: jhi                                   on 2001/04/05  18:24:23
33312         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
33313              From: Robin Houston <robin@kitsite.com>
33314              Date: Thu, 5 Apr 2001 14:50:09 +0100
33315              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
33316      Branch: perl
33317            ! ext/B/B/Deparse.pm
33318 ____________________________________________________________________________
33319 [  9564] By: jhi                                   on 2001/04/05  18:23:03
33320         Log: Subject: [PATCH B::*] print control-character vars readably
33321              From: Robin Houston <robin@kitsite.com>
33322              Date: Thu, 5 Apr 2001 14:27:38 +0100
33323              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
33324              
33325              Needs EBCDICification.
33326      Branch: perl
33327            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
33328            ! ext/B/B/Terse.pm
33329 ____________________________________________________________________________
33330 [  9563] By: jhi                                   on 2001/04/05  18:20:32
33331         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
33332              Date: Thu, 5 Apr 2001 13:21:42 -0400
33333              From: Paul Schinder <schinder@pobox.com>
33334              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
33335              
33336              Mac OS X (Darwin) has extra pwent fields.
33337      Branch: perl
33338            ! t/op/pwent.t
33339 ____________________________________________________________________________
33340 [  9562] By: jhi                                   on 2001/04/05  17:57:51
33341         Log: Regen toc.
33342      Branch: perl
33343            ! pod/perltoc.pod
33344 ____________________________________________________________________________
33345 [  9561] By: jhi                                   on 2001/04/05  17:47:33
33346         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
33347      Branch: metaconfig
33348            ! U/Glossary.patch
33349      Branch: metaconfig/U/perl
33350            + d_u32align.U
33351            ! d_cmsghdr_s.U d_msghdr_s.U
33352 ____________________________________________________________________________
33353 [  9560] By: jhi                                   on 2001/04/05  17:47:01
33354         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
33355              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
33356              Introduce probes for struct msghdr, struct cmsghdr,
33357              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
33358              ualarm, usleep, for possible later extension work.
33359      Branch: perl
33360            + t/lib/md5-align.t
33361            ! Configure MANIFEST Porting/Glossary Porting/config.sh
33362            ! Porting/config_H config_h.SH configure.com epoc/config.sh
33363            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
33364            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33365            ! vos/config.ga.h win32/config.bc win32/config.gc
33366            ! win32/config.vc
33367 ____________________________________________________________________________
33368 [  9559] By: jhi                                   on 2001/04/05  13:03:04
33369         Log: Be traditional in your cpp (for the Errno extension).
33370      Branch: perl
33371            ! hints/darwin.sh
33372 ____________________________________________________________________________
33373 [  9558] By: jhi                                   on 2001/04/05  13:00:05
33374         Log: Add $Config{cppflags} to the gcc incantation.
33375      Branch: perl
33376            ! ext/Errno/Errno_pm.PL
33377 ____________________________________________________________________________
33378 [  9557] By: jhi                                   on 2001/04/05  04:22:39
33379         Log: Introduce Sean Burke's Class::ISA 0.32.
33380      Branch: perl
33381            + lib/Class/ISA.pm t/lib/class-isa.t
33382            ! MANIFEST
33383 ____________________________________________________________________________
33384 [  9556] By: jhi                                   on 2001/04/05  04:09:50
33385         Log: Subject: [PATCH AUTHORS] Housekeeping
33386              From: Paul Johnson <paul@pjcj.net> 
33387              Date: Wed, 4 Apr 2001 22:45:47 +0200
33388              Message-ID: <20010404224547.D9548@pjcj.net>
33389      Branch: perl
33390            ! AUTHORS
33391 ____________________________________________________________________________
33392 [  9555] By: jhi                                   on 2001/04/05  04:06:33
33393         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
33394              From: Gisle Aas <gisle@ActiveState.com>
33395              Date: 04 Apr 2001 14:23:04 -0700
33396              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
33397      Branch: perl
33398            ! pod/perlfaq9.pod
33399 ____________________________________________________________________________
33400 [  9554] By: jhi                                   on 2001/04/05  04:05:49
33401         Log: Downgrade also the "Wide character" diagnostic.
33402      Branch: perl
33403            ! pod/perldiag.pod
33404 ____________________________________________________________________________
33405 [  9553] By: jhi                                   on 2001/04/05  04:00:33
33406         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
33407              maintperl into mainline.
33408              
33409              "double" should be "NV"; standard typemap is missing entry
33410              for NV
33411              
33412              s/djSP/dSP/
33413              
33414              Downgrade "Wide character in print" to a warning.
33415              
33416              B::Deparse fix for ${^FOO} and documentation for PVX() method
33417              (from Robin Houston)
33418              
33419              tr/// doesn't null-terminate the result in some situations
33420              (from Gisle Aas)
33421      Branch: perl
33422           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
33423           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
33424           !> t/io/utf8.t t/op/tr.t
33425 ____________________________________________________________________________
33426 [  9552] By: jhi                                   on 2001/04/05  03:52:50
33427         Log: Retract changes #9542 and #9538 (from maintperl, integrated
33428              at #9540), shouldn't be needed because of the perlio changes.
33429      Branch: perl
33430            ! util.c
33431 ____________________________________________________________________________
33432 [  9551] By: gsar                                  on 2001/04/05  00:18:34
33433         Log: tr/// doesn't null-terminate the result in some situations
33434              (from Gisle Aas)
33435      Branch: maint-5.6/perl
33436            ! doop.c t/op/tr.t
33437 ____________________________________________________________________________
33438 [  9550] By: gsar                                  on 2001/04/04  20:04:17
33439         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
33440              (from Robin Houston)
33441      Branch: maint-5.6/perl
33442            ! ext/B/B.pm ext/B/B/Deparse.pm
33443 ____________________________________________________________________________
33444 [  9549] By: nick                                  on 2001/04/04  18:56:15
33445         Log: Downgrade "Wide character in print" to a warning.
33446      Branch: perlio
33447            ! doio.c t/io/utf8.t
33448 ____________________________________________________________________________
33449 [  9548] By: gsar                                  on 2001/04/04  18:51:49
33450         Log: integrate changes#9460,9462,9482,9521,9522
33451              
33452              Subject: PATCH: B::Debug should show LOOP-specific fields
33453              
33454              Subject: B::Deparse precedence bug. (Patch included.)
33455              
33456              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33457              
33458              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33459              
33460              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33461      Branch: maint-5.6/perl
33462           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
33463           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
33464 ____________________________________________________________________________
33465 [  9547] By: gsar                                  on 2001/04/04  18:49:16
33466         Log: s/djSP/dSP/
33467      Branch: maint-5.6/perl
33468            ! ext/Thread/Thread.xs
33469 ____________________________________________________________________________
33470 [  9546] By: nick                                  on 2001/04/04  18:44:00
33471         Log: Integrate mainline.
33472      Branch: perlio
33473           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
33474           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
33475 ____________________________________________________________________________
33476 [  9545] By: gsar                                  on 2001/04/04  18:38:52
33477         Log: integrate change#8837 from mainline
33478              
33479              Subject: [patch] -Wall cleanup round 2
33480      Branch: maint-5.6/perl
33481           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33482           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33483           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
33484           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33485           !> ext/SDBM_File/SDBM_File.xs
33486 ____________________________________________________________________________
33487 [  9544] By: gsar                                  on 2001/04/04  17:49:57
33488         Log: "double" should be "NV"; standard typemap is missing entry
33489              for NV
33490      Branch: maint-5.6/perl
33491            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
33492 ____________________________________________________________________________
33493 [  9543] By: jhi                                   on 2001/04/04  14:13:18
33494         Log: Thou shalt not (just) match for English error messages.
33495      Branch: perl
33496            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
33497            ! os2/OS2/Process/Process.pm
33498 ____________________________________________________________________________
33499 [  9542] By: jhi                                   on 2001/04/04  13:20:39
33500         Log: Make the stdio tricks of fflush_all() to exist only if
33501              stdio is being used.
33502      Branch: perl
33503            ! util.c
33504 ____________________________________________________________________________
33505 [  9541] By: jhi                                   on 2001/04/04  04:20:24
33506         Log: Subject: Re: [PATCH] Lighten up glob
33507              From: Benjamin Sugars <bsugars@canoe.ca>
33508              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
33509              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
33510      Branch: perl
33511            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
33512            ! util.c
33513 ____________________________________________________________________________
33514 [  9540] By: jhi                                   on 2001/04/04  04:03:57
33515         Log: Integrate changes #9538,9539 from maintperl into mainline.
33516              
33517              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33518              for use with _fwalk() (fix for change#7705)
33519              
33520              another tweak needed for SunOS 4.1.x build (from Mike Guy)
33521              (cp -f is not portable)
33522      Branch: perl
33523           !> Makefile.SH util.c
33524 ____________________________________________________________________________
33525 [  9539] By: gsar                                  on 2001/04/04  03:01:14
33526         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
33527      Branch: maint-5.6/perl
33528            ! Makefile.SH
33529 ____________________________________________________________________________
33530 [  9538] By: gsar                                  on 2001/04/04  01:00:38
33531         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33532              for use with _fwalk() (fix for change#7705)
33533      Branch: maint-5.6/perl
33534            ! util.c
33535 ____________________________________________________________________________
33536 [  9537] By: nick                                  on 2001/04/03  19:24:55
33537         Log: Integrate mainline
33538      Branch: perlio
33539           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
33540           +> lib/unicode/PropList.html
33541            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
33542           !> (integrate 69 files)
33543 ____________________________________________________________________________
33544 [  9536] By: jhi                                   on 2001/04/03  18:02:31
33545         Log: Integrate change #9533 from maintperl into mainline.
33546              
33547              better fix for change#9517 to accomodate UNC paths like
33548              \\server\share\foo, and paths with trailing backslash
33549              like c:\this\
33550      Branch: perl
33551           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33552 ____________________________________________________________________________
33553 [  9535] By: jhi                                   on 2001/04/03  17:58:07
33554         Log: Change the push/unshift warning to be of class syntax, not misc.
33555      Branch: perl
33556            ! op.c pod/perldiag.pod t/pragma/warn/op
33557 ____________________________________________________________________________
33558 [  9534] By: jhi                                   on 2001/04/03  15:03:46
33559         Log: Change the push/unshift warning (#9532) to talk about "no values"
33560              instead of "no arguments".
33561      Branch: perl
33562            ! op.c pod/perldiag.pod t/pragma/warn/op
33563 ____________________________________________________________________________
33564 [  9533] By: gsar                                  on 2001/04/03  14:30:07
33565         Log: better fix for change#9517 to accomodate UNC paths like
33566              \\server\share\foo, and paths with trailing backslash
33567              like c:\this\
33568      Branch: maint-5.6/perl
33569            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33570 ____________________________________________________________________________
33571 [  9532] By: jhi                                   on 2001/04/03  13:11:46
33572         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
33573              From: Robin Houston <robin@kitsite.com>
33574              Date: Mon, 2 Apr 2001 15:03:29 +0100
33575              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
33576      Branch: perl
33577            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
33578 ____________________________________________________________________________
33579 [  9531] By: jhi                                   on 2001/04/03  13:06:34
33580         Log: Integrate change #9530 from maintperl into mainline.
33581              
33582              accomodate VMS "mailbox overflow" quirk in testsuite (from
33583              Craig Berry)
33584      Branch: perl
33585           !> t/lib/socket.t
33586 ____________________________________________________________________________
33587 [  9530] By: gsar                                  on 2001/04/03  04:56:41
33588         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
33589              Craig Berry)
33590      Branch: maint-5.6/perl
33591            ! t/lib/socket.t
33592 ____________________________________________________________________________
33593 [  9529] By: jhi                                   on 2001/04/03  02:34:34
33594         Log: Update Changes.
33595      Branch: perl
33596            ! Changes patchlevel.h
33597 ____________________________________________________________________________
33598 [  9528] By: jhi                                   on 2001/04/03  01:27:57
33599         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
33600              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
33601              To: perl5-porters@perl.org
33602              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
33603      Branch: perl
33604            ! pod/perlfaq3.pod
33605 ____________________________________________________________________________
33606 [  9527] By: jhi                                   on 2001/04/03  01:22:09
33607         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
33608              From: Peter Prymmer <pvhp@forte.com>
33609              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
33610              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
33611      Branch: perl
33612            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
33613 ____________________________________________________________________________
33614 [  9526] By: jhi                                   on 2001/04/03  01:18:25
33615         Log: The metaconfig unit changes for #9525.
33616      Branch: metaconfig
33617            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
33618      Branch: metaconfig/U/perl
33619            ! use64bits.U
33620 ____________________________________________________________________________
33621 [  9525] By: jhi                                   on 2001/04/03  01:17:30
33622         Log: Configure sanity checks:
33623              * if use64bitall is attempted but pointers are only 32-bit,
33624              'downgrade' to use64bitint
33625              * if use64bitint is attempted but there's no quad type,
33626              forget about use64bitint (well, the default for it is 'n',
33627              the user can still override this)
33628              * if pointers are 64 bits, do not try to use Perl's malloc
33629      Branch: perl
33630            ! Configure
33631 ____________________________________________________________________________
33632 [  9524] By: gsar                                  on 2001/04/03  01:09:12
33633         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
33634      Branch: maint-5.6/perl
33635            ! pp_sys.c
33636 ____________________________________________________________________________
33637 [  9523] By: jhi                                   on 2001/04/03  00:02:31
33638         Log: (Retracted by #9609)
33639              
33640              Make it harder for parallel makes to enter 'test' before
33641              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
33642              should be unhappy enough, but sometimes parallel makes seem
33643              to sneak past both in Tru64 and AIX.)
33644      Branch: perl
33645            ! Makefile.SH
33646 ____________________________________________________________________________
33647 [  9522] By: jhi                                   on 2001/04/02  22:35:31
33648         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33649              Date: Mon, 2 Apr 2001 22:54:10 +0100
33650              From: Robin Houston <robin@kitsite.com>
33651              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
33652      Branch: perl
33653            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
33654 ____________________________________________________________________________
33655 [  9521] By: jhi                                   on 2001/04/02  22:32:23
33656         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33657              From: Robin Houston <robin@kitsite.com>
33658              Date: Mon, 2 Apr 2001 20:24:03 +0100
33659              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
33660      Branch: perl
33661            ! ext/B/B/Concise.pm
33662 ____________________________________________________________________________
33663 [  9520] By: jhi                                   on 2001/04/02  22:30:43
33664         Log: Subject: [PATCH] REALLY pedantic hv.h nit
33665              From: Simon Cozens <simon@netthink.co.uk>
33666              Date: Mon, 2 Apr 2001 15:43:06 +0100
33667              Message-ID: <20010402154306.A21711@netthink.co.uk>
33668      Branch: perl
33669            ! hv.h
33670 ____________________________________________________________________________
33671 [  9519] By: jhi                                   on 2001/04/02  22:28:04
33672         Log: Based on
33673              
33674              Subject: [foolperl] EPOC fix
33675              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33676              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
33677              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
33678      Branch: perl
33679            ! pp_sys.c
33680 ____________________________________________________________________________
33681 [  9518] By: jhi                                   on 2001/04/02  22:22:34
33682         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
33683              
33684              README.win32 tweaks; add a note about alternative location for
33685              getting a gcc-2.95.2 that will build perl properly on windows
33686              
33687              add some notes about gutsy threading matters
33688              
33689              many of the utilities interpolate literal paths within doublequotes
33690              (fails on dosish platforms where path contains backslashes)
33691      Branch: perl
33692           !> README.win32 pod/perlguts.pod utils/perldoc.PL
33693           !> x2p/find2perl.PL x2p/s2p.PL
33694 ____________________________________________________________________________
33695 [  9517] By: gsar                                  on 2001/04/02  19:52:21
33696         Log: many of the utilities interpolate literal paths within doublequotes
33697              (fails on dosish platforms where path contains backslashes)
33698      Branch: maint-5.6/perl
33699            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33700 ____________________________________________________________________________
33701 [  9516] By: gsar                                  on 2001/04/02  05:49:37
33702         Log: a foolish release
33703      Branch: maint-5.6/perl
33704            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33705            ! pod/perltoc.pod
33706 ____________________________________________________________________________
33707 [  9515] By: gsar                                  on 2001/04/02  05:04:29
33708         Log: add missing changelog summaries
33709      Branch: maint-5.6/perl
33710            ! Changes
33711 ____________________________________________________________________________
33712 [  9514] By: gsar                                  on 2001/04/02  04:07:13
33713         Log: add some notes about gutsy threading matters
33714      Branch: maint-5.6/perl
33715            ! pod/perlguts.pod
33716 ____________________________________________________________________________
33717 [  9513] By: gsar                                  on 2001/04/02  03:25:21
33718         Log: add more prominent caveat notices about experimental features
33719      Branch: maint-5.6/perl
33720            ! pod/perlfork.pod pod/perlunicode.pod
33721 ____________________________________________________________________________
33722 [  9512] By: gsar                                  on 2001/04/02  02:54:33
33723         Log: integrate changes#9479,9509 from mainline
33724              
33725              [PATCH] File::Glob stuff for Mac OS
33726              
33727              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33728      Branch: maint-5.6/perl
33729           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33730           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33731           !> t/lib/glob-taint.t
33732 ____________________________________________________________________________
33733 [  9511] By: gsar                                  on 2001/04/02  02:38:24
33734         Log: README.win32 tweaks; add a note about alternative location for
33735              getting a gcc-2.95.2 that will build perl properly on windows
33736      Branch: maint-5.6/perl
33737            ! README.win32
33738 ____________________________________________________________________________
33739 [  9510] By: jhi                                   on 2001/04/01  20:45:10
33740         Log: An ambiguosity warning.
33741      Branch: perl
33742            ! t/lib/trig.t
33743 ____________________________________________________________________________
33744 [  9509] By: jhi                                   on 2001/04/01  19:53:47
33745         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33746              From: Jonathan Stowe <gellyfish@gellyfish.com>
33747              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
33748              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
33749      Branch: perl
33750            ! ext/File/Glob/bsd_glob.c
33751 ____________________________________________________________________________
33752 [  9508] By: jhi                                   on 2001/04/01  19:35:03
33753         Log: Update Changes.
33754      Branch: perl
33755            ! Changes patchlevel.h
33756 ____________________________________________________________________________
33757 [  9507] By: jhi                                   on 2001/04/01  19:24:01
33758         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
33759              from mainline to maintperl: pod tweaks.
33760      Branch: maint-5.6/perl
33761           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
33762           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
33763           !> pod/perlvar.pod
33764 ____________________________________________________________________________
33765 [  9506] By: jhi                                   on 2001/04/01  19:11:53
33766         Log: Commit Sarathy to April release of 5.6.1 :-)
33767      Branch: perl
33768            ! pod/perlfaq1.pod
33769 ____________________________________________________________________________
33770 [  9505] By: jhi                                   on 2001/04/01  19:03:15
33771         Log: Subject: PATCH 5.6.0 (perldebug.pod)
33772              From: Mark-Jason Dominus <mjd@plover.com>
33773              Date: Sun, 01 Apr 2001 14:25:11 -0400
33774              Message-ID: <20010401182511.9247.qmail@plover.com>
33775      Branch: perl
33776            ! pod/perldebug.pod
33777 ____________________________________________________________________________
33778 [  9504] By: jhi                                   on 2001/04/01  18:43:09
33779         Log: Add great_circle_direction().
33780      Branch: perl
33781            ! lib/Math/Trig.pm t/lib/trig.t
33782 ____________________________________________________________________________
33783 [  9503] By: jhi                                   on 2001/04/01  17:29:12
33784         Log: Unicode ReadMe update for Unicode 3.1.
33785      Branch: perl
33786            ! lib/unicode/ReadMe.txt
33787 ____________________________________________________________________________
33788 [  9502] By: jhi                                   on 2001/04/01  17:18:40
33789         Log: Integrate change #9501 from maintperl into mainline.
33790              
33791              fix the perlembed notes on multiple interpreters
33792              
33793              fix ExtUtils::Embed to work passably on Windows
33794      Branch: perl
33795           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
33796 ____________________________________________________________________________
33797 [  9501] By: gsar                                  on 2001/04/01  07:21:57
33798         Log: fix the perlembed notes on multiple interpreters
33799              
33800              fix ExtUtils::Embed to work passably on Windows
33801      Branch: maint-5.6/perl
33802            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
33803 ____________________________________________________________________________
33804 [  9500] By: jhi                                   on 2001/04/01  05:58:23
33805         Log: Test for #9499.
33806      Branch: perl
33807            ! t/op/tr.t
33808 ____________________________________________________________________________
33809 [  9499] By: jhi                                   on 2001/04/01  05:55:46
33810         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
33811      Branch: perl
33812            ! embed.h embed.pl op.c proto.h
33813 ____________________________________________________________________________
33814 [  9498] By: jhi                                   on 2001/04/01  05:44:34
33815         Log: Protect the workaround hunk more.
33816      Branch: perl
33817            ! toke.c
33818 ____________________________________________________________________________
33819 [  9497] By: jhi                                   on 2001/04/01  00:24:25
33820         Log: Integrate changes #9493,9494,9495,9496 from maintperl
33821              into mainline.
33822              
33823              fix a broken workaround for Borland compiler in change#4739
33824              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33825              
33826              nits spotted by Borland compiler
33827              
33828              avoid redefinition warnings under Borland 5.02
33829              
33830              various nits identified by the Borland 5.5 compiler; remove suppression
33831              of a few warnings
33832      Branch: perl
33833           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
33834           !> win32/win32.h
33835 ____________________________________________________________________________
33836 [  9496] By: gsar                                  on 2001/03/31  23:22:28
33837         Log: various nits identified by the Borland 5.5 compiler; remove suppression
33838              of a few warnings
33839      Branch: maint-5.6/perl
33840            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
33841 ____________________________________________________________________________
33842 [  9495] By: gsar                                  on 2001/03/31  21:03:08
33843         Log: avoid redefinition warnings under Borland 5.02
33844      Branch: maint-5.6/perl
33845            ! win32/makefile.mk
33846 ____________________________________________________________________________
33847 [  9494] By: gsar                                  on 2001/03/31  20:18:59
33848         Log: nits spotted by Borland compiler
33849      Branch: maint-5.6/perl
33850            ! utf8.h win32/win32.h
33851 ____________________________________________________________________________
33852 [  9493] By: gsar                                  on 2001/03/31  20:18:05
33853         Log: fix a broken workaround for Borland compiler in change#4739
33854              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33855      Branch: maint-5.6/perl
33856            ! toke.c
33857 ____________________________________________________________________________
33858 [  9492] By: jhi                                   on 2001/03/31  18:36:24
33859         Log: Integrate change #9491 from maintperl into mainline.
33860              
33861              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33862              directory is relative (need to fetch the full path name *before*
33863              the chdir!)
33864      Branch: perl
33865           !> lib/Cwd.pm
33866 ____________________________________________________________________________
33867 [  9491] By: gsar                                  on 2001/03/31  17:01:56
33868         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33869              directory is relative (need to fetch the full path name *before*
33870              the chdir!)
33871              
33872              this is a followup patch for change#6749
33873      Branch: maint-5.6/perl
33874            ! lib/Cwd.pm
33875 ____________________________________________________________________________
33876 [  9490] By: jhi                                   on 2001/03/31  15:50:18
33877         Log: Subject: Re: [PATCH] av.h cosmetics
33878              From: Simon Cozens <simon@netthink.co.uk>
33879              Date: Sat, 31 Mar 2001 13:09:59 +0100
33880              Message-ID: <20010331130959.A22000@netthink.co.uk>
33881              
33882              Document AvALLOC.
33883      Branch: perl
33884            ! pod/perlguts.pod
33885 ____________________________________________________________________________
33886 [  9489] By: jhi                                   on 2001/03/31  15:48:44
33887         Log: Subject: [PATCH] Re: Math::Big* v1.21
33888              From: Tels <perl_dummy@bloodgate.com>
33889              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
33890              Message-Id: <200103311125.GAA377738@www08.hway.net>
33891      Branch: perl
33892            ! pod/perlop.pod
33893 ____________________________________________________________________________
33894 [  9488] By: jhi                                   on 2001/03/31  03:39:51
33895         Log: Debug output tweak.
33896      Branch: perl
33897            ! t/lib/cwd.t
33898 ____________________________________________________________________________
33899 [  9487] By: jhi                                   on 2001/03/31  03:33:02
33900         Log: OverVMSification.
33901      Branch: perl
33902            ! t/lib/cwd.t
33903 ____________________________________________________________________________
33904 [  9486] By: jhi                                   on 2001/03/31  03:01:40
33905         Log: Missed MANIFESTations in #9483.
33906      Branch: perl
33907            ! MANIFEST
33908 ____________________________________________________________________________
33909 [  9485] By: jhi                                   on 2001/03/31  02:58:17
33910         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
33911              From: Peter Prymmer <pvhp@forte.com>
33912              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
33913              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
33914      Branch: perl
33915            ! regexec.c t/lib/cwd.t
33916 ____________________________________________________________________________
33917 [  9484] By: jhi                                   on 2001/03/31  01:04:41
33918         Log: Obsolete file (see #3938)
33919      Branch: perl
33920            - lib/unicode/README.Ethiopic
33921            ! MANIFEST
33922 ____________________________________________________________________________
33923 [  9483] By: jhi                                   on 2001/03/31  00:52:42
33924         Log: Update to Unicode 3.1.
33925              (Rename Names.txt to NamesList.txt.)
33926      Branch: perl
33927            + lib/unicode/NamesList.txt lib/unicode/PropList.html
33928            - lib/unicode/Names.txt
33929            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33930            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
33931            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
33932            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
33933            ! lib/unicode/UCD.html lib/unicode/Unicode.html
33934            ! lib/unicode/rename lib/unicode/version
33935 ____________________________________________________________________________
33936 [  9482] By: jhi                                   on 2001/03/30  23:33:44
33937         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33938              From: Robin Houston <robin@kitsite.com>
33939              Date: Fri, 30 Mar 2001 20:07:22 +0100
33940              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
33941      Branch: perl
33942            ! ext/B/B/Deparse.pm
33943 ____________________________________________________________________________
33944 [  9481] By: jhi                                   on 2001/03/30  23:20:25
33945         Log: Subject: Re: [PATCH] CwdXS, Take 2
33946              From: Benjamin Sugars <bsugars@canoe.ca>
33947              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
33948              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
33949      Branch: perl
33950            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
33951            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
33952 ____________________________________________________________________________
33953 [  9480] By: jhi                                   on 2001/03/30  22:52:38
33954         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
33955              From: David Dyck <dcd@tc.fluke.com>
33956              Date: Fri, 30 Mar 2001 14:44:13 -0800
33957              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
33958              
33959              The t/rantests flags file creation was accidentally
33960              removed by #9217.
33961      Branch: perl
33962            ! Makefile.SH
33963 ____________________________________________________________________________
33964 [  9479] By: jhi                                   on 2001/03/30  22:45:45
33965         Log: Subject: [PATCH] File::Glob stuff for Mac OS
33966              From: Chris Nandor <pudge@pobox.com>
33967              Date: Fri, 30 Mar 2001 16:51:00 -0500
33968              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
33969      Branch: perl
33970            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33971            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33972            ! t/lib/glob-taint.t
33973 ____________________________________________________________________________
33974 [  9478] By: jhi                                   on 2001/03/30  22:43:12
33975         Log: Subject: fix for win32/buildext.pl
33976              From: "Vadim Konovalov" <watman@inbox.ru>
33977              Date: Sat, 31 Mar 2001 00:50:36 +0400
33978              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
33979      Branch: perl
33980            ! win32/buildext.pl
33981 ____________________________________________________________________________
33982 [  9477] By: jhi                                   on 2001/03/30  22:41:16
33983         Log: Subject: small base.pm doc patch
33984              From: Leon Brocard <acme@astray.com>
33985              Date: Fri, 30 Mar 2001 21:49:57 +0100
33986              Message-ID: <20010330214957.B8733@ns0.astray.com>
33987      Branch: perl
33988            ! lib/base.pm
33989 ____________________________________________________________________________
33990 [  9476] By: jhi                                   on 2001/03/30  18:16:57
33991         Log: Subject: [PATCH] av.h cosmetics
33992              From: Simon Cozens <simon@netthink.co.uk>
33993              Date: Fri, 30 Mar 2001 18:12:28 +0100
33994              Message-ID: <20010330181228.A9319@netthink.co.uk>
33995      Branch: perl
33996            ! av.h
33997 ____________________________________________________________________________
33998 [  9475] By: jhi                                   on 2001/03/30  18:15:50
33999         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
34000              From: "Philip Newton" <pnewton@gmx.de>
34001              Date: Fri, 30 Mar 2001 19:06:57 +0200
34002              Message-ID: <3AC4D951.14815.1AC7068@localhost>
34003      Branch: perl
34004            ! pod/perlhack.pod
34005 ____________________________________________________________________________
34006 [  9474] By: jhi                                   on 2001/03/30  18:14:02
34007         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
34008              From: Benjamin Sugars <bsugars@canoe.ca>
34009              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
34010              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
34011      Branch: perl
34012            ! t/lib/glob-basic.t
34013 ____________________________________________________________________________
34014 [  9473] By: jhi                                   on 2001/03/30  16:09:24
34015         Log: Update Changes.
34016      Branch: perl
34017            ! Changes patchlevel.h
34018 ____________________________________________________________________________
34019 [  9472] By: jhi                                   on 2001/03/30  15:16:08
34020         Log: Integrate perlio.
34021      Branch: perl
34022           !> t/lib/cwd.t t/lib/glob-basic.t
34023 ____________________________________________________________________________
34024 [  9471] By: nick                                  on 2001/03/30  14:47:10
34025         Log: Should be (^O eq 'MSWin32') not 'Win32'
34026              Fail #12 seems real - chdir is in wrong dir.
34027      Branch: perlio
34028            ! t/lib/cwd.t
34029 ____________________________________________________________________________
34030 [  9470] By: jhi                                   on 2001/03/30  14:41:11
34031         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34032              From: Radu Greab <radu@netsoft.ro>
34033              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
34034              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
34035              
34036              Replace #9352.
34037      Branch: perl
34038            ! ext/Socket/Socket.xs pp_sys.c
34039 ____________________________________________________________________________
34040 [  9469] By: jhi                                   on 2001/03/30  14:37:51
34041         Log: Subject: PATCH pod/perldiag.pod
34042              From: Robin Houston <robin@kitsite.com>
34043              Date: Fri, 30 Mar 2001 14:10:36 +0100
34044              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
34045      Branch: perl
34046            ! pod/perldiag.pod t/lib/glob-basic.t
34047 ____________________________________________________________________________
34048 [  9468] By: jhi                                   on 2001/03/30  14:36:36
34049         Log: Subject: Better diagnostic in io/fs.t
34050              From: andreas.koenig@anima.de (Andreas J. Koenig)
34051              Date: 30 Mar 2001 10:11:43 +0200
34052              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
34053      Branch: perl
34054            ! t/io/fs.t
34055 ____________________________________________________________________________
34056 [  9467] By: nick                                  on 2001/03/30  14:25:43
34057         Log: Skip order test of glob if case-ignoring system cannot 
34058              create a.test and A.test
34059      Branch: perlio
34060            ! t/lib/glob-basic.t
34061 ____________________________________________________________________________
34062 [  9466] By: nick                                  on 2001/03/30  13:03:12
34063         Log: Integrate mainline.
34064      Branch: perlio
34065            - ext/re/hints/aix.pl
34066           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
34067           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
34068           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
34069           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
34070 ____________________________________________________________________________
34071 [  9465] By: jhi                                   on 2001/03/30  03:53:37
34072         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
34073              the tests sometimes hang, sometimes not.)
34074      Branch: perl
34075            ! t/lib/io_multihomed.t t/lib/io_sock.t
34076 ____________________________________________________________________________
34077 [  9464] By: jhi                                   on 2001/03/30  02:56:04
34078         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
34079              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34080              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
34081              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
34082      Branch: perl
34083            ! op.c
34084 ____________________________________________________________________________
34085 [  9463] By: jhi                                   on 2001/03/30  02:34:48
34086         Log: Test for #9462.
34087      Branch: perl
34088            ! t/lib/b.t
34089 ____________________________________________________________________________
34090 [  9462] By: jhi                                   on 2001/03/30  02:29:37
34091         Log: Subject: B::Deparse precedence bug. (Patch included.)
34092              From: Jeremy Madea <jmadea@inktomi.com>
34093              Date: Thu, 29 Mar 2001 12:05:02 -0800
34094              Message-ID: <20010329120502.A24881@dr.inktomi.com>
34095      Branch: perl
34096            ! ext/B/B/Deparse.pm
34097 ____________________________________________________________________________
34098 [  9461] By: jhi                                   on 2001/03/30  02:18:41
34099         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
34100              From: Peter Prymmer <pvhp@forte.com>
34101              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
34102              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
34103      Branch: perl
34104            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
34105            ! t/lib/md5-file.t
34106 ____________________________________________________________________________
34107 [  9460] By: jhi                                   on 2001/03/30  02:17:07
34108         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
34109              From: Robin Houston <robin@kitsite.com>
34110              Date: Thu, 29 Mar 2001 20:47:56 +0100
34111              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
34112      Branch: perl
34113            ! ext/B/B/Debug.pm
34114 ____________________________________________________________________________
34115 [  9459] By: jhi                                   on 2001/03/30  02:16:05
34116         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
34117              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
34118              Date: Wed, 28 Mar 2001 18:02:20 -0600
34119              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
34120      Branch: perl
34121            ! lib/ExtUtils/MM_VMS.pm
34122 ____________________________________________________________________________
34123 [  9458] By: jhi                                   on 2001/03/30  02:07:58
34124         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
34125              From: "Joshua E. Rodd" <jrodd@pbs.org>
34126              Date: Wed, 28 Mar 2001 17:29:12 -0500
34127              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
34128      Branch: perl
34129            ! pod/perlop.pod
34130 ____________________________________________________________________________
34131 [  9457] By: jhi                                   on 2001/03/30  02:04:33
34132         Log: Subject: ext/re/aix.pl can go
34133              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34134              Date: Thu, 29 Mar 2001 12:03:28 +0200
34135              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
34136      Branch: perl
34137            - ext/re/hints/aix.pl
34138            ! MANIFEST
34139 ____________________________________________________________________________
34140 [  9456] By: jhi                                   on 2001/03/30  02:03:32
34141         Log: Integrate perlio.
34142      Branch: perl
34143           !> ext/Encode/Encode.xs installperl
34144 ____________________________________________________________________________
34145 [  9455] By: nick                                  on 2001/03/29  21:11:46
34146         Log: DLL name has changed so installperl needs to know
34147              (Why isn't it working it out or passed it?)
34148      Branch: perlio
34149            ! installperl
34150 ____________________________________________________________________________
34151 [  9454] By: nick                                  on 2001/03/29  20:56:12
34152         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
34153              and we don't get undef warnings.
34154      Branch: perlio
34155            ! ext/Encode/Encode.xs
34156 ____________________________________________________________________________
34157 [  9453] By: nick                                  on 2001/03/29  17:58:48
34158         Log: Integrate mainline
34159      Branch: perlio
34160           !> Changes patchlevel.h
34161 ____________________________________________________________________________
34162 [  9452] By: jhi                                   on 2001/03/29  16:44:55
34163         Log: Update Changes.
34164      Branch: perl
34165            ! Changes patchlevel.h
34166 ____________________________________________________________________________
34167 [  9451] By: nick                                  on 2001/03/29  16:31:38
34168         Log: Integrate mainline
34169      Branch: perlio
34170           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
34171           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
34172           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
34173           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
34174           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
34175 ____________________________________________________________________________
34176 [  9450] By: jhi                                   on 2001/03/29  16:29:17
34177         Log: Integrate perlio.
34178      Branch: perl
34179           !> win32/buildext.pl
34180 ____________________________________________________________________________
34181 [  9449] By: jhi                                   on 2001/03/29  15:50:01
34182         Log: Update Changes.
34183      Branch: perl
34184            ! Changes patchlevel.h
34185 ____________________________________________________________________________
34186 [  9448] By: nick                                  on 2001/03/29  15:47:15
34187         Log: Make sure buildext.pl finds Errno.pm
34188      Branch: perlio
34189            ! win32/buildext.pl
34190 ____________________________________________________________________________
34191 [  9447] By: jhi                                   on 2001/03/29  15:39:34
34192         Log: Integrate perlio.
34193      Branch: perl
34194           !> win32/makefile.mk
34195 ____________________________________________________________________________
34196 [  9446] By: nick                                  on 2001/03/29  15:30:03
34197         Log: Integrate win32/makefile.mk with mainline.
34198      Branch: perlio
34199           !> win32/makefile.mk
34200 ____________________________________________________________________________
34201 [  9445] By: nick                                  on 2001/03/29  15:27:32
34202         Log: Fix breakage ... 
34203      Branch: perlio
34204            ! win32/makefile.mk
34205 ____________________________________________________________________________
34206 [  9444] By: jhi                                   on 2001/03/29  15:03:08
34207         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34208              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34209              Date: Thu, 29 Mar 2001 10:32:59 +0400
34210              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
34211      Branch: perl
34212            ! win32/makefile.mk
34213 ____________________________________________________________________________
34214 [  9443] By: jhi                                   on 2001/03/29  15:02:12
34215         Log: Integrate perlio.
34216      Branch: perl
34217           +> win32/buildext.pl
34218           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
34219           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
34220 ____________________________________________________________________________
34221 [  9442] By: nick                                  on 2001/03/29  14:59:11
34222         Log: Work in progress - determine win32 extensions to build via script.
34223      Branch: perlio
34224            + win32/buildext.pl
34225            ! MANIFEST win32/makefile.mk
34226 ____________________________________________________________________________
34227 [  9441] By: jhi                                   on 2001/03/29  14:51:47
34228         Log: Reintroduce the use of external pwd.
34229      Branch: perl
34230            ! t/lib/cwd.t
34231 ____________________________________________________________________________
34232 [  9440] By: jhi                                   on 2001/03/29  14:42:58
34233         Log: use warnings instead of -w.
34234      Branch: perl
34235            ! utils/h2xs.PL
34236 ____________________________________________________________________________
34237 [  9439] By: jhi                                   on 2001/03/29  14:41:52
34238         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
34239              From: Jonathan Stowe <gellyfish@gellyfish.com>
34240              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
34241              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
34242      Branch: perl
34243            ! utils/h2xs.PL
34244 ____________________________________________________________________________
34245 [  9438] By: jhi                                   on 2001/03/29  14:39:38
34246         Log: Subject: [PATCH perl@9424] minor pod nits
34247              From: Robin Barker <rmb1@cise.npl.co.uk>
34248              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
34249              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
34250      Branch: perl
34251            ! pod/perlhack.pod pod/perliol.pod
34252 ____________________________________________________________________________
34253 [  9437] By: jhi                                   on 2001/03/29  14:29:16
34254         Log: Subject: [PATCH perl@9424] typemap cast warning
34255              From: Robin Barker <rmb1@cise.npl.co.uk>
34256              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
34257              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
34258      Branch: perl
34259            ! lib/ExtUtils/typemap
34260 ____________________________________________________________________________
34261 [  9436] By: jhi                                   on 2001/03/29  14:26:03
34262         Log: Subject: [PATCH perl@9424] printf warning
34263              From: Robin Barker <rmb1@cise.npl.co.uk>
34264              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
34265              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
34266      Branch: perl
34267            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
34268            ! ext/Storable/Storable.xs toke.c
34269 ____________________________________________________________________________
34270 [  9435] By: nick                                  on 2001/03/29  14:23:31
34271         Log: Win32 has name conflict with ERROR
34272      Branch: perlio
34273            ! ext/PerlIO/Via/Via.xs
34274 ____________________________________________________________________________
34275 [  9434] By: jhi                                   on 2001/03/29  14:17:48
34276         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
34277              From: Peter Prymmer <pvhp@forte.com>
34278              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
34279              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
34280      Branch: perl
34281            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
34282 ____________________________________________________________________________
34283 [  9433] By: jhi                                   on 2001/03/29  13:52:44
34284         Log: test-prep target was missing.
34285      Branch: perl
34286            ! Makefile.SH
34287 ____________________________________________________________________________
34288 [  9432] By: nick                                  on 2001/03/29  12:40:03
34289         Log: Make as-shipped compiler default to MSVC6 
34290      Branch: perlio
34291            ! win32/makefile.mk
34292 ____________________________________________________________________________
34293 [  9431] By: nick                                  on 2001/03/29  12:12:16
34294         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
34295              akin to PerlIO::Scalar.
34296      Branch: perlio
34297            ! perlio.c perlio.h
34298 ____________________________________________________________________________
34299 [  9430] By: nick                                  on 2001/03/29  10:56:35
34300         Log: Integrate mainline.
34301      Branch: perlio
34302           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34303           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34304           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34305           !> win32/makefile.mk win32/win32sck.c
34306 ____________________________________________________________________________
34307 [  9429] By: nick                                  on 2001/03/29  09:03:43
34308         Log: Noticed that two tests were skipped as perlio:: package
34309              isn't there any more. Changed the skip condition.
34310              Avoid core-dump if sv_utf8_upgrade() called on something
34311              that does not become SvPOK after SvPV() (e.g. a ref).
34312      Branch: perlio
34313            ! sv.c t/io/utf8.t t/lib/io_scalar.t
34314 ____________________________________________________________________________
34315 [  9428] By: jhi                                   on 2001/03/29  01:31:47
34316         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
34317              From: Benjamin Sugars <bsugars@canoe.ca> 
34318              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
34319              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
34320      Branch: perl
34321            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34322            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34323            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34324 ____________________________________________________________________________
34325 [  9427] By: jhi                                   on 2001/03/29  00:49:30
34326         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34327              From: "Vadim Konovalov" <watman@inbox.ru>
34328              Date: Thu, 29 Mar 2001 01:50:12 +0400
34329              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
34330      Branch: perl
34331            ! win32/makefile.mk win32/win32sck.c
34332 ____________________________________________________________________________
34333 [  9426] By: gsar                                  on 2001/03/29  00:28:04
34334         Log: dmake can only handle == and != in comparisons; support building
34335              with Borland's VCL libraries (from Vadim Konovalov)
34336      Branch: maint-5.6/perl
34337            ! win32/makefile.mk
34338 ____________________________________________________________________________
34339 [  9425] By: nick                                  on 2001/03/28  19:29:56
34340         Log: Integrate (@snapshot)
34341      Branch: perlio
34342           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
34343 ____________________________________________________________________________
34344 [  9424] By: jhi                                   on 2001/03/28  19:03:16
34345         Log: Update Changes.
34346      Branch: perl
34347            ! Changes patchlevel.h
34348 ____________________________________________________________________________
34349 [  9423] By: jhi                                   on 2001/03/28  18:52:09
34350         Log: Rmdir lib/XS on cleanup.
34351      Branch: perl
34352            ! Makefile.SH
34353 ____________________________________________________________________________
34354 [  9422] By: jhi                                   on 2001/03/28  18:49:34
34355         Log: Integrate perlio.
34356      Branch: perl
34357           !> t/op/utf8decode.t
34358 ____________________________________________________________________________
34359 [  9421] By: nick                                  on 2001/03/28  18:46:44
34360         Log: Loose duplicate chunk.
34361      Branch: perlio
34362            ! t/op/utf8decode.t
34363 ____________________________________________________________________________
34364 [  9420] By: nick                                  on 2001/03/28  18:44:11
34365         Log: Integrate mainline.
34366      Branch: perlio
34367           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
34368           !> vms/vmsish.h
34369 ____________________________________________________________________________
34370 [  9419] By: jhi                                   on 2001/03/28  18:42:05
34371         Log: Can't trust external pwds
34372              (either shell builtins or external programs)
34373      Branch: perl
34374            ! t/lib/cwd.t
34375 ____________________________________________________________________________
34376 [  9418] By: jhi                                   on 2001/03/28  18:34:05
34377         Log: Integrate perlio.
34378      Branch: perl
34379            - lib/perlio.pm
34380           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34381           !> t/op/utf8decode.t
34382 ____________________________________________________________________________
34383 [  9417] By: nick                                  on 2001/03/28  18:24:02
34384         Log: PerlIO.pm / perlio.pm conflict.
34385              Update some pods.
34386              Make t/op/utf8decode.t a text file.
34387      Branch: perlio
34388            - lib/perlio.pm
34389            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34390            ! t/op/utf8decode.t
34391 ____________________________________________________________________________
34392 [  9416] By: jhi                                   on 2001/03/28  18:06:07
34393         Log: Integrate change #9409 from mainline to maintperl.
34394              
34395              Yet another tweak on AIX dynaloading.
34396      Branch: maint-5.6/perl
34397           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34398 ____________________________________________________________________________
34399 [  9415] By: gsar                                  on 2001/03/28  17:13:01
34400         Log: integrate changes#9377,9385,9401 from mainline
34401              
34402              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34403              
34404              If directory entries compare equal case-insensitively,
34405              retry case-sensitively.
34406              
34407              Subject: [PATCH] B::Terse and warnings
34408      Branch: maint-5.6/perl
34409           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
34410           !> t/pragma/warn/perl
34411 ____________________________________________________________________________
34412 [  9414] By: jhi                                   on 2001/03/28  17:11:12
34413         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
34414              From: "Craig A. Berry" <craigberry@mac.com>
34415              Date: Wed, 28 Mar 2001 10:55:20 -0600
34416              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
34417      Branch: perl
34418            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
34419 ____________________________________________________________________________
34420 [  9413] By: jhi                                   on 2001/03/28  17:03:12
34421         Log: Dup hunk.
34422      Branch: perl
34423            ! t/op/utf8decode.t
34424 ____________________________________________________________________________
34425 [  9412] By: jhi                                   on 2001/03/28  17:02:36
34426         Log: Forced integrate from perlio.
34427      Branch: perl
34428           !> t/op/utf8decode.t
34429 ____________________________________________________________________________
34430 [  9411] By: nick                                  on 2001/03/28  16:50:03
34431         Log: Integrate mainline.
34432      Branch: perlio
34433           +> t/lib/cwd.t
34434           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34435           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
34436           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
34437           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
34438           !> t/pragma/warn/perl
34439 ____________________________________________________________________________
34440 [  9410] By: jhi                                   on 2001/03/28  16:44:23
34441         Log: Subject: Re: [PATCH] 9403 cannot be tested
34442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34443              Date: Wed, 28 Mar 2001 18:33:56 +0200
34444              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
34445      Branch: perl
34446            ! makedef.pl
34447 ____________________________________________________________________________
34448 [  9409] By: jhi                                   on 2001/03/28  16:12:45
34449         Log: Yet another tweak on AIX dynaloading.
34450      Branch: perl
34451            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34452 ____________________________________________________________________________
34453 [  9408] By: jhi                                   on 2001/03/28  15:52:55
34454         Log: Subject: [PATCH] 9403 cannot be tested
34455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34456              Date: Wed, 28 Mar 2001 17:23:00 +0200
34457              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
34458              
34459              A missing symbol.
34460      Branch: perl
34461            ! makedef.pl
34462 ____________________________________________________________________________
34463 [  9407] By: jhi                                   on 2001/03/28  15:47:43
34464         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
34465      Branch: perl
34466            ! t/op/utf8decode.t
34467           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34468           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
34469 ____________________________________________________________________________
34470 [  9406] By: jhi                                   on 2001/03/28  15:37:08
34471         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
34472              From: Benjamin Sugars <bsugars@canoe.ca> 
34473              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
34474              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
34475      Branch: perl
34476            + t/lib/cwd.t
34477            ! MANIFEST
34478 ____________________________________________________________________________
34479 [  9405] By: jhi                                   on 2001/03/28  15:13:18
34480         Log: pp_ne() needs a CORRECT boolean.
34481      Branch: perl
34482            ! pp.c
34483 ____________________________________________________________________________
34484 [  9404] By: jhi                                   on 2001/03/28  15:09:23
34485         Log: pp_ne() needs a boolean, not an integer.
34486      Branch: perl
34487            ! pp.c
34488 ____________________________________________________________________________
34489 [  9403] By: jhi                                   on 2001/03/28  14:47:43
34490         Log: (Retracted by #9404.)
34491      Branch: perl
34492            ! pp.c
34493 ____________________________________________________________________________
34494 [  9402] By: jhi                                   on 2001/03/28  14:43:59
34495         Log: Subject: Re: [PATCH] Typemap testing
34496              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34497              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
34498              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
34499      Branch: perl
34500            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34501            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
34502 ____________________________________________________________________________
34503 [  9401] By: jhi                                   on 2001/03/28  14:42:14
34504         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34505              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34506              Date: Sun, 25 Mar 2001 21:59:15 +0100
34507              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
34508              
34509              A variable will be checked for the "use once" warnings if:
34510              
34511              1. It is in the scope of a use warnings 'once'
34512              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
34513              
34514              Otherwise it won't be checked at all.
34515              
34516              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
34517              
34518              The enclosed patch partially fixes this issue. What I didn't
34519              get to work was the case where the "used once" warning is enabled
34520              in any file other than the main file.
34521      Branch: perl
34522            ! gv.c t/pragma/warn/perl
34523 ____________________________________________________________________________
34524 [  9400] By: nick                                  on 2001/03/28  14:38:24
34525         Log: More EBCDIC tweaks:
34526              - one more swash issue &~(0xA0-1) did not do the right thing,
34527              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
34528              - add "use re 'asciirange'" to make [!-~] etc. work
34529              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
34530              - Choose a key for t/op/each.t test which gets encoded.
34531              - Skip utf8decode if this is UTF-EBCDIC.
34532      Branch: perlio
34533            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34534            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
34535 ____________________________________________________________________________
34536 [  9399] By: jhi                                   on 2001/03/28  14:21:00
34537         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
34538              Andreas Schwab.
34539      Branch: perl
34540            ! pp.c
34541 ____________________________________________________________________________
34542 [  9398] By: jhi                                   on 2001/03/28  00:55:56
34543         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
34544              From: David Dyck <dcd@tc.fluke.com>
34545              Date: Tue, 27 Mar 2001 15:16:24 -0800
34546              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
34547      Branch: perl
34548            ! ext/IO/lib/IO/Socket.pm
34549 ____________________________________________________________________________
34550 [  9397] By: jhi                                   on 2001/03/27  21:52:49
34551         Log: Integrate perlio.
34552      Branch: perl
34553           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34554           +> ext/PerlIO/Via/Via.xs
34555           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34556 ____________________________________________________________________________
34557 [  9396] By: nick                                  on 2001/03/27  21:45:13
34558         Log: Integrate mainline.
34559      Branch: perlio
34560           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
34561           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
34562 ____________________________________________________________________________
34563 [  9395] By: nick                                  on 2001/03/27  21:18:58
34564         Log: Outline docs for PerlIO and PerlIO::Scalar
34565      Branch: perlio
34566            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34567 ____________________________________________________________________________
34568 [  9394] By: nick                                  on 2001/03/27  20:50:13
34569         Log: PerlIO::Via layer (alpha-ish).
34570      Branch: perlio
34571            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34572            + ext/PerlIO/Via/Via.xs
34573            ! MANIFEST
34574 ____________________________________________________________________________
34575 [  9393] By: jhi                                   on 2001/03/27  20:49:55
34576         Log: Retract #9329 now that 9390 should take care of the matter.
34577      Branch: perl
34578            ! utils/h2xs.PL
34579 ____________________________________________________________________________
34580 [  9390] By: jhi                                   on 2001/03/27  20:47:50
34581         Log: Subject: Autoloading Errno.pm when %! is encountered
34582              From: Robin Houston <robin@kitsite.com>
34583              Date: Tue, 27 Mar 2001 20:57:11 +0100
34584              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
34585      Branch: perl
34586            ! embed.h embed.pl gv.c proto.h t/op/magic.t
34587 ____________________________________________________________________________
34588 [  9389] By: jhi                                   on 2001/03/27  20:24:31
34589         Log: Integrate perlio.
34590      Branch: perl
34591           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34592           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
34593           !> utf8.c
34594 ____________________________________________________________________________
34595 [  9388] By: jhi                                   on 2001/03/27  20:21:38
34596         Log: Better have a three-element array if one is going to assign
34597              to the third element of that array. (from Tim Jenness)
34598      Branch: perl
34599            ! ext/XS/Typemap/Typemap.xs
34600 ____________________________________________________________________________
34601 [  9387] By: nick                                  on 2001/03/27  20:15:43
34602         Log: Integrate mainline.
34603      Branch: perlio
34604           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34605           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34606           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34607           +> t/lib/xs-typemap.t
34608           !> (integrate 34 files)
34609 ____________________________________________________________________________
34610 [  9386] By: jhi                                   on 2001/03/27  20:04:18
34611         Log: Subject: Re: perl@9359 breaks HTML::Parser
34612              From: Gisle Aas <gisle@ActiveState.com>
34613              Date: 27 Mar 2001 11:30:24 -0800
34614              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
34615              
34616              Clarify the UTF-8 issues of the API docs.
34617              (Slightly reworded and expanded.)
34618      Branch: perl
34619            ! pod/perlapi.pod sv.c sv.h
34620 ____________________________________________________________________________
34621 [  9385] By: jhi                                   on 2001/03/27  19:44:25
34622         Log: If directory entries compare equal case-insensitively,
34623              retry case-sensitively.
34624      Branch: perl
34625            ! ext/File/Glob/bsd_glob.c
34626 ____________________________________________________________________________
34627 [  9384] By: nick                                  on 2001/03/27  19:38:50
34628         Log: Various EBCDIC fixes:
34629              - major revelation that swash code is encoding aware,
34630              (or thought it was) - now it is ;-)
34631              - With that out of the way fix a slab of tr/// cases.
34632              - Fix Encode 'Unicode' to be true Unicode so tests pass.
34633              - As anticipated Base64.xs needed tweaks.
34634              - Until tr/// works right avoid old_encode64 in MIME tests.
34635      Branch: perlio
34636            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34637            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
34638 ____________________________________________________________________________
34639 [  9383] By: jhi                                   on 2001/03/27  18:34:41
34640         Log: Add the std test suite BEGIN block.
34641      Branch: perl
34642            ! t/lib/xs-typemap.t
34643 ____________________________________________________________________________
34644 [  9382] By: jhi                                   on 2001/03/27  15:16:07
34645         Log: Add debugging output to the test.
34646      Branch: perl
34647            ! t/lib/glob-basic.t
34648 ____________________________________________________________________________
34649 [  9381] By: jhi                                   on 2001/03/27  15:08:10
34650         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
34651      Branch: perl
34652            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34653            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34654            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34655            + t/lib/xs-typemap.t
34656            ! MANIFEST
34657 ____________________________________________________________________________
34658 [  9380] By: jhi                                   on 2001/03/27  14:48:34
34659         Log: Subject: [PATCH] Typemap testing
34660              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34661              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
34662              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
34663              
34664              (The first part of the patch.)
34665      Branch: perl
34666            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
34667 ____________________________________________________________________________
34668 [  9379] By: jhi                                   on 2001/03/27  14:44:56
34669         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
34670              From: Benjamin Sugars <bsugars@canoe.ca> 
34671              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
34672              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
34673      Branch: perl
34674            ! t/lib/glob-basic.t
34675 ____________________________________________________________________________
34676 [  9378] By: jhi                                   on 2001/03/27  14:42:30
34677         Log: Subject: [PATCH] perlvar nit
34678              From: Simon Cozens <simon@netthink.co.uk>
34679              Date: Tue, 27 Mar 2001 01:12:01 +0100
34680              Message-ID: <20010327011201.A19179@netthink.co.uk>
34681      Branch: perl
34682            ! pod/perlvar.pod
34683 ____________________________________________________________________________
34684 [  9377] By: jhi                                   on 2001/03/27  14:36:26
34685         Log: Subject: [PATCH] B::Terse and warnings
34686              From: Benjamin Sugars <ben.sugars@home.com>
34687              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
34688              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
34689      Branch: perl
34690            ! ext/B/B.pm ext/B/B/Terse.pm
34691 ____________________________________________________________________________
34692 [  9376] By: jhi                                   on 2001/03/27  14:31:31
34693         Log: Document sockatmark() some.
34694      Branch: perl
34695            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
34696            ! pod/perltoc.pod
34697 ____________________________________________________________________________
34698 [  9375] By: jhi                                   on 2001/03/27  14:00:24
34699         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
34700              noted by Gisle and fixed by NI-S.
34701      Branch: perl
34702            ! sv.c
34703 ____________________________________________________________________________
34704 [  9374] By: jhi                                   on 2001/03/27  05:50:01
34705         Log: Regen toc.
34706      Branch: perl
34707            ! pod/perltoc.pod
34708 ____________________________________________________________________________
34709 [  9373] By: jhi                                   on 2001/03/27  05:43:51
34710         Log: Pixie documenting.
34711      Branch: perl
34712            ! Makefile.SH pod/perlhack.pod
34713 ____________________________________________________________________________
34714 [  9372] By: jhi                                   on 2001/03/27  05:29:34
34715         Log: Metaconfig unit changes for #9371.
34716      Branch: metaconfig
34717            ! U/modified/myhostname.U
34718      Branch: metaconfig/U/perl
34719            + d_sockatmark.U
34720            ! gccvers.U
34721 ____________________________________________________________________________
34722 [  9371] By: jhi                                   on 2001/03/27  05:29:07
34723         Log: Add sockatmark() probing.
34724      Branch: perl
34725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34726            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34727            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34728            ! vos/config.ga.h win32/config.bc win32/config.gc
34729            ! win32/config.vc
34730 ____________________________________________________________________________
34731 [  9370] By: jhi                                   on 2001/03/26  22:01:18
34732         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
34733              Really need to benchmark this.
34734      Branch: perl
34735            ! pp.c
34736 ____________________________________________________________________________
34737 [  9369] By: nick                                  on 2001/03/26  21:59:30
34738         Log: Integrate mainline.
34739      Branch: perlio
34740            ! ext/MIME/Base64/QuotedPrint.pm
34741           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34742           !> patchlevel.h pod/perlhack.pod pp_sys.c
34743 ____________________________________________________________________________
34744 [  9368] By: jhi                                   on 2001/03/26  21:47:03
34745         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
34746              
34747              TODO1: perlbench.
34748              TODO2: le, lt, ge, gt?  Yech.
34749      Branch: perl
34750            ! pp.c
34751 ____________________________________________________________________________
34752 [  9367] By: jhi                                   on 2001/03/26  21:34:57
34753         Log: Too much cut-and-paste in #9363.
34754      Branch: perl
34755            ! pp_sys.c
34756 ____________________________________________________________________________
34757 [  9366] By: jhi                                   on 2001/03/26  21:20:53
34758         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
34759              From: Andreas Schwab <schwab@suse.de>
34760              Date: 26 Mar 2001 17:29:04 +0200
34761              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
34762              
34763              (The patch for 5.6.0 or so, this is a guess for bleadperl)
34764      Branch: perl
34765            ! pp_hot.c
34766 ____________________________________________________________________________
34767 [  9365] By: jhi                                   on 2001/03/26  21:07:54
34768         Log: Integrate perlio.
34769      Branch: perl
34770           !> perlio.c
34771 ____________________________________________________________________________
34772 [  9364] By: nick                                  on 2001/03/26  20:30:48
34773         Log: REFCNT botch in layer name cache hash.
34774      Branch: perlio
34775            ! perlio.c
34776 ____________________________________________________________________________
34777 [  9363] By: jhi                                   on 2001/03/26  18:44:32
34778         Log: Subject: [PATCH] socket() leaks file descriptors
34779              From: Benjamin Sugars <bsugars@canoe.ca>
34780              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
34781              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
34782              
34783              Also sockpair() fixed similarly.
34784      Branch: perl
34785            ! pp_sys.c
34786 ____________________________________________________________________________
34787 [  9362] By: jhi                                   on 2001/03/26  18:37:52
34788         Log: Integrate perlio.
34789      Branch: perl
34790           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
34791 ____________________________________________________________________________
34792 [  9361] By: nick                                  on 2001/03/26  17:32:06
34793         Log: Implement flush of linebuffered streams on read of a tty.
34794      Branch: perlio
34795            ! perlio.c perliol.h
34796 ____________________________________________________________________________
34797 [  9360] By: nick                                  on 2001/03/26  17:12:32
34798         Log: Memory tweaks and notes for OEMVS.
34799      Branch: perlio
34800            ! README.os390 miniperlmain.c t/op/pat.t
34801 ____________________________________________________________________________
34802 [  9359] By: jhi                                   on 2001/03/26  02:12:54
34803         Log: Update Changes.
34804      Branch: perl
34805            ! Changes patchlevel.h
34806 ____________________________________________________________________________
34807 [  9358] By: jhi                                   on 2001/03/26  02:05:32
34808         Log: Document the most common pixie options.
34809      Branch: perl
34810            ! pod/perlhack.pod
34811 ____________________________________________________________________________
34812 [  9357] By: jhi                                   on 2001/03/26  01:25:28
34813         Log: For perl.pixie check *before* compiling that optimize is -g,
34814              as for perl.third.
34815      Branch: perl
34816            ! Makefile.SH
34817 ____________________________________________________________________________
34818 [  9356] By: jhi                                   on 2001/03/26  01:13:41
34819         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
34820      Branch: perl
34821            ! Makefile.SH
34822 ____________________________________________________________________________
34823 [  9355] By: jhi                                   on 2001/03/26  01:11:19
34824         Log: Remove t/perl.third.
34825      Branch: perl
34826            ! Makefile.SH
34827 ____________________________________________________________________________
34828 [  9354] By: jhi                                   on 2001/03/26  00:23:38
34829         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
34830              IO::Sockatmark().
34831      Branch: perl
34832            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34833 ____________________________________________________________________________
34834 [  9353] By: jhi                                   on 2001/03/25  22:25:04
34835         Log: Integrate perlio.
34836      Branch: perl
34837           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34838           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
34839           !> pp_hot.c win32/makefile.mk
34840 ____________________________________________________________________________
34841 [  9352] By: jhi                                   on 2001/03/25  22:21:41
34842         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
34843              From: Radu Greab <radu@netsoft.ro>
34844              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
34845              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
34846      Branch: perl
34847            ! pp_sys.c
34848 ____________________________________________________________________________
34849 [  9351] By: nick                                  on 2001/03/25  22:15:02
34850         Log: Fix readline in list mode to tell rest of world that it has
34851              things on the stack. Otherwise if perl code gets invoked
34852              underneath it it scribbles over results-so-far.
34853              (Why TIEHANDLE has not tripped on this is a mystery.)
34854      Branch: perlio
34855            ! pp_hot.c
34856 ____________________________________________________________________________
34857 [  9350] By: nick                                  on 2001/03/25  22:10:13
34858         Log: win32/makefile.mk typos
34859      Branch: perlio
34860            ! win32/makefile.mk
34861 ____________________________________________________________________________
34862 [  9349] By: nick                                  on 2001/03/25  21:31:14
34863         Log: Integrate now-non-binary file.
34864      Branch: perlio
34865           !> t/lib/mimeqp.t
34866 ____________________________________________________________________________
34867 [  9348] By: nick                                  on 2001/03/25  21:27:24
34868         Log: Make it text
34869      Branch: perlio
34870            ! t/lib/mimeqp.t
34871 ____________________________________________________________________________
34872 [  9347] By: nick                                  on 2001/03/25  21:25:37
34873         Log: Integrate mainline.
34874      Branch: perlio
34875           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34876           !> lib/Term/ReadLine.pm t/lib/md5-file.t
34877 ____________________________________________________________________________
34878 [  9346] By: nick                                  on 2001/03/25  20:58:15
34879         Log: Add destruct time hook to PerlIO (for work-in-process implementing
34880              layers in perl code. In such cases layers need to be popped before
34881              we loose the ability to run perl code.)
34882              Also back-out "PerlIO::object" hook - it isn't going to work like that...
34883      Branch: perlio
34884            ! perl.c perlio.c perlio.h perliol.h
34885 ____________________________________________________________________________
34886 [  9345] By: nick                                  on 2001/03/25  20:49:11
34887         Log: Avoid at leasy one of undefined warnings in Encode.
34888      Branch: perlio
34889            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34890 ____________________________________________________________________________
34891 [  9344] By: jhi                                   on 2001/03/25  20:37:43
34892         Log: A workaround for using Term::ReadLine in emacs minibuffer
34893              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
34894              additional tweaks from Ilya Zakharevich.
34895      Branch: perl
34896            ! lib/Term/ReadLine.pm
34897 ____________________________________________________________________________
34898 [  9343] By: nick                                  on 2001/03/25  20:21:14
34899         Log: Missing return value.
34900      Branch: perlio
34901            ! ext/PerlIO/Scalar/Scalar.xs
34902 ____________________________________________________________________________
34903 [  9342] By: jhi                                   on 2001/03/25  16:21:00
34904         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
34905              to equal the CPAN versions since no code changes have been made.
34906      Branch: perl
34907            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34908            ! t/lib/md5-file.t
34909 ____________________________________________________________________________
34910 [  9341] By: jhi                                   on 2001/03/25  16:01:48
34911         Log: Escape 8-bit characters.
34912      Branch: perl
34913            ! t/lib/mimeqp.t
34914 ____________________________________________________________________________
34915 [  9340] By: gsar                                  on 2001/03/25  15:50:53
34916         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
34917              chars)
34918      Branch: perl
34919            + t/lib/mimeqp.t
34920 ____________________________________________________________________________
34921 [  9339] By: gsar                                  on 2001/03/25  15:48:50
34922         Log: delete mimeqp.t for later add with text mode set
34923      Branch: perl
34924            - t/lib/mimeqp.t
34925 ____________________________________________________________________________
34926 [  9338] By: nick                                  on 2001/03/25  09:01:57
34927         Log: Integrate mainline.
34928      Branch: perlio
34929           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34930           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34931           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34932           +> t/lib/mimeb64u.t t/lib/mimeqp.t
34933           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
34934           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
34935           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
34936 ____________________________________________________________________________
34937 [  9337] By: jhi                                   on 2001/03/25  04:23:24
34938         Log: Add MIME::Base64 here and there.  Again, a lot of
34939              optimism is in the air.
34940      Branch: perl
34941            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34942            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
34943 ____________________________________________________________________________
34944 [  9336] By: jhi                                   on 2001/03/25  04:12:43
34945         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
34946              this by ear as I do not do Win32 programming.)
34947      Branch: perl
34948            ! win32/Makefile win32/makefile.mk
34949 ____________________________________________________________________________
34950 [  9335] By: jhi                                   on 2001/03/25  04:03:50
34951         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
34952      Branch: perl
34953            ! t/lib/md5-file.t
34954 ____________________________________________________________________________
34955 [  9334] By: jhi                                   on 2001/03/25  03:58:53
34956         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
34957      Branch: perl
34958            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34959            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34960            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34961            + t/lib/mimeb64u.t t/lib/mimeqp.t
34962            ! MANIFEST
34963 ____________________________________________________________________________
34964 [  9333] By: jhi                                   on 2001/03/24  20:14:37
34965         Log: Integrate perlio.
34966      Branch: perl
34967           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
34968 ____________________________________________________________________________
34969 [  9332] By: nick                                  on 2001/03/24  19:40:34
34970         Log: Fix un-init variable leading to spurious "Out of Memory!"
34971      Branch: perlio
34972            ! doio.c
34973 ____________________________________________________________________________
34974 [  9331] By: nick                                  on 2001/03/24  19:09:59
34975         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
34976              and update layers internals doc.
34977      Branch: perlio
34978            ! pod/perlfunc.pod pod/perliol.pod
34979 ____________________________________________________________________________
34980 [  9330] By: jhi                                   on 2001/03/24  18:42:11
34981         Log: The length might be uninitialized garbage if the *svp is the undef.
34982      Branch: perl
34983            ! doio.c
34984 ____________________________________________________________________________
34985 [  9329] By: jhi                                   on 2001/03/24  18:26:57
34986         Log: (Retracted by #9393)
34987              
34988              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
34989              From: Simon Cozens <simon@netthink.co.uk>
34990              Date: Sat, 24 Mar 2001 17:13:17 +0000
34991              Message-ID: <20010324171317.A13406@netthink.co.uk>
34992      Branch: perl
34993            ! utils/h2xs.PL
34994 ____________________________________________________________________________
34995 [  9328] By: nick                                  on 2001/03/24  17:22:02
34996         Log: Integrate mainline.
34997      Branch: perlio
34998           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
34999           !> lib/unicode/version
35000 ____________________________________________________________________________
35001 [  9327] By: nick                                  on 2001/03/24  17:16:02
35002         Log: Integrate mainline.
35003      Branch: perlio
35004           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35005           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
35006           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
35007           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
35008           +> t/lib/md5-file.t
35009           !> MANIFEST Makefile.SH configure.com djgpp/config.over
35010           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
35011           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
35012           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
35013           !> win32/makefile.mk
35014 ____________________________________________________________________________
35015 [  9326] By: jhi                                   on 2001/03/24  17:00:42
35016         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
35017      Branch: perl
35018            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
35019            ! lib/unicode/version
35020 ____________________________________________________________________________
35021 [  9325] By: jhi                                   on 2001/03/24  16:22:33
35022         Log: Subject: Re: B::Deparse bug (5.6.0)
35023              From: Robin Houston <robin@kitsite.com>
35024              Date: Sat, 24 Mar 2001 14:33:09 +0000
35025              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
35026      Branch: perl
35027            ! op.c pp.c t/lib/b.t t/op/repeat.t
35028 ____________________________________________________________________________
35029 [  9324] By: jhi                                   on 2001/03/24  16:21:56
35030         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
35031              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
35032              these additions may be too optimistic.
35033      Branch: perl
35034            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
35035            ! hints/uwin.sh hints/vmesa.sh
35036 ____________________________________________________________________________
35037 [  9323] By: jhi                                   on 2001/03/24  16:06:01
35038         Log: Integrate perlio.
35039      Branch: perl
35040           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
35041           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35042            ! Makefile.SH
35043           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
35044           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
35045           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
35046           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35047           !> win32/makefile.mk win32/perlhost.h win32/win32.c
35048           !> win32/win32iop.h
35049 ____________________________________________________________________________
35050 [  9322] By: nick                                  on 2001/03/24  14:39:12
35051         Log: Routine Win32 regen_config_h - no real changes.
35052      Branch: perlio
35053            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35054 ____________________________________________________________________________
35055 [  9321] By: nick                                  on 2001/03/24  14:31:49
35056         Log: PerlIO fixups for Win32:
35057              - provide win33_popenlist() - non-functional as yet.
35058              - avoid need for aTHX in PerlIO_debug calls - even if not 
35059              enabled args are still evaluated so Win32 has trouble during fork().
35060              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
35061              - Fixup makedef.pl for latest set of symbols.
35062      Branch: perlio
35063            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
35064            ! win32/perlhost.h win32/win32.c win32/win32iop.h
35065 ____________________________________________________________________________
35066 [  9320] By: nick                                  on 2001/03/24  14:26:58
35067         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
35068              was gibberish - broke it on WIn32 at least.
35069      Branch: perlio
35070            ! ext/POSIX/POSIX.xs
35071 ____________________________________________________________________________
35072 [  9319] By: nick                                  on 2001/03/24  11:29:41
35073         Log: Generated files.
35074      Branch: perlio
35075            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35076 ____________________________________________________________________________
35077 [  9318] By: nick                                  on 2001/03/24  10:29:37
35078         Log: Implement:
35079              1.  open($fh,"+<",undef);  # add test to t/io/open.t
35080              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
35081      Branch: perlio
35082            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
35083            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35084            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
35085            ! t/io/open.t t/io/utf8.t
35086 ____________________________________________________________________________
35087 [  9317] By: jhi                                   on 2001/03/23  23:41:25
35088         Log: AIX does seems to have optimization problems with its C compilers.
35089      Branch: perl
35090            ! hints/aix.sh
35091 ____________________________________________________________________________
35092 [  9316] By: jhi                                   on 2001/03/23  23:40:46
35093         Log: Integrate perlio.
35094      Branch: perl
35095           +> lib/PerlIO.pm
35096           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
35097           !> perliol.h
35098 ____________________________________________________________________________
35099 [  9315] By: jhi                                   on 2001/03/23  22:16:30
35100         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
35101      Branch: perl
35102            ! t/lib/md5-file.t
35103 ____________________________________________________________________________
35104 [  9314] By: nick                                  on 2001/03/23  20:49:02
35105         Log: Perlio internals re-organized.
35106              - open process creates AV of layer/arg pairs
35107              (appends layers from open() or open.pm to default list).
35108              - push arg is now an SV.
35109              - layer ->Open get passed the AV
35110              - open is no longer mandatory method.
35111              - topmost layer that has ->Open method does the open
35112              - any layers above are pushed once that returns.
35113              - vtable re-ordered so dummy layers need only provide push/pop methods.
35114      Branch: perlio
35115            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35116 ____________________________________________________________________________
35117 [  9313] By: nick                                  on 2001/03/23  16:27:41
35118         Log: Check in a stable (working) version before next round of tweaks.
35119              Changes include:
35120              - Move default layers code out of doio.c and into perlio.c
35121              - Single routine for parsing layer specification strings.
35122              - Skeleton support for demand loading of layers
35123              - Core-dump avoidance if PERLIO environment specifies loadable layer
35124              (does not _work_ as need IO to load and need load to do IO ...)
35125      Branch: perlio
35126            + lib/PerlIO.pm
35127            ! MANIFEST doio.c perlio.c
35128 ____________________________________________________________________________
35129 [  9312] By: gsar                                  on 2001/03/23  16:25:25
35130         Log: add execute bit to files with shebang lines in the repository;
35131              avoid clobbering execute bit in Porting/makerel 
35132      Branch: maint-5.6/perl
35133            ! (edit 144 files)
35134 ____________________________________________________________________________
35135 [  9311] By: jhi                                   on 2001/03/23  14:25:35
35136         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
35137      Branch: perl
35138            ! MANIFEST
35139 ____________________________________________________________________________
35140 [  9310] By: jhi                                   on 2001/03/23  13:45:04
35141         Log: Subject: [PATCH] Net::Ping
35142              From: Colin McMillen <mcmi0037@tc.umn.edu>
35143              Date: Thu, 22 Mar 2001 19:30:31 -0600
35144              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
35145      Branch: perl
35146            ! lib/Net/Ping.pm
35147 ____________________________________________________________________________
35148 [  9309] By: jhi                                   on 2001/03/23  13:39:13
35149         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
35150      Branch: perl
35151            ! t/lib/md5-aaa.t t/lib/md5-file.t
35152 ____________________________________________________________________________
35153 [  9308] By: jhi                                   on 2001/03/23  13:20:34
35154         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
35155              - bump the version to 2.14
35156              - drop the base64 tests since they require MIME::Base64
35157              - drop the rfc1321.txt
35158              - drop the hints/dec_osf.pl since it's only needed for
35159              pre-5.005_03 Perls
35160              Todo:
35161              - the U32 alignment testing is now removed; it needs to
35162              be reintroduced as as a Config variable (meaning also
35163              as a Configure test)
35164              - get the new EBCDIC md5sum for MD5.pm
35165              - test in Win32 to see how badly I botched the makefiles
35166      Branch: perl
35167            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35168            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
35169            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
35170            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
35171            + t/lib/md5-file.t
35172            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
35173            ! win32/Makefile win32/makefile.mk
35174 ____________________________________________________________________________
35175 [  9307] By: jhi                                   on 2001/03/23  12:56:14
35176         Log: Integrate change #9306 from maintperl into mainline,
35177              AIX dynaloader for AIXes without <load.h>.
35178      Branch: perl
35179           !> ext/DynaLoader/hints/aix.pl
35180 ____________________________________________________________________________
35181 [  9306] By: jhi                                   on 2001/03/23  12:51:36
35182         Log: There are AIXes without /usr/include/load.h,
35183              patch from H.Merijn Brand.
35184      Branch: maint-5.6/perl
35185            ! ext/DynaLoader/hints/aix.pl
35186 ____________________________________________________________________________
35187 [  9305] By: nick                                  on 2001/03/23  11:00:42
35188         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
35189      Branch: perlio
35190            ! ext/Encode/Encode.xs perlio.c perlio.h
35191 ____________________________________________________________________________
35192 [  9304] By: nick                                  on 2001/03/23  10:20:46
35193         Log: Render -Duseperlio functional again.
35194              - this is "quick fix" which calls PerlIO_apply_layers after opening,
35195              which is what old scheme did. New scheme needs to change that
35196              to make open(...,\$scalar) etc. work but this will do for now.
35197      Branch: perlio
35198            ! perlio.c
35199 ____________________________________________________________________________
35200 [  9303] By: nick                                  on 2001/03/23  09:53:20
35201         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
35202              -Uuseperlio now works again.
35203              -Duseperlio is still poorly. Don't merge yet...
35204      Branch: perlio
35205            ! doio.c perlio.h
35206 ____________________________________________________________________________
35207 [  9302] By: nick                                  on 2001/03/22  22:26:51
35208         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
35209              type code.
35210              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
35211              is its main caller. In particular now has access to "extra" args, and
35212              can tell when an open handle is "reopened" (or duped?).
35213              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
35214              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
35215              PerlIO_open() et. al. (i.e. other way round).
35216              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
35217              with args close to PerlIO_openn().
35218      Branch: perlio
35219            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35220 ____________________________________________________________________________
35221 [  9301] By: jhi                                   on 2001/03/22  20:58:04
35222         Log: Integrate perlio.
35223      Branch: perl
35224           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
35225           !> t/io/open.t util.c
35226 ____________________________________________________________________________
35227 [  9300] By: nick                                  on 2001/03/22  17:36:32
35228         Log: Don't include $@ in not ok message.
35229      Branch: perlio
35230            ! t/io/open.t
35231 ____________________________________________________________________________
35232 [  9299] By: gsar                                  on 2001/03/22  16:53:45
35233         Log: back out changes#7532,7521 for now (appears to have problems
35234              on IRIX)
35235      Branch: maint-5.6/perl
35236            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35237            ! ext/POSIX/typemap pod/perlvar.pod
35238 ____________________________________________________________________________
35239 [  9298] By: nick                                  on 2001/03/22  14:35:46
35240         Log: Give a meaning to '&' in n-arg open case:
35241              open($fh,"<&",$scalar);
35242              $scalar can be:
35243              - an integer which does "fdopen"
35244              open($fh,"<&",2); # like open($fh,"<&2")
35245              - something that will yield a file handle via sv_2io()
35246              useful for dup'ing anonymous handles.
35247              e.g.:
35248              open(my $fh,"<&",\*STDIN);
35249              open(my $dup,"<&",$fh);
35250      Branch: perlio
35251            ! doio.c t/io/open.t
35252 ____________________________________________________________________________
35253 [  9297] By: nick                                  on 2001/03/22  13:34:35
35254         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
35255      Branch: perlio
35256            ! util.c
35257 ____________________________________________________________________________
35258 [  9296] By: nick                                  on 2001/03/22  12:51:20
35259         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
35260      Branch: perlio
35261            ! perl.c
35262 ____________________________________________________________________________
35263 [  9295] By: nick                                  on 2001/03/22  11:59:44
35264         Log: If stdin, stdout or stderr get opened in unexpected read/write state
35265              then warn at time of open not at time of use.
35266      Branch: perlio
35267            ! doio.c pp_hot.c pp_sys.c
35268 ____________________________________________________________________________
35269 [  9294] By: nick                                  on 2001/03/22  10:54:35
35270         Log: Die on n-arg open(...,"",xxx,yyy,...)
35271              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
35272              - die on read/write cases so we can decide what it means later.
35273      Branch: perlio
35274            ! doio.c embed.pl iperlsys.h util.c
35275 ____________________________________________________________________________
35276 [  9293] By: nick                                  on 2001/03/22  09:02:45
35277         Log: perlio tweaks (reported by Nick Clark)
35278              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
35279              error check in Pendinf_read().
35280      Branch: perlio
35281            ! perlio.c
35282 ____________________________________________________________________________
35283 [  9292] By: gsar                                  on 2001/03/22  07:12:00
35284         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
35285              fixes)
35286      Branch: maint-5.6/perl
35287           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
35288 ____________________________________________________________________________
35289 [  9291] By: jhi                                   on 2001/03/22  06:06:44
35290         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
35291      Branch: perl
35292            ! t/op/re_tests
35293 ____________________________________________________________________________
35294 [  9290] By: jhi                                   on 2001/03/22  05:57:01
35295         Log: Move MacOS Classic higher in the list of supported platforms.
35296      Branch: maint-5.6/perl
35297            ! pod/perlport.pod
35298 ____________________________________________________________________________
35299 [  9289] By: gsar                                  on 2001/03/22  05:35:04
35300         Log: revert part of change#6438 for compatibility (av_reify()
35301              appears to be needed to implement av_splice()ish things
35302              in XS)
35303      Branch: maint-5.6/perl
35304            ! embed.pl global.sym objXSUB.h perlapi.c
35305 ____________________________________________________________________________
35306 [  9288] By: gsar                                  on 2001/03/22  03:09:19
35307         Log: update copyright year
35308      Branch: maint-5.6/perl
35309            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
35310            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
35311            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
35312            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
35313            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
35314            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
35315            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
35316            ! x2p/walk.c
35317 ____________________________________________________________________________
35318 [  9287] By: jhi                                   on 2001/03/21  20:30:54
35319         Log: Integrate perlio.
35320      Branch: perl
35321           !> ext/Data/Dumper/Dumper.xs
35322 ____________________________________________________________________________
35323 [  9286] By: gsar                                  on 2001/03/21  19:49:54
35324         Log: makefile.mk tweak
35325      Branch: maint-5.6/perl
35326            ! win32/Makefile win32/makefile.mk
35327 ____________________________________________________________________________
35328 [  9285] By: nick                                  on 2001/03/21  19:07:13
35329         Log: Multiplicity fix for Dumper.
35330      Branch: perlio
35331            ! ext/Data/Dumper/Dumper.xs
35332 ____________________________________________________________________________
35333 [  9284] By: nick                                  on 2001/03/21  19:01:07
35334         Log: Integrate mainline - (does not build xTHX issue in Dumper).
35335      Branch: perlio
35336           !> (integrate 27 files)
35337 ____________________________________________________________________________
35338 [  9283] By: jhi                                   on 2001/03/21  17:17:35
35339         Log: Integrate change #9282 from mainline into maintperl,
35340              4-arg UTF-8 substr().
35341      Branch: maint-5.6/perl
35342           !> pp.c
35343 ____________________________________________________________________________
35344 [  9282] By: jhi                                   on 2001/03/21  17:15:43
35345         Log: The #9270 would have leaked a scalar if pp_substr()
35346              returned early.
35347      Branch: perl
35348            ! pp.c
35349 ____________________________________________________________________________
35350 [  9281] By: gsar                                  on 2001/03/21  17:03:14
35351         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
35352      Branch: maint-5.6/perl
35353            ! win32/makefile.mk
35354 ____________________________________________________________________________
35355 [  9280] By: gsar                                  on 2001/03/21  17:01:20
35356         Log: some tweaks to change#9278 (fork() emulation should be enabled
35357              by setting BUILD_FLAVOR instead of changing the defaults)
35358      Branch: maint-5.6/perl
35359            ! win32/makefile.mk
35360 ____________________________________________________________________________
35361 [  9279] By: gsar                                  on 2001/03/21  16:47:19
35362         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
35363      Branch: maint-5.6/perl
35364            ! ext/File/Glob/Glob.pm
35365           !> lib/Cwd.pm
35366 ____________________________________________________________________________
35367 [  9278] By: jhi                                   on 2001/03/21  14:35:10
35368         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
35369              From: "Vadim Konovalov" <watman@inbox.ru>
35370              Date: Wed, 21 Mar 2001 01:53:51 +0300
35371              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
35372      Branch: maint-5.6/perl
35373            ! win32/makefile.mk win32/win32sck.c
35374 ____________________________________________________________________________
35375 [  9277] By: jhi                                   on 2001/03/21  13:58:28
35376         Log: Integrate change #9270 from mainline to maintperl:
35377              continued 4-arg UTF-8 substr() fixing.
35378      Branch: maint-5.6/perl
35379           !> pp.c t/op/substr.t
35380 ____________________________________________________________________________
35381 [  9276] By: jhi                                   on 2001/03/21  13:33:00
35382         Log: More pixie cleaning.
35383      Branch: perl
35384            ! Makefile.SH
35385 ____________________________________________________________________________
35386 [  9275] By: jhi                                   on 2001/03/21  03:54:17
35387         Log: Update Changes.
35388      Branch: perl
35389            ! Changes patchlevel.h
35390 ____________________________________________________________________________
35391 [  9274] By: jhi                                   on 2001/03/21  03:48:24
35392         Log: First stab at making Data::Dumper to grok Unicode.
35393              
35394              TODO: tests, EBCDICify.
35395      Branch: perl
35396            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
35397 ____________________________________________________________________________
35398 [  9273] By: jhi                                   on 2001/03/21  02:23:00
35399         Log: Fix for
35400              
35401              Subject: Memory leak in unquoted print   
35402              From: Benjamin Sugars <bsugars@canoe.ca> 
35403              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
35404              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
35405      Branch: perl
35406            ! perlio.c
35407 ____________________________________________________________________________
35408 [  9272] By: jhi                                   on 2001/03/21  01:33:17
35409         Log: Subject: Re: [PATCH] POSIX::getcwd()
35410              From: Benjamin Sugars <bsugars@canoe.ca> 
35411              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
35412              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
35413      Branch: perl
35414            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35415 ____________________________________________________________________________
35416 [  9271] By: jhi                                   on 2001/03/21  01:22:52
35417         Log: Subject: [PATCH] Cwd.pm docs
35418              From: Benjamin Sugars <bsugars@canoe.ca>
35419              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
35420              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
35421      Branch: perl
35422            ! lib/Cwd.pm
35423 ____________________________________________________________________________
35424 [  9270] By: jhi                                   on 2001/03/21  01:16:29
35425         Log: Continue 4-arg substr() UTF-8 fixage.
35426      Branch: perl
35427            ! pp.c t/op/substr.t
35428 ____________________________________________________________________________
35429 [  9269] By: jhi                                   on 2001/03/21  00:46:14
35430         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
35431              
35432              revert the leak fix in change#9142 (problem needs a more experimental
35433              fix unsuitable for 5.6.1)
35434              
35435              do alphabetical sorting by default (for csh compatibility)
35436              
35437              cut-n-paste goof in change#9264
35438              
35439              VMS piping fixes (from Charles Lane)
35440      Branch: perl
35441           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
35442           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35443           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
35444 ____________________________________________________________________________
35445 [  9268] By: jhi                                   on 2001/03/21  00:37:04
35446         Log: Integrate perlio.
35447      Branch: perl
35448           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35449           !> utf8.c utf8.h utfebcdic.h
35450 ____________________________________________________________________________
35451 [  9267] By: nick                                  on 2001/03/20  20:04:39
35452         Log: More EBCDIC stuff:
35453              - Loose the extra level of function on ASCII.
35454              - spotted a chr(0) issue in sv.c
35455              - re-work of UTF-X tr/// ranges to work in Unicode
35456              space. Still issues with the "0xff is illegal UTF-8" hack.
35457              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
35458              (why do it once when you can do it all over the place :-(
35459              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
35460              need utf8.pm for swashes.
35461              - Simplified and commented scan_const() in toke.c
35462              Still something wrong regexp and tr (swashes?).
35463      Branch: perlio
35464            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35465            ! utf8.c utf8.h utfebcdic.h
35466 ____________________________________________________________________________
35467 [  9266] By: gsar                                  on 2001/03/20  19:16:43
35468         Log: VMS piping fixes (from Charles Lane)
35469      Branch: maint-5.6/perl
35470            ! vms/vms.c vms/vmspipe.com
35471 ____________________________________________________________________________
35472 [  9265] By: gsar                                  on 2001/03/20  17:53:52
35473         Log: cut-n-paste goof in change#9264
35474      Branch: maint-5.6/perl
35475            ! ext/File/Glob/Glob.xs
35476 ____________________________________________________________________________
35477 [  9264] By: gsar                                  on 2001/03/20  17:43:47
35478         Log: do alphabetical sorting by default (for csh compatibility);
35479              bsd_glob() does ASCII sort by default as usual, unless
35480              GLOB_ALPHASORT was specified
35481      Branch: maint-5.6/perl
35482            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
35483            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35484            ! ext/File/Glob/bsd_glob.h
35485 ____________________________________________________________________________
35486 [  9263] By: gsar                                  on 2001/03/20  16:40:08
35487         Log: integrate change#9255 from mainline (unicode fix)
35488              
35489              substr($bytestr, i, n, $charstr)
35490      Branch: maint-5.6/perl
35491           !> Todo-5.6 pp.c t/op/substr.t
35492 ____________________________________________________________________________
35493 [  9262] By: gsar                                  on 2001/03/20  15:57:41
35494         Log: revert the leak fix in change#9142 (problem needs a more experimental
35495              fix unsuitable for 5.6.1)
35496      Branch: maint-5.6/perl
35497            ! scope.c
35498 ____________________________________________________________________________
35499 [  9261] By: jhi                                   on 2001/03/20  14:26:25
35500         Log: Integrate changes #9259,9260 from maintperl into mainline.
35501              
35502              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35503              
35504              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35505      Branch: perl
35506           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
35507 ____________________________________________________________________________
35508 [  9260] By: jhi                                   on 2001/03/20  14:05:46
35509         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35510              From: Robin Barker <rmb1@cise.npl.co.uk>
35511              Date: Tue, 20 Mar 2001 10:12:04 GMT
35512              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
35513      Branch: maint-5.6/perl
35514            ! run.c
35515 ____________________________________________________________________________
35516 [  9259] By: jhi                                   on 2001/03/20  14:04:39
35517         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35518              From: Chris Nandor <pudge@pobox.com>
35519              Date: Tue, 20 Mar 2001 00:40:56 -0500
35520              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
35521      Branch: maint-5.6/perl
35522            ! ext/POSIX/POSIX.xs lib/File/Path.pm
35523 ____________________________________________________________________________
35524 [  9258] By: jhi                                   on 2001/03/20  05:09:34
35525         Log: Update Changes.
35526      Branch: perl
35527            ! Changes patchlevel.h
35528 ____________________________________________________________________________
35529 [  9257] By: jhi                                   on 2001/03/20  05:04:25
35530         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
35531      Branch: perl
35532            ! t/op/tr.t
35533 ____________________________________________________________________________
35534 [  9256] By: jhi                                   on 2001/03/20  04:43:12
35535         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
35536              From: Peter Prymmer <pvhp@forte.com>
35537              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
35538              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
35539      Branch: maint-5.6/perl
35540            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
35541 ____________________________________________________________________________
35542 [  9255] By: jhi                                   on 2001/03/19  23:17:17
35543         Log: substr($bytestr, i, n, $charstr)
35544              
35545              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
35546      Branch: perl
35547            ! Todo-5.6 pp.c t/op/substr.t
35548 ____________________________________________________________________________
35549 [  9254] By: jhi                                   on 2001/03/19  22:25:09
35550         Log: Rearrange the make test target prerequisites so that
35551              in a parallel make 'all' is finished before 'test'.
35552      Branch: perl
35553            ! Makefile.SH
35554 ____________________________________________________________________________
35555 [  9253] By: jhi                                   on 2001/03/19  21:48:07
35556         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
35557              From: Robin Houston <robin@kitsite.com>
35558              Date: Mon, 19 Mar 2001 15:48:41 +0000
35559              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
35560      Branch: perl
35561            ! pp_ctl.c
35562 ____________________________________________________________________________
35563 [  9252] By: jhi                                   on 2001/03/19  21:42:27
35564         Log: Integrate perlio.
35565      Branch: perl
35566           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
35567           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
35568           !> utfebcdic.h vms/perly_c.vms
35569 ____________________________________________________________________________
35570 [  9251] By: jhi                                   on 2001/03/19  21:31:28
35571         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
35572              
35573              Dynaloading in 64-bit AIX with vac.
35574      Branch: perl
35575           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35576           !> hints/aix.sh
35577 ____________________________________________________________________________
35578 [  9250] By: jhi                                   on 2001/03/19  21:18:00
35579         Log: A more robust solution for the 64bitall AIX dynaloading
35580              problem, from Jens-Uwe Mager.
35581      Branch: maint-5.6/perl
35582            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35583 ____________________________________________________________________________
35584 [  9249] By: nick                                  on 2001/03/19  20:59:37
35585         Log: Integrate mainline.
35586      Branch: perlio
35587           !> (integrate 42 files)
35588 ____________________________________________________________________________
35589 [  9248] By: nick                                  on 2001/03/19  20:22:07
35590         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
35591              (Building on OS390 uses native YACC and YYDEBUG has other
35592              side effects.)
35593      Branch: perlio
35594            ! perly.c perly.y vms/perly_c.vms
35595 ____________________________________________________________________________
35596 [  9247] By: jhi                                   on 2001/03/19  19:59:53
35597         Log: 64-bit AIX dynaloading problem (see #9244) idea
35598              from Jens-Uwe Mager.
35599      Branch: maint-5.6/perl
35600            ! ext/DynaLoader/dl_aix.xs
35601 ____________________________________________________________________________
35602 [  9246] By: nick                                  on 2001/03/19  19:27:57
35603         Log: More EBCDIC fixes.
35604      Branch: perlio
35605            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
35606            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
35607 ____________________________________________________________________________
35608 [  9245] By: jhi                                   on 2001/03/19  19:05:19
35609         Log: Integrate change #9243 from mainline into maintperl.
35610              
35611              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35612      Branch: maint-5.6/perl
35613           !> README.vmesa
35614 ____________________________________________________________________________
35615 [  9244] By: jhi                                   on 2001/03/19  19:03:15
35616         Log: Get 64bitall AIX building, but still does not test okay:
35617              dynaloading anything fails, for example for op/defins:
35618              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
35619              (update: fixed by #9247,9250)
35620      Branch: maint-5.6/perl
35621            ! hints/aix.sh
35622 ____________________________________________________________________________
35623 [  9243] By: jhi                                   on 2001/03/19  19:00:16
35624         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35625              From: Robin Barker <rmb1@cise.npl.co.uk>
35626              Date: Mon, 19 Mar 2001 18:01:57 GMT
35627              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
35628      Branch: perl
35629            ! README.vmesa
35630 ____________________________________________________________________________
35631 [  9242] By: jhi                                   on 2001/03/19  18:58:43
35632         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
35633              
35634              TODO: tests.
35635      Branch: perl
35636            ! doop.c op.c
35637 ____________________________________________________________________________
35638 [  9241] By: gsar                                  on 2001/03/19  17:34:46
35639         Log: VMSify tests (from Charles Lane)
35640      Branch: maint-5.6/perl
35641            ! t/lib/filehand.t t/lib/texttabs.t
35642 ____________________________________________________________________________
35643 [  9240] By: jhi                                   on 2001/03/19  14:24:26
35644         Log: Integrate change #9233 from maintperl into mainline.
35645              
35646              some refcounts were incorrect in perl_clone()
35647      Branch: perl
35648           !> sv.c
35649 ____________________________________________________________________________
35650 [  9239] By: gsar                                  on 2001/03/19  09:23:17
35651         Log: this is 5.6.1-trial3
35652      Branch: maint-5.6/perl
35653            ! Changes
35654 ____________________________________________________________________________
35655 [  9238] By: gsar                                  on 2001/03/19  08:47:04
35656         Log: some new symbols are only available under ithreads
35657      Branch: maint-5.6/perl
35658            ! makedef.pl
35659 ____________________________________________________________________________
35660 [  9237] By: gsar                                  on 2001/03/19  08:42:28
35661         Log: update patchlevel.h, Changes, &c.
35662      Branch: maint-5.6/perl
35663            ! Changes patchlevel.h pod/perlhist.pod
35664           !> AUTHORS
35665 ____________________________________________________________________________
35666 [  9236] By: gsar                                  on 2001/03/19  08:17:49
35667         Log: integrate changes#8068,8717 from mainline
35668              
35669              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35670              
35671              [PATCH CPAN 1.59_51] warning message (not!)
35672      Branch: maint-5.6/perl
35673           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
35674           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
35675           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
35676           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
35677           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35678 ____________________________________________________________________________
35679 [  9235] By: gsar                                  on 2001/03/19  08:07:09
35680         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
35681              
35682              [PATCH] Add missing CV flags to dump.c
35683              
35684              Re: [patch] Re: PL_ptr_table
35685              
35686              Fixup non-ithread build after 8713
35687              
35688              Generated files form 8713 etc.
35689              
35690              Correct the correction :-(
35691              
35692              Documenting coderef @INC (Re: CPAN "make this script work" feature)
35693              
35694              Subject: Re: sync sync sync: have I missed any patches?
35695              Replace djSP with dSP.
35696      Branch: maint-5.6/perl
35697           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
35698           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
35699           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
35700           !> sv.c sv.h win32/perlhost.h
35701 ____________________________________________________________________________
35702 [  9234] By: gsar                                  on 2001/03/19  07:22:05
35703         Log: revert the change#9090 integrate for now (change looks somewhat
35704              incomplete in that [ha]v_exists() need something similar; lacks
35705              tests; &c.)
35706      Branch: maint-5.6/perl
35707            ! hv.c
35708 ____________________________________________________________________________
35709 [  9233] By: gsar                                  on 2001/03/19  07:10:01
35710         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
35711              destruction when there are unreferenced scalars (SvREFCNT==0)
35712      Branch: maint-5.6/perl
35713            ! sv.c
35714 ____________________________________________________________________________
35715 [  9232] By: jhi                                   on 2001/03/19  05:11:02
35716         Log: Regen api and toc.
35717      Branch: maint-5.6/perl
35718            ! pod/perlapi.pod pod/perltoc.pod
35719 ____________________________________________________________________________
35720 [  9231] By: jhi                                   on 2001/03/19  04:06:03
35721         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
35722              add a lost line in pp.c:pp_chop(), update to new op/chop.
35723              
35724              Clarify the description differentiating for and while; inspired by
35725              
35726              Subject: [ID 20010306.004] || != named unary operator
35727              
35728              The $Is_MacOS needs to be declared.
35729      Branch: maint-5.6/perl
35730            ! pp.c t/op/chop.t
35731           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
35732 ____________________________________________________________________________
35733 [  9230] By: jhi                                   on 2001/03/19  03:48:16
35734         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
35735              9079,9083,9089,9090,9091 from mainline to maintperl.
35736              
35737              Quieten some noise in Win32 builds
35738              
35739              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
35740              
35741              The perlretut was still talking about the old \p and \P
35742              definitions.
35743              
35744              More tweakage on the Unicode character class descriptions.
35745              
35746              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35747              
35748              Subject: 'no *POSIX' Patch speeding up make on BS2000 
35749              
35750              Subject: [PATCH] perldata.pod here-doc docs
35751              
35752              Add /sbin and /usr/sbin to the list of directories scanned
35753              for setuid programs.  Takes care of bug id 20010309.003.
35754              
35755              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
35756              
35757              In op/stat #35 better to scan all the potential directories
35758              for setuids, not just the first one.
35759      Branch: maint-5.6/perl
35760            ! Makefile.SH
35761           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
35762           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
35763           !> t/op/stat.t toke.c win32/win32.h
35764 ____________________________________________________________________________
35765 [  9229] By: jhi                                   on 2001/03/19  02:31:50
35766         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
35767              From: Chris Nandor <pudge@pobox.com>
35768              Date: Sat, 10 Mar 2001 14:22:19 -0500
35769              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
35770      Branch: maint-5.6/perl
35771            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35772            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
35773            ! t/lib/b.t t/lib/errno.t
35774 ____________________________________________________________________________
35775 [  9228] By: jhi                                   on 2001/03/19  02:29:59
35776         Log: Integrate changes #9113,9122 from mainline into maintperl.
35777              
35778              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?)
35779      Branch: maint-5.6/perl
35780           !> Configure README.os390 hints/os390.sh
35781 ____________________________________________________________________________
35782 [  9227] By: jhi                                   on 2001/03/19  02:22:35
35783         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
35784              into maintperl.
35785              
35786              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35787              
35788              Forgot to check-in the larger part of #9120, duh.
35789              
35790              Subject: Another patch for integer.pm POD 
35791              
35792              h2ph strictness and cleanliness from Kurt Starsinic.
35793              
35794              Borland filename case problem.
35795              
35796              h2ph strictness and cleanliness from Kurt Starsinic.
35797              
35798              Subject: [PATCH] the uncontroversial doc patches
35799      Branch: maint-5.6/perl
35800           +> win32/sncfnmcs.pl
35801           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
35802           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
35803           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
35804           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
35805           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
35806           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
35807           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
35808 ____________________________________________________________________________
35809 [  9226] By: jhi                                   on 2001/03/19  02:10:21
35810         Log: Integrate changes #9207,9214 from mainline into maintperl.
35811              
35812              podchecker relaxations: =over has an *optional* number after it,
35813              and whitespace in L<> is okay.
35814      Branch: maint-5.6/perl
35815           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35816           !> t/pod/poderrs.xr
35817 ____________________________________________________________________________
35818 [  9225] By: jhi                                   on 2001/03/19  02:07:38
35819         Log: Integrate change #9219 from maintperl into mainline.
35820              
35821              remove duplicated tests
35822      Branch: perl
35823           !> t/op/re_tests
35824 ____________________________________________________________________________
35825 [  9224] By: jhi                                   on 2001/03/19  02:06:11
35826         Log: Integrate change #9223 from mainline to maintperl.
35827              
35828              Document -Dmksymlinks.
35829      Branch: maint-5.6/perl
35830           !> INSTALL
35831 ____________________________________________________________________________
35832 [  9223] By: jhi                                   on 2001/03/19  02:01:25
35833         Log: Document -Dmksymlinks.
35834      Branch: perl
35835            ! INSTALL
35836 ____________________________________________________________________________
35837 [  9222] By: jhi                                   on 2001/03/19  01:15:35
35838         Log: The -Dmksymlinks wasn't working for maintperl.
35839      Branch: maint-5.6/perl
35840            ! Configure
35841 ____________________________________________________________________________
35842 [  9221] By: jhi                                   on 2001/03/19  00:49:43
35843         Log: Cleanup pixie residue.
35844      Branch: perl
35845            ! Makefile.SH
35846 ____________________________________________________________________________
35847 [  9220] By: jhi                                   on 2001/03/19  00:44:47
35848         Log: Document the use of pixie/prof; create make targets for it.
35849              
35850              TODO: make t/TEST pixie-aware.
35851      Branch: perl
35852            ! Makefile.SH pod/perlhack.pod
35853 ____________________________________________________________________________
35854 [  9219] By: gsar                                  on 2001/03/19  00:16:55
35855         Log: remove duplicated tests
35856      Branch: maint-5.6/perl
35857            ! t/op/re_tests
35858 ____________________________________________________________________________
35859 [  9218] By: jhi                                   on 2001/03/18  23:59:31
35860         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
35861      Branch: perl
35862            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
35863 ____________________________________________________________________________
35864 [  9217] By: jhi                                   on 2001/03/18  23:25:20
35865         Log: Rewrite the tests section of Makefile to be less redundant
35866              and to allow for more flexible test targets, many recursive
35867              make calls introduced.
35868      Branch: perl
35869            ! Makefile.SH
35870 ____________________________________________________________________________
35871 [  9216] By: jhi                                   on 2001/03/18  22:30:04
35872         Log: Document the use of Third Degree (sparsely).
35873      Branch: perl
35874            ! pod/perlhack.pod t/TEST
35875 ____________________________________________________________________________
35876 [  9215] By: jhi                                   on 2001/03/18  22:10:30
35877         Log: Make targets for testing with Third Degree.
35878      Branch: perl
35879            ! Makefile.SH
35880 ____________________________________________________________________________
35881 [  9214] By: jhi                                   on 2001/03/18  21:08:53
35882         Log: The podchecker relaxations need to mirrored also at the tests.
35883      Branch: perl
35884            ! t/pod/poderrs.xr
35885 ____________________________________________________________________________
35886 [  9213] By: jhi                                   on 2001/03/18  20:56:21
35887         Log: Update Changes.
35888      Branch: perl
35889            ! Changes patchlevel.h
35890 ____________________________________________________________________________
35891 [  9212] By: jhi                                   on 2001/03/18  20:36:59
35892         Log: Looking for config.sh in parent directories isn't
35893              very useful for the toplevel Makefile.
35894      Branch: perl
35895            ! Makefile.SH
35896 ____________________________________________________________________________
35897 [  9211] By: jhi                                   on 2001/03/18  20:33:37
35898         Log: On "make clean" take care of Third Degree droppings.
35899      Branch: perl
35900            ! Makefile.SH
35901 ____________________________________________________________________________
35902 [  9210] By: jhi                                   on 2001/03/18  20:21:34
35903         Log: Add a hook for running the tests under the Third Degree
35904              debugging tool (set $ENV{PERL_3LOG} to non-zero)
35905              
35906              TODO: Document the use of Third Degree.
35907      Branch: perl
35908            ! t/TEST
35909 ____________________________________________________________________________
35910 [  9209] By: jhi                                   on 2001/03/18  20:19:07
35911         Log: Regen toc and api pods.
35912      Branch: perl
35913            ! pod/perlapi.pod pod/perltoc.pod
35914 ____________________________________________________________________________
35915 [  9208] By: jhi                                   on 2001/03/18  20:12:12
35916         Log: Integrate changes #8128,9132 from mainline into maintperl,
35917              Tie::SubstrHash fixes.
35918      Branch: maint-5.6/perl
35919           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35920 ____________________________________________________________________________
35921 [  9207] By: jhi                                   on 2001/03/18  20:07:43
35922         Log: podchecker relaxations from Michael Stevens.
35923      Branch: perl
35924            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35925 ____________________________________________________________________________
35926 [  9206] By: jhi                                   on 2001/03/18  20:04:24
35927         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
35928      Branch: perl
35929            ! lib/Locale/Constants.pm lib/Locale/Country.pm
35930            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
35931            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
35932 ____________________________________________________________________________
35933 [  9205] By: jhi                                   on 2001/03/18  19:54:45
35934         Log: Integrate changes #9161,9162 from maintperl to mainline.
35935              
35936              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35937              results
35938      Branch: perl
35939           !> t/op/magic.t
35940 ____________________________________________________________________________
35941 [  9204] By: jhi                                   on 2001/03/18  19:37:46
35942         Log: Make perl.third checks more understandable to the builder.
35943      Branch: perl
35944            ! Makefile.SH
35945 ____________________________________________________________________________
35946 [  9203] By: jhi                                   on 2001/03/18  19:20:54
35947         Log: Re-integrate #9138 from maintperl to mainline,
35948              the squelching of the unneeded "Scalars leaked" messages.
35949      Branch: perl
35950           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35951           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35952           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35953 ____________________________________________________________________________
35954 [  9202] By: jhi                                   on 2001/03/18  18:48:36
35955         Log: More robust and more paranoid perl.third target.
35956      Branch: perl
35957            ! Makefile.SH
35958 ____________________________________________________________________________
35959 [  9201] By: jhi                                   on 2001/03/18  18:39:21
35960         Log: Integrate change #9197 from maintperl to mainline.
35961              
35962              more thorough cleaning of arenas.
35963      Branch: perl
35964           !> embed.pl perl.c proto.h sv.c t/op/sort.t
35965 ____________________________________________________________________________
35966 [  9200] By: jhi                                   on 2001/03/18  18:25:17
35967         Log: Integrate perlio.
35968      Branch: perl
35969           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
35970           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
35971           !> t/lib/encode.t toke.c universal.c utf8.c
35972 ____________________________________________________________________________
35973 [  9199] By: nick                                  on 2001/03/18  15:23:51
35974         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
35975              is the sense of the test being done. Avoid some magical 127 and 128 values
35976              by using macros.
35977      Branch: perlio
35978            ! doop.c pp_ctl.c sv.c toke.c
35979 ____________________________________________________________________________
35980 [  9198] By: nick                                  on 2001/03/18  14:18:12
35981         Log: UTF-X encoding invariance for Encode:
35982              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
35983              - move the XS code for those to universal.c (so in miniperl)
35984              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
35985              - change ext/Encode/compile to use above.
35986              - Fix t/lib/encode.t for above
35987              - Teach t/lib/b.t to expect -uutf8
35988              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
35989              utf8.pm is needed.
35990      Branch: perlio
35991            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35992            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
35993 ____________________________________________________________________________
35994 [  9197] By: gsar                                  on 2001/03/18  12:15:57
35995         Log: more thorough cleaning of arenas--keep going until no more
35996              SvREFCNT_dec()s occur (this fixes the problem that causes the
35997              pesky "Scalars leaked" warnings)
35998      Branch: maint-5.6/perl
35999            ! embed.pl perl.c proto.h sv.c t/op/sort.t
36000 ____________________________________________________________________________
36001 [  9196] By: nick                                  on 2001/03/18  10:57:29
36002         Log: Fix pragma/utf8.t # 15
36003              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
36004              are SvUTF8 as well.
36005      Branch: perlio
36006            ! toke.c
36007 ____________________________________________________________________________
36008 [  9195] By: nick                                  on 2001/03/18  09:27:06
36009         Log: Integrate mainline
36010      Branch: perlio
36011           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
36012           !> t/op/pat.t
36013 ____________________________________________________________________________
36014 [  9194] By: jhi                                   on 2001/03/18  05:29:59
36015         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
36016              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
36017      Branch: perl
36018            ! op.c op.h t/op/misc.t t/op/pat.t
36019 ____________________________________________________________________________
36020 [  9193] By: jhi                                   on 2001/03/18  05:15:06
36021         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
36022      Branch: perl
36023            ! mg.c t/op/pat.t
36024 ____________________________________________________________________________
36025 [  9192] By: jhi                                   on 2001/03/18  04:22:43
36026         Log: tr/// UTF-8 patches from Inaba Hiroto.
36027      Branch: perl
36028            ! doop.c op.c
36029 ____________________________________________________________________________
36030 [  9191] By: jhi                                   on 2001/03/18  04:21:17
36031         Log: Integrate perlio.
36032      Branch: perl
36033           !> utf8.c utfebcdic.h
36034 ____________________________________________________________________________
36035 [  9190] By: nick                                  on 2001/03/17  20:32:01
36036         Log: Correct #if EBCDIC side typos.
36037              Builds and passes many tests on OS390.
36038      Branch: perlio
36039            ! utf8.c utfebcdic.h
36040 ____________________________________________________________________________
36041 [  9189] By: jhi                                   on 2001/03/17  18:55:49
36042         Log: Add prerequisites for the perl.third target.
36043      Branch: perl
36044            ! Makefile.SH
36045 ____________________________________________________________________________
36046 [  9188] By: jhi                                   on 2001/03/17  18:46:00
36047         Log: Integrate perlio.
36048      Branch: perl
36049           +> utfebcdic.h
36050           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
36051 ____________________________________________________________________________
36052 [  9187] By: jhi                                   on 2001/03/17  18:38:47
36053         Log: Add a make rule for perl.third (the Third Degree memory debugging
36054              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
36055      Branch: perl
36056            ! Makefile.SH
36057 ____________________________________________________________________________
36058 [  9186] By: nick                                  on 2001/03/17  18:34:48
36059         Log: MANIFEST addition :-(
36060      Branch: perlio
36061            ! MANIFEST
36062 ____________________________________________________________________________
36063 [  9185] By: nick                                  on 2001/03/17  18:29:50
36064         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
36065              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
36066              a superset of ASCII are invariant under the encoding. This is EBCDIC
36067              friendly as an encoded string can be looked at as being EBCDIC by lexer
36068              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
36069              ASCII on ASCII machines.
36070              
36071              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
36072              seperate.
36073              - Add some more macros to comprehend different shift amounts and
36074              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
36075              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
36076              and conditionaly #include it.
36077              
36078              EBCDIC build as yet untested.  ASCII still fails the one test.
36079      Branch: perlio
36080            + utfebcdic.h
36081            ! utf8.c utf8.h
36082 ____________________________________________________________________________
36083 [  9184] By: nick                                  on 2001/03/17  17:44:16
36084         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
36085      Branch: perlio
36086            ! doop.c perl.h pp.c utf8.h
36087 ____________________________________________________________________________
36088 [  9183] By: jhi                                   on 2001/03/17  15:55:42
36089         Log: Integrate perlio.
36090      Branch: perl
36091            ! MANIFEST
36092           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
36093 ____________________________________________________________________________
36094 [  9182] By: nick                                  on 2001/03/17  09:16:06
36095         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
36096      Branch: perlio
36097            ! t/op/pat.t
36098 ____________________________________________________________________________
36099 [  9181] By: nick                                  on 2001/03/17  09:15:11
36100         Log: Integrate mainline.
36101      Branch: perlio
36102           +> lib/Locale/Constants.pm lib/Locale/Country.pm
36103           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
36104           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
36105           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
36106           !> (integrate 83 files)
36107 ____________________________________________________________________________
36108 [  9180] By: nick                                  on 2001/03/16  17:23:21
36109         Log: EBCDIC Fixes.
36110      Branch: perlio
36111            ! perl.h sv.c toke.c utf8.c utf8.h
36112 ____________________________________________________________________________
36113 [  9179] By: jhi                                   on 2001/03/16  14:10:12
36114         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
36115              a change needed to work around an AIX compiler bug.
36116      Branch: perl
36117            ! ext/Storable/Storable.xs
36118 ____________________________________________________________________________
36119 [  9178] By: jhi                                   on 2001/03/16  03:19:59
36120         Log: With Damian's approval synchronize damian's modules'
36121              licensing with Perl's standard module licensing.
36122      Branch: perl
36123            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
36124 ____________________________________________________________________________
36125 [  9177] By: jhi                                   on 2001/03/16  03:15:34
36126         Log: Make the Filter::Util:Call files have their own copies
36127              of the Perl standard module licensing, from Paul Marquess.
36128      Branch: perl
36129            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
36130 ____________________________________________________________________________
36131 [  9176] By: jhi                                   on 2001/03/16  02:56:04
36132         Log: Subject: [PATCH] more pod patches
36133              From: Michael Stevens <michael@etla.org>
36134              Date: Thu, 15 Mar 2001 21:25:18 +0000
36135              Message-ID: <20010315212518.A18870@firedrake.org>
36136      Branch: perl
36137            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
36138            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
36139            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
36140            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
36141            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
36142            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
36143            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
36144            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
36145            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
36146            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
36147            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
36148            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
36149            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
36150            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
36151            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
36152            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
36153            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
36154            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
36155            ! lib/Locale/Country.pm lib/Locale/Language.pm
36156            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
36157            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
36158            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
36159            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
36160            ! os2/OS2/Process/Process.pm
36161 ____________________________________________________________________________
36162 [  9175] By: jhi                                   on 2001/03/16  02:53:32
36163         Log: Subject: [PATCH] the uncontroversial doc patches
36164              From: Michael Stevens <michael@etla.org>
36165              Date: Thu, 15 Mar 2001 20:01:12 +0000
36166              Message-ID: <20010315200112.A7636@firedrake.org>
36167      Branch: perl
36168            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
36169            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
36170            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
36171            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
36172            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
36173 ____________________________________________________________________________
36174 [  9174] By: jhi                                   on 2001/03/16  02:50:49
36175         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
36176              From: Paul Lindner <lindner@inuus.com>
36177              Date: Fri, 16 Mar 2001 11:28:03 -0800
36178              Message-ID: <20010316112803.A7577@inuus.com>
36179      Branch: perl
36180            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
36181 ____________________________________________________________________________
36182 [  9173] By: nick                                  on 2001/03/15  20:21:03
36183         Log: 1st day's EBCDIC fixes:
36184              - toke.c's parsing of strings needed attention
36185              needed to conditionally e2a if string was already UTF-8
36186              - e2a/a2e tables where wrong way round.
36187              - new macros in utf8.h
36188      Branch: perlio
36189            ! perl.h toke.c utf8.h
36190 ____________________________________________________________________________
36191 [  9172] By: jhi                                   on 2001/03/15  15:17:17
36192         Log: Update Changes.
36193      Branch: perl
36194            ! Changes patchlevel.h
36195 ____________________________________________________________________________
36196 [  9171] By: jhi                                   on 2001/03/15  15:09:32
36197         Log: Subject: Re: Another Borland C++ problem.
36198              From: "Vadim Konovalov" <watman@inbox.ru>
36199              Date: Sat, 10 Mar 2001 19:26:07 +0300
36200              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
36201              
36202              Borland filename case problem.
36203      Branch: perl
36204            + win32/sncfnmcs.pl
36205            ! MANIFEST README.win32
36206 ____________________________________________________________________________
36207 [  9170] By: jhi                                   on 2001/03/15  14:54:23
36208         Log: Add Locale::Codes 1.06, from Neil Bowers.
36209      Branch: perl
36210            + lib/Locale/Constants.pm lib/Locale/Country.pm
36211            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
36212            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
36213            + t/lib/lc-language.t t/lib/lc-uk.t
36214            ! MANIFEST
36215 ____________________________________________________________________________
36216 [  9169] By: jhi                                   on 2001/03/15  14:19:01
36217         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
36218      Branch: perl
36219            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36220            ! ext/Storable/Storable.xs
36221 ____________________________________________________________________________
36222 [  9168] By: jhi                                   on 2001/03/15  14:13:22
36223         Log: Integrate changes #9120,9167 from mainline to maintperl.
36224              
36225              Subject: [PATCH 5.6.1] OS/2 docs
36226              
36227              Subject: [PATCH 5.6.1] perldoc
36228      Branch: maint-5.6/perl
36229           !> os2/Changes utils/perldoc.PL
36230 ____________________________________________________________________________
36231 [  9167] By: jhi                                   on 2001/03/15  14:07:42
36232         Log: Subject: [PATCH 5.6.1] perldoc
36233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36234              Date: Wed, 14 Mar 2001 23:46:52 -0500
36235              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
36236      Branch: perl
36237            ! utils/perldoc.PL
36238 ____________________________________________________________________________
36239 [  9166] By: jhi                                   on 2001/03/15  13:53:15
36240         Log: sigaction test condition tweakage.
36241      Branch: perl
36242            ! t/lib/sigaction.t
36243 ____________________________________________________________________________
36244 [  9165] By: alanbur                               on 2001/03/15  03:49:17
36245         Log: Resynchronised with parent
36246      Branch: maint-5.6/pureperl
36247           +> os2/os2add.sym t/op/anonsub.t
36248           !> (integrate 72 files)
36249 ____________________________________________________________________________
36250 [  9164] By: jhi                                   on 2001/03/15  01:05:01
36251         Log: Avoid stomping off the beginning of an array in tr///.
36252      Branch: perl
36253            ! op.c
36254 ____________________________________________________________________________
36255 [  9163] By: jhi                                   on 2001/03/15  00:58:57
36256         Log: h2ph strictness and cleanliness from Kurt Starsinic.
36257      Branch: perl
36258            ! utils/h2ph.PL
36259 ____________________________________________________________________________
36260 [  9162] By: gsar                                  on 2001/03/15  00:56:53
36261         Log: avoid warnings
36262      Branch: maint-5.6/perl
36263            ! t/op/magic.t
36264 ____________________________________________________________________________
36265 [  9161] By: gsar                                  on 2001/03/15  00:52:09
36266         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
36267              results
36268      Branch: maint-5.6/perl
36269            ! t/op/magic.t
36270 ____________________________________________________________________________
36271 [  9160] By: jhi                                   on 2001/03/14  22:02:10
36272         Log: Do not use the Perl malloc in IRIX, suggested by
36273              Helmus Jarausch.
36274      Branch: perl
36275            ! hints/irix_6.sh
36276 ____________________________________________________________________________
36277 [  9159] By: nick                                  on 2001/03/14  21:45:59
36278         Log: Integrate mainline
36279      Branch: perlio
36280           +> t/op/loopctl.t
36281           !> (integrate 41 files)
36282 ____________________________________________________________________________
36283 [  9158] By: jhi                                   on 2001/03/14  21:10:09
36284         Log: The Day of the Retractions continues: the #9138
36285              (integrated in #9144) doesn't work well in mainline.
36286      Branch: perl
36287            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36288            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36289            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36290 ____________________________________________________________________________
36291 [  9157] By: jhi                                   on 2001/03/14  20:58:12
36292         Log: The #9145 CANNOT be enabled: the clear_pmop code still
36293              dumps core all over in Tru64.
36294      Branch: perl
36295            ! op.c op.h t/op/pat.t
36296 ____________________________________________________________________________
36297 [  9156] By: jhi                                   on 2001/03/14  20:48:06
36298         Log: Integrate change #9154 from maintperl to mainline.
36299              
36300              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36301              (caused Storable 1.0.10 to break on windows)
36302      Branch: perl
36303           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36304           !> perlapi.c proto.h
36305 ____________________________________________________________________________
36306 [  9155] By: jhi                                   on 2001/03/14  20:23:53
36307         Log: Retract #9136: breaks threading (and binary compatibility).
36308      Branch: perl
36309            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36310 ____________________________________________________________________________
36311 [  9154] By: gsar                                  on 2001/03/14  17:48:18
36312         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36313              (caused Storable 1.0.10 to break on windows)
36314      Branch: maint-5.6/perl
36315            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36316            ! perlapi.c proto.h
36317 ____________________________________________________________________________
36318 [  9153] By: jhi                                   on 2001/03/14  13:35:21
36319         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
36320      Branch: perl
36321            ! t/lib/sigaction.t
36322 ____________________________________________________________________________
36323 [  9152] By: gsar                                  on 2001/03/14  07:29:40
36324         Log: back out changes#9012,9010,9009 and parts of change#9016
36325              (causes ABRs under purify, and some prerequisites don't
36326              seem to be there in 5.6.x)
36327      Branch: maint-5.6/perl
36328            ! doop.c op.c t/op/tr.t toke.c
36329 ____________________________________________________________________________
36330 [  9151] By: gsar                                  on 2001/03/14  07:01:29
36331         Log: reenable change#9145 (the test was busted due to a missing
36332              C<print "ok 27\n">)
36333      Branch: perl
36334            ! op.c op.h t/op/pat.t
36335 ____________________________________________________________________________
36336 [  9150] By: jhi                                   on 2001/03/14  06:38:36
36337         Log: Retract #9145.
36338      Branch: perl
36339            ! op.c op.h t/op/pat.t
36340 ____________________________________________________________________________
36341 [  9149] By: jhi                                   on 2001/03/14  06:14:56
36342         Log: Retract #9143.
36343      Branch: perl
36344            ! op.c
36345 ____________________________________________________________________________
36346 [  9148] By: gsar                                  on 2001/03/14  06:13:02
36347         Log: Uninitialized Memory Read in regexec.c
36348      Branch: perl
36349            ! regexec.c
36350 ____________________________________________________________________________
36351 [  9147] By: jhi                                   on 2001/03/14  04:59:54
36352         Log: Subject: PATCH: make goto work in nested eval ""
36353              From: Robin Houston <robin@kitsite.com>
36354              Date: Wed, 14 Mar 2001 04:16:10 +0000
36355              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
36356      Branch: perl
36357            ! pp_ctl.c t/op/goto.t
36358 ____________________________________________________________________________
36359 [  9146] By: jhi                                   on 2001/03/14  04:42:54
36360         Log: Preserve the #ifdef PERL_CORE in perly.h.
36361      Branch: perl
36362            ! perly.fixer
36363 ____________________________________________________________________________
36364 [  9145] By: jhi                                   on 2001/03/14  03:57:41
36365         Log: (Retracted by #9150.)
36366      Branch: perl
36367            ! op.c op.h t/op/pat.t
36368 ____________________________________________________________________________
36369 [  9144] By: jhi                                   on 2001/03/14  03:50:38
36370         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
36371              
36372              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36373              
36374              remove squelch controls for "Scalars leaked" messages in most places
36375              (these are now cured)
36376              
36377              fix another memory leak reported by purify (tie callbacks that
36378              croak can leak when wiping out magic)
36379      Branch: perl
36380           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
36381           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
36382           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
36383           !> t/pragma/warnings.t
36384 ____________________________________________________________________________
36385 [  9143] By: jhi                                   on 2001/03/14  03:37:53
36386         Log: (Retracted by #9149.)
36387      Branch: perl
36388            ! op.c
36389 ____________________________________________________________________________
36390 [  9142] By: gsar                                  on 2001/03/14  03:20:48
36391         Log: fix another memory leak reported by purify (tie callbacks that
36392              croak can leak when wiping out magic)
36393      Branch: maint-5.6/perl
36394            ! scope.c
36395 ____________________________________________________________________________
36396 [  9141] By: jhi                                   on 2001/03/14  02:55:00
36397         Log: Subject: PATCH for [ID 20010305.003]
36398              From: Robin Houston <robin@kitsite.com>
36399              Date: Wed, 14 Mar 2001 02:45:51 +0000
36400              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
36401      Branch: perl
36402            ! pp_ctl.c t/op/eval.t
36403 ____________________________________________________________________________
36404 [  9140] By: jhi                                   on 2001/03/14  02:41:54
36405         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36406              Date: Wed, 14 Mar 2001 01:52:51 +0000
36407              From: Robin Houston <robin@kitsite.com>
36408              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
36409              
36410              Fix for 2000313.004.
36411      Branch: perl
36412            ! pp_ctl.c t/op/goto.t
36413 ____________________________________________________________________________
36414 [  9139] By: jhi                                   on 2001/03/14  02:40:50
36415         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36416              From: Robin Houston <robin@kitsite.com>
36417              Date: Wed, 14 Mar 2001 00:43:45 +0000
36418              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
36419      Branch: perl
36420            + t/op/loopctl.t
36421            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
36422            ! vms/perly_c.vms
36423 ____________________________________________________________________________
36424 [  9138] By: gsar                                  on 2001/03/14  01:18:00
36425         Log: remove squelch controls for "Scalars leaked" messages in most places
36426              (these are now cured)
36427      Branch: maint-5.6/perl
36428            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36429            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36430            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36431 ____________________________________________________________________________
36432 [  9137] By: gsar                                  on 2001/03/14  00:57:04
36433         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36434      Branch: maint-5.6/perl
36435            ! regcomp.c
36436 ____________________________________________________________________________
36437 [  9136] By: jhi                                   on 2001/03/13  23:12:24
36438         Log: (Retracted by #9155)
36439              
36440              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
36441              From: Jens-Uwe Mager <jum@helios.de>
36442              Date: Wed, 21 Feb 2001 21:32:04 +0100
36443              Message-ID: <20010221213203.A18340@ans.helios.de>
36444      Branch: perl
36445            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36446 ____________________________________________________________________________
36447 [  9135] By: jhi                                   on 2001/03/13  22:50:05
36448         Log: Integrate perlio.
36449      Branch: perl
36450           !> pp.c
36451 ____________________________________________________________________________
36452 [  9134] By: jhi                                   on 2001/03/13  22:49:05
36453         Log: Integrate change #9131 from maintperl into mainline.
36454              
36455              make the error text look more consistent in hints/hpux.sh
36456      Branch: perl
36457           !> hints/hpux.sh
36458 ____________________________________________________________________________
36459 [  9133] By: gsar                                  on 2001/03/13  22:46:20
36460         Log: integrate change#9067 from mainline
36461              
36462              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36463      Branch: maint-5.6/perl
36464           !> lib/ExtUtils/MM_Unix.pm
36465 ____________________________________________________________________________
36466 [  9132] By: jhi                                   on 2001/03/13  22:41:21
36467         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36468              From: "John P. Linderman" <jpl@research.att.com>
36469              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
36470              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
36471              
36472              A more correct prime finder.
36473      Branch: perl
36474            ! lib/Tie/SubstrHash.pm
36475 ____________________________________________________________________________
36476 [  9131] By: gsar                                  on 2001/03/13  22:30:42
36477         Log: make the error text look more consistent in hints/hpux.sh
36478      Branch: maint-5.6/perl
36479            ! hints/hpux.sh
36480 ____________________________________________________________________________
36481 [  9130] By: jhi                                   on 2001/03/13  22:23:44
36482         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
36483              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36484              Date: Tue, 13 Mar 2001 18:41:26 +0100
36485              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
36486              
36487              If the test is run non-interactively the default handler
36488              is different.
36489      Branch: perl
36490            ! t/lib/sigaction.t
36491 ____________________________________________________________________________
36492 [  9129] By: jhi                                   on 2001/03/13  22:20:21
36493         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
36494              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36495              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
36496              Date:     Tue, 13 Mar 2001 16:44:32 EST
36497      Branch: perl
36498            ! t/lib/1_compile.t
36499 ____________________________________________________________________________
36500 [  9128] By: jhi                                   on 2001/03/13  22:18:34
36501         Log: Subject: Another patch for integer.pm POD 
36502              From: "John L. Allen" <allen@grumman.com>
36503              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
36504              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
36505      Branch: perl
36506            ! lib/integer.pm
36507 ____________________________________________________________________________
36508 [  9127] By: nick                                  on 2001/03/13  21:26:30
36509         Log: Integrate mainline.
36510      Branch: perlio
36511           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
36512           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
36513           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
36514           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
36515           !> Changes Configure MANIFEST README.os2 README.os390
36516           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
36517           !> os2/Changes patchlevel.h win32/perlhost.h
36518 ____________________________________________________________________________
36519 [  9126] By: nick                                  on 2001/03/13  20:39:51
36520         Log: #ifdef'ed out code to make packed side of pack/unpack
36521              octets. (i.e. pack('U') => encode_utf8).
36522      Branch: perlio
36523            ! pp.c
36524 ____________________________________________________________________________
36525 [  9125] By: jhi                                   on 2001/03/13  15:07:16
36526         Log: Update Changes.
36527      Branch: perl
36528            ! Changes patchlevel.h
36529 ____________________________________________________________________________
36530 [  9124] By: jhi                                   on 2001/03/13  14:22:45
36531         Log: Workaround for the buggy ("internal compiler error")
36532              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
36533              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
36534              of Andreas König.
36535      Branch: perl
36536            ! ext/re/Makefile.PL hints/aix.sh
36537 ____________________________________________________________________________
36538 [  9123] By: jhi                                   on 2001/03/13  03:24:34
36539         Log: Typo in #9114.
36540      Branch: metaconfig
36541            ! U/modified/myhostname.U
36542 ____________________________________________________________________________
36543 [  9122] By: jhi                                   on 2001/03/13  03:24:06
36544         Log: Typo in #9113.
36545      Branch: perl
36546            ! Configure
36547 ____________________________________________________________________________
36548 [  9121] By: jhi                                   on 2001/03/13  01:53:05
36549         Log: Forgot to check-in the larger part of #9120, duh.
36550      Branch: perl
36551            ! README.os2
36552 ____________________________________________________________________________
36553 [  9120] By: jhi                                   on 2001/03/13  01:51:31
36554         Log: Subject: [PATCH 5.6.1] OS/2 docs
36555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36556              Date: Mon, 12 Mar 2001 03:27:32 -0500
36557              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
36558      Branch: perl
36559            ! os2/Changes
36560 ____________________________________________________________________________
36561 [  9119] By: jhi                                   on 2001/03/13  01:49:41
36562         Log: Integrate change #9116 from maintperl into mainline.
36563              
36564              Win32::GetCwd() returns C: instead of C:\ in the root directory
36565              under ithreads
36566      Branch: perl
36567           !> win32/perlhost.h
36568 ____________________________________________________________________________
36569 [  9118] By: jhi                                   on 2001/03/13  01:13:39
36570         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
36571      Branch: perl
36572            + lib/Switch.pm t/lib/switch.t
36573            ! MANIFEST
36574 ____________________________________________________________________________
36575 [  9117] By: jhi                                   on 2001/03/13  01:03:17
36576         Log: Add Text::Balanced 1.83.
36577      Branch: perl
36578            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
36579            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
36580            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
36581            + t/lib/tb-xvari.t
36582            ! MANIFEST
36583 ____________________________________________________________________________
36584 [  9116] By: gsar                                  on 2001/03/13  00:55:53
36585         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
36586              under ithreads
36587      Branch: maint-5.6/perl
36588            ! win32/perlhost.h
36589 ____________________________________________________________________________
36590 [  9115] By: jhi                                   on 2001/03/13  00:54:09
36591         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
36592              From: "John L. Allen" <allen@grumman.com>
36593              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
36594              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
36595              
36596              use integer document clarification.
36597      Branch: perl
36598            ! lib/integer.pm
36599 ____________________________________________________________________________
36600 [  9114] By: jhi                                   on 2001/03/13  00:38:54
36601         Log: Metaconfig unit change for #9113.
36602      Branch: metaconfig
36603            ! U/modified/myhostname.U
36604 ____________________________________________________________________________
36605 [  9113] By: jhi                                   on 2001/03/13  00:38:35
36606         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?)
36607              From: Peter Prymmer <pvhp@forte.com>
36608              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
36609              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
36610      Branch: perl
36611            ! Configure README.os390 hints/os390.sh
36612 ____________________________________________________________________________
36613 [  9112] By: jhi                                   on 2001/03/13  00:29:00
36614         Log: Integrate perlio.
36615      Branch: perl
36616           !> sv.c utf8.h
36617 ____________________________________________________________________________
36618 [  9111] By: nick                                  on 2001/03/12  21:16:33
36619         Log: Integrate mainline.
36620      Branch: perlio
36621           +> t/op/anonsub.t
36622           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36623           !> proto.h sv.c
36624 ____________________________________________________________________________
36625 [  9110] By: nick                                  on 2001/03/12  21:00:13
36626         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
36627      Branch: perlio
36628            ! sv.c utf8.h
36629 ____________________________________________________________________________
36630 [  9109] By: jhi                                   on 2001/03/12  16:04:47
36631         Log: Integrate change #9108 from maintperl to mainline.
36632              
36633              fix memory leak in C<sub X { sub {} }> arising from a refcount
36634              loop between the outer sub and the inner prototype anonsub
36635              
36636              this also enables closures returned by subroutines that
36637              subsequently get redefined to work without generating coredumps :)
36638              
36639              completely removed the free_closures() hack--it shouldn't be
36640              needed anymore
36641      Branch: perl
36642           +> t/op/anonsub.t
36643           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36644           !> proto.h sv.c
36645 ____________________________________________________________________________
36646 [  9108] By: gsar                                  on 2001/03/12  10:21:31
36647         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
36648              loop between the outer sub and the inner prototype anonsub
36649              
36650              this also enables closures returned by subroutines that
36651              subsequently get redefined to work without generating coredumps :)
36652              
36653              completely removed the free_closures() hack--it shouldn't be
36654              needed anymore
36655      Branch: maint-5.6/perl
36656            + t/op/anonsub.t
36657            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36658            ! proto.h sv.c
36659 ____________________________________________________________________________
36660 [  9107] By: jhi                                   on 2001/03/12  05:15:31
36661         Log: Integrate perlio.
36662      Branch: perl
36663           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
36664 ____________________________________________________________________________
36665 [  9106] By: nick                                  on 2001/03/11  20:10:12
36666         Log: regcomp.c is working in native space, not Unicode space (if different)
36667              as it is doing compare against 'W' in \W etc.
36668      Branch: perlio
36669            ! regcomp.c
36670 ____________________________________________________________________________
36671 [  9105] By: nick                                  on 2001/03/11  19:39:34
36672         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
36673              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
36674      Branch: perlio
36675            ! regcomp.c toke.c utf8.c
36676 ____________________________________________________________________________
36677 [  9104] By: nick                                  on 2001/03/11  18:15:44
36678         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
36679      Branch: perlio
36680            ! sv.c
36681 ____________________________________________________________________________
36682 [  9103] By: nick                                  on 2001/03/11  18:03:28
36683         Log: Integrate mainline (for regexp stuff).
36684      Branch: perlio
36685           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36686           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
36687           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
36688           !> t/lib/errno.t t/op/pat.t
36689 ____________________________________________________________________________
36690 [  9102] By: nick                                  on 2001/03/11  17:44:20
36691         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
36692              - exclude layer syms in makedef.pl for sfio
36693              - also inhibit Encode from trying to build ":encode()" layer.
36694      Branch: perlio
36695            ! ext/Encode/Encode.xs makedef.pl
36696 ____________________________________________________________________________
36697 [  9101] By: jhi                                   on 2001/03/10  22:38:13
36698         Log: The $Is_MacOS needs to be declared.
36699      Branch: perl
36700            ! lib/ExtUtils/Manifest.pm
36701 ____________________________________________________________________________
36702 [  9100] By: jhi                                   on 2001/03/10  22:14:29
36703         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
36704              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
36705              pollute the symbolspace if using sfio.
36706      Branch: perl
36707            ! ext/Encode/Encode.xs
36708 ____________________________________________________________________________
36709 [  9099] By: jhi                                   on 2001/03/10  21:58:48
36710         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
36711              Date: Sat, 10 Mar 2001 14:23:55 -0500
36712              From: Chris Nandor <pudge@pobox.com>
36713              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
36714      Branch: perl
36715            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36716            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
36717            ! t/lib/errno.t
36718 ____________________________________________________________________________
36719 [  9098] By: jhi                                   on 2001/03/10  21:38:30
36720         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
36721      Branch: perl
36722            ! regcomp.c regexec.c t/op/pat.t
36723 ____________________________________________________________________________
36724 [  9097] By: jhi                                   on 2001/03/10  14:38:07
36725         Log: Integrate perlio.
36726      Branch: perl
36727           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36728           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36729           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36730 ____________________________________________________________________________
36731 [  9096] By: nick                                  on 2001/03/10  11:55:43
36732         Log: EBCDIC sanity - phase I
36733              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
36734              - use utf8n_xxxx (c.f. pvn) for forms which take length.
36735              - back out vN.N and $^V exceptions to e2a/a2e
36736              - make "locale" isxxx macros be uvchr (may be redundant?)
36737              
36738              Not clear yet that toUPPER_uni et. al. return being handled correctly.
36739              The tr// and rexexp stuff still needs an audit, assumption is they are working
36740              in Unicode space.
36741              
36742              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
36743      Branch: perlio
36744            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36745            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36746            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36747 ____________________________________________________________________________
36748 [  9095] By: jhi                                   on 2001/03/09  22:10:01
36749         Log: Integrate perlio.
36750      Branch: perl
36751           !> dump.c
36752 ____________________________________________________________________________
36753 [  9094] By: nick                                  on 2001/03/09  17:36:38
36754         Log: Builds an passes all tests after integrate and this tweak.
36755      Branch: perlio
36756            ! dump.c
36757 ____________________________________________________________________________
36758 [  9093] By: nick                                  on 2001/03/09  17:16:03
36759         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
36760      Branch: perlio
36761           +> lib/unicode/Scripts.txt t/lib/sigaction.t
36762           !> (integrate 79 files)
36763 ____________________________________________________________________________
36764 [  9092] By: jhi                                   on 2001/03/09  15:28:26
36765         Log: Update Changes.
36766      Branch: perl
36767            ! Changes patchlevel.h
36768 ____________________________________________________________________________
36769 [  9091] By: jhi                                   on 2001/03/09  15:25:05
36770         Log: In op/stat #35 better to scan all the potential directories
36771              for setuids, not just the first one.
36772      Branch: perl
36773            ! t/op/stat.t
36774 ____________________________________________________________________________
36775 [  9090] By: jhi                                   on 2001/03/09  15:01:27
36776         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
36777              From: rspier@pobox.com (Robert Spier)
36778              Date: Fri, 9 Mar 2001 03:30:20 -0500
36779              Message-ID: <15016.38044.381174.160189@rls.cx>
36780              
36781              EXISTS() returning undef mistakenly triggered a FETCH().
36782      Branch: perl
36783            ! hv.c
36784 ____________________________________________________________________________
36785 [  9089] By: jhi                                   on 2001/03/09  14:59:02
36786         Log: Add /sbin and /usr/sbin to the list of directories scanned
36787              for setuid programs.  Takes care of bug id 20010309.003.
36788      Branch: perl
36789            ! t/op/stat.t
36790 ____________________________________________________________________________
36791 [  9088] By: jhi                                   on 2001/03/09  14:48:32
36792         Log: Regen perlapi, perltoc.
36793      Branch: perl
36794            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
36795 ____________________________________________________________________________
36796 [  9087] By: jhi                                   on 2001/03/09  14:38:56
36797         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36798              From: David Mitchell <davem@fdgroup.co.uk>
36799              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
36800              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
36801      Branch: perl
36802            ! dump.c perl.c perl.h pod/perlrun.pod
36803 ____________________________________________________________________________
36804 [  9086] By: jhi                                   on 2001/03/09  01:47:16
36805         Log: A modified version of
36806              
36807              Subject: [ID 20010307.005] POSIX::sigaction has various problems
36808              From: anders@broadcom.com
36809              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
36810              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
36811              
36812              Currently the sigaction.t test #6 fails (and is fudged to look
36813              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
36814              This may well be a genuine bug in Linux sigaction() (since at
36815              least Tru64, Solaris, and HP-UX disagree with Linux).
36816              Anyone with POSIX / SUSv2 tome handy?  The problem is that
36817              the flags of the oldaction don't match with the flags in
36818              the previously installed disposition.
36819      Branch: perl
36820            + t/lib/sigaction.t
36821            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36822 ____________________________________________________________________________
36823 [  9085] By: jhi                                   on 2001/03/09  01:30:13
36824         Log: Subject: Re: mission impossible for the day
36825              From: Alex Gough <alex@rcon.org>
36826              Date: Thu, 08 Mar 2001 17:18:19 +0000
36827              Message-ID: <3AA7BEDB.8070409@rcon.org>
36828              
36829              If references (are overloaded) and can be directly stringified,
36830              show that instead of "stringified".
36831              
36832              (The problem, infinite mutual recursion caused by overloaded bool
36833              in Switch.pm, tracked by David Mitchell)
36834      Branch: perl
36835            ! lib/Carp/Heavy.pm
36836 ____________________________________________________________________________
36837 [  9084] By: jhi                                   on 2001/03/09  01:20:39
36838         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36839              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
36840              From: David Mitchell <davem@fdgroup.co.uk>
36841              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
36842      Branch: perl
36843            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
36844            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
36845 ____________________________________________________________________________
36846 [  9083] By: jhi                                   on 2001/03/09  01:16:51
36847         Log: Subject: [PATCH] perldata.pod here-doc docs
36848              From: Jeff Pinyan <jeffp@crusoe.net>
36849              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
36850              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
36851      Branch: perl
36852            ! pod/perldata.pod
36853 ____________________________________________________________________________
36854 [  9082] By: jhi                                   on 2001/03/09  01:01:27
36855         Log: Subject: Re: Unicode/EBCDIC
36856              From: Peter Prymmer <pvhp@forte.com>
36857              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
36858              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
36859      Branch: perl
36860            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
36861 ____________________________________________________________________________
36862 [  9081] By: jhi                                   on 2001/03/08  13:41:30
36863         Log: Subject: Ooops, wrong 'no *POSIX' Patch
36864              From: Dorner Thomas <Thomas.Dorner@start.de>
36865              Date: Thu, 8 Mar 2001 08:43:28 +0100
36866              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
36867      Branch: perl
36868            ! hints/posix-bc.sh
36869 ____________________________________________________________________________
36870 [  9080] By: jhi                                   on 2001/03/08  13:11:42
36871         Log: It's Scripts.txt, not Script.txt.
36872      Branch: perl
36873            ! MANIFEST
36874 ____________________________________________________________________________
36875 [  9079] By: jhi                                   on 2001/03/08  12:59:05
36876         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
36877              From: Dorner Thomas <Thomas.Dorner@start.de>
36878              Date: Wed, 7 Mar 2001 14:13:31 +0100
36879              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
36880      Branch: perl
36881            ! makedepend.SH
36882 ____________________________________________________________________________
36883 [  9078] By: jhi                                   on 2001/03/08  12:57:43
36884         Log: Retract #9069, wrong patch.
36885      Branch: perl
36886            ! Makefile.SH
36887 ____________________________________________________________________________
36888 [  9077] By: jhi                                   on 2001/03/08  01:06:13
36889         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
36890      Branch: perl
36891            + lib/unicode/Scripts.txt
36892            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
36893            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
36894            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
36895            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36896            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36897            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36898            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36899            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36900            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36901            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36902            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36903            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36904            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36905            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36906            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36907            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36908            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
36909            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
36910            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
36911            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
36912            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
36913            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
36914            ! lib/unicode/version
36915 ____________________________________________________________________________
36916 [  9076] By: jhi                                   on 2001/03/07  22:59:39
36917         Log: Integrate change #7784 from mainline into maintperl.
36918              
36919              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
36920      Branch: maint-5.6/perl
36921           !> pp_ctl.c t/op/pat.t
36922 ____________________________________________________________________________
36923 [  9075] By: jhi                                   on 2001/03/07  22:05:11
36924         Log: More UTF-8 test tweaks.
36925      Branch: perl
36926            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
36927 ____________________________________________________________________________
36928 [  9074] By: nick                                  on 2001/03/07  21:39:29
36929         Log: Integrate mainline.
36930      Branch: perlio
36931           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
36932           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
36933           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
36934           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
36935           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
36936 ____________________________________________________________________________
36937 [  9073] By: jhi                                   on 2001/03/07  16:37:09
36938         Log: Update Changes.
36939      Branch: perl
36940            ! Changes patchlevel.h
36941 ____________________________________________________________________________
36942 [  9072] By: jhi                                   on 2001/03/07  16:32:30
36943         Log: Subject: [ID 20010306.004] || != named unary operator
36944              From: abela@geneanet.org
36945              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
36946              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
36947      Branch: perl
36948            ! pod/perlop.pod
36949 ____________________________________________________________________________
36950 [  9071] By: jhi                                   on 2001/03/07  15:14:11
36951         Log: Subject: downgrading to bytes for common functions
36952              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
36953              Date: Wed, 7 Mar 2001 02:36:55 -0500
36954              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
36955      Branch: perl
36956            ! pp_sys.c
36957 ____________________________________________________________________________
36958 [  9070] By: jhi                                   on 2001/03/07  15:04:58
36959         Log: Clarify the description differentiating for and while; inspired by
36960              
36961              Subject: [ID 20010306.002] for/while difference in for definition
36962              From: abela@geneanet.org
36963              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
36964              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
36965      Branch: perl
36966            ! pod/perlsyn.pod
36967 ____________________________________________________________________________
36968 [  9069] By: jhi                                   on 2001/03/07  14:55:30
36969         Log: (Retracted by #9078.)
36970      Branch: perl
36971            ! Makefile.SH
36972 ____________________________________________________________________________
36973 [  9068] By: jhi                                   on 2001/03/07  14:51:17
36974         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36975              From: Radu Greab <radu@netsoft.ro>
36976              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
36977              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
36978      Branch: perl
36979            ! pp.c t/op/chop.t
36980 ____________________________________________________________________________
36981 [  9067] By: jhi                                   on 2001/03/07  14:48:57
36982         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36983              From: Simon Cozens <simon@netthink.co.uk>
36984              Date: Wed, 7 Mar 2001 13:59:28 +0000
36985              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
36986              
36987              In order to allow MakeMaker to build correct Makefiles,
36988              you need to change the order of the arguments in MM_Unix.pm
36989              as well. (Unless you have C89_CCMODE set, but we're trying
36990              to be POSIXly correct)
36991              
36992              Thanks to Merijn Broeren for tracking this down.
36993      Branch: perl
36994            ! lib/ExtUtils/MM_Unix.pm
36995 ____________________________________________________________________________
36996 [  9066] By: jhi                                   on 2001/03/07  14:30:02
36997         Log: Floating point too messy.
36998      Branch: perl
36999            ! t/camel-III/vstring.t
37000 ____________________________________________________________________________
37001 [  9065] By: jhi                                   on 2001/03/07  14:17:44
37002         Log: Integrate change #9064 from maintperl into mainline.
37003              
37004              fix memory leak in pack("Bb",...)
37005      Branch: perl
37006           !> perl.c
37007 ____________________________________________________________________________
37008 [  9064] By: gsar                                  on 2001/03/07  06:29:24
37009         Log: fix memory leak in pack("Bb",...)
37010      Branch: maint-5.6/perl
37011            ! perl.c
37012 ____________________________________________________________________________
37013 [  9063] By: jhi                                   on 2001/03/07  00:55:04
37014         Log: Major utf8 test reorganisation and rewrite.
37015              Hopefully no tests were lost in the shuffle.
37016              (The beginning of pragma/utf8 was lost intentionally,
37017              the tests were rather bogus and incomplete.)
37018      Branch: perl
37019            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
37020            ! t/pragma/utf8.t
37021 ____________________________________________________________________________
37022 [  9062] By: jhi                                   on 2001/03/07  00:41:16
37023         Log: More tweakage on the Unicode character class descriptions.
37024      Branch: perl
37025            ! lib/unicode/mktables.PL pod/perlretut.pod
37026 ____________________________________________________________________________
37027 [  9061] By: jhi                                   on 2001/03/06  23:12:38
37028         Log: The perlretut was still talking about the old \p and \P
37029              definitions.
37030      Branch: perl
37031            ! pod/perlretut.pod
37032 ____________________________________________________________________________
37033 [  9060] By: nick                                  on 2001/03/06  20:52:37
37034         Log: Integrate mainline (make test works again now).
37035      Branch: perlio
37036           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
37037 ____________________________________________________________________________
37038 [  9059] By: jhi                                   on 2001/03/06  15:36:14
37039         Log: 0.999... does equal 1.0, doesn't it?
37040      Branch: perl
37041            ! t/camel-III/vstring.t
37042 ____________________________________________________________________________
37043 [  9058] By: jhi                                   on 2001/03/06  15:34:00
37044         Log: Make /x{abcd}/ to work without use utf8.
37045      Branch: perl
37046            ! regcomp.c
37047 ____________________________________________________________________________
37048 [  9057] By: jhi                                   on 2001/03/06  03:02:36
37049         Log: Easier to outcomment all the three reset() tests for now.
37050      Branch: perl
37051            ! t/op/pat.t
37052 ____________________________________________________________________________
37053 [  9056] By: jhi                                   on 2001/03/06  02:30:02
37054         Log: Comment out the deadly reset; until the 20010301.005
37055              is finally fixed.
37056      Branch: perl
37057            ! t/op/pat.t
37058 ____________________________________________________________________________
37059 [  9055] By: jhi                                   on 2001/03/06  02:21:26
37060         Log: Integrate the change #9054 from mainline:
37061              retract the PMOP cleanup patch pending further investigation.
37062      Branch: maint-5.6/perl
37063           !> op.c op.h
37064 ____________________________________________________________________________
37065 [  9054] By: jhi                                   on 2001/03/06  02:19:57
37066         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
37067              with oddly familiar stack traces.
37068      Branch: perl
37069            ! op.c op.h
37070 ____________________________________________________________________________
37071 [  9053] By: jhi                                   on 2001/03/05  23:20:28
37072         Log: Integrate perlio.
37073      Branch: perl
37074           +> ext/Encode/Encode/koi8-r.ucm
37075           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
37076           !> makedef.pl
37077 ____________________________________________________________________________
37078 [  9052] By: nick                                  on 2001/03/05  23:08:17
37079         Log: skipping USE_PERLIO symbols correction.
37080      Branch: perlio
37081            ! makedef.pl
37082 ____________________________________________________________________________
37083 [  9051] By: nick                                  on 2001/03/05  22:35:07
37084         Log: More Encode alias tidying.
37085      Branch: perlio
37086            + ext/Encode/Encode/koi8-r.ucm
37087            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
37088 ____________________________________________________________________________
37089 [  9050] By: jhi                                   on 2001/03/05  21:44:29
37090         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
37091              Sarathy's fix for ID 20010301.005.
37092      Branch: maint-5.6/perl
37093           !> op.c op.h
37094 ____________________________________________________________________________
37095 [  9049] By: nick                                  on 2001/03/05  19:54:04
37096         Log: Integrate Jarkko's Encode.pm tweak.
37097      Branch: perlio
37098           !> ext/Encode/Encode.pm
37099 ____________________________________________________________________________
37100 [  9048] By: nick                                  on 2001/03/05  19:47:57
37101         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
37102      Branch: perlio
37103           +> os2/os2add.sym
37104           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
37105           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
37106           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
37107           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
37108           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
37109 ____________________________________________________________________________
37110 [  9047] By: jhi                                   on 2001/03/05  19:25:26
37111         Log: Regen perlapi.
37112      Branch: perl
37113            ! pod/perlapi.pod
37114 ____________________________________________________________________________
37115 [  9046] By: jhi                                   on 2001/03/05  19:12:14
37116         Log: Integrate perlio.
37117      Branch: perl
37118           +> t/camel-III/vstring.t
37119           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
37120 ____________________________________________________________________________
37121 [  9045] By: jhi                                   on 2001/03/05  19:10:36
37122         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
37123      Branch: perl
37124            ! ext/Encode/Encode.pm
37125 ____________________________________________________________________________
37126 [  9044] By: jhi                                   on 2001/03/05  18:49:12
37127         Log: Forgot the other half of the PMOP patch (#9033).
37128      Branch: perl
37129            ! op.h
37130 ____________________________________________________________________________
37131 [  9043] By: nick                                  on 2001/03/05  18:14:47
37132         Log: Update MANIFEST for new test.
37133      Branch: perlio
37134            ! MANIFEST
37135 ____________________________________________________________________________
37136 [  9042] By: nick                                  on 2001/03/05  18:12:41
37137         Log: Some tests for Camel 3rd edition features.
37138              Make gethostbyaddr() test in above work.
37139      Branch: perlio
37140            + t/camel-III/vstring.t
37141            ! pp.h pp_sys.c t/TEST t/harness
37142 ____________________________________________________________________________
37143 [  9041] By: jhi                                   on 2001/03/05  17:41:48
37144         Log: Add more ISO 8859 encoding aliases.
37145      Branch: perl
37146            ! ext/Encode/Encode.pm
37147 ____________________________________________________________________________
37148 [  9040] By: jhi                                   on 2001/03/05  17:30:43
37149         Log: Integrate perlio.
37150      Branch: perl
37151           !> MANIFEST sv.c
37152 ____________________________________________________________________________
37153 [  9039] By: nick                                  on 2001/03/05  17:11:36
37154         Log: Missed added file.
37155      Branch: perlio
37156            ! MANIFEST
37157 ____________________________________________________________________________
37158 [  9038] By: jhi                                   on 2001/03/05  15:58:01
37159         Log: Add tr tests for EBCDIC, from Karsten Sperling.
37160      Branch: perl
37161            ! t/op/tr.t
37162 ____________________________________________________________________________
37163 [  9037] By: nick                                  on 2001/03/05  15:56:35
37164         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
37165              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
37166              
37167              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
37168              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
37169              - uses SvPV() rather than sv_2pv() in case it isn't a string.
37170      Branch: perlio
37171            ! sv.c
37172 ____________________________________________________________________________
37173 [  9036] By: jhi                                   on 2001/03/05  15:49:15
37174         Log: Add matching tests currently failing in EBCDIC,
37175              suggested by Karsten Sperling.
37176      Branch: perl
37177            ! t/op/pat.t
37178 ____________________________________________________________________________
37179 [  9035] By: jhi                                   on 2001/03/05  15:36:55
37180         Log: The #9034 needs a MANIFESTation.
37181      Branch: perl
37182            ! MANIFEST
37183 ____________________________________________________________________________
37184 [  9034] By: jhi                                   on 2001/03/05  15:35:14
37185         Log: Integrate perlio.
37186      Branch: perl
37187           +> ext/Encode/Encode/Tcl.pm
37188           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37189           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
37190           !> ext/Encode/Encode/iso8859-1.ucm
37191           !> ext/Encode/Encode/iso8859-10.ucm
37192           !> ext/Encode/Encode/iso8859-13.ucm
37193           !> ext/Encode/Encode/iso8859-14.ucm
37194           !> ext/Encode/Encode/iso8859-15.ucm
37195           !> ext/Encode/Encode/iso8859-16.ucm
37196           !> ext/Encode/Encode/iso8859-2.ucm
37197           !> ext/Encode/Encode/iso8859-3.ucm
37198           !> ext/Encode/Encode/iso8859-4.ucm
37199           !> ext/Encode/Encode/iso8859-5.ucm
37200           !> ext/Encode/Encode/iso8859-6.ucm
37201           !> ext/Encode/Encode/iso8859-7.ucm
37202           !> ext/Encode/Encode/iso8859-8.ucm
37203           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37204           !> t/lib/encode.t
37205 ____________________________________________________________________________
37206 [  9033] By: jhi                                   on 2001/03/05  15:33:18
37207         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
37208              From: Gurusamy Sarathy <gsar@ActiveState.com>
37209              Date: Sun, 04 Mar 2001 22:33:15 -0800
37210              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
37211              
37212              PMOPs need to remember their own stash so that they can
37213              gracefully remove themselves from their linked list.
37214      Branch: perl
37215            ! op.c
37216 ____________________________________________________________________________
37217 [  9032] By: nick                                  on 2001/03/05  14:51:50
37218         Log: Encode implementation "completion"
37219              Implement and document define_encoding()
37220              Implement and document encoding aliases including define_alias()
37221              Make Encode::XS use define_encoding() rather than back-door.
37222              Move run-time *.enc to separate Encode::Tcl module.
37223              Make 'compile' honour <codeset_name>
37224              Change canonical names of to iso-8859-* and US-ascii.
37225      Branch: perlio
37226            + ext/Encode/Encode/Tcl.pm
37227            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37228            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
37229            ! ext/Encode/Encode/iso8859-1.ucm
37230            ! ext/Encode/Encode/iso8859-10.ucm
37231            ! ext/Encode/Encode/iso8859-13.ucm
37232            ! ext/Encode/Encode/iso8859-14.ucm
37233            ! ext/Encode/Encode/iso8859-15.ucm
37234            ! ext/Encode/Encode/iso8859-16.ucm
37235            ! ext/Encode/Encode/iso8859-2.ucm
37236            ! ext/Encode/Encode/iso8859-3.ucm
37237            ! ext/Encode/Encode/iso8859-4.ucm
37238            ! ext/Encode/Encode/iso8859-5.ucm
37239            ! ext/Encode/Encode/iso8859-6.ucm
37240            ! ext/Encode/Encode/iso8859-7.ucm
37241            ! ext/Encode/Encode/iso8859-8.ucm
37242            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37243            ! t/lib/encode.t
37244 ____________________________________________________________________________
37245 [  9031] By: jhi                                   on 2001/03/05  13:51:17
37246         Log: Integrate change #9030 from maintperl into mainline.
37247              
37248              Subject: [PATCH 5.6.1] OS/2 cleanup
37249      Branch: perl
37250           +> os2/os2add.sym
37251           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37252           !> makedef.pl os2/Changes os2/Makefile.SHs
37253           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37254           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37255           !> os2/os2.sym os2/os2ish.h
37256 ____________________________________________________________________________
37257 [  9030] By: jhi                                   on 2001/03/05  13:46:49
37258         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
37259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37260              Date: Mon, 5 Mar 2001 02:29:44 -0500
37261              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
37262      Branch: maint-5.6/perl
37263            + os2/os2add.sym
37264            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37265            ! makedef.pl os2/Changes os2/Makefile.SHs
37266            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37267            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37268            ! os2/os2.sym os2/os2ish.h
37269 ____________________________________________________________________________
37270 [  9029] By: jhi                                   on 2001/03/05  13:40:35
37271         Log: Integrate change #9028 from maintperl into mainline.
37272              
37273              various nits in MM_Unix.pm found by disabling SelfLoader
37274      Branch: perl
37275           !> lib/ExtUtils/MM_Unix.pm
37276 ____________________________________________________________________________
37277 [  9028] By: gsar                                  on 2001/03/05  09:58:38
37278         Log: various nits in MM_Unix.pm found by disabling SelfLoader
37279      Branch: maint-5.6/perl
37280            ! lib/ExtUtils/MM_Unix.pm
37281 ____________________________________________________________________________
37282 [  9027] By: nick                                  on 2001/03/05  08:35:22
37283         Log: Integrate mainline
37284      Branch: perlio
37285           !> (integrate 28 files)
37286 ____________________________________________________________________________
37287 [  9026] By: jhi                                   on 2001/03/05  02:14:59
37288         Log: Integrate change #9025 from mainline to maintperl,
37289              retract \N{U+HHHH}.
37290      Branch: maint-5.6/perl
37291           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37292           !> t/lib/charnames.t toke.c
37293 ____________________________________________________________________________
37294 [  9025] By: jhi                                   on 2001/03/05  02:13:09
37295         Log: Retracting \N{U+HHHH}.
37296      Branch: perl
37297            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37298            ! t/lib/charnames.t toke.c
37299 ____________________________________________________________________________
37300 [  9024] By: jhi                                   on 2001/03/04  20:51:07
37301         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
37302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37303              Date: Fri, 02 Mar 2001 18:25:26 +0100
37304              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
37305              
37306              Casting problem.
37307      Branch: perl
37308            ! ext/Storable/Storable.xs
37309 ____________________________________________________________________________
37310 [  9023] By: jhi                                   on 2001/03/04  19:46:45
37311         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
37312              From: nick@talking.bollo.cx
37313              Date: Sat, 03 Mar 2001 21:41:33 +0000
37314              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
37315              
37316              Revert the workaround.
37317      Branch: perl
37318            ! perlio.c
37319 ____________________________________________________________________________
37320 [  9022] By: jhi                                   on 2001/03/04  19:36:28
37321         Log: Update Changes.
37322      Branch: perl
37323            ! Changes patchlevel.h
37324 ____________________________________________________________________________
37325 [  9021] By: jhi                                   on 2001/03/04  18:41:00
37326         Log: makedef.pl updates suggested by Chris Nandor; double-checking
37327              the changes in AIX, OS/2 Win32 would be nice.
37328      Branch: perl
37329            ! makedef.pl
37330 ____________________________________________________________________________
37331 [  9020] By: jhi                                   on 2001/03/04  18:23:58
37332         Log: Integrate change #9012 from maintperl into mainline,
37333              quench a compiler warning.
37334      Branch: perl
37335           !> toke.c
37336 ____________________________________________________________________________
37337 [  9019] By: jhi                                   on 2001/03/04  18:18:43
37338         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
37339              
37340              \N{U+HHHH} fix.
37341              
37342              pattern in G_ARRAY context
37343      Branch: maint-5.6/perl
37344           !> pp_hot.c t/op/pat.t toke.c
37345 ____________________________________________________________________________
37346 [  9018] By: jhi                                   on 2001/03/04  18:07:48
37347         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
37348              From: Jeff Pinyan <jeffp@crusoe.net>
37349              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
37350              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
37351      Branch: perl
37352            ! pp_hot.c t/op/pat.t
37353 ____________________________________________________________________________
37354 [  9017] By: jhi                                   on 2001/03/04  18:06:21
37355         Log: I thought I tested the #9014.
37356      Branch: perl
37357            ! toke.c
37358 ____________________________________________________________________________
37359 [  9016] By: jhi                                   on 2001/03/04  17:41:22
37360         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
37361              
37362              Tweak the get*ent() OS/2 prototypes.
37363              
37364              Add the \N{U+HHHH} syntax.
37365              
37366              More tr/// UTF-8 fixes from Inaba Hiroto.
37367      Branch: maint-5.6/perl
37368           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
37369           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
37370 ____________________________________________________________________________
37371 [  9015] By: jhi                                   on 2001/03/04  17:36:04
37372         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
37373      Branch: perl
37374            ! doop.c t/op/tr.t
37375 ____________________________________________________________________________
37376 [  9014] By: jhi                                   on 2001/03/04  17:24:49
37377         Log: Add the \N{U+HHHH} syntax.
37378      Branch: perl
37379            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37380            ! t/lib/charnames.t toke.c
37381 ____________________________________________________________________________
37382 [  9013] By: jhi                                   on 2001/03/04  17:20:45
37383         Log: Tweak the get*ent() OS/2 prototypes.
37384      Branch: perl
37385            ! os2/os2.c
37386 ____________________________________________________________________________
37387 [  9012] By: gsar                                  on 2001/03/04  06:26:14
37388         Log: avoid warning (nit in change#9009)
37389      Branch: maint-5.6/perl
37390            ! toke.c
37391 ____________________________________________________________________________
37392 [  9011] By: gsar                                  on 2001/03/04  06:15:24
37393         Log: lib/charnames.t fails in 5.6.x because of older Unicode
37394              data
37395              
37396              TODO: need to revisit this after updating lib/unicode/...
37397      Branch: maint-5.6/perl
37398            ! t/lib/charnames.t
37399 ____________________________________________________________________________
37400 [  9010] By: gsar                                  on 2001/03/04  06:08:36
37401         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
37402      Branch: maint-5.6/perl
37403            ! toke.c
37404 ____________________________________________________________________________
37405 [  9009] By: jhi                                   on 2001/03/03  19:27:20
37406         Log: Integrate change #9008 from mainline to maintperl,
37407              UTF-8 tr/// fixes from Inaba Hiroto.
37408      Branch: maint-5.6/perl
37409           !> doop.c op.c t/op/tr.t toke.c
37410 ____________________________________________________________________________
37411 [  9008] By: jhi                                   on 2001/03/03  19:19:42
37412         Log: UTF8 tr/// fixes from Inaba Hiroto.
37413      Branch: perl
37414            ! doop.c op.c t/op/tr.t toke.c
37415 ____________________________________________________________________________
37416 [  9007] By: jhi                                   on 2001/03/03  19:00:30
37417         Log: Integrate change #9006 from maintperl to mainline,
37418              more robust quest for the infinite.
37419      Branch: perl
37420           !> lib/Math/Complex.pm
37421 ____________________________________________________________________________
37422 [  9006] By: jhi                                   on 2001/03/03  18:58:06
37423         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
37424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37425              Date: Sat, 3 Mar 2001 12:51:50 -0500
37426              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
37427              
37428              Be more robust in our quest for the infinite.
37429      Branch: maint-5.6/perl
37430            ! lib/Math/Complex.pm
37431 ____________________________________________________________________________
37432 [  9005] By: jhi                                   on 2001/03/03  17:55:50
37433         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
37434      Branch: maint-5.6/perl
37435            ! doio.c
37436 ____________________________________________________________________________
37437 [  9004] By: jhi                                   on 2001/03/03  17:40:14
37438         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
37439              so that picky compilers like IRIX won't get huffy about
37440              "statements without effect" (like 1;).
37441      Branch: perl
37442            ! toke.c
37443 ____________________________________________________________________________
37444 [  9003] By: jhi                                   on 2001/03/03  17:15:52
37445         Log: Integrate change #9002 from mainline to maintperl.
37446              
37447              Subject: [perl-5.6.x, perl-current] accept for EPOC
37448      Branch: maint-5.6/perl
37449           !> pp_sys.c
37450 ____________________________________________________________________________
37451 [  9002] By: jhi                                   on 2001/03/03  17:14:30
37452         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
37453              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37454              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
37455              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
37456      Branch: perl
37457            ! pp_sys.c
37458 ____________________________________________________________________________
37459 [  9001] By: jhi                                   on 2001/03/03  17:13:13
37460         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
37461              From: "Craig A. Berry" <craigberry@mac.com>
37462              Date: Fri, 02 Mar 2001 17:44:40 -0600
37463              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
37464      Branch: perl
37465            ! t/pod/find.t
37466 ____________________________________________________________________________
37467 [  9000] By: jhi                                   on 2001/03/03  17:11:55
37468         Log: Integrate changes #8997,8999 from maintperl.
37469              
37470              Subject: [PATCH 5.6.1] compiling on OS/2
37471              (Better error message from hints/os2.sh)
37472              
37473              Subject: [PATCH 5.6.1] syslog.t
37474      Branch: perl
37475           !> hints/os2.sh t/lib/syslog.t
37476 ____________________________________________________________________________
37477 [  8999] By: jhi                                   on 2001/03/03  17:09:28
37478         Log: Subject: [PATCH 5.6.1] syslog.t
37479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37480              Date: Sat, 3 Mar 2001 02:11:17 -0500
37481              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
37482      Branch: maint-5.6/perl
37483            ! t/lib/syslog.t
37484 ____________________________________________________________________________
37485 [  8998] By: jhi                                   on 2001/03/03  17:07:50
37486         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
37487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37488              Date: Sat, 3 Mar 2001 01:53:52 -0500
37489              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
37490      Branch: maint-5.6/perl
37491            ! opcode.pl os2/os2.c
37492 ____________________________________________________________________________
37493 [  8997] By: jhi                                   on 2001/03/03  17:03:30
37494         Log: Subject: [PATCH 5.6.1] compiling on OS/2
37495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37496              Date: Sat, 3 Mar 2001 01:59:59 -0500
37497              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
37498      Branch: maint-5.6/perl
37499            ! hints/os2.sh
37500 ____________________________________________________________________________
37501 [  8996] By: jhi                                   on 2001/03/03  00:55:58
37502         Log: Regen files for mainline.
37503      Branch: perl
37504            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37505            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
37506 ____________________________________________________________________________
37507 [  8995] By: jhi                                   on 2001/03/03  00:35:22
37508         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
37509              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
37510              to maintperl.
37511              
37512              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37513              
37514              Add Configure option -Dmksymlinks which will create a symlink
37515              forest if the current/build differs from the source directory.
37516              (8218,8220,8221,8317,8318,8971)
37517              
37518              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37519              (Document APPLLIB_EXP in INSTALL.)
37520              
37521              If running byacc write-enable also perly.h.
37522              
37523              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37524              
37525              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37526              
37527              Sanity check for conflicting thread flavours.
37528              
37529              Fix the sys/fcntl.h problem reported by Peter Prymmer.
37530              
37531              Add few CPUs/architectures to the Cppsym scan,
37532              add -perlio to archname if so selected (modified 8890)
37533              
37534              Be more helpful for devel builders, suggested by John L. Allen.
37535              (admittedly pointless change for maintperl, but the usedevel
37536              code is there already)
37537      Branch: maint-5.6/perl
37538           !> Configure INSTALL Makefile.SH Porting/Glossary
37539           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
37540           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
37541           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
37542           !> win32/config.bc win32/config.gc win32/config.vc
37543 ____________________________________________________________________________
37544 [  8994] By: jhi                                   on 2001/03/02  23:31:41
37545         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
37546      Branch: metaconfig/U/perl
37547            ! gccvers.U
37548 ____________________________________________________________________________
37549 [  8993] By: jhi                                   on 2001/03/02  23:22:12
37550         Log: Regenerate various files for maint.
37551      Branch: maint-5.6/perl
37552            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
37553            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
37554 ____________________________________________________________________________
37555 [  8992] By: alanbur                               on 2001/03/02  22:48:34
37556         Log: Resync wuth parent
37557      Branch: maint-5.6/pureperl
37558           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37559           !> (integrate 60 files)
37560 ____________________________________________________________________________
37561 [  8991] By: jhi                                   on 2001/03/02  21:00:08
37562         Log: Retract the #8742 part of #8986, backward compat.
37563      Branch: maint-5.6/perl
37564            ! embed.pl
37565 ____________________________________________________________________________
37566 [  8990] By: jhi                                   on 2001/03/02  20:40:07
37567         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
37568      Branch: maint-5.6/perl
37569            ! hv.c
37570 ____________________________________________________________________________
37571 [  8989] By: jhi                                   on 2001/03/02  19:59:56
37572         Log: Update Changes.
37573      Branch: perl
37574            ! Changes patchlevel.h
37575 ____________________________________________________________________________
37576 [  8988] By: jhi                                   on 2001/03/02  19:57:08
37577         Log: Integrate perlio.
37578      Branch: perl
37579           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37580           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37581           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37582           !> ext/Encode/Encode/iso8859-10.ucm
37583           !> ext/Encode/Encode/iso8859-13.ucm
37584           !> ext/Encode/Encode/iso8859-14.ucm
37585           !> ext/Encode/Encode/iso8859-15.ucm
37586           !> ext/Encode/Encode/iso8859-16.ucm
37587           !> ext/Encode/Encode/iso8859-2.ucm
37588           !> ext/Encode/Encode/iso8859-3.ucm
37589           !> ext/Encode/Encode/iso8859-4.ucm
37590           !> ext/Encode/Encode/iso8859-5.ucm
37591           !> ext/Encode/Encode/iso8859-6.ucm
37592           !> ext/Encode/Encode/iso8859-7.ucm
37593           !> ext/Encode/Encode/iso8859-8.ucm
37594           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37595           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
37596 ____________________________________________________________________________
37597 [  8987] By: jhi                                   on 2001/03/02  19:43:40
37598         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
37599              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
37600              8950,8952,8955 from mainline to maintperl.
37601              
37602              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37603              
37604              Put to rest the 20010205.001, the email address checking (not) regex.
37605              
37606              fork() not everywhere, cleanup temp files.
37607              
37608              The #8843 wasn't quite right: %Config needs to imported.
37609              
37610              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37611              (#8849: the glob-basic hunk needed massaging as it depended
37612              on Schwern's large-scale (unintegrated) patches)
37613              
37614              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
37615              
37616              Upgrade to CGI.pm 2.752, from Lincoln Stein.
37617              (Note: there were some conflicts due to EBCDIC and EPOC
37618              patches, in general I preferred the repository code.)
37619              (When 2.753 comes out, we need to synchronize.)
37620              
37621              Subject: [PATCH] fix for charnames above FFFF
37622              
37623              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37624              
37625              If no sfio, no -lsfio.
37626              
37627              Run run/*.t also in minitest.
37628              
37629              Subject:  [PATCH perl 5.7.0] malloc message address offset
37630              
37631              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37632              
37633              Subject: fix for parameter -Dm (for perl@8867)
37634              
37635              Subject: [PATCH: perl@8892] was Re: hashing order difference?
37636              (make the test more portable)
37637              
37638              Subject: Re: [PATCH] fix for charnames above FFFF
37639              
37640              Subject: Re: I'm losing the war...
37641              (hv_store() not working correctly in ENV_IS_CASELESS case.)
37642              
37643              Subject: Modified README.bs2000 
37644              
37645              Subject: [PATCH: perl@8935] -Dt padsv($var)
37646              
37647              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37648              
37649              Subject: PATCH: extra tests to check on negative float to unsigned cast
37650              
37651              Subject: [PATCH] XPUSH[insp] was Re: progress
37652              
37653              Subject: Re: Compile with perlcc..
37654      Branch: maint-5.6/perl
37655           !> (integrate 36 files)
37656 ____________________________________________________________________________
37657 [  8986] By: jhi                                   on 2001/03/02  18:51:25
37658         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
37659              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
37660              to maintperl.
37661              
37662              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37663              
37664              Subject: [DOC PATCH] overload.pm nits
37665              
37666              Add header for LIB$ prototypes (C. Berry)
37667              
37668              Convert fwrite()s to sockets to write()s, since some socket stacks
37669              don't take kindly to stdio.
37670              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37671              (for often optional LNMs)
37672              Correct a few typos
37673              (C. Bailey)
37674              
37675              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37676              
37677              De-cut-and-pasto.
37678              
37679              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37680              
37681              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37682              
37683              Upgrade to CPAN 1.59_54, from Andreas König.
37684              
37685              Bogus shebang.
37686              
37687              Subject: [PATCH] Document makepatch in Porting/patching
37688              
37689              UTF-8 documentation.
37690              
37691              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37692              
37693              Sort the MANIFEST.
37694              
37695              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37696              
37697              Subject: [PATCH @8807] toke.c cleanup: scan_str()
37698              
37699              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37700              
37701              Add run/*.t to testables.
37702              
37703              TODO: integrate #8784.
37704      Branch: maint-5.6/perl
37705           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37706           !> (integrate 28 files)
37707 ____________________________________________________________________________
37708 [  8985] By: nick                                  on 2001/03/02  18:15:45
37709         Log: Integrate mainline
37710      Branch: perlio
37711           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
37712           !> vms/vms.c
37713 ____________________________________________________________________________
37714 [  8984] By: jhi                                   on 2001/03/02  16:00:17
37715         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
37716              
37717              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
37718              5.004_05, and mention the suidperl August 2000 security problem.
37719              (#8978,#8981)
37720              
37721              Subject: [ID 20010301.004] Technically speaking in perldata
37722              
37723              Subject: [PATCH] File::Copy for bleadperl, maintperl
37724              
37725              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37726              
37727              (The #8982, fix for 20010221.005 and 20010221.008,
37728              would be nice too but it didn't integrate cleanly.)
37729      Branch: maint-5.6/perl
37730           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
37731 ____________________________________________________________________________
37732 [  8983] By: jhi                                   on 2001/03/02  15:51:16
37733         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37735              Date:     Thu, 1 Mar 2001 15:54:09 EST
37736              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
37737      Branch: perl
37738            ! vms/vms.c
37739 ____________________________________________________________________________
37740 [  8982] By: jhi                                   on 2001/03/02  15:43:31
37741         Log: Subject: Re: sync sync sync: have I missed any patches?
37742              From: Radu Greab <radu@netsoft.ro> 
37743              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
37744              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
37745              
37746              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
37747              was checking argv[0] regardless of whether a different pathname
37748              will actually be executed."  Test case not supplied because 
37749              drafting that, ironically enough, revealed another bug
37750              (or a feature).
37751      Branch: perl
37752            ! doio.c
37753 ____________________________________________________________________________
37754 [  8981] By: jhi                                   on 2001/03/02  15:28:03
37755         Log: Misdate in #8978.
37756      Branch: perl
37757            ! pod/perlfaq1.pod
37758 ____________________________________________________________________________
37759 [  8980] By: jhi                                   on 2001/03/02  15:24:20
37760         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
37761              From: Chris Nandor <pudge@pobox.com>
37762              Date: Wed, 28 Feb 2001 22:10:15 -0500
37763              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
37764      Branch: perl
37765            ! lib/File/Copy.pm
37766 ____________________________________________________________________________
37767 [  8979] By: jhi                                   on 2001/03/02  15:17:16
37768         Log: Subject: [ID 20010301.004] Technically speaking in perldata
37769              From: abela@geneanet.org
37770              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
37771              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
37772      Branch: perl
37773            ! pod/perldata.pod
37774 ____________________________________________________________________________
37775 [  8978] By: jhi                                   on 2001/03/02  15:15:27
37776         Log: Subject: [ID 20010301.003] ref to 5.004
37777              From: abela@geneanet.org
37778              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
37779              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
37780              
37781              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
37782              and mention the suidperl August 2000 security problem.
37783      Branch: perl
37784            ! pod/perlfaq1.pod
37785 ____________________________________________________________________________
37786 [  8977] By: alanbur                               on 2001/03/02  14:17:45
37787         Log: Resynchronised with parent
37788      Branch: maint-5.6/pureperl
37789           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
37790           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
37791           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
37792           !> vms/descrip_mms.template win32/win32.c win32/win32.h
37793           !> win32/win32iop.h
37794 ____________________________________________________________________________
37795 [  8976] By: nick                                  on 2001/03/01  23:25:30
37796         Log: Integrate mainline.
37797      Branch: perlio
37798            - t/op/qu.t
37799           !> (integrate 55 files)
37800 ____________________________________________________________________________
37801 [  8975] By: jhi                                   on 2001/03/01  16:51:34
37802         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
37803      Branch: perl
37804           !> toke.c
37805 ____________________________________________________________________________
37806 [  8974] By: gsar                                  on 2001/03/01  16:28:21
37807         Log: fix for bugid 20010226.008
37808              
37809              the problem was that some of the pointers (PL_last_lop and
37810              PL_last_uni specifically) into the lex buffers weren't correctly
37811              being invalidated when the buffer changed; this would leave the
37812              pointers pointing at an arbitrary location in the buffer if
37813              the buffer didn't need to be reallocated, or point into freed
37814              memory if the buffer had to be realloced
37815              
37816              TODO item for bugdb maintainers: check other seemingly random
37817              parser-related bugs--they might be cured by this
37818      Branch: maint-5.6/perl
37819            ! toke.c
37820 ____________________________________________________________________________
37821 [  8973] By: jhi                                   on 2001/03/01  02:23:25
37822         Log: Retract #8970 because of a completely mysterious core dump:
37823              adding the tests 241..244 causes op/pat dump core at test #25.
37824              The test needs a lot of whittling down before the bug can be solved.
37825      Branch: perl
37826            ! t/op/pat.t
37827 ____________________________________________________________________________
37828 [  8972] By: jhi                                   on 2001/03/01  01:58:38
37829         Log: Regen perlapi.
37830      Branch: perl
37831            ! pod/perlapi.pod
37832 ____________________________________________________________________________
37833 [  8971] By: jhi                                   on 2001/03/01  01:34:09
37834         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))
37835              From: Nicholas Clark <nick@ccl4.org>
37836              Date: Wed, 28 Feb 2001 23:28:49 +0000
37837              Message-ID: <20010228232849.A55187@plum.flirble.org>
37838              
37839              Allow a completely write protected source code tree
37840              when using the Configure -Dmksymlinks.
37841      Branch: perl
37842            ! embed.pl warnings.pl
37843 ____________________________________________________________________________
37844 [  8970] By: jhi                                   on 2001/03/01  01:32:04
37845         Log: Add back the EBCDIC character range tests (for matching).
37846      Branch: perl
37847            ! t/op/pat.t
37848 ____________________________________________________________________________
37849 [  8969] By: nick                                  on 2001/02/28  18:18:01
37850         Log: Add charname comments to .ucm files writen by 'compile',
37851              also order charmaps in those files by source encoding.
37852              regenerate distrubuted .ucm files
37853      Branch: perlio
37854            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37855            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37856            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37857            ! ext/Encode/Encode/iso8859-10.ucm
37858            ! ext/Encode/Encode/iso8859-13.ucm
37859            ! ext/Encode/Encode/iso8859-14.ucm
37860            ! ext/Encode/Encode/iso8859-15.ucm
37861            ! ext/Encode/Encode/iso8859-16.ucm
37862            ! ext/Encode/Encode/iso8859-2.ucm
37863            ! ext/Encode/Encode/iso8859-3.ucm
37864            ! ext/Encode/Encode/iso8859-4.ucm
37865            ! ext/Encode/Encode/iso8859-5.ucm
37866            ! ext/Encode/Encode/iso8859-6.ucm
37867            ! ext/Encode/Encode/iso8859-7.ucm
37868            ! ext/Encode/Encode/iso8859-8.ucm
37869            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37870            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
37871 ____________________________________________________________________________
37872 [  8968] By: jhi                                   on 2001/02/28  16:26:37
37873         Log: Expand usemorebits early if d_casti32 needs to be undefined.
37874      Branch: perl
37875            ! hints/hpux.sh hints/irix_6.sh
37876 ____________________________________________________________________________
37877 [  8967] By: jhi                                   on 2001/02/28  16:22:26
37878         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
37879              retract toke.c/qu parts of #8583, retract #8485, retract
37880              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
37881              op/length.t, and MANIFEST, and delete t/op/qu.t.
37882      Branch: perl
37883            - t/op/qu.t
37884            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
37885            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
37886            ! t/op/length.t toke.c
37887 ____________________________________________________________________________
37888 [  8966] By: jhi                                   on 2001/02/28  15:00:27
37889         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
37890              by not changing from pre-Unicode days into being Unicode-aware.
37891              Sniff.
37892      Branch: perl
37893            ! pp.c t/op/pack.t t/op/qu.t
37894 ____________________________________________________________________________
37895 [  8965] By: jhi                                   on 2001/02/28  14:37:55
37896         Log: Subject: Re: Errors in core PODs
37897              From: Michael Stevens <michael@etla.org> 
37898              Date: Fri, 23 Feb 2001 15:47:56 +0000
37899              Message-ID: <20010223154756.A7723@firedrake.org> 
37900      Branch: perl
37901            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
37902            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
37903            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
37904            ! x2p/a2p.pod
37905 ____________________________________________________________________________
37906 [  8964] By: jhi                                   on 2001/02/28  14:35:35
37907         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
37908              (The #8961 was too bold.)
37909      Branch: perl
37910            ! hints/hpux.sh hints/irix_6.sh
37911 ____________________________________________________________________________
37912 [  8963] By: jhi                                   on 2001/02/28  14:33:39
37913         Log: Subject: Re: sync sync sync: have I missed any patches?
37914              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37915              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
37916              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
37917              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
37918              
37919              Replace djSP with dSP.
37920      Branch: perl
37921            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
37922            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
37923            ! win32/perlhost.h
37924 ____________________________________________________________________________
37925 [  8962] By: jhi                                   on 2001/02/27  23:21:14
37926         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
37927      Branch: perl
37928            ! lib/Filter/Simple.pm
37929 ____________________________________________________________________________
37930 [  8961] By: jhi                                   on 2001/02/27  22:55:26
37931         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
37932              and this would be it.
37933      Branch: perl
37934            ! hints/hpux.sh hints/irix_6.sh
37935 ____________________________________________________________________________
37936 [  8960] By: jhi                                   on 2001/02/27  22:51:33
37937         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37938              From: "Craig A. Berry" <craigberry@mac.com>
37939              Date: Tue, 27 Feb 2001 16:11:44 -0600
37940              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37941      Branch: maint-5.6/perl
37942            ! configure.com vms/descrip_mms.template
37943 ____________________________________________________________________________
37944 [  8959] By: jhi                                   on 2001/02/27  22:47:23
37945         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37946              From: "Craig A. Berry" <craigberry@mac.com>
37947              Date: Tue, 27 Feb 2001 16:11:44 -0600
37948              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37949      Branch: perl
37950            ! configure.com vms/descrip_mms.template
37951 ____________________________________________________________________________
37952 [  8958] By: jhi                                   on 2001/02/27  15:16:42
37953         Log: Update Changes.
37954      Branch: perl
37955            ! Changes patchlevel.h
37956 ____________________________________________________________________________
37957 [  8957] By: jhi                                   on 2001/02/27  06:15:07
37958         Log: Subject: [5.6.x] EPOC additions
37959              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37960              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
37961              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
37962      Branch: maint-5.6/perl
37963            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
37964 ____________________________________________________________________________
37965 [  8956] By: jhi                                   on 2001/02/27  06:12:11
37966         Log: Subject: [perl-current] EPOC 
37967              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37968              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
37969              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
37970      Branch: perl
37971            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
37972            ! epoc/epocish.c epoc/epocish.h pp_sys.c
37973 ____________________________________________________________________________
37974 [  8955] By: jhi                                   on 2001/02/27  05:59:50
37975         Log: Subject: Re: Compile with perlcc..
37976              From: Edward Peschko <edwardp@excitehome.net>
37977              Date: Mon, 26 Feb 2001 18:51:58 -0800
37978              Message-ID: <20010226185158.A9871@excitehome.net>
37979              
37980              plus add a simple usage message if no arguments given.
37981      Branch: perl
37982            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
37983            ! utils/Makefile utils/perlcc.PL win32/pod.mak
37984 ____________________________________________________________________________
37985 [  8954] By: nick                                  on 2001/02/26  21:02:59
37986         Log: Integrate mainline
37987      Branch: perlio
37988           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
37989           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
37990           !> t/op/sprintf.t
37991 ____________________________________________________________________________
37992 [  8953] By: jhi                                   on 2001/02/26  14:43:54
37993         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
37994              From: Nicholas Clark <nick@ccl4.org>
37995              Date: Mon, 26 Feb 2001 00:42:07 +0000
37996              Message-ID: <20010226004207.F23333@plum.flirble.org>
37997      Branch: perl
37998            ! pp_ctl.c
37999 ____________________________________________________________________________
38000 [  8952] By: jhi                                   on 2001/02/26  14:42:13
38001         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
38002              From: Simon Cozens <simon@netthink.co.uk>
38003              Date: Mon, 26 Feb 2001 12:23:48 +0000
38004              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
38005      Branch: perl
38006            ! pod/perlguts.pod
38007 ____________________________________________________________________________
38008 [  8951] By: jhi                                   on 2001/02/26  14:39:15
38009         Log: Subject: [PATCH] perlio - unknown layer
38010              From: Nicholas Clark <nick@ccl4.org>
38011              Date: Mon, 26 Feb 2001 00:27:19 +0000
38012              Message-ID: <20010226002719.E23333@plum.flirble.org>
38013      Branch: perl
38014            ! perlio.c
38015 ____________________________________________________________________________
38016 [  8950] By: jhi                                   on 2001/02/26  14:38:04
38017         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
38018              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
38019              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
38020              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
38021      Branch: perl
38022            ! t/op/bop.t
38023 ____________________________________________________________________________
38024 [  8949] By: jhi                                   on 2001/02/26  14:37:07
38025         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
38026              From: Peter Prymmer <pvhp@forte.com>
38027              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
38028              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
38029      Branch: perl
38030            ! lib/Test.pm
38031 ____________________________________________________________________________
38032 [  8948] By: jhi                                   on 2001/02/26  14:35:53
38033         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
38034              From: Radu Greab <radu@netsoft.ro>
38035              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
38036              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
38037      Branch: perl
38038            ! pod/perlop.pod
38039 ____________________________________________________________________________
38040 [  8947] By: jhi                                   on 2001/02/26  14:34:46
38041         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
38042              From: David Mitchell <davem@fdgroup.co.uk>
38043              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
38044              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
38045      Branch: perl
38046            ! run.c
38047 ____________________________________________________________________________
38048 [  8946] By: jhi                                   on 2001/02/26  14:32:37
38049         Log: Subject: Modified README.bs2000 
38050              From: Dorner Thomas <Thomas.Dorner@start.de>
38051              Date: Mon, 26 Feb 2001 09:22:17 +0100
38052              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
38053      Branch: perl
38054            ! README.bs2000
38055 ____________________________________________________________________________
38056 [  8945] By: jhi                                   on 2001/02/26  14:19:53
38057         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
38058              to maintperl, listing the known failures on the tests 129 and 130.
38059      Branch: maint-5.6/perl
38060           !> t/op/sprintf.t
38061 ____________________________________________________________________________
38062 [  8944] By: jhi                                   on 2001/02/26  14:14:15
38063         Log: Add more known sprintf failures.
38064      Branch: perl
38065            ! t/op/sprintf.t
38066 ____________________________________________________________________________
38067 [  8943] By: jhi                                   on 2001/02/26  13:56:22
38068         Log: perlglob.exe needs to be found in Win32, patch from
38069              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
38070              which needs external glob at mini-perl time."
38071      Branch: perl
38072            ! ext/Encode/compile
38073 ____________________________________________________________________________
38074 [  8942] By: jhi                                   on 2001/02/26  13:52:19
38075         Log: A missing dTHX from Vadim Konovalov.
38076      Branch: perl
38077            ! perlio.c
38078 ____________________________________________________________________________
38079 [  8941] By: jhi                                   on 2001/02/26  13:37:05
38080         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
38081      Branch: perl
38082            ! op.c
38083 ____________________________________________________________________________
38084 [  8940] By: jhi                                   on 2001/02/26  13:35:40
38085         Log: Integrate perlio.
38086      Branch: perl
38087           !> ext/Encode/Encode.pm
38088 ____________________________________________________________________________
38089 [  8939] By: nick                                  on 2001/02/25  23:47:09
38090         Log: Integrate mainline.
38091      Branch: perlio
38092           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
38093           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
38094 ____________________________________________________________________________
38095 [  8938] By: nick                                  on 2001/02/25  19:36:28
38096         Log: Encode implementations docs.
38097      Branch: perlio
38098            ! ext/Encode/Encode.pm
38099 ____________________________________________________________________________
38100 [  8937] By: jhi                                   on 2001/02/25  19:26:16
38101         Log: Script wasn't aligned with reality.
38102      Branch: perl
38103            ! t/pod/find.t
38104 ____________________________________________________________________________
38105 [  8936] By: jhi                                   on 2001/02/25  18:54:55
38106         Log: Update Changes.
38107      Branch: perl
38108            ! Changes patchlevel.h
38109 ____________________________________________________________________________
38110 [  8935] By: jhi                                   on 2001/02/25  18:46:36
38111         Log: Retract #8929,8930,8932,8933 for now.
38112      Branch: perl
38113            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
38114 ____________________________________________________________________________
38115 [  8934] By: jhi                                   on 2001/02/25  17:34:35
38116         Log: Integrate perlio.
38117      Branch: perl
38118           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
38119           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
38120           !> t/lib/encode.t
38121 ____________________________________________________________________________
38122 [  8933] By: jhi                                   on 2001/02/25  17:33:12
38123         Log: (Retracted by #8395.)
38124              
38125              Slight tweaks in scan_const(), not fixes yet, it seems like
38126              lots of work remains to be done...
38127      Branch: perl
38128            ! toke.c
38129 ____________________________________________________________________________
38130 [  8932] By: jhi                                   on 2001/02/25  17:27:11
38131         Log: (Retracted by #8395.)
38132              
38133              Missing from #8930.
38134      Branch: perl
38135            ! perl.h
38136 ____________________________________________________________________________
38137 [  8931] By: jhi                                   on 2001/02/25  17:26:19
38138         Log: A comment tweak.
38139      Branch: perl
38140            ! utf8.c
38141 ____________________________________________________________________________
38142 [  8930] By: jhi                                   on 2001/02/25  17:25:47
38143         Log: (Retracted by #8395.)
38144              
38145              Attempt to fix the EBCDIC character range problwm with //.
38146      Branch: perl
38147            ! regcomp.c
38148 ____________________________________________________________________________
38149 [  8929] By: jhi                                   on 2001/02/25  17:23:45
38150         Log: (Retracted by #8395.)
38151              
38152              Expand the EBCDIC character range tests, and add few nasty
38153              tr tests from Karsten Sperling.
38154      Branch: perl
38155            ! t/op/pat.t t/op/tr.t
38156 ____________________________________________________________________________
38157 [  8928] By: jhi                                   on 2001/02/25  17:18:49
38158         Log: Missing check-in.
38159      Branch: perl
38160            ! lib/Pod/Find.pm
38161 ____________________________________________________________________________
38162 [  8927] By: nick                                  on 2001/02/25  11:30:22
38163         Log: Change method names in Encode implementation classes to something
38164              less confusing (preparing to "go public").
38165      Branch: perlio
38166            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
38167 ____________________________________________________________________________
38168 [  8926] By: nick                                  on 2001/02/25  10:53:24
38169         Log: GCC __atribute__ / printf fix
38170      Branch: perlio
38171            ! perl.h
38172 ____________________________________________________________________________
38173 [  8925] By: nick                                  on 2001/02/25  10:52:25
38174         Log: Checked in the wrong one ...
38175      Branch: perlio
38176            ! ext/Encode/Encode.pm
38177 ____________________________________________________________________________
38178 [  8924] By: nick                                  on 2001/02/24  18:46:51
38179         Log: Integrate mainline - to see what Jarkko has in ...
38180      Branch: perlio
38181           +> t/pod/testpods/lib/Pod/Stuff.pm
38182           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
38183 ____________________________________________________________________________
38184 [  8923] By: nick                                  on 2001/02/24  17:05:23
38185         Log: Encode API documentation nd tidy up.
38186              Minor additions to test.
38187              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
38188              Adds STRLEN to standard typemap.
38189      Branch: perlio
38190            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
38191            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
38192 ____________________________________________________________________________
38193 [  8922] By: jhi                                   on 2001/02/24  16:38:12
38194         Log: Add a test for the "character range should match in EBCDIC
38195              if specified using explicit numerics" bug found by Karsten
38196              Sperling.
38197      Branch: perl
38198            ! t/op/pat.t
38199 ____________________________________________________________________________
38200 [  8921] By: jhi                                   on 2001/02/24  16:30:16
38201         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
38202              From: schwern@pobox.com
38203              Date: Fri, 23 Feb 2001 03:21:37 -0500
38204              Message-ID: <20010223032137.A26022@magnonel.guild.net>
38205              
38206              plus Charles Lane's fixes, plus tweaks.
38207      Branch: perl
38208            + t/pod/testpods/lib/Pod/Stuff.pm
38209            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
38210 ____________________________________________________________________________
38211 [  8920] By: nick                                  on 2001/02/24  10:30:11
38212         Log: Integrate mainline
38213      Branch: perlio
38214           !> (integrate 33 files)
38215 ____________________________________________________________________________
38216 [  8919] By: jhi                                   on 2001/02/24  00:23:35
38217         Log: Subject: Re: I'm losing the war...
38218              From: "Vadim Konovalov" <watman@inbox.ru>
38219              Date: Sat, 24 Feb 2001 00:10:14 +0300
38220              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
38221              
38222              hv_store() not working correctly in ENV_IS_CASELESS case.
38223      Branch: perl
38224            ! hv.c
38225 ____________________________________________________________________________
38226 [  8918] By: jhi                                   on 2001/02/24  00:20:09
38227         Log: Subject: Re: [PATCH] fix for charnames above FFFF
38228              From: andreas.koenig@anima.de (Andreas J. Koenig)
38229              Date: 23 Feb 2001 02:39:03 +0100
38230              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
38231              
38232              A further efficiency tweak.
38233      Branch: perl
38234            ! lib/charnames.pm
38235 ____________________________________________________________________________
38236 [  8917] By: jhi                                   on 2001/02/23  20:27:51
38237         Log: Integrate change #8916 from mainline,
38238              do away with USE_WIN32_RTL_ENV.
38239      Branch: maint-5.6/perl
38240           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38241 ____________________________________________________________________________
38242 [  8916] By: jhi                                   on 2001/02/23  20:02:25
38243         Log: Abolish USE_WIN32_RTL_ENV.
38244      Branch: perl
38245            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38246 ____________________________________________________________________________
38247 [  8915] By: jhi                                   on 2001/02/23  19:36:00
38248         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
38249              later protected by some #define.
38250      Branch: perl
38251            ! gv.c
38252 ____________________________________________________________________________
38253 [  8914] By: jhi                                   on 2001/02/23  19:31:38
38254         Log: Retract #8902 for now, requested by Charles Lane, the correct
38255              fix will be something else.
38256      Branch: perl
38257            ! op.c
38258 ____________________________________________________________________________
38259 [  8913] By: jhi                                   on 2001/02/23  19:11:36
38260         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
38261              From: Peter Prymmer <pvhp@forte.com>
38262              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
38263              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
38264      Branch: perl
38265            ! t/op/lex_assign.t
38266 ____________________________________________________________________________
38267 [  8912] By: jhi                                   on 2001/02/23  18:38:20
38268         Log: Subject: [patch] perlio + useithreads
38269              From: Doug MacEachern <dougm@covalent.net>
38270              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
38271              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
38272              
38273              Gets things running but not complete.
38274      Branch: perl
38275            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
38276 ____________________________________________________________________________
38277 [  8911] By: jhi                                   on 2001/02/23  04:20:02
38278         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
38279              
38280              Duplicated environment freeing, File::Temp 0.12,
38281              op/append portability (EBCDIC) tweak.
38282      Branch: maint-5.6/perl
38283           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38284           !> t/op/append.t
38285 ____________________________________________________________________________
38286 [  8910] By: jhi                                   on 2001/02/23  02:07:33
38287         Log: Integrate change #8909 from mainline, a better Borland
38288              putenv() workaround.
38289      Branch: maint-5.6/perl
38290           !> perl.c
38291 ____________________________________________________________________________
38292 [  8909] By: jhi                                   on 2001/02/23  02:05:46
38293         Log: A better workaround for Borland putenv() brokenness from Sarathy.
38294      Branch: perl
38295            ! perl.c
38296 ____________________________________________________________________________
38297 [  8908] By: jhi                                   on 2001/02/23  02:04:14
38298         Log: Subject: fix for parameter -Dm (for perl@8867)
38299              From: "Vadim Konovalov" <watman@inbox.ru>
38300              Date: Thu, 22 Feb 2001 17:30:12 +0300
38301              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
38302      Branch: perl
38303            ! perl.h
38304 ____________________________________________________________________________
38305 [  8907] By: jhi                                   on 2001/02/23  01:58:20
38306         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
38307              From: Peter Prymmer <pvhp@forte.com>
38308              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
38309              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
38310      Branch: perl
38311            ! t/op/append.t
38312 ____________________________________________________________________________
38313 [  8906] By: jhi                                   on 2001/02/23  01:48:34
38314         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
38315      Branch: perl
38316            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38317 ____________________________________________________________________________
38318 [  8905] By: jhi                                   on 2001/02/23  01:43:30
38319         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
38320              From: Peter Prymmer <pvhp@forte.com>
38321              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
38322              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
38323      Branch: perl
38324            ! t/lib/st-06compat.t
38325 ____________________________________________________________________________
38326 [  8904] By: jhi                                   on 2001/02/23  01:42:39
38327         Log: Metaconfig unit change for #8903.
38328      Branch: metaconfig/U/perl
38329            ! Devel.U
38330 ____________________________________________________________________________
38331 [  8903] By: jhi                                   on 2001/02/23  01:42:12
38332         Log: Be more helpful for devel builders, suggested by John L. Allen.
38333      Branch: perl
38334            ! Configure
38335 ____________________________________________________________________________
38336 [  8902] By: jhi                                   on 2001/02/23  01:37:41
38337         Log: (Retracted by #8914)
38338              (Wrongly, reinstated by #8941)
38339              
38340              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
38341              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38342              Date:     Thu, 22 Feb 2001 09:43:57 EST
38343              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
38344      Branch: perl
38345            ! op.c
38346 ____________________________________________________________________________
38347 [  8901] By: jhi                                   on 2001/02/23  01:20:32
38348         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
38349              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38350              Date:     Thu, 22 Feb 2001 08:01:35 EST
38351              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
38352      Branch: perl
38353            ! malloc.c
38354 ____________________________________________________________________________
38355 [  8900] By: jhi                                   on 2001/02/23  01:18:02
38356         Log: Integrate changes #8898,8899 from mainline, environ handling.
38357      Branch: maint-5.6/perl
38358           !> perl.c
38359 ____________________________________________________________________________
38360 [  8899] By: jhi                                   on 2001/02/23  01:16:25
38361         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
38362              putenv() is not to be relied on, they are either broken or leaky
38363              or both.)
38364      Branch: perl
38365            ! perl.c
38366 ____________________________________________________________________________
38367 [  8898] By: jhi                                   on 2001/02/22  23:36:59
38368         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
38369              and safesysfree() must be used.
38370      Branch: perl
38371            ! perl.c
38372 ____________________________________________________________________________
38373 [  8897] By: jhi                                   on 2001/02/22  23:25:45
38374         Log: With environ one must use safesysmalloc()/safesysfree().
38375      Branch: perl
38376            ! perl.c
38377 ____________________________________________________________________________
38378 [  8896] By: jhi                                   on 2001/02/22  22:13:18
38379         Log: If we have a duplicated environment free it
38380              if PERL_DESTRUCT_LEVEL.
38381      Branch: perl
38382            ! perl.c
38383 ____________________________________________________________________________
38384 [  8895] By: alanbur                               on 2001/02/22  19:31:57
38385         Log: Synchronised with parent
38386      Branch: maint-5.6/pureperl
38387           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
38388 ____________________________________________________________________________
38389 [  8894] By: gsar                                  on 2001/02/22  19:06:18
38390         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
38391              
38392              fix memory leak in method call optimization (change#3768);
38393              made C<eval "$x->foo()"> leak
38394              
38395              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
38396      Branch: maint-5.6/perl
38397           !> op.c
38398 ____________________________________________________________________________
38399 [  8893] By: jhi                                   on 2001/02/22  18:35:27
38400         Log: (Retracted by #8915.)
38401              
38402              Third Degree finding:
38403              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
38404      Branch: perl
38405            ! gv.c
38406 ____________________________________________________________________________
38407 [  8892] By: jhi                                   on 2001/02/22  14:28:32
38408         Log: Update Changes.
38409      Branch: perl
38410            ! Changes patchlevel.h
38411 ____________________________________________________________________________
38412 [  8891] By: jhi                                   on 2001/02/22  13:22:45
38413         Log: Metaconfig unit changes for #8890.
38414      Branch: metaconfig
38415            ! U/modified/Cppsym.U U/threads/archname.U
38416 ____________________________________________________________________________
38417 [  8890] By: jhi                                   on 2001/02/22  13:22:12
38418         Log: Add -stdio to the archname if no perlio selected,
38419              no -perlio added since that is now the default.
38420              
38421              Add few CPUs/architectures to the Cppsym scan.
38422      Branch: perl
38423            ! Configure config_h.SH
38424 ____________________________________________________________________________
38425 [  8889] By: jhi                                   on 2001/02/22  13:05:59
38426         Log: Metaconfig unit change for #8888.
38427      Branch: metaconfig/U/perl
38428            ! useperlio.U
38429 ____________________________________________________________________________
38430 [  8888] By: jhi                                   on 2001/02/22  13:05:28
38431         Log: *drum roll*  Make perlio the default.
38432      Branch: perl
38433            ! Configure config_h.SH
38434 ____________________________________________________________________________
38435 [  8887] By: jhi                                   on 2001/02/22  12:50:52
38436         Log: Integrate change #8665 from maintperl to mainline,
38437              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
38438      Branch: perl
38439           !> ext/POSIX/POSIX.xs
38440 ____________________________________________________________________________
38441 [  8886] By: jhi                                   on 2001/02/22  12:49:24
38442         Log: Integrate changes #8883,8884 from mainline to maintperl.
38443              
38444              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38445              Subject: Re: File::Temp::_gettemp warning
38446      Branch: maint-5.6/perl
38447           !> embed.h embed.pl lib/File/Temp.pm
38448 ____________________________________________________________________________
38449 [  8885] By: jhi                                   on 2001/02/22  12:43:59
38450         Log: Based on
38451              
38452              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
38453              From: schwab@suse.de
38454              Date: Thu, 22 Feb 2001 13:08:09 +0100
38455              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
38456              
38457              but the fix done slightly differently because the other
38458              half was already done in #8664.
38459      Branch: maint-5.6/perl
38460            ! ext/POSIX/POSIX.xs
38461 ____________________________________________________________________________
38462 [  8884] By: jhi                                   on 2001/02/22  12:37:15
38463         Log: Subject: Re: File::Temp::_gettemp warning
38464              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38465              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
38466              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
38467              
38468              This patch to File::Temp does two things:
38469              
38470              1. Fixes the problem with CGI::Carp when determining
38471              the Fcntl constants
38472              
38473              2. Removes most of the carps and consolidates them so that all the
38474              reasons are included in a single die that is caught by the test. This
38475              means that the correct skipping behaviour is displayed by the test.
38476      Branch: perl
38477            ! lib/File/Temp.pm
38478 ____________________________________________________________________________
38479 [  8883] By: jhi                                   on 2001/02/22  12:29:19
38480         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38481              From: Peter Prymmer <pvhp@forte.com>
38482              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
38483              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
38484      Branch: perl
38485            ! embed.h embed.pl
38486 ____________________________________________________________________________
38487 [  8882] By: jhi                                   on 2001/02/21  19:41:33
38488         Log: Integrate change #8881 from mainlin to maintperl.
38489              
38490              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38491      Branch: maint-5.6/perl
38492           !> op.c
38493 ____________________________________________________________________________
38494 [  8881] By: jhi                                   on 2001/02/21  19:38:57
38495         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38496              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38497              Date:     Wed, 21 Feb 2001 13:08:03 EST
38498              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
38499      Branch: perl
38500            ! op.c
38501 ____________________________________________________________________________
38502 [  8880] By: jhi                                   on 2001/02/21  19:34:34
38503         Log: Retract #8875, cannot let go of the old semantics of unpack U
38504              without rethinking utf8decode.t.
38505      Branch: perl
38506            ! pp.c t/op/pack.t
38507 ____________________________________________________________________________
38508 [  8879] By: jhi                                   on 2001/02/21  19:08:02
38509         Log: Run run/*.t also in minitest.
38510      Branch: perl
38511            ! Makefile.SH
38512 ____________________________________________________________________________
38513 [  8878] By: nick                                  on 2001/02/21  18:55:37
38514         Log: Integrate mainline
38515      Branch: perlio
38516           !> (integrate 76 files)
38517 ____________________________________________________________________________
38518 [  8877] By: jhi                                   on 2001/02/21  15:09:33
38519         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
38520      Branch: metaconfig
38521            ! U/compline/nblock_io.U
38522      Branch: perl
38523            ! Configure config_h.SH
38524 ____________________________________________________________________________
38525 [  8876] By: jhi                                   on 2001/02/21  14:54:45
38526         Log: If no sfio, no -lsfio.
38527      Branch: metaconfig/U/perl
38528            ! d_sfio.U
38529      Branch: perl
38530            ! Configure config_h.SH
38531 ____________________________________________________________________________
38532 [  8875] By: jhi                                   on 2001/02/21  14:54:00
38533         Log: Make unpack C and unpack U truly equivalent.
38534      Branch: perl
38535            ! pp.c t/op/pack.t
38536 ____________________________________________________________________________
38537 [  8874] By: jhi                                   on 2001/02/21  14:26:02
38538         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38539              From: Peter Prymmer <pvhp@forte.com>
38540              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
38541              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
38542      Branch: perl
38543            ! pod/perlport.pod
38544 ____________________________________________________________________________
38545 [  8873] By: jhi                                   on 2001/02/21  14:24:31
38546         Log: Subject: [PATCH] fix for charnames above FFFF
38547              From: andreas.koenig@anima.de (Andreas J. Koenig)
38548              Date: 21 Feb 2001 07:05:45 +0100
38549              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
38550      Branch: perl
38551            ! lib/charnames.pm t/lib/charnames.t
38552 ____________________________________________________________________________
38553 [  8872] By: jhi                                   on 2001/02/21  14:15:25
38554         Log: Integrate change #8868 from pureperl to mainline.
38555              
38556              Fixed reference count loop caused by sv_magic.
38557      Branch: perl
38558           !> sv.c
38559 ____________________________________________________________________________
38560 [  8871] By: jhi                                   on 2001/02/21  14:07:29
38561         Log: Integrate change #8868 from pureperl to maintperl.
38562              
38563              Fixed reference count loop caused by sv_magic.
38564      Branch: maint-5.6/perl
38565           !> sv.c
38566 ____________________________________________________________________________
38567 [  8870] By: jhi                                   on 2001/02/21  14:04:41
38568         Log: Put back the #8840, it was innocent.
38569      Branch: perl
38570            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38571            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38572 ____________________________________________________________________________
38573 [  8869] By: jhi                                   on 2001/02/21  14:00:03
38574         Log: unpack("C", ...) was left slightly unfinished by #8865.
38575      Branch: perl
38576            ! pp.c t/op/pack.t
38577 ____________________________________________________________________________
38578 [  8868] By: alanbur                               on 2001/02/21  01:33:45
38579         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
38580              from gv_fetchpv to create single-character magic variables (e.g. $!),
38581              and it is passed a sv and the gv that contains the sv as the mg_obj
38582              value.  When sv_magic stores the mg_obj pointer it increments the gv
38583              refcount, thus causing a sv-gv pair that can't be freed.  There is
38584              already a check for sv == obj which is used to prevent such reference
38585              loops.  This change extends the check to cover the case described above.
38586      Branch: maint-5.6/pureperl
38587            ! sv.c
38588 ____________________________________________________________________________
38589 [  8867] By: jhi                                   on 2001/02/21  00:52:39
38590         Log: Update Changes.
38591      Branch: perl
38592            ! Changes patchlevel.h
38593 ____________________________________________________________________________
38594 [  8866] By: jhi                                   on 2001/02/21  00:34:20
38595         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
38596              (Note: there were some conflicts due to EBCDIC and EPOC
38597              patches, in general I preferred the repository code.)
38598              (When 2.753 comes out, we need to synchronize.)
38599      Branch: perl
38600            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
38601            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
38602            ! t/lib/cgi-html.t
38603 ____________________________________________________________________________
38604 [  8865] By: jhi                                   on 2001/02/21  00:24:22
38605         Log: Make pack("C", 0x100) to create Unicode, unless under the
38606              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
38607              will understand Unicode, unless you under know what.
38608      Branch: perl
38609            ! pp.c t/op/pack.t t/op/qu.t
38610 ____________________________________________________________________________
38611 [  8864] By: alanbur                               on 2001/02/20  22:35:34
38612         Log: Resynchronised with parent
38613      Branch: maint-5.6/pureperl
38614           !> README.win32 ext/GDBM_File/GDBM_File.pm
38615           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
38616           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
38617           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38618           !> t/lib/sdbm.t util.c
38619 ____________________________________________________________________________
38620 [  8863] By: jhi                                   on 2001/02/20  20:55:11
38621         Log: Integrate change #8860,8861 from mainline into maintperl.
38622              
38623              "pseudo-literal j"
38624              
38625              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38626      Branch: maint-5.6/perl
38627           !> lib/Test.pm pod/perlop.pod
38628 ____________________________________________________________________________
38629 [  8862] By: jhi                                   on 2001/02/20  20:30:07
38630         Log: Don't do casting between pointers pointing to differently sized
38631              integers.
38632      Branch: perl
38633            ! hv.c sv.c
38634 ____________________________________________________________________________
38635 [  8861] By: jhi                                   on 2001/02/20  19:53:44
38636         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38637              From: Peter Prymmer <pvhp@forte.com>
38638              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
38639              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
38640      Branch: perl
38641            ! lib/Test.pm
38642 ____________________________________________________________________________
38643 [  8860] By: jhi                                   on 2001/02/20  19:48:02
38644         Log: "pseudo-literal j", a documentation glitch reported to Debian.
38645              The text recovered from Perl 5.005_03, and pseudo-literal replaced
38646              by "backtick string".
38647      Branch: perl
38648            ! pod/perlop.pod
38649 ____________________________________________________________________________
38650 [  8859] By: jhi                                   on 2001/02/20  19:15:46
38651         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
38652              from Chris Nandor.
38653      Branch: perl
38654            ! makedef.pl
38655 ____________________________________________________________________________
38656 [  8858] By: jhi                                   on 2001/02/20  17:36:53
38657         Log: Integrate pureperl changes #8844,8845,8850 to mainline
38658              (via maintperl #8855).
38659              
38660              Fixed %^H scoping bug
38661              
38662              Removed GV <-> CV refcount loop
38663              
38664              Removed %ENV refcount loop
38665      Branch: perl
38666           !> gv.c op.c perl.c pp.c scope.c
38667 ____________________________________________________________________________
38668 [  8857] By: jhi                                   on 2001/02/20  17:34:32
38669         Log: Integrate changes #8853,8854 from maintperl to mainline.
38670              
38671              EBDIC fixes, README.win32 Borland update.
38672      Branch: perl
38673           !> README.win32 handy.h util.c
38674 ____________________________________________________________________________
38675 [  8856] By: jhi                                   on 2001/02/20  17:33:16
38676         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
38677      Branch: maint-5.6/perl
38678           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38679           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38680           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38681 ____________________________________________________________________________
38682 [  8855] By: jhi                                   on 2001/02/20  17:32:13
38683         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
38684              
38685              Fixed %^H scoping bug
38686              
38687              Removed GV <-> CV refcount loop
38688              
38689              Removed %ENV refcount loop
38690      Branch: maint-5.6/perl
38691           !> gv.c op.c perl.c pp.c scope.c
38692 ____________________________________________________________________________
38693 [  8854] By: jhi                                   on 2001/02/20  17:25:06
38694         Log: Subject: Addition to readme.win32 for Borland C++ compilers
38695              Date: Tue, 20 Feb 2001 02:15:25 +0300
38696              From: "Vadim Konovalov" <watman@inbox.ru>
38697              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
38698              
38699              Document Borland compiler misbehaviour.
38700      Branch: maint-5.6/perl
38701            ! README.win32
38702 ____________________________________________________________________________
38703 [  8853] By: jhi                                   on 2001/02/20  17:22:25
38704         Log: The assimilation of ebcdic.c didn't quite work at the first try,
38705              patches from Thomas Dorner.
38706      Branch: maint-5.6/perl
38707            ! handy.h util.c
38708 ____________________________________________________________________________
38709 [  8852] By: jhi                                   on 2001/02/20  17:20:15
38710         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
38711              From: Chris Nandor <pudge@pobox.com>
38712              Date: Tue, 20 Feb 2001 08:32:45 -0500
38713              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
38714      Branch: maint-5.6/perl
38715            ! makedef.pl mg.c
38716 ____________________________________________________________________________
38717 [  8851] By: jhi                                   on 2001/02/20  17:15:52
38718         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
38719      Branch: perl
38720            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
38721            ! t/lib/filter-util.t
38722 ____________________________________________________________________________
38723 [  8850] By: alanbur                               on 2001/02/20  17:12:40
38724         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
38725              and the magic pointer points back to the GV that contains the
38726              %ENV hash.  This creates a refcount loop that prevents members
38727              of %ENV from being freed correctly.  This change removes the
38728              refcount loop - the magic pointer was never used anyway, the
38729              only use of the magic was to check the type ('E') so that the
38730              appropriate environment manipulation code is called when %ENV
38731              is modified.
38732      Branch: maint-5.6/pureperl
38733            ! perl.c
38734 ____________________________________________________________________________
38735 [  8849] By: jhi                                   on 2001/02/20  17:12:20
38736         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38737              From: "Craig A. Berry" <craigberry@mac.com>
38738              Date: Mon, 19 Feb 2001 23:36:12 -0600
38739              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
38740              
38741              Case-forgiving systems match TestInit.pm with TES*.
38742      Branch: perl
38743            ! t/lib/glob-basic.t
38744 ____________________________________________________________________________
38745 [  8848] By: jhi                                   on 2001/02/20  17:10:02
38746         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
38747      Branch: perl
38748            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38749            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38750            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38751 ____________________________________________________________________________
38752 [  8847] By: jhi                                   on 2001/02/20  15:34:41
38753         Log: The #8843 wasn't quite right: %Config needs to imported.
38754      Branch: perl
38755            ! t/run/runenv.t
38756 ____________________________________________________________________________
38757 [  8846] By: jhi                                   on 2001/02/20  15:31:50
38758         Log: Retract the #8838 and #8840 for now because of
38759              the DB_File tie problem.
38760      Branch: perl
38761            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
38762            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
38763            ! proto.h sv.c
38764 ____________________________________________________________________________
38765 [  8845] By: alanbur                               on 2001/02/20  14:25:41
38766         Log: Removed GV <-> CV refcount loop
38767              CvGV(mycv) points to the parent GV of the CV, and was previously
38768              refcounted.  The pointer remains, but the refcounting has been removed
38769              as it causes a refcount loop between the CV and GV that means the CV
38770              can't ever be deleted.
38771      Branch: maint-5.6/pureperl
38772            ! gv.c op.c pp.c
38773 ____________________________________________________________________________
38774 [  8844] By: alanbur                               on 2001/02/20  14:23:13
38775         Log: Fixed %^H scoping bug
38776      Branch: maint-5.6/pureperl
38777            ! scope.c
38778 ____________________________________________________________________________
38779 [  8843] By: jhi                                   on 2001/02/19  13:38:08
38780         Log: fork() not everywhere, cleanup temp files.
38781      Branch: perl
38782            ! t/run/runenv.t
38783 ____________________________________________________________________________
38784 [  8842] By: alanbur                               on 2001/02/19  12:42:07
38785         Log: Resynchronised with parent
38786      Branch: maint-5.6/pureperl
38787           !> pod/perlfaq4.pod sv.c utf8.c
38788 ____________________________________________________________________________
38789 [  8841] By: jhi                                   on 2001/02/19  03:35:51
38790         Log: Update Changes.
38791      Branch: perl
38792            ! Changes patchlevel.h
38793 ____________________________________________________________________________
38794 [  8840] By: jhi                                   on 2001/02/19  00:23:41
38795         Log: Subject: [patch] add sv_setref_uv
38796              From: Doug MacEachern <dougm@covalent.net>
38797              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
38798              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
38799      Branch: perl
38800            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38801            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38802 ____________________________________________________________________________
38803 [  8839] By: jhi                                   on 2001/02/19  00:01:38
38804         Log: Put to rest the 20010205.001, the email address checking (not) regex.
38805      Branch: perl
38806            ! pod/perlfaq9.pod
38807 ____________________________________________________________________________
38808 [  8838] By: jhi                                   on 2001/02/18  22:17:54
38809         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
38810              From: Doug MacEachern <dougm@covalent.net>
38811              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
38812              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
38813      Branch: perl
38814            ! lib/ExtUtils/xsubpp
38815 ____________________________________________________________________________
38816 [  8837] By: jhi                                   on 2001/02/18  22:16:50
38817         Log: Subject: [patch] -Wall cleanup round 2
38818              From: Doug MacEachern <dougm@covalent.net>
38819              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
38820              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
38821      Branch: perl
38822            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38823            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38824            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
38825            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
38826            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38827            ! ext/SDBM_File/SDBM_File.xs
38828 ____________________________________________________________________________
38829 [  8836] By: jhi                                   on 2001/02/18  22:11:20
38830         Log: Misapplied regex optimizations when \C is present.
38831              Fixes 20001230.002.
38832              
38833              What still remains broken is that the submatches that
38834              have \C in them get their UTF8 flag on because their
38835              parent SV has it on.  This will result in malformed
38836              UTF8 if a \C happened to match a non-ASCII byte.
38837      Branch: perl
38838            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38839            ! t/pragma/utf8.t
38840 ____________________________________________________________________________
38841 [  8835] By: jhi                                   on 2001/02/18  20:12:02
38842         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
38843              
38844              The hash key got wrongly UTF8fied.
38845      Branch: perl
38846            ! pod/perlapi.pod toke.c utf8.c
38847 ____________________________________________________________________________
38848 [  8834] By: jhi                                   on 2001/02/18  19:44:25
38849         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
38850              don't warn on magical or overloaded things.
38851      Branch: perl
38852            ! pp_hot.c
38853 ____________________________________________________________________________
38854 [  8833] By: nick                                  on 2001/02/18  19:31:22
38855         Log: Integrate mainline
38856      Branch: perlio
38857           +> t/TestInit.pm t/run/runenv.t
38858            - t/UTEST
38859           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
38860           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
38861           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
38862           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
38863           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38864           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
38865           !> utf8.c
38866 ____________________________________________________________________________
38867 [  8832] By: jhi                                   on 2001/02/18  19:21:18
38868         Log: Integrate perlio.
38869      Branch: perl
38870           !> perlio.c pod/perldiag.pod
38871 ____________________________________________________________________________
38872 [  8831] By: jhi                                   on 2001/02/18  19:14:20
38873         Log: Integrate change #8827 from mainline.
38874              
38875              UTF8 tweaks.
38876      Branch: maint-5.6/perl
38877           !> sv.c utf8.c
38878 ____________________________________________________________________________
38879 [  8830] By: nick                                  on 2001/02/18  19:10:34
38880         Log: Apply the spirit of patch from Nick Clark:
38881              Subject: [PATCH] Re: extensions that provide layers
38882              From: Nicholas Clark <nick@ccl4.org>
38883              Date: Mon, 12 Feb 2001 16:43:51 +0000
38884              Message-Id: <20010212164350.Q3652@plum.flirble.org>
38885      Branch: perlio
38886            ! perlio.c pod/perldiag.pod
38887 ____________________________________________________________________________
38888 [  8829] By: jhi                                   on 2001/02/18  19:03:25
38889         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
38890              From: schwern@pobox.com 
38891              Date: Sun, 18 Feb 2001 13:44:35 -0500
38892              Message-ID: <20010218134435.A17544@magnonel.guild.net>
38893              
38894              Applied, but as t/TestInit.pm.
38895      Branch: perl
38896            + t/TestInit.pm
38897            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
38898            ! t/op/subst_wamp.t
38899 ____________________________________________________________________________
38900 [  8828] By: jhi                                   on 2001/02/18  18:43:52
38901         Log: Integrate perlio.
38902      Branch: perl
38903           !> perlio.c
38904 ____________________________________________________________________________
38905 [  8827] By: jhi                                   on 2001/02/18  18:41:33
38906         Log: UTF-8 tweaks.
38907      Branch: perl
38908            ! sv.c utf8.c
38909 ____________________________________________________________________________
38910 [  8826] By: nick                                  on 2001/02/18  17:40:59
38911         Log: Fix [ID 20010217.002]
38912              open FOO, "<:raw:perlio", ...
38913              :raw now inserts default base layer below itself.
38914              Also
38915              open FOO, "<:unix", ...
38916              works as well - but leaves buffer layer on stack under the unix layer.
38917      Branch: perlio
38918            ! perlio.c
38919 ____________________________________________________________________________
38920 [  8825] By: jhi                                   on 2001/02/18  17:15:39
38921         Log: Integrate perlio.
38922      Branch: perl
38923           !> perlio.c perliol.h
38924 ____________________________________________________________________________
38925 [  8824] By: jhi                                   on 2001/02/18  17:10:53
38926         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
38927              From: schwern@pobox.com
38928              Date: Sun, 18 Feb 2001 01:48:50 -0500
38929              Message-ID: <20010218014850.C19957@magnonel.guild.net>
38930      Branch: perl
38931            ! lib/Test/Harness.pm t/TEST t/op/chop.t
38932 ____________________________________________________________________________
38933 [  8823] By: jhi                                   on 2001/02/18  17:01:06
38934         Log: Add run/*.t to testables.
38935      Branch: perl
38936            ! t/TEST
38937 ____________________________________________________________________________
38938 [  8822] By: jhi                                   on 2001/02/18  16:58:58
38939         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38940              From: schwern@pobox.com
38941              Date: Sun, 18 Feb 2001 01:11:35 -0500
38942              Message-ID: <20010218011135.A19957@magnonel.guild.net>
38943              
38944              Revive mjd's and Simon's PERL5OPT fix.
38945      Branch: perl
38946            + t/run/runenv.t
38947            ! MANIFEST perl.c
38948 ____________________________________________________________________________
38949 [  8821] By: jhi                                   on 2001/02/18  16:53:46
38950         Log: Subject: Re: Why t/TEST and not Test::Harness?
38951              From: schwern@pobox.com
38952              Date: Sat, 17 Feb 2001 22:44:44 -0500
38953              Message-ID: <20010217224444.A6679@magnonel.guild.net>
38954              
38955              Replace UTEST with TEST -utf8.
38956      Branch: perl
38957            - t/UTEST
38958            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
38959            ! t/lib/glob-basic.t
38960 ____________________________________________________________________________
38961 [  8820] By: nick                                  on 2001/02/18  13:06:16
38962         Log: Clean up a few core dumps when layers are used in unexpected ways.
38963              (Still not "right"...)
38964      Branch: perlio
38965            ! perlio.c perliol.h
38966 ____________________________________________________________________________
38967 [  8819] By: jhi                                   on 2001/02/18  02:25:55
38968         Log: Integrate change #8818 from maintperl, a FAQ nit.
38969      Branch: perl
38970           !> pod/perlfaq4.pod
38971 ____________________________________________________________________________
38972 [  8818] By: jhi                                   on 2001/02/18  02:24:50
38973         Log: FAQ nit from Chris Fedde.
38974      Branch: maint-5.6/perl
38975            ! pod/perlfaq4.pod
38976 ____________________________________________________________________________
38977 [  8817] By: nick                                  on 2001/02/17  18:20:14
38978         Log: Integrate mainline
38979      Branch: perlio
38980           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38981           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38982           +> pod/perlclib.pod
38983            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38984            - lib/unicode/Unicode.301
38985           !> (integrate 324 files)
38986 ____________________________________________________________________________
38987 [  8816] By: jhi                                   on 2001/02/17  16:56:58
38988         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
38989      Branch: perl
38990            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38991            ! ext/Storable/Storable.xs t/lib/st-06compat.t
38992            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38993 ____________________________________________________________________________
38994 [  8815] By: jhi                                   on 2001/02/17  16:40:07
38995         Log: Subject: [patch] -Wall
38996              From: Doug MacEachern <dougm@covalent.net>
38997              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
38998              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
38999      Branch: perl
39000            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
39001            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
39002 ____________________________________________________________________________
39003 [  8814] By: jhi                                   on 2001/02/16  19:27:18
39004         Log: Document qu better.
39005      Branch: perl
39006            ! pod/perlop.pod
39007 ____________________________________________________________________________
39008 [  8813] By: jhi                                   on 2001/02/15  13:54:37
39009         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
39010              From: Hugo <hv@crypt.compulink.co.uk>
39011              Date: Thu, 15 Feb 2001 13:39:49 +0000
39012              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
39013      Branch: perl
39014            ! toke.c
39015 ____________________________________________________________________________
39016 [  8812] By: alanbur                               on 2001/02/15  13:52:16
39017         Log: Resynchronised with parent
39018      Branch: maint-5.6/pureperl
39019            - ebcdic.c
39020           !> (integrate 36 files)
39021 ____________________________________________________________________________
39022 [  8811] By: jhi                                   on 2001/02/15  13:51:16
39023         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
39024              
39025              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39026              From: Jan Dubois <JanD@ActiveState.com>
39027              Date: Wed, 31 Jan 2001 21:17:03 -0800
39028              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39029              
39030              tweak change#8659 to keep it simple
39031              
39032              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
39033              From: Russ Allbery <rra@stanford.edu>
39034              Date: 14 Feb 2001 10:15:41 -0800
39035              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
39036              
39037              (8809 empty)
39038              
39039              Upgrade to podlators 1.08, from Russ Allbery.
39040      Branch: perl
39041           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
39042           !> utils/perldoc.PL
39043 ____________________________________________________________________________
39044 [  8810] By: jhi                                   on 2001/02/15  13:35:08
39045         Log: Upgrade to podlators 1.08, from Russ Allbery.
39046      Branch: maint-5.6/perl
39047            ! lib/Pod/Man.pm lib/Pod/Text.pm
39048 ____________________________________________________________________________
39049 [  8809] By: jhi                                   on 2001/02/15  13:26:38
39050         Log: (accidentally empty check-in)
39051      Branch: maint-5.6/perl
39052            ! lib/Test/Harness.pm
39053 ____________________________________________________________________________
39054 [  8808] By: jhi                                   on 2001/02/15  13:23:47
39055         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
39056              From: Russ Allbery <rra@stanford.edu>
39057              Date: 14 Feb 2001 10:15:41 -0800
39058              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
39059              
39060              perldoc was hardcoding $Config{installscript}, which breaks
39061              when install* isn't where Perl ends up (such as with AFS).
39062              
39063              Use $Config{scriptdir} instead.
39064      Branch: maint-5.6/perl
39065            ! utils/perldoc.PL
39066 ____________________________________________________________________________
39067 [  8807] By: jhi                                   on 2001/02/14  14:37:27
39068         Log: Update Changes.
39069      Branch: perl
39070            ! Changes patchlevel.h
39071 ____________________________________________________________________________
39072 [  8806] By: jhi                                   on 2001/02/14  14:25:31
39073         Log: Integrate changes #8803,8804,8805 from mainline.
39074              
39075              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
39076              
39077              Don't skip too much of the locale error message if no environ array,
39078              from Chris Nandor.
39079              
39080              More MacOS Classic fixes from Chris Nandor.
39081      Branch: maint-5.6/perl
39082           !> doop.c lib/Cwd.pm perl.c perl.h util.c
39083 ____________________________________________________________________________
39084 [  8805] By: jhi                                   on 2001/02/14  03:29:01
39085         Log: More MacOS Classic fixes from Chris Nandor.
39086      Branch: perl
39087            ! doop.c lib/Cwd.pm
39088 ____________________________________________________________________________
39089 [  8804] By: jhi                                   on 2001/02/14  03:18:35
39090         Log: Don't skip too much of the locale error message if no environ array,
39091              from Chris Nandor.
39092      Branch: perl
39093            ! util.c
39094 ____________________________________________________________________________
39095 [  8803] By: jhi                                   on 2001/02/14  03:14:14
39096         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
39097      Branch: perl
39098            ! perl.c perl.h
39099 ____________________________________________________________________________
39100 [  8802] By: jhi                                   on 2001/02/13  18:31:33
39101         Log: AUTHORS update.
39102      Branch: perl
39103            ! AUTHORS
39104 ____________________________________________________________________________
39105 [  8801] By: jhi                                   on 2001/02/13  17:55:19
39106         Log: Integrate change #8792 from mainline.
39107              
39108              Subject: buncha MacPerl patches for bleadperl
39109              From: Chris Nandor <pudge@pobox.com>
39110              Date: Tue, 13 Feb 2001 00:02:43 -0500
39111              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
39112      Branch: maint-5.6/perl
39113           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39114           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
39115           !> t/lib/basename.t toke.c util.h
39116 ____________________________________________________________________________
39117 [  8800] By: jhi                                   on 2001/02/13  17:46:43
39118         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
39119              to be forced to Off_t.
39120              
39121              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
39122              From: nick@ccl4.org
39123              Date: Thu, 1 Feb 2001 12:01:04 +0000
39124              Message-Id: <20010201120103.E11401@plum.flirble.org>
39125      Branch: maint-5.6/perl
39126            ! iperlsys.h perlio.c
39127 ____________________________________________________________________________
39128 [  8799] By: jhi                                   on 2001/02/13  16:52:51
39129         Log: Duplex duplex hunk hunk.
39130      Branch: maint-5.6/perl
39131            ! Makefile.SH
39132 ____________________________________________________________________________
39133 [  8797] By: jhi                                   on 2001/02/13  14:52:04
39134         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
39135              From: "Craig A. Berry" <craigberry@mac.com>
39136              Date: Mon, 12 Feb 2001 11:05:25 -0600
39137              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
39138      Branch: perl
39139            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
39140 ____________________________________________________________________________
39141 [  8796] By: jhi                                   on 2001/02/13  14:36:47
39142         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
39143              From: simon.cozens@pembroke.oxford.ac.uk 
39144              Date: Sat, 10 Feb 2001 17:57:02 +0000
39145              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
39146              
39147              Now it does include.
39148      Branch: perl
39149            ! pod/perldiag.pod
39150 ____________________________________________________________________________
39151 [  8795] By: jhi                                   on 2001/02/13  14:30:11
39152         Log: Sort the MANIFEST.
39153      Branch: perl
39154            ! MANIFEST
39155 ____________________________________________________________________________
39156 [  8794] By: jhi                                   on 2001/02/13  14:26:51
39157         Log: Integrate change #8793 from mainline, FAQ updates.
39158      Branch: maint-5.6/perl
39159           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
39160 ____________________________________________________________________________
39161 [  8793] By: jhi                                   on 2001/02/13  14:25:13
39162         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
39163      Branch: perl
39164            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
39165 ____________________________________________________________________________
39166 [  8792] By: jhi                                   on 2001/02/13  14:22:50
39167         Log: Subject: buncha MacPerl patches for bleadperl
39168              From: Chris Nandor <pudge@pobox.com>
39169              Date: Tue, 13 Feb 2001 00:02:43 -0500
39170              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
39171      Branch: perl
39172            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39173            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
39174            ! t/lib/basename.t toke.c util.h
39175 ____________________________________________________________________________
39176 [  8791] By: jhi                                   on 2001/02/13  14:10:39
39177         Log: Integrate change #8790 from mainline.
39178              
39179              environ array wrongly assumed in Perl_init_i18nl10n(),
39180      Branch: maint-5.6/perl
39181           !> util.c
39182 ____________________________________________________________________________
39183 [  8790] By: jhi                                   on 2001/02/13  14:06:15
39184         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
39185              noticed by Chris Nandor in MacOS Classic.
39186      Branch: perl
39187            ! util.c
39188 ____________________________________________________________________________
39189 [  8789] By: jhi                                   on 2001/02/13  13:58:07
39190         Log: Integrate changes #8373,8487,8544,8783 from mainline.
39191              
39192              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
39193              hints files, the dynaloading, assimilate ebcdic into util.c.
39194      Branch: maint-5.6/perl
39195            - ebcdic.c
39196            ! MANIFEST hints/posix-bc.sh
39197           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
39198           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
39199           !> perlapi.c proto.h util.c
39200 ____________________________________________________________________________
39201 [  8788] By: alanbur                               on 2001/02/13  10:33:13
39202         Log: Integrated changes from maint-5.6
39203      Branch: maint-5.6/pureperl
39204           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
39205           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
39206           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39207           !> vos/config.ga.h vos/configure_perl.cm
39208 ____________________________________________________________________________
39209 [  8787] By: jhi                                   on 2001/02/13  05:56:36
39210         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
39211      Branch: perl
39212           !> Makefile.SH
39213 ____________________________________________________________________________
39214 [  8786] By: jhi                                   on 2001/02/13  05:54:34
39215         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
39216              From: Dorner Thomas <Thomas.Dorner@start.de>
39217              Date: Mon, 12 Feb 2001 15:06:26 +0100
39218              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
39219      Branch: maint-5.6/perl
39220            ! Makefile.SH
39221 ____________________________________________________________________________
39222 [  8785] By: jhi                                   on 2001/02/13  05:29:04
39223         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
39224      Branch: perl
39225           !> hints/openbsd.sh
39226 ____________________________________________________________________________
39227 [  8784] By: jhi                                   on 2001/02/13  02:25:24
39228         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39229              From: Peter Prymmer <pvhp@forte.com>
39230              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
39231              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
39232      Branch: perl
39233            ! pod/perlclib.pod
39234 ____________________________________________________________________________
39235 [  8783] By: jhi                                   on 2001/02/13  02:22:36
39236         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
39237      Branch: perl
39238            - ebcdic.c
39239            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
39240            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
39241            ! util.c
39242 ____________________________________________________________________________
39243 [  8782] By: jhi                                   on 2001/02/13  02:00:07
39244         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
39245      Branch: maint-5.6/perl
39246            ! pod/perlport.pod
39247 ____________________________________________________________________________
39248 [  8781] By: jhi                                   on 2001/02/13  01:58:44
39249         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
39250      Branch: maint-5.6/perl
39251            ! hints/openbsd.sh
39252 ____________________________________________________________________________
39253 [  8780] By: jhi                                   on 2001/02/13  01:57:33
39254         Log: Synchronize the regexp tests between maintperl and mainline.
39255      Branch: maint-5.6/perl
39256           !> t/op/re_tests
39257 ____________________________________________________________________________
39258 [  8779] By: jhi                                   on 2001/02/13  01:49:35
39259         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39260              From: Hugo <hv@crypt.compulink.co.uk>
39261              Date: Tue, 13 Feb 2001 00:11:11 +0000
39262              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39263      Branch: perl
39264            ! regcomp.c t/op/re_tests
39265 ____________________________________________________________________________
39266 [  8778] By: jhi                                   on 2001/02/13  00:23:10
39267         Log: Comments do not nest.
39268      Branch: perl
39269            ! perl.h
39270 ____________________________________________________________________________
39271 [  8777] By: jhi                                   on 2001/02/13  00:17:54
39272         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39273              From: Hugo <hv@crypt.compulink.co.uk>
39274              Date: Tue, 13 Feb 2001 00:11:11 +0000
39275              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39276      Branch: maint-5.6/perl
39277            ! regcomp.c t/op/re_tests
39278 ____________________________________________________________________________
39279 [  8776] By: jhi                                   on 2001/02/12  23:25:52
39280         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
39281      Branch: maint-5.6/perl
39282            ! pod/perlport.pod
39283 ____________________________________________________________________________
39284 [  8775] By: jhi                                   on 2001/02/12  23:04:28
39285         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
39286      Branch: maint-5.6/perl
39287            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
39288            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39289            ! vos/configure_perl.cm
39290 ____________________________________________________________________________
39291 [  8774] By: jhi                                   on 2001/02/12  22:59:11
39292         Log: Subject: Re: [patch] context for 'U' magic functions
39293              From: Doug MacEachern <dougm@covalent.net>
39294              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
39295              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
39296              
39297              plus the suggestion by Nick Ing-Simmons to name the macro
39298              as PERL_MG_UFUNC to avoid namespace pollution, plus add
39299              the advice by Doug for XS writers to perl.h
39300      Branch: perl
39301            ! mg.c perl.h
39302 ____________________________________________________________________________
39303 [  8773] By: jhi                                   on 2001/02/11  20:14:12
39304         Log: Update Changes.
39305      Branch: perl
39306            ! Changes patchlevel.h
39307 ____________________________________________________________________________
39308 [  8772] By: jhi                                   on 2001/02/11  18:47:52
39309         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39310              From: Simon Cozens <simon@cozens.net>
39311              Date: Wed, 31 Jan 2001 16:31:43 +0000
39312              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
39313      Branch: perl
39314            + pod/perlclib.pod
39315            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
39316            ! pod/perltoc.pod
39317 ____________________________________________________________________________
39318 [  8771] By: jhi                                   on 2001/02/11  18:36:48
39319         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
39320              
39321              Blocks-4d3.beta.txt
39322              CaseFolding-3d4.beta.txt
39323              CompositionExclusions-3d6.beta.txt
39324              EastAsianWidth-4d4.beta.txt
39325              LineBreak-6d3.beta.txt
39326              NamesList-3.1.0d1.beta.txt
39327              PropList-3.1.0d4.beta.txt
39328              SpecialCasing-4d1.beta.txt
39329              UnicodeData-3.1.0d6.beta.txt
39330      Branch: perl
39331            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
39332           +> lib/unicode/UCD.html lib/unicode/Unicode.html
39333            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39334            - lib/unicode/Unicode.301
39335            ! (edit 257 files)
39336 ____________________________________________________________________________
39337 [  8770] By: jhi                                   on 2001/02/11  17:26:22
39338         Log: UTF-8 documentation.
39339      Branch: perl
39340            ! utf8.h
39341 ____________________________________________________________________________
39342 [  8769] By: jhi                                   on 2001/02/11  17:12:49
39343         Log: Retract #8762.
39344      Branch: perl
39345            ! regexec.c
39346 ____________________________________________________________________________
39347 [  8768] By: jhi                                   on 2001/02/11  16:54:45
39348         Log: Subject: [PATCH] Test::Harness
39349              From: andreas.koenig@anima.de (Andreas J. Koenig)
39350              Date: 11 Feb 2001 14:37:00 +0100
39351              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
39352      Branch: perl
39353            ! lib/Test/Harness.pm
39354 ____________________________________________________________________________
39355 [  8767] By: jhi                                   on 2001/02/11  16:53:52
39356         Log: Subject: [PATCH] Document makepatch in Porting/patching
39357              From: andreas.koenig@anima.de (Andreas J. Koenig)
39358              Date: 11 Feb 2001 16:46:28 +0100
39359              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
39360      Branch: perl
39361            ! Porting/patching.pod
39362 ____________________________________________________________________________
39363 [  8766] By: jhi                                   on 2001/02/11  06:30:23
39364         Log: Subject: Re: [patch] GvSHARED
39365              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
39366              From: Doug MacEachern <dougm@covalent.net>
39367              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
39368              
39369              Subject: Re: [patch] GvSHARED
39370              From: Doug MacEachern <dougm@covalent.net>
39371              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
39372              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
39373              
39374              Subject: [patch] attributes.pm support for `shared'
39375              From: Doug MacEachern <dougm@covalent.net>
39376              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
39377              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
39378              
39379              our() attributes were ignored, our :shared pieces missing,
39380              allow attributes.pm to turn on shared.
39381      Branch: perl
39382            ! op.c t/op/attrs.t toke.c xsutils.c
39383 ____________________________________________________________________________
39384 [  8765] By: alanbur                               on 2001/02/10  23:11:19
39385         Log: Resync with parent (hopefully sucessfully this time)
39386      Branch: maint-5.6/pureperl
39387           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
39388           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39389           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39390           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39391           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39392           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39393           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39394 ____________________________________________________________________________
39395 [  8764] By: jhi                                   on 2001/02/10  22:54:38
39396         Log: Make TEST and UTEST more verbose in case something goes
39397              wrong in running/compiling a script, suggested by Doug
39398              MacEachern.
39399      Branch: perl
39400            ! t/TEST t/UTEST
39401 ____________________________________________________________________________
39402 [  8763] By: jhi                                   on 2001/02/10  22:11:34
39403         Log: Bogus shebang.
39404      Branch: perl
39405            ! t/lib/texttabs.t
39406 ____________________________________________________________________________
39407 [  8762] By: jhi                                   on 2001/02/10  21:56:02
39408         Log: (Retracted by #8769)
39409      Branch: perl
39410            ! regexec.c
39411 ____________________________________________________________________________
39412 [  8761] By: jhi                                   on 2001/02/10  21:26:15
39413         Log: Subject: Re: [patch] GvSHARED 
39414              From: Doug MacEachern <dougm@covalent.net>
39415              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
39416              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
39417              
39418              our @EXPORT : shared = (...);
39419      Branch: perl
39420            ! toke.c
39421 ____________________________________________________________________________
39422 [  8760] By: jhi                                   on 2001/02/10  21:25:07
39423         Log: Subject: [patch] GvSHARED
39424              From: Doug MacEachern <dougm@covalent.net>
39425              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
39426              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
39427      Branch: perl
39428            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
39429 ____________________________________________________________________________
39430 [  8759] By: alanbur                               on 2001/02/10  21:24:27
39431         Log: Backed out mismerge.
39432      Branch: maint-5.6/pureperl
39433            ! MANIFEST README.hpux README.vmesa gv.c installhtml
39434            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
39435            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39436            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39437            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39438            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39439            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
39440 ____________________________________________________________________________
39441 [  8758] By: jhi                                   on 2001/02/10  18:01:17
39442         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
39443              
39444              Fixed UMRs and leak in Perl_pmtrans()
39445              
39446              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39447              associated UTFied tr/// code.  Also fixed scoping leak of
39448              PL_reg_start_tmp.
39449              
39450              newATTRSUB leaks when an attempt to redefine the active sort sub is
39451              made.
39452      Branch: maint-5.6/perl
39453           !> op.c regcomp.c
39454 ____________________________________________________________________________
39455 [  8757] By: alanbur                               on 2001/02/10  17:56:46
39456         Log: Resynchronised with parent
39457      Branch: maint-5.6/pureperl
39458           +> README.bs2000
39459            - README.posix-bc
39460            ! gv.c perl.c sv.c
39461           !> MANIFEST README.hpux README.vmesa installhtml
39462           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39463           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39464           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39465           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39466           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39467           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39468 ____________________________________________________________________________
39469 [  8756] By: alanbur                               on 2001/02/10  17:51:15
39470         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
39471              made.
39472      Branch: maint-5.6/pureperl
39473            ! op.c
39474 ____________________________________________________________________________
39475 [  8755] By: jhi                                   on 2001/02/09  22:41:35
39476         Log: Upgrade to CPAN 1.59_54, from Andreas König.
39477      Branch: perl
39478            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39479 ____________________________________________________________________________
39480 [  8754] By: jhi                                   on 2001/02/09  22:29:20
39481         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39482              
39483              Didn't upgrade the fill.t since it has a dependency to File::Slurp
39484              purely for debugging purposes, the actual test hasn't changed.
39485      Branch: perl
39486            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
39487            ! t/lib/textwrap.t
39488 ____________________________________________________________________________
39489 [  8753] By: jhi                                   on 2001/02/09  20:17:50
39490         Log: Integrate change #8682 from maintperl.
39491              
39492              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39493              to work correctly.
39494      Branch: perl
39495           !> hints/irix_6.sh
39496 ____________________________________________________________________________
39497 [  8752] By: jhi                                   on 2001/02/09  20:00:46
39498         Log: Update Changes.
39499      Branch: perl
39500            ! Changes patchlevel.h
39501 ____________________________________________________________________________
39502 [  8751] By: nick                                  on 2001/02/09  19:48:37
39503         Log: Integrate mainline
39504      Branch: perlio
39505           +> README.bs2000 t/lib/cgi-esc.t
39506            - README.posix-bc
39507           !> (integrate 53 files)
39508 ____________________________________________________________________________
39509 [  8750] By: nick                                  on 2001/02/09  19:25:16
39510         Log: Subject: RE: Biannual Competition to Improve Hashing Function
39511              From: Fisher Mark <fisherm@tce.com>
39512              Date: Thu, 8 Feb 2001 10:44:00 -0500
39513              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
39514              Date: Thu, 8 Feb 2001 15:02:47 -0500
39515              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
39516      Branch: perl
39517            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
39518 ____________________________________________________________________________
39519 [  8749] By: jhi                                   on 2001/02/09  19:02:35
39520         Log: Forgotten fragment.
39521      Branch: perl
39522            ! pod/perlapi.pod
39523 ____________________________________________________________________________
39524 [  8748] By: jhi                                   on 2001/02/09  18:31:34
39525         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
39526              plus manual tweakage.
39527              
39528              Sync the perlfaq2 between mainline and maintperl.
39529      Branch: maint-5.6/perl
39530            ! pod/perlfaq2.pod
39531      Branch: perl
39532           !> pod/perlfaq2.pod
39533 ____________________________________________________________________________
39534 [  8747] By: jhi                                   on 2001/02/09  18:12:04
39535         Log: Subject: versiononly and installperl
39536              From: abigail@foad.org
39537              Date: Wed, 7 Feb 2001 22:43:12 +0100
39538              Message-ID: <20010207214312.7045.qmail@foad.org>    
39539              
39540              Add +v flag to force a normal install of the perl binary
39541              and the utilities.
39542              
39543              Subject: [PATCH] installperl
39544              From: Nicholas Clark <nick@ccl4.org>
39545              Date: Fri, 9 Feb 2001 16:28:57 +0000
39546              Message-ID: <20010209162857.B10931@plum.flirble.org>
39547              
39548              Add -A flag which also hardlinks the binary with
39549              the full architecture name.
39550      Branch: perl
39551            ! installperl
39552 ____________________________________________________________________________
39553 [  8746] By: jhi                                   on 2001/02/09  18:03:43
39554         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
39555              
39556              Subject: perlfaq2, re: perlmongers
39557              
39558              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39559              
39560              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39561              
39562              Subject: [ID 20010205.001] typo in perlfaq9
39563              
39564              Subject: [ID 20010208.002] unordered explanation in perlcall
39565      Branch: maint-5.6/perl
39566           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39567           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
39568           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
39569 ____________________________________________________________________________
39570 [  8745] By: jhi                                   on 2001/02/09  17:59:09
39571         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
39572              From: abela@geneanet.org
39573              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
39574              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
39575      Branch: perl
39576            ! pod/perlcall.pod
39577 ____________________________________________________________________________
39578 [  8744] By: jhi                                   on 2001/02/09  17:48:16
39579         Log: Subject: [ID 20010205.001] typo in perlfaq9
39580              From: eserte@vran.herceg.de
39581              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
39582              Message-Id: <200102042244.XAA21926@vran.herceg.de>
39583      Branch: perl
39584            ! pod/perlfaq9.pod
39585 ____________________________________________________________________________
39586 [  8743] By: jhi                                   on 2001/02/09  17:25:12
39587         Log: Integrate change #8695 from maintperl.
39588              
39589              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39590      Branch: perl
39591           !> thread.h
39592 ____________________________________________________________________________
39593 [  8742] By: jhi                                   on 2001/02/09  17:21:22
39594         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39595              From: Andy Dougherty <doughera@lafayette.edu>
39596              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
39597              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
39598      Branch: perl
39599            ! embed.pl
39600 ____________________________________________________________________________
39601 [  8741] By: jhi                                   on 2001/02/09  17:05:19
39602         Log: Integrate changes #8738,8739,8740 from maintperl.
39603              
39604              Html files will be installed in a more logical and easier to
39605              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39606              
39607              Html files will be generated with a header to make them look
39608              a little less bare.
39609              
39610              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39611      Branch: perl
39612           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
39613 ____________________________________________________________________________
39614 [  8740] By: jhi                                   on 2001/02/09  17:03:46
39615         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39616              From: "Brendan O'Dea" <bod@compusol.com.au>
39617              Date: Sun, 4 Feb 2001 11:17:56 +1100
39618              Message-ID: <20010204111756.A16301@compusol.com.au>
39619      Branch: maint-5.6/perl
39620            ! pod/perlfaq3.pod
39621 ____________________________________________________________________________
39622 [  8739] By: jhi                                   on 2001/02/09  17:01:59
39623         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
39624              From: "Indy Singh" <indy@nusphere.com>
39625              Date: Fri, 2 Feb 2001 15:09:59 -0500
39626              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
39627              
39628              Html files will be generated with a header to make them look
39629              a little less bare.
39630      Branch: maint-5.6/perl
39631            ! installhtml
39632 ____________________________________________________________________________
39633 [  8738] By: jhi                                   on 2001/02/09  16:58:48
39634         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
39635              From: "Indy Singh" <indy@nusphere.com>
39636              Date: Fri, 2 Feb 2001 15:08:23 -0500
39637              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
39638              
39639              Html files will be installed in a more logical and easier to
39640              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39641      Branch: maint-5.6/perl
39642            ! win32/Makefile win32/makefile.mk
39643 ____________________________________________________________________________
39644 [  8737] By: jhi                                   on 2001/02/09  16:46:54
39645         Log: Integrate changes #8687,8736 from maintperl.
39646              
39647              HP-UX thread patches from Merijn H. Brand.
39648              
39649              Latin nit from Philip Newton.
39650      Branch: perl
39651           !> README.hpux hints/hpux.sh
39652 ____________________________________________________________________________
39653 [  8736] By: jhi                                   on 2001/02/09  16:42:31
39654         Log: Latin nit from Philip Newton.
39655      Branch: maint-5.6/perl
39656            ! README.hpux
39657 ____________________________________________________________________________
39658 [  8735] By: jhi                                   on 2001/02/09  16:24:03
39659         Log: Integrate changes #8704,8710 from pureperl.
39660              
39661              Fixed UMRs and leak in Perl_pmtrans()
39662              
39663              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39664              associated UTFied tr/// code.  Also fixed scoping leak of
39665              PL_reg_start_tmp.
39666      Branch: perl
39667           !> op.c regcomp.c
39668 ____________________________________________________________________________
39669 [  8734] By: jhi                                   on 2001/02/09  15:40:21
39670         Log: Integrate change #8733 from maintperl.
39671              
39672              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39673      Branch: perl
39674           !> pod/perlre.pod
39675 ____________________________________________________________________________
39676 [  8733] By: jhi                                   on 2001/02/09  15:35:47
39677         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39678              From: Prymmer/Kahn <pvhp@best.com>
39679              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
39680              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
39681      Branch: maint-5.6/perl
39682            ! pod/perlre.pod
39683 ____________________________________________________________________________
39684 [  8732] By: jhi                                   on 2001/02/09  15:26:17
39685         Log: Rename README.posix-bc to README.bs2000 (to avoid the
39686              confusion of a "perlposix-bc.pod"), add a few missing
39687              arch pods, regen toc.
39688      Branch: maint-5.6/perl
39689           +> README.bs2000
39690            - README.posix-bc
39691            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39692            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39693 ____________________________________________________________________________
39694 [  8731] By: jhi                                   on 2001/02/09  15:23:39
39695         Log: De-cut-and-pasto.
39696      Branch: perl
39697            ! pod/perl.pod
39698 ____________________________________________________________________________
39699 [  8730] By: jhi                                   on 2001/02/09  15:11:13
39700         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
39701              when people think that perlposix-bc.pod tells anything about
39702              Perl and POSIX.  Regen toc.
39703      Branch: perl
39704           +> README.bs2000
39705            - README.posix-bc
39706            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39707            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39708 ____________________________________________________________________________
39709 [  8729] By: jhi                                   on 2001/02/09  14:52:28
39710         Log: The README.vmesa part of #8712 from maintperl.
39711      Branch: perl
39712            ! README.vmesa
39713 ____________________________________________________________________________
39714 [  8728] By: jhi                                   on 2001/02/09  14:46:06
39715         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
39716              From: Peter Prymmer <pvhp@forte.com>
39717              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
39718              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
39719      Branch: maint-5.6/perl
39720            ! README.vmesa win32/Makefile win32/makefile.mk
39721 ____________________________________________________________________________
39722 [  8727] By: jhi                                   on 2001/02/09  14:33:25
39723         Log: Integrate change #8712 from mainline.
39724              
39725              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
39726      Branch: maint-5.6/perl
39727           !> lib/Pod/Find.pm
39728 ____________________________________________________________________________
39729 [  8726] By: jhi                                   on 2001/02/09  14:30:28
39730         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39731              From: Peter Prymmer <pvhp@forte.com>
39732              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
39733              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
39734      Branch: perl
39735            + t/lib/cgi-esc.t
39736            ! MANIFEST lib/CGI/Util.pm
39737 ____________________________________________________________________________
39738 [  8725] By: jhi                                   on 2001/02/09  04:56:47
39739         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
39740      Branch: maint-5.6/perl
39741            ! pod/perlport.pod
39742 ____________________________________________________________________________
39743 [  8724] By: jhi                                   on 2001/02/09  04:40:59
39744         Log: Integrate changes 7819,7820 from vmsperl into mainline.
39745              
39746              Add header for LIB$ prototypes (C. Berry)
39747              
39748              Convert fwrite()s to sockets to write()s, since some socket stacks
39749              don't take kindly to stdio.
39750              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39751              (for often optional LNMs)
39752              Correct a few typos
39753              (C. Bailey)
39754      Branch: perl
39755           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
39756 ____________________________________________________________________________
39757 [  8723] By: jhi                                   on 2001/02/09  03:29:29
39758         Log: Integrate change #8722 from mainline.
39759              
39760              The Im() function wasn't returning zero for non-Math::Complex
39761              arguments.  The bug reported by John Gamble.
39762      Branch: maint-5.6/perl
39763           !> lib/Math/Complex.pm
39764 ____________________________________________________________________________
39765 [  8722] By: jhi                                   on 2001/02/09  03:28:33
39766         Log: The Im() function wasn't returning zero for non-Math::Complex
39767              arguments.  The bug reported by John Gamble.
39768      Branch: perl
39769            ! lib/Math/Complex.pm
39770 ____________________________________________________________________________
39771 [  8721] By: nick                                  on 2001/02/08  22:11:35
39772         Log: Correct the correction :-(
39773      Branch: perl
39774            ! perl.c
39775 ____________________________________________________________________________
39776 [  8720] By: bailey                                on 2001/02/08  20:59:22
39777         Log: Convert frwite()s to sockets to write()s, since some socket stacks
39778              don't take kindly to stdio.
39779              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39780              (for often optional LNMs)
39781              Correct a few typos
39782              (C. Bailey)
39783      Branch: vmsperl
39784            ! vms/vms.c vms/vmsish.h
39785 ____________________________________________________________________________
39786 [  8719] By: bailey                                on 2001/02/08  20:51:02
39787         Log: Add header for LIB$ prototypes (C. Berry)
39788      Branch: vmsperl
39789            ! ext/Devel/DProf/DProf.xs
39790 ____________________________________________________________________________
39791 [  8718] By: bailey                                on 2001/02/08  20:49:00
39792         Log: SYN SYN
39793      Branch: vmsperl
39794           +> pod/perliol.pod t/lib/sample-tests/bailout
39795           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
39796           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
39797           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
39798           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
39799           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
39800           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
39801            - lib/unicode/Is/DCinital.pl
39802           !> (integrate 101 files)
39803 ____________________________________________________________________________
39804 [  8717] By: nick                                  on 2001/02/08  19:38:48
39805         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
39806              From: Robin Barker <rmb1@cise.npl.co.uk>
39807              Date: Thu, 8 Feb 2001 14:38:07 GMT
39808              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
39809      Branch: perl
39810            ! lib/CPAN.pm
39811 ____________________________________________________________________________
39812 [  8716] By: nick                                  on 2001/02/08  19:29:07
39813         Log: Generated files form 8713 etc.
39814      Branch: perl
39815            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39816 ____________________________________________________________________________
39817 [  8715] By: nick                                  on 2001/02/08  19:26:08
39818         Log: Fixup non-ithread build after 8713
39819      Branch: perl
39820            ! perl.c
39821 ____________________________________________________________________________
39822 [  8714] By: nick                                  on 2001/02/08  19:17:45
39823         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
39824              From: nick@ccl4.org
39825              Date: Wed, 7 Feb 2001 00:27:47 +0000
39826              Message-Id: <20010207002747.B63724@plum.flirble.org>
39827      Branch: perl
39828            ! sv.c toke.c
39829 ____________________________________________________________________________
39830 [  8713] By: nick                                  on 2001/02/08  19:15:58
39831         Log: Subject: Re: [patch] Re: PL_ptr_table
39832              From: Doug Maceachern <dougm@covalent.net>
39833              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
39834              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
39835      Branch: perl
39836            ! embed.pl perl.c sv.c sv.h
39837 ____________________________________________________________________________
39838 [  8712] By: nick                                  on 2001/02/08  19:12:47
39839         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
39840              From: Peter Prymmer <pvhp@forte.com>
39841              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
39842              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
39843      Branch: perl
39844            ! lib/Pod/Find.pm
39845 ____________________________________________________________________________
39846 [  8711] By: nick                                  on 2001/02/07  21:06:11
39847         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
39848              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
39849              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39850              Date: Tue, 06 Feb 2001 23:37:01 +0000
39851              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
39852      Branch: perl
39853            ! regcomp.c
39854 ____________________________________________________________________________
39855 [  8710] By: alanbur                               on 2001/02/07  00:22:04
39856         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39857              associated UTFied tr/// code.  Also fixed scoping leak of
39858              PL_reg_start_tmp.
39859      Branch: maint-5.6/pureperl
39860            ! op.c regcomp.c
39861 ____________________________________________________________________________
39862 [  8709] By: nick                                  on 2001/02/06  21:16:49
39863         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39864              From: Michael G Schwern <schwern@pobox.com>
39865              Date: Sun, 4 Feb 2001 19:47:14 -0500
39866              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
39867      Branch: perl
39868            ! pod/perlapi.pod pod/perlmodlib.PL
39869 ____________________________________________________________________________
39870 [  8708] By: nick                                  on 2001/02/06  20:41:20
39871         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39872              From: Michael G Schwern <schwern@pobox.com>
39873              Date: Sun, 4 Feb 2001 21:17:49 -0500
39874              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
39875      Branch: perl
39876            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
39877            ! pod/perltootc.pod
39878 ____________________________________________________________________________
39879 [  8707] By: nick                                  on 2001/02/06  20:29:11
39880         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
39881              From: Michael G Schwern <schwern@pobox.com>
39882              Date: Tue, 6 Feb 2001 05:54:30 -0500
39883              Message-Id: <20010206055430.A951@blackrider.aocn.com>
39884      Branch: perl
39885            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
39886 ____________________________________________________________________________
39887 [  8706] By: nick                                  on 2001/02/06  20:21:40
39888         Log: Subject: RE: some win32 fixes
39889              Date: Tue, 6 Feb 2001 09:23:20 +0300
39890              From: Vadim Konovalov <vkonovalov@lucent.com>
39891              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
39892      Branch: perl
39893            ! toke.c win32/Makefile win32/config.bc win32/config.gc
39894            ! win32/config.vc win32/config_H.bc win32/makefile.mk
39895 ____________________________________________________________________________
39896 [  8705] By: alanbur                               on 2001/02/06  15:00:03
39897         Log: Synchronised with parent
39898      Branch: maint-5.6/pureperl
39899            ! regexec.c
39900           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39901           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
39902 ____________________________________________________________________________
39903 [  8704] By: alanbur                               on 2001/02/06  14:55:24
39904         Log: Fixed UMRs and leak in Perl_pmtrans()
39905      Branch: maint-5.6/pureperl
39906            ! op.c
39907 ____________________________________________________________________________
39908 [  8703] By: gsar                                  on 2001/02/06  02:29:37
39909         Log: $(MAKE) distclean doesn't clean up properly on windows
39910      Branch: maint-5.6/perl
39911            ! win32/Makefile win32/makefile.mk
39912 ____________________________________________________________________________
39913 [  8702] By: gsar                                  on 2001/02/06  01:00:46
39914         Log: tweak change#8659 to keep it simple
39915      Branch: maint-5.6/perl
39916            ! utils/perldoc.PL
39917 ____________________________________________________________________________
39918 [  8701] By: gsar                                  on 2001/02/05  22:45:41
39919         Log: change#8693 was missing testsuite changes
39920      Branch: maint-5.6/perl
39921           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39922 ____________________________________________________________________________
39923 [  8700] By: nick                                  on 2001/02/05  20:32:52
39924         Log: Integrate mainline
39925      Branch: perlio
39926           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
39927           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39928           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39929           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39930           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39931           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39932           +> t/lib/test-harness.t
39933           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
39934           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
39935           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
39936           !> pod/perlutil.pod t/TEST utils/h2xs.PL
39937 ____________________________________________________________________________
39938 [  8699] By: nick                                  on 2001/02/05  19:41:07
39939         Log: Subject: perlfaq2, re: perlmongers
39940              From: David H. Adler <dha@panix.com>
39941              Date: Sun, 4 Feb 2001 23:48:23 -0500
39942              Message-Id: <20010204234823.A13429@panix.com>
39943      Branch: perl
39944            ! pod/perlfaq2.pod
39945 ____________________________________________________________________________
39946 [  8698] By: nick                                  on 2001/02/05  19:39:31
39947         Log: Missed file f#rom the testharness mess.
39948      Branch: perl
39949            + t/lib/test-harness.t
39950 ____________________________________________________________________________
39951 [  8697] By: nick                                  on 2001/02/05  19:37:21
39952         Log: Subject: [DOC PATCH] overload.pm nits
39953              From: John Tobey <jtobey@john-edwin-tobey.org>
39954              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
39955              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
39956      Branch: perl
39957            ! lib/overload.pm
39958 ____________________________________________________________________________
39959 [  8696] By: alanbur                               on 2001/02/05  11:56:00
39960         Log: Sync with parent
39961      Branch: maint-5.6/pureperl
39962           !> thread.h
39963 ____________________________________________________________________________
39964 [  8695] By: gsar                                  on 2001/02/05  03:27:34
39965         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39966      Branch: maint-5.6/perl
39967            ! thread.h
39968 ____________________________________________________________________________
39969 [  8694] By: alanbur                               on 2001/02/05  00:07:47
39970         Log: Initial branch creation from //depot/maint-5.6/perl
39971      Branch: maint-5.6/pureperl
39972           +> (branch 1719 files)
39973 ____________________________________________________________________________
39974 [  8693] By: gsar                                  on 2001/02/04  22:38:49
39975         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
39976              changes)
39977      Branch: maint-5.6/perl
39978           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39979           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39980           !> ext/DB_File/version.c
39981 ____________________________________________________________________________
39982 [  8692] By: nick                                  on 2001/02/04  18:15:57
39983         Log: The missed t/TEST part of the grand testharness upgrade.
39984      Branch: perl
39985            ! t/TEST
39986 ____________________________________________________________________________
39987 [  8691] By: nick                                  on 2001/02/04  18:05:17
39988         Log: New improved test harness
39989              Subject: Re: [PATCH Test::Harness] Third time's a charm?
39990              From: Michael G Schwern <schwern@pobox.com>
39991              Date: Sun, 4 Feb 2001 08:01:20 -0500
39992              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
39993      Branch: perl
39994            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
39995            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39996            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39997            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39998            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39999            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
40000            ! MANIFEST lib/Test/Harness.pm
40001 ____________________________________________________________________________
40002 [  8690] By: nick                                  on 2001/02/04  17:57:51
40003         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
40004              From: Jonathan Stowe <gellyfish@gellyfish.com>
40005              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
40006              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
40007      Branch: perl
40008            ! utils/h2xs.PL
40009 ____________________________________________________________________________
40010 [  8689] By: nick                                  on 2001/02/04  17:55:24
40011         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
40012              From: Michael G Schwern <schwern@pobox.com>
40013              Date: Sat, 3 Feb 2001 22:46:38 -0500
40014              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
40015      Branch: perl
40016            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
40017            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
40018 ____________________________________________________________________________
40019 [  8688] By: nick                                  on 2001/02/04  17:43:55
40020         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
40021              length byfailing to spot lack of closing )
40022              From: nick@talking.bollo.cx
40023              Date: Sat, 03 Feb 2001 23:53:16 +0000
40024              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
40025      Branch: perl
40026            ! perlio.c pod/perldiag.pod
40027 ____________________________________________________________________________
40028 [  8687] By: jhi                                   on 2001/02/03  17:11:42
40029         Log: HP-UX thread patches from Merijn H. Brand.
40030      Branch: maint-5.6/perl
40031            ! README.hpux hints/hpux.sh
40032 ____________________________________________________________________________
40033 [  8686] By: jhi                                   on 2001/02/03  16:40:12
40034         Log: Metaconfig changes for #8685.
40035      Branch: metaconfig
40036            ! U/installdirs/instubperl.U
40037      Branch: metaconfig/U/perl
40038            ! Devel.U versiononly.U
40039 ____________________________________________________________________________
40040 [  8685] By: jhi                                   on 2001/02/03  16:39:49
40041         Log: For -Dusedevel builds turn off installusrbinperl and turn on
40042              versiononly, a combined idea of Richard Soderberg and Merijn
40043              H. Brand.  You can still override both of these from the command
40044              line if you need to, -Dinstallusrbinperl and -Uversiononly.
40045      Branch: perl
40046            ! Configure
40047 ____________________________________________________________________________
40048 [  8684] By: jhi                                   on 2001/02/03  16:16:34
40049         Log: Metaconfig unit fix for #8683.
40050      Branch: metaconfig
40051            ! U/compline/nblock_io.U
40052 ____________________________________________________________________________
40053 [  8683] By: jhi                                   on 2001/02/03  16:16:12
40054         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
40055              reported by Peter Prymmer for 5.6-TRIAL1.
40056      Branch: perl
40057            ! Configure
40058 ____________________________________________________________________________
40059 [  8682] By: jhi                                   on 2001/02/03  05:52:11
40060         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
40061              to work correctly.
40062      Branch: maint-5.6/perl
40063            ! hints/irix_6.sh
40064 ____________________________________________________________________________
40065 [  8681] By: jhi                                   on 2001/02/03  05:47:33
40066         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
40067      Branch: maint-5.6/perl
40068            ! pod/perlport.pod
40069 ____________________________________________________________________________
40070 [  8680] By: jhi                                   on 2001/02/02  21:39:49
40071         Log: perlport update from Peter Prymmer.
40072      Branch: maint-5.6/perl
40073            ! pod/perlport.pod
40074 ____________________________________________________________________________
40075 [  8679] By: nick                                  on 2001/02/02  20:50:48
40076         Log: Integrate mainline
40077      Branch: perlio
40078           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
40079           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
40080           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
40081 ____________________________________________________________________________
40082 [  8678] By: gsar                                  on 2001/02/02  16:02:12
40083         Log: note about bincompat, slightly modified (from Lupe Christoph)
40084      Branch: maint-5.6/perl
40085            ! README.solaris
40086 ____________________________________________________________________________
40087 [  8677] By: jhi                                   on 2001/02/02  15:46:20
40088         Log: Supported platforms updates.
40089      Branch: maint-5.6/perl
40090            ! pod/perlport.pod
40091 ____________________________________________________________________________
40092 [  8676] By: jhi                                   on 2001/02/02  03:41:26
40093         Log: A couple more perlfaq2 tweaks.
40094      Branch: maint-5.6/perl
40095            ! pod/perlfaq2.pod
40096 ____________________________________________________________________________
40097 [  8675] By: jhi                                   on 2001/02/02  03:17:44
40098         Log: Misedit in #8661.
40099      Branch: maint-5.6/perl
40100            ! Configure
40101 ____________________________________________________________________________
40102 [  8674] By: jhi                                   on 2001/02/02  03:14:38
40103         Log: Damien again.
40104      Branch: maint-5.6/perl
40105            ! pod/perlfaq2.pod
40106 ____________________________________________________________________________
40107 [  8673] By: jhi                                   on 2001/02/02  03:12:40
40108         Log: perlfaq update from Elaine Ashton.
40109      Branch: maint-5.6/perl
40110            ! pod/perlfaq2.pod
40111 ____________________________________________________________________________
40112 [  8672] By: jhi                                   on 2001/02/02  03:07:08
40113         Log: UTF-8 s/// patch from Inaba Hiroto.
40114      Branch: maint-5.6/perl
40115            ! pp_ctl.c pp_hot.c
40116 ____________________________________________________________________________
40117 [  8671] By: jhi                                   on 2001/02/01  22:34:31
40118         Log: Update Changes.
40119      Branch: perl
40120            ! Changes patchlevel.h
40121 ____________________________________________________________________________
40122 [  8670] By: jhi                                   on 2001/02/01  22:15:29
40123         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
40124              from maintperl.
40125              
40126              Upgrade to Getopt::Long 2.25, from Johan Vromans.
40127              
40128              more files need to be writable in the source distribution
40129              
40130              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
40131              
40132              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
40133              
40134              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40135              
40136              Allow the float to be fuzzier.
40137              
40138              need to use INT2PTR instead of a straight cast or ia64 fails
40139              
40140              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
40141              
40142              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
40143      Branch: perl
40144           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
40145           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
40146           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
40147 ____________________________________________________________________________
40148 [  8669] By: jhi                                   on 2001/02/01  21:57:02
40149         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40150              From: Robin Barker <rmb1@cise.npl.co.uk>
40151              Date: Thu, 1 Feb 2001 16:59:05 GMT
40152              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
40153      Branch: maint-5.6/perl
40154            ! pod/perlmodlib.PL
40155 ____________________________________________________________________________
40156 [  8668] By: nick                                  on 2001/02/01  19:41:40
40157         Log: Integrate mainline
40158      Branch: perlio
40159           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
40160           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
40161           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
40162 ____________________________________________________________________________
40163 [  8667] By: gsar                                  on 2001/02/01  16:59:11
40164         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
40165      Branch: maint-5.6/perl
40166            ! embed.pl embedvar.h
40167 ____________________________________________________________________________
40168 [  8666] By: gsar                                  on 2001/02/01  16:34:51
40169         Log: add missing entries to win32/config.?c
40170      Branch: maint-5.6/perl
40171            ! win32/config.bc win32/config.gc win32/config.vc
40172            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40173 ____________________________________________________________________________
40174 [  8665] By: jhi                                   on 2001/02/01  14:58:51
40175         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
40176              From: "Stephen P. Potter" <spp@spotter.yi.org>
40177              Date: Thu, 01 Feb 2001 10:45:46 -0500
40178              Message-Id: <200102011545.KAA31479@spotter.yi.org>
40179      Branch: maint-5.6/perl
40180            ! pod/perlfunc.pod
40181 ____________________________________________________________________________
40182 [  8664] By: gsar                                  on 2001/02/01  14:52:37
40183         Log: need to use INT2PTR instead of a straight cast or ia64 fails
40184              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
40185      Branch: maint-5.6/perl
40186            ! ext/POSIX/POSIX.xs
40187 ____________________________________________________________________________
40188 [  8663] By: jhi                                   on 2001/02/01  14:09:13
40189         Log: Allow the float to be fuzzier.
40190      Branch: maint-5.6/perl
40191            ! t/lib/peek.t
40192 ____________________________________________________________________________
40193 [  8662] By: jhi                                   on 2001/02/01  13:59:00
40194         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
40195              From: Robin Barker <rmb1@cise.npl.co.uk>
40196              Date: Thu, 1 Feb 2001 13:05:39 GMT
40197              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
40198      Branch: maint-5.6/perl
40199            ! pod/perlmodlib.pod
40200 ____________________________________________________________________________
40201 [  8661] By: jhi                                   on 2001/02/01  13:57:38
40202         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
40203              Date: Thu, 01 Feb 2001 14:15:41 +0100
40204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40205              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
40206              
40207              Have the $ccflags in the gcc version test (strange, this change
40208              is claimed to be have been integrated already)
40209      Branch: maint-5.6/perl
40210            ! Configure
40211 ____________________________________________________________________________
40212 [  8660] By: jhi                                   on 2001/02/01  13:44:10
40213         Log: Integrate changes #7950,7964,7962 from mainline.
40214              
40215              Find the stdchar signedness using cpp, should fix some of
40216              the Solaris compiler warnings reported by Alan Burlison.
40217      Branch: maint-5.6/perl
40218           !> Configure config_h.SH
40219 ____________________________________________________________________________
40220 [  8659] By: jhi                                   on 2001/02/01  05:35:32
40221         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40222              From: Jan Dubois <JanD@ActiveState.com>
40223              Date: Wed, 31 Jan 2001 21:17:03 -0800
40224              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40225      Branch: maint-5.6/perl
40226            ! utils/perldoc.PL
40227 ____________________________________________________________________________
40228 [  8658] By: jhi                                   on 2001/02/01  04:33:17
40229         Log: Integrate the README.os390 and README.posix-bc parts of mainline
40230              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
40231              installperl parts were taken care of by #8657.)
40232      Branch: maint-5.6/perl
40233           !> README.os390 README.posix-bc
40234 ____________________________________________________________________________
40235 [  8657] By: jhi                                   on 2001/02/01  04:29:21
40236         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
40237              From: Peter Prymmer <pvhp@forte.com>
40238              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
40239              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
40240      Branch: maint-5.6/perl
40241            + ext/DynaLoader/dl_dllload.xs
40242            ! MANIFEST Makefile.SH hints/os390.sh installperl
40243 ____________________________________________________________________________
40244 [  8656] By: jhi                                   on 2001/02/01  04:25:45
40245         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
40246              From: Peter Prymmer <pvhp@forte.com>
40247              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
40248              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
40249      Branch: maint-5.6/perl
40250            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
40251 ____________________________________________________________________________
40252 [  8655] By: jhi                                   on 2001/02/01  04:14:47
40253         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
40254              From: troc@netrus.net
40255              Date: Wed, 31 Jan 2001 22:31:26 -0500
40256              Message-Id: <200102010331.WAA117.85@rocco.homenet>
40257      Branch: maint-5.6/perl
40258            ! os2/os2.c
40259 ____________________________________________________________________________
40260 [  8654] By: jhi                                   on 2001/02/01  04:12:52
40261         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
40262              as reported by Alan Burlison.
40263      Branch: maint-5.6/perl
40264            ! pp.h
40265 ____________________________________________________________________________
40266 [  8653] By: jhi                                   on 2001/02/01  04:05:12
40267         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
40268              From: dsugalski@northernlight.com
40269              Date: Wed, 31 Jan 2001 18:54:11 -0500
40270              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
40271      Branch: maint-5.6/perl
40272            ! configure.com
40273 ____________________________________________________________________________
40274 [  8652] By: jhi                                   on 2001/02/01  04:03:11
40275         Log: Misplaced #endif.
40276              
40277              Subject: [perl-5-6-1-trial2] patches for EPOC
40278              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40279              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40280              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40281      Branch: maint-5.6/perl
40282            ! epoc/epocish.c
40283 ____________________________________________________________________________
40284 [  8651] By: jhi                                   on 2001/02/01  04:00:25
40285         Log: Integrate changes #8647,8648,8650 from mainline.
40286              
40287              Macrofy a magic UTF-8 test.
40288              
40289              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
40290              
40291              Watch out for cross compiling for EPOC (usually done on linux).
40292      Branch: maint-5.6/perl
40293           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
40294 ____________________________________________________________________________
40295 [  8650] By: jhi                                   on 2001/02/01  03:56:20
40296         Log: Watch out for cross compiling for EPOC (usually done on linux)
40297              
40298              Subject: [perl-5-6-1-trial2] patches for EPOC
40299              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40300              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40301              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40302      Branch: perl
40303            ! ext/Errno/Errno_pm.PL
40304 ____________________________________________________________________________
40305 [  8649] By: gsar                                  on 2001/02/01  00:46:00
40306         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
40307      Branch: maint-5.6/perl
40308            ! sv.c
40309 ____________________________________________________________________________
40310 [  8648] By: jhi                                   on 2001/01/31  23:35:36
40311         Log: All the uses of PL_numeric_radix must be protected by
40312              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
40313              
40314              Subject: [perl-5-6-1-trial2] patches for EPOC
40315              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40316              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40317              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40318      Branch: perl
40319            ! sv.c
40320 ____________________________________________________________________________
40321 [  8647] By: jhi                                   on 2001/01/31  22:56:16
40322         Log: Macrofy a magic UTF-8 test.
40323      Branch: perl
40324            ! utf8.c utf8.h
40325 ____________________________________________________________________________
40326 [  8646] By: gsar                                  on 2001/01/31  15:55:12
40327         Log: update Changes
40328      Branch: maint-5.6/perl
40329            ! Changes
40330 ____________________________________________________________________________
40331 [  8645] By: gsar                                  on 2001/01/31  15:10:14
40332         Log: Configure tweak suggested by Peter Prymmer
40333      Branch: maint-5.6/perl
40334            ! Configure
40335 ____________________________________________________________________________
40336 [  8644] By: gsar                                  on 2001/01/31  15:06:32
40337         Log: more files need to be writable in the source distribution
40338      Branch: maint-5.6/perl
40339            ! Porting/makerel
40340 ____________________________________________________________________________
40341 [  8643] By: jhi                                   on 2001/01/31  14:59:46
40342         Log: Integrate changes #8258,8278,8279 from mainline.
40343              
40344              Make the large file tests more robust/talkative.
40345      Branch: maint-5.6/perl
40346           !> t/lib/syslfs.t t/op/lfs.t
40347 ____________________________________________________________________________
40348 [  8642] By: gsar                                  on 2001/01/31  14:53:48
40349         Log: integrate changes#8311,8334 from mainline
40350              
40351              Add a new MakeMaker variable PM_FILTER that defines a Unix
40352              filter to be run on each .pm during the pm_to_blib() phase,
40353              a fixed version of
40354              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
40355              
40356              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
40357              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
40358              accurate reading of the "atime".  
40359      Branch: maint-5.6/perl
40360           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
40361           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40362           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
40363 ____________________________________________________________________________
40364 [  8641] By: jhi                                   on 2001/01/31  14:46:37
40365         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
40366      Branch: maint-5.6/perl
40367            ! lib/Getopt/Long.pm
40368 ____________________________________________________________________________
40369 [  8640] By: gsar                                  on 2001/01/31  14:40:24
40370         Log: make regen_all
40371      Branch: maint-5.6/perl
40372            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
40373 ____________________________________________________________________________
40374 [  8639] By: gsar                                  on 2001/01/31  14:37:25
40375         Log: refresh windows config files
40376      Branch: maint-5.6/perl
40377            ! win32/Makefile win32/config_H.bc win32/config_H.gc
40378            ! win32/config_H.vc win32/makefile.mk
40379 ____________________________________________________________________________
40380 [  8638] By: gsar                                  on 2001/01/31  14:28:10
40381         Log: makefile tweaks for windows: introduce a bulk-switch to enable
40382              same options as ActivePerl; sync changes with makefile.mk
40383      Branch: maint-5.6/perl
40384            ! win32/Makefile win32/makefile.mk
40385 ____________________________________________________________________________
40386 [  8637] By: jhi                                   on 2001/01/31  04:41:30
40387         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
40388              From: Nicholas Clark <nick@ccl4.org>
40389              Date: Tue, 30 Jan 2001 19:51:05 +0000
40390              Message-ID: <20010130195105.R76607@plum.flirble.org> 
40391              
40392              op/inc cure.
40393      Branch: perl
40394            ! pp.c pp.h pp_hot.c t/op/arith.t
40395 ____________________________________________________________________________
40396 [  8636] By: jhi                                   on 2001/01/31  02:38:32
40397         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
40398              no perlio],8257,8380,8479,8515 from mainline.
40399              
40400              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
40401              
40402              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
40403              Subject: [PATCH perl@8133] fix-up for VMS extensions
40404              
40405              In VMS embedded perls couldn't access the statically built Socket.
40406              
40407              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
40408              
40409              Further VMS piping fixes from Charles Lane.
40410              
40411              Subject:  [PATCH] make t/op/misc.t work on VMS
40412              
40413              Add tracing for debugging extensions builds in VMS.
40414              
40415              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40416      Branch: maint-5.6/perl
40417           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
40418           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
40419           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
40420 ____________________________________________________________________________
40421 [  8635] By: jhi                                   on 2001/01/31  01:46:41
40422         Log: Integrate change #7732 from mainline.
40423              
40424              Sparc 64-bit pack() fix from Jens Hamisch.
40425      Branch: maint-5.6/perl
40426           !> pp.c
40427 ____________________________________________________________________________
40428 [  8634] By: jhi                                   on 2001/01/31  01:41:16
40429         Log: One spot missing from #8626.
40430      Branch: maint-5.6/perl
40431            ! sv.c
40432 ____________________________________________________________________________
40433 [  8633] By: jhi                                   on 2001/01/31  00:49:17
40434         Log: Integrate change #7495 from mainline.
40435              
40436              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40437      Branch: maint-5.6/perl
40438           !> MANIFEST ext/re/Makefile.PL
40439 ____________________________________________________________________________
40440 [  8632] By: jhi                                   on 2001/01/30  23:38:49
40441         Log: Integrate change #8396 from mainline.
40442              
40443              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
40444              better multicast support (resend)
40445      Branch: maint-5.6/perl
40446           !> ext/Socket/Socket.pm
40447 ____________________________________________________________________________
40448 [  8631] By: jhi                                   on 2001/01/30  23:28:03
40449         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
40450              
40451              More AIX lore. (7514, ext/re/hints/aix.pl)
40452              
40453              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
40454              
40455              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)
40456              
40457              Subject: [ID 20001214.002] Net::Ping patch
40458              
40459              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
40460              
40461              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40462              
40463              Add ReuseAddr as a (preferred) alias for Reuse as we now
40464              also have ReusePort.
40465              
40466              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40467      Branch: maint-5.6/perl
40468           +> ext/re/hints/aix.pl
40469           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40470           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
40471 ____________________________________________________________________________
40472 [  8630] By: jhi                                   on 2001/01/30  23:03:59
40473         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
40474              
40475              read() documentation tweak for 20001121.004.
40476              
40477              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
40478      Branch: maint-5.6/perl
40479           !> pod/perlfunc.pod pod/perlre.pod
40480 ____________________________________________________________________________
40481 [  8629] By: jhi                                   on 2001/01/30  22:41:57
40482         Log: Integrate change #8098 from mainline.
40483              
40484              fastgetcwd is defined using a glob alias on a $^O dependent basis
40485              and there was no default assignment or perl subroutine.
40486      Branch: maint-5.6/perl
40487           !> lib/Cwd.pm
40488 ____________________________________________________________________________
40489 [  8628] By: jhi                                   on 2001/01/30  21:58:52
40490         Log: Integrate change #7866 from mainline.
40491              
40492              File::Temp 0.11.
40493      Branch: maint-5.6/perl
40494           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
40495 ____________________________________________________________________________
40496 [  8627] By: jhi                                   on 2001/01/30  21:39:44
40497         Log: Integrate changes #8075,8086,8228 from mainline.  
40498              
40499              Darwin is not Windows. (8075,8086)
40500              
40501              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
40502      Branch: maint-5.6/perl
40503           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
40504           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40505           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
40506           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
40507 ____________________________________________________________________________
40508 [  8626] By: jhi                                   on 2001/01/30  21:22:11
40509         Log: Integrate with tweakery the change #8625 from mainline,
40510              the multibyte decimal separator fix ("fa_IR locale failure").
40511      Branch: maint-5.6/perl
40512            ! embedvar.h perlapi.h
40513           !> intrpvar.h perl.c perl.h sv.c util.c
40514 ____________________________________________________________________________
40515 [  8625] By: jhi                                   on 2001/01/30  20:26:33
40516         Log: Fix for the fa_IR locale failure.  The reason for the failure
40517              was that Perl was assuming the decimal separator aka the radix
40518              separator is one character.  The Farsi-Iranian locale crushed
40519              that bad assumption since there the separator is 'Momayyez',
40520              glyphwise looking somewhat like a slash, and in Unicode UTF-8
40521              encoded in two bytes, 0xd9 0xab.
40522      Branch: perl
40523            ! intrpvar.h perl.c perl.h sv.c util.c
40524 ____________________________________________________________________________
40525 [  8624] By: gsar                                  on 2001/01/30  20:17:03
40526         Log: regen_headers
40527      Branch: maint-5.6/perl
40528            ! Makefile.SH pod/perlintern.pod
40529 ____________________________________________________________________________
40530 [  8623] By: gsar                                  on 2001/01/30  19:42:34
40531         Log: backout change#7431 and its dependents (causes spurious rebuilds
40532              of autogenerated files)
40533              
40534              fix benign b.t failure
40535      Branch: maint-5.6/perl
40536            ! Makefile.SH t/lib/b.t
40537 ____________________________________________________________________________
40538 [  8622] By: jhi                                   on 2001/01/30  19:41:41
40539         Log: Microperl sync.
40540      Branch: perl
40541            ! mg.c perl.h
40542 ____________________________________________________________________________
40543 [  8621] By: gsar                                  on 2001/01/30  19:24:47
40544         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
40545              from mainline
40546              
40547              Subject: podlators 1.06 released
40548              
40549              Subject: [PATCH @8436] Eliminate op_children
40550              
40551              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
40552              
40553              (Replaced by #8448)  More op_children traces (cleanup of #8442).
40554              
40555              Subject: [PATCH #3 @8436] Re: Eliminate op_children
40556              Replace #8444 and #8445.
40557              
40558              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40559              at the setting of the ofs_sv in new_struct_thread() as the
40560              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40561              uninitialized fields are, uh, initialized with),
40562              SvREFCNT_inc()ing that invited a core dump.
40563              
40564              podlators 1.07, from Russ Allbery.
40565              
40566              Subject: [PATCH] regcomp.c old feature removal
40567              From: mjd@plover.com
40568              Date: 16 Jan 2001 14:43:18 -0000 
40569              Message-ID: <20010116144318.7140.qmail@plover.com> 
40570      Branch: maint-5.6/perl
40571           +> lib/Pod/Text/Overstrike.pm
40572           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
40573           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
40574           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
40575           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
40576           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
40577           !> util.c
40578 ____________________________________________________________________________
40579 [  8620] By: gsar                                  on 2001/01/30  18:48:32
40580         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
40581              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
40582              now fails one test)
40583              
40584              Subject: [PATCH] lvalue AUTOLOAD. No, really.
40585              
40586              Subject: [PATCH] Interesting syntax idea
40587              Make opens + bareword assigns do typeglob assigns.
40588              
40589              Tests for #8254.
40590              
40591              Subject: [PATCH @8269] Continue blocks and B::Deparse
40592              Make the peephole optimizer to bypass more null ops and
40593              and rewrite the deparse handling of continue blocks.
40594              
40595              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40596              Doc tweak on #8313.
40597              
40598              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
40599              
40600              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40601              
40602              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
40603              
40604              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40605              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40606              according to the platform.
40607              
40608              Subject: [PATCH @8404] Consolidated lvalue sub changes
40609              
40610              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40611              
40612              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40613              
40614              Subject: B::Concise -- an improved replacement for B::Terse 
40615              
40616              The B::Terse drop-in replacement wasn't quite drop-in.
40617              
40618              The LVRET macro needed an aTHX.
40619              
40620              Use the /^Perl_/-less form of is_lvalue_sub().
40621              
40622              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40623      Branch: maint-5.6/perl
40624           +> ext/B/B/Concise.pm
40625           !> (integrate 27 files)
40626 ____________________________________________________________________________
40627 [  8619] By: nick                                  on 2001/01/30  18:40:28
40628         Log: Integrate mainline
40629      Branch: perlio
40630           !> (integrate 40 files)
40631 ____________________________________________________________________________
40632 [  8618] By: jhi                                   on 2001/01/30  18:37:18
40633         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
40634              Date: Mon, 29 Jan 2001 22:51:29 -0600
40635              From: "Craig A. Berry" <craigberry@mac.com>
40636              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
40637      Branch: perl
40638            ! vms/test.com
40639 ____________________________________________________________________________
40640 [  8617] By: jhi                                   on 2001/01/30  18:34:53
40641         Log: Subject: [PATCH] Add missing CV flags to dump.c
40642              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40643              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
40644              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
40645      Branch: perl
40646            ! dump.c
40647 ____________________________________________________________________________
40648 [  8616] By: jhi                                   on 2001/01/30  18:20:58
40649         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
40650              part isn't applicable to maintperl.
40651              
40652              UTF-8 nit from Inaba Hiroto.
40653      Branch: maint-5.6/perl
40654           !> pod/perlapi.pod utf8.c
40655 ____________________________________________________________________________
40656 [  8615] By: jhi                                   on 2001/01/30  18:18:51
40657         Log: UTF-8 nit from Inaba Hiroto.
40658      Branch: perl
40659            ! pod/perlapi.pod t/op/each.t utf8.c
40660 ____________________________________________________________________________
40661 [  8614] By: jhi                                   on 2001/01/30  18:13:38
40662         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
40663              
40664              perl's internal variables are not for public consumption,
40665              move their docs from perlapi.pod to perlintern.pod
40666              
40667              support for -Dusethreads build under HP-UX 10.20 and DCE threads
40668              library (11.0 and later have pthreads but 10.x don't)
40669              
40670              avoid uninitialized value warnings
40671              
40672              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40673              gets weird results)
40674              
40675              perldoc nit on windows
40676              
40677              make it possible to run the tests outside the source tree
40678              (there's still a dependency on ../lib being the library
40679              location)
40680      Branch: perl
40681           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
40682           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
40683           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
40684           !> win32/bin/search.pl win32/vdir.h
40685 ____________________________________________________________________________
40686 [  8613] By: gsar                                  on 2001/01/30  16:39:59
40687         Log: make it possible to run the tests outside the source tree
40688              (there's still a dependency on ../lib being the library
40689              location)
40690      Branch: maint-5.6/perl
40691            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
40692 ____________________________________________________________________________
40693 [  8612] By: gsar                                  on 2001/01/30  16:31:12
40694         Log: perldoc nit on windows
40695      Branch: maint-5.6/perl
40696            ! utils/perldoc.PL
40697 ____________________________________________________________________________
40698 [  8611] By: gsar                                  on 2001/01/30  16:22:54
40699         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40700              gets weird results)
40701      Branch: maint-5.6/perl
40702            ! win32/vdir.h
40703 ____________________________________________________________________________
40704 [  8610] By: gsar                                  on 2001/01/30  16:12:45
40705         Log: avoid uninitialized value warnings
40706      Branch: maint-5.6/perl
40707            ! win32/bin/search.pl
40708 ____________________________________________________________________________
40709 [  8609] By: gsar                                  on 2001/01/30  16:08:01
40710         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
40711              library (11.0 and later have pthreads but 10.x don't)
40712      Branch: maint-5.6/perl
40713            ! hints/hpux.sh thread.h
40714 ____________________________________________________________________________
40715 [  8608] By: gsar                                  on 2001/01/30  15:48:55
40716         Log: perl's internal variables are not for public consumption,
40717              move their docs from perlapi.pod to perlintern.pod
40718      Branch: maint-5.6/perl
40719            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
40720            ! thrdvar.h
40721 ____________________________________________________________________________
40722 [  8607] By: gsar                                  on 2001/01/30  15:44:27
40723         Log: mistakenly branched perl56delta.pod, revert
40724      Branch: maint-5.6/perl
40725            - pod/perl56delta.pod
40726           !> pod/perldelta.pod
40727 ____________________________________________________________________________
40728 [  8606] By: gsar                                  on 2001/01/30  14:20:24
40729         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
40730              dTHR which has been a noop for a while now, except for the
40731              compatibility definition in thread.h)
40732      Branch: maint-5.6/perl
40733           !> (integrate 45 files)
40734 ____________________________________________________________________________
40735 [  8605] By: jhi                                   on 2001/01/30  05:43:58
40736         Log: Mark the UTF-8 APIs as experimental.
40737      Branch: maint-5.6/perl
40738            ! embed.pl pod/perlapi.pod
40739 ____________________________________________________________________________
40740 [  8604] By: jhi                                   on 2001/01/30  05:38:40
40741         Log: Nits from earlier integrates.
40742      Branch: maint-5.6/perl
40743            ! lib/Carp/Heavy.pm
40744           !> sv.c
40745 ____________________________________________________________________________
40746 [  8603] By: jhi                                   on 2001/01/30  05:27:26
40747         Log: Regenerate Porting files.
40748      Branch: maint-5.6/perl
40749            ! Porting/Glossary Porting/config.sh Porting/config_H
40750 ____________________________________________________________________________
40751 [  8602] By: jhi                                   on 2001/01/30  05:14:59
40752         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
40753              8310,8339,8447,8492,8493,8505,8525: documentation changes.
40754              
40755              Subject: Re: perlfaq style changes
40756              
40757              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40758              
40759              Subject: [PATCH] docs on NaN
40760              
40761              Subject: [patch] perlfaq7
40762              
40763              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40764              
40765              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40766              
40767              Subject: [PATCH] open() example in perlfunc.pod
40768              
40769              Podify README.mpeix (a new version from the web)
40770              
40771              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40772              
40773              Subject: [PATCH] format and rewording in perlfaq.pod
40774              
40775              Subject: [PATCH] API Variable documentation   
40776              
40777              Memory management calls documentation.
40778              
40779              Subject: [PATCH: perl@8482] README.vms URL updates
40780              
40781              Subject: Minor typos in perlfaq2.pod
40782              
40783              Subject: [PATCH] pod/perlvar.pod
40784      Branch: maint-5.6/perl
40785           +> pod/perl56delta.pod
40786            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40787           !> README.amiga README.epoc README.mpeix README.vms
40788           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
40789           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
40790           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
40791           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
40792           !> pod/perlvar.pod thrdvar.h
40793 ____________________________________________________________________________
40794 [  8601] By: jhi                                   on 2001/01/30  04:38:35
40795         Log: Integrate changes #8036,8096,8253 from mainline:
40796              hints changes.
40797              
40798              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40799              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40800              
40801              Output the (apparent) version of gcc in Tru64.
40802      Branch: maint-5.6/perl
40803           +> ext/POSIX/hints/svr4.pl
40804           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
40805           !> hints/svr4.sh t/lib/bigfltpm.t
40806 ____________________________________________________________________________
40807 [  8600] By: jhi                                   on 2001/01/30  04:04:01
40808         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
40809              locale fixes.
40810              
40811              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
40812              
40813              Debian allows /usr/bin/locale to exist without any locales. (7868)
40814              
40815              Allow the locale test needing POSIX and the taint test
40816              needing IPC::SysV to run under 'minitest' (basically,
40817              bail out if loading the extension fails). (8384)
40818              
40819              Cleanup the locale.t output  (8480)
40820      Branch: maint-5.6/perl
40821           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
40822           !> t/pragma/locale.t
40823 ____________________________________________________________________________
40824 [  8599] By: jhi                                   on 2001/01/30  03:51:04
40825         Log: Missing generated files from #8598.
40826      Branch: maint-5.6/perl
40827            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40828 ____________________________________________________________________________
40829 [  8598] By: jhi                                   on 2001/01/30  03:41:54
40830         Log: Integrate change #8555 from mainline, manually integrate parts
40831              of changes 8452 and 8583.
40832              
40833              Subject: [PATCH] utf8.c documentation (8452)
40834              
40835              No point in checking the length if the pointer is bogus. (8555)
40836              
40837              Introduce bytes_from_utf8() and implement sv_eq() using it,
40838              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
40839              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
40840              was malformed. (8583)
40841      Branch: maint-5.6/perl
40842            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
40843           !> pod/perlapi.pod sv.c utf8.c
40844 ____________________________________________________________________________
40845 [  8597] By: gsar                                  on 2001/01/30  02:37:26
40846         Log: get PERL_OBJECT build going again on windows
40847      Branch: maint-5.6/perl
40848            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40849            ! pod/perlapi.pod proto.h sv.c
40850 ____________________________________________________________________________
40851 [  8596] By: jhi                                   on 2001/01/30  02:16:17
40852         Log: Signedness nit.
40853      Branch: perl
40854            ! sv.c
40855 ____________________________________________________________________________
40856 [  8595] By: jhi                                   on 2001/01/30  02:11:07
40857         Log: EBCDIC patch for Storable, from Peter Prymmer.
40858      Branch: perl
40859            ! t/lib/st-06compat.t
40860 ____________________________________________________________________________
40861 [  8594] By: jhi                                   on 2001/01/30  01:04:48
40862         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
40863              From: Peter Prymmer <pvhp@forte.com>
40864              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
40865              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
40866      Branch: perl
40867            ! t/lib/b.t
40868 ____________________________________________________________________________
40869 [  8593] By: jhi                                   on 2001/01/30  00:56:47
40870         Log: Subject: [PATCH: perl@8585] pod problems in io
40871              From: Peter Prymmer <pvhp@forte.com>
40872              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
40873              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
40874      Branch: perl
40875            ! pod/perlapio.pod pod/perliol.pod
40876 ____________________________________________________________________________
40877 [  8592] By: jhi                                   on 2001/01/30  00:48:20
40878         Log: Integrate perlio.
40879      Branch: perl
40880           !> pod/perlapio.pod pod/perliol.pod
40881 ____________________________________________________________________________
40882 [  8591] By: nick                                  on 2001/01/29  22:02:28
40883         Log: GNU 'merge' Simon's copy of perliol.pod with version
40884              patched by Craig's patch.
40885      Branch: perlio
40886            ! pod/perliol.pod
40887 ____________________________________________________________________________
40888 [  8590] By: nick                                  on 2001/01/29  21:55:10
40889         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
40890      Branch: perlio
40891            ! pod/perlapio.pod pod/perliol.pod
40892 ____________________________________________________________________________
40893 [  8589] By: jhi                                   on 2001/01/29  15:35:33
40894         Log: Integrate change #8586 from maint-5.6/perl.
40895              
40896              make the BOM detection code not call tell() until it has to
40897              (meant to fix esoteric compatibility issues where PL_rsfp
40898              is overridden)
40899      Branch: perl
40900           !> toke.c
40901 ____________________________________________________________________________
40902 [  8588] By: jhi                                   on 2001/01/29  15:29:11
40903         Log: Subject: MAking Solaris malloc() the default
40904              From: Lupe Christoph <lupe@lupe-christoph.de>
40905              Date: Mon, 29 Jan 2001 12:59:36 +0100
40906              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
40907              
40908              The README.solaris part slightly tweaked.
40909      Branch: perl
40910            ! README.solaris hints/solaris_2.sh
40911 ____________________________________________________________________________
40912 [  8587] By: jhi                                   on 2001/01/29  15:17:34
40913         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
40914              From: root@ak-75.mind.de
40915              Date: Sun, 28 Jan 2001 20:32:29 +0100
40916              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
40917      Branch: perl
40918            ! pod/perlre.pod
40919 ____________________________________________________________________________
40920 [  8586] By: gsar                                  on 2001/01/29  13:43:44
40921         Log: make the BOM detection code not call tell() until it has to
40922              (meant to fix esoteric compatibility issues where PL_rsfp
40923              is overridden)
40924      Branch: maint-5.6/perl
40925            ! toke.c
40926 ____________________________________________________________________________
40927 [  8585] By: jhi                                   on 2001/01/28  20:05:45
40928         Log: Update Changes.
40929      Branch: perl
40930            ! Changes patchlevel.h
40931 ____________________________________________________________________________
40932 [  8584] By: jhi                                   on 2001/01/28  19:30:02
40933         Log: Integrate perlio.
40934      Branch: perl
40935           +> pod/perliol.pod
40936           !> MANIFEST pod/perlapio.pod
40937 ____________________________________________________________________________
40938 [  8583] By: jhi                                   on 2001/01/28  19:28:40
40939         Log: Patch from Inaba Hiroto:
40940              - canonical UTF-8 hash keys: if a key string for a hash is
40941              UTF8-on, try downgrade the string and use it if
40942              unicode::distinct is not in effect.
40943              For the task, I added a function bytes_from_utf8() to utf8.c.
40944              It might resemble utf8_to_bytes() but it is not convenient
40945              to the task.
40946              Made a test for it and added to t/op/each.t
40947              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
40948              the mortal copy of the argument SV.
40949              And changed t/io/utf8.t test 18 which expects print() to
40950              upgrade its argument.
40951              - re-implement sv_eq with bytes_from_utf8()
40952              - some bug fixes
40953              - tr/// does not handle UTF8 range (\x{}-\x{})
40954              - \ before raw UTF8 character produced
40955              "Malformed UTF-8 character" warning.
40956              - "\x{100}\N{CENT SIGN}" is Malformed.
40957              Added tests for these 3.
40958              - and one silly bug (by me) with qu operator.
40959      Branch: perl
40960            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
40961            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
40962            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
40963 ____________________________________________________________________________
40964 [  8582] By: nick                                  on 2001/01/28  19:25:04
40965         Log: Add pod/perliol.pod to MANIFEST :-(
40966      Branch: perlio
40967            ! MANIFEST
40968 ____________________________________________________________________________
40969 [  8581] By: nick                                  on 2001/01/28  19:22:40
40970         Log: PerlIO documentation. Proofing and sub-editing requested.
40971      Branch: perlio
40972            + pod/perliol.pod
40973            ! pod/perlapio.pod
40974 ____________________________________________________________________________
40975 [  8580] By: jhi                                   on 2001/01/28  05:16:25
40976         Log: Revert the change to sv_2pv() done by #8054: Someone who
40977              did SvNV_set() on a scalar that also happened to be POK,
40978              followed by sv_2pv() won't get the right coercion anymore.
40979              [Sarathy]
40980      Branch: maint-5.6/perl
40981            ! sv.c
40982 ____________________________________________________________________________
40983 [  8579] By: jhi                                   on 2001/01/28  05:15:04
40984         Log: Remove the #8084 effect: do not allow -Q to be interpreted
40985              as -&Q(), this is too much wiggle room.
40986      Branch: maint-5.6/perl
40987            ! toke.c
40988 ____________________________________________________________________________
40989 [  8578] By: jhi                                   on 2001/01/28  05:12:45
40990         Log: Needed bits of #8439 (should have been in #8576),
40991              mainly for lval substr().
40992      Branch: maint-5.6/perl
40993            ! mg.c pp.c pp_hot.c
40994 ____________________________________________________________________________
40995 [  8577] By: jhi                                   on 2001/01/28  05:02:46
40996         Log: A missing check-in.
40997      Branch: maint-5.6/perl
40998            ! utf8.c
40999 ____________________________________________________________________________
41000 [  8576] By: jhi                                   on 2001/01/28  04:26:18
41001         Log: Integrate changes #8425,8436,8439,8517 from mainline.
41002              The 8439 was not truly integrated because it had too many
41003              dependencies on the development branch and because it introduced
41004              concepts too bold for a maintenance branch (such as the qu operator).
41005              
41006              Subject: [PATCH perl@8342] -Wformat
41007              
41008              Tighten some of the UTF-8 tests a bit.
41009              
41010              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
41011              - The substr lval was still not okay.
41012              - Now pp_stringify and sv_setsv copies source's UTF8 flag
41013              even if IN_BYTE.  pp_stringify is called from fold_constants
41014              at optimization phase and "\x{100}" was made SvUTF8_off under
41015              use bytes (the bytes pragma is for "byte semantics" and not
41016              for "do not produce UTF8 data")
41017      Branch: maint-5.6/perl
41018            ! t/lib/charnames.t t/op/substr.t toke.c
41019           !> sv.c t/pragma/utf8.t
41020 ____________________________________________________________________________
41021 [  8575] By: jhi                                   on 2001/01/28  04:01:51
41022         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
41023              
41024              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
41025              
41026              Subject: [ID 20001230.003] UTF-8 tr still hurts
41027              
41028              Test cases for #8385 (from Simon's "torture.pl")
41029              
41030              Start fixing UTF-8 lval substr() (8405)
41031      Branch: maint-5.6/perl
41032           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
41033           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
41034 ____________________________________________________________________________
41035 [  8574] By: jhi                                   on 2001/01/28  03:09:06
41036         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
41037              from mainline.
41038              
41039              UTF-8 cleanup.
41040              
41041              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
41042              
41043              "\x{FF}\xFF" was broken.
41044              
41045              Tests for #8329 and #8330.
41046              
41047              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
41048              
41049              IRIX compiler noticed that the bof initialization might be
41050              bypassed by control flow.
41051              
41052              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
41053      Branch: maint-5.6/perl
41054           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41055           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
41056 ____________________________________________________________________________
41057 [  8573] By: jhi                                   on 2001/01/28  02:06:12
41058         Log: Retract #8552.
41059      Branch: perl
41060            ! lib/Text/Wrap.pm t/lib/textwrap.t
41061 ____________________________________________________________________________
41062 [  8572] By: jhi                                   on 2001/01/28  02:04:49
41063         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
41064              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
41065              not really integrated but instead salvaged by hand
41066              (they had too many dependencies on the development release
41067              to be cleanly integratable).
41068              
41069              Subject: more UTF8 test suites and an UTF8 patch
41070              
41071              Tweak for MULTIPLICITY/USE_PERLIO
41072              
41073              Signedness nit.
41074              
41075              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
41076              
41077              Use the UTF8_XXX macros in is_utf8_char().
41078              
41079              Rewrite pp_concat() in terms of sv_catsv().  The . operator
41080              should now be UTF-8-proof.
41081              
41082              Subject: [PATCH perl@8269] scanning two hex-constants
41083              fails on EBCDIC environment (script length.t)
41084              
41085              Add some Unicode chop() tests.
41086      Branch: maint-5.6/perl
41087            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
41088           !> sv.c t/op/chop.t utf8.h
41089 ____________________________________________________________________________
41090 [  8571] By: jhi                                   on 2001/01/28  00:35:59
41091         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
41092              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
41093              
41094              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
41095              
41096              The maxiters upper limit sanity check (guarding against
41097              non-progress) assumed bytes instead of characters in s///
41098              and split().
41099              
41100              Signedness nit.
41101              
41102              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
41103              join() should now be UTF-8-proof.
41104              
41105              More split // UTF-8 tests. (8250)
41106      Branch: maint-5.6/perl
41107           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
41108           !> util.c
41109 ____________________________________________________________________________
41110 [  8570] By: jhi                                   on 2001/01/27  22:15:46
41111         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
41112              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
41113              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
41114              8084,8204,8244,8333 from mainline.
41115              
41116              For -Q where Q might be a one-letter sub name one does no more
41117              get a warning about an unknown filetest (7941,7943,7944,8084).
41118              
41119              Subject: Re: [ID 20001130.011] expression parsing bug ?
41120              
41121              Make uv_to_utf8() to zero-terminate its output buffer.
41122              
41123              Split off t/op/length.t (7995)
41124              
41125              Split off t/op/utf8decode.t (7996)
41126              
41127              Remove an unnecessary 'use utf8' from the utf8.t (7998)
41128              
41129              Split off t/op/concat.t (8004)
41130              
41131              Split off t/op/ver.t (8005)
41132              
41133              Document utf8_length(), utf8_distance(), and utf8_hop().
41134              
41135              Document utf8_to_uv() better.
41136              
41137              Introduce macros for UTF8 decoding (8028,8033).
41138              
41139              Add test for reverse() (8030,8031).
41140              
41141              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
41142              
41143              Do not return the Unicode replacement character    on UTF-8
41144              decoding failure.
41145              
41146              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
41147              not this_utf8 i.e. the output string has one, but don't mess
41148              with source assumption. (8052,8053)
41149              
41150              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
41151              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
41152              was not expecting to be called with something that was already
41153              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
41154              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
41155              (8054)
41156              
41157              Recode the naughty binary bytes in utf8decode.t using the \xHH.
41158              
41159              Make some panic messages a bit more logical.
41160      Branch: maint-5.6/perl
41161           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
41162           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
41163           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
41164           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
41165           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
41166           !> utf8.c utf8.h
41167 ____________________________________________________________________________
41168 [  8569] By: jhi                                   on 2001/01/27  19:16:43
41169         Log: Integrate changes #7750 from perlio and #8566 from mainline.
41170      Branch: maint-5.6/perl
41171           !> regexec.c sv.c
41172 ____________________________________________________________________________
41173 [  8568] By: jhi                                   on 2001/01/27  18:06:51
41174         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
41175              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
41176              7935[-perlio.c],7936,7959,7965 from mainline.
41177              
41178              Change the "big byte" error message to "Wide character".
41179              (7355, the croak-if-wide-chars-in-print part ignored)
41180              
41181              Use UINT64_C().
41182              
41183              Introduce Perl_utf8_length().
41184              
41185              diff -se shows these as different (7753, forgotten check-ins)
41186              
41187              Subject: [PATCH] doop.c - UTF8 tr///
41188              
41189              If we use (aTHX_ ...) then put Perl_ on the front.
41190              
41191              Make utf8_length() and utf8_distance() to be less forgiving
41192              about bad UTF-8.
41193              
41194              Test line numbers are different with utf8.
41195              
41196              No need to scan till infinity, 13 is enough. (7872,7911)
41197              
41198              Subject: [PATCH] Tokeniser debugging
41199              
41200              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
41201              
41202              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
41203              
41204              Be more careful in Perl_sv_utf8_downgrade().
41205              
41206              Use DO_UTF8().
41207              
41208              Raw zero bytes in text files confuse at least GNU patch 2.1.
41209      Branch: maint-5.6/perl
41210           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41211           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
41212           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
41213           !> t/pragma/utf8.t toke.c utf8.c utf8.h
41214 ____________________________________________________________________________
41215 [  8567] By: nick                                  on 2001/01/27  11:10:38
41216         Log: Integrate mainline
41217      Branch: perlio
41218           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
41219           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
41220           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
41221           !> toke.c
41222 ____________________________________________________________________________
41223 [  8566] By: jhi                                   on 2001/01/27  06:22:48
41224         Log: More documentation for the regexp context stack.
41225      Branch: perl
41226            ! regexec.c
41227 ____________________________________________________________________________
41228 [  8565] By: jhi                                   on 2001/01/27  05:21:57
41229         Log: Update Changes.
41230      Branch: perl
41231            ! Changes patchlevel.h
41232 ____________________________________________________________________________
41233 [  8564] By: jhi                                   on 2001/01/27  04:44:04
41234         Log: Threadedness patch for #8562 from Doug MacEachern.
41235      Branch: perl
41236            ! toke.c
41237 ____________________________________________________________________________
41238 [  8563] By: jhi                                   on 2001/01/27  04:26:24
41239         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
41240              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41241              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
41242              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
41243      Branch: perl
41244            ! op.c
41245 ____________________________________________________________________________
41246 [  8562] By: jhi                                   on 2001/01/27  04:20:30
41247         Log: Subject: Re: Announce : Tokener reporting patch
41248              From: Simon Cozens <simon@cozens.net>
41249              Date: Mon, 22 Jan 2001 02:17:22 +0000
41250              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
41251      Branch: perl
41252            ! embed.h embed.pl proto.h toke.c
41253 ____________________________________________________________________________
41254 [  8561] By: jhi                                   on 2001/01/27  04:17:24
41255         Log: Forgot from #8545.  Oops.
41256      Branch: perl
41257            ! pp.c t/pragma/overload.t
41258 ____________________________________________________________________________
41259 [  8560] By: jhi                                   on 2001/01/27  03:01:47
41260         Log: A better module compilation test, use MANIFEST as suggested
41261              by Spider.
41262      Branch: perl
41263            ! t/lib/1_compile.t
41264 ____________________________________________________________________________
41265 [  8559] By: jhi                                   on 2001/01/27  02:50:48
41266         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
41267              From: Peter Prymmer <pvhp@forte.com>
41268              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
41269              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
41270      Branch: perl
41271            ! t/lib/b.t
41272 ____________________________________________________________________________
41273 [  8558] By: jhi                                   on 2001/01/27  02:27:05
41274         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
41275              From: Peter Prymmer <pvhp@forte.com>
41276              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
41277              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
41278      Branch: perl
41279            ! t/pragma/sub_lval.t
41280 ____________________________________________________________________________
41281 [  8557] By: jhi                                   on 2001/01/27  02:26:03
41282         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
41283              From: Peter Prymmer <pvhp@forte.com>
41284              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
41285              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
41286      Branch: perl
41287            ! t/lib/st-06compat.t
41288 ____________________________________________________________________________
41289 [  8556] By: jhi                                   on 2001/01/27  02:24:33
41290         Log: Subject: [PATCH: perl@8531] minor update to README.os390
41291              From: Peter Prymmer <pvhp@forte.com>
41292              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
41293              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
41294      Branch: perl
41295            ! README.os390
41296 ____________________________________________________________________________
41297 [  8555] By: jhi                                   on 2001/01/27  00:35:47
41298         Log: No point in checking the length before we know whether the pointer
41299              is bogus or not, fixes Abigail's odbm failures in Linux.
41300      Branch: perl
41301            ! sv.c
41302 ____________________________________________________________________________
41303 [  8554] By: nick                                  on 2001/01/26  19:01:31
41304         Log: Integrate mainline
41305      Branch: perlio
41306           !> lib/Text/Wrap.pm t/lib/textwrap.t
41307 ____________________________________________________________________________
41308 [  8553] By: jhi                                   on 2001/01/26  15:19:39
41309         Log: Integrate change #7792 from perlio (multiplicity fix),
41310              fix the AV leak in regex DEBUGGING (tiny part of the
41311              polymorphic regexp patch #8143).
41312      Branch: maint-5.6/perl
41313            ! regcomp.c
41314           !> scope.h
41315 ____________________________________________________________________________
41316 [  8552] By: jhi                                   on 2001/01/26  15:03:23
41317         Log: (Retracted by #8573)
41318              
41319              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
41320              From: Michael G Schwern <schwern@pobox.com>
41321              Date: Fri, 26 Jan 2001 09:28:31 -0500
41322              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
41323      Branch: perl
41324            ! lib/Text/Wrap.pm t/lib/textwrap.t
41325 ____________________________________________________________________________
41326 [  8551] By: jhi                                   on 2001/01/26  02:33:19
41327         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
41328              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
41329              
41330              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41331              
41332              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
41333              
41334              Message nit.
41335              
41336              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
41337              
41338              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
41339              
41340              (the cleanup of unused submatches in regtry() and regcppop())
41341              
41342              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41343              stored and restored, and thusly was trounced by the utf8 swash
41344              routines.
41345              
41346              use utf8 not required to use \x{}.
41347              
41348              Removed two more tests that make no sense in UTF-8 since the test
41349              data is not in UTF-8.
41350              
41351              Get the three different space character classes right under utf8.
41352              
41353              Implement ANYOFUTF8 regprop() dumping.
41354              
41355              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41356              
41357              Document the regex context pushing/popping a bit better.
41358      Branch: maint-5.6/perl
41359           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41360           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41361           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
41362           !> t/op/regmesg.t utf8.c
41363 ____________________________________________________________________________
41364 [  8550] By: nick                                  on 2001/01/25  19:42:30
41365         Log: Integrate mainline
41366      Branch: perlio
41367           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
41368           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
41369           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
41370           !> t/lib/bigint.t t/lib/bigintpm.t
41371 ____________________________________________________________________________
41372 [  8549] By: jhi                                   on 2001/01/25  15:22:28
41373         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
41374      Branch: maint-5.6/perl
41375            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41376 ____________________________________________________________________________
41377 [  8548] By: jhi                                   on 2001/01/25  15:02:55
41378         Log: Integrate changes #7997,8063,8492,8547 from mainline.
41379              
41380              Subject: Re: STRLEN - what?
41381              
41382              Subject: [PATCH] perlguts.pod
41383              
41384              Memory management calls documentation.
41385              
41386              Layout using tabulator is not a good idea in a pod.
41387      Branch: maint-5.6/perl
41388           !> pod/perlguts.pod
41389 ____________________________________________________________________________
41390 [  8547] By: jhi                                   on 2001/01/25  14:49:05
41391         Log: Layout using tabulator is not a good idea in a pod.
41392      Branch: perl
41393            ! pod/perlguts.pod
41394 ____________________________________________________________________________
41395 [  8546] By: jhi                                   on 2001/01/25  14:31:12
41396         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
41397              from mainline.
41398              
41399              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41400              
41401              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
41402              
41403              More Win32 editor/IDE/shell hints.
41404              
41405              More Win32 Perling.
41406              
41407              Yet another editor edit.
41408              
41409              Edit edit edit.
41410              
41411              IDE/editor section tweaking.
41412              
41413              Few more IDE/editor nits from p5p.
41414      Branch: maint-5.6/perl
41415           !> pod/perlfaq3.pod
41416 ____________________________________________________________________________
41417 [  8545] By: jhi                                   on 2001/01/25  04:16:32
41418         Log: Subject: [PATCH 5.7.0] overload int()
41419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41420              Date: Wed, 24 Jan 2001 19:06:57 -0500
41421              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
41422      Branch: perl
41423            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
41424            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
41425            ! t/lib/bigintpm.t
41426 ____________________________________________________________________________
41427 [  8544] By: jhi                                   on 2001/01/25  04:15:11
41428         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
41429              From: Peter Prymmer <pvhp@forte.com>
41430              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
41431              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
41432      Branch: perl
41433            ! Makefile.SH README.os390 hints/os390.sh installperl
41434 ____________________________________________________________________________
41435 [  8543] By: jhi                                   on 2001/01/25  03:52:08
41436         Log: Integrate change #8462,8469 from mainline.
41437              
41438              In VMS Perl subversion (perl -V) is undef.
41439      Branch: maint-5.6/perl
41440           !> configure.com
41441 ____________________________________________________________________________
41442 [  8542] By: jhi                                   on 2001/01/25  03:44:55
41443         Log: Integrate changes #7835,7850,8315,8316 from mainline.
41444              
41445              Solaris hints.
41446      Branch: maint-5.6/perl
41447           !> hints/solaris_2.sh
41448 ____________________________________________________________________________
41449 [  8541] By: jhi                                   on 2001/01/25  03:39:28
41450         Log: Integrate #8336 from mainline.
41451      Branch: maint-5.6/perl
41452           !> hv.c
41453 ____________________________________________________________________________
41454 [  8540] By: jhi                                   on 2001/01/25  03:23:50
41455         Log: Retract #8539.
41456      Branch: maint-5.6/perl
41457            ! pod/perlfaq3.pod
41458 ____________________________________________________________________________
41459 [  8539] By: jhi                                   on 2001/01/25  03:21:55
41460         Log: (Retracted by #8540.)
41461      Branch: maint-5.6/perl
41462            ! pod/perlfaq3.pod
41463 ____________________________________________________________________________
41464 [  8538] By: jhi                                   on 2001/01/25  03:14:07
41465         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
41466              From: Peter Prymmer <pvhp@forte.com>
41467              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
41468              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
41469              
41470              The VMS bits.
41471      Branch: maint-5.6/perl
41472            ! configure.com vms/descrip_mms.template
41473 ____________________________________________________________________________
41474 [  8537] By: jhi                                   on 2001/01/25  03:06:09
41475         Log: Integrate #7710,7824,7973 from mainline.
41476      Branch: maint-5.6/perl
41477           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41478           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
41479           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
41480           !> vos/config.ga.def vos/config.ga.h win32/config.bc
41481           !> win32/config.gc win32/config.vc
41482 ____________________________________________________________________________
41483 [  8536] By: jhi                                   on 2001/01/24  13:50:20
41484         Log: Revert the edits made by me so far to the 5.6 branch since
41485              the TRIAL1 since I did edits when I should have been using
41486              integrates.  Bad programmer.   (Will integrate them properly later.)
41487              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
41488              The #8353 will not be reapplied at least for now since
41489              the UTF-8 hash keys need more thinking.
41490              (The patches #8347, #8354, #8454, #8473 were okay since they
41491              were original edits made specifically for the 5.6.1-TRIAL1.)
41492      Branch: maint-5.6/perl
41493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41494            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
41495            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
41496            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
41497            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
41498            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41499            ! win32/config.bc win32/config.gc win32/config.vc
41500 ____________________________________________________________________________
41501 [  8535] By: bailey                                on 2001/01/24  06:37:02
41502         Log: SYN SYN
41503      Branch: vmsperl
41504           +> (branch 26 files)
41505           !> (integrate 130 files)
41506 ____________________________________________________________________________
41507 [  8534] By: nick                                  on 2001/01/23  19:30:57
41508         Log: Integrate mainline.
41509      Branch: perlio
41510           !> Changes Configure Porting/Glossary Porting/config.sh
41511           !> Porting/config_H embed.h embed.pl ext/Encode/compile
41512           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
41513           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
41514           !> pod/perlvar.pod proto.h t/lib/1_compile.t
41515 ____________________________________________________________________________
41516 [  8533] By: jhi                                   on 2001/01/23  16:15:46
41517         Log: Forgotten from #8501.
41518      Branch: perl
41519            ! Porting/Glossary Porting/config.sh Porting/config_H
41520 ____________________________________________________________________________
41521 [  8532] By: jhi                                   on 2001/01/23  16:13:27
41522         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
41523              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41524              Date: Mon, 22 Jan 2001 17:51:58 +0100
41525              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
41526      Branch: perl
41527            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
41528 ____________________________________________________________________________
41529 [  8531] By: jhi                                   on 2001/01/23  15:46:01
41530         Log: Update Changes.
41531      Branch: perl
41532            ! Changes patchlevel.h
41533 ____________________________________________________________________________
41534 [  8530] By: jhi                                   on 2001/01/23  15:38:39
41535         Log: De-cut-and-pasto.
41536      Branch: perl
41537            ! t/lib/1_compile.t
41538 ____________________________________________________________________________
41539 [  8529] By: jhi                                   on 2001/01/23  15:11:04
41540         Log: Document the mkdir trailing slashes case.
41541      Branch: perl
41542            ! pod/perlfunc.pod
41543 ____________________________________________________________________________
41544 [  8528] By: jhi                                   on 2001/01/23  15:08:28
41545         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
41546              get installed:
41547              
41548              Subject: lib/lib.pm
41549              From: <abigail@foad.org>
41550              Date: Mon, 28 Aug 2000 20:35:08 -0400
41551              Message-ID: <20000829003508.21281.qmail@foad.org>
41552      Branch: perl
41553            ! installperl
41554 ____________________________________________________________________________
41555 [  8527] By: jhi                                   on 2001/01/23  14:44:04
41556         Log: Metaconfig unit change for #8526.
41557      Branch: metaconfig
41558            ! U/threads/archname.U
41559 ____________________________________________________________________________
41560 [  8526] By: jhi                                   on 2001/01/23  14:43:19
41561         Log: Attach -perlio to the archname if so selected.
41562      Branch: perl
41563            ! Configure
41564 ____________________________________________________________________________
41565 [  8525] By: jhi                                   on 2001/01/23  14:24:01
41566         Log: Subject: [PATCH] pod/perlvar.pod
41567              From: abigail@foad.org
41568              Date: Tue, 23 Jan 2001 01:41:10 +0100
41569              Message-ID: <20010123004110.22259.qmail@foad.org>
41570      Branch: perl
41571            ! pod/perlvar.pod
41572 ____________________________________________________________________________
41573 [  8524] By: jhi                                   on 2001/01/23  14:22:32
41574         Log: A bug introduced in #8217 (the undefined variable in the
41575              lib/safe1_t #3) fixed, by Charles Lane:
41576              
41577              The earlier patch made it so that stuff running in Safe
41578              compartments could do a "caller" and see "main".  That
41579              little change in name is done right before the code in
41580              the compartment is run, and apparantly the parser
41581              was picking up the stash name before it got changed.
41582              
41583              (why it was threaded vs. unthreaded Perl that was sensitive to this
41584              I still don't know...and it probably doesn't matter).
41585              
41586              I tryed removing the stash name-change and saw that threaded Perl
41587              did indeed pass the lib/safe1.t tests.
41588              
41589              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
41590              do the name change (and to connect _ in the compartment to the global
41591              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
41592              to call _safe_pkg_prep when creating a new compartment.
41593              
41594              Passes all tests with threaded perl on linux; passes all tests
41595              with unthreaded perl on VMS.
41596              
41597              At some point I'll probably want to revisit Safe and Opcode to
41598              provide more sensible handling of global variables...and to get
41599              formats working in Safe compartments, which they don't do currently.
41600      Branch: perl
41601            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
41602 ____________________________________________________________________________
41603 [  8523] By: jhi                                   on 2001/01/23  14:11:58
41604         Log: Also the lib/Thread.pm itself needs to be ignored if
41605              the Thread extension hasn't been built.
41606      Branch: perl
41607            ! t/lib/1_compile.t
41608 ____________________________________________________________________________
41609 [  8522] By: jhi                                   on 2001/01/23  13:51:28
41610         Log: print() instead of warn() so that stderr doesn't get
41611              unncessarily polluted.
41612      Branch: perl
41613            ! ext/Encode/compile
41614 ____________________________________________________________________________
41615 [  8521] By: jhi                                   on 2001/01/23  13:49:48
41616         Log: Integrate perlio.
41617      Branch: perl
41618           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
41619           !> ext/Encode/encode.h
41620 ____________________________________________________________________________
41621 [  8520] By: nick                                  on 2001/01/22  21:44:00
41622         Log: More messing with Encode:
41623              Extra fields in header to allow multiple names and to record
41624              other things "compile" knows.
41625              Re-organise compile to factor out common output routines.
41626      Branch: perlio
41627            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
41628 ____________________________________________________________________________
41629 [  8519] By: nick                                  on 2001/01/22  20:33:50
41630         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
41631      Branch: perlio
41632            ! ext/Encode/Makefile.PL ext/Encode/compile
41633 ____________________________________________________________________________
41634 [  8518] By: nick                                  on 2001/01/22  20:28:13
41635         Log: Integrate mainline
41636      Branch: perlio
41637           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
41638           !> vos/config.alpha.def vos/config.alpha.h
41639 ____________________________________________________________________________
41640 [  8517] By: jhi                                   on 2001/01/22  15:37:17
41641         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
41642              by Inaba Hiroto.
41643      Branch: perl
41644            ! sv.c
41645 ____________________________________________________________________________
41646 [  8516] By: jhi                                   on 2001/01/22  14:55:15
41647         Log: More SIG_SIZE fixes.
41648      Branch: perl
41649            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
41650 ____________________________________________________________________________
41651 [  8515] By: jhi                                   on 2001/01/22  14:50:27
41652         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41653              From: "Craig A. Berry" <craigberry@mac.com>
41654              Date: Mon, 22 Jan 2001 00:42:24 -0600
41655              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
41656      Branch: perl
41657            ! configure.com
41658 ____________________________________________________________________________
41659 [  8514] By: jhi                                   on 2001/01/22  14:31:17
41660         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
41661              From: "Craig A. Berry" <craigberry@mac.com>
41662              Date: Sun, 21 Jan 2001 23:03:25 -0600
41663              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
41664      Branch: perl
41665            ! configure.com
41666 ____________________________________________________________________________
41667 [  8513] By: jhi                                   on 2001/01/22  14:14:00
41668         Log: Add the .ucm encoding tables to the MANIFEST.
41669      Branch: perl
41670            ! MANIFEST
41671 ____________________________________________________________________________
41672 [  8512] By: jhi                                   on 2001/01/22  13:43:33
41673         Log: Integrate perlio.
41674      Branch: perl
41675           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41676           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41677           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41678           +> ext/Encode/Encode/iso8859-10.ucm
41679           +> ext/Encode/Encode/iso8859-13.ucm
41680           +> ext/Encode/Encode/iso8859-14.ucm
41681           +> ext/Encode/Encode/iso8859-15.ucm
41682           +> ext/Encode/Encode/iso8859-16.ucm
41683           +> ext/Encode/Encode/iso8859-2.ucm
41684           +> ext/Encode/Encode/iso8859-3.ucm
41685           +> ext/Encode/Encode/iso8859-4.ucm
41686           +> ext/Encode/Encode/iso8859-5.ucm
41687           +> ext/Encode/Encode/iso8859-6.ucm
41688           +> ext/Encode/Encode/iso8859-7.ucm
41689           +> ext/Encode/Encode/iso8859-8.ucm
41690           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41691           +> ext/Encode/Encode/symbol.ucm
41692           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
41693           !> perliol.h
41694 ____________________________________________________________________________
41695 [  8511] By: nick                                  on 2001/01/21  23:44:47
41696         Log: Make "real" layers of ":utf8" and ":raw".
41697              So now PERLIO=utf8 perl ...
41698              does what Andreas wanted.
41699              Fix arg passing in open.pm (still have a Carp issue).
41700      Branch: perlio
41701            ! lib/open.pm perlio.c perliol.h
41702 ____________________________________________________________________________
41703 [  8510] By: jhi                                   on 2001/01/21  22:56:53
41704         Log: Document the regex content pushing/popping a bit better.
41705      Branch: perl
41706            ! regexec.c
41707 ____________________________________________________________________________
41708 [  8509] By: jhi                                   on 2001/01/21  22:55:44
41709         Log: Tweak the mkdir trailing slash code some more.
41710              
41711              TO DO: the same handling should probably be done for
41712              all the other filesystem functions that can have directories
41713              as their arguments.
41714      Branch: perl
41715            ! pp_sys.c
41716 ____________________________________________________________________________
41717 [  8508] By: nick                                  on 2001/01/21  21:37:43
41718         Log: Switch "compiled in" encodings to .ucm format.
41719              (Leave others as .enc till we can run-time load .ucm,
41720              or find some other way to load them.)
41721      Branch: perlio
41722            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41723            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41724            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41725            + ext/Encode/Encode/iso8859-10.ucm
41726            + ext/Encode/Encode/iso8859-13.ucm
41727            + ext/Encode/Encode/iso8859-14.ucm
41728            + ext/Encode/Encode/iso8859-15.ucm
41729            + ext/Encode/Encode/iso8859-16.ucm
41730            + ext/Encode/Encode/iso8859-2.ucm
41731            + ext/Encode/Encode/iso8859-3.ucm
41732            + ext/Encode/Encode/iso8859-4.ucm
41733            + ext/Encode/Encode/iso8859-5.ucm
41734            + ext/Encode/Encode/iso8859-6.ucm
41735            + ext/Encode/Encode/iso8859-7.ucm
41736            + ext/Encode/Encode/iso8859-8.ucm
41737            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41738            + ext/Encode/Encode/symbol.ucm
41739            ! ext/Encode/Makefile.PL ext/Encode/compile
41740 ____________________________________________________________________________
41741 [  8507] By: nick                                  on 2001/01/21  21:02:03
41742         Log: Integrate (partial) mainline.
41743      Branch: perlio
41744           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
41745           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
41746           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41747 ____________________________________________________________________________
41748 [  8506] By: jhi                                   on 2001/01/21  20:09:30
41749         Log: Update Changes.
41750      Branch: perl
41751            ! Changes patchlevel.h
41752 ____________________________________________________________________________
41753 [  8505] By: jhi                                   on 2001/01/21  19:39:59
41754         Log: Subject: Minor typos in perlfaq2.pod
41755              From: "Stephen P. Potter" <spp@spotter.yi.org>
41756              Message-Id: <200101192101.QAA11911@spotter.yi.org>
41757              Date: Fri, 19 Jan 2001 16:01:13 -0500
41758              
41759              with a nit from Philip Netwon.
41760      Branch: perl
41761            ! pod/perlfaq2.pod
41762 ____________________________________________________________________________
41763 [  8504] By: jhi                                   on 2001/01/21  19:33:05
41764         Log: Metaconfig change for #8503.
41765      Branch: metaconfig
41766            ! U/threads/usethreads.U
41767 ____________________________________________________________________________
41768 [  8503] By: jhi                                   on 2001/01/21  19:32:21
41769         Log: Sanity check for conflicting thread flavours.
41770      Branch: perl
41771            ! Configure config_h.SH
41772 ____________________________________________________________________________
41773 [  8502] By: jhi                                   on 2001/01/21  19:23:00
41774         Log: Metaconfig change for #8501.
41775      Branch: metaconfig
41776            ! U/modified/sig_name.U
41777 ____________________________________________________________________________
41778 [  8501] By: jhi                                   on 2001/01/21  19:22:26
41779         Log: The SIG_SIZE is the number of the elements *excluding*
41780              the terminating NULL.
41781      Branch: perl
41782            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
41783            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41784            ! win32/config_H.vc
41785 ____________________________________________________________________________
41786 [  8500] By: jhi                                   on 2001/01/21  18:31:31
41787         Log: Integrate perlio.
41788      Branch: perl
41789           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
41790           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
41791           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
41792           !> pp_sys.c proto.h sv.c
41793 ____________________________________________________________________________
41794 [  8499] By: jhi                                   on 2001/01/21  17:43:57
41795         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
41796              From: Hugo <hv@crypt.compulink.co.uk>
41797              Date: Sun, 21 Jan 2001 13:34:05 +0000
41798              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
41799              
41800              In sprintf UTF8ize only if necessary.
41801      Branch: perl
41802            ! sv.c
41803 ____________________________________________________________________________
41804 [  8498] By: nick                                  on 2001/01/21  16:25:32
41805         Log: Encode cleanup.
41806              Add command line control over "compile" so that Makefile.PL
41807              needs can be combined with other uses.
41808              Use command line options in Makefile.PL.
41809              Fix multi-byte parsing in .ucm files.
41810      Branch: perlio
41811            ! ext/Encode/Makefile.PL ext/Encode/compile
41812 ____________________________________________________________________________
41813 [  8497] By: nick                                  on 2001/01/21  12:56:27
41814         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
41815      Branch: perlio
41816            ! ext/Encode/Encode.xs
41817 ____________________________________________________________________________
41818 [  8496] By: nick                                  on 2001/01/21  12:18:45
41819         Log: Fixup after integrate:
41820              missed the .sym files that are changed by regen_headers
41821              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
41822      Branch: perlio
41823            ! global.sym pp.sym sv.c
41824 ____________________________________________________________________________
41825 [  8495] By: nick                                  on 2001/01/21  11:51:07
41826         Log: Integrate mainline.
41827      Branch: perlio
41828           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
41829           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
41830           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
41831           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
41832           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
41833           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
41834           !> win32/Makefile win32/makefile.mk
41835 ____________________________________________________________________________
41836 [  8494] By: jhi                                   on 2001/01/20  23:12:11
41837         Log: Forgot the expect_number() prototype.
41838      Branch: perl
41839            ! embed.h embed.pl proto.h
41840 ____________________________________________________________________________
41841 [  8493] By: jhi                                   on 2001/01/20  22:56:39
41842         Log: Subject: [PATCH: perl@8482] README.vms URL updates
41843              From: Peter Prymmer <pvhp@forte.com>
41844              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
41845              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
41846              
41847              Plus Craig A. Berry's suggestion to use compaq.com instead
41848              of digital.com.
41849      Branch: perl
41850            ! README.vms
41851 ____________________________________________________________________________
41852 [  8492] By: jhi                                   on 2001/01/20  22:50:05
41853         Log: Memory management calls documentation.
41854      Branch: perl
41855            ! pod/perlguts.pod
41856 ____________________________________________________________________________
41857 [  8491] By: jhi                                   on 2001/01/20  22:38:33
41858         Log: Signedness nit plus few memcpy/Copy nits.
41859      Branch: perl
41860            ! sv.c
41861 ____________________________________________________________________________
41862 [  8490] By: jhi                                   on 2001/01/20  22:25:53
41863         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41864              From: Peter Prymmer <pvhp@forte.com>
41865              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
41866              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
41867      Branch: perl
41868            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41869 ____________________________________________________________________________
41870 [  8489] By: jhi                                   on 2001/01/20  22:24:41
41871         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
41872              From: Peter Prymmer <pvhp@forte.com>
41873              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
41874              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
41875      Branch: perl
41876            ! win32/Makefile win32/makefile.mk
41877 ____________________________________________________________________________
41878 [  8488] By: jhi                                   on 2001/01/20  22:22:27
41879         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
41880              From: Peter Prymmer <pvhp@forte.com>
41881              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
41882              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
41883      Branch: perl
41884            ! Makefile.SH
41885 ____________________________________________________________________________
41886 [  8487] By: jhi                                   on 2001/01/20  22:21:18
41887         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
41888              From: Peter Prymmer <pvhp@forte.com>
41889              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
41890              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
41891      Branch: perl
41892            + ext/DynaLoader/dl_dllload.xs
41893            ! MANIFEST Makefile.SH hints/os390.sh
41894 ____________________________________________________________________________
41895 [  8486] By: jhi                                   on 2001/01/20  22:17:53
41896         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
41897              From: Peter Prymmer <pvhp@forte.com>
41898              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
41899              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
41900      Branch: perl
41901            ! README.os390 README.posix-bc
41902 ____________________________________________________________________________
41903 [  8485] By: jhi                                   on 2001/01/20  20:15:30
41904         Log: Document and test the new qu operator.
41905      Branch: perl
41906            + t/op/qu.t
41907            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
41908            ! pod/perlretut.pod pod/perlunicode.pod
41909 ____________________________________________________________________________
41910 [  8484] By: nick                                  on 2001/01/20  19:42:30
41911         Log: Infrastructure to allow:
41912              open($fh,"|-",@array);
41913              to be implemented
41914              i.e. mark pp_open as needing a stack mark, and make pp_open
41915              process its args in that style (and pass them _all_ to tied handles OPEN).
41916              Invent do_openn() which takes SV ** at allow it to see multiple args.
41917              Note this does not _do_ anything yet.
41918      Branch: perlio
41919            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
41920            ! perlapi.c pp_proto.h pp_sys.c proto.h
41921 ____________________________________________________________________________
41922 [  8483] By: nick                                  on 2001/01/20  17:23:14
41923         Log: Integrate mainline.
41924      Branch: perlio
41925           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
41926           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
41927 ____________________________________________________________________________
41928 [  8482] By: jhi                                   on 2001/01/19  15:37:49
41929         Log: Update Changes.
41930      Branch: perl
41931            ! Changes patchlevel.h
41932 ____________________________________________________________________________
41933 [  8481] By: jhi                                   on 2001/01/19  14:41:24
41934         Log: Subject: Re: new feature: s?printf parameter reordering 
41935              From: Hugo <hv@crypt.compulink.co.uk>
41936              Date: Thu, 11 Jan 2001 17:09:03 +0000
41937              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
41938              
41939              - support reordering for all parameters: %, *v, *, .*
41940              - lay down that the reordering specification must immediately
41941              follow that parameter: %3$, *v3$, *3$, .*3$
41942              - fix vectorisation of a zero-length string
41943              - factor out the code choosing the argument to format
41944              
41945              Possibly unwanted side-effects:
41946              - the special format specifiers ' +-0' must now precede any
41947              vectorisation specifier. Tests in op/sprintf and op/ver
41948              have been changed to reflect this.
41949              - sprintf.t test #214 changed its expectations because in many
41950              cases, the next parameter has already been consumed when an
41951              invalid type letter is detected.
41952              
41953              Probably wanted side-effects:
41954              - attempts to format a non-existent parameter will warn as if C<undef>
41955              - attempt to write to non-existent parameter with '%n' will complain
41956              of "attempt to modify read-only value" instead of being silent
41957      Branch: perl
41958            ! sv.c t/op/sprintf.t t/op/ver.t
41959 ____________________________________________________________________________
41960 [  8480] By: jhi                                   on 2001/01/19  14:08:37
41961         Log: Subject: PATCH pragma/locale.t
41962              From: andreas.koenig@anima.de (Andreas J. Koenig)
41963              Date: 18 Jan 2001 09:45:37 +0100
41964              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
41965      Branch: perl
41966            ! t/pragma/locale.t
41967 ____________________________________________________________________________
41968 [  8479] By: jhi                                   on 2001/01/19  13:19:58
41969         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
41970      Branch: perl
41971            ! configure.com
41972 ____________________________________________________________________________
41973 [  8478] By: jhi                                   on 2001/01/19  02:12:35
41974         Log: Automate 1_compile.t.
41975      Branch: perl
41976            ! t/lib/1_compile.t
41977 ____________________________________________________________________________
41978 [  8477] By: jhi                                   on 2001/01/19  01:49:56
41979         Log: Integrate perlio.
41980      Branch: perl
41981           !> sv.c win32/config.bc win32/config.gc win32/config.vc
41982           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41983 ____________________________________________________________________________
41984 [  8476] By: nick                                  on 2001/01/18  21:51:52
41985         Log: Integrate mainline
41986      Branch: perlio
41987           +> t/lib/1_compile.t t/lib/compmod.pl
41988           !> MANIFEST configure.com lib/unicode/distinct.pm
41989 ____________________________________________________________________________
41990 [  8475] By: nick                                  on 2001/01/18  21:48:02
41991         Log: Win32 "safe signals" co-existance fix.
41992              Fix SIG_SIZE value.
41993              Clear PL_sig_pending when cloning (fork).
41994      Branch: perlio
41995            ! sv.c win32/config.bc win32/config.gc win32/config.vc
41996            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41997 ____________________________________________________________________________
41998 [  8474] By: jhi                                   on 2001/01/18  14:40:57
41999         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
42000      Branch: perl
42001            ! t/lib/1_compile.t
42002 ____________________________________________________________________________
42003 [  8473] By: gsar                                  on 2001/01/18  11:42:31
42004         Log: unsubmitted trial1 change
42005      Branch: maint-5.6/perl
42006            ! Changes
42007 ____________________________________________________________________________
42008 [  8472] By: jhi                                   on 2001/01/18  04:30:24
42009         Log: The first bug found by 1_compile.t.
42010      Branch: perl
42011            ! lib/unicode/distinct.pm
42012 ____________________________________________________________________________
42013 [  8471] By: jhi                                   on 2001/01/18  04:29:42
42014         Log: Add Schwern's 1_compile test.  The compile_module script renamed
42015              to be a bit shorter for the 8.3 people.
42016      Branch: perl
42017            + t/lib/1_compile.t t/lib/compmod.pl
42018            ! MANIFEST
42019 ____________________________________________________________________________
42020 [  8470] By: jhi                                   on 2001/01/18  04:16:00
42021         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)
42022              From: Peter Prymmer <pvhp@forte.com>
42023              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42024              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42025              Replace #8463.
42026      Branch: maint-5.6/perl
42027            ! configure.com
42028 ____________________________________________________________________________
42029 [  8469] By: jhi                                   on 2001/01/18  04:13:02
42030         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)
42031              From: Peter Prymmer <pvhp@forte.com>
42032              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
42033              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
42034              Replace #8462.
42035      Branch: perl
42036            ! configure.com
42037 ____________________________________________________________________________
42038 [  8468] By: jhi                                   on 2001/01/18  03:42:08
42039         Log: Integrate perlio.
42040      Branch: perl
42041           !> gv.c mg.c perlio.c util.c
42042 ____________________________________________________________________________
42043 [  8467] By: nick                                  on 2001/01/17  22:41:10
42044         Log: "Safe" signals - trial implementation.
42045              gv.c tweaked to zero PL_sig_pend array
42046              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
42047              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
42048              Odd thing is that it "works" with PERLIO=stdio as well (linux).
42049      Branch: perlio
42050            ! gv.c mg.c perlio.c util.c
42051 ____________________________________________________________________________
42052 [  8466] By: nick                                  on 2001/01/17  20:40:20
42053         Log: Integrate mainline.
42054      Branch: perlio
42055           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42056           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
42057           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
42058           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42059           !> vos/config.ga.h win32/config.bc win32/config.gc
42060           !> win32/config.vc
42061 ____________________________________________________________________________
42062 [  8465] By: jhi                                   on 2001/01/17  18:37:13
42063         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
42064              From: Nicholas Clark <nick@ccl4.org>
42065              Date: Wed, 17 Jan 2001 17:31:33 +0000
42066              Message-ID: <20010117173133.I2633@plum.flirble.org>
42067      Branch: perl
42068            ! t/op/int.t
42069 ____________________________________________________________________________
42070 [  8464] By: jhi                                   on 2001/01/17  14:43:17
42071         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
42072              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42073              Date: Wed, 17 Jan 2001 15:16:43 +0100
42074              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
42075              
42076              pp_int() was dropping an NV to the floor,
42077              int(279964589018079/59) either returned not an integer
42078              4745162525730.15, or one got "Attempt to free unreferenced scalar."
42079      Branch: perl
42080            ! pp.c
42081 ____________________________________________________________________________
42082 [  8463] By: jhi                                   on 2001/01/17  06:12:42
42083         Log: (Replaced by #8470)
42084              
42085              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)
42086              From: "Craig A. Berry" <craigberry@mac.com>
42087              Date: Tue, 16 Jan 2001 23:38:46 -0600
42088              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
42089      Branch: maint-5.6/perl
42090            ! configure.com
42091 ____________________________________________________________________________
42092 [  8462] By: jhi                                   on 2001/01/17  06:11:31
42093         Log: (Replaced by #8469)
42094              
42095              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)
42096              From: "Craig A. Berry" <craigberry@mac.com>
42097              Date: Tue, 16 Jan 2001 23:38:46 -0600
42098              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
42099      Branch: perl
42100            ! configure.com
42101 ____________________________________________________________________________
42102 [  8461] By: jhi                                   on 2001/01/17  05:56:12
42103         Log: Allow for one trailing slash in the directory of mkdir().
42104      Branch: perl
42105            ! pp_sys.c
42106 ____________________________________________________________________________
42107 [  8460] By: jhi                                   on 2001/01/17  03:26:01
42108         Log: Metaconfig unit changes for #8459.
42109      Branch: metaconfig
42110            ! U/modified/Loc.U U/modified/sig_name.U
42111 ____________________________________________________________________________
42112 [  8459] By: jhi                                   on 2001/01/17  03:24:48
42113         Log: Define SIG_SIZE, the number of elements in the sig_name and
42114              sig_num arrays, including the final NULL entry.
42115      Branch: perl
42116            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42117            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
42118            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
42119            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42120            ! win32/config.bc win32/config.gc win32/config.vc
42121 ____________________________________________________________________________
42122 [  8458] By: jhi                                   on 2001/01/17  01:41:33
42123         Log: Integrate perlio.
42124      Branch: perl
42125           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
42126           !> perlapi.h proto.h sv.c
42127 ____________________________________________________________________________
42128 [  8457] By: nick                                  on 2001/01/16  22:07:26
42129         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
42130              Provides all the "cost" but no benefit yet - it is to allow cost
42131              to be measured, and implementation experiments (just in mg.c?).
42132      Branch: perlio
42133            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
42134            ! perlapi.h proto.h sv.c
42135 ____________________________________________________________________________
42136 [  8456] By: nick                                  on 2001/01/16  21:07:07
42137         Log: Integrate mainline.
42138      Branch: perlio
42139           !> (integrate 51 files)
42140 ____________________________________________________________________________
42141 [  8455] By: jhi                                   on 2001/01/16  18:13:43
42142         Log: Subject: [PATCH] regcomp.c old feature removal
42143              From: mjd@plover.com
42144              Date: 16 Jan 2001 14:43:18 -0000 
42145              Message-ID: <20010116144318.7140.qmail@plover.com> 
42146      Branch: perl
42147            ! regcomp.c
42148 ____________________________________________________________________________
42149 [  8454] By: jhi                                   on 2001/01/16  16:12:39
42150         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
42151              From: "Indy Singh" <indy@nusphere.com>
42152              Date: Wed, 10 Jan 2001 20:17:49 -0500
42153              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
42154      Branch: maint-5.6/perl
42155            ! win32/Makefile
42156 ____________________________________________________________________________
42157 [  8453] By: jhi                                   on 2001/01/16  16:09:33
42158         Log: Update Changes.
42159      Branch: perl
42160            ! Changes patchlevel.h
42161 ____________________________________________________________________________
42162 [  8452] By: jhi                                   on 2001/01/16  15:42:04
42163         Log: Subject: Re: API Cleanup
42164              To: perl5-porters@perl.org
42165              Date: Tue, 16 Jan 2001 13:42:30 +0000
42166              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
42167              
42168              Subject: [PATCH] utf8.c documentation
42169              From: Simon Cozens <simon@cozens.net>
42170              Date: Tue, 16 Jan 2001 13:52:48 +0000
42171              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
42172              
42173              Subject: Re: API Cleanup
42174              From: Simon Cozens <simon@cozens.net>
42175              Date: Tue, 16 Jan 2001 14:58:55 +0000
42176              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
42177              
42178              UTF-8 doc patches.
42179      Branch: perl
42180            ! embed.pl pod/perlapi.pod utf8.c
42181 ____________________________________________________________________________
42182 [  8451] By: jhi                                   on 2001/01/16  14:41:39
42183         Log: podlators 1.07, from Russ Allbery.
42184      Branch: perl
42185            ! lib/Pod/Man.pm
42186 ____________________________________________________________________________
42187 [  8450] By: jhi                                   on 2001/01/16  14:24:19
42188         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
42189              From: "Indy Singh" <indy@nusphere.com>
42190              Date: Mon, 15 Jan 2001 20:59:40 -0500
42191              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
42192      Branch: perl
42193            ! win32/Makefile
42194 ____________________________________________________________________________
42195 [  8449] By: jhi                                   on 2001/01/16  03:42:55
42196         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
42197              at the setting of the ofs_sv in new_struct_thread() as the
42198              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
42199              uninitialized fields are, uh, initialized with),
42200              SvREFCNT_inc()ing that invited a core dump.
42201      Branch: perl
42202            ! util.c
42203 ____________________________________________________________________________
42204 [  8448] By: jhi                                   on 2001/01/16  01:49:07
42205         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
42206              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42207              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
42208              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
42209              
42210              Replace #8444 and #8445.
42211      Branch: perl
42212            ! ext/B/B.xs ext/B/B/Debug.pm
42213 ____________________________________________________________________________
42214 [  8447] By: jhi                                   on 2001/01/15  21:05:35
42215         Log: Subject: [PATCH] API Variable documentation   
42216              From: Simon Cozens <simon@cozens.net>
42217              Date: Mon, 15 Jan 2001 19:35:54 +0000
42218              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
42219      Branch: perl
42220            ! pod/perlapi.pod thrdvar.h
42221 ____________________________________________________________________________
42222 [  8446] By: jhi                                   on 2001/01/15  20:49:20
42223         Log: Signedness nit.
42224      Branch: perl
42225            ! pp_ctl.c
42226 ____________________________________________________________________________
42227 [  8445] By: jhi                                   on 2001/01/15  20:28:48
42228         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
42229      Branch: perl
42230            ! ext/B/B/Debug.pm
42231 ____________________________________________________________________________
42232 [  8444] By: jhi                                   on 2001/01/15  13:09:10
42233         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42234      Branch: perl
42235            ! ext/B/B.xs
42236 ____________________________________________________________________________
42237 [  8443] By: jhi                                   on 2001/01/15  13:06:26
42238         Log: Missing from #8439.
42239      Branch: perl
42240            ! keywords.h mg.c
42241 ____________________________________________________________________________
42242 [  8442] By: jhi                                   on 2001/01/15  13:02:38
42243         Log: Subject: [PATCH @8436] Eliminate op_children
42244              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42245              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
42246              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
42247              
42248              Subject: [PATCH @8436] Re: Eliminate op_children
42249              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42250              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
42251              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
42252      Branch: perl
42253            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
42254            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
42255            ! op.c op.h
42256 ____________________________________________________________________________
42257 [  8441] By: jhi                                   on 2001/01/15  12:57:08
42258         Log: Use the /^Perl_/-less form of is_lvalue_sub().
42259      Branch: perl
42260            ! pp.h
42261 ____________________________________________________________________________
42262 [  8440] By: jhi                                   on 2001/01/15  05:13:09
42263         Log: Revert #8437 and #8438, the Linux large files story is more complex.
42264      Branch: metaconfig/U/perl
42265            ! d_fpos64_t.U d_off64_t.U
42266      Branch: perl
42267            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42268            ! config_h.SH configure.com epoc/config.sh perl.h
42269            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42270            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42271            ! win32/config.bc win32/config.gc win32/config.vc
42272 ____________________________________________________________________________
42273 [  8439] By: jhi                                   on 2001/01/15  05:02:24
42274         Log: More UTF-8 patches from Inaba Hiroto.
42275              - The substr lval was still not okay.
42276              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42277              even if IN_BYTE.  pp_stringify is called from fold_constants
42278              at optimization phase and "\x{100}" was made SvUTF8_off under
42279              use bytes (the bytes pragma is for "byte semantics" and not
42280              for "do not produce UTF8 data")
42281              - New `qu' operator to generate UTF8 string explicitly.
42282              Though I agree with the policy "0x00-0xff always produce bytes",
42283              sometimes want to such a string to be coded in UTF8.
42284              I can use pack"U0a*" but it requires more typing and has
42285              runtime overhead.
42286              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
42287              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
42288              string is not UTF8_on and has char 0x80-0xff.
42289              
42290              TODO: document and test qu.
42291      Branch: perl
42292            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
42293            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
42294            ! toke.c
42295 ____________________________________________________________________________
42296 [  8438] By: jhi                                   on 2001/01/14  05:10:23
42297         Log: (Reverted by #8440)
42298              
42299              Metaconfig unit changes for #8437.
42300      Branch: metaconfig/U/perl
42301            ! d_fpos64_t.U d_off64_t.U
42302 ____________________________________________________________________________
42303 [  8437] By: jhi                                   on 2001/01/14  04:55:34
42304         Log: (Reverted by #8440)
42305              
42306              Add <features.h> probing, seems to be needed for (some?)
42307              Linux largefileness.
42308      Branch: perl
42309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42310            ! config_h.SH configure.com epoc/config.sh perl.h
42311            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42312            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42313            ! win32/config.bc win32/config.gc win32/config.vc
42314 ____________________________________________________________________________
42315 [  8436] By: jhi                                   on 2001/01/13  17:47:21
42316         Log: Tighten some of the tests a bit.
42317      Branch: perl
42318            ! t/pragma/utf8.t
42319 ____________________________________________________________________________
42320 [  8435] By: jhi                                   on 2001/01/13  17:31:54
42321         Log: Integrate perlio.
42322      Branch: perl
42323           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
42324           !> win32/config_H.gc win32/config_H.vc
42325 ____________________________________________________________________________
42326 [  8434] By: nick                                  on 2001/01/13  11:36:53
42327         Log: Run dmake regen_config_h for Win32
42328      Branch: perlio
42329            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42330 ____________________________________________________________________________
42331 [  8433] By: nick                                  on 2001/01/13  11:31:55
42332         Log: VMS friendly patch to Encode compile process
42333      Branch: perlio
42334            ! ext/Encode/Makefile.PL ext/Encode/compile
42335 ____________________________________________________________________________
42336 [  8432] By: nick                                  on 2001/01/13  11:06:44
42337         Log: Integrate mainline
42338      Branch: perlio
42339           +> ext/B/B/Concise.pm
42340           !> (integrate 52 files)
42341 ____________________________________________________________________________
42342 [  8431] By: jhi                                   on 2001/01/13  05:55:55
42343         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
42344              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42345              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
42346              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
42347      Branch: perl
42348            ! ext/B/B/Concise.pm
42349 ____________________________________________________________________________
42350 [  8430] By: jhi                                   on 2001/01/13  04:24:18
42351         Log: The LVRET macro needed an aTHX.
42352      Branch: perl
42353            ! pp.h
42354 ____________________________________________________________________________
42355 [  8429] By: jhi                                   on 2001/01/13  02:12:42
42356         Log: Update Changes.
42357      Branch: perl
42358            ! Changes patchlevel.h
42359 ____________________________________________________________________________
42360 [  8428] By: jhi                                   on 2001/01/13  02:08:50
42361         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
42362              From: Peter Prymmer <pvhp@forte.com>
42363              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
42364              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
42365              
42366              Add a BEGIN guard for sloppy floating point division.
42367      Branch: perl
42368            ! lib/Math/BigInt.pm lib/bigint.pl
42369 ____________________________________________________________________________
42370 [  8427] By: jhi                                   on 2001/01/13  01:47:16
42371         Log: The B::Terse drop-in replacement wasn't quite drop-in.
42372      Branch: perl
42373            ! ext/B/B/Terse.pm
42374 ____________________________________________________________________________
42375 [  8426] By: jhi                                   on 2001/01/12  21:20:43
42376         Log: Use UVXf.
42377      Branch: perl
42378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42379            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
42380            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42381            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42382            ! win32/config.gc win32/config.vc
42383 ____________________________________________________________________________
42384 [  8425] By: jhi                                   on 2001/01/12  20:20:14
42385         Log: Subject: [PATCH perl@8342] -Wformat
42386              From: Robin Barker <rmb1@cise.npl.co.uk>
42387              Date: Fri, 12 Jan 2001 20:03:14 GMT
42388              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
42389      Branch: perl
42390            ! ext/Encode/Encode.xs mg.c sv.c toke.c
42391 ____________________________________________________________________________
42392 [  8424] By: jhi                                   on 2001/01/12  20:01:48
42393         Log: Subject: B::Concise -- an improved replacement for B::Terse 
42394              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42395              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
42396              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
42397      Branch: perl
42398            + ext/B/B/Concise.pm
42399            ! MANIFEST ext/B/B/Terse.pm
42400 ____________________________________________________________________________
42401 [  8423] By: jhi                                   on 2001/01/12  19:24:02
42402         Log: The new metaconfig unit from the #8421.
42403      Branch: metaconfig/U/perl
42404            + d_sigprocmask.U
42405 ____________________________________________________________________________
42406 [  8422] By: jhi                                   on 2001/01/12  19:23:43
42407         Log: Forgot the microperl config from the #8421.
42408      Branch: perl
42409            ! uconfig.h uconfig.sh
42410 ____________________________________________________________________________
42411 [  8421] By: jhi                                   on 2001/01/12  19:05:27
42412         Log: Add sigprocmask() probe, regen Configure, regen toc.
42413      Branch: perl
42414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42415            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
42416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42417            ! vos/config.ga.h win32/config.bc win32/config.gc
42418            ! win32/config.vc
42419 ____________________________________________________________________________
42420 [  8420] By: jhi                                   on 2001/01/12  18:34:31
42421         Log: Add sockatmark() to the todo list.
42422      Branch: perl
42423            ! Todo-5.6
42424 ____________________________________________________________________________
42425 [  8419] By: jhi                                   on 2001/01/12  18:09:46
42426         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42427      Branch: perl
42428            ! op.c
42429 ____________________________________________________________________________
42430 [  8418] By: jhi                                   on 2001/01/12  18:05:30
42431         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42432              From: Radu Greab <radu@netsoft.ro>
42433              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
42434              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
42435      Branch: perl
42436            ! op.c t/pragma/sub_lval.t
42437 ____________________________________________________________________________
42438 [  8417] By: jhi                                   on 2001/01/12  16:09:09
42439         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
42440              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
42441              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
42442              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
42443      Branch: perl
42444            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
42445            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
42446            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
42447            ! t/pragma/sub_lval.t toke.c
42448 ____________________________________________________________________________
42449 [  8416] By: jhi                                   on 2001/01/12  15:42:06
42450         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42451              From: "Richard Soderberg" <rs@crystalflame.net>
42452              Date: Fri, 12 Jan 2001 04:49:35 -0800
42453              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
42454              
42455              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42456              according to the platform.
42457      Branch: perl
42458            ! op.c
42459 ____________________________________________________________________________
42460 [  8415] By: jhi                                   on 2001/01/12  15:33:41
42461         Log: One more UTF-8 fix from Inaba Hiroto.
42462      Branch: perl
42463            ! pp.c regexec.c t/pragma/utf8.t
42464 ____________________________________________________________________________
42465 [  8414] By: jhi                                   on 2001/01/12  15:30:18
42466         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
42467      Branch: perl
42468            ! regexec.c
42469 ____________________________________________________________________________
42470 [  8413] By: jhi                                   on 2001/01/12  15:22:10
42471         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
42472              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42473              Date: Thu, 11 Jan 2001 12:53:36 +0100
42474              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
42475      Branch: perl
42476            ! toke.c
42477 ____________________________________________________________________________
42478 [  8412] By: jhi                                   on 2001/01/12  15:20:25
42479         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
42480              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42481              Date: Fri, 12 Jan 2001 14:37:55 +0100
42482              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
42483      Branch: perl
42484            ! hints/posix-bc.sh
42485 ____________________________________________________________________________
42486 [  8411] By: jhi                                   on 2001/01/12  15:14:14
42487         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
42488              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42489              Date: Fri, 12 Jan 2001 10:42:21 +0100
42490              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
42491      Branch: perl
42492            ! t/op/regmesg.t
42493 ____________________________________________________________________________
42494 [  8410] By: jhi                                   on 2001/01/12  05:48:55
42495         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
42496              From: Nicholas Clark <nick@ccl4.org> 
42497              Date: Sun, 7 Jan 2001 19:47:14 +0000
42498              Message-ID: <20010107194714.B1048@plum.flirble.org>
42499      Branch: perl
42500            ! t/op/numconvert.t
42501 ____________________________________________________________________________
42502 [  8409] By: jhi                                   on 2001/01/12  05:41:28
42503         Log: Integrate perlio.
42504      Branch: perl
42505           !> mg.c scope.h
42506 ____________________________________________________________________________
42507 [  8408] By: nick                                  on 2001/01/11  22:43:28
42508         Log: Remove variables that were used in experiments.
42509      Branch: perlio
42510            ! mg.c
42511 ____________________________________________________________________________
42512 [  8407] By: nick                                  on 2001/01/11  20:57:44
42513         Log: Catch die in %SIG handler and unblock the signal before re-dying.
42514              This make Linux work _without_ sigsetjmp().
42515              Turn off sigsetjmp() to see what else it does.
42516              May need Configure probe for sigprocmask() if anything has sigaction()
42517              but not sigprocmask().
42518      Branch: perlio
42519            ! mg.c scope.h
42520 ____________________________________________________________________________
42521 [  8406] By: nick                                  on 2001/01/11  19:32:07
42522         Log: Integrate mainline
42523      Branch: perlio
42524           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
42525           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
42526           !> t/op/substr.t
42527 ____________________________________________________________________________
42528 [  8405] By: jhi                                   on 2001/01/11  17:11:01
42529         Log: Fix UTF-8 lval substr().
42530      Branch: perl
42531            ! mg.c t/op/substr.t
42532 ____________________________________________________________________________
42533 [  8404] By: jhi                                   on 2001/01/11  05:13:58
42534         Log: Update Changes.
42535      Branch: perl
42536            ! Changes patchlevel.h
42537 ____________________________________________________________________________
42538 [  8403] By: jhi                                   on 2001/01/11  04:38:24
42539         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42540              From: Hugo <hv@crypt.compulink.co.uk>
42541              Date: Mon, 30 Oct 2000 01:33:26 +0000
42542              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
42543      Branch: perl
42544            ! regexec.c t/op/re_tests
42545 ____________________________________________________________________________
42546 [  8402] By: jhi                                   on 2001/01/11  04:26:12
42547         Log: Integrate perlio.
42548      Branch: perl
42549           !> scope.h util.c
42550 ____________________________________________________________________________
42551 [  8401] By: nick                                  on 2001/01/10  22:52:55
42552         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
42553              (So Alan and Ilya can try setting via hints.)
42554              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
42555              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
42556              doing the save everywhere seems to restart read() correctly, but just
42557              doing it once "round" the handler does not.
42558      Branch: perlio
42559            ! scope.h
42560 ____________________________________________________________________________
42561 [  8400] By: jhi                                   on 2001/01/10  21:57:54
42562         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
42563              of IRIX, HP-UX is unaffected.
42564      Branch: perl
42565            ! perl.h
42566 ____________________________________________________________________________
42567 [  8399] By: nick                                  on 2001/01/10  21:29:19
42568         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
42569      Branch: perlio
42570            ! util.c
42571 ____________________________________________________________________________
42572 [  8398] By: jhi                                   on 2001/01/10  20:55:31
42573         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
42574              also have ReusePort.
42575      Branch: perl
42576            ! ext/IO/lib/IO/Socket/INET.pm
42577 ____________________________________________________________________________
42578 [  8397] By: jhi                                   on 2001/01/10  20:50:57
42579         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42580              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42581              Date: Wed, 10 Jan 2001 01:38:13 -0800
42582              Message-ID: <20010110013813.B41744@yahoo-inc.com>
42583      Branch: perl
42584            ! ext/IO/lib/IO/Socket/INET.pm
42585 ____________________________________________________________________________
42586 [  8396] By: jhi                                   on 2001/01/10  20:49:30
42587         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
42588              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42589              Date: Wed, 10 Jan 2001 01:37:32 -0800
42590              Message-ID: <20010110013732.A41744@yahoo-inc.com>
42591      Branch: perl
42592            ! ext/Socket/Socket.pm
42593 ____________________________________________________________________________
42594 [  8395] By: jhi                                   on 2001/01/10  20:41:37
42595         Log: Test for bug id 20010105.016 (fixed by #8378).
42596      Branch: perl
42597            ! t/op/split.t
42598 ____________________________________________________________________________
42599 [  8394] By: jhi                                   on 2001/01/10  20:26:32
42600         Log: Integrate perlio.
42601      Branch: perl
42602            ! util.c
42603 ____________________________________________________________________________
42604 [  8393] By: nick                                  on 2001/01/10  19:34:30
42605         Log: Back out Simon's pid hackery for now.
42606      Branch: perlio
42607            ! util.c
42608 ____________________________________________________________________________
42609 [  8392] By: nick                                  on 2001/01/10  19:23:13
42610         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
42611      Branch: perlio
42612           !> (integrate 29 files)
42613 ____________________________________________________________________________
42614 [  8391] By: jhi                                   on 2001/01/10  18:43:15
42615         Log: Subject: [PATCH] Fix my_pclose segfault
42616              From: Simon Cozens <simon@cozens.net>
42617              Date: Wed, 10 Jan 2001 18:39:35 +0000
42618              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
42619      Branch: perl
42620            ! util.c
42621 ____________________________________________________________________________
42622 [  8390] By: jhi                                   on 2001/01/10  18:42:08
42623         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42624              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42625              Date:     Wed, 10 Jan 2001 13:23:02 EST
42626              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
42627      Branch: perl
42628            ! ext/Opcode/Opcode.xs
42629 ____________________________________________________________________________
42630 [  8389] By: jhi                                   on 2001/01/10  15:16:07
42631         Log: Turn off the integer preservation for now.
42632      Branch: perl
42633            ! perl.h
42634 ____________________________________________________________________________
42635 [  8388] By: jhi                                   on 2001/01/10  15:01:25
42636         Log: Few more IDE/editor nits from p5p.
42637      Branch: perl
42638            ! pod/perlfaq3.pod
42639 ____________________________________________________________________________
42640 [  8387] By: jhi                                   on 2001/01/10  06:53:16
42641         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
42642              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
42643              Date: Tue, 9 Jan 2001 23:16:02 +0000
42644              Message-ID: <20010109231602.A81101@plum.flirble.org>
42645      Branch: perl
42646            ! sv.c
42647 ____________________________________________________________________________
42648 [  8386] By: jhi                                   on 2001/01/10  03:17:54
42649         Log: Test cases for #8385 (from Simon's "torture.pl")
42650      Branch: perl
42651            ! t/op/tr.t
42652 ____________________________________________________________________________
42653 [  8385] By: jhi                                   on 2001/01/10  03:17:11
42654         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
42655              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
42656              Date: Wed, 10 Jan 2001 11:39:39 +0900
42657              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
42658              
42659              Some more UTF-8 tr cases fixed.
42660      Branch: perl
42661            ! doop.c
42662 ____________________________________________________________________________
42663 [  8384] By: jhi                                   on 2001/01/09  22:45:40
42664         Log: Allow the locale test needing POSIX and the taint test
42665              needing IPC::SysV to run under 'minitest' (basically,
42666              bail out if loading the extension fails)
42667      Branch: perl
42668            ! t/op/misc.t t/op/taint.t
42669 ____________________________________________________________________________
42670 [  8383] By: jhi                                   on 2001/01/09  21:36:04
42671         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42672              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42673              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
42674              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
42675      Branch: perl
42676            ! t/io/openpid.t
42677 ____________________________________________________________________________
42678 [  8382] By: jhi                                   on 2001/01/09  21:06:08
42679         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
42680              Should finish up the bug id 20001205.022.
42681      Branch: perl
42682            ! pp.c pp_hot.c scope.c
42683 ____________________________________________________________________________
42684 [  8381] By: jhi                                   on 2001/01/09  18:27:43
42685         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
42686              From: Andy Dougherty <doughera@lafayette.edu>
42687              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
42688              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
42689              
42690              More robust yacc/bison error detection.
42691      Branch: perl
42692            ! t/comp/proto.t
42693 ____________________________________________________________________________
42694 [  8380] By: jhi                                   on 2001/01/09  15:21:38
42695         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
42696              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42697              Date:     Tue, 9 Jan 2001 07:53:55 EST
42698              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
42699      Branch: perl
42700            ! t/op/misc.t vms/test.com
42701 ____________________________________________________________________________
42702 [  8379] By: jhi                                   on 2001/01/09  15:20:38
42703         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
42704              From: jhi@cc.hut.fi
42705              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
42706              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
42707              
42708              The #8378 fixed this.
42709      Branch: perl
42710            ! t/op/tr.t
42711 ____________________________________________________________________________
42712 [  8378] By: jhi                                   on 2001/01/09  15:05:32
42713         Log: Subject: One more patch for UTF8 
42714              From: Inaba Hiroto <inaba@st.rim.or.jp>
42715              Date: Tue, 09 Jan 2001 01:04:32 +0900
42716              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
42717              
42718              UTF-8 fixes for 'x' and tr///.
42719      Branch: perl
42720            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
42721            ! regcomp.c regexec.c toke.c utf8.c
42722 ____________________________________________________________________________
42723 [  8377] By: jhi                                   on 2001/01/09  14:32:17
42724         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42725      Branch: perl
42726            ! t/op/length.t
42727 ____________________________________________________________________________
42728 [  8376] By: jhi                                   on 2001/01/09  04:32:32
42729         Log: integrate changes #7775, #8316, #8316 from mainline
42730      Branch: maint-5.6/perl
42731            ! hints/solaris_2.sh
42732 ____________________________________________________________________________
42733 [  8375] By: jhi                                   on 2001/01/09  04:26:43
42734         Log: Update Changes.
42735      Branch: perl
42736            ! Changes patchlevel.h
42737 ____________________________________________________________________________
42738 [  8374] By: jhi                                   on 2001/01/09  04:14:32
42739         Log: IDE/editor section tweaking.
42740      Branch: perl
42741            ! pod/perlfaq3.pod
42742 ____________________________________________________________________________
42743 [  8373] By: jhi                                   on 2001/01/09  02:38:26
42744         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
42745              From: Peter Prymmer <pvhp@forte.com>
42746              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
42747              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
42748              
42749              In preparation os OS/390 dynamic loading.
42750      Branch: perl
42751            ! README.os390 hints/os390.sh
42752 ____________________________________________________________________________
42753 [  8372] By: jhi                                   on 2001/01/09  00:24:30
42754         Log: Integrate with perlio.
42755      Branch: perl
42756           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42757 ____________________________________________________________________________
42758 [  8371] By: nick                                  on 2001/01/08  23:54:33
42759         Log: Fix "scalars leaked" bugs caused by overload magic
42760              (Highlighted by Ilya's DESTROY optimization.)
42761      Branch: perlio
42762            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42763 ____________________________________________________________________________
42764 [  8370] By: nick                                  on 2001/01/08  20:19:41
42765         Log: Integrate mainline
42766      Branch: perlio
42767           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
42768           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
42769           !> t/op/64bitint.t
42770 ____________________________________________________________________________
42771 [  8369] By: jhi                                   on 2001/01/08  17:30:52
42772         Log: save_delete() Safefree() doesn't (anymore?) work with shared
42773              strings, one test failure in op/misc and almost all of lib/b.
42774              (Outcomments #8369.)
42775      Branch: perl
42776            ! scope.c
42777 ____________________________________________________________________________
42778 [  8368] By: jhi                                   on 2001/01/08  14:47:10
42779         Log: (Outcommented by #8369.)
42780              
42781              Subject: Re: Perl BugID 20001205.022 ---- save_delete
42782              From: Simon Cozens <simon@cozens.net>
42783              Date: Sat, 6 Jan 2001 11:48:40 +0000
42784              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
42785              
42786              The save_delete() does need the Safefree.
42787      Branch: perl
42788            ! scope.c
42789 ____________________________________________________________________________
42790 [  8367] By: bailey                                on 2001/01/08  08:53:52
42791         Log: Once again syncing after too long an absence
42792      Branch: vmsperl
42793           +> (branch 55 files)
42794            - MAINTAIN fix_pl vos/config.def vos/config.h
42795            - vos/config_h.SH_orig
42796           !> (integrate 498 files)
42797 ____________________________________________________________________________
42798 [  8366] By: jhi                                   on 2001/01/08  02:42:59
42799         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
42800              From: nick@ccl4.org
42801              Date: Sun, 7 Jan 2001 21:07:18 +0000
42802              Message-Id: <20010107210717.D1048@plum.flirble.org>
42803      Branch: perl
42804            ! sv.c t/op/64bitint.t
42805 ____________________________________________________________________________
42806 [  8365] By: jhi                                   on 2001/01/08  02:35:16
42807         Log: Subject: [PATCH] environ nit
42808              From: Simon Cozens <simon@cozens.net>
42809              Date: Sun, 7 Jan 2001 17:57:07 +0000
42810              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
42811              
42812              Use environ only if we have it.
42813      Branch: perl
42814            ! mg.c
42815 ____________________________________________________________________________
42816 [  8364] By: jhi                                   on 2001/01/08  02:24:51
42817         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
42818      Branch: perl
42819            ! ext/GDBM_File/GDBM_File.xs
42820 ____________________________________________________________________________
42821 [  8363] By: jhi                                   on 2001/01/08  02:19:24
42822         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42823              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42824              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
42825              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
42826      Branch: perl
42827            ! dump.c op.c
42828 ____________________________________________________________________________
42829 [  8362] By: jhi                                   on 2001/01/08  02:17:43
42830         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
42831              From: Doug MacEachern <dougm@covalent.net>
42832              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
42833              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
42834              
42835              Allow AUTOLOAD to be an xsub and allow such xsubs
42836              to avoid use of $AUTOLOAD.
42837      Branch: perl
42838            ! gv.c
42839 ____________________________________________________________________________
42840 [  8361] By: jhi                                   on 2001/01/08  02:16:07
42841         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42842              From: Radu Greab <radu@netsoft.ro>
42843              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
42844              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
42845              
42846              No need for the potentially unportable $SIG{CHLD}.
42847      Branch: perl
42848            ! t/io/pipe.t
42849 ____________________________________________________________________________
42850 [  8360] By: jhi                                   on 2001/01/08  01:58:23
42851         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
42852      Branch: perl
42853            ! lib/Getopt/Long.pm
42854 ____________________________________________________________________________
42855 [  8359] By: jhi                                   on 2001/01/08  01:55:44
42856         Log: Integrate perlio.
42857      Branch: perl
42858           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
42859           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
42860           !> utf8.c win32/Makefile
42861 ____________________________________________________________________________
42862 [  8358] By: jhi                                   on 2001/01/07  21:16:50
42863         Log: Update the EPOC cross SDK URL.
42864      Branch: perl
42865            ! README.epoc
42866 ____________________________________________________________________________
42867 [  8357] By: jhi                                   on 2001/01/07  21:16:09
42868         Log: Update the EPOC cross SDK URL.
42869      Branch: maint-5.6/perl
42870            ! README.epoc
42871 ____________________________________________________________________________
42872 [  8356] By: nick                                  on 2001/01/06  21:47:52
42873         Log: FILE * in XS code for PerlIO world:
42874              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
42875              - Add FILE * T_STDIO typemap.
42876              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
42877      Branch: perlio
42878            ! lib/ExtUtils/typemap perlio.c perlio.h
42879 ____________________________________________________________________________
42880 [  8355] By: jhi                                   on 2001/01/06  20:27:15
42881         Log: integrate change #8336 from mainline
42882              
42883              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
42884      Branch: maint-5.6/perl
42885            ! hv.c
42886 ____________________________________________________________________________
42887 [  8354] By: jhi                                   on 2001/01/06  20:24:29
42888         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42889              From: Robin Barker <rmb1@cise.npl.co.uk>
42890              Date: Fri, 22 Dec 2000 12:17:38 GMT
42891              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42892              
42893              The patch reformats some long =item lines so they give
42894              correct output via pod2man | nroff -man
42895              
42896              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42897              From: Robin Barker <rmb1@cise.npl.co.uk>
42898              Date: Tue, 2 Jan 2001 15:35:03 GMT
42899              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42900              
42901              Here is a _further_ patch which corrects a few more errors:
42902              * an empty C<=item> in CPAN.pm
42903              * patching the wrong file (pod/perlamiga.pod not README.amiga)
42904              * leaving empty C<=item>s which formatted incorrectly
42905              * over long C<=item>s revealed by latest patch to Pod::Man
42906      Branch: maint-5.6/perl
42907            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42908            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42909            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
42910            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
42911            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
42912            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
42913 ____________________________________________________________________________
42914 [  8353] By: jhi                                   on 2001/01/06  20:21:10
42915         Log: integrate changes #7980, 8056, 8057 from mainline
42916              
42917              UTF-8 hash keys.
42918      Branch: maint-5.6/perl
42919            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
42920 ____________________________________________________________________________
42921 [  8352] By: jhi                                   on 2001/01/06  20:18:44
42922         Log: Forgotten from #8438.
42923      Branch: maint-5.6/perl
42924            ! epoc/epocish.h
42925 ____________________________________________________________________________
42926 [  8351] By: jhi                                   on 2001/01/06  20:18:12
42927         Log: Forgotten from #8347.
42928      Branch: maint-5.6/perl
42929            ! config_h.SH
42930 ____________________________________________________________________________
42931 [  8350] By: jhi                                   on 2001/01/06  20:00:19
42932         Log: Thinko in #8347.
42933      Branch: maint-5.6/perl
42934            ! regcomp.c
42935 ____________________________________________________________________________
42936 [  8349] By: jhi                                   on 2001/01/06  18:05:30
42937         Log: Copy the FAQ3 IDE section from the development branch,
42938              changes originally by Peter Prymmer.
42939      Branch: maint-5.6/perl
42940            ! pod/perlfaq3.pod
42941 ____________________________________________________________________________
42942 [  8348] By: jhi                                   on 2001/01/06  18:03:02
42943         Log: EPOC updates for TRIAL1.
42944              
42945              Subject: [5.6.1 trial1] EPOC update
42946              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42947              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
42948              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
42949              
42950              Subject: epoc patch2 for perl-5.6.1-trial1
42951              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42952              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
42953              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
42954      Branch: maint-5.6/perl
42955            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
42956            ! epoc/epocish.c
42957 ____________________________________________________________________________
42958 [  8347] By: jhi                                   on 2001/01/06  17:29:10
42959         Log: integrate changes #7710,7824,7973 from mainline,
42960              plus VMS nits from Peter Prymmer and Dan Sugalski.
42961              
42962              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
42963              library (getprotobyname and getprotobynumber are outversioned by
42964              the same calls in libc, at least for xlc version 3.
42965              
42966              Add HAS_SBRK_PROTO.
42967              
42968              Fixes for signedness warnings noticed by VMSperlers.
42969      Branch: maint-5.6/perl
42970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42971            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
42972            ! sv.c vms/descrip_mms.template vos/config.alpha.def
42973            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42974            ! win32/config.bc win32/config.gc win32/config.vc
42975 ____________________________________________________________________________
42976 [  8346] By: nick                                  on 2001/01/06  14:36:01
42977         Log: Fixup accumulated integrate muddles (perlio == devperl again)
42978      Branch: perlio
42979            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
42980 ____________________________________________________________________________
42981 [  8345] By: nick                                  on 2001/01/06  14:24:58
42982         Log: Integrate mainline
42983      Branch: perlio
42984           !> (integrate 55 files)
42985 ____________________________________________________________________________
42986 [  8344] By: jhi                                   on 2001/01/06  02:24:02
42987         Log: Subject: [patch] PerlIO_cleanup() prototype
42988              From: Doug MacEachern <dougm@covalent.net>
42989              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
42990              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
42991      Branch: perl
42992            ! perlio.h
42993 ____________________________________________________________________________
42994 [  8343] By: jhi                                   on 2001/01/06  01:04:09
42995         Log: IRIX compiler noticed that the bof initialization might be
42996              bypassed by control flow.
42997      Branch: perl
42998            ! toke.c
42999 ____________________________________________________________________________
43000 [  8342] By: jhi                                   on 2001/01/06  00:10:48
43001         Log: Update Changes.
43002      Branch: perl
43003            ! Changes patchlevel.h
43004 ____________________________________________________________________________
43005 [  8341] By: jhi                                   on 2001/01/05  23:52:33
43006         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
43007      Branch: perl
43008            ! toke.c
43009 ____________________________________________________________________________
43010 [  8340] By: jhi                                   on 2001/01/05  22:44:08
43011         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
43012              From: Radu Greab <radu@netsoft.ro>
43013              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
43014              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
43015      Branch: perl
43016            ! t/io/pipe.t util.c
43017 ____________________________________________________________________________
43018 [  8339] By: jhi                                   on 2001/01/05  22:35:17
43019         Log: Subject: [PATCH] format and rewording in perlfaq.pod
43020              From: Robin Barker <rmb1@cise.npl.co.uk>
43021              Date: Fri, 5 Jan 2001 18:51:20 GMT
43022              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
43023      Branch: perl
43024            ! pod/perlfaq.pod
43025 ____________________________________________________________________________
43026 [  8338] By: jhi                                   on 2001/01/05  22:31:17
43027         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
43028              From: Peter Prymmer <pvhp@forte.com>
43029              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
43030              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
43031      Branch: perl
43032            ! utils/perlbug.PL
43033 ____________________________________________________________________________
43034 [  8337] By: jhi                                   on 2001/01/05  18:15:11
43035         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
43036              From: Robin Barker <rmb1@cise.npl.co.uk>
43037              Date: Tue, 2 Jan 2001 15:24:07 GMT
43038              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
43039              
43040              If you call configure as C<./Configure> or C<sh ./Configure>,
43041              $src is set to the absolute path name, not '.'.
43042              
43043              This, in turn, means -Dmksymlink tries to do its stuff because
43044              it does not think it is in the src directory.
43045              
43046              (plus a metaconfig nitfix)
43047      Branch: metaconfig
43048            ! U/compline/ccflags.U U/modified/src.U
43049      Branch: perl
43050            ! Configure config_h.SH
43051 ____________________________________________________________________________
43052 [  8336] By: jhi                                   on 2001/01/05  17:48:32
43053         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
43054              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43055              Message-ID: <3A5606C4.473D2226@uk.sun.com>
43056              Date: Fri, 05 Jan 2001 17:39:16 +0000
43057      Branch: perl
43058            ! hv.c
43059 ____________________________________________________________________________
43060 [  8335] By: jhi                                   on 2001/01/05  16:05:44
43061         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
43062      Branch: perl
43063            ! lib/Getopt/Long.pm
43064 ____________________________________________________________________________
43065 [  8334] By: jhi                                   on 2001/01/05  16:00:51
43066         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
43067              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43068              Date: Fri, 05 Jan 2001 13:46:51 +0100
43069              Message-ID: <13693.978698811@nice.ram.loc>
43070              
43071              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
43072              accurate reading of the "atime".  
43073      Branch: perl
43074            ! t/io/fs.t
43075 ____________________________________________________________________________
43076 [  8333] By: jhi                                   on 2001/01/05  15:57:37
43077         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
43078              From: Simon Cozens <simon@cozens.net>
43079              Date: Fri, 8 Dec 2000 13:33:31 +0000
43080              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
43081              
43082              A lost patch fragment.
43083      Branch: perl
43084            ! doop.c
43085 ____________________________________________________________________________
43086 [  8332] By: jhi                                   on 2001/01/05  15:40:42
43087         Log: Do away with strncpy() and a fixed length buffer.
43088      Branch: perl
43089            ! utf8.c
43090 ____________________________________________________________________________
43091 [  8331] By: jhi                                   on 2001/01/05  15:03:07
43092         Log: Tests for #8329 and #8330.
43093      Branch: perl
43094            ! t/op/bop.t
43095 ____________________________________________________________________________
43096 [  8330] By: jhi                                   on 2001/01/05  15:02:38
43097         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
43098              raw 8-bit form to the UTF-8 string.
43099      Branch: perl
43100            ! toke.c
43101 ____________________________________________________________________________
43102 [  8329] By: jhi                                   on 2001/01/05  14:55:13
43103         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
43104              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43105              Date: Fri, 5 Jan 2001 12:28:52 +0100
43106              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
43107              
43108              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
43109              no effect.  (changed the strncpy() to Copy())
43110      Branch: perl
43111            ! toke.c
43112 ____________________________________________________________________________
43113 [  8328] By: jhi                                   on 2001/01/05  06:44:27
43114         Log: UTF-8 cleanup.
43115      Branch: perl
43116            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
43117            ! regexec.c sv.c toke.c
43118 ____________________________________________________________________________
43119 [  8327] By: jhi                                   on 2001/01/05  01:11:29
43120         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')
43121              From: Radu Greab <radu@netsoft.ro>
43122              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
43123              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
43124              
43125              Cleans up Harness to not use FileHandle, which uses IO.
43126      Branch: perl
43127            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43128 ____________________________________________________________________________
43129 [  8326] By: jhi                                   on 2001/01/05  00:56:37
43130         Log: Update Changes.
43131      Branch: perl
43132            ! Changes patchlevel.h
43133 ____________________________________________________________________________
43134 [  8325] By: jhi                                   on 2001/01/05  00:53:18
43135         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
43136              From: Peter Prymmer <pvhp@forte.com>
43137              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
43138              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
43139              
43140              plus a couple more tailing whitespace removals.
43141      Branch: perl
43142            ! win32/Makefile
43143 ____________________________________________________________________________
43144 [  8324] By: jhi                                   on 2001/01/05  00:47:39
43145         Log: Add some Unicode chop() tests.
43146      Branch: perl
43147            ! t/op/chop.t
43148 ____________________________________________________________________________
43149 [  8323] By: jhi                                   on 2001/01/05  00:47:23
43150         Log: Unify UTF-8 malformedness handling.
43151      Branch: perl
43152            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
43153 ____________________________________________________________________________
43154 [  8322] By: jhi                                   on 2001/01/04  22:21:54
43155         Log: The new $issymlink was unknown to Mksymlinks.
43156      Branch: metaconfig/U/perl
43157            ! Mksymlinks.U issymlink.U
43158      Branch: perl
43159            ! Configure config_h.SH
43160 ____________________________________________________________________________
43161 [  8321] By: jhi                                   on 2001/01/04  21:51:05
43162         Log: The test didn't work under the core test framework.
43163      Branch: perl
43164            ! t/lib/st-lock.t
43165 ____________________________________________________________________________
43166 [  8320] By: jhi                                   on 2001/01/04  21:14:22
43167         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
43168      Branch: perl
43169            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
43170 ____________________________________________________________________________
43171 [  8319] By: jhi                                   on 2001/01/04  20:46:17
43172         Log: Typo in #8312 when manually appying a problematic patch fragment.
43173      Branch: perl
43174            ! ext/Storable/Storable.xs
43175 ____________________________________________________________________________
43176 [  8318] By: jhi                                   on 2001/01/04  20:43:01
43177         Log: The $sh_c didn't fly.
43178      Branch: metaconfig
43179            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
43180            ! U/modified/Loc.U U/modified/myhostname.U
43181            ! U/modified/spitshell.U
43182      Branch: metaconfig/U/perl
43183            ! issymlink.U
43184      Branch: perl
43185            ! Configure config_h.SH
43186 ____________________________________________________________________________
43187 [  8317] By: jhi                                   on 2001/01/04  19:58:01
43188         Log: AIX builtin test -h is broken, changes based on
43189              
43190              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
43191              Date: Tue, 02 Jan 2001 11:24:39 +0100
43192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43193              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
43194      Branch: metaconfig
43195            + U/modified/spitshell.U
43196            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
43197            ! U/modified/Loc.U U/modified/myhostname.U
43198      Branch: metaconfig/U/perl
43199            ! Mksymlinks.U issymlink.U
43200      Branch: perl
43201            ! Configure
43202 ____________________________________________________________________________
43203 [  8316] By: jhi                                   on 2001/01/04  19:02:22
43204         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
43205              From: Andy Dougherty <doughera@lafayette.edu>
43206              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
43207              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
43208              
43209              Beware of GNU ld.
43210      Branch: perl
43211            ! hints/solaris_2.sh
43212 ____________________________________________________________________________
43213 [  8315] By: jhi                                   on 2001/01/04  18:56:48
43214         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
43215              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
43216              Date: Wed, 3 Jan 2001 07:58:51 +0100
43217              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
43218      Branch: perl
43219            ! hints/solaris_2.sh
43220 ____________________________________________________________________________
43221 [  8314] By: jhi                                   on 2001/01/04  18:54:07
43222         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
43223              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43224              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
43225              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
43226              
43227              Doc tweak on #8313.
43228      Branch: perl
43229            ! ext/B/B/Deparse.pm
43230 ____________________________________________________________________________
43231 [  8313] By: jhi                                   on 2001/01/04  18:52:27
43232         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
43233              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
43234              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43235              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
43236              
43237              Make the peephole optimizer to bypass more null ops and
43238              and rewrite the deparse handling of continue blocks.
43239      Branch: perl
43240            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
43241 ____________________________________________________________________________
43242 [  8312] By: jhi                                   on 2001/01/04  18:47:39
43243         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
43244      Branch: perl
43245            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43246            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43247            ! t/lib/st-lock.t
43248 ____________________________________________________________________________
43249 [  8311] By: jhi                                   on 2001/01/04  18:36:08
43250         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
43251              filter to be run on each .pm during the pm_to_blib() phase,
43252              a fixed version of
43253              
43254              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
43255              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43256              Date: Wed, 03 Jan 2001 22:01:30 +0100
43257              Message-ID: <5296.978555690@nice.ram.loc>
43258      Branch: perl
43259            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
43260            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
43261            ! lib/ExtUtils/MakeMaker.pm
43262 ____________________________________________________________________________
43263 [  8310] By: jhi                                   on 2001/01/04  18:32:54
43264         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43265              From: Robin Barker <rmb1@cise.npl.co.uk>
43266              Date: Tue, 2 Jan 2001 15:35:03 GMT
43267              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
43268      Branch: perl
43269            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
43270            ! pod/perlrequick.pod
43271 ____________________________________________________________________________
43272 [  8309] By: jhi                                   on 2001/01/04  18:29:07
43273         Log: Subject: Re: [patch] static-ize XS()
43274              From: Doug MacEachern <dougm@covalent.net>
43275              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
43276              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
43277              
43278              Provide prototypes for the XS functions.
43279      Branch: perl
43280            ! lib/ExtUtils/xsubpp
43281 ____________________________________________________________________________
43282 [  8308] By: jhi                                   on 2001/01/04  18:27:44
43283         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
43284              From: Doug MacEachern <dougm@covalent.net>
43285              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
43286              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
43287      Branch: perl
43288            ! lib/ExtUtils/typemap
43289 ____________________________________________________________________________
43290 [  8307] By: jhi                                   on 2001/01/04  18:25:25
43291         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
43292              From: Doug MacEachern <dougm@covalent.net>
43293              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
43294              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
43295              
43296              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
43297      Branch: perl
43298            ! lib/ExtUtils/MM_Unix.pm
43299 ____________________________________________________________________________
43300 [  8306] By: jhi                                   on 2001/01/04  18:23:00
43301         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
43302              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43303              Date: Thu, 4 Jan 2001 12:47:10 +0100 
43304              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
43305              
43306              The toke.c part only, patching embed.h and proto.h is futile.
43307      Branch: perl
43308            ! toke.c
43309 ____________________________________________________________________________
43310 [  8305] By: jhi                                   on 2001/01/04  18:05:51
43311         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
43312              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43313              Date: Thu, 4 Jan 2001 17:50:12 +0100 
43314              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
43315      Branch: perl
43316            ! toke.c
43317 ____________________________________________________________________________
43318 [  8304] By: jhi                                   on 2001/01/04  18:03:26
43319         Log: Subject: [PATCH perl@8269]
43320              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43321              Date: Thu, 4 Jan 2001 12:53:39 +0100 
43322              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
43323              
43324              If running byacc write-enable also perly.h.
43325      Branch: perl
43326            ! Makefile.SH
43327 ____________________________________________________________________________
43328 [  8303] By: jhi                                   on 2001/01/04  15:40:49
43329         Log: Rewrite pp_concat() in terms of sv_catsv().
43330      Branch: perl
43331            ! pp_hot.c
43332 ____________________________________________________________________________
43333 [  8302] By: nick                                  on 2001/01/03  22:43:22
43334         Log: Integrate mainline.
43335      Branch: perlio
43336           !> ext/Encode/Encode.xs sv.c utf8.c
43337 ____________________________________________________________________________
43338 [  8301] By: jhi                                   on 2001/01/02  23:40:26
43339         Log: Variable naming tweak.
43340      Branch: perl
43341            ! sv.c
43342 ____________________________________________________________________________
43343 [  8300] By: jhi                                   on 2001/01/02  23:40:02
43344         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
43345              in is_utf8_string().
43346      Branch: perl
43347            ! utf8.c
43348 ____________________________________________________________________________
43349 [  8299] By: jhi                                   on 2001/01/02  22:14:40
43350         Log: Integrate perlio.
43351      Branch: perl
43352           !> pp.c pp_hot.c win32/Makefile
43353 ____________________________________________________________________________
43354 [  8298] By: nick                                  on 2001/01/02  22:03:06
43355         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43356      Branch: perlio
43357            ! pp.c pp_hot.c
43358 ____________________________________________________________________________
43359 [  8297] By: jhi                                   on 2001/01/02  04:26:28
43360         Log: Signedness nit.
43361      Branch: perl
43362            ! ext/Encode/Encode.xs
43363 ____________________________________________________________________________
43364 [  8296] By: nick                                  on 2001/01/01  23:49:36
43365         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
43366      Branch: perlio
43367            ! win32/Makefile
43368 ____________________________________________________________________________
43369 [  8295] By: jhi                                   on 2001/01/01  23:05:48
43370         Log: Integrate perlio.
43371      Branch: perl
43372           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43373           !> t/lib/encode.t
43374 ____________________________________________________________________________
43375 [  8294] By: nick                                  on 2001/01/01  22:48:34
43376         Log: Integrate mainline
43377      Branch: perlio
43378            ! pp_hot.c t/lib/encode.t
43379           !> (integrate 65 files)
43380 ____________________________________________________________________________
43381 [  8293] By: nick                                  on 2001/01/01  21:58:50
43382         Log: More rigor in UTF-8-ness of Encode's toUnicode
43383              XS export some of the utf8 internal functions.
43384              Test some of the functions.
43385              Fix pp_concat() bug shown by said tests.
43386      Branch: perlio
43387            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43388            ! t/lib/encode.t
43389 ____________________________________________________________________________
43390 [  8292] By: jhi                                   on 2001/01/01  18:11:44
43391         Log: Integrate perlio.
43392      Branch: perl
43393           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43394           !> ext/Encode/encengine.c ext/Encode/encode.h
43395 ____________________________________________________________________________
43396 [  8291] By: jhi                                   on 2001/01/01  18:10:58
43397         Log: Podify README.mpeix (a new version from the web),
43398              add a dummy NAME to Carp::Heavy, regen toc.
43399      Branch: perl
43400            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
43401            ! pod/perltoc.pod
43402 ____________________________________________________________________________
43403 [  8290] By: nick                                  on 2001/01/01  17:43:47
43404         Log: Loose the "Loading..." warning.
43405              Another bug in fallback support
43406      Branch: perlio
43407            ! ext/Encode/Encode.pm ext/Encode/encengine.c
43408 ____________________________________________________________________________
43409 [  8289] By: jhi                                   on 2001/01/01  00:01:57
43410         Log: Bump up Larry's copyright.
43411      Branch: perl
43412            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
43413            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
43414            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
43415            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
43416            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
43417            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
43418            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
43419            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
43420 ____________________________________________________________________________
43421 [  8288] By: nick                                  on 2000/12/31  21:27:53
43422         Log: Fix .ucm reading - forgot a chr()
43423              Start of .ucm write (for .enc to .ucm)
43424      Branch: perlio
43425            ! ext/Encode/compile
43426 ____________________________________________________________________________
43427 [  8287] By: jhi                                   on 2000/12/31  18:15:56
43428         Log: Comment away a diagnostic message as noted by Craig A. Berry
43429              (the unexpected message was confusing testing)
43430      Branch: perl
43431            ! ext/Encode/Encode.pm
43432 ____________________________________________________________________________
43433 [  8286] By: jhi                                   on 2000/12/31  18:14:51
43434         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
43435              Date: Sun, 31 Dec 2000 11:17:37 -0600
43436              From: "Craig A. Berry" <craigberry@mac.com>
43437              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
43438      Branch: perl
43439            ! ext/Encode/Makefile.PL
43440 ____________________________________________________________________________
43441 [  8285] By: nick                                  on 2000/12/31  18:11:54
43442         Log: Start of support of ICU-style .ucm files:
43443              - teach compile how to read a .ucm file
43444              - first guess at how to represent fallbacks in "tries".
43445              - use fallbacks if check == 0
43446              - new return code to indicate we used one.
43447      Branch: perlio
43448            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43449            ! ext/Encode/encengine.c ext/Encode/encode.h
43450 ____________________________________________________________________________
43451 [  8284] By: jhi                                   on 2000/12/31  18:04:41
43452         Log: Pacify picky VMS compiler.
43453              
43454              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
43455              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43456              Date: Sat, 30 Dec 2000 18:10:02 -0600
43457              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
43458      Branch: perl
43459            ! sv.c
43460 ____________________________________________________________________________
43461 [  8283] By: jhi                                   on 2000/12/31  16:11:47
43462         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
43463      Branch: perl
43464            ! t/lib/glob-basic.t
43465 ____________________________________________________________________________
43466 [  8282] By: jhi                                   on 2000/12/31  15:26:11
43467         Log: Integrate perlio.
43468      Branch: perl
43469           !> makedef.pl opcode.pl os2/os2.c perlio.c
43470 ____________________________________________________________________________
43471 [  8281] By: nick                                  on 2000/12/31  10:06:15
43472         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
43473              is available to be exported
43474      Branch: perlio
43475            ! makedef.pl perlio.c
43476 ____________________________________________________________________________
43477 [  8280] By: nick                                  on 2000/12/31  09:41:26
43478         Log: Ilya's OS2 patch (testing for damage on Win32)
43479      Branch: perlio
43480            ! makedef.pl opcode.pl os2/os2.c
43481 ____________________________________________________________________________
43482 [  8279] By: jhi                                   on 2000/12/30  21:52:07
43483         Log: Test nits.
43484      Branch: perl
43485            ! t/lib/syslfs.t t/op/lfs.t
43486 ____________________________________________________________________________
43487 [  8278] By: jhi                                   on 2000/12/30  21:47:49
43488         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43489              From: andreas.koenig@anima.de (Andreas J. Koenig)
43490              Date: 30 Dec 2000 22:35:37 +0100
43491              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
43492              
43493              The 32-bit wraparound test wasn't quite right.
43494      Branch: perl
43495            ! t/lib/syslfs.t t/op/lfs.t
43496 ____________________________________________________________________________
43497 [  8277] By: jhi                                   on 2000/12/30  21:33:44
43498         Log: Subject: [PATCH] open() example in perlfunc.pod 
43499              From: Karsten Sperling <s_sperli@ira.uka.de>
43500              Date: Sat, 30 Dec 2000 22:27:09 +0100
43501              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
43502      Branch: perl
43503            ! pod/perlfunc.pod
43504 ____________________________________________________________________________
43505 [  8276] By: jhi                                   on 2000/12/30  20:32:40
43506         Log: Not quite that many tests yet.
43507      Branch: perl
43508            ! t/op/pat.t
43509 ____________________________________________________________________________
43510 [  8275] By: jhi                                   on 2000/12/30  20:26:58
43511         Log: Integrate perlio.
43512      Branch: perl
43513           !> toke.c
43514 ____________________________________________________________________________
43515 [  8274] By: jhi                                   on 2000/12/30  20:24:56
43516         Log: Signedness nit.
43517      Branch: perl
43518            ! utf8.c
43519 ____________________________________________________________________________
43520 [  8273] By: jhi                                   on 2000/12/30  20:15:46
43521         Log: Add a test case for 20000731.001 which was fixed by the #8267.
43522      Branch: perl
43523            ! t/op/pat.t
43524 ____________________________________________________________________________
43525 [  8272] By: nick                                  on 2000/12/30  19:47:51
43526         Log: Tweak for MULTIPLICITY/USE_PERLIO
43527      Branch: perlio
43528            ! toke.c
43529 ____________________________________________________________________________
43530 [  8271] By: nick                                  on 2000/12/30  19:46:45
43531         Log: Integrate mainline
43532      Branch: perlio
43533           +> lib/unicode/distinct.pm
43534           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
43535           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
43536           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
43537 ____________________________________________________________________________
43538 [  8270] By: jhi                                   on 2000/12/30  19:39:50
43539         Log: Subject: RE: perl@8269
43540              From: "Richard Soderberg" <rs@crystalflame.net>
43541              Date: Sat, 30 Dec 2000 11:36:27 -0800
43542              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
43543              
43544              A missing aTHX_.
43545      Branch: perl
43546            ! toke.c
43547 ____________________________________________________________________________
43548 [  8269] By: jhi                                   on 2000/12/30  18:55:48
43549         Log: Update Changes.
43550      Branch: perl
43551            ! Changes patchlevel.h
43552 ____________________________________________________________________________
43553 [  8268] By: jhi                                   on 2000/12/30  17:18:40
43554         Log: Add a test for Unicode split //.  The #8267 was the cure.
43555      Branch: perl
43556            ! t/op/split.t
43557 ____________________________________________________________________________
43558 [  8267] By: jhi                                   on 2000/12/30  17:14:19
43559         Log: Subject: more UTF8 test suites and an UTF8 patch
43560              From: Inaba Hiroto <inaba@st.rim.or.jp>
43561              Date: Sat, 30 Dec 2000 14:27:10 +0900
43562              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
43563              
43564              Just the patch part for now, and the pragma renamed
43565              as unicode::distinct.
43566      Branch: perl
43567            + lib/unicode/distinct.pm
43568            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
43569            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
43570            ! regcomp.h regexec.c sv.c toke.c utf8.c
43571 ____________________________________________________________________________
43572 [  8266] By: nick                                  on 2000/12/30  16:40:49
43573         Log: Integrate mainline
43574      Branch: perlio
43575           +> lib/Pod/Text/Overstrike.pm
43576           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
43577           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
43578           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
43579           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
43580           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
43581 ____________________________________________________________________________
43582 [  8265] By: jhi                                   on 2000/12/30  07:28:55
43583         Log: The sv_catsv() fix, take two.
43584      Branch: perl
43585            ! sv.c t/op/join.t
43586 ____________________________________________________________________________
43587 [  8264] By: jhi                                   on 2000/12/30  06:19:18
43588         Log: Undo all the join-related changes since #8248: relevant
43589              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
43590              The new sv_catsv() doesn't fly so it must go back to
43591              the drawing board.
43592      Branch: perl
43593            ! sv.c t/op/join.t t/pragma/utf8.t
43594 ____________________________________________________________________________
43595 [  8263] By: jhi                                   on 2000/12/30  01:08:32
43596         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
43597      Branch: perl
43598            ! sv.c
43599 ____________________________________________________________________________
43600 [  8262] By: jhi                                   on 2000/12/30  00:45:14
43601         Log: Retract #8261.
43602      Branch: perl
43603            ! hv.c util.c
43604 ____________________________________________________________________________
43605 [  8261] By: jhi                                   on 2000/12/30  00:38:32
43606         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
43607      Branch: perl
43608            ! hv.c util.c
43609 ____________________________________________________________________________
43610 [  8260] By: jhi                                   on 2000/12/29  22:51:33
43611         Log: (Retracted by #8264)  More fixing for #8251.
43612      Branch: perl
43613            ! sv.c
43614 ____________________________________________________________________________
43615 [  8259] By: jhi                                   on 2000/12/29  18:27:30
43616         Log: Subject: podlators 1.06 released
43617              From: Russ Allbery <rra@stanford.edu>
43618              Date: 25 Dec 2000 05:09:30 -0800
43619              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
43620      Branch: perl
43621            + lib/Pod/Text/Overstrike.pm
43622            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
43623            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
43624 ____________________________________________________________________________
43625 [  8258] By: jhi                                   on 2000/12/29  18:20:45
43626         Log: Make the large file tests more robust/talkative as suggested by
43627              
43628              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43629              From: andreas.koenig@anima.de (Andreas J. Koenig)
43630              Date: 29 Dec 2000 14:23:01 +0100
43631              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
43632      Branch: perl
43633            ! t/lib/syslfs.t t/op/lfs.t
43634 ____________________________________________________________________________
43635 [  8257] By: jhi                                   on 2000/12/29  17:48:04
43636         Log: Further VMS piping fixes from Charles Lane:
43637              
43638              In summary, error messages produced when a subprocess terminated
43639              abnormally were being sent not just to the parent process, but to
43640              grandparents, because of default values for error output that were
43641              not completely overridden when the subprocess was started.
43642              
43643              This patch fixes this behavior by defining user-mode (i.e., temporary
43644              for the duration of the program) logical names for SYS$OUTPUT and
43645              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
43646              changes to make it so that the user-mode logicals are the ones that
43647              control where Perl's error messages go if it terminates abnormally.
43648              
43649              I also added some gratuitous fixes to the indentation of braces in
43650              the piping code.  It just looked ugly, before.
43651      Branch: perl
43652            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
43653 ____________________________________________________________________________
43654 [  8256] By: jhi                                   on 2000/12/29  17:45:12
43655         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
43656              From: "Casey R. Tweten" <crt@kiski.net>
43657              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
43658              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
43659              
43660              Tests for for #8240.
43661      Branch: perl
43662            ! t/pragma/constant.t
43663 ____________________________________________________________________________
43664 [  8255] By: jhi                                   on 2000/12/29  17:43:07
43665         Log: Subject: Re: [PATCH] Interesting syntax idea
43666              From: Simon Cozens <simon@cozens.net>
43667              Date: Fri, 29 Dec 2000 14:34:04 +0000
43668              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
43669              
43670              Tests for #8254.
43671      Branch: perl
43672            ! t/pragma/sub_lval.t
43673 ____________________________________________________________________________
43674 [  8254] By: jhi                                   on 2000/12/29  17:42:11
43675         Log: Subject: [PATCH] Interesting syntax idea
43676              From: Simon Cozens <simon@cozens.net>
43677              Date: Wed, 27 Dec 2000 05:08:57 +0000
43678              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
43679              
43680              Make opens + bareword assigns do typeglob assigns.
43681      Branch: perl
43682            ! op.c
43683 ____________________________________________________________________________
43684 [  8253] By: jhi                                   on 2000/12/29  17:36:45
43685         Log: Output the (apparent) version of gcc, as suggested by
43686              
43687              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
43688              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
43689              Date: 26 Dec 2000 04:29:17 -0500
43690              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
43691              
43692              (The patch as such didn't any more apply as the misparsing had
43693              already been addressed in #6474.)  Also change the wording about
43694              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
43695      Branch: perl
43696            ! hints/dec_osf.sh
43697 ____________________________________________________________________________
43698 [  8252] By: nick                                  on 2000/12/29  12:14:31
43699         Log: Integrate mainline
43700      Branch: perlio
43701           !> (integrate 27 files)
43702 ____________________________________________________________________________
43703 [  8251] By: jhi                                   on 2000/12/29  08:45:46
43704         Log: (Retracted by #8264)
43705              
43706              (Fixed by #8260.)
43707              
43708              sv_catsv() needs one more byte space than seems reasonable.
43709              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
43710              Curiouser and curiouser.
43711      Branch: perl
43712            ! sv.c
43713 ____________________________________________________________________________
43714 [  8250] By: jhi                                   on 2000/12/29  07:57:52
43715         Log: More split // UTF-8 tests.
43716      Branch: perl
43717            ! t/pragma/utf8.t
43718 ____________________________________________________________________________
43719 [  8249] By: jhi                                   on 2000/12/29  07:54:51
43720         Log: (Retracted by #8264)  More join() testing which was good because
43721              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
43722      Branch: perl
43723            ! pp.c t/op/join.t utf8.c utf8.h
43724 ____________________________________________________________________________
43725 [  8248] By: jhi                                   on 2000/12/29  07:08:32
43726         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
43727              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
43728              that the only cases to care about are byte+byte and byte+character.
43729              
43730              TODO: See how well pp_concat() could be implemented in terms
43731              of sv_catsv().
43732      Branch: perl
43733            ! doop.c sv.c t/op/join.t utf8.h
43734 ____________________________________________________________________________
43735 [  8247] By: jhi                                   on 2000/12/29  06:35:23
43736         Log: Signedness nit.
43737      Branch: perl
43738            ! pp_hot.c
43739 ____________________________________________________________________________
43740 [  8246] By: jhi                                   on 2000/12/29  01:23:31
43741         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
43742              From: Lupe Christoph <lupe@lupe-christoph.de>
43743              Date: Thu, 28 Dec 2000 23:00:00 +0100
43744              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
43745              
43746              Suggest rsync --delete --dry-run.
43747      Branch: perl
43748            ! pod/perlhack.pod
43749 ____________________________________________________________________________
43750 [  8245] By: jhi                                   on 2000/12/28  23:57:05
43751         Log: The maxiters upper limit sanity check (guarding against
43752              non-progress) assumed bytes instead of characters in s///
43753              and split().
43754      Branch: perl
43755            ! pp.c pp_hot.c
43756 ____________________________________________________________________________
43757 [  8244] By: jhi                                   on 2000/12/28  23:34:08
43758         Log: Make some panic messages a bit more logical.
43759      Branch: perl
43760            ! doop.c pod/perldiag.pod pp.c pp_hot.c
43761 ____________________________________________________________________________
43762 [  8243] By: jhi                                   on 2000/12/28  22:59:16
43763         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
43764              From: Simon Cozens <simon@cozens.net>
43765              Date: Wed, 27 Dec 2000 02:30:03 +0000
43766              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
43767      Branch: perl
43768            ! pp.c t/pragma/sub_lval.t
43769 ____________________________________________________________________________
43770 [  8242] By: jhi                                   on 2000/12/28  22:56:53
43771         Log: Subject: [PATCH blead] Fix B::Terse indentation
43772              From: Daniel Chetlin <daniel@chetlin.com>
43773              Date: Wed, 27 Dec 2000 06:43:30 -0800
43774              Message-ID: <20001227064329.B9573@darkstar>
43775      Branch: perl
43776            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
43777 ____________________________________________________________________________
43778 [  8241] By: jhi                                   on 2000/12/28  22:48:59
43779         Log: The latter patch from the
43780              
43781              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
43782              From: Peter Prymmer <pvhp@forte.com> 
43783              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
43784              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
43785              
43786              (the former patch from the above should have been
43787              taken care of by Nick I-S)
43788      Branch: perl
43789            ! win32/Makefile
43790 ____________________________________________________________________________
43791 [  8240] By: jhi                                   on 2000/12/28  22:45:22
43792         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
43793              From: "Casey R. Tweten" <crt@kiski.net>
43794              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
43795              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
43796      Branch: perl
43797            ! lib/constant.pm
43798 ____________________________________________________________________________
43799 [  8239] By: jhi                                   on 2000/12/28  22:37:45
43800         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
43801              From: Simon Cozens <simon@cozens.net>
43802              Date: Wed, 27 Dec 2000 14:12:44 +0000
43803              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
43804      Branch: perl
43805            ! t/op/method.t t/op/sort.t toke.c
43806 ____________________________________________________________________________
43807 [  8238] By: jhi                                   on 2000/12/28  22:30:32
43808         Log: Subject: [PATCH perl@8229] Call.pm
43809              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43810              Date: Mon, 25 Dec 2000 10:47:15 -0000
43811              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
43812      Branch: perl
43813            ! ext/Filter/Util/Call/Call.pm
43814 ____________________________________________________________________________
43815 [  8237] By: jhi                                   on 2000/12/28  22:19:21
43816         Log: Subject: [PATCH blead] Fix problem with `&' prototype
43817              From: Daniel Chetlin <daniel@chetlin.com>
43818              Date: Wed, 27 Dec 2000 15:55:32 -0800
43819              Message-ID: <20001227155532.D9573@darkstar>
43820      Branch: perl
43821            ! op.c t/comp/proto.t
43822 ____________________________________________________________________________
43823 [  8236] By: jhi                                   on 2000/12/28  22:09:25
43824         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
43825              From: Daniel Chetlin <daniel@chetlin.com>
43826              Date: Sun, 24 Dec 2000 04:09:49 -0800
43827              Message-ID: <20001224040949.B3090@darkstar>
43828      Branch: perl
43829            ! gv.c mg.c t/op/attrs.t
43830 ____________________________________________________________________________
43831 [  8235] By: jhi                                   on 2000/12/28  22:07:11
43832         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
43833              From: Jan Dubois <jand@ActiveState.com>
43834              Date: Tue, 26 Dec 2000 20:57:31 -0800
43835              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
43836      Branch: perl
43837            ! win32/win32.c
43838 ____________________________________________________________________________
43839 [  8234] By: jhi                                   on 2000/12/28  21:52:42
43840         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
43841              From: Simon Cozens <simon@cozens.net>
43842              Date: Thu, 28 Dec 2000 20:33:13 +0000
43843              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
43844      Branch: perl
43845            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
43846 ____________________________________________________________________________
43847 [  8233] By: jhi                                   on 2000/12/28  19:40:49
43848         Log: Integrate perlio.
43849      Branch: perl
43850           !> ext/Encode/Makefile.PL ext/Encode/compile
43851 ____________________________________________________________________________
43852 [  8232] By: nick                                  on 2000/12/23  16:06:00
43853         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
43854              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
43855      Branch: perlio
43856            ! ext/Encode/Makefile.PL
43857 ____________________________________________________________________________
43858 [  8231] By: nick                                  on 2000/12/23  14:30:34
43859         Log: "Compiled" encode build cleanup
43860              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
43861              - .c files do not export sub-tables
43862      Branch: perlio
43863            ! ext/Encode/Makefile.PL ext/Encode/compile
43864 ____________________________________________________________________________
43865 [  8230] By: nick                                  on 2000/12/23  12:50:37
43866         Log: Integrate mainline
43867      Branch: perlio
43868           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43869           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43870           !> pod/perl5004delta.pod pod/perl5005delta.pod
43871           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43872           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43873           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43874           !> pod/perlsub.pod
43875 ____________________________________________________________________________
43876 [  8229] By: jhi                                   on 2000/12/22  15:32:12
43877         Log: Integrate perlio.
43878      Branch: perl
43879           +> win32/distclean.bat
43880           !> MANIFEST t/io/utf8.t
43881 ____________________________________________________________________________
43882 [  8228] By: jhi                                   on 2000/12/22  15:29:40
43883         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
43884              From: Robin Barker <rmb1@cise.npl.co.uk>
43885              Date: Fri, 22 Dec 2000 12:17:38 GMT
43886              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43887      Branch: perl
43888            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43889            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43890            ! pod/perl5004delta.pod pod/perl5005delta.pod
43891            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43892            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43893            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43894            ! pod/perlsub.pod
43895 ____________________________________________________________________________
43896 [  8227] By: jhi                                   on 2000/12/22  15:24:28
43897         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43898              From: "John L. Allen" <allen@grumman.com>
43899              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
43900              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
43901              
43902              Document APPLLIB_EXP.
43903      Branch: perl
43904            ! INSTALL
43905 ____________________________________________________________________________
43906 [  8226] By: nick                                  on 2000/12/21  22:11:50
43907         Log: Handy script for when one forgets to "dmake clean" 
43908      Branch: perlio
43909            + win32/distclean.bat
43910            ! MANIFEST
43911 ____________________________________________________________________________
43912 [  8225] By: nick                                  on 2000/12/21  21:54:04
43913         Log: CRLF platform issue with io/utf8 fix.
43914      Branch: perlio
43915            ! t/io/utf8.t
43916 ____________________________________________________________________________
43917 [  8224] By: nick                                  on 2000/12/21  21:02:20
43918         Log: Integrate mainline
43919      Branch: perlio
43920           !> Changes Configure Makefile.SH Porting/Glossary
43921           !> Porting/config.sh Porting/config_H configure.com
43922           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
43923           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
43924           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
43925           !> win32/config.bc win32/config.gc win32/config.vc
43926 ____________________________________________________________________________
43927 [  8223] By: jhi                                   on 2000/12/21  17:09:16
43928         Log: Update Changes.
43929      Branch: perl
43930            ! Changes patchlevel.h
43931 ____________________________________________________________________________
43932 [  8222] By: jhi                                   on 2000/12/21  16:24:01
43933         Log: Metaconfig unit changes for #8221.
43934      Branch: metaconfig/U/perl
43935           +> issymlink.U
43936            - testsyml.U
43937            ! Mksymlinks.U
43938 ____________________________________________________________________________
43939 [  8221] By: jhi                                   on 2000/12/21  16:23:48
43940         Log: Rename testsyml to issymlink.
43941      Branch: perl
43942            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43943            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
43944            ! win32/config.vc
43945 ____________________________________________________________________________
43946 [  8220] By: jhi                                   on 2000/12/21  15:47:26
43947         Log: Robustness support for #8218 (symlink forest) since the GNU
43948              tools seem to be overly picky about symlinkage depths.
43949      Branch: perl
43950            ! Makefile.SH t/io/fs.t
43951 ____________________________________________________________________________
43952 [  8219] By: jhi                                   on 2000/12/21  15:38:27
43953         Log: Metaconfig changes for #8218.
43954      Branch: metaconfig
43955            ! U/modified/Oldconfig.U
43956      Branch: metaconfig/U/perl
43957            + Mksymlinks.U
43958            ! testsyml.U
43959 ____________________________________________________________________________
43960 [  8218] By: jhi                                   on 2000/12/21  15:37:57
43961         Log: Add Configure option -Dmksymlinks which will create a symlink
43962              forest if the current/build differs from the source directory.
43963              TODO: mkdir -p is not portable.
43964      Branch: perl
43965            ! Configure
43966 ____________________________________________________________________________
43967 [  8217] By: jhi                                   on 2000/12/21  14:39:12
43968         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
43969              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
43970              Date: Thu, 21 Dec 2000 09:38:18 GMT
43971              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
43972              
43973              The ofs became an SV.
43974      Branch: perl
43975            ! ext/Thread/Thread.xs
43976 ____________________________________________________________________________
43977 [  8216] By: jhi                                   on 2000/12/21  05:40:21
43978         Log: The polymorphism seems to have fixed 20000517.001.
43979      Branch: perl
43980            ! t/pragma/utf8.t
43981 ____________________________________________________________________________
43982 [  8215] By: jhi                                   on 2000/12/21  04:44:52
43983         Log: read() documentation tweak for 20001121.004.
43984      Branch: perl
43985            ! pod/perlfunc.pod
43986 ____________________________________________________________________________
43987 [  8214] By: jhi                                   on 2000/12/21  03:54:11
43988         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
43989      Branch: perl
43990            ! pp_sys.c t/op/misc.t
43991 ____________________________________________________________________________
43992 [  8213] By: jhi                                   on 2000/12/21  00:28:10
43993         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
43994              From: Peter Prymmer <pvhp@forte.com>
43995              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
43996              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
43997      Branch: perl
43998            ! configure.com
43999 ____________________________________________________________________________
44000 [  8212] By: jhi                                   on 2000/12/21  00:26:21
44001         Log: Edit edit edit.
44002      Branch: perl
44003            ! pod/perlfaq3.pod
44004 ____________________________________________________________________________
44005 [  8211] By: jhi                                   on 2000/12/20  18:52:46
44006         Log: Update Changes.
44007      Branch: perl
44008            ! Changes patchlevel.h
44009 ____________________________________________________________________________
44010 [  8210] By: jhi                                   on 2000/12/20  18:34:47
44011         Log: Yet another editor edit.
44012      Branch: perl
44013            ! pod/perlfaq3.pod
44014 ____________________________________________________________________________
44015 [  8209] By: jhi                                   on 2000/12/20  15:33:28
44016         Log: More Win32 Perling.
44017      Branch: perl
44018            ! pod/perlfaq3.pod
44019 ____________________________________________________________________________
44020 [  8208] By: jhi                                   on 2000/12/20  15:07:46
44021         Log: More Win32 editor/IDE/shell hints.
44022      Branch: perl
44023            ! pod/perlfaq3.pod
44024 ____________________________________________________________________________
44025 [  8207] By: jhi                                   on 2000/12/20  03:54:08
44026         Log: Subject: [PATCH] obscure timing knowledge
44027              From: Nicholas Clark <nick@ccl4.org>
44028              Date: Tue, 19 Dec 2000 19:22:31 +0000
44029              Message-ID: <20001219192231.F2827@plum.flirble.org>
44030      Branch: perl
44031            ! sv.c
44032 ____________________________________________________________________________
44033 [  8206] By: jhi                                   on 2000/12/20  03:45:57
44034         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
44035              From: Spider Boardman <spider@leggy.zk3.dec.com>
44036              Date: Tue, 19 Dec 2000 21:30:16 -0500
44037              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
44038      Branch: perl
44039            ! sv.c
44040 ____________________________________________________________________________
44041 [  8205] By: jhi                                   on 2000/12/19  23:02:01
44042         Log: Update Changes.
44043      Branch: perl
44044            ! Changes patchlevel.h
44045 ____________________________________________________________________________
44046 [  8204] By: jhi                                   on 2000/12/19  22:58:18
44047         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
44048              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
44049              on editors and diffing/patching.
44050      Branch: perl
44051            ! t/op/utf8decode.t
44052 ____________________________________________________________________________
44053 [  8203] By: nick                                  on 2000/12/19  21:36:16
44054         Log: Integrate mainline (forgot my own change...)
44055      Branch: perlio
44056           !> ext/Encode/compile
44057 ____________________________________________________________________________
44058 [  8202] By: nick                                  on 2000/12/19  21:34:42
44059         Log: Integrate mainline.
44060      Branch: perlio
44061           !> (integrate 61 files)
44062 ____________________________________________________________________________
44063 [  8201] By: nick                                  on 2000/12/19  21:34:06
44064         Log: Avoid looking for File::Glob when we don't need it.
44065      Branch: perl
44066            ! ext/Encode/compile
44067 ____________________________________________________________________________
44068 [  8200] By: jhi                                   on 2000/12/19  18:35:49
44069         Log: Update Changes.
44070      Branch: perl
44071            ! Changes patchlevel.h
44072 ____________________________________________________________________________
44073 [  8199] By: jhi                                   on 2000/12/19  18:35:07
44074         Log: Microperl tweaks.
44075      Branch: perl
44076            ! sv.c uconfig.h uconfig.sh
44077 ____________________________________________________________________________
44078 [  8198] By: jhi                                   on 2000/12/19  18:29:59
44079         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
44080      Branch: perl
44081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44082            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
44083 ____________________________________________________________________________
44084 [  8197] By: jhi                                   on 2000/12/19  17:55:29
44085         Log: In VMS embedded perls couldn't access the statically built Socket,
44086              from Charles Lane.
44087      Branch: perl
44088            ! configure.com
44089 ____________________________________________________________________________
44090 [  8196] By: jhi                                   on 2000/12/19  17:49:50
44091         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
44092              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
44093              Date: Sun, 17 Dec 2000 19:11:44 -0000
44094              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
44095      Branch: perl
44096            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44097            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
44098 ____________________________________________________________________________
44099 [  8195] By: jhi                                   on 2000/12/19  17:47:53
44100         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
44101              From: Jonathan Stowe <gellyfish@gellyfish.com>
44102              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
44103              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
44104      Branch: perl
44105            ! utils/h2xs.PL
44106 ____________________________________________________________________________
44107 [  8194] By: jhi                                   on 2000/12/19  17:46:28
44108         Log: Subject: Re: useless use of void context work-around
44109              From: andreas.koenig@anima.de (Andreas J. Koenig)
44110              Date: 16 Dec 2000 15:13:36 +0100
44111              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
44112              
44113              Document (comment) the q(di ds ig) trick in the code.
44114      Branch: perl
44115            ! op.c
44116 ____________________________________________________________________________
44117 [  8193] By: jhi                                   on 2000/12/19  17:10:57
44118         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
44119              From: "Mark J. Reed" <mreed@strange.turner.com>
44120              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
44121              Message-Id: <200012160222.VAA13986@strange.turner.com>
44122      Branch: perl
44123            ! ext/Sys/Syslog/Syslog.pm
44124 ____________________________________________________________________________
44125 [  8192] By: jhi                                   on 2000/12/19  17:07:45
44126         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
44127              From: Nicholas Clark <nick@ccl4.org>
44128              Date: Sat, 16 Dec 2000 19:03:13 +0000
44129              Message-ID: <20001216190313.D68304@plum.flirble.org>
44130      Branch: perl
44131            ! t/op/64bitint.t
44132 ____________________________________________________________________________
44133 [  8191] By: jhi                                   on 2000/12/19  17:06:13
44134         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
44135              From: Dominic Dunlop <domo@computer.org>
44136              Date: Mon, 18 Dec 2000 12:00:15 +0100
44137              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
44138              
44139              This patchlet is needed in order that perl can be statically linked.  
44140      Branch: perl
44141            ! regexec.c
44142 ____________________________________________________________________________
44143 [  8190] By: jhi                                   on 2000/12/19  17:03:08
44144         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
44145              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44146              Date: Sun, 17 Dec 2000 00:18:35 -0600
44147              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
44148      Branch: perl
44149            ! perlio.h vms/gen_shrfls.pl
44150 ____________________________________________________________________________
44151 [  8189] By: jhi                                   on 2000/12/19  16:20:28
44152         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
44153              From: Prymmer/Kahn <pvhp@best.com>
44154              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
44155              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
44156              
44157              A better version of #8188.
44158      Branch: perl
44159            ! pod/perlfaq3.pod
44160 ____________________________________________________________________________
44161 [  8188] By: jhi                                   on 2000/12/19  15:57:06
44162         Log: (Replaced by #8189)
44163              
44164              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
44165              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
44166              From: Prymmer/Kahn <pvhp@best.com>
44167              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
44168              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
44169              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
44170              Date: Mon, 18 Dec 2000 11:10:45 -0500
44171              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
44172      Branch: perl
44173            ! pod/perlfaq3.pod
44174 ____________________________________________________________________________
44175 [  8187] By: jhi                                   on 2000/12/19  15:54:19
44176         Log: Email address fix for Anton Berezin.
44177      Branch: perl
44178            ! AUTHORS
44179 ____________________________________________________________________________
44180 [  8186] By: jhi                                   on 2000/12/19  15:38:54
44181         Log: Subject: [PATCH perl@8102] cygwin port
44182              From: "Eric Fifer" <efifer@dircon.co.uk> 
44183              Date: Thu, 14 Dec 2000 13:41:29 -0000
44184              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
44185              
44186              When compiling modules the data item that is being imported
44187              from libperl.dll needs to be tagged as imported/shared data:
44188              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
44189      Branch: perl
44190            ! perliol.h
44191 ____________________________________________________________________________
44192 [  8185] By: jhi                                   on 2000/12/19  14:53:24
44193         Log: Regen uconfig.h and uconfig.sh.
44194      Branch: perl
44195            ! uconfig.h uconfig.sh
44196 ____________________________________________________________________________
44197 [  8184] By: jhi                                   on 2000/12/18  20:43:49
44198         Log: Comments work so much better when they are closed.
44199      Branch: perl
44200            ! regcomp.c
44201 ____________________________________________________________________________
44202 [  8183] By: jhi                                   on 2000/12/18  18:04:02
44203         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
44204              Fixes the bug 20001218.016.
44205      Branch: perl
44206            ! regcomp.c
44207 ____________________________________________________________________________
44208 [  8182] By: gsar                                  on 2000/12/18  09:53:47
44209         Log: delete spurious files
44210      Branch: maint-5.6/perl
44211            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
44212            - vos/config.h vos/config_h.SH_orig
44213 ____________________________________________________________________________
44214 [  8181] By: gsar                                  on 2000/12/18  09:46:08
44215         Log: regen perltoc
44216      Branch: maint-5.6/perl
44217            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
44218 ____________________________________________________________________________
44219 [  8180] By: gsar                                  on 2000/12/18  09:20:27
44220         Log: integrate changes#7924..7926,7946,7952 from mainline
44221              
44222              A test works better if it has the right 1..$n output.
44223              
44224              All the core library users of Class::Struct seem to be
44225              using "use Class::Struct 'struct';" instead of the bare
44226              "use Class::Struct;", which isn't documented in Class::Struct.
44227              This can't be right.
44228              
44229              Make the Class::Struct import() wiser.
44230              
44231              Upgrade to CPAN 1.59_51, from Andreas König.
44232              
44233              Subject: Re: long shell lines
44234              Split overly long shell command lines.
44235      Branch: maint-5.6/perl
44236           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
44237           !> lib/File/stat.pm t/lib/class-struct.t
44238 ____________________________________________________________________________
44239 [  8179] By: gsar                                  on 2000/12/18  08:55:54
44240         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
44241              7918,7919,7988,8907 from mainline (various)
44242              
44243              Subject: [ID 20001127.004] White space problem in perlamiga.pod
44244              
44245              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
44246              
44247              Subject: [PATCH] perlcc.PL cleanups
44248              
44249              Subject: [PATCH] Updating perltie.pod for arrays
44250              
44251              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
44252              Subject: Re: [PATCH] Updating perltie.pod for arrays
44253              Subject: Re: [PATCH] Updating perltie.pod for arrays
44254              
44255              One more perltie.pod nit from Casey R. Tweten.
44256              
44257              Subject: [PATCH] $^O  win32 -> MSWin32
44258              plus similar nits for vms, err, VMS, and UNICOS.
44259              
44260              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
44261              More checking in case someone has broken their services or
44262              protocol databases.
44263              
44264              Make "use Class::Struct 'struct';" work again (broken by #7617);
44265              add a test for Class::Struct.
44266              
44267              Integrate the "skip" messages to explain().
44268              
44269              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
44270      Branch: maint-5.6/perl
44271           +> t/lib/class-struct.t
44272           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
44273           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
44274           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
44275 ____________________________________________________________________________
44276 [  8178] By: gsar                                  on 2000/12/18  08:16:30
44277         Log: avoid redefinition warnings on windows due to sys/socket.h getting
44278              #included before win32.h
44279      Branch: maint-5.6/perl
44280            ! win32/include/sys/socket.h
44281 ____________________________________________________________________________
44282 [  8177] By: gsar                                  on 2000/12/18  05:24:04
44283         Log: make regen_headers; fix POSIX.xs problems; remove outdated
44284              code from sys/socket.h that makes build fail now
44285      Branch: maint-5.6/perl
44286            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
44287            ! pod/perlapi.pod
44288           !> win32/include/sys/socket.h
44289 ____________________________________________________________________________
44290 [  8176] By: gsar                                  on 2000/12/18  05:20:17
44291         Log: update Changes
44292      Branch: maint-5.6/perl
44293            ! Changes patchlevel.h
44294 ____________________________________________________________________________
44295 [  8175] By: gsar                                  on 2000/12/18  04:57:48
44296         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
44297              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
44298              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
44299              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
44300              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
44301              7823,7825,7838
44302              
44303              Subject: Re: [PATCH] README.solaris
44304              
44305              Add getpagesize() probing, on non-UNIX guess 'undef'.
44306              
44307              Simplify the getpagesize() unit by dropping the
44308              pagesize probe since it's nowadays slightly more
44309              complicated because of sysconf(). (Note: if some
44310              platform really needs the -lPW for getpagesize,
44311              I just broke it.)
44312              TODO: a new pagesize unit.
44313              
44314              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44315              
44316              MachTen doesn't really do mmap() and munmap().
44317              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44318              
44319              More README.solaris updates from Andy Dougherty.
44320              
44321              Copy the s// information of README.hpux also to the perlrun.
44322              
44323              Add HAS_FSYNC, lack noticed by Nicholas Clark.
44324              
44325              Add a metaconfig unit for fsync.
44326              
44327              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44328              
44329              Many subdocumented return values of the IO extension now documented.
44330              ungetc and write still left subdocumented.
44331              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44332              
44333              Document tell() on special streams.
44334              
44335              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44336              
44337              Subject: [ID 20001112.007] sfio's sftell isn't ftell
44338              
44339              Couple of tests from #7660 salvaged.
44340              
44341              Tweak the definition of the bit complement on UTF-8 data:
44342              if none of the characters in the string are > 0xff,
44343              the result is a complemented byte string, not a (UTF-8)
44344              char string.  Based on the summary in
44345              Subject: Re: [ID 20000918.005] ~ on wide chars
44346              This should give us the maximum backward (pre-char string)
44347              compatibility and utf8 compatibility.  The other alternative
44348              would be to limit the bit complement to be always byte only,
44349              taking the least significant byte of the chars.
44350              
44351              Cleanup messy #ifdef.
44352              
44353              Typos in #7667.
44354              
44355              Declare reg_data like reg_substr_data.
44356              
44357              Placate nervous compilers that see longer than ints switch()ing.
44358              
44359              Remove the new two tests of lib/io_xs for now, they seem to
44360              fail under perlio on some platforms.
44361              
44362              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44363              
44364              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44365              
44366              Subject: tiny typo in perl5db.pl
44367              
44368              Subject: some additions for makefiles for win32 (for perl@7674)
44369              
44370              Hoist the duplicated socket/netdb include logic to perl.h;
44371              undef SETERRNO in case SOCKS has defined it.  Based on:
44372              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44373              
44374              Regen Configure.
44375              
44376              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44377              (a macro to define signed and unsigned integer constants).
44378              
44379              Use UINT64_C().
44380              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44381              
44382              Use u_int32_t for the size of hash_cb(), not size_t.
44383              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44384              
44385              Quit utf8_to_uv() instantly if curlen == 0.
44386              
44387              Subject: [PATCH: perl@7674] updates to README.os390
44388              
44389              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44390              
44391              EBCDIC tweaks.
44392              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44393              
44394              Linenumber fix.
44395              
44396              SOCKS has its own USE_THREADS, based on
44397              Subject: [ID 20001114.002] et. al. bugfix followup
44398              
44399              UINT64_C() work continues.
44400              
44401              Detypo.
44402              
44403              The type of the hash_cb() size argument is tricky.
44404              
44405              Add fwalk() probe to the configuration files and regen perltoc.
44406              
44407              Subject: perllocale.pod changes
44408              
44409              Avoid an infinite loop in VMS when utils scripts are run
44410              with no arguments, from Charles Lane.
44411              
44412              Subject: Re: Bug in Carp::Heavy/5.6.0?
44413              
44414              For Solaris use64bitall the stdchar needs a little bit of help.
44415              
44416              The long double hints can be here or there.
44417              
44418              Test tweak for the open pragma.
44419              
44420              Also the 64bitall hints can be either here or there.
44421              
44422              As surmised the #7719 wasn't a good move.
44423              
44424              Subject: Fix for 20000409.001
44425              
44426              Subject: Fix for 20000815.006
44427              It's really 20000518.006.
44428              
44429              Subject: [PATCH 5.6.0 README.win32] very minor typos
44430              
44431              Subject: Fix for README.amiga (20000323.033)
44432              
44433              Explain in more detail the {} syntax ambiguousity.
44434              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44435              
44436              Sparc 64-bit pack() fix from Jens Hamisch.
44437              
44438              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44439              
44440              Subject: podlators 1.05 available        
44441              
44442              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44443              
44444              Subject: [perl 7711: EPOC] updates
44445              
44446              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44447              
44448              Miraculous typo.
44449              
44450              sysseek() instead of seek().
44451              
44452              Solaris hints tweaks.
44453              
44454              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
44455              This may be overly harsh but until proven otherwise, we think this
44456              way, or until we have a simple test for Configure (having to start
44457              up servers is does not count as simple) to check for the problems.
44458              
44459              Remove the shared object before attempting to create
44460              (by linking) a new one.  E.g. in AIX not removing
44461              becomes quite painful if one tries to do more than one
44462              build in the same tree (an interrupted build, for example),
44463              since the AIX' shared dynaloader seemingly keeps the shared
44464              objects open and therefore 'busy' for quite a while, even when
44465              nobody is using the objects, leading into link failures.
44466              
44467              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
44468              
44469              Subject: DOC PATCH 5.6.0 perlreftut
44470              
44471              Subject: [PATCH: perl@7777] add system locale testing for VMS
44472              
44473              Subject: [PATCH] Test.pm POD peculiarity
44474              
44475              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
44476              
44477              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
44478              
44479              Subject: Re: perl@7777 
44480              Detypoing.
44481              
44482              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
44483              
44484              Go ahead and #include <unistd.h> in perl.h.
44485              
44486              Subject: [PATCH perl@7795] small cleanup task for test suite
44487              
44488              Subject: Re: av.c patch (having slight problems)
44489              unshift() speedup.
44490              
44491              Reach back one higher up when searching for PERL_SRC.
44492      Branch: maint-5.6/perl
44493           +> lib/File/Spec/Epoc.pm
44494           !> (integrate 88 files)
44495 ____________________________________________________________________________
44496 [  8174] By: gsar                                  on 2000/12/18  03:53:09
44497         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
44498              7625..7629,7631..7634,7637,7639,7642 from mainline
44499              
44500              Fix for the tie-refhash string table leaks.
44501              
44502              Subject: [patch perl@7595] VMS configure.com tweak
44503              
44504              More careful detection of how well NVs and UVs mix.
44505              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))
44506              Added some SIGFPE paranoia.
44507              
44508              Forgot to bump the line numbers in #7601.
44509              
44510              Subject: PATCH std stdio for (Free)BSD
44511              
44512              Deleting $ENV{PATH} in VMS is not recommendable.
44513              
44514              Locale buglets.
44515              Subject: RE: Locales support (setlocale) fixes
44516              
44517              Do not test UTF-8 locales since that the tests would require
44518              polymorphic regexen.
44519              
44520              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44521              
44522              A missing aTHX_.
44523              
44524              Subject: [ID 20001108.013] spelling
44525              
44526              Subject: [PATCH] Class::Struct at compile time
44527              
44528              Make deleting for %ENV work for (newer versions of) VMS,
44529              from Craig A. Berry.
44530              
44531              Forgot from #7618.
44532              
44533              More VMS moves on environment handling, from Charles Lane.
44534              
44535              Remove unused extra arguments.
44536              
44537              Typo in an ifndef.
44538              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44539              
44540              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44541              All except the "cow orker" change.
44542              
44543              The generated boot_* headers are wrong.  Pickier compiler,
44544              such as KAI C++ will refuse to compile the resulting perlmain.
44545              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44546              
44547              There's no =head3.
44548              
44549              Disable only the tests 99 and 166 for UTF-8 locales.
44550              
44551              Missing dTHXs.
44552              Subject: RE: perl@7595 builds not on cygwin
44553              
44554              Subject: Re: bash -c exit and linux hints 
44555              
44556              Various doc oddball characters.
44557              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44558              
44559              Subject: [PATCH] IO::Seekable pod
44560              
44561              Amdahl UTS hints updates.
44562              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44563              
44564              Explain better why certain regex tests are skipped.
44565              Subject: Re: tests skipped: unknown reason
44566              
44567              Subject: [PATCH] README.solaris
44568              
44569              Subject: [PATCH perl@7638] cygwin port
44570      Branch: maint-5.6/perl
44571           +> README.solaris
44572           !> (integrate 26 files)
44573 ____________________________________________________________________________
44574 [  8173] By: gsar                                  on 2000/12/18  03:37:02
44575         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
44576              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
44577              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
44578              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
44579              
44580              Better create a true mailing list for the repository keepers.
44581              
44582              Subject: [ID 20001027.007] uniq array in perlfaq
44583              
44584              De-quoted-unreadable to ISO Latin 1.
44585              (There's one ISO-2022-JP name in Changes5.004.)
44586              
44587              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
44588              
44589              The #7476 needs a MANIFEST change, too.
44590              
44591              Add also emailless people.
44592              
44593              UTF-8 decoder tweak.
44594              
44595              Make \x{...} consistently produce UTF-8.
44596              Subject: Re: \x{...} is confused 
44597              
44598              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
44599              
44600              Add a perlbug flag, -A, to avoid acknowledgement messages.
44601              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
44602              
44603              Use Errno magic.
44604              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44605              
44606              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44607              
44608              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44609              
44610              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44611              
44612              Be more lenient on bad UTF-8 when doing bit arithmetics.
44613              Subject: Re: [ID 20000918.005] ~ on wide chars
44614              (The ord() part of the patch skipped.)
44615              
44616              Subject: perlfaq style changes
44617              
44618              AUTHORS tweaks.
44619              
44620              Whitespace style tweak.  Was originally going to see to
44621              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44622              but that had already been taken care of.
44623              
44624              The compiler is either gcc or cc, from Tom Bates.
44625              
44626              The osname has been lowercased by now, from Tom Bates.
44627              
44628              The NonStop-UX libraries have a novel way to say NaN.
44629              
44630              printf UVs the correct way, noticed by Robin Barker.
44631              
44632              Subject: [PATCH] startperl to respect versiononly
44633              
44634              AUTHORS updates.
44635              
44636              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44637              
44638              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44639              
44640              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44641              
44642              Generalize the Camel wording.
44643              Subject: Re: perlfaq style changes
44644              
44645              Subject: [ID 20001005.006] Documentation -- description of qr//
44646              
44647              C.pm part of
44648              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44649              
44650              Locale warning explanation tweak.
44651              
44652              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44653              
44654              Make the POSIX::setuid and POSIX::setgid to really call setuid()
44655              and setgid() because they were just changing $< and $( which means
44656              only changing the real uid/gid, as opposed to changing both
44657              real and effective ids.  (The alternative way could have been
44658              in POSIX.pm to change $> and $), too, but making a direct call
44659              to the C API feels cleaner.)  Fixes the bug
44660              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44661              
44662              Expand %Config variables and %ENV variables only if
44663              so requested during build time using the
44664              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44665              Not expanding makes relocating distributions easier.
44666              
44667              More tweaking on the #7522 theme.
44668              
44669              Test::Harness revealed buglets in the new DynaLoader.
44670              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44671              
44672              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
44673              fix a autovivification bug in Tie::RefHash, add tests for both.
44674              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44675              
44676              Detpyo.
44677              
44678              recv() can fail and return undef.
44679              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
44680              
44681              Fix the problem discussed in
44682              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
44683              originally from Linc Madison.  Also Andreas König's comments
44684              taken into account.  Some other problems with Tie::SubstrHash
44685              fixed: didn't croak when the table exceeded the requested number
44686              of entries (as documented) but instead when the number of entries
44687              exceeded the size of the table, a croak() had an unnecessary \n,
44688              didn't have a CLEAR method, documented that there is no exists().
44689              Didn't fix to be strict-proof because the module uses &foo; and
44690              dynamic scope.  Added a test script exercizing both first tamely 
44691              the basic functionality, and then the failure cases reported by
44692              Linc Madison.
44693              
44694              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
44695              
44696              The #7521 touched things it shouldn't have.
44697              
44698              Subject: [PATCH 5.7.0] better messages from malloc()
44699              
44700              Subject: Re: README.aix
44701              
44702              Add FCNTL_CAN_LOCK.
44703              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44704              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44705              
44706              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
44707              create a "fast path" for locale name probing using "locale -a"
44708              if available, squash finally hopefully the s?printf resetting
44709              the numeric locale (since, IIUC perllocale, it never shouldn't). 
44710              
44711              More Changes tweakery.
44712              
44713              Dying is too strict here, better just skip.
44714              
44715              Subject: Locales support (setlocale) fixes
44716              Modified quite a bit to be more portable.
44717              
44718              Configure would use a bad $myuname from an old config.sh.
44719              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44720              
44721              Fix for
44722              Subject: [ID 20001004.006] undef is never tainted
44723              An undef read from a slurped file was not tainted.
44724              
44725              Fix for
44726              Subject: [ID 20001004.007] taint propogation is inconsistent
44727              The culprit was sv_setsv() which was rather blindly
44728              propagating taint, which lead to behaviour where if
44729              a tainted anon hash value was seen all the hash values
44730              from then on at that level became tainted, or at any
44731              upper levels in the case of nested anon hashes.
44732              
44733              Test tweak: show also the failed locales.
44734              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44735              
44736              A fix of sorts for 20000329.026, a better error message
44737              for a missing "use charnames" when using the \N{...}. 
44738              
44739              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44740              
44741              Add =pod to be tidy.
44742              
44743              Fix for bug id 19990615.008, pos() unset during s///ge.
44744              
44745              Add a note for future generations about bug id 20000229.006.
44746              
44747              Use -dM for gcc (the suggested patch did it only for Linux,
44748              but I think it can be generalized).
44749              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44750              
44751              opmini.o can linger from Configures past.
44752              
44753              Document that the evaled syntax errors cause scalar leaks.
44754              
44755              Fix for
44756              Subject: [ID 20000728.005] perl -P broken
44757              (hopefully).  The fix is also not complete, it seems to break
44758              BOM swallowing for libc5 systems, but until someone figures
44759              out a way to do this without ftell(), this will do.
44760              
44761              AUTHORS updates.
44762              
44763              Subject: Re: rsync'ed patches vs. rsync'ed source
44764              
44765              Admit that the test leaks scalars.
44766              
44767              Sanitize the environment further.
44768              
44769              VOS updates from Paul Green.
44770              
44771              Document %ENV = () portability issues.
44772              
44773              Make the stdio test program of 7427 less noisy while being 
44774              compiled so that Digital UNIX wouldn't get both
44775              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44776              undefined.  This makes perlio happy.
44777              
44778              glibc5 detection by __GNU_LIBRARY__.
44779              
44780              %ENV note tweaks from Dan Sugalski.
44781              
44782              Varargs don't always work too well if one puts an unsigned
44783              char on the stack and pop an unsigned quad off the stack.
44784              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44785              
44786              Subject: Pod updates
44787              
44788              Fake support of holey files in win/dosish platforms.
44789              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44790              
44791              A doc addition for bug id 20001105.019, beware \p.
44792              
44793              Tweak #7587.
44794              
44795              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44796              
44797              perlhack updates from H.Merijn Brand.
44798              
44799              Subject: [PATCH perl@7573] cygwin port
44800              Synchronize with Cygwin 1.1.5.
44801              
44802              Bad thinko in #7581 (I used the test program with the expanded
44803              values as-is).
44804              
44805              Make perlbug not insist on dumping to a file when stdout isn't a tty.
44806              Subject: [PATCH] perlbug.PL
44807              
44808              Overrideable keys, each, pop, push, shift, splice, unshift.
44809              Subject: [PATCH] prototyped functions that should be overrideable
44810              
44811              Try to avoid flockless and emulationless places.
44812      Branch: maint-5.6/perl
44813           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44814            - MAINTAIN
44815           !> (integrate 111 files)
44816 ____________________________________________________________________________
44817 [  8172] By: jhi                                   on 2000/12/18  02:49:27
44818         Log: Regen pods.
44819      Branch: perl
44820            ! pod/perlmodlib.pod pod/perltoc.pod
44821 ____________________________________________________________________________
44822 [  8171] By: gsar                                  on 2000/12/18  02:49:24
44823         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
44824              7465..7471 from mainline
44825              
44826              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44827              in platforms that strictly require all the symbols being present
44828              at link time.
44829              
44830              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44831              
44832              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
44833              
44834              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44835              
44836              Subject: [PATCH] todo
44837              
44838              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44839              
44840              Use $sort, $uniq (and $tr) consistently as wondered
44841              by Nicholas Clark.
44842              
44843              Too enthusiastic editing in #7460.
44844              
44845              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44846              
44847              Upgrade to CPAN 1.58_55.
44848              Subject: CPAN.pm status
44849              
44850              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44851              
44852              Make target reordering to avoid pointless re-makes.
44853              Subject: Re: Total re-make of 'make okfile' after 7451 ?
44854              
44855              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44856              
44857              Subject: DOC PATCH 5.6.0
44858              
44859              Add the repository doc by Malcolm, Sarathy, and by Simon,
44860              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44861      Branch: maint-5.6/perl
44862           +> Porting/repository.pod
44863           !> Configure MANIFEST Makefile.SH README.dos README.os2
44864           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
44865           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
44866           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
44867 ____________________________________________________________________________
44868 [  8169] By: gsar                                  on 2000/12/18  02:33:34
44869         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
44870              7435..7441,7445 from mainline
44871              
44872              Make the UTF-8 decoding stricter and more verbose when
44873              malformation happens.  This involved adding an argument
44874              to utf8_to_uv_chk(), which involved changing its prototype,
44875              and prefer STRLEN over I32 for the UTF-8 length, which as
44876              a domino effect necessitated changing the prototypes of
44877              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44878              The stricter UTF-8 decoding checking uses Markus Kuhn's
44879              UTF-8 Decode Stress Tester from
44880              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44881              
44882              Run vms/vms_yfix.pl, should have done that after changing
44883              perly.c in #7382.
44884              
44885              Subject: [PATCH 5.7.0] static linking with uninstalled perl
44886              
44887              (Replaced by #7440.)
44888              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44889              
44890              Fix the bug ID 20001024.005, the bug introduced by #7416.
44891              
44892              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44893              
44894              Fix the bug reported in
44895              From: andreas.koenig@anima.de (Andreas J. Koenig)
44896              Also make is_utf8_char() stricter.
44897              
44898              Missed the header file changes from #7425.
44899              
44900              Check if stdio supports tweaking lval and cnt simultaneously.
44901              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44902              
44903              Stratus VOS updates from Paul Green.
44904              
44905              Podify README.epoc and README.vos.
44906              
44907              Add targets to Makefile.SH, most importantly
44908              'regen_all' which also remembers to update vms/perly*.
44909              
44910              Subject: Minor update to find2perl, for portability
44911              
44912              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44913              
44914              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44915              
44916              Rename UTF8LEN() to be UNISKIP(), too confusing to have
44917              UTF8LEN() and UTF8SKIP(). 
44918              
44919              Allow poking holes at the UTF-8 decoding strictness.
44920              
44921              Continue the internal UTF-8 API tweaking.
44922              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44923              used much more than the simpler API, now called utf8_to_uv_simple().
44924              Still not quite happy with API, too much partial duplication
44925              of functionality.
44926              
44927              A new version of making the syslog test more robust.
44928              (Replaces #7421.)
44929              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44930              
44931              buildtoc target tweaks.
44932              
44933              Integrate with vmsperl #7430 by Charles Bailey:
44934              
44935              Cleanup from prior patch (Charles Lane?):
44936              - improve handling of MFDs in Basename and Path
44937              - default to no xsubpp line # munging when building debug images
44938      Branch: maint-5.6/perl
44939           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44940           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44941           !> (integrate 67 files)
44942 ____________________________________________________________________________
44943 [  8168] By: gsar                                  on 2000/12/18  02:05:49
44944         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
44945              
44946              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44947              From: Martin Husemann <martin@duskware.de>
44948              
44949              Subject: [PATCH 5.7.0] restore match data on backtracing
44950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44951      Branch: maint-5.6/perl
44952           !> regcomp.c regexec.c t/op/re_tests
44953 ____________________________________________________________________________
44954 [  8167] By: gsar                                  on 2000/12/18  01:55:22
44955         Log: integrate changes#7858,7986 from mainline
44956              
44957              C<foreach my $x ...> in pseudo-fork()ed process may diddle
44958              parent's memory; fix it by keeping track of the actual pad
44959              offset rather than a raw pointer (this change is probably also
44960              relevant to non-ithreads case to avoid fallout from reallocs of
44961              the pad array, but is currently only enabled for the ithreads
44962              case in the interests of minimal disruption to existing "well
44963              tested" code)
44964              
44965              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44966              due to the notorious GetFileType() bug in Windows 9x, which fstat()
44967              tickles)
44968      Branch: maint-5.6/perl
44969           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
44970           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
44971           !> win32/win32.c win32/win32.h win32/win32sck.c
44972 ____________________________________________________________________________
44973 [  8166] By: gsar                                  on 2000/12/18  01:52:59
44974         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
44975              from mainline (xsubpp and ExtUtils::LibList fixups, various
44976              other small items)
44977              
44978              The generated boot_* headers are wrong.  Pickier compiler,
44979              such as KAI C++ will refuse to compile the resulting perlmain.
44980              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44981              
44982              Various doc oddball characters.
44983              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44984              
44985              Subject: [PATCH] Re: 20001101.003 PDL
44986              
44987              Subject: [PATCH 5.7.0] etags broken again
44988              
44989              Subject: [PATCH 5.7.0] Liblist finally works
44990              
44991              Subject: [PATCH 5.7.0] Liblist returns found libraries
44992              
44993              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44994              
44995              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44996              
44997              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44998              OUT keyword nits.
44999              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45000              OUT and IN_OUT documentation.
45001      Branch: maint-5.6/perl
45002           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
45003           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
45004           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
45005           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
45006           !> win32/bin/search.pl
45007 ____________________________________________________________________________
45008 [  8165] By: gsar                                  on 2000/12/18  01:28:45
45009         Log: integrate changes#7533,7563,7611,7623 from mainline (various
45010              malloc.c embellishments)
45011      Branch: maint-5.6/perl
45012           !> malloc.c pod/perldiag.pod
45013 ____________________________________________________________________________
45014 [  8164] By: gsar                                  on 2000/12/18  01:23:33
45015         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
45016              fixups)
45017      Branch: maint-5.6/perl
45018           !> utils/h2xs.PL
45019 ____________________________________________________________________________
45020 [  8163] By: gsar                                  on 2000/12/18  01:17:50
45021         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
45022              fixups)
45023      Branch: maint-5.6/perl
45024           !> Makefile.SH utils/perlbug.PL
45025 ____________________________________________________________________________
45026 [  8162] By: gsar                                  on 2000/12/18  00:25:43
45027         Log: always export Perl_deb() (it is required by re.xs whether
45028              Perl is built with or without -DDEBUGGING)
45029      Branch: maint-5.6/perl
45030            ! makedef.pl
45031 ____________________________________________________________________________
45032 [  8161] By: gsar                                  on 2000/12/18  00:23:38
45033         Log: integrate change#7414 from mainline
45034              
45035              Undo the basename() part of #7412 since the lib/basename
45036              tests would need upgrading too.
45037              
45038              squelch two tests in tr.t that rely on tr/// paranoia change
45039              that's not in 5.6.x
45040      Branch: maint-5.6/perl
45041            ! t/op/tr.t
45042           !> lib/File/Basename.pm
45043 ____________________________________________________________________________
45044 [  8160] By: gsar                                  on 2000/12/18  00:05:30
45045         Log: missing change in previous integrate
45046      Branch: maint-5.6/perl
45047           !> README.aix
45048 ____________________________________________________________________________
45049 [  8159] By: gsar                                  on 2000/12/18  00:03:38
45050         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
45051              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
45052              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
45053              7410..7413 from mainline
45054              
45055              Introduce the man[24-8] variables, from Andy Dougherty.
45056              
45057              Upgrade to CPAN 1.58, from Andreas König.
45058              
45059              An updated EBCDIC tr patch.
45060              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
45061              
45062              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
45063              
45064              Two thirds of
45065              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45066              The Install.pm changes will be submitted separately because
45067              they need some work and discussion still.
45068              
45069              The Install.pm third of
45070              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
45071              
45072              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
45073              
45074              Subject: [PATCH 5.7.0] IVs in mtats
45075              
45076              Subject: [PATCH 5.7.0] Perl API for mstats
45077              
45078              Ilya implemented the memory profiling API.
45079              
45080              In Amdahl UTS "struct sv" is defined by a system header,
45081              <ksync.h>.
45082              
45083              Slight tweak of the code to appease Amdahl UTS cc.
45084              
45085              Amdahl UTS doesn't seem to do dynaloading.
45086              
45087              Use UTF8SKIP(), from Simon Cozens.
45088              
45089              Thinko in #7222.
45090              
45091              op/sprintf.t patch for OS/390 (and any other host with limited
45092              floating-point exponent length)
45093              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
45094              
45095              Tweak #7225.
45096              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
45097              
45098              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
45099              
45100              Needs to be conditional on SunOS 4.
45101              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
45102              
45103              Test cases for bug id 20000323.056 (the bug seems to be fixed).
45104              
45105              Add test for bug id 20000427.003 (which seems to have
45106              been fixed) (also duplicate as 20000427.004, though
45107              with a higher severity).  Move one utf8 from op/append
45108              to pragma/utf8, tag the tests with bug ids.
45109              
45110              Document FNCASE=y as discussed in the bug 20000902.009.
45111              
45112              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
45113              The problem was that rx->minlen was in chars while pp_split()
45114              thought it would be in bytes. 
45115              
45116              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
45117              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
45118              
45119              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
45120              
45121              Fix a couple of compiler-noted nits in #7235.
45122              
45123              Tweak the test of #7235.
45124              
45125              One more ~utf8 tweak.
45126              
45127              -w cleanup.
45128              Subject: Re: Problems with bleadperl 
45129              
45130              Subject: small pod patch
45131              
45132              Subject: [PATCH perlguts.pod] Document offset hack
45133              
45134              Add Charles Lane.
45135              
45136              Add the capability to include/exclude branches.
45137              
45138              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
45139              
45140              Detect early whether the std streams have gone bad.
45141              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45142              
45143              More IoTYPE sprinkling.
45144              
45145              Workaround for a sfio bug where the stream error indicator
45146              is not cleared as documented.
45147              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45148              
45149              Clarify documentation on 'use bytes'.
45150              Subject: Re: What does 'use bytes' "mean" ?
45151              
45152              Show the failed remote port, instead of the failing line number.
45153              Subject: [PATCH 5.6.1 Debugger] More diagnostics
45154              
45155              Make Cwd more bulletproof in chrooted environments.
45156              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
45157              
45158              Subject: Pod patch for Devel::Peek
45159              
45160              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
45161              
45162              Borland C fstat() never saw the fd as writable.
45163              Subject: fix for Borland's weak "stat" (perl@7211)
45164              
45165              Missing change from #7362.
45166              
45167              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
45168              
45169              Add the test case for the bug id 20000730.004 which seems
45170              to have been fixed by now.
45171              
45172              Fix of sorts for bug id 20000901.092.  There seems to be no trace
45173              of a 'pmshort' anywhere in the B, so the offending line was simply
45174              removed.
45175              
45176              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
45177              
45178              Subject: PATCH do_print has 2 PerlIO_error()s
45179              
45180              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
45181              
45182              Typo noted by Mark Lutz.
45183              
45184              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
45185              
45186              In the latest compiler builds cccdlflags must not become -fpic,
45187              from Wilfredo Sánchez.
45188              
45189              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
45190              
45191              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
45192              
45193              SOCKS function redefinitions need prototypes, too, otherwise
45194              for example 32 bit versus 64 bit differences cause a lot of
45195              problems.  Part of
45196              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45197              
45198              Portability tweak on #7377.
45199              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
45200              
45201              Don't write double values through long double pointers,
45202              based on a part of
45203              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45204              
45205              Reëntrancy fix.
45206              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45207              
45208              Make scan_num() reëntrant, as suggested in
45209              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45210              
45211              Fix for ID 20001020.006, concatenating an unset submatch
45212              with utf8 resulted in "Modification of a read-only value".
45213              
45214              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
45215              
45216              The #7383 was right only in the context of the original bug report,
45217              not in more general case.
45218              
45219              Update Changes.
45220              
45221              Testcases for a #7383,#7385 related bug.
45222              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
45223              
45224              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
45225              
45226              Tweak the Is* definitions of Unicode character classes
45227              to better match the official categorizations; embrace
45228              the official categorizations; add the combining marks
45229              as alpha (and -numeric); fix DCinital (a typo and edito)
45230              to be DCmedial.
45231              
45232              Hints tweak from Anton Berezin.
45233              
45234              Subject: installman go-faster stripes
45235              Subject: Re: installman go-faster stripes
45236              
45237              Subject: [ID 20001021.003] updated hints/openbsd.sh
45238              
45239              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
45240              
45241              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45242              
45243              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
45244              
45245              Doc patch.
45246              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
45247              
45248              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
45249              
45250              Subject: Re: [ID 20001021.005] SEGV with regex match 
45251              
45252              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
45253              
45254              The change #7187 was not so good on VMS.
45255              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
45256              
45257              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
45258              
45259              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
45260              
45261              Document PERL_INSTALL_ROOT of #7210.
45262      Branch: maint-5.6/perl
45263           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
45264           +> t/lib/tie-splice.t
45265            - lib/unicode/Is/DCinital.pl
45266           !> (integrate 112 files)
45267 ____________________________________________________________________________
45268 [  8158] By: jhi                                   on 2000/12/17  23:04:24
45269         Log: Subject: [PATCHES] RE: perl@8150 
45270              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45271              Date: Sun, 17 Dec 2000 21:46:39 +0100
45272              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
45273              
45274              Neither cygwin has a getpwuid() one can trust on.
45275      Branch: perl
45276            ! t/lib/glob-basic.t
45277 ____________________________________________________________________________
45278 [  8157] By: jhi                                   on 2000/12/17  23:01:54
45279         Log: More MAN.PODS => {} fixes.
45280      Branch: perl
45281            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
45282            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
45283            ! os2/OS2/REXX/Makefile.PL
45284 ____________________________________________________________________________
45285 [  8156] By: gsar                                  on 2000/12/17  22:49:13
45286         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
45287              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
45288              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
45289              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
45290              7201,7204 from mainline
45291              
45292              Remove vestiges of tr//CU.
45293              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45294              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45295              
45296              The return value of setlocale must be copied away.
45297              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45298              
45299              Allow chop() and chomp() to be overridden.
45300              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45301              
45302              Hints optimization.
45303              Subject: Minor nit
45304              
45305              Subject: [PATCH] de-wall t/README
45306              
45307              Subject: Re: Two advertising clauses need to be removed
45308              
45309              Batch of UTF-8 patches from Simon Cozens.
45310              
45311              Fix for a parsing bug, not for the original bug.
45312              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45313              
45314              Compilation warnings and an error.
45315              
45316              Subject: File::Find 5.7.0 POD nits
45317              
45318              Subject: [PATCH perl-5.7.0] continued -Wformat support
45319              
45320              The one that got away.
45321              
45322              Subject: Re: perl@7078
45323              
45324              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45325              convertable to bytes by checking it doesn't go above 0xc3
45326              Subject: Re: perl@7078
45327              
45328              Replace #7084 with
45329              Subject: Re: perl@7078 
45330              
45331              We don't need to count the high bit bytes, a boolean is enough. 
45332              
45333              Subject: [PATCH] utf8.c apidoc
45334              
45335              Subject: Re: perl@7078 
45336              
45337              Botched the #7090 check-in.
45338              
45339              Fix for the charnames.t failures from Spider Boardman.
45340              
45341              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
45342              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
45343              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
45344              0 to checking to get the warning.
45345              
45346              Subject: [PATCH] Nits in perlmod.pod
45347              
45348              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
45349              
45350              Subject: Re: unicode support and perl [ID 20000901.097]
45351              
45352              Subject: Re: unicode support and perl [ID 20000901.097]
45353              
45354              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
45355              
45356              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
45357              
45358              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45359              
45360              Subject: [PATCH@blead] Fix some recursion in overload.pm
45361              
45362              s/Robin Parker/Robin Barker/
45363              
45364              Subject: [PATCH] Fix aliasing of tied filehandles
45365              
45366              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45367              
45368              Subject: Re: [PATCH 5.005_64 missed]
45369              
45370              SOCK_DGRAM and listen() do not mix as reported in
45371              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45372              The patch for 5.7.0+ had to be reengineered, though.
45373              
45374              Subject: DOC PATCH 5.6.0
45375              
45376              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45377              
45378              Document the issue (is not a syntax error, kind of)
45379              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45380              
45381              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45382              Did not apply cleanly, manual intervention was needed.
45383              
45384              Subject: [PATCH] DLL not restartabke with threaded perl
45385              
45386              Inside require() $^S was always left undefined.
45387              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45388              
45389              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45390              
45391              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45392              
45393              Regen headers.
45394              
45395              Subject: [PATCH 5.7.0] Epoc update
45396              
45397              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
45398              as suggested by Olaf Flebbe and Nick Clark.
45399              
45400              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
45401              
45402              Misplaced else.
45403              
45404              Scale down the VMS message boxes, by Charles Lane.
45405              Fix for ID 20000903.009, workaround at
45406              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
45407              
45408              Subject: [ID 20001003.006] B::Debug not -w clean
45409              
45410              Test harness update to sync with the new perlcc,
45411              from Simon Cozens.
45412              
45413              One remaining nit less at the VMS mailbox sizing.
45414              
45415              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45416              
45417              It is possible to have no hosts database at all.  Pointed out in
45418              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45419              
45420              Subject: [PATCH 5.7.0] h2xs not working
45421              Subject: [PATCH 5.7.0] h2xs not documenting the created module
45422              
45423              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
45424              
45425              Subject: perlhack.pod Patch for Externals Tools
45426              
45427              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45428              
45429              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45430              
45431              Enable disabling scripts installation by Configure -Uinstallscripts,
45432              suggested by H. Merijn Brand.
45433              
45434              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45435              reported several times by Dominic Dunlop, for example in
45436              ID 20000315.008.  Patch from Dominic.  Patch affects at
45437              least MachTen, and possibly other oldish BSDs. Should not
45438              break non-broken platforms (tested on LinuxPPC). 
45439              
45440              Regen toc.
45441              
45442              Subject: Re: Questions about Tie::Array and perl modules
45443              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45444              
45445              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45446              
45447              Tweak #7153.
45448              
45449              IO::Handle->syswrite() did not handle length omission
45450              like CORE::syswrite() does.
45451              Subject: [Fwd] IO::Handle, syswrite and arguments
45452              The original patch from andrew@ugh.net.au.
45453              
45454              Also the $ccflags is needed for the C compiler check.
45455              Subject: Configure (check for C-compiler)
45456              
45457              Eliminate $Is_VMS code from the test.
45458              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45459              
45460              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45461              as the first option of cc/ld because of ultrapicky compilers
45462              (e.g. OS/390 R2.5)
45463              
45464              Change the version number of Tie::Handle in the core to 4.0,
45465              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45466              Subject: Note on Tie::Handle
45467              
45468              UTF8ize split() so that the cloned substrings get the UTF8
45469              flag of the original scalar.  Problem reported by Simon Cozens.
45470              
45471              save_re_context() could reset PL_curcop to freed memory, causing core
45472              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45473              
45474              Subject: PATCH 5.6 perldebguts grammar cleanup
45475              
45476              Add a todo note about overloadable assertions.
45477              
45478              on Windows, LoadLibrary() could load an extension DLL multiple
45479              times if forward slashes are used in the path
45480              
45481              on Windows, cwd strings in the environment should be of the
45482              form =X:=X:\foo instead of =X=X:\foo\
45483              
45484              on Windows, avoid potential exception (could happen if MSVCRT isn't
45485              being used) when closing a socket handle
45486              
45487              avoid nonportable example code
45488              
45489              Windows9x doesn't support link(), despite what Config.pm
45490              might think
45491              
45492              pod nit
45493              
45494              Change #7160 had a nasty typo.
45495              
45496              Warn about unknown scripts.
45497              Subject: Re: ideas? patches? [PATCH bleadperl]
45498              
45499              on Windows, clean targets might not work under some flavors of the shell
45500              
45501              tweak for change#7173
45502              
45503              Make eq work again with utf8 (disabling the upgrading
45504              should no more be necessary since the copies of the
45505              scalars are upgraded, not the scalars themselves).
45506              Takes care of ID 20001009.001.  (The claimed length()
45507              bug in 20001009.001 seems bogus to me.)
45508              
45509              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45510              
45511              Upgrade to CGI.pm 2.74, from Lincoln Stein.
45512              
45513              Upgrade to podlators 1.04, from Russ Allbery.
45514              
45515              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
45516              
45517              Quote the temp file name, needed in Win32 because the
45518              default name unfortunately contains spaces, shouldn't
45519              hurt elsewhere.
45520              Subject: FW: perldoc fails if $TEMP contains spaces
45521              
45522              Subject: RE: [ID 19990803.001] README.win32 suggestions 
45523              
45524              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45525              
45526              Subject: Re: utf8 concat, mg_get
45527              
45528              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45529              
45530              Subject: [PATCH: perl@7181] op/tr tests on OS/390
45531              
45532              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45533              
45534              Use the versiononly instead of the installscripts,
45535              retract the changes 7146 and 7147.
45536              
45537              Reapply Andy's patch and regen Configure.
45538              
45539              Add the test case for #7190, from the original bug report
45540              by Andreas König.
45541              
45542              Remove duplicated code.
45543              
45544              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45545              
45546              restore change#7202
45547      Branch: maint-5.6/perl
45548           !> (integrate 121 files)
45549 ____________________________________________________________________________
45550 [  8155] By: jhi                                   on 2000/12/17  22:30:58
45551         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
45552              From: "Craig A. Berry" <craigberry@mac.com>
45553              Date: Sun, 17 Dec 2000 13:09:28 -0600
45554              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
45555              
45556              MAN.PODS => ' ' is naughty.
45557      Branch: perl
45558            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45559 ____________________________________________________________________________
45560 [  8154] By: nick                                  on 2000/12/17  22:07:13
45561         Log: MULTIPLICITY nit.
45562      Branch: perl
45563            ! mg.c
45564 ____________________________________________________________________________
45565 [  8153] By: gsar                                  on 2000/12/17  21:23:05
45566         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
45567              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
45568              from mainline
45569              
45570              Document the SvIOK_.*UV().
45571              
45572              Update Unicode todo list.
45573              
45574              Guard against bad string->int conversion for quads.
45575              
45576              Subject: small apidoc fix
45577              
45578              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45579              
45580              Subject: [PATCH] Tied filehandle documentation
45581              
45582              Subject: [PATCH] Modernize Opcode.pm documentation
45583              
45584              Make Data::Dumper (non-XS) to work with changed semantics of ref().
45585              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45586              [applied even though said semantics didn't change in 5.6.x]
45587              
45588              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45589              
45590              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45591              
45592              Fix the URL, but the server is still missing in action.
45593              Subject: [ID 20000905.002] perlfaq1.pod URL error
45594              
45595              Subject: [ID 20000903.001] \w in utf8-strings
45596              
45597              Fix the ccversion detection for 5.1 and beyond.
45598              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45599              
45600              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45601              
45602              Subject: [ID 20000904.008] Tiny fix for perldiag
45603              
45604              Subject: Re: [ID 20000906.004] segfault with bad perl statement
45605              
45606              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45607              
45608              Subject: [ID 20000908.002] perlipc documentation bug.
45609              
45610              Subject: [PATCH lib/Benchmark.pm]
45611              
45612              Re-allow vec() for characters > 255.
45613              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45614              
45615              Do away with memory models cruft.  Sorry, PDP users.
45616              
45617              Continue #7041.
45618              
45619              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45620              
45621              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45622              
45623              Upgrade to CPAN 1.57_65, from Andreas König.
45624              
45625              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45626              by Russ Allbery.
45627              
45628              Silence t/pod/*.t about alternate quote-mappings now implemented
45629              by Pod::Text, from Brad Appleton.
45630              
45631              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45632              Subject: borland C++ win32.c tweak
45633              
45634              C<@a = @b = split(...)> optimization coredumps under ithreads
45635              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45636              
45637              Document the SvUTF8*().
45638              
45639              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45640              
45641              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45642              
45643              Do in VMS as the #7054 does.
45644              
45645              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45646              
45647              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45648              
45649              Subject: [patch: perl@7045] vms updates
45650              
45651              Test for the #7049.
45652              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45653              
45654              Break up the myconfig lines a bit.
45655              Subject: perlbug/perl -V output format
45656              
45657              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45658              
45659              The #7054 truncated Configure badly.
45660              
45661              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45662              initialization in all the threads on Windows
45663              
45664              Allow for whitespace between "#" and "line" in cpp output.
45665              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45666              
45667              Remove vestiges of tr//CU.
45668              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45669              
45670              The return value of setlocale must be copied away.
45671              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45672              
45673              Allow chop() and chomp() to be overridden.
45674              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45675              
45676              Hints optimization.
45677              Subject: Minor nit
45678              
45679              Subject: [PATCH] de-wall t/README
45680              
45681              Subject: Re: Two advertising clauses need to be removed
45682      Branch: maint-5.6/perl
45683           !> (integrate 75 files)
45684 ____________________________________________________________________________
45685 [  8152] By: gsar                                  on 2000/12/17  20:30:11
45686         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
45687              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
45688              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
45689              
45690              Don't attach -ld to the archname if pointless.
45691              
45692              Document UNTIE in a very minimalistic way.
45693              
45694              POSIX doesn't report long double values under -Duselongdouble
45695              when the long doubles are "real" (bigger than doubles).
45696              
45697              More author updates.
45698              
45699              Try to deduce NV_MAX.  Really should be Configure fodder.
45700              
45701              :: not allowed in pathnames, change to .
45702              Subject: [PATCH perl@6938] cygwin port
45703              
45704              Forget about NV_MAX (#6951).  Various floating point tweaks,
45705              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45706              
45707              Move the Solaris 7 scan to use64bitall, make the
45708              failure to find 64-bot sparc libc to mention the
45709              possibility of being in an intel, from Lupe and Alan.
45710              
45711              Regen perltoc.
45712              
45713              AUTHORS tweaks, from Peter Prymmer.
45714              
45715              More address tweaking.
45716              
45717              Small tweaks all over.
45718              
45719              File::Temp patches from Andreas König,
45720              
45721              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45722              
45723              Subject: CPAN.pm beta 1.57_57 for the core
45724              
45725              Part of the solution.
45726              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45727              
45728              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45729              
45730              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45731              
45732              Add the overload warnings to perldiag.
45733              
45734              Drop unused argument.
45735              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45736              
45737              Subject: Nit in Configure (bleadperl@6961)
45738              
45739              Update to PodParser 1.18, from Brad Appleton.
45740              
45741              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45742              
45743              Subject: [PATCH: 6948] add SCNfldbl to configure.com
45744              
45745              Document UNTIE. Also tweak implementation to suppress the 'inner references'
45746              warning when UNTIE exists and instead pass the cound of extra references to
45747              the UNTIE method.
45748              
45749              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45750              so that case-ignoring systems like DCL can tell them from
45751              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45752              
45753              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45754              
45755              Feature ordering tweak.
45756              
45757              Regen perltoc.
45758              
45759              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45760              
45761              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45762              
45763              Subject: http:// in L<>
45764              
45765              Detypo.
45766              
45767              change#6791 accidentally clobbered change#6710, put it back
45768              
45769              Only the first line, thank you very much.
45770              
45771              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45772              plus rework the http: spots as suggested by Tom Christiansen,
45773              plus regen perltoc.
45774              
45775              Undo part of change 6489 which looks like a bulk edit which
45776              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45777              The supressing of main:: on return from select() is undesirable.
45778              
45779              Apparently avoiding the swapping is too costly.
45780              
45781              Various Configure nits by Philip Newton,
45782              plus the ebcdic one by me.
45783              
45784              Make certain cc is set before trying to run it.
45785              
45786              If overloaded %{} etc. return the object do not loop.
45787              Thus  sub deref { $_[0] } functions if object is wanted type.
45788              
45789              Update perlhist.
45790              
45791              More %{} and other deref special casing - do not pass to 'nomethod'.
45792      Branch: maint-5.6/perl
45793           !> (integrate 59 files)
45794 ____________________________________________________________________________
45795 [  8151] By: gsar                                  on 2000/12/17  19:14:38
45796         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
45797              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
45798              
45799              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45800              
45801              Make the epsilon to be relative, not absolute.
45802              
45803              Put back the flags dump as reasoned in
45804              Subject: Re: [PATCH] Glob dumping
45805              
45806              Introduce ccname to keep track of what compiler kind of we have.
45807              
45808              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45809              
45810              Put back the slice accidentally removed by #6907.
45811              
45812              Reset archname and archname64 always, forcing them be
45813              recomputed at each Configure run, make Configure and
45814              the hints files agree on the naming of largefiles variables.
45815              
45816              Don't say "Perl 5.0 source kit".
45817              
45818              Subject: [PATCH] fix misc cast warnings
45819              
45820              Subject: typos in pods
45821              
45822              NVs not necessarily doubles, as pointed out by Yitzchak.
45823              
45824              Subject: [PATCH 6889] add a few ldbl formats to configure.com
45825              
45826              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45827              
45828              Better options for rsync.
45829              
45830              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45831              
45832              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45833              
45834              Subject: [PATCH] Re: UNTIE method 
45835              
45836              A better fix for the Socket building problem from Craig Berry.
45837              
45838              Retract the dummy test, skip the security tests (instead of failing),
45839              explain what the warnings mean.
45840              
45841              Heap decorruption.
45842              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45843              
45844              Update to Unicode 3.0.1.
45845              
45846              Missed one Unicode file.
45847              
45848              Subject: Re: typos in pods
45849              
45850              The #6929 was too skimpy.
45851              
45852              sscanf() may be the only way to read long doubles from strings.
45853              
45854              Reveal Borland's isnan.
45855              Subject: build with BC++ tweak
45856              
45857              Issue useful diagnostic on unknown pod commands.
45858              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45859              
45860              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45861              
45862              Clarify the third case of ftmp-security warnings.
45863              
45864              Make -Dusemorebits find long doubles in Solaris.
45865              
45866              Wrap the test in eval.
45867      Branch: maint-5.6/perl
45868           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45869           +> lib/unicode/PropList.txt lib/unicode/README.perl
45870           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45871           +> lib/unicode/Unicode.301 vms/vmspipe.com
45872            - lib/unicode/Props.txt lib/unicode/UCD300.html
45873            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45874           !> (integrate 305 files)
45875 ____________________________________________________________________________
45876 [  8150] By: jhi                                   on 2000/12/17  18:47:57
45877         Log: Uncheckedin generated files.
45878      Branch: perl
45879            ! global.sym perlapi.c pod/perlapi.pod
45880 ____________________________________________________________________________
45881 [  8149] By: jhi                                   on 2000/12/17  18:41:22
45882         Log: Update Changes.
45883      Branch: perl
45884            ! Changes patchlevel.h
45885 ____________________________________________________________________________
45886 [  8148] By: jhi                                   on 2000/12/17  18:39:16
45887         Log: Subject: [PATCH] Fcntl constants speedup
45888              From: Nicholas Clark <nick@ccl4.org>
45889              Date: Sun, 17 Dec 2000 16:29:24 +0000
45890              Message-ID: <20001217162924.E97668@plum.flirble.org>
45891              
45892              Use IVs for the Fcntl constants instead of NVs.
45893      Branch: perl
45894            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
45895 ____________________________________________________________________________
45896 [  8147] By: jhi                                   on 2000/12/17  18:33:41
45897         Log: Add test for #8145 (binmode() warning), add warning for
45898              ioctl() and sockpair(), document them. (fileno() cannot
45899              be tripwired with the same kind of warning because
45900              'defined fileno($foo)' seems to be an idiom.)
45901      Branch: perl
45902            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
45903 ____________________________________________________________________________
45904 [  8146] By: gsar                                  on 2000/12/17  18:09:08
45905         Log: update Changes
45906      Branch: maint-5.6/perl
45907            ! Changes
45908 ____________________________________________________________________________
45909 [  8145] By: jhi                                   on 2000/12/17  17:39:35
45910         Log: Subject: [PATCH] Re: The long awaited feature ...
45911              From: Simon Cozens <simon@cozens.net>
45912              Date: Sun, 17 Dec 2000 12:31:56 +0000
45913              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
45914              
45915              Add a warning to binmode() about using bad filehandles
45916              (can happen e.g. if someone forgets the filehandle argument)
45917      Branch: perl
45918            ! pp_sys.c
45919 ____________________________________________________________________________
45920 [  8144] By: jhi                                   on 2000/12/17  17:33:48
45921         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45922              From: Jonathan Stowe <gellyfish@gellyfish.com>
45923              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
45924              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
45925      Branch: perl
45926            ! lib/Net/Ping.pm
45927 ____________________________________________________________________________
45928 [  8143] By: jhi                                   on 2000/12/17  05:31:37
45929         Log: Polymorphic regexps.
45930              
45931              Fixes at least the bugs 20001028.003 (both of them...) and
45932              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
45933              also to be fixed by now, probably already before this patch.
45934      Branch: perl
45935            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
45936            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
45937            ! t/op/utf8decode.t t/pragma/utf8.t
45938 ____________________________________________________________________________
45939 [  8142] By: jhi                                   on 2000/12/16  17:16:05
45940         Log: Subject: [patch perl@8102] dos/djgpp update
45941              From: Laszlo Molnar <ml1050@freemail.hu>
45942              Date: Sat, 16 Dec 2000 01:40:52 +0100
45943              Message-ID: <20001216014052.A335@freemail.hu>
45944      Branch: perl
45945            ! djgpp/config.over t/base/commonsense.t
45946 ____________________________________________________________________________
45947 [  8141] By: jhi                                   on 2000/12/16  17:09:27
45948         Log: Few uncheckedin files.
45949      Branch: perl
45950            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
45951 ____________________________________________________________________________
45952 [  8140] By: nick                                  on 2000/12/15  22:14:31
45953         Log: Integrate mainline
45954      Branch: perlio
45955           !> (integrate 53 files)
45956 ____________________________________________________________________________
45957 [  8139] By: jhi                                   on 2000/12/15  19:49:49
45958         Log: One more IVUV tweak from Nicholas Clark.
45959      Branch: perl
45960            ! sv.c
45961 ____________________________________________________________________________
45962 [  8138] By: jhi                                   on 2000/12/15  19:17:06
45963         Log: Return of the IVUV-preservation, now seems to be happy even
45964              in Digital UNIX (the broken strtoul brokenness detection
45965              seems to have been the fly in the ointment).
45966      Branch: perl
45967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45968            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
45969            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
45970            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
45971            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45972            ! vos/config.ga.h win32/config.bc win32/config.gc
45973            ! win32/config.vc
45974 ____________________________________________________________________________
45975 [  8137] By: jhi                                   on 2000/12/15  18:12:14
45976         Log: Metaconfig unit change for #8136.
45977      Branch: metaconfig
45978            ! U/modified/d_strtoul.U
45979      Branch: metaconfig/U/perl
45980            ! d_strtoull.U d_strtouq.U
45981 ____________________________________________________________________________
45982 [  8136] By: jhi                                   on 2000/12/15  18:11:35
45983         Log: I don't think it's sensible or portable to test the strtou*
45984              on /^-/ strings.
45985      Branch: perl
45986            ! Configure
45987 ____________________________________________________________________________
45988 [  8135] By: jhi                                   on 2000/12/15  17:18:49
45989         Log: Metaconfig unit change for #8134.
45990      Branch: metaconfig
45991            ! U/modified/d_strtoul.U
45992 ____________________________________________________________________________
45993 [  8134] By: jhi                                   on 2000/12/15  17:14:13
45994         Log: If longsize is 8 we don't need a LL suffix for integer constants.
45995      Branch: perl
45996            ! Configure config_h.SH
45997 ____________________________________________________________________________
45998 [  8133] By: jhi                                   on 2000/12/15  16:00:23
45999         Log: Update Changes.
46000      Branch: perl
46001            ! Changes patchlevel.h
46002 ____________________________________________________________________________
46003 [  8132] By: jhi                                   on 2000/12/15  15:44:16
46004         Log: Some compilers get huffy if you do not cast a const pointer
46005              to a non-const when assigning.
46006      Branch: perl
46007            ! gv.c
46008 ____________________________________________________________________________
46009 [  8131] By: jhi                                   on 2000/12/15  15:38:30
46010         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
46011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46012              Date: Fri, 15 Dec 2000 05:26:57 -0500
46013              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
46014      Branch: perl
46015            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
46016            ! t/pragma/overload.t
46017 ____________________________________________________________________________
46018 [  8130] By: jhi                                   on 2000/12/15  15:36:08
46019         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
46020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46021              Date: Thu, 14 Dec 2000 22:02:43 -0500
46022              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
46023      Branch: perl
46024            ! gv.c perl.h
46025 ____________________________________________________________________________
46026 [  8129] By: jhi                                   on 2000/12/15  15:34:16
46027         Log: Subject: PATCH: h2xs nit
46028              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46029              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
46030              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
46031              
46032              Add a template README.
46033      Branch: perl
46034            ! utils/h2xs.PL
46035 ____________________________________________________________________________
46036 [  8128] By: jhi                                   on 2000/12/15  15:32:22
46037         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
46038      Branch: perl
46039            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
46040 ____________________________________________________________________________
46041 [  8127] By: jhi                                   on 2000/12/15  15:19:34
46042         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
46043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46044              Date:     Thu, 14 Dec 2000 20:04:42 EST
46045              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
46046      Branch: perl
46047            ! ext/Opcode/Opcode.xs
46048 ____________________________________________________________________________
46049 [  8126] By: jhi                                   on 2000/12/15  15:17:49
46050         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
46051              From: Peter Prymmer <pvhp@forte.com>
46052              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
46053              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
46054      Branch: perl
46055            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
46056            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
46057            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
46058 ____________________________________________________________________________
46059 [  8125] By: jhi                                   on 2000/12/15  15:11:05
46060         Log: This seems to be a stage sane and stable enough to checkin.
46061              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
46062      Branch: perl
46063            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
46064            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
46065            ! t/op/cmp.t t/op/numconvert.t
46066 ____________________________________________________________________________
46067 [  8124] By: jhi                                   on 2000/12/15  04:20:26
46068         Log: Something is really wonky.
46069      Branch: perl
46070            ! sv.c
46071 ____________________________________________________________________________
46072 [  8123] By: jhi                                   on 2000/12/15  04:00:50
46073         Log: Fixes for the IV UV patches to compile in Digital UNIX.
46074      Branch: perl
46075            ! sv.c
46076 ____________________________________________________________________________
46077 [  8122] By: jhi                                   on 2000/12/15  02:53:40
46078         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
46079              From: "Craig A. Berry" <craigberry@mac.com>
46080              Date: Thu, 14 Dec 2000 19:10:49 -0600
46081              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
46082      Branch: perl
46083            ! vms/vms.c
46084 ____________________________________________________________________________
46085 [  8121] By: jhi                                   on 2000/12/15  02:50:00
46086         Log: Metaconfig changes for #8120.
46087      Branch: metaconfig
46088            + U/modified/d_strtoul.U
46089      Branch: metaconfig/U/perl
46090            ! d_strtoull.U d_strtouq.U
46091 ____________________________________________________________________________
46092 [  8120] By: jhi                                   on 2000/12/15  02:49:42
46093         Log: From: Nicholas Clark <nick@ccl4.org> 
46094              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
46095              Date: Thu, 14 Dec 2000 18:38:57 +0000
46096              Message-ID: <20001214183857.B97909@plum.flirble.org>
46097      Branch: perl
46098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46099            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
46100            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
46101            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46102            ! win32/config.gc win32/config.vc
46103 ____________________________________________________________________________
46104 [  8119] By: jhi                                   on 2000/12/14  23:40:58
46105         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
46106              From: Nicholas Clark <nick@ccl4.org>
46107              Date: Wed, 13 Dec 2000 20:08:50 +0000
46108              Message-ID: <20001213200849.B71166@plum.flirble.org>
46109      Branch: perl
46110            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
46111            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
46112 ____________________________________________________________________________
46113 [  8118] By: jhi                                   on 2000/12/14  22:46:26
46114         Log: Integrate perlio.
46115      Branch: perl
46116           !> MANIFEST ext/Encode/compile makedef.pl
46117 ____________________________________________________________________________
46118 [  8117] By: nick                                  on 2000/12/14  22:38:53
46119         Log: Win32 tweaks to get Encode to build
46120              - temp hack to makedef.pl till PerlIO is properly "exported".
46121              - MSVC dislikes  
46122              static encpage_t foo[];
46123              so make 'em extern for now.
46124      Branch: perlio
46125            ! ext/Encode/compile makedef.pl
46126 ____________________________________________________________________________
46127 [  8116] By: nick                                  on 2000/12/14  22:00:53
46128         Log: Document the new files
46129      Branch: perlio
46130            ! MANIFEST
46131 ____________________________________________________________________________
46132 [  8115] By: jhi                                   on 2000/12/14  21:58:01
46133         Log: MANIFEST new files of #8114.
46134      Branch: perl
46135            ! MANIFEST
46136 ____________________________________________________________________________
46137 [  8114] By: jhi                                   on 2000/12/14  21:50:49
46138         Log: Integrate perlio.
46139      Branch: perl
46140           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
46141           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
46142           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
46143           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
46144           !> ext/Encode/Makefile.PL
46145 ____________________________________________________________________________
46146 [  8113] By: jhi                                   on 2000/12/14  21:48:49
46147         Log: The documentation part of the
46148              
46149              Subject: [ID 20001214.002] Net::Ping patch
46150              From: Jonathan Stowe <gellyfish@gellyfish.com>
46151              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
46152              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
46153              since the #7529 had already addressed the same problem.
46154      Branch: perl
46155            ! lib/Net/Ping.pm
46156 ____________________________________________________________________________
46157 [  8112] By: jhi                                   on 2000/12/14  21:42:57
46158         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
46159              From: Dominic Dunlop <domo@computer.org>
46160              Date: Tue, 12 Dec 2000 10:47:10 +0100
46161              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
46162              
46163              Document how elusive subroutines can be.
46164      Branch: perl
46165            ! pod/perlfunc.pod
46166 ____________________________________________________________________________
46167 [  8111] By: jhi                                   on 2000/12/14  21:38:05
46168         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
46169              From: Dominic Dunlop <domo@computer.org>
46170              Date: Thu, 14 Dec 2000 10:13:51 +0100
46171              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
46172      Branch: perl
46173            ! ext/POSIX/POSIX.pod
46174 ____________________________________________________________________________
46175 [  8110] By: jhi                                   on 2000/12/14  21:36:32
46176         Log: Subject: [patch] perlfaq7
46177              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
46178              Date: Thu, 14 Dec 2000 15:31:07 +0100
46179              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
46180      Branch: perl
46181            ! pod/perlfaq7.pod
46182 ____________________________________________________________________________
46183 [  8109] By: jhi                                   on 2000/12/14  21:29:20
46184         Log: Subject: [8104] Encode
46185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46186              Date: Thu, 14 Dec 2000 14:49:34 +0100
46187              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
46188              
46189              Type casting for nervous compilers.
46190      Branch: perl
46191            ! ext/Encode/Encode.xs
46192 ____________________________________________________________________________
46193 [  8108] By: jhi                                   on 2000/12/14  21:26:17
46194         Log: Subject: [8104] DB_File
46195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46196              Date: Thu, 14 Dec 2000 14:49:35 +0100
46197              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
46198              
46199              Type definition incorrect for DB 2.7.7.  Not known when it
46200              changed, so only changed it for a known revision.
46201      Branch: perl
46202            ! ext/DB_File/DB_File.xs
46203 ____________________________________________________________________________
46204 [  8107] By: jhi                                   on 2000/12/14  21:23:41
46205         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
46206              From: Peter Prymmer <pvhp@forte.com>
46207              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
46208              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
46209              
46210              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
46211      Branch: perl
46212            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
46213            ! ext/Encode/Encode/posix-bc.enc
46214 ____________________________________________________________________________
46215 [  8106] By: nick                                  on 2000/12/14  20:36:13
46216         Log: "Cold" build correction to Encode's Makefile.PL
46217      Branch: perlio
46218            ! ext/Encode/Makefile.PL
46219 ____________________________________________________________________________
46220 [  8105] By: nick                                  on 2000/12/14  20:09:37
46221         Log: "Compiled" encodings.
46222              Correct replacement character in EBCDIC .enc files
46223              Add 0x7F to ASCII repertoire.
46224      Branch: perlio
46225            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46226            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
46227            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
46228            ! ext/Encode/Makefile.PL ext/Encode/compile
46229            ! ext/Encode/encengine.c ext/Encode/encode.h
46230 ____________________________________________________________________________
46231 [  8104] By: nick                                  on 2000/12/14  00:38:20
46232         Log: Integrate mainline
46233      Branch: perlio
46234           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
46235           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
46236           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
46237           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
46238           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
46239           !> t/lib/db-hash.t t/lib/db-recno.t
46240 ____________________________________________________________________________
46241 [  8103] By: nick                                  on 2000/12/13  23:16:13
46242         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
46243              so far and so it does not get lost.
46244      Branch: perlio
46245            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
46246 ____________________________________________________________________________
46247 [  8102] By: jhi                                   on 2000/12/13  17:14:22
46248         Log: Update Changes.
46249      Branch: perl
46250            ! Changes patchlevel.h
46251 ____________________________________________________________________________
46252 [  8101] By: jhi                                   on 2000/12/13  16:53:41
46253         Log: Move the proto of start_glob() to a better place; regen api files.
46254      Branch: perl
46255            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
46256 ____________________________________________________________________________
46257 [  8100] By: jhi                                   on 2000/12/13  16:47:11
46258         Log: Metaconfig change for #8099.
46259      Branch: metaconfig
46260            ! U/modified/Head.U
46261 ____________________________________________________________________________
46262 [  8099] By: jhi                                   on 2000/12/13  16:46:48
46263         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
46264              From: Andy Dougherty <doughera@lafayette.edu>
46265              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
46266              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
46267      Branch: perl
46268            ! Configure
46269 ____________________________________________________________________________
46270 [  8098] By: jhi                                   on 2000/12/13  16:39:02
46271         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
46272              From: rspier@pobox.com (Robert Spier)
46273              Date: Tue, 12 Dec 2000 21:12:39 -0500
46274              Message-ID: <14902.56087.678086.725773@rls.cx>
46275              
46276              fastgetcwd is defined using a glob alias on a $^O dependent basis -
46277              and there was no default assignment or perl subroutine.
46278      Branch: perl
46279            ! lib/Cwd.pm
46280 ____________________________________________________________________________
46281 [  8097] By: jhi                                   on 2000/12/13  16:16:01
46282         Log: Subject: [PATCH] move startglob out of pp_hot.c
46283              From: Nicholas Clark <nick@ccl4.org>
46284              Date: Mon, 11 Dec 2000 23:16:39 +0000
46285              Message-ID: <20001211231638.A55550@plum.flirble.org>
46286      Branch: perl
46287            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
46288 ____________________________________________________________________________
46289 [  8096] By: jhi                                   on 2000/12/13  15:26:23
46290         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
46291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46292              Date: Wed, 13 Dec 2000 14:01:37 +0100
46293              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
46294              
46295              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
46296              in turn requires libpthread in libswanted.
46297      Branch: perl
46298            ! hints/hpux.sh
46299 ____________________________________________________________________________
46300 [  8095] By: jhi                                   on 2000/12/12  19:51:05
46301         Log: The integration wars continue.
46302      Branch: perl
46303           !> sv.c
46304 ____________________________________________________________________________
46305 [  8094] By: jhi                                   on 2000/12/12  19:48:26
46306         Log: Subject: [PATCH perl@8070] DB_File-1.74  
46307              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
46308              Date: Mon, 11 Dec 2000 23:07:17 -0000
46309              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
46310      Branch: perl
46311            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46312            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
46313            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
46314            ! t/lib/db-recno.t
46315 ____________________________________________________________________________
46316 [  8093] By: nick                                  on 2000/12/12  19:42:13
46317         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
46318      Branch: perlio
46319            ! sv.c
46320           !> lib/File/DosGlob.pm
46321 ____________________________________________________________________________
46322 [  8092] By: jhi                                   on 2000/12/12  19:28:11
46323         Log: Integrate perlio.
46324      Branch: perl
46325           !> sv.c
46326 ____________________________________________________________________________
46327 [  8091] By: nick                                  on 2000/12/12  18:49:45
46328         Log: Fix for Tk, and upgrading shared SVs.
46329      Branch: perlio
46330            ! sv.c
46331 ____________________________________________________________________________
46332 [  8090] By: jhi                                   on 2000/12/12  16:48:59
46333         Log: Subject: [PATCH] Re: Breadperl & Tk
46334              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46335              Date: Tue, 12 Dec 2000 14:48:27 GMT
46336              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
46337      Branch: perl
46338            ! sv.c
46339 ____________________________________________________________________________
46340 [  8089] By: jhi                                   on 2000/12/12  03:37:19
46341         Log: Subject: DosGlob.pm diff for bash style brace expansion.
46342              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
46343              Date: Fri, 8 Dec 2000 10:45:30 -0600
46344              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
46345      Branch: perl
46346            ! lib/File/DosGlob.pm
46347 ____________________________________________________________________________
46348 [  8088] By: nick                                  on 2000/12/11  23:59:59
46349         Log: Integrate mainline
46350      Branch: perlio
46351           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
46352           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46353           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
46354           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
46355           !> t/op/local.t t/pragma/warn/toke toke.c
46356 ____________________________________________________________________________
46357 [  8087] By: jhi                                   on 2000/12/11  23:20:23
46358         Log: Integrate perlio.
46359      Branch: perl
46360           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46361 ____________________________________________________________________________
46362 [  8086] By: jhi                                   on 2000/12/11  22:50:59
46363         Log: Tune further the OS detection of CGI.
46364      Branch: perl
46365            ! lib/CGI.pm
46366 ____________________________________________________________________________
46367 [  8085] By: nick                                  on 2000/12/11  22:50:46
46368         Log: Finish 1st pass of "encoding" layer e.g. :
46369              open($fh,"<encoding(iso8859-7)",$greek) || die;
46370      Branch: perlio
46371            ! ext/Encode/Encode.xs perlio.c perliol.h
46372 ____________________________________________________________________________
46373 [  8084] By: jhi                                   on 2000/12/11  22:32:06
46374         Log: Revert the -f ambiguousity patch, seems to cause
46375              too much hassle (the interpret -Q as a function
46376              where Q is not a known filetest part is left in).
46377      Branch: perl
46378            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
46379            ! toke.c
46380 ____________________________________________________________________________
46381 [  8083] By: jhi                                   on 2000/12/11  22:27:23
46382         Log: (accidentally empty check-in)
46383      Branch: perl
46384            ! lib/File/DosGlob.pm
46385 ____________________________________________________________________________
46386 [  8082] By: nick                                  on 2000/12/11  19:09:51
46387         Log: Restore mmap function (broken by tweaks to shared buffer
46388              layer for encode(xxxx)).
46389      Branch: perlio
46390            ! perlio.c
46391 ____________________________________________________________________________
46392 [  8081] By: jhi                                   on 2000/12/11  18:29:13
46393         Log: Subject: Re: The long awaited feature ...
46394              From: Simon Cozens <simon@cozens.net>
46395              Date: Mon, 11 Dec 2000 15:54:24 +0000
46396              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
46397              
46398              More io/utf8 tests.
46399      Branch: perl
46400            ! t/io/utf8.t
46401 ____________________________________________________________________________
46402 [  8080] By: jhi                                   on 2000/12/11  18:19:36
46403         Log: Subject: PATCH MakeMaker manpage clarification
46404              From: andreas.koenig@anima.de (Andreas J. Koenig)
46405              Date: 10 Dec 2000 20:46:13 +0100
46406              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
46407      Branch: perl
46408            ! lib/ExtUtils/MakeMaker.pm
46409 ____________________________________________________________________________
46410 [  8079] By: jhi                                   on 2000/12/11  15:35:07
46411         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
46412              From: Simon Cozens <simon@cozens.net>
46413              Date: Sun, 10 Dec 2000 19:06:19 +0000
46414              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
46415      Branch: perl
46416            ! ext/B/B/Deparse.pm t/lib/b.t
46417 ____________________________________________________________________________
46418 [  8078] By: jhi                                   on 2000/12/11  15:09:11
46419         Log: Subject: [PATCH] docs on NaN
46420              From: Nicholas Clark <nick@ccl4.org>
46421              Date: Mon, 11 Dec 2000 01:48:38 +0000
46422              Message-ID: <20001211014838.B99205@plum.flirble.org>
46423      Branch: perl
46424            ! pod/perlop.pod
46425 ____________________________________________________________________________
46426 [  8077] By: jhi                                   on 2000/12/11  15:02:21
46427         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
46428              From: Simon Cozens <simon@cozens.net>
46429              Date: Mon, 11 Dec 2000 01:21:45 +0000
46430              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
46431      Branch: perl
46432            ! pp.c pp_hot.c scope.c t/op/local.t
46433 ____________________________________________________________________________
46434 [  8076] By: nick                                  on 2000/12/10  20:43:32
46435         Log: Not merge worthy...
46436              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
46437              syntax is modelled on attributes.
46438              Untested fix for io/utf8 on Win32 etc.
46439              Very clumsy start to the encode layer.
46440      Branch: perlio
46441            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46442 ____________________________________________________________________________
46443 [  8075] By: jhi                                   on 2000/12/10  18:39:33
46444         Log: Darwin is not Windows.
46445      Branch: perl
46446            ! lib/CGI.pm
46447 ____________________________________________________________________________
46448 [  8074] By: jhi                                   on 2000/12/10  18:31:27
46449         Log: Subject: Ambiguous -%c() resolved as a file test
46450              From: "Paul Marquess" <Paul.Marquess@openwave.com>
46451              Date: Sun, 10 Dec 2000 15:35:07 -0000
46452              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
46453      Branch: perl
46454            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46455 ____________________________________________________________________________
46456 [  8073] By: jhi                                   on 2000/12/10  18:16:29
46457         Log: Subject: PATCH installperl misinformed 
46458              From: andreas.koenig@anima.de (Andreas J. Koenig)
46459              Date: 10 Dec 2000 13:01:32 +0100 
46460              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
46461      Branch: perl
46462            ! installperl
46463 ____________________________________________________________________________
46464 [  8072] By: jhi                                   on 2000/12/10  18:07:55
46465         Log: The walkoptree confusion rages; walkoptree() seems to be coming
46466              from B.xs, while walkoptree_slow() comes from B.pm.
46467      Branch: perl
46468            ! ext/B/B.pm
46469 ____________________________________________________________________________
46470 [  8071] By: nick                                  on 2000/12/10  11:45:47
46471         Log: Integrate mainline
46472      Branch: perlio
46473           +> t/base/commonsense.t
46474           !> (integrate 37 files)
46475 ____________________________________________________________________________
46476 [  8070] By: jhi                                   on 2000/12/10  04:46:21
46477         Log: Update Changes.
46478      Branch: perl
46479            ! Changes patchlevel.h
46480 ____________________________________________________________________________
46481 [  8069] By: jhi                                   on 2000/12/10  04:39:19
46482         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
46483              From: andreas.koenig@anima.de (Andreas J. Koenig)
46484              Date: 09 Dec 2000 17:14:25 +0100
46485              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
46486      Branch: perl
46487            + t/base/commonsense.t
46488            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
46489 ____________________________________________________________________________
46490 [  8068] By: jhi                                   on 2000/12/10  04:17:36
46491         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
46492              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46493              Date: Sat, 9 Dec 2000 16:47:22 -0000
46494              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
46495      Branch: perl
46496            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
46497            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
46498            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
46499            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
46500            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
46501            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46502            ! t/lib/sdbm.t
46503 ____________________________________________________________________________
46504 [  8067] By: jhi                                   on 2000/12/10  03:52:02
46505         Log: Test case for #8066.
46506      Branch: perl
46507            ! t/op/misc.t
46508 ____________________________________________________________________________
46509 [  8066] By: jhi                                   on 2000/12/10  03:50:30
46510         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
46511              From: Simon Cozens <simon@cozens.net>
46512              Date: Sun, 10 Dec 2000 00:55:37 +0000
46513              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
46514      Branch: perl
46515            ! pp_sys.c
46516 ____________________________________________________________________________
46517 [  8065] By: jhi                                   on 2000/12/10  03:44:52
46518         Log: Test case for #8064.
46519      Branch: perl
46520            ! t/comp/proto.t
46521 ____________________________________________________________________________
46522 [  8064] By: jhi                                   on 2000/12/10  03:42:32
46523         Log: Subject: Re: prototype of substr
46524              From: Simon Cozens <simon@cozens.net>
46525              Date: Sun, 10 Dec 2000 00:13:33 +0000
46526              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
46527              
46528              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
46529              In other words, make the returned prototypes for any function
46530              stop prepending the ';' optionality marker after the first one.
46531              If they start getting optional, all the rest are optional.
46532      Branch: perl
46533            ! pp.c
46534 ____________________________________________________________________________
46535 [  8063] By: jhi                                   on 2000/12/10  03:39:42
46536         Log: Subject: [PATCH] perlguts.pod
46537              From: Simon Cozens <simon@cozens.net>
46538              Date: Sun, 10 Dec 2000 00:06:47 +0000
46539              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
46540              
46541              Documentation of the different types of ops,
46542              plus the functions in dump.c
46543      Branch: perl
46544            ! pod/perlguts.pod
46545 ____________________________________________________________________________
46546 [  8062] By: jhi                                   on 2000/12/10  03:30:04
46547         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
46548              From: Nicholas Clark <nick@talking.bollo.cx>
46549              Date: Sat, 09 Dec 2000 18:57:25 +0000
46550              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
46551              
46552              Be more robust in weird hostname setups.
46553      Branch: perl
46554            ! t/lib/net-hostent.t
46555 ____________________________________________________________________________
46556 [  8061] By: jhi                                   on 2000/12/10  03:28:21
46557         Log: Pacify fussy compiler. 
46558      Branch: perl
46559            ! pp_sys.c
46560 ____________________________________________________________________________
46561 [  8060] By: jhi                                   on 2000/12/10  02:52:46
46562         Log: Integrate perlio.
46563      Branch: perl
46564           !> pp_sys.c t/io/utf8.t
46565 ____________________________________________________________________________
46566 [  8059] By: nick                                  on 2000/12/09  23:40:14
46567         Log: read/sysread/recv should now be utf8 aware.
46568              Basic test for utf8 read.
46569      Branch: perlio
46570            ! pp_sys.c t/io/utf8.t
46571 ____________________________________________________________________________
46572 [  8058] By: jhi                                   on 2000/12/09  21:56:02
46573         Log: Integrate perlio.
46574      Branch: perl
46575           +> t/io/utf8.t
46576           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
46577 ____________________________________________________________________________
46578 [  8057] By: jhi                                   on 2000/12/09  21:53:35
46579         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
46580              From: Inaba Hiroto <inaba@st.rim.or.jp>
46581              Date: Sun, 10 Dec 2000 05:53:21 +0900
46582              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
46583              
46584              Tests for #8056.
46585      Branch: perl
46586            ! t/op/each.t
46587 ____________________________________________________________________________
46588 [  8056] By: jhi                                   on 2000/12/09  21:51:16
46589         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
46590              From: Inaba Hiroto <inaba@st.rim.or.jp>
46591              Date: Sat, 09 Dec 2000 18:02:00 +0900
46592              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
46593              
46594              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
46595      Branch: perl
46596            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
46597 ____________________________________________________________________________
46598 [  8055] By: nick                                  on 2000/12/09  20:11:48
46599         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
46600              than raw PerlIO_write() - does not seem to break any tests.
46601      Branch: perlio
46602            ! pp_sys.c
46603 ____________________________________________________________________________
46604 [  8054] By: nick                                  on 2000/12/09  19:47:30
46605         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
46606              (sysread, recv and write i.e. formats still to do...)
46607              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
46608              open($fh,">:utf8","name")
46609              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
46610              so no extra overhead is involved.
46611              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
46612              to a non-utf8 stream.
46613              Add initial io/utf8.t
46614              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
46615              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
46616              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46617      Branch: perlio
46618            + t/io/utf8.t
46619            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
46620 ____________________________________________________________________________
46621 [  8053] By: nick                                  on 2000/12/09  19:26:37
46622         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
46623              was only testing this_utf8.
46624      Branch: perlio
46625            ! toke.c
46626 ____________________________________________________________________________
46627 [  8052] By: nick                                  on 2000/12/09  19:09:41
46628         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
46629              i.e. the output string has one, but don't mess with source assumption.
46630      Branch: perlio
46631            ! toke.c
46632 ____________________________________________________________________________
46633 [  8051] By: jhi                                   on 2000/12/09  16:55:17
46634         Log: Integrate perlio.
46635      Branch: perl
46636           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
46637           !> sv.c thrdvar.h util.c
46638 ____________________________________________________________________________
46639 [  8050] By: jhi                                   on 2000/12/09  16:48:07
46640         Log: Nits noticed by Peter Prymmer.
46641      Branch: perl
46642            ! lib/ExtUtils/MM_VMS.pm
46643 ____________________________________________________________________________
46644 [  8049] By: nick                                  on 2000/12/09  13:49:40
46645         Log: UTF8 output prework.
46646              - Store $\ and $, as SVs so they can have SvUTF8 flag
46647              - use do_print() rather than raw PerlIO_write() to print them.
46648      Branch: perlio
46649            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
46650            ! thrdvar.h util.c
46651 ____________________________________________________________________________
46652 [  8048] By: nick                                  on 2000/12/09  12:30:43
46653         Log: Integrate mainline.
46654      Branch: perlio
46655           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
46656           +> t/op/reverse.t
46657           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
46658           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46659           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
46660           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
46661           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
46662           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46663 ____________________________________________________________________________
46664 [  8047] By: jhi                                   on 2000/12/09  00:23:27
46665         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
46666              From: Michael G Schwern <schwern@pobox.com>
46667              Date: Fri, 8 Dec 2000 14:43:04 -0600
46668      Branch: perl
46669            ! lib/ExtUtils/MM_VMS.pm
46670 ____________________________________________________________________________
46671 [  8046] By: jhi                                   on 2000/12/08  23:10:27
46672         Log: A missed check-in.
46673      Branch: perl
46674            ! lib/ExtUtils/Manifest.pm
46675 ____________________________________________________________________________
46676 [  8045] By: jhi                                   on 2000/12/08  21:57:12
46677         Log: (null check-in)
46678      Branch: perl
46679            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
46680 ____________________________________________________________________________
46681 [  8044] By: jhi                                   on 2000/12/08  21:11:06
46682         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
46683              at the final draft stage.
46684      Branch: perl
46685            + ext/Encode/Encode/iso8859-16.enc
46686            ! MANIFEST
46687 ____________________________________________________________________________
46688 [  8043] By: jhi                                   on 2000/12/08  16:39:04
46689         Log: Update Changes.
46690      Branch: perl
46691            ! Changes patchlevel.h
46692 ____________________________________________________________________________
46693 [  8042] By: jhi                                   on 2000/12/08  16:33:39
46694         Log: Do not return the Unicode replacement character if UTF-8
46695              decoding goes awry, it should be up to the caller to decide.
46696      Branch: perl
46697            ! pod/perlapi.pod utf8.c
46698 ____________________________________________________________________________
46699 [  8041] By: jhi                                   on 2000/12/08  16:22:28
46700         Log: metaconfig maintenance.
46701      Branch: metaconfig
46702            ! U/modified/stdchar.U
46703      Branch: metaconfig/U/perl
46704            + testsyml.U
46705 ____________________________________________________________________________
46706 [  8040] By: jhi                                   on 2000/12/08  16:03:08
46707         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
46708              From: sthoenna@efn.org
46709              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
46710              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
46711      Branch: perl
46712            ! Changes lib/ExtUtils/MM_OS2.pm
46713 ____________________________________________________________________________
46714 [  8039] By: jhi                                   on 2000/12/08  15:57:11
46715         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
46716              From: Simon Cozens <simon@cozens.net>
46717              Date: Fri, 8 Dec 2000 13:33:31 +0000
46718              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
46719              
46720              (The pp_hot part needed a rewrite.)
46721      Branch: perl
46722            ! doop.c pp_hot.c utf8.c
46723 ____________________________________________________________________________
46724 [  8038] By: jhi                                   on 2000/12/08  15:25:08
46725         Log: Subject: djSP
46726              From: Michael Stevens <michael@etla.org>
46727              Date: Wed, 6 Dec 2000 23:24:01 +0000
46728              Message-ID: <20001206232400.A21381@firedrake.org>
46729              
46730              Plus a note from Nick Ing-Simmons.
46731      Branch: perl
46732            ! pp.h
46733 ____________________________________________________________________________
46734 [  8037] By: jhi                                   on 2000/12/08  15:18:35
46735         Log: Filetype is text.
46736      Branch: perl
46737            ! t/op/utf8decode.t
46738 ____________________________________________________________________________
46739 [  8036] By: jhi                                   on 2000/12/08  03:31:27
46740         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46741              From: Andy Dougherty <doughera@lafayette.edu>
46742              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
46743              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
46744              
46745              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46746              From: Andy Dougherty <doughera@lafayette.edu>
46747              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
46748              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
46749      Branch: perl
46750            + ext/POSIX/hints/svr4.pl
46751            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
46752 ____________________________________________________________________________
46753 [  8035] By: jhi                                   on 2000/12/08  03:26:01
46754         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
46755              From: Andy Dougherty <doughera@lafayette.edu>
46756              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
46757              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
46758      Branch: perl
46759            ! t/README t/base/term.t
46760 ____________________________________________________________________________
46761 [  8034] By: jhi                                   on 2000/12/08  03:21:59
46762         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46763              From: mjd@plover.com  
46764              Date: 7 Dec 2000 21:04:20 -0000
46765              Message-ID: <20001207210420.22282.qmail@plover.com>
46766              
46767              Plus -z doc.
46768      Branch: perl
46769            ! pod/perlfunc.pod
46770 ____________________________________________________________________________
46771 [  8033] By: jhi                                   on 2000/12/08  03:19:03
46772         Log: Use the UTF8 macros a bit.  They can't be used with abandon
46773              everywhere because we do generate illegal UTF-8 in some situations.
46774              This is of course naughty.
46775      Branch: perl
46776            ! pod/perlapi.pod utf8.c utf8.h
46777 ____________________________________________________________________________
46778 [  8032] By: jhi                                   on 2000/12/08  03:00:09
46779         Log: Out of sync?
46780      Branch: perl
46781            ! t/pragma/warn/utf8
46782 ____________________________________________________________________________
46783 [  8031] By: jhi                                   on 2000/12/08  02:22:39
46784         Log: Cnt spl.
46785      Branch: perl
46786            ! MANIFEST
46787 ____________________________________________________________________________
46788 [  8030] By: jhi                                   on 2000/12/08  01:23:54
46789         Log: Add test for reverse().
46790      Branch: perl
46791            + t/op/reverse.t
46792            ! MANIFEST
46793 ____________________________________________________________________________
46794 [  8029] By: jhi                                   on 2000/12/08  01:21:47
46795         Log: Integrate perlio.
46796      Branch: perl
46797           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
46798           !> perlio.c perlio.h perlsdio.h warnings.pl
46799 ____________________________________________________________________________
46800 [  8028] By: jhi                                   on 2000/12/08  01:19:08
46801         Log: Introduce macros for UTF8 decoding.
46802      Branch: perl
46803            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46804 ____________________________________________________________________________
46805 [  8027] By: nick                                  on 2000/12/07  22:18:19
46806         Log: Integrate mainline
46807      Branch: perlio
46808           !> embed.pl pod/perlapi.pod utf8.c
46809 ____________________________________________________________________________
46810 [  8026] By: nick                                  on 2000/12/07  21:45:08
46811         Log: Various oddities p4 diff -se showed up
46812              Remove 'our' from warnings.pl
46813      Branch: perlio
46814            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
46815 ____________________________________________________________________________
46816 [  8025] By: nick                                  on 2000/12/07  21:43:32
46817         Log: Change PerlIO_(get|set)pos to take SV *
46818              Should fix, OS/2, VMS, (sfio??)
46819      Branch: perlio
46820            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
46821 ____________________________________________________________________________
46822 [  8024] By: jhi                                   on 2000/12/07  19:05:32
46823         Log: Document utf8_to_uv() better.
46824      Branch: perl
46825            ! pod/perlapi.pod utf8.c
46826 ____________________________________________________________________________
46827 [  8023] By: jhi                                   on 2000/12/07  18:23:47
46828         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
46829      Branch: perl
46830            ! embed.pl pod/perlapi.pod utf8.c
46831 ____________________________________________________________________________
46832 [  8022] By: jhi                                   on 2000/12/07  04:13:51
46833         Log: Integrate perlio.
46834      Branch: perl
46835           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
46836           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
46837           !> win32/makefile.mk
46838 ____________________________________________________________________________
46839 [  8021] By: nick                                  on 2000/12/07  00:28:14
46840         Log: Various attempts at MSVC debug - not sure what has
46841              changed but works now. 
46842              Seems atexit() _may_ work for DLLs built with MSVC so don't
46843              call cleanup that way.
46844      Branch: perlio
46845            ! perlio.c win32/makefile.mk
46846 ____________________________________________________________________________
46847 [  8020] By: nick                                  on 2000/12/06  19:57:20
46848         Log: Integrate mainline
46849      Branch: perlio
46850           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
46851           !> (integrate 75 files)
46852 ____________________________________________________________________________
46853 [  8019] By: nick                                  on 2000/12/06  19:28:21
46854         Log: Add useperlio to config.vc
46855              Turn off binmode in config_H.PL
46856              Regen all the config_H.xx
46857              Attempt to get debugging build with MSVC.
46858      Branch: perlio
46859            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46860            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
46861 ____________________________________________________________________________
46862 [  8018] By: nick                                  on 2000/12/06  19:21:57
46863         Log: Test various dup/external program options on all platforms.
46864      Branch: perlio
46865            ! t/io/dup.t
46866 ____________________________________________________________________________
46867 [  8017] By: nick                                  on 2000/12/06  19:20:47
46868         Log: Fix harness to be less picky
46869      Branch: perlio
46870            ! lib/Test/Harness.pm
46871 ____________________________________________________________________________
46872 [  8016] By: jhi                                   on 2000/12/06  16:45:12
46873         Log: Update Changes.
46874      Branch: perl
46875            ! Changes patchlevel.h
46876 ____________________________________________________________________________
46877 [  8015] By: jhi                                   on 2000/12/06  16:41:03
46878         Log: Test \x{...} with ord().
46879      Branch: perl
46880            ! t/op/ord.t
46881 ____________________________________________________________________________
46882 [  8014] By: jhi                                   on 2000/12/06  16:20:33
46883         Log: Test tweak because of #8013.
46884      Branch: perl
46885            ! t/lib/b.t
46886 ____________________________________________________________________________
46887 [  8013] By: jhi                                   on 2000/12/06  16:09:09
46888         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
46889              From: Michael G Schwern <schwern@pobox.com>
46890              Date: Tue, 5 Dec 2000 21:23:28 -0500
46891              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
46892              
46893              Carp::Heavy parts not very applicable because of recent changes.
46894      Branch: perl
46895            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
46896            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
46897            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
46898            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46899            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
46900            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46901            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
46902            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
46903            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
46904            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
46905            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
46906            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
46907            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
46908            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
46909            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
46910            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
46911            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
46912            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
46913            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
46914            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
46915            ! warnings.pl
46916 ____________________________________________________________________________
46917 [  8012] By: jhi                                   on 2000/12/06  15:22:38
46918         Log: Subject: [PATCH] Re: New harness is failing things
46919              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46920              Date: Wed, 6 Dec 2000 13:00:30 GMT
46921              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
46922      Branch: perl
46923            ! lib/Test/Harness.pm
46924 ____________________________________________________________________________
46925 [  8011] By: jhi                                   on 2000/12/06  15:12:08
46926         Log: Subject: installhtml changes
46927              From: Michael Stevens <michael@etla.org>
46928              Date: Wed, 6 Dec 2000 13:15:53 +0000
46929              Message-ID: <20001206131553.A27317@firedrake.org>
46930      Branch: perl
46931            ! installhtml
46932 ____________________________________________________________________________
46933 [  8010] By: jhi                                   on 2000/12/06  15:06:05
46934         Log: Subject: the dTHR hits
46935              From: Michael Stevens <michael@etla.org>
46936              Date: Wed, 6 Dec 2000 12:06:03 +0000
46937              Message-ID: <20001206120603.A24581@firedrake.org>
46938              
46939              More, errrm, less dTHRs.
46940      Branch: perl
46941            ! bytecode.pl ext/B/B/C.pm
46942 ____________________________________________________________________________
46943 [  8009] By: jhi                                   on 2000/12/06  15:04:25
46944         Log: Subject: MakeMaker mailing list gone?
46945              From: Michael G Schwern <schwern@pobox.com>
46946              Date: Tue, 5 Dec 2000 19:29:59 -0500
46947              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
46948              
46949              The MakeMaker mailing list is dead, perlbug is the right
46950              address to report bugs.
46951      Branch: perl
46952            ! lib/ExtUtils/MakeMaker.pm
46953 ____________________________________________________________________________
46954 [  8008] By: jhi                                   on 2000/12/06  15:00:32
46955         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
46956              From: Michael G Schwern <schwern@pobox.com>
46957              Date: Tue, 5 Dec 2000 19:21:21 -0500
46958              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
46959              
46960              Add a default MANIFEST skip that ignores things like
46961              version control files, editor temporary files, and the Makefile.
46962      Branch: perl
46963            + lib/ExtUtils/MANIFEST.SKIP
46964            ! MANIFEST lib/ExtUtils/Manifest.pm
46965 ____________________________________________________________________________
46966 [  8007] By: jhi                                   on 2000/12/06  14:57:20
46967         Log: In Amiga more manual hackery of the scripts seems to be needed,
46968              from Jan-Erik Karlsson.  Why Configure does not get this right
46969              is unknown, may be shell-induced.
46970      Branch: perl
46971            ! README.amiga
46972 ____________________________________________________________________________
46973 [  8006] By: jhi                                   on 2000/12/05  23:53:12
46974         Log: Add TOPm1s to peek at the second topmost stack item.
46975      Branch: perl
46976            ! pp.h
46977 ____________________________________________________________________________
46978 [  8005] By: jhi                                   on 2000/12/05  23:13:55
46979         Log: Avaunt, you foul UTF-8 tests.
46980      Branch: perl
46981            ! t/op/ver.t t/pragma/utf8.t
46982 ____________________________________________________________________________
46983 [  8004] By: jhi                                   on 2000/12/05  23:09:54
46984         Log: Continue utf8 dispersal. 
46985      Branch: perl
46986            + t/op/concat.t
46987            ! MANIFEST t/pragma/utf8.t
46988 ____________________________________________________________________________
46989 [  8003] By: nick                                  on 2000/12/05  23:02:39
46990         Log: Integrate mainline.
46991      Branch: perlio
46992           +> t/op/length.t t/op/utf8decode.t
46993           !> (integrate 69 files)
46994 ____________________________________________________________________________
46995 [  8002] By: jhi                                   on 2000/12/05  22:59:28
46996         Log: Integrate perlio.
46997      Branch: perl
46998           !> iperlsys.h perl.c perlio.c win32/perllib.c
46999 ____________________________________________________________________________
47000 [  8001] By: nick                                  on 2000/12/05  22:07:52
47001         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
47002              - calloc/free suffer from damage on TerminateThread()
47003              - use PerlMemShared (as originally planned) now fixed
47004              - avoid doing anything important on DLL "detach".
47005      Branch: perlio
47006            ! perl.c perlio.c win32/perllib.c
47007 ____________________________________________________________________________
47008 [  8000] By: nick                                  on 2000/12/05  21:05:09
47009         Log: Fix gross PerlMemShared issue.
47010      Branch: perlio
47011            ! iperlsys.h
47012 ____________________________________________________________________________
47013 [  7999] By: jhi                                   on 2000/12/05  20:46:58
47014         Log: Test for Unicode (UTF-8) hash keys.
47015      Branch: perl
47016            ! t/op/each.t
47017 ____________________________________________________________________________
47018 [  7998] By: jhi                                   on 2000/12/05  20:30:35
47019         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
47020              is now always UTF-8), empty line cosmetics.
47021      Branch: perl
47022            ! t/pragma/utf8.t
47023 ____________________________________________________________________________
47024 [  7997] By: jhi                                   on 2000/12/05  20:15:40
47025         Log: Subject: Re: STRLEN - what?
47026              From: Andy Dougherty <doughera@lafayette.edu>
47027              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
47028              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
47029              
47030              Explain STRLEN.
47031      Branch: perl
47032            ! pod/perlguts.pod
47033 ____________________________________________________________________________
47034 [  7996] By: jhi                                   on 2000/12/05  20:13:34
47035         Log: Split off the UTF-8 decoder tests, make them to check also
47036              the error message.
47037      Branch: perl
47038            + t/op/utf8decode.t
47039            ! MANIFEST t/pragma/utf8.t utf8.c
47040 ____________________________________________________________________________
47041 [  7995] By: jhi                                   on 2000/12/05  16:39:47
47042         Log: Start migrating bits of pragma/utf8 to elsewhere
47043              (since the long term plan is to obsolete 'use utf8').
47044      Branch: perl
47045            + t/op/length.t
47046            ! MANIFEST t/pragma/utf8.t
47047 ____________________________________________________________________________
47048 [  7994] By: jhi                                   on 2000/12/05  16:30:21
47049         Log: Fix a manual edit typo from #7993, fix the message formatting
47050              for Unicode, add few our declarations.
47051      Branch: perl
47052            ! lib/Carp/Heavy.pm
47053 ____________________________________________________________________________
47054 [  7993] By: jhi                                   on 2000/12/05  16:09:15
47055         Log: Subject: Need help with warnings :-(
47056              From: "Ben Tilly" <ben_tilly@hotmail.com>
47057              Date: Tue, 05 Dec 2000 01:35:54 -0500
47058              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
47059              
47060              Subject: UPDATE: Carp/Heavy now passes all tests
47061              From: "Ben Tilly" <ben_tilly@hotmail.com>
47062              Date: Tue, 05 Dec 2000 07:59:41 -0500
47063              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
47064              
47065              The Brave New Carp.
47066      Branch: perl
47067            ! lib/Carp.pm lib/Carp/Heavy.pm
47068 ____________________________________________________________________________
47069 [  7992] By: jhi                                   on 2000/12/05  15:55:08
47070         Log: Subject: [PATCH perl@7979] cygwin port
47071              From: "Eric Fifer" <efifer@dircon.co.uk>
47072              Date: Tue, 5 Dec 2000 14:04:09 -0000
47073              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
47074      Branch: perl
47075            ! t/lib/net-hostent.t
47076 ____________________________________________________________________________
47077 [  7991] By: jhi                                   on 2000/12/05  15:52:34
47078         Log: Subject: Re: [PATCH] The largest hoax of all times?
47079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47080              Date: Tue, 5 Dec 2000 00:40:25 -0500
47081              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
47082              
47083              Subject: Re: [PATCH] The largest hoax of all times?
47084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47085              Date: Mon, 4 Dec 2000 23:55:53 -0500
47086              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
47087              
47088              Subject: Re: [PATCH] The largest hoax of all times?
47089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47090              Date: Tue, 5 Dec 2000 01:28:45 -0500
47091              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
47092              
47093              Fix the unpredictable order of DESTROYs.
47094      Branch: perl
47095            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
47096            ! sv.c sv.h t/op/ref.t
47097 ____________________________________________________________________________
47098 [  7990] By: jhi                                   on 2000/12/05  14:38:53
47099         Log: Subject: [PATCH] shrink pp_hot fractionally
47100              From: Nicholas Clark <nick@ccl4.org>
47101              Date: Tue, 5 Dec 2000 12:44:31 +0000
47102              Message-ID: <20001205124431.E74518@plum.flirble.org>
47103              
47104              Use report_evil_fh().
47105      Branch: perl
47106            ! opcode.pl opnames.h pp_hot.c util.c
47107 ____________________________________________________________________________
47108 [  7989] By: jhi                                   on 2000/12/05  14:21:27
47109         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
47110              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47111              Date: Mon, 04 Dec 2000 22:21:59 -0800
47112              Message-ID: <HmIL6gzkgepS092yn@efn.org>
47113              
47114              Harness shouldn't ignore responses like "ok 3\r\r\n".
47115      Branch: perl
47116            ! lib/Test/Harness.pm
47117 ____________________________________________________________________________
47118 [  7988] By: jhi                                   on 2000/12/05  13:51:28
47119         Log: Integrate the "skip" messages to explain().
47120      Branch: perl
47121            ! t/lib/syslfs.t t/op/lfs.t
47122 ____________________________________________________________________________
47123 [  7987] By: jhi                                   on 2000/12/05  12:34:54
47124         Log: The one that got away in #7984.
47125              
47126              Subject: Re: dTHR - what and why?
47127              From: Michael Stevens <michael@etla.org> 
47128              Date: Tue, 5 Dec 2000 11:15:52 +0000
47129              Message-ID: <20001205111552.A4647@firedrake.org>
47130      Branch: perl
47131            ! sv.h
47132 ____________________________________________________________________________
47133 [  7986] By: gsar                                  on 2000/12/05  09:14:44
47134         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
47135              due to the notorious GetFileType() bug in Windows 9x, which fstat()
47136              tickles)
47137      Branch: perl
47138            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
47139 ____________________________________________________________________________
47140 [  7985] By: jhi                                   on 2000/12/05  05:49:03
47141         Log: Integrate perlio.
47142      Branch: perl
47143           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
47144           !> win32/perlhost.h win32/perllib.c
47145 ____________________________________________________________________________
47146 [  7984] By: jhi                                   on 2000/12/05  05:48:16
47147         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
47148      Branch: perl
47149            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
47150            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
47151            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
47152            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
47153            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
47154            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
47155            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
47156            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
47157            ! win32/win32.c
47158 ____________________________________________________________________________
47159 [  7983] By: nick                                  on 2000/12/04  23:27:43
47160         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
47161      Branch: perlio
47162            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
47163            ! win32/perlhost.h win32/perllib.c
47164 ____________________________________________________________________________
47165 [  7982] By: jhi                                   on 2000/12/04  19:44:09
47166         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
47167              uncovered by #7980.
47168      Branch: perl
47169            ! op.c
47170 ____________________________________________________________________________
47171 [  7981] By: jhi                                   on 2000/12/04  19:42:07
47172         Log: Subject: [PATCH] Trivial dump.c feature
47173              From: Simon Cozens <simon@cozens.net>
47174              Date: Mon, 4 Dec 2000 18:08:38 +0000
47175              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
47176              
47177              Show whether a constant is UTF-8.
47178      Branch: perl
47179            ! dump.c
47180 ____________________________________________________________________________
47181 [  7980] By: jhi                                   on 2000/12/04  19:36:51
47182         Log: UTF-8 hash keys, patch from Inaba Hiroto.
47183      Branch: perl
47184            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
47185 ____________________________________________________________________________
47186 [  7979] By: jhi                                   on 2000/12/04  17:36:28
47187         Log: Update Changes.
47188      Branch: perl
47189            ! Changes patchlevel.h
47190 ____________________________________________________________________________
47191 [  7978] By: jhi                                   on 2000/12/04  16:42:17
47192         Log: Retract #7977, still too volatile (the euphemism of the day
47193              for unfinished and buggy :-)
47194      Branch: perl
47195            ! doop.c hv.c pp.c sv.h
47196 ____________________________________________________________________________
47197 [  7977] By: jhi                                   on 2000/12/04  16:25:15
47198         Log: (Retracted by #7978, too shaky yet.)
47199              
47200              Subject: Re: utf8 in hash keys, implementor missing
47201              From: Simon Cozens <simon@cozens.net>
47202              Date: Sat, 2 Dec 2000 19:49:35 +0000
47203              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
47204              
47205              The first step at UTF-8 hash keys.
47206      Branch: perl
47207            ! doop.c hv.c pp.c sv.h
47208 ____________________________________________________________________________
47209 [  7976] By: jhi                                   on 2000/12/04  16:13:53
47210         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
47211              From: sthoenna@efn.org
47212              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
47213              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
47214      Branch: perl
47215            ! os2/os2.c perlio.c
47216 ____________________________________________________________________________
47217 [  7975] By: jhi                                   on 2000/12/04  16:05:25
47218         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
47219              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47220              Date: Thu, 30 Nov 2000 20:50:37 -0800
47221              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
47222      Branch: perl
47223            ! os2/os2.c
47224 ____________________________________________________________________________
47225 [  7974] By: jhi                                   on 2000/12/04  16:03:57
47226         Log: Subject: [PATCH] ++ 20% faster
47227              From: Nicholas Clark <nick@ccl4.org>
47228              Date: Mon, 4 Dec 2000 12:17:27 +0000
47229              Message-ID: <20001204121726.B52976@plum.flirble.org>
47230              
47231              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
47232      Branch: perl
47233            ! sv.c
47234 ____________________________________________________________________________
47235 [  7973] By: jhi                                   on 2000/12/04  16:00:48
47236         Log: 
47237              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
47238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47239              Date: Mon, 04 Dec 2000 12:30:45 +0100
47240              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
47241              
47242              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
47243              library (getprotobyname and getprotobynumber are outversioned by
47244              the same calls in libc, at least for xlc version 3.
47245      Branch: perl
47246            ! hints/aix.sh
47247 ____________________________________________________________________________
47248 [  7972] By: jhi                                   on 2000/12/04  02:58:31
47249         Log: Integrate perlio.
47250      Branch: perl
47251           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
47252           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
47253           !> win32/win32.h win32/win32iop.h win32/win32thread.h
47254 ____________________________________________________________________________
47255 [  7971] By: nick                                  on 2000/12/04  00:24:33
47256         Log: Quieten some noise in Win32 builds:
47257              - win32.h is included after <sys/socket.h>, so need to 
47258              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
47259              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
47260      Branch: perlio
47261            ! doio.c perl.h toke.c win32/win32.h
47262 ____________________________________________________________________________
47263 [  7970] By: nick                                  on 2000/12/03  22:57:46
47264         Log: PERL_IMPLICIT_SYS compiles but does not work.
47265      Branch: perlio
47266            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
47267            ! win32/perlhost.h win32/perllib.c win32/win32.h
47268            ! win32/win32iop.h win32/win32thread.h
47269 ____________________________________________________________________________
47270 [  7969] By: jhi                                   on 2000/12/03  22:12:58
47271         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
47272              used to swash_init(), makes regprop() dumps more informative
47273              (+utf8::IsAlpha, -utf8::IsDigit, for example).
47274      Branch: perl
47275            ! regcomp.c regexec.c
47276 ____________________________________________________________________________
47277 [  7968] By: jhi                                   on 2000/12/03  21:39:56
47278         Log: Implement ANYOFUTF8 regprop() dumping.
47279      Branch: perl
47280            ! regcomp.c
47281 ____________________________________________________________________________
47282 [  7967] By: jhi                                   on 2000/12/03  20:57:19
47283         Log: Make uv_to_utf8() to zero-terminate its output buffer,
47284              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
47285      Branch: perl
47286            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
47287 ____________________________________________________________________________
47288 [  7966] By: nick                                  on 2000/12/03  18:41:21
47289         Log: Integrate mainline (STDCHAR)
47290      Branch: perlio
47291           !> Configure t/pragma/utf8.t
47292 ____________________________________________________________________________
47293 [  7965] By: jhi                                   on 2000/12/03  17:58:20
47294         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
47295      Branch: perl
47296            ! t/pragma/utf8.t
47297 ____________________________________________________________________________
47298 [  7964] By: jhi                                   on 2000/12/03  17:35:56
47299         Log: Integrate perlio.
47300      Branch: perl
47301           !> iperlsys.h perlio.c
47302 ____________________________________________________________________________
47303 [  7963] By: jhi                                   on 2000/12/03  17:33:55
47304         Log: Metaconfig unit change for #7962.
47305      Branch: metaconfig
47306            ! U/modified/stdchar.U
47307 ____________________________________________________________________________
47308 [  7962] By: jhi                                   on 2000/12/03  17:33:27
47309         Log: Untangle the <stdio.h> #include nest for the stdchar test,
47310              from Andy Dougherty.
47311      Branch: perl
47312            ! Configure
47313 ____________________________________________________________________________
47314 [  7961] By: nick                                  on 2000/12/03  16:53:00
47315         Log: Make iperlsys.h vector stdio not PerlIO.
47316      Branch: perlio
47317            ! iperlsys.h perlio.c
47318 ____________________________________________________________________________
47319 [  7960] By: nick                                  on 2000/12/03  14:43:01
47320         Log: Integrate mainline
47321      Branch: perlio
47322           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
47323           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
47324 ____________________________________________________________________________
47325 [  7959] By: jhi                                   on 2000/12/03  08:16:36
47326         Log: Use DO_UTF8().
47327      Branch: perl
47328            ! op.c
47329 ____________________________________________________________________________
47330 [  7958] By: jhi                                   on 2000/12/02  18:33:05
47331         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47332              From: Mike Guy <mjtg@cam.ac.uk>         
47333              Date: Sat, 02 Dec 2000 17:27:13 +0000
47334              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
47335              
47336              An extraneous argument.
47337      Branch: perl
47338            ! toke.c
47339 ____________________________________________________________________________
47340 [  7957] By: jhi                                   on 2000/12/02  18:22:32
47341         Log: A missing hunk.
47342      Branch: perl
47343            ! t/lib/net-hostent.t
47344 ____________________________________________________________________________
47345 [  7956] By: jhi                                   on 2000/12/02  18:06:20
47346         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
47347              From: Nicholas Clark <nick@ccl4.org>
47348              Date: Sat, 2 Dec 2000 14:28:27 +0000
47349              Message-ID: <20001202142827.A12308@plum.flirble.org>
47350              
47351              Test robustness.
47352      Branch: perl
47353            ! t/lib/net-hostent.t
47354 ____________________________________________________________________________
47355 [  7955] By: jhi                                   on 2000/12/02  17:58:06
47356         Log: Metaconfig unit change for #7954.
47357      Branch: metaconfig
47358            ! U/modified/stdchar.U
47359 ____________________________________________________________________________
47360 [  7954] By: jhi                                   on 2000/12/02  17:54:32
47361         Log: An inconvenient hang would happen if the stdio _ptr wasn't
47362              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
47363              would be grepping stdin for all eternity for the _ptr.)
47364      Branch: perl
47365            ! Configure
47366 ____________________________________________________________________________
47367 [  7953] By: jhi                                   on 2000/12/02  00:07:15
47368         Log: Update Changes.
47369      Branch: perl
47370            ! Changes patchlevel.h
47371 ____________________________________________________________________________
47372 [  7952] By: jhi                                   on 2000/12/01  23:54:47
47373         Log: Subject: Re: long shell lines
47374              From: Andy Dougherty <doughera@lafayette.edu>
47375              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
47376              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
47377              
47378              Split overly long shell command lines.
47379      Branch: perl
47380            ! lib/ExtUtils/MM_Unix.pm
47381 ____________________________________________________________________________
47382 [  7951] By: jhi                                   on 2000/12/01  23:48:02
47383         Log: The metaconfig unit change for #7950.
47384      Branch: metaconfig
47385            + U/modified/stdchar.U
47386 ____________________________________________________________________________
47387 [  7950] By: jhi                                   on 2000/12/01  23:47:39
47388         Log: Try to find stdchar also from <stdio_impl.h>.
47389      Branch: perl
47390            ! Configure config_h.SH
47391 ____________________________________________________________________________
47392 [  7949] By: jhi                                   on 2000/12/01  23:46:45
47393         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47394              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47395              Date: Fri, 1 Dec 2000 16:26:08 -0500
47396              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
47397              
47398              Reword the diagnostic message.
47399      Branch: perl
47400            ! pod/perldiag.pod
47401 ____________________________________________________________________________
47402 [  7948] By: nick                                  on 2000/12/01  22:49:43
47403         Log: Integrate mainline (for s/y/m as sub names stuff).
47404      Branch: perlio
47405           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
47406           !> t/pragma/warn/toke toke.c
47407 ____________________________________________________________________________
47408 [  7947] By: jhi                                   on 2000/12/01  20:55:41
47409         Log: Integrate perlio.
47410      Branch: perl
47411           !> perlio.c perliol.h t/io/pipe.t
47412 ____________________________________________________________________________
47413 [  7946] By: jhi                                   on 2000/12/01  20:36:51
47414         Log: Upgrade to CPAN 1.59_51, from Andreas König.
47415      Branch: perl
47416            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47417 ____________________________________________________________________________
47418 [  7945] By: nick                                  on 2000/12/01  20:31:32
47419         Log: Integrate mainline
47420      Branch: perlio
47421           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
47422           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
47423           +> t/lib/net-hostent.t
47424           !> (integrate 35 files)
47425 ____________________________________________________________________________
47426 [  7944] By: jhi                                   on 2000/12/01  20:23:29
47427         Log: Some help for 20001130.011.  Now one gets warnings like
47428              "Ambiguous -f() resolved as a file test ..."
47429      Branch: perl
47430            ! pod/perldiag.pod t/pragma/warn/toke toke.c
47431 ____________________________________________________________________________
47432 [  7943] By: jhi                                   on 2000/12/01  19:44:44
47433         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
47434              that also breaks using them as methods. 
47435      Branch: perl
47436            ! pod/perldiag.pod t/op/misc.t toke.c
47437 ____________________________________________________________________________
47438 [  7942] By: nick                                  on 2000/12/01  17:56:46
47439         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
47440              Make 'unix' pass most tests
47441              - do unread by temporary push of layer ("pending") holding unread chars
47442              - fast_gets is now based on per-handle flag
47443              - relax one of io/pipe.t tests to allow print to fail and close to
47444              succeed so that it passes on unbuffered "unix" layer.
47445              Remaining fail is sporadic and a genuine race condition between
47446              parent/child in fork test.
47447      Branch: perlio
47448            ! perlio.c perliol.h t/io/pipe.t
47449 ____________________________________________________________________________
47450 [  7941] By: jhi                                   on 2000/12/01  15:28:58
47451         Log: (Retracted by #7943.)
47452              
47453              Reserve the short named string operator names.
47454      Branch: perl
47455            ! pod/perldiag.pod t/op/misc.t toke.c
47456 ____________________________________________________________________________
47457 [  7940] By: jhi                                   on 2000/12/01  06:45:53
47458         Log: Get the three different space character classes right under utf8.
47459      Branch: perl
47460            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47461            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47462            ! regexec.c t/op/pat.t utf8.c
47463 ____________________________________________________________________________
47464 [  7939] By: jhi                                   on 2000/12/01  03:26:26
47465         Log: Two more tests that make no sense in UTF-8 since the test
47466              data is not in UTF-8.
47467      Branch: perl
47468            ! t/op/regexp.t
47469 ____________________________________________________________________________
47470 [  7938] By: jhi                                   on 2000/12/01  03:20:39
47471         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
47472              should it be required inside regexen?
47473      Branch: perl
47474            ! regcomp.c t/op/regmesg.t
47475 ____________________________________________________________________________
47476 [  7937] By: jhi                                   on 2000/12/01  02:58:53
47477         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
47478              stored and restored, and thusly was trounced by the utf8 swash
47479              routines.
47480      Branch: perl
47481            ! regcomp.c
47482 ____________________________________________________________________________
47483 [  7936] By: jhi                                   on 2000/11/30  20:41:39
47484         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
47485              Why the different platforms behave so differently (core dump vs
47486              no core dump) on this bug is a but of a mystery, but if I had to
47487              guess I would mumble something like 'alignment'.
47488      Branch: perl
47489            ! sv.c
47490 ____________________________________________________________________________
47491 [  7935] By: jhi                                   on 2000/11/30  16:17:02
47492         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
47493              From: Robin Barker <rmb1@cise.npl.co.uk>
47494              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
47495              Date: Thu, 30 Nov 2000 14:27:12 GMT
47496      Branch: perl
47497            ! perlio.c toke.c
47498 ____________________________________________________________________________
47499 [  7934] By: jhi                                   on 2000/11/30  16:04:49
47500         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
47501      Branch: perl
47502            ! t/lib/net-hostent.t
47503 ____________________________________________________________________________
47504 [  7933] By: jhi                                   on 2000/11/30  06:07:26
47505         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
47506              From: Peter Prymmer <pvhp@forte.com>
47507              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
47508              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
47509              
47510              In VMS the localhost may be LOCALHOST.
47511      Branch: perl
47512            ! t/lib/net-hostent.t
47513 ____________________________________________________________________________
47514 [  7932] By: jhi                                   on 2000/11/30  01:11:11
47515         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
47516              From: Peter Prymmer <pvhp@forte.com>
47517              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
47518              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
47519              
47520              plus regen perlapi.pod.
47521      Branch: perl
47522            ! pod/perlapi.pod utf8.c
47523 ____________________________________________________________________________
47524 [  7931] By: jhi                                   on 2000/11/30  01:06:19
47525         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
47526              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47527              Date:     Wed, 29 Nov 2000 17:15:11 EST
47528              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
47529      Branch: perl
47530            ! t/lib/filter-util.pl t/lib/filter-util.t
47531 ____________________________________________________________________________
47532 [  7930] By: jhi                                   on 2000/11/29  18:51:55
47533         Log: Update Changes.
47534      Branch: perl
47535            ! Changes patchlevel.h
47536 ____________________________________________________________________________
47537 [  7929] By: jhi                                   on 2000/11/29  18:50:55
47538         Log: Update the va_copy() metaconfig unit.
47539      Branch: metaconfig/U/perl
47540            ! need_va_copy.U
47541 ____________________________________________________________________________
47542 [  7928] By: jhi                                   on 2000/11/29  17:50:43
47543         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
47544              From: Dominic Dunlop <domo@computer.org>
47545              Date: Tue, 28 Nov 2000 16:41:57 +0100
47546              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
47547              
47548              Patch to catch a core dump in the Configure va_copy test.
47549      Branch: perl
47550            ! Configure config_h.SH
47551 ____________________________________________________________________________
47552 [  7927] By: jhi                                   on 2000/11/29  17:31:59
47553         Log: Retract #7921, the patch shouldn't be needed.
47554      Branch: perl
47555            ! sv.c
47556 ____________________________________________________________________________
47557 [  7926] By: jhi                                   on 2000/11/29  17:01:41
47558         Log: Make the Class::Struct import() wiser.
47559      Branch: perl
47560            ! lib/Class/Struct.pm t/lib/class-struct.t
47561 ____________________________________________________________________________
47562 [  7925] By: jhi                                   on 2000/11/29  16:36:33
47563         Log: All the core library users of Class::Struct seem to be
47564              using "use Class::Struct 'struct';" instead of the bare
47565              "use Class::Struct;", which isn't documented in Class::Struct.
47566              This can't be right.
47567      Branch: perl
47568            ! lib/File/stat.pm
47569 ____________________________________________________________________________
47570 [  7924] By: jhi                                   on 2000/11/29  16:32:15
47571         Log: A test works better if it has the right 1..$n output.
47572      Branch: perl
47573            ! t/lib/class-struct.t
47574 ____________________________________________________________________________
47575 [  7923] By: jhi                                   on 2000/11/29  16:29:11
47576         Log: Forgot to MANIFEST the new Net::hostent test.
47577      Branch: perl
47578            ! MANIFEST
47579 ____________________________________________________________________________
47580 [  7922] By: jhi                                   on 2000/11/29  16:27:49
47581         Log: Integrate perlio.
47582      Branch: perl
47583           !> iperlsys.h perlio.c
47584 ____________________________________________________________________________
47585 [  7921] By: jhi                                   on 2000/11/29  16:27:10
47586         Log: (Retracted by #7927.)
47587              
47588              Subject: [PATCH] Is infinity a number?
47589              From: Simon Cozens <simon@cozens.net>
47590              Date: Wed, 29 Nov 2000 14:48:20 +0000
47591              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
47592      Branch: perl
47593            ! sv.c
47594 ____________________________________________________________________________
47595 [  7920] By: jhi                                   on 2000/11/29  16:23:02
47596         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
47597              From: rspier@pobox.com (Robert Spier)
47598              Date: Wed, 29 Nov 2000 02:17:49 -0500
47599              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
47600              
47601              Add a test for Net::hostent.
47602      Branch: perl
47603            + t/lib/net-hostent.t
47604 ____________________________________________________________________________
47605 [  7919] By: jhi                                   on 2000/11/29  16:21:31
47606         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
47607              add a test for Class::Struct.
47608      Branch: perl
47609            + t/lib/class-struct.t
47610            ! MANIFEST lib/Class/Struct.pm
47611 ____________________________________________________________________________
47612 [  7918] By: jhi                                   on 2000/11/29  15:48:40
47613         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
47614              From: rspier@pobox.com (Robert Spier)
47615              Date: Wed, 29 Nov 2000 02:25:39 -0500
47616              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
47617              
47618              More checking in case someone has broken their services or
47619              protocol databases.
47620      Branch: perl
47621            ! ext/Sys/Syslog/Syslog.pm
47622 ____________________________________________________________________________
47623 [  7917] By: jhi                                   on 2000/11/29  15:46:25
47624         Log: Subject: [PATCH] $^O  win32 -> MSWin32
47625              From: rspier@pobox.com (Robert Spier)
47626              Date: Wed, 29 Nov 2000 02:17:38 -0500
47627              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
47628              
47629              plus similar nits for vms, err, VMS, and UNICOS.
47630      Branch: perl
47631            ! t/lib/syslfs.t t/op/lfs.t
47632 ____________________________________________________________________________
47633 [  7916] By: jhi                                   on 2000/11/29  15:42:51
47634         Log: Subject: [PATCH] Tokeniser debugging
47635              From: Simon Cozens <simon@cozens.net>
47636              Date: Wed, 29 Nov 2000 14:15:45 +0000
47637              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
47638      Branch: perl
47639            ! perl.c perl.h pod/perlrun.pod toke.c
47640 ____________________________________________________________________________
47641 [  7915] By: jhi                                   on 2000/11/29  15:41:36
47642         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47644              Date: Wed, 29 Nov 2000 02:13:14 -0500
47645              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
47646              
47647              OUT keyword nits.
47648              
47649              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47651              Date: Wed, 29 Nov 2000 03:09:04 -0500
47652              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
47653              
47654              OUT and IN_OUT documentation.
47655      Branch: perl
47656            ! lib/ExtUtils/xsubpp pod/perlxs.pod
47657 ____________________________________________________________________________
47658 [  7914] By: jhi                                   on 2000/11/29  03:35:01
47659         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
47660              From: John Tobey <jtobey@john-edwin-tobey.org>
47661              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
47662              Message-Id: <m140e1N-000FOoC@feynman.localnet>
47663              
47664              plus a performance speedup noticed by Sarathy.
47665      Branch: perl
47666            ! op.c
47667 ____________________________________________________________________________
47668 [  7913] By: jhi                                   on 2000/11/29  03:16:59
47669         Log: Use "1 while unlink" so that VMS gets clean, too.
47670      Branch: perl
47671            ! t/lib/filter-util.t
47672 ____________________________________________________________________________
47673 [  7912] By: jhi                                   on 2000/11/29  03:09:08
47674         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47676              Date: Tue, 28 Nov 2000 03:27:09 -0500
47677              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
47678      Branch: perl
47679            ! lib/ExtUtils/xsubpp
47680 ____________________________________________________________________________
47681 [  7911] By: jhi                                   on 2000/11/29  03:06:30
47682         Log: This should have been part of #7872: no need to scan UTF-8
47683              until eternity.
47684      Branch: perl
47685            ! utf8.c
47686 ____________________________________________________________________________
47687 [  7910] By: jhi                                   on 2000/11/29  02:50:04
47688         Log: One more perltie.pod nit from Casey R. Tweten.
47689      Branch: perl
47690            ! pod/perltie.pod
47691 ____________________________________________________________________________
47692 [  7909] By: jhi                                   on 2000/11/29  02:44:23
47693         Log: Document the known sprintf test failures, exact standard
47694              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
47695      Branch: perl
47696            ! pod/perldelta.pod t/op/sprintf.t
47697 ____________________________________________________________________________
47698 [  7908] By: jhi                                   on 2000/11/29  02:36:23
47699         Log: Add the Encoding table format documentation.
47700      Branch: perl
47701            + ext/Encode/Encode/EncodeFormat.pod
47702            ! MANIFEST
47703 ____________________________________________________________________________
47704 [  7907] By: jhi                                   on 2000/11/29  02:07:24
47705         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
47706              From: "Casey R. Tweten" <crt@kiski.net>
47707              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
47708              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
47709              
47710              Subject: Re: [PATCH] Updating perltie.pod for arrays
47711              From: "Casey R. Tweten" <crt@kiski.net>
47712              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
47713              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
47714      Branch: perl
47715            ! pod/perltie.pod
47716 ____________________________________________________________________________
47717 [  7906] By: nick                                  on 2000/11/28  22:40:59
47718         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
47719      Branch: perlio
47720            ! iperlsys.h perlio.c
47721 ____________________________________________________________________________
47722 [  7905] By: nick                                  on 2000/11/28  22:04:34
47723         Log: Integrate mainline
47724      Branch: perlio
47725           !> (integrate 39 files)
47726 ____________________________________________________________________________
47727 [  7904] By: jhi                                   on 2000/11/28  16:44:43
47728         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
47729              From: Nicholas Clark <nick@babyhippo.co.uk>
47730              Date: Tue, 28 Nov 2000 11:16:57 +0000
47731              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
47732      Branch: perl
47733            ! pod/perlipc.pod
47734 ____________________________________________________________________________
47735 [  7903] By: jhi                                   on 2000/11/28  16:40:31
47736         Log: Subject: [PATCH] Updating perltie.pod for arrays
47737              From: "Casey R. Tweten" <crt@kiski.net>
47738              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
47739              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
47740      Branch: perl
47741            ! pod/perltie.pod
47742 ____________________________________________________________________________
47743 [  7902] By: jhi                                   on 2000/11/28  16:39:37
47744         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47745              From: Robin Barker <rmb1@cise.npl.co.uk>
47746              Date: Mon, 27 Nov 2000 17:56:44 GMT
47747              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
47748      Branch: perl
47749            ! pod/perlfunc.pod t/op/split.t
47750 ____________________________________________________________________________
47751 [  7901] By: jhi                                   on 2000/11/28  16:28:04
47752         Log: setmode() is a DOSish-only thing.
47753      Branch: perl
47754            ! perlio.c
47755 ____________________________________________________________________________
47756 [  7900] By: jhi                                   on 2000/11/28  16:21:46
47757         Log: Subject: [PATCH] perlcc.PL cleanups
47758              From: Simon Cozens <simon@cozens.net>
47759              Date: Tue, 28 Nov 2000 12:44:35 +0000
47760              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
47761      Branch: perl
47762            ! utils/perlcc.PL
47763 ____________________________________________________________________________
47764 [  7899] By: gsar                                  on 2000/11/28  06:32:55
47765         Log: reintegrate files missed by change#7895
47766      Branch: maint-5.6/perl
47767           +> ext/ByteLoader/bytecode.h utils/Makefile
47768            - utils/perlbc.PL
47769 ____________________________________________________________________________
47770 [  7897] By: gsar                                  on 2000/11/27  18:22:47
47771         Log: can't integrate these two files, for some reason
47772      Branch: maint-5.6/perl
47773            - ext/ByteLoader/bytecode.h utils/Makefile
47774 ____________________________________________________________________________
47775 [  7895] By: gsar                                  on 2000/11/27  18:11:21
47776         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
47777              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
47778              6757..6890,6892..6901 from mainline
47779              
47780              Bytecompiler patches from Benjamin Stuhl.
47781              
47782              More bytecompiler.
47783              
47784              Subject: [PATCH blead] B:: missing dependency
47785              
47786              Subject: [PATCH: 6757] configure.com updates and syslog build
47787              
47788              Long double Gconvert fixes from Yitzchak Scott-Thoennes
47789              and Spider Boardman.
47790              
47791              Subject: [PATCH blead] nextchar() abuse misses an optimisation
47792              
47793              Long double fixes from Spider Boardman.
47794              
47795              Make the selection of NVff et al stricter.
47796              
47797              cSVOPo_*v things index into the current PL_curpad
47798              under ithreads, which is different from the curpad
47799              used by the XSUB.  (In other words, the code as-is
47800              before this patch wouldn't work under ithreads.)
47801              
47802              Be portable.
47803              
47804              VMS MMS (make) wants null action.
47805              
47806              Mac and other portability updates from Chris Nandor.
47807              
47808              Storable support, v-version fixes.
47809              Subject: CPAN.pm beta for testing available
47810              
47811              Portability fix from Hugo van der Sanden.
47812              
47813              Bad makefile.
47814              
47815              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47816              
47817              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47818              
47819              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47820              
47821              Replace #6705 with a minimal doc patch.
47822              Subject: [PATCH 5.6.0] replace change #6705
47823              
47824              Drop the separate perlbc, perlcc -b should be enough.
47825              
47826              installperl couldn't tell whether it had run tests or not.
47827              Subject: [PATCH] Re: installperl and t/TEST
47828              
47829              Add silencer flags to installperl.
47830              Subject: [PATCH] Making installperl silent.
47831              
47832              Make "make install" by default silent.  A new "install-verbose"
47833              target is verbose.
47834              
47835              More liberal parsing of version numbers.
47836              Subject: Re: CPAN.pm beta for testing available
47837              
47838              Create directories in silence.
47839              Subject: [PATCH] Another silencer for MakeMaker
47840              
47841              DOS patches and portability/porting notes, from Tim Jenness.
47842              
47843              Make installman to recognize the silence flag -S.
47844              
47845              Actually do something with the silencer option.
47846              
47847              Continue silencing.
47848              
47849              Show the doc file, not the temp file.
47850              
47851              Regen perltoc.
47852              
47853              Subject: [PATCH] More silencing of installman.
47854              
47855              Better wording for the vec lvalue diagnostic.
47856              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47857              
47858              Subject: [PATCH: 6805] several more tweaks to configure.com
47859              
47860              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47861              
47862              Missing parts of 
47863              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47864              
47865              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47866              (applied slightly modified)
47867              
47868              installperl --verbose and --silent.
47869              Subject: Re: [PATCH] More silencing of installman.
47870              
47871              Add install-silent target.
47872              
47873              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47874              the problem reported in
47875              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47876              
47877              Tweak the sfio/useperlio logic, hopefully as wished in
47878              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47879              
47880              One forgotten file from #6816.
47881              
47882              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47883              
47884              Remove duplicately applied patch shards.
47885              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47886              
47887              Support preserving extremely big/small angles.
47888              
47889              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47890              
47891              Subject: [PATCH] installation not quite silent yet.
47892              
47893              Update the test count.
47894              
47895              Use UVxf, PTR2UV, NVff.
47896              
47897              Document PTR2XX and INT2PTR.
47898              
47899              no-install target a la make -n.
47900              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47901              
47902              grep -e isn't portable.
47903              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47904              
47905              Can't get the test to reliably work thanks to the
47906              inaccurateness of floating point.  "Resolves" bug ids
47907              20000826.003, 20000826.009, 20000826.010,
47908              
47909              Subject: installman buglet
47910              
47911              DJGPP update from Laszlo Molnar.
47912              
47913              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47914              
47915              Passing -R in ldflags makes now it to appear in the default
47916              for lddlflags, just like with -L.
47917              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47918              
47919              Test nit.
47920              
47921              Use the actual thread type, not the pointer-to-struct.
47922              
47923              Provice virtual $Config{ccflags_nolargefiles} etc. 
47924              
47925              display_format used as a class method without arguments was broken,
47926              reported in
47927              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47928              
47929              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47930              
47931              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47932              
47933              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47934              
47935              opmini.o may be left around if a build is interrupted.
47936              
47937              Typo in #6858.
47938              
47939              Fix for ID 20000828.001, long doubles were not formatted
47940              correctly (showed up in $], which stopped installing perl).
47941              
47942              An attempt to fix the problem reported in
47943              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47944              I can't test this properly since the gcc installation I have
47945              access to seems to be botched (gcc is calling the AIX cpp,
47946              a losing proposition...)
47947              
47948              Add -ld to archname on long tr...double platforms.
47949              
47950              Subject: hv.h Doc Patch
47951              
47952              Potential cruft.
47953              
47954              Subject: [PATCH bleedperl@6856] warnings fixes
47955              
47956              -S is the silent flag, -s is the strip flag.
47957              Subject: [PATCH] Re: [PATCH] make no-install          
47958              
47959              Take out the SUIDMAIL thing, that will not be
47960              a problem in 5.7.*.
47961              
47962              Subject: [PATCH bleedperl@6866] spellings
47963              
47964              Subject: [PATCH] Re: files not cleaned even by veryclean
47965              
47966              Use minimal @INC in tests, most of the time just '../lib',
47967              so that we simply can't pick up stuff from other Perls than
47968              the one we are testing.  Pointed out by
47969              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
47970              
47971              Update to Getopt::Long 2.24, from Johan Vromans.
47972              
47973              Fix for thinko in #6848.
47974              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47975              
47976              Patches all over for people and the files they (hopefully) care about.
47977              
47978              Subject: Net::protoent does not export 'getproto'
47979              
47980              Missed a change in #6869.
47981              
47982              Subject: [PATCH] Warnings in B::Deparse
47983              
47984              Subject: [PATCH] Glob dumping
47985              
47986              Disable one of the tests for now.
47987              
47988              Disabling the one test is a bit tricky.
47989              
47990              Don't forget to tidy up.
47991              
47992              The #6881 removed one dump line.
47993              
47994              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47995              
47996              Under usethreads the dumped variable is IN_PAD.
47997              Subject: Re: [PATCH] Glob dumping
47998              
47999              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
48000              
48001              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
48002              
48003              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
48004              
48005              Regen Configure for #6894.
48006              
48007              Subject: [PATCH: 6889] updates to perlebcdic.pod
48008              
48009              Undo namespace pollution of #6878.
48010              Subject: Re: Net::protoent does not export 'getproto'
48011              
48012              Admit that we are leaking scalars.
48013              
48014              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48015      Branch: maint-5.6/perl
48016           !> (integrate 271 files)
48017 ____________________________________________________________________________
48018 [  7894] By: gsar                                  on 2000/11/27  16:00:34
48019         Log: a couple of nits
48020      Branch: maint-5.6/perl
48021            ! MANIFEST pp_sys.c
48022 ____________________________________________________________________________
48023 [  7893] By: gsar                                  on 2000/11/27  15:10:56
48024         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
48025              6740..6745,6747..6757,6760
48026              
48027              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
48028              
48029              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
48030              
48031              Doc nits spotted by Richard Soderberg.
48032              
48033              move WNOHANG definition to where other such things are
48034              
48035              Make $Config{byteorder} more magical so that it is
48036              dynamically computed: nice for 'fat binaries'.
48037              Subject: [PATCH]: default byteorder
48038              
48039              Subject: [PATCH] Cwd.pm now uses strict
48040              
48041              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
48042              
48043              Get -DLEAKTEST to compile (not necessarily to work, mind)
48044              Subject: [ID 20000724.006] -DLEAKTEST problem
48045              
48046              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
48047              
48048              Add perlebcdic from Peter Prymmer, regen toc.
48049              
48050              Don't propose using modules built for 5.005 if no binary
48051              compatibility with 5.005 is attempted.
48052              
48053              Do not use prototyping here.
48054              Subject: [ID 20000817.016] [PATCH] Peek.xs
48055              
48056              Document what the backtick returns if the command fails.
48057              
48058              Add byteorder to the myconfig output.
48059              
48060              Introduce NVef, NVff, and NVgf, use the middle one.
48061              (helps for lib/peek + Linux + long doubles)  Reported in
48062              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48063              Use NVs in POSIX math, not doubles.
48064              Subject: [ID 20000817.014] POSIX & modfl
48065              
48066              Subject: [PATCH 5.6.0+] newSVrv() memory leak
48067              
48068              The byteorder code in #6671 was wrong.
48069              
48070              Fix the lib/complex failure of
48071              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
48072              Linux long double accuracy issue: something that
48073              when printed with %g looks like "2" but int() of it is 1.
48074              
48075              Propagate new Configure vars.
48076              
48077              Unbuffer the output.
48078              
48079              Subject: [PATCH] perltrap.pod spring cleaning
48080              
48081              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
48082              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
48083              
48084              Tiny Getopt::Long patch from Johan Vromans.
48085              
48086              Document code point which makes if (defined %stash::) to work
48087              (noted by Spider Boardman).
48088              
48089              Subject: [PATCH perl@6698] cygwin port
48090              
48091              Document the NDBM_File and ODBM_File as SDBM_File
48092              was documented in #6417.
48093              
48094              The new tests were missing from #6415.
48095              
48096              Add [[:blank:]] as suggested in
48097              Subject: [ID 20000716.024] [=cc=] / [:blank:]
48098              (the [=cc=] has already been taken care of by #6439
48099              so the whole bug report can be closed)
48100              and make [[:space:]] to be equivalent to isspace(3)
48101              (as opposed to \s, which is isSPACE()).  The difference
48102              is that now [[:space:]] matches the mythical vertical tab,
48103              while \s doesn't.
48104              
48105              Don't eat leading os from index entries.
48106              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
48107              
48108              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
48109              
48110              Typo in pp_complement().
48111              Subject: [PATCH perl-current] Deparse
48112              
48113              Add warnif(), check warnings further up the stack,
48114              all the warnings functions now can take an optional object reference.
48115              Subject: [PATCH bleedperl@6691] warnings pragma update
48116              
48117              Fix a core dump in lib/selfloader under -DDEBUGGING.
48118              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
48119              
48120              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
48121              
48122              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
48123              
48124              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
48125              Put back the long double avoidance code to POSIX.xs
48126              because VMS seems to need it still.
48127              
48128              Introduce a 'veryclean' target that is like 'distclean'
48129              but also removes *~ and *.orig.
48130              
48131              Subject: [ID 20000817.023] endianness description in perlfunc.pod
48132              
48133              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
48134              
48135              Let's try #6717 again.
48136              
48137              UTF8 concat fixes.
48138              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
48139              
48140              pp_open() could pass an uninitialized filename down to do_open9().
48141              
48142              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
48143              
48144              Update to CGI 2.72, from Lincoln Stein.
48145              
48146              Subject: [PATCH] Silence MakeMaker (Was: installman)
48147              
48148              Use temporary directory instead of current directory.
48149              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
48150              
48151              Document odd vs even subreleases and -Dusedevel.
48152              
48153              The veryclean target needs to clobber.
48154              
48155              Use File::Spec->tmpdir().
48156              
48157              Document the number of exponent digits.
48158              
48159              Mention perlebcdic and perlposix-bc.
48160              
48161              s/this one/the 5.6.0 release/
48162              
48163              The #6724 is here.
48164              
48165              The correct cleaning order is an art.
48166              
48167              small tweaks for change#6705: avoid C++ style comments in C code;
48168              use Perl's malloc API rather than the low level system one
48169              
48170              Array context keeps slithering in.
48171              
48172              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
48173              
48174              Subject: [PATCH] os2.c fix for use64bitint
48175              
48176              Update to Pod::LaTeX 0.53.
48177              Subject: [PATCH] lib/Pod/LaTeX.pm updates
48178              
48179              Document the endianness of Alpha more precisely.
48180              
48181              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
48182              
48183              Rename the macro argument because some preprocessors
48184              can't tell the difference and expand arguments also inside
48185              double quoted strings.
48186              
48187              free TLS slot properly on Windows
48188              
48189              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
48190              
48191              Unicos/mk requires elaborate paranoia.
48192              
48193              Tweak the floating point output routine preferences.
48194              
48195              Also under djgpp the timestamps are funky.
48196              
48197              Apply some PodParser 1.18 patches; the Pod/Find.pm
48198              patches cannot be applied since #6712 conflicts.
48199              
48200              Use PodParser 1.18 new test.
48201              
48202              A pod nit.
48203              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48204              
48205              Be verydeepclean.
48206      Branch: maint-5.6/perl
48207           +> pod/perlebcdic.pod
48208           !> (integrate 106 files)
48209 ____________________________________________________________________________
48210 [  7892] By: jhi                                   on 2000/11/27  15:02:32
48211         Log: Update Changes.
48212      Branch: perl
48213            ! Changes patchlevel.h
48214 ____________________________________________________________________________
48215 [  7891] By: jhi                                   on 2000/11/27  14:57:23
48216         Log: Subject: Re: perlfaq style changes
48217              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48218              Date: Sat, 25 Nov 2000 23:32:26 -0800
48219              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
48220              
48221              plus a note from Ronald Kimball.
48222      Branch: perl
48223            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
48224 ____________________________________________________________________________
48225 [  7890] By: jhi                                   on 2000/11/27  14:53:14
48226         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
48227              From: Benjamin Holzman <bah@ecnvantage.com>
48228              Date: Sun, 26 Nov 2000 16:27:33 -0500
48229              Message-ID: <20001126162733.J25040@ecnvantage.com>
48230      Branch: perl
48231            ! gv.c
48232 ____________________________________________________________________________
48233 [  7889] By: jhi                                   on 2000/11/27  14:43:11
48234         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
48235              From: lvirden@cas.org
48236              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
48237              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
48238      Branch: perl
48239            ! README.amiga
48240 ____________________________________________________________________________
48241 [  7888] By: jhi                                   on 2000/11/27  14:32:34
48242         Log: Restore also the locale test to no-sprintf-taint state.
48243              Fixes the bug 20001127.003.
48244      Branch: perl
48245            ! sv.c t/pragma/locale.t
48246 ____________________________________________________________________________
48247 [  7887] By: gsar                                  on 2000/11/27  14:13:05
48248         Log: integrate changes#6613..6616,6620..6665 from mainline
48249              
48250              VMS configure.com update continues.
48251              
48252              Subject: Test fails / warnings with perl-current #6612
48253              
48254              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48255              
48256              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48257              
48258              For now remove the mail code.
48259              
48260              Subject: Re: [PATCH] @+, @- readonly
48261              
48262              Subject: warning: storage class after type is obsolescent
48263              
48264              Subject: sfio2000
48265              
48266              Subject: Re: File::Temp problems on VMS in bleedperl
48267              
48268              README.os2 update.
48269              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48270              
48271              Make the user to give up his firstborn, err, to knowingly
48272              verify installing an unstable developer release.  Also bump
48273              the release to 5.7.0, but leave a patch tag in the local
48274              patches saying that this is not yet the real thing.
48275              
48276              Update (kinda) to Test 1.14, from Joshua Pritikin.
48277              
48278              make ok etc also for win32.
48279              
48280              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48281              
48282              Don't blow limited stacks, a lower number is enough to
48283              tickle the lookbehind limit.
48284              
48285              Use -Dusedevel; regen Configure and the respective Porting stuff.
48286              
48287              Subject: [PATCH] debugger exit code should reflect user exit code
48288              
48289              Subject: [PATCH perl@6620] cygwin port
48290              
48291              Missed a file from #6638.
48292              
48293              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)
48294              
48295              magic callbacks all need to have same type signature
48296              
48297              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48298              
48299              Fix a dependency problem.
48300              Subject: [PATCH: 6640] VMS Makefile.SH update
48301              
48302              The numeric locale was reset to "C" by s?printf and never restored.
48303              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48304              No test since adding the failing example to locale.t
48305              does not fail -- probably because the locale settings are so
48306              thoroughly tweaked by that time.  Running the example standalone
48307              does fail, though.  UPDATE: test case added at change #7540.
48308              
48309              Subject: [ID 20000324.040] minor fix to perlhpux.pod
48310              
48311              Update to CPAN 1.57.
48312              
48313              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48314              
48315              Change the perlbug address to perl.org since it's more forgiving.
48316              
48317              Change the regx compilation error markers to use = instead of <
48318              since pod makes using the latter quite messy.  Reported in
48319              ID 20000814.006 by Abigail and in
48320              Subject: Unknown escape E<> ?
48321              
48322              Update to perldebtut 1.9, from Richard Foley.
48323              
48324              check that the number pseudo children doesn't exceed
48325              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48326              the WaitForMultipleObjects() limit that would cause wait()
48327              to crash)
48328              wait() and waitpid() could potentially be rewritten to use
48329              more than one thread to do the waiting to eliminate this
48330              limitation
48331              
48332              change#6328 could make close(SOCKET) return false on windows
48333              when it shouldn't
48334              
48335              pod nit seen in passing
48336              
48337              on windows, the return values from wait() and waitpid() don't
48338              match those of pseudo-pids
48339              
48340              waitpid() now handles externally spawned pids correctly;
48341              fixes for backtick/wait/waitpid failures on Windows 9x
48342              these changes make the pid returned by process functions on
48343              Windows 9x always positive by clearing the high bit (which
48344              is always set on Win9x); pseudo-process PIDs are likewise
48345              always negative now on Win9x (just as on NT/2000)
48346              
48347              trailing new %ENV entries weren't being pushed into the real
48348              environment of subprocesses on Windows
48349              
48350              Tweak the regex compilation errors once more.
48351              
48352              avoid warnings from dense compiler
48353              
48354              add "ok" targets from change#6632 in makefile.mk
48355      Branch: maint-5.6/perl
48356            - lib/Pod/PlainText.pm vms/configure.com
48357           !> (integrate 66 files)
48358 ____________________________________________________________________________
48359 [  7886] By: jhi                                   on 2000/11/27  13:54:18
48360         Log: __FUNCTION__ isn't portable and trying to emulate it leads
48361              into practically spelling out the name of the function.
48362              Takes care of the bug 20001127.001.
48363      Branch: perl
48364            ! perlio.c
48365 ____________________________________________________________________________
48366 [  7885] By: gsar                                  on 2000/11/27  13:53:18
48367         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
48368              6610..6611 from mainline
48369              
48370              Make regular expression parse error messages easier to understand.
48371              Subject: Re: enhanced(?) regex error messages
48372              
48373              Tiny tidying on report_evil_fh().
48374              
48375              Subject: Re: enhanced(?) regex error messages 
48376              plus Capitalize the error messages, plus perldiag them.
48377              
48378              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
48379              
48380              Document here-doc better.
48381              
48382              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48383              
48384              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48385              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48386              (either perlbug or p5p ate the original), plus regen
48387              perlapi and perltoc. 
48388              
48389              Regen global.sym.
48390              
48391              Double check that we have a dirhandle.
48392              
48393              Subject: Re: enhanced(?) regex error messages
48394              (plus two small patches sent privately)
48395              (this still seems to leave few test failures)
48396              
48397              warn is a macro, avoid using at a variable to avoid warnings
48398              in some configurations; readdir.t is too conservative in
48399              estimating number of *.t's
48400              
48401              Get back into sync with Jeffrey on the enhanced regex warnings.
48402              
48403              Subject: [PATCH 5.6.0] cygwin port
48404              
48405              Zero entries were skipped, fix from Adrian Goalby
48406              <argoalby@yahoo.co.uk>
48407              
48408              Subject: Remove dead entry in perldiag
48409              
48410              Amend the description of Perl6.
48411              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48412              
48413              detypo
48414              
48415              It's the 2ndO'ROSSC.
48416              
48417              Revert the sv.c part of #6559, a better fix is needed.
48418              
48419              Iterating perl6 description.
48420              
48421              Update to Term::ANSIColor 1.03, from Russ Allbery.
48422              
48423              Update to Getopt::Long 2.23_05, from Johan Vromans.
48424              
48425              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
48426              
48427              Update to Pod::Parser 1.17, from Brad Appleton.
48428              
48429              Update to CPAN 1.56, from Andreas König.
48430              
48431              Update to CGI 2.70, from Lincoln Stein.
48432              
48433              Put back the std @INC thing.
48434              
48435              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48436              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48437              
48438              Document the IO::Select timeout.
48439              
48440              sleep(1) does not necessarily return 1.
48441              Subject: [PATCH bleadperl] op/lex_assign.t  
48442              
48443              Subject: debugger "d" command doesnt check line number
48444              
48445              B::Deparse didn't do sub attributes.
48446              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48447              
48448              Preprocessing and postprocessing for File::Find.
48449              Subject: Patch to Find::File.pm to allow alphabetical results
48450              
48451              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
48452              
48453              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48454              
48455              Subject: Re: [ID 20000730.003] utf8::length() bad
48456              
48457              Subject: Getting perlio and threads to compile
48458              (the Solaris version changes in Configure skipped)
48459              
48460              Tests for #6589.
48461              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48462              
48463              Add Perl debugging tutorial, regen toc. 
48464              Subject: perldebtut.pod
48465              
48466              Add a few missing files, update MANIFEST.
48467              
48468              Rewrite of vms/subconfigure.com as configure.com,
48469              from Peter Prymmer and the vmsperl crew.
48470              
48471              Should have deleted this in #6603.
48472              
48473              Fix the test for 5005threads.
48474              
48475              Fix-n-skip the tests under 5005threads.
48476              
48477              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48478              
48479              Upgrade to CGI 2.71, from Lincoln Stein.
48480      Branch: maint-5.6/perl
48481           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48482           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
48483           +> t/op/regmesg.t t/pod/find.t vms/configure.com
48484            - vms/subconfigure.com
48485            ! lib/lib.pm
48486           !> (integrate 115 files)
48487 ____________________________________________________________________________
48488 [  7884] By: jhi                                   on 2000/11/27  13:44:33
48489         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
48490              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48491              Date:     Mon, 27 Nov 2000 08:23:54 EST
48492              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
48493      Branch: perl
48494            ! vms/descrip_mms.template vms/test.com
48495 ____________________________________________________________________________
48496 [  7883] By: gsar                                  on 2000/11/27  11:50:46
48497         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
48498              6511..6513,6515..6523,6525..6536
48499              
48500              The swallow_bom() saga continues.  The #23 of require.t
48501              (UTF16-LE) still fails (silently, no output) but the #22
48502              (UTF16-BE) seems to be working now.  The root of the
48503              failure may be in sv_gets(): is it UTF-16LE-aware,
48504              especially when it comes to line endings? 
48505              
48506              Document the problem with -P in HP-UX and its workaround.
48507              
48508              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48509              (aka ID 20000730.002)
48510              
48511              Subject: fix and question re: waitpid() under win32
48512              
48513              Make the safety catch for buggy gccs work with triple version
48514              numbers like 2.95.2.  Reported in
48515              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48516              
48517              In Digital UNIX warn if gcc explicitly chosen because even
48518              2.95.2 is known to cause problems.
48519              
48520              Make chr() for values >127 to create utf8 when under utf8.
48521              
48522              various syntax errors and such (not fixed: comp/require.t#22 coredump
48523              on Windows)
48524              
48525              Stash away the largefiles flags and libswanted.
48526              
48527              BOM patching from Simon Cozens.
48528              
48529              If gccosandvers is equal to osname, clear gccosandvers.
48530              
48531              Make p4desc to skip non-mainperl branches by default.
48532              
48533              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48534              
48535              The test from this
48536              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48537              
48538              In new BSDs changes to argv[] do not show up in ps(1) output,
48539              instead one must use setproctitle().  This was already addressed
48540              by change #6457, but the below has a new variant for FreeBSD 4.0
48541              or later, and the matter is also documented more.
48542              
48543              FreeBSD 3.* updates from
48544              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48545              
48546              regen_headers, regen perltoc.
48547              
48548              Document in one place the memory abstractions used in Perl core.
48549              
48550              memcpy has n o in it, as pinted ut by Sarathy.
48551              
48552              Remove the extraneous "main::" prefix from all the
48553              "opened only for", "on closed", and "never opened" warnings.
48554              
48555              The name of a filehandle does not have <these>.
48556              
48557              The tr utf8 patching continues.
48558              
48559              The new setproctitle() feature is available only in 
48560              bleeding edge FreeBSD.  From Paul Saab.
48561              
48562              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
48563              
48564              Dump UVs as UVs in Data::Dumper.
48565              
48566              detypo #6494
48567              
48568              Document the IVdf UVuf UVof UVxf.
48569              
48570              require.t needs binmode() to work on windows
48571              
48572              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48573              that are hopefully soon put into use.
48574              
48575              Allow "no Module;" even if there is no 'unimport'.
48576              
48577              Better skip message for the test; one of the two problems in
48578              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48579              
48580              The subtest 4 may fail also on VOBS, as pointed out
48581              by Nick Ing-Simmons in November 1999, bug id 19991124.003
48582              (but the failure in that bug report isn't the subtest 4).
48583              
48584              Be more informative on what is skipped and why,
48585              also repeat the list at the end.
48586              
48587              Add a URL for FSF.
48588              
48589              Subject: [PATCH] sv.h documentation - SvLEN
48590              
48591              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48592              
48593              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48594              
48595              Subject: [PATCH] bad cppsymbols on os2 + Configure question
48596              
48597              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48598              
48599              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48600              mention the idea of @( and @)
48601              
48602              This is 6512.  Really.
48603              
48604              Subject: [ID 19990721.004] Documentation bug in perlfunc
48605              
48606              Subject: Minor tweak to perlvar.pod
48607              
48608              In the warnings call filehandles consistently so;
48609              add "unopened" warning for stat().
48610              
48611              After the #6519 a warning about stat() is just that,
48612              not about a filetest, which now have their own warning.
48613              
48614              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48615              
48616              Subject: Re: Array vs. List context
48617              
48618              Subject: New perlcc, take 2
48619              
48620              Weed buglets pointed out by
48621              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48622              
48623              gcc versions might have (parentheses) in them.
48624              
48625              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48626              
48627              Essential prototype changes were missing from #6527.
48628              Also make report_evil_fh() more bomb-proof.
48629              
48630              Zap lib/Sys directory when cleaning up.
48631              
48632              Change the Policy policy: now -Dprefix= with an existing
48633              Policy.sh and prefix == siteprefix == vendorprefix, then all
48634              of them follow along the new prefix.
48635              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48636              
48637              Continue fixing the io warnings.  This also
48638              sort of fixes bug ID 20000802.003: the core dump
48639              is no more.  Whether the current behaviour is correct
48640              (giving a warning: "Not a format reference"), is another matter.
48641              
48642              Have symbols for the IoTYPEs.
48643              
48644              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48645              
48646              Document a bit that UDP is not what you might think.
48647              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48648              tr memory corruption fix from Simon Cozens.
48649              
48650              Plug the security hole described in the Aug 05 2000 bugtraq message
48651              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48652              The security hole exists only in suidperls, which isn't
48653              installed or even built by default.
48654      Branch: maint-5.6/perl
48655           !> (integrate 71 files)
48656 ____________________________________________________________________________
48657 [  7882] By: gsar                                  on 2000/11/27  10:25:36
48658         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
48659              from mainline
48660              
48661              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48662              to be fatal errors (instead of by default ignoring them, and
48663              ignoring with a bug: even though -w gave an error, the opening [
48664              was left in)  Reported in:
48665              
48666              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48667              
48668              Subject: [PATCH] split /^/
48669              
48670              MacOS nits from Matthias Neeracher.
48671              
48672              More split() doc and test patches from Mike Guy.
48673              
48674              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48675              from Graham Barr in the module list.
48676              
48677              docfix from Peter Scott <Peter@PSDT.com>.
48678              
48679              File::Temp patches for VMS and OS/2 from Tim Jenness.
48680              
48681              open() wariness in perlbug.
48682              
48683              Subject: [PATCH] minor doc change - perlguts
48684              
48685              Subject: Minor doc patch: handy.h
48686              
48687              Be wary of close()s, too.
48688              
48689              Further File::Temp patches from Yitzchak Scott-Thoennes
48690              and Craig A. Berry.
48691              
48692              Subject: [PATCH] fixes bug 20000508.004
48693              
48694              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48695              
48696              Allow "no AutoLoader;", based on change #6444,
48697              suggested by Graham Barr.
48698              
48699              Use setproctitle() if available to modify $0.
48700              
48701              Warn if the version of the operating system used to compile gcc
48702              differs from the current version of the operating system.
48703              Also display the gcc compilation os and version in myconfig.
48704              Inspiration from
48705              
48706              Tiny fixes for #6460.
48707              
48708              The problem described in this
48709              Subject: [ID 20000322.018] named chars aren't magical enough
48710              has been fixed in perl 5.6.0 but just in case added a test
48711              to keep it away.  (The report from Joseph Hall.)
48712              
48713              Tune the comments and hopefully stop a memory leak.
48714              
48715              Subject: UTF8 concat
48716              (with a memory leak fixed, plus a few casts added)
48717              This also seems to help for
48718              Subject: [ID 20000716.015] join UTF8 weirdness
48719              
48720              Do not upgrade SVs into utf8 just because they participate
48721              in eq or cmp.  Reported and fix suggested in
48722              Subject: [ID 20000720.009] sv_eq UTF8 bug
48723              
48724              Fix the HALF_UPGRADE() macro introduced in #6263.
48725              
48726              Find green threads before native threads.
48727              Subject: Re: Patch to jpl/JNI/Makefile.PL
48728      Branch: maint-5.6/perl
48729           !> (integrate 30 files)
48730 ____________________________________________________________________________
48731 [  7881] By: jhi                                   on 2000/11/27  05:48:41
48732         Log: It seems that *both* the unused submatch loop cleanup
48733              codes are needed.
48734      Branch: perl
48735            ! regexec.c
48736 ____________________________________________________________________________
48737 [  7880] By: jhi                                   on 2000/11/27  04:50:07
48738         Log: Clean .exists deeper.
48739      Branch: perl
48740            ! Makefile.SH
48741 ____________________________________________________________________________
48742 [  7879] By: jhi                                   on 2000/11/27  02:31:35
48743         Log: The code in regcppop() (see #7878) contains the correct lower
48744              limit for the unused submatch 'cleanup' loop so that under
48745              "use utf8" the following code wouldn't dump core:
48746              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
48747              the cleanup loop in regtry() stomped beyond allocated area
48748              in the startp[] array.  Therefore, copied the correct lower
48749              loop limit (*PL_reglastparen) to regtry().  Note: something
48750              may still not be quite right: why was the _higher_ loop limit
48751              (prog->nparens) different in the utf8 case?
48752              
48753              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
48754              without core dumps, there were about 17 of them before
48755              the patch (with us since Perl 5.7.0).  Two failures, still:
48756              496 and 505 (though these may not be severe).
48757              
48758              Patch #7881 is also needed since both the cleanup loops
48759              seem to be needed.
48760              
48761              Also, the t/op/pat#44 seems to core dump under utf8.
48762              Plus a couple of failures.  UGH-8.
48763      Branch: perl
48764            ! regexec.c
48765 ____________________________________________________________________________
48766 [  7878] By: jhi                                   on 2000/11/27  02:21:17
48767         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
48768              the code in regcppop() seems to be redundant for the test suite --
48769              but it contains a germ of truth, and it needed for the build
48770              process itself: see #7879 and #7881.
48771      Branch: perl
48772            ! regexec.c
48773 ____________________________________________________________________________
48774 [  7877] By: jhi                                   on 2000/11/27  01:53:09
48775         Log: Comment on comment.
48776      Branch: perl
48777            ! regexec.c
48778 ____________________________________________________________________________
48779 [  7876] By: jhi                                   on 2000/11/27  00:49:59
48780         Log: Adjust the docs to agree with #7875.
48781      Branch: perl
48782            ! pod/perllocale.pod
48783 ____________________________________________________________________________
48784 [  7875] By: jhi                                   on 2000/11/27  00:49:27
48785         Log: Retract #7863.  It makes more sense not to taint formatted output,
48786              not even by sprintf().
48787      Branch: perl
48788            ! sv.c
48789 ____________________________________________________________________________
48790 [  7874] By: jhi                                   on 2000/11/26  23:36:02
48791         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48792              Not really fixed (should really dump the UTF-8 charclass),
48793              but stopped displaying the garbage.
48794              
48795              Also add a note on the (missing) Unicode PSXSPC and BLANK.
48796      Branch: perl
48797            ! regcomp.c
48798 ____________________________________________________________________________
48799 [  7873] By: jhi                                   on 2000/11/26  21:31:13
48800         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48801      Branch: perl
48802            ! regexec.c
48803 ____________________________________________________________________________
48804 [  7872] By: jhi                                   on 2000/11/26  21:06:04
48805         Log: No need to scan till infinity, 13 is enough.
48806      Branch: perl
48807            ! handy.h utf8.c
48808 ____________________________________________________________________________
48809 [  7871] By: jhi                                   on 2000/11/26  20:20:32
48810         Log: Test line numbers are different with utf8.
48811      Branch: perl
48812            ! t/op/re_tests
48813 ____________________________________________________________________________
48814 [  7870] By: jhi                                   on 2000/11/26  20:10:12
48815         Log: Message nit.
48816      Branch: perl
48817            ! regcomp.c
48818 ____________________________________________________________________________
48819 [  7869] By: jhi                                   on 2000/11/26  19:01:05
48820         Log: Make utf8_length() and utf8_distance() (the latter of which
48821              is unused at the moment) to be less forgiving about bad UTF-8.
48822      Branch: perl
48823            ! embed.h embed.pl objXSUB.h proto.h utf8.c
48824 ____________________________________________________________________________
48825 [  7868] By: jhi                                   on 2000/11/26  18:45:56
48826         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
48827              From: Benjamin Holzman <bah@ecnvantage.com>
48828              Date: Sat, 25 Nov 2000 20:40:20 -0500       
48829              Message-ID: <20001125204020.A25040@ecnvantage.com>              
48830              
48831              Debian allows installing /usr/bin/locale without installing
48832              any locales, an error message will ensue.
48833      Branch: perl
48834            ! t/pragma/locale.t
48835 ____________________________________________________________________________
48836 [  7867] By: jhi                                   on 2000/11/26  18:31:12
48837         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
48838              From: Benjamin Holzman <bah@ecnvantage.com>
48839              Date: Sun, 26 Nov 2000 02:42:34 -0500
48840              Message-ID: <20001126024234.G25040@ecnvantage.com>
48841              
48842              Patch for the bug 20000212.002.
48843      Branch: perl
48844            ! sv.c t/op/array.t
48845 ____________________________________________________________________________
48846 [  7866] By: jhi                                   on 2000/11/26  18:28:09
48847         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
48848              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48849              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
48850              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
48851              
48852              File::Temp 0.11.
48853      Branch: perl
48854            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48855 ____________________________________________________________________________
48856 [  7865] By: jhi                                   on 2000/11/26  18:24:22
48857         Log: The metaconfig unit change for #7864.
48858      Branch: metaconfig/U/perl
48859            ! need_va_copy.U
48860 ____________________________________________________________________________
48861 [  7864] By: jhi                                   on 2000/11/26  18:23:41
48862         Log: Make the va_copy() test not to be so talkative.
48863      Branch: perl
48864            ! Configure config_h.SH
48865 ____________________________________________________________________________
48866 [  7863] By: jhi                                   on 2000/11/26  18:11:02
48867         Log: Fix locale inconsistencies unearthed by Hugo's work.
48868              Now the floating point sprintf really does taint the result
48869              string as perllocale promises (has promised for a long time)
48870              if "use locale" is in the lexical scope.
48871      Branch: perl
48872            ! sv.c t/pragma/locale.t
48873 ____________________________________________________________________________
48874 [  7862] By: jhi                                   on 2000/11/26  00:35:15
48875         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
48876              From: Nicholas Clark <nick@ccl4.org>
48877              Date: Sun, 26 Nov 2000 00:07:50 +0000
48878              Message-ID: <20001126000750.A22446@plum.flirble.org>
48879              
48880              Infinit.
48881      Branch: perl
48882            ! sv.c
48883 ____________________________________________________________________________
48884 [  7861] By: jhi                                   on 2000/11/26  00:01:26
48885         Log: Integrate perlio.
48886      Branch: perl
48887           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
48888 ____________________________________________________________________________
48889 [  7860] By: nick                                  on 2000/11/25  22:04:17
48890         Log: Correct relative path from new ext\Filter\Util\Call location
48891              back to miniperl.
48892      Branch: perlio
48893            ! win32/makefile.mk
48894 ____________________________________________________________________________
48895 [  7859] By: nick                                  on 2000/11/25  21:26:54
48896         Log: Integrate mainline.
48897      Branch: perlio
48898           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48899           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48900           +> t/lib/filter-util.t
48901            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48902            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48903            - t/lib/filt-util.t
48904           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
48905           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48906           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
48907           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
48908           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
48909           !> win32/makefile.mk
48910 ____________________________________________________________________________
48911 [  7858] By: gsar                                  on 2000/11/25  20:52:17
48912         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
48913              parent's memory; fix it by keeping track of the actual pad
48914              offset rather than a raw pointer (this change is probably also
48915              relevant to non-ithreads case to avoid fallout from reallocs of
48916              the pad array, but is currently only enabled for the ithreads
48917              case in the interests of minimal disruption to existing "well
48918              tested" code)
48919      Branch: perl
48920            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
48921            ! proto.h scope.c scope.h sv.c t/op/fork.t
48922 ____________________________________________________________________________
48923 [  7857] By: nick                                  on 2000/11/25  20:01:28
48924         Log: All tests pass on Win32/gcc/USE_PERLIO.
48925              - when crlf layer is pushed make unix-level binary.
48926              - remove :crlf injection in pp_backtick in pp_sys.c
48927              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
48928      Branch: perlio
48929            ! doio.c perlio.c pp_sys.c win32/makefile.mk
48930 ____________________________________________________________________________
48931 [  7856] By: jhi                                   on 2000/11/25  18:38:30
48932         Log: Update the metaconfig units for #7855.
48933      Branch: metaconfig/U/perl
48934            ! useperlio.U usesocks.U
48935 ____________________________________________________________________________
48936 [  7855] By: jhi                                   on 2000/11/25  18:37:54
48937         Log: Undo the SOCKS workarounds, instead start using PerlIO
48938              if SOCKS is selected.
48939              
48940              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
48941              From: Jens Hamisch <jens@Strawberry.COM>
48942              Date: Fri, 24 Nov 2000 18:31:30 +0100
48943              Message-ID: <20001124183130.E28337@Strawberry.COM>
48944              
48945              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
48946              From: Jens Hamisch <jens@Strawberry.COM>
48947              Date: Fri, 24 Nov 2000 19:11:51 +0100
48948              Message-ID: <20001124191151.A28753@Strawberry.COM>
48949      Branch: perl
48950            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
48951            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
48952 ____________________________________________________________________________
48953 [  7854] By: jhi                                   on 2000/11/25  17:39:08
48954         Log: Undo #7848.  Some of the code seems to use walkoptree(),
48955              some walkoptree_slow().  An unfinished renaming?
48956              Now the sub is walkoptree() (which is @EXPORT_OK),
48957              the walkoptree_slow() is a typeglob alias to walkoptree.
48958              This makes the tests to pass, at least.
48959      Branch: perl
48960            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48961 ____________________________________________________________________________
48962 [  7853] By: nick                                  on 2000/11/24  22:24:33
48963         Log: Re-arrange crlf vs binary for platforms that care.
48964              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
48965              Lip-service to making stdio layer work on such platfroms (untested).
48966              Now fails 3 tests rather than one, checkin to see if I can debug 
48967              the issue under linux. (Do not merge.)
48968      Branch: perlio
48969            ! doio.c perlio.c perliol.h
48970 ____________________________________________________________________________
48971 [  7852] By: jhi                                   on 2000/11/24  18:57:39
48972         Log: AUTHORS edits.
48973      Branch: perl
48974            ! AUTHORS
48975 ____________________________________________________________________________
48976 [  7851] By: jhi                                   on 2000/11/24  17:34:56
48977         Log: Add Jan-Erik Karlsson.
48978      Branch: perl
48979            ! AUTHORS
48980 ____________________________________________________________________________
48981 [  7850] By: jhi                                   on 2000/11/24  17:27:56
48982         Log: Configure should find stdchar on its own.
48983      Branch: perl
48984            ! hints/solaris_2.sh
48985 ____________________________________________________________________________
48986 [  7849] By: jhi                                   on 2000/11/24  17:24:55
48987         Log: Subject: PATCH over 7848: Filter test flawed
48988              From: andreas.koenig@anima.de (Andreas J. Koenig)
48989              Date: 24 Nov 2000 10:28:29 +0100
48990              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
48991      Branch: perl
48992            ! t/lib/filter-util.t
48993 ____________________________________________________________________________
48994 [  7848] By: jhi                                   on 2000/11/24  17:22:15
48995         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
48996              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
48997              Date: Fri, 24 Nov 2000 16:12:58 +0000
48998              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
48999      Branch: perl
49000            ! ext/B/B.pm
49001 ____________________________________________________________________________
49002 [  7847] By: jhi                                   on 2000/11/24  03:07:01
49003         Log: Integrate perlio.
49004      Branch: perl
49005           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
49006           !> win32/makefile.mk
49007 ____________________________________________________________________________
49008 [  7846] By: gsar                                  on 2000/11/24  00:55:57
49009         Log: integrate changes#6415..6418,6420..6438 from mainline
49010              
49011              Fix the bitvector ops for utf8 (tricky since past 7 bits
49012              the utf8 'characters' can be more than one octet).
49013              
49014              MPE/ix updates for perl 5.6.0 from Mark Bixby.
49015              
49016              Subject: SDBM_File documentation
49017              
49018              Detypo.
49019              
49020              Decutandpasto.
49021              
49022              Send all installperl messages to STDERR and be -w clean.
49023              
49024              Out-of-date note removed.
49025              
49026              Protect against "wild next"s, that is, callbacks doing "next"
49027              instead of "return".
49028              
49029              Use STDOUT consistently.
49030              
49031              The output might have been produced in the wrong order.
49032              
49033              A missing 'break' after the [[:space:]] switch case.
49034              
49035              Add tests for
49036              [ID 19991110.003] another matching finding by pcre author
49037              which has already been fixed by some patch, as verified in
49038              
49039              Documentation to explain the behaviour of map().
49040              
49041              Add an optimization for map-maps-a-list-element-to-more-list-elements
49042              case, but add also notes explaining the relationship of this
49043              patch and the earlier notes by Sarathy.
49044              
49045              Subject: [ID 20000716.023] syslog test fails without sockets
49046              
49047              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49048              Test cases for #6431.
49049              
49050              File::Spec::VMS fixup for tmpdir from Craig Berry.
49051              
49052              Make the "uninit variable" warning to say "concat or string"
49053              or "join or string" when in concat or join .
49054              
49055              Get UTF16 BOMs working.  Patch from
49056              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49057              
49058              Subject: [PATCH] Make large file tests deal with SIGXFSZ
49059              
49060              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
49061              
49062              Subject: [PATCH] av.c apidoc
49063      Branch: maint-5.6/perl
49064           !> (integrate 43 files)
49065 ____________________________________________________________________________
49066 [  7845] By: gsar                                  on 2000/11/24  00:20:45
49067         Log: integrate changes#6406..6414 from mainline
49068              
49069              Merge perlhacktut into perlhack, update perlguts.
49070              
49071              Fix AutoSplit to use File::Spec the right way in VMS,
49072              from Peter Prymmer.
49073              
49074              The bug report
49075              [ID 19991110.002] minimal matching discrepancy found by pcre author
49076              seems to have been fixed (though differently from what was suggested
49077              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
49078              
49079              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
49080              not in pod, from Peter Prymmer
49081              
49082              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
49083              From: Hugo <hv@crypt.compulink.co.uk>
49084              Date: Fri, 14 Jul 2000 23:05:20 +0100
49085              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
49086              
49087              Didn't anymore apply, but that point still could use another fix.
49088              
49089              lib/b test fixes from Peter Prymmer.
49090              
49091              More docs for sv functions.
49092              
49093              perlvms.pod whitespace cleanup to keep pod utils happy.
49094              
49095              another VMS build tweak from Peter Prymmer
49096      Branch: maint-5.6/perl
49097           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
49098           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
49099           !> vms/descrip_mms.template vms/perlvms.pod
49100 ____________________________________________________________________________
49101 [  7844] By: nick                                  on 2000/11/23  23:42:45
49102         Log: Win32/perlio Now just fails one io/argv.t test - lack 
49103              of default :crlf on standard streams.
49104      Branch: perlio
49105            ! doio.c perlio.c
49106 ____________________________________________________________________________
49107 [  7843] By: nick                                  on 2000/11/23  23:04:05
49108         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
49109              peek fail is showing a real problem (multiple crlf layers
49110              are getting pushed.)
49111      Branch: perlio
49112            ! doio.c perlio.c win32/makefile.mk
49113 ____________________________________________________________________________
49114 [  7842] By: nick                                  on 2000/11/23  19:46:23
49115         Log: Implement PerlIO_binmode()
49116              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
49117              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
49118              make binmode in t/lib/io_tell.t unconditional so that works.
49119              Checkin just so Win32 machine can see these changes.
49120      Branch: perlio
49121            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
49122 ____________________________________________________________________________
49123 [  7841] By: jhi                                   on 2000/11/23  19:30:00
49124         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
49125      Branch: perl
49126            ! README.amiga
49127 ____________________________________________________________________________
49128 [  7840] By: jhi                                   on 2000/11/23  17:18:02
49129         Log: SOCKS wrestling continues, patches from Jens Hamisch.
49130      Branch: perl
49131            ! doio.c embed.h embed.pl perlsdio.h proto.h
49132 ____________________________________________________________________________
49133 [  7839] By: jhi                                   on 2000/11/23  16:54:14
49134         Log: Push Filter::Util::Call one level deeper.
49135      Branch: perl
49136            + t/lib/filter-util.t
49137           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
49138           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
49139            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49140            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49141            - t/lib/filt-util.t
49142            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
49143            ! win32/Makefile win32/makefile.mk
49144 ____________________________________________________________________________
49145 [  7838] By: jhi                                   on 2000/11/23  16:52:40
49146         Log: Reach back one higher up when searching for PERL_SRC.
49147      Branch: perl
49148            ! lib/ExtUtils/MM_Unix.pm
49149 ____________________________________________________________________________
49150 [  7837] By: jhi                                   on 2000/11/23  16:05:41
49151         Log: Subject: Re: perl@7826
49152              Date: Thu, 23 Nov 2000 02:20:25 -0600
49153              From: "Craig A. Berry" <craigberry@mac.com>
49154              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
49155              
49156              Make VMS to like Filter::Util::Call. 
49157      Branch: perl
49158            ! configure.com ext/Filter/Util/Makefile.PL
49159 ____________________________________________________________________________
49160 [  7836] By: nick                                  on 2000/11/23  16:04:08
49161         Log: Implement crlf layer - not ready for merge.
49162      Branch: perlio
49163            ! perlio.c win32/makefile.mk
49164 ____________________________________________________________________________
49165 [  7835] By: jhi                                   on 2000/11/23  15:56:52
49166         Log: STDCHAR is different in Sparc v9 vs x86.
49167      Branch: perl
49168            ! hints/solaris_2.sh
49169 ____________________________________________________________________________
49170 [  7834] By: jhi                                   on 2000/11/23  15:50:47
49171         Log: The type needs to be visible to protos.
49172      Branch: perl
49173            ! perl.h
49174 ____________________________________________________________________________
49175 [  7833] By: jhi                                   on 2000/11/23  15:40:46
49176         Log: Finish unfinished SOCKS workaround changes.
49177      Branch: perl
49178            ! doio.c
49179 ____________________________________________________________________________
49180 [  7832] By: jhi                                   on 2000/11/23  15:33:30
49181         Log: Integrate perlio.
49182      Branch: perl
49183           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49184           !> win32/makefile.mk
49185 ____________________________________________________________________________
49186 [  7831] By: nick                                  on 2000/11/23  10:31:07
49187         Log: Correct makefile.mk dependancies for ext/Filter/Util
49188              Build ext/Encode
49189              Run dmake regen_config_h
49190      Branch: perlio
49191            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49192            ! win32/makefile.mk
49193 ____________________________________________________________________________
49194 [  7830] By: nick                                  on 2000/11/23  08:05:07
49195         Log: Integrate mainline
49196      Branch: perlio
49197           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49198           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
49199           +> t/lib/filt-util.pl t/lib/filt-util.t
49200           !> (integrate 41 files)
49201 ____________________________________________________________________________
49202 [  7829] By: gsar                                  on 2000/11/23  03:07:11
49203         Log: build the Filter extension on windows
49204      Branch: perl
49205            ! win32/Makefile win32/makefile.mk
49206 ____________________________________________________________________________
49207 [  7828] By: gsar                                  on 2000/11/23  02:46:35
49208         Log: regenerate win32/config* and fix some inconsistencies in the
49209              makefiles; always export Perl_deb() because it is needed
49210              by ext/re/* (whether perl itself is built with -DDEBUGGING
49211              or not)
49212      Branch: perl
49213            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
49214            ! win32/config_H.vc win32/makefile.mk
49215 ____________________________________________________________________________
49216 [  7827] By: gsar                                  on 2000/11/23  02:18:38
49217         Log: get sources building on windows+MSVC again (untested with other
49218              compilers)
49219      Branch: perl
49220            ! win32/include/sys/socket.h win32/perllib.c
49221 ____________________________________________________________________________
49222 [  7826] By: jhi                                   on 2000/11/23  01:18:26
49223         Log: Update Changes.
49224      Branch: perl
49225            ! Changes patchlevel.h
49226 ____________________________________________________________________________
49227 [  7825] By: jhi                                   on 2000/11/23  00:20:41
49228         Log: Subject: Re: av.c patch (having slight problems)
49229              From: "Ben Tilly" <ben_tilly@hotmail.com>
49230              Date: Tue, 21 Nov 2000 23:29:31 -0500
49231              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
49232              
49233              unshift() speedup.
49234      Branch: perl
49235            ! av.c
49236 ____________________________________________________________________________
49237 [  7824] By: jhi                                   on 2000/11/22  23:59:15
49238         Log: Fixes for signedness warnings noticed by VMSperlers.
49239      Branch: perl
49240            ! ext/Storable/Storable.xs regcomp.c sv.c
49241 ____________________________________________________________________________
49242 [  7823] By: jhi                                   on 2000/11/22  23:19:31
49243         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
49244              From: Peter Prymmer <pvhp@forte.com>
49245              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
49246              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
49247      Branch: perl
49248            ! t/pragma/warn/pp_hot
49249 ____________________________________________________________________________
49250 [  7822] By: jhi                                   on 2000/11/22  22:52:20
49251         Log: Be clean.
49252      Branch: perl
49253            ! Makefile.SH
49254 ____________________________________________________________________________
49255 [  7821] By: jhi                                   on 2000/11/22  22:46:39
49256         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
49257              by Damian Conway, as suggested by Paul Marquess.
49258      Branch: perl
49259            + lib/Filter/Simple.pm
49260 ____________________________________________________________________________
49261 [  7820] By: jhi                                   on 2000/11/22  22:45:51
49262         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
49263      Branch: perl
49264            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49265            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49266            + t/lib/filt-util.t
49267            ! MANIFEST
49268 ____________________________________________________________________________
49269 [  7819] By: jhi                                   on 2000/11/22  22:03:27
49270         Log: Integrate perlio.
49271      Branch: perl
49272           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49273           !> win32/makefile.mk
49274 ____________________________________________________________________________
49275 [  7818] By: jhi                                   on 2000/11/22  21:56:02
49276         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
49277      Branch: perl
49278            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
49279            ! t/lib/io_sock.t
49280 ____________________________________________________________________________
49281 [  7817] By: jhi                                   on 2000/11/22  21:39:49
49282         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
49283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49284              Date: Wed, 22 Nov 2000 16:08:12 -0500
49285              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
49286      Branch: perl
49287            ! lib/ExtUtils/Liblist.pm
49288 ____________________________________________________________________________
49289 [  7816] By: jhi                                   on 2000/11/22  21:38:25
49290         Log: Go ahead and #include <unistd.h> in perl.h.
49291      Branch: perl
49292            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
49293            ! util.c
49294 ____________________________________________________________________________
49295 [  7815] By: jhi                                   on 2000/11/22  21:22:52
49296         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
49297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49298              Date: Mon, 20 Nov 2000 18:30:52 -0500
49299              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
49300      Branch: perl
49301            ! pod/perlre.pod regcomp.c t/op/re_tests
49302 ____________________________________________________________________________
49303 [  7814] By: jhi                                   on 2000/11/22  21:21:46
49304         Log: Subject: [PATCH 5.7.0] Liblist finally works
49305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49306              Date: Tue, 21 Nov 2000 22:02:17 -0500
49307              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
49308      Branch: perl
49309            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
49310            ! lib/ExtUtils/MakeMaker.pm
49311 ____________________________________________________________________________
49312 [  7813] By: jhi                                   on 2000/11/22  21:20:23
49313         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
49314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49315              Date: Wed, 22 Nov 2000 17:53:15 +0100
49316              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
49317              
49318              AIX dynaloader and perlio patch.
49319      Branch: perl
49320            ! ext/DynaLoader/dl_aix.xs
49321 ____________________________________________________________________________
49322 [  7812] By: jhi                                   on 2000/11/22  21:17:52
49323         Log: (Accidentally empty patch.)
49324      Branch: perl
49325            ! av.c
49326 ____________________________________________________________________________
49327 [  7811] By: jhi                                   on 2000/11/22  21:16:31
49328         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
49329              From: Peter Prymmer <pvhp@forte.com>
49330              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
49331              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
49332      Branch: perl
49333            ! vms/test.com
49334 ____________________________________________________________________________
49335 [  7810] By: jhi                                   on 2000/11/22  21:15:36
49336         Log: Subject: Re: perl@7777 
49337              From: "John P. Linderman" <jpl@research.att.com>
49338              Date: Wed, 22 Nov 2000 13:11:11 -0500
49339              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
49340              
49341              Detypoing.
49342      Branch: perl
49343            ! lib/CPAN.pm
49344 ____________________________________________________________________________
49345 [  7809] By: jhi                                   on 2000/11/22  21:14:19
49346         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
49347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49348              Date:     Wed, 22 Nov 2000 13:51:37 EST
49349              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
49350      Branch: perl
49351            ! perlsdio.h
49352 ____________________________________________________________________________
49353 [  7808] By: jhi                                   on 2000/11/22  21:13:27
49354         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
49355              From: Casey Tweten <crt@kiski.net>
49356              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
49357              Message-Id: <200011201653.LAA10194@home.kiski.net>
49358      Branch: perl
49359            ! t/lib/io_udp.t
49360 ____________________________________________________________________________
49361 [  7807] By: jhi                                   on 2000/11/22  21:12:35
49362         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
49363              From: Casey Tweten <crt@kiski.net>
49364              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
49365              Message-Id: <200011201636.LAA07227@home.kiski.net>
49366      Branch: perl
49367            ! t/lib/io_sock.t
49368 ____________________________________________________________________________
49369 [  7806] By: jhi                                   on 2000/11/22  21:10:59
49370         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
49371              From: "Casey R. Tweten" <crt@kiski.net>
49372              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
49373              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
49374      Branch: perl
49375            ! utils/h2xs.PL
49376 ____________________________________________________________________________
49377 [  7805] By: nick                                  on 2000/11/22  21:05:06
49378         Log: Integrate mainline
49379      Branch: perlio
49380           !> Changes Porting/genlog ext/DB_File/DB_File.xs
49381           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
49382           !> utils/perlbug.PL
49383 ____________________________________________________________________________
49384 [  7804] By: jhi                                   on 2000/11/22  21:01:12
49385         Log: Subject: [PATCH] Test.pm POD peculiarity
49386              From: "Casey R. Tweten" <crt@kiski.net>
49387              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
49388              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
49389      Branch: perl
49390            ! lib/Test.pm
49391 ____________________________________________________________________________
49392 [  7803] By: jhi                                   on 2000/11/22  20:59:59
49393         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
49394              From: "Philip Newton" <pnewton@gmx.de>
49395              Date: Wed, 22 Nov 2000 14:25:53 +0100
49396              Message-Id: <3A1BD771.25462.1939FAD@localhost>
49397              
49398              Be case-understanding also on 's', and use the -oi of sendmail
49399              not to terminate the transmission on a lone '.'.
49400      Branch: perl
49401            ! utils/perlbug.PL
49402 ____________________________________________________________________________
49403 [  7802] By: nick                                  on 2000/11/22  20:51:42
49404         Log: Win32 PerlIO intermediate state now working as expected.
49405              - In current state we are still using C runtime in text/binary
49406              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
49407              - PERLIO=stdio and PERLIO=unix pass all expected tests.
49408              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
49409              and PerlIO_seek() and the dummy crlf layer is not making adjustments
49410              for CRLF translation happening in C runtime. All other tests pass.
49411              
49412              Added note to README.win32 to point out the snags of doing a perl build
49413              with Norton AntiVirus turned on.
49414              
49415              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
49416              which file a fail comes from.
49417              
49418              Updated "canned" config.h to match the one generated.
49419      Branch: perlio
49420            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49421            ! win32/makefile.mk
49422 ____________________________________________________________________________
49423 [  7801] By: jhi                                   on 2000/11/22  06:50:20
49424         Log: Nickety nits.
49425      Branch: perl
49426            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49427 ____________________________________________________________________________
49428 [  7800] By: jhi                                   on 2000/11/22  01:29:55
49429         Log: Changes had accidentally gone too silent on non-main branches.
49430      Branch: perl
49431            ! Changes Porting/genlog patchlevel.h
49432 ____________________________________________________________________________
49433 [  7799] By: gsar                                  on 2000/11/22  01:02:56
49434         Log: some lib_pm.PL changes snuck in via change#7772
49435      Branch: maint-5.6/perl
49436            ! Makefile.SH
49437 ____________________________________________________________________________
49438 [  7798] By: nick                                  on 2000/11/21  21:59:40
49439         Log: Integrate mainline
49440      Branch: perlio
49441           !> (integrate 28 files)
49442 ____________________________________________________________________________
49443 [  7797] By: jhi                                   on 2000/11/21  21:01:45
49444         Log: Integrate perlio.
49445      Branch: perl
49446           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
49447 ____________________________________________________________________________
49448 [  7796] By: nick                                  on 2000/11/21  20:36:22
49449         Log: Win32 builds and runs (mostly) with USE_PERLIO.
49450              PERLIO=perlio passes all tests. 
49451              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
49452      Branch: perlio
49453            ! perlio.c win32/perllib.c win32/win32.c
49454 ____________________________________________________________________________
49455 [  7795] By: jhi                                   on 2000/11/21  19:03:44
49456         Log: Update Changes.
49457      Branch: perl
49458            ! Changes patchlevel.h
49459 ____________________________________________________________________________
49460 [  7794] By: jhi                                   on 2000/11/21  18:56:34
49461         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
49462              From: "Craig A. Berry" <craigberry@mac.com>
49463              Date: Mon, 20 Nov 2000 20:27:06 -0600
49464              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
49465              
49466              A cut-and-pasto.
49467      Branch: perl
49468            ! perlio.h
49469 ____________________________________________________________________________
49470 [  7793] By: jhi                                   on 2000/11/21  18:54:41
49471         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
49472              From: Dominic Dunlop <domo@computer.org> 
49473              Date: Mon, 20 Nov 2000 18:55:29 +0100
49474              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
49475              
49476              va_copy() and the need of it.
49477              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
49478      Branch: metaconfig/U/perl
49479            + need_va_copy.U
49480      Branch: perl
49481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49482            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
49483            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49484            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49485            ! win32/config.bc win32/config.gc win32/config.vc
49486 ____________________________________________________________________________
49487 [  7792] By: jhi                                   on 2000/11/21  17:04:10
49488         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
49489      Branch: perl
49490           !> scope.h
49491 ____________________________________________________________________________
49492 [  7791] By: jhi                                   on 2000/11/21  17:01:16
49493         Log: Export the SOCKS workaround symbols only if necessary.
49494      Branch: perl
49495            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
49496 ____________________________________________________________________________
49497 [  7790] By: nick                                  on 2000/11/20  23:57:11
49498         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
49499      Branch: perlio
49500            ! scope.h
49501 ____________________________________________________________________________
49502 [  7789] By: nick                                  on 2000/11/20  23:38:33
49503         Log: Integrate mainline
49504      Branch: perlio
49505           +> lib/File/Spec/Epoc.pm
49506           !> (integrate 34 files)
49507 ____________________________________________________________________________
49508 [  7788] By: nick                                  on 2000/11/20  23:20:18
49509         Log: Make extra buffer layer work (dummy crlf layer)
49510      Branch: perlio
49511            ! doio.c perlio.c perlio.h
49512 ____________________________________________________________________________
49513 [  7787] By: jhi                                   on 2000/11/20  22:44:04
49514         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
49515              From: Peter Prymmer <pvhp@forte.com>
49516              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
49517              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
49518      Branch: perl
49519            ! t/pragma/locale.t
49520 ____________________________________________________________________________
49521 [  7786] By: jhi                                   on 2000/11/20  22:29:10
49522         Log: Subject: DOC PATCH 5.6.0 perlreftut
49523              From: mjd@plover.com
49524              Date: 20 Nov 2000 19:45:06 -0000
49525              Message-ID: <20001120194506.9505.qmail@plover.com>
49526      Branch: perl
49527            ! pod/perlreftut.pod
49528 ____________________________________________________________________________
49529 [  7785] By: jhi                                   on 2000/11/20  22:27:44
49530         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49531              From: David Dyck <dcd@tc.fluke.com>
49532              Date: Mon, 20 Nov 2000 11:43:40 -0800
49533              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
49534      Branch: perl
49535            ! lib/Cwd.pm
49536 ____________________________________________________________________________
49537 [  7784] By: jhi                                   on 2000/11/20  22:23:21
49538         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49539              Date: Mon, 20 Nov 2000 17:06:10 -0500
49540              To: Mailing list Perl5 <perl5-porters@perl.org>
49541              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
49542      Branch: perl
49543            ! pp_ctl.c t/op/pat.t
49544 ____________________________________________________________________________
49545 [  7783] By: jhi                                   on 2000/11/20  22:11:18
49546         Log: Subject: [PATCH] doop.c - UTF8 tr///               
49547              From: Simon Cozens <simon@cozens.net>
49548              Date: Sat, 18 Nov 2000 18:49:30 +0000
49549              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
49550              
49551              Subject: Re: [PATCH] doop.c - UTF8 tr///           
49552              From: Simon Cozens <simon@cozens.net>
49553              Date: Mon, 20 Nov 2000 20:45:22 +0000
49554              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
49555              
49556              Make tr on UTF-8 better but still not correct.
49557      Branch: perl
49558            ! doop.c
49559 ____________________________________________________________________________
49560 [  7782] By: jhi                                   on 2000/11/20  22:02:16
49561         Log: Remove the shared object before attempting to create
49562              (by linking) a new one.  E.g. in AIX not removing
49563              becomes quite painful if one tries to do more than one
49564              build in the same tree (an interrupted build, for example),
49565              since the AIX' shared dynaloader seemingly keeps the shared
49566              objects open and therefore 'busy' for quite a while, even when
49567              nobody is using the objects, leading into link failures.
49568      Branch: perl
49569            ! lib/ExtUtils/MM_Unix.pm
49570 ____________________________________________________________________________
49571 [  7781] By: gsar                                  on 2000/11/20  19:02:55
49572         Log: type mismatch due to faulty integration
49573      Branch: maint-5.6/perl
49574            ! toke.c win32/Makefile
49575 ____________________________________________________________________________
49576 [  7780] By: gsar                                  on 2000/11/20  17:31:55
49577         Log: integrate changes#6392,6394..6399,6401..6404
49578              
49579              The {multiplier} of a fixed substring was overlooked which
49580              caused a wrong initial search offset for that substring.
49581              
49582              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49583              From: Hugo <hv@crypt.compulink.co.uk>
49584              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49585              Date: Thu, 13 Jul 2000 19:27:13 +0100
49586              
49587              Fix the BOM bug: not a byteorder bug, a signedness bug.
49588              
49589              Replace change #6337 with a better one.
49590              
49591              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49592              From: Hugo <hv@crypt.compulink.co.uk>
49593              Date: Fri, 14 Jul 2000 04:16:20 +0100
49594              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49595              
49596              MakeMaker should not remove editor backups (*~) on `make clean`
49597              by default (completes change#6383)
49598              
49599              move new variables to the end of the interpreter structure (for
49600              bincompat in code that doesn't #include XSUB.h)
49601              
49602              rename totally bletcherous SvLOCK() thingy (doesn't do what the
49603              name suggests anyway)
49604              
49605              various cleanups (typos, misformatted code, and small bugs)
49606              
49607              typecasts needed for change#6394
49608              
49609              typos in change#6399, regen headers
49610              
49611              inconsistent types needs casts
49612              
49613              PERL_OBJECT build tweaks
49614      Branch: maint-5.6/perl
49615           !> MANIFEST doop.c embed.h embed.pl embedvar.h
49616           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
49617           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
49618           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
49619           !> toke.c util.c
49620 ____________________________________________________________________________
49621 [  7779] By: gsar                                  on 2000/11/20  17:06:29
49622         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
49623              
49624              Cosmetics and perldelta.
49625              
49626              Fix nits noticed by Boston.pm.
49627              
49628              Do the cc sanity check both before the hints and
49629              after the cc selction.
49630              
49631              get sprintf.t to adjust properly for 3-digit exponents
49632              
49633              don't clobber *.orig files on *clean targets
49634              
49635              fix bugs in processing %v-*d and similar format specs (from
49636              Avi Finkel <avi@finkel.org>)
49637              
49638              sprintf test tweaks (from Dominic Dunlop)
49639              
49640              new selfloader.t in change#6183 doesn't close DATA handles,
49641              and thus fails to clean up tmp files on dosish platforms
49642              
49643              typos (spotted by Peter Prymmer)
49644              
49645              typo fix from Craig Berry
49646      Branch: maint-5.6/perl
49647           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
49648           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
49649           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
49650           !> x2p/Makefile.SH
49651 ____________________________________________________________________________
49652 [  7778] By: gsar                                  on 2000/11/20  16:46:51
49653         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
49654              
49655              Subject: Re: format bug report  [Patch]
49656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49657              Date: Wed, 05 Jul 2000 13:12:52 +0200
49658              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49659              
49660              Subject: Re: format bug report  [Patch]
49661              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49662              Date: Wed, 05 Jul 2000 14:10:01 +0200
49663              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49664              
49665              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49666              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49667              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49668              Date: Fri, 07 Jul 2000 17:57:16 +0100
49669              
49670              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49671              To: perl5-porters@perl.org
49672              From: Karsten Sperling <spiff@phreax.net>
49673              Date: Mon, 10 Jul 2000 15:12:52 +0200
49674              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49675              
49676              README.posix-bc podified from Thomas Dorner.
49677              
49678              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
49679              From: Dominic Dunlop <domo@computer.org>
49680              Date: Tue, 11 Jul 2000 12:27:33 +0200
49681              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49682              
49683              Typo in #6341.
49684              
49685              Fix for
49686              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49687              From: Roderick Schertler <roderick@argon.org>
49688              Date: Tue, 11 Jul 2000 13:55:05 -0400
49689              Message-Id: <200007111755.NAA05077@jones.argon.org>
49690              
49691              Minor cleanups on the booklist.
49692              
49693              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49694              regen perltoc.
49695              
49696              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49697      Branch: maint-5.6/perl
49698           +> pod/perlbook.pod
49699           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
49700           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
49701           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
49702 ____________________________________________________________________________
49703 [  7777] By: jhi                                   on 2000/11/20  16:08:49
49704         Log: Update Changes.
49705      Branch: perl
49706            ! Changes patchlevel.h
49707 ____________________________________________________________________________
49708 [  7776] By: jhi                                   on 2000/11/20  15:27:56
49709         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49710              This may be overly harsh but until proven otherwise, we think this
49711              way, or until we have a simple test for Configure (having to start
49712              up servers is does not count as simple) to check for the problems.
49713      Branch: perl
49714            ! perl.h
49715 ____________________________________________________________________________
49716 [  7775] By: jhi                                   on 2000/11/20  15:22:17
49717         Log: Solaris hints tweaks.
49718      Branch: perl
49719            ! hints/solaris_2.sh
49720 ____________________________________________________________________________
49721 [  7774] By: jhi                                   on 2000/11/20  15:01:20
49722         Log: Add a workaround to SOCKS 64-bit problems.
49723      Branch: perl
49724            ! doio.c embed.h embed.pl perlsdio.h proto.h
49725 ____________________________________________________________________________
49726 [  7773] By: jhi                                   on 2000/11/20  14:51:47
49727         Log: sysseek() instead of seek().
49728      Branch: perl
49729            ! t/lib/syslfs.t
49730 ____________________________________________________________________________
49731 [  7772] By: gsar                                  on 2000/11/20  13:06:23
49732         Log: integrate changes#6315..6319,6321..6331,6333..6338
49733              
49734              Integrate with Sarathy, preliminary fix for unicos
49735              alignment problems in [ID 20000612.002] Perl problem on Cray system.
49736              
49737              some debugger output does not go to the socket when RemotePort is set
49738              
49739              winsock cleanup never done on Windows (leads to handle leaks)
49740              
49741              fix UNC path handling on Windows under ithreads, and chdir()
49742              return value when given a non-existent directory
49743              
49744              Autogenerate pod/Makefile and pod/buildtoc.
49745              buildtoc also checks whether the existin pods are
49746              mentioned in MANIFEST and perl.pod, and vice versa.
49747              (None of the thusly found discrepancies fixed yet.)
49748              roffitall also needs to be autogenerated similarly but it
49749              seems so badly out of date that I didn't touch it yet.
49750              
49751              Config is being used.
49752              
49753              Add =head1 NAMEs so that buildtoc is happy.
49754              (The CGI::Util nit reported to Lincoln.)
49755              
49756              Fix complaints of buildtoc.
49757              
49758              Fix the alignment problem in Crays ([ID 20000612.002]).
49759              
49760              Remove perlbook, update perlfaq book listing,
49761              rearrange perl.pod, regenerate perltoc.
49762              
49763              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49764              was cast to an unsigned (32-bit) integer with wild abandon.
49765              
49766              winsock options weren't being set in all threads under ithreads
49767              (caused send()s from second and subsequent threads to fail)
49768              
49769              accept() leaks memory on windows due to incorrect ordering of
49770              closesocket() and fclose() calls
49771              
49772              Reorder perl.pod once more.
49773              
49774              More POSIX.pod tweaks.
49775              
49776              Sprinkle ldlibpath.
49777              
49778              Precedence goof, fix based on
49779              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49780              From: Hugo <hv@crypt.compulink.co.uk>
49781              Date: Tue, 11 Jul 2000 12:52:38 +0100
49782              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49783              
49784              Subject: PATCH perlguts.pod: Document D and d magic types
49785              From: mjd@plover.com
49786              Date: 5 Jul 2000 18:01:51 -0000
49787              Message-ID: <20000705180151.29413.qmail@plover.com>
49788              
49789              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49790              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49791              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49792              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49793              
49794              Subject: [PATCH cfgperl] $& segfaults if you trick it
49795              From: simon@brecon.co.uk (Simon Cozens)
49796              Date: 7 Jul 2000 11:26:09 GMT
49797              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49798              
49799              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49800              From: Hugo <hv@crypt.compulink.co.uk>
49801              Date: Tue, 11 Jul 2000 12:44:50 +0100
49802              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49803              
49804              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49805              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49806              Date: Tue, 11 Jul 2000 13:50:51 +0100
49807              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49808      Branch: maint-5.6/perl
49809           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
49810           +> pod/buildtoc.PL
49811            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
49812           !> (integrate 26 files)
49813 ____________________________________________________________________________
49814 [  7771] By: gsar                                  on 2000/11/20  12:31:42
49815         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
49816              6310,6311,6314
49817              
49818              Subject: [PATCH bleedperl] File::Spec 0.82 beta
49819              From: Barrie Slaymaker <barries@jester.slaysys.com>
49820              Date: Wed, 28 Jun 2000 11:35:29 -0400
49821              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49822              
49823              tweak perlembed for multiplicity/usethreads sanity; correct notes
49824              about Windows
49825              
49826              localize %INC in a Safe compartment so that use/require work
49827              (many other magic globals probably need similar treatment)
49828              
49829              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49830              when @_ is modified, causing coredumps
49831              
49832              slurp mode fix in change#4736 still not quite right
49833              
49834              Point to perlipc for more SysV IPC examples.
49835              
49836              Elaborate POSIX.pod.  Still needs work.
49837              
49838              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49839              
49840              fix large memory leak that has been around for ever, masked by
49841              -DPURIFY (most of the arenas were never freed!)
49842              
49843              fix memory leak on Windows (PL_sys_intern contents were never
49844              freed)
49845              
49846              PERL_OBJECT build tweak
49847              
49848              adjust change#6299
49849              
49850              remove rel2abs prototypes (from Barrie Slaymaker)
49851              
49852              missing perldiag entry for unpack("w",...) diagnostic (from
49853              Andreas Koenig)
49854              
49855              better diagnostic on Frob->stuff() when Frob:: doesn't exist
49856              (from Richard Soderberg <rs@oregonnet.com>)
49857              
49858              Win32 patches for cfgperl from Sarathy.
49859              
49860              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49861              
49862              More POSIX.pod embellishment.
49863              
49864              tyop in change#6306
49865      Branch: maint-5.6/perl
49866           !> (integrate 44 files)
49867 ____________________________________________________________________________
49868 [  7770] By: gsar                                  on 2000/11/20  11:51:00
49869         Log: integrate changes#6268..6282 from cfgperl branch
49870              
49871              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49872              From: Dominic Dunlop <domo@computer.org>
49873              Date: Thu, 29 Jun 2000 12:32:39 +0200
49874              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
49875              
49876              Regen headers for #6261 (and update embed.pl for this) and #6267,
49877              silence few compiler warnings.
49878              
49879              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49880              From: Nicholas Clark <nick@talking.bollo.cx>
49881              Date: Fri, 23 Jun 2000 16:21:15 +0100
49882              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49883              
49884              Subject: PATCH pod/perltie.pod
49885              From: Ian Phillipps <Ian.Phillipps@iname.com>
49886              Date: Fri, 16 Jun 2000 00:17:19 +0100
49887              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49888              (only the first hunk, the second hunk had already been done
49889              by some other patch)
49890              
49891              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49892              From: Tom Phoenix <rootbeer@redcat.com>
49893              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49894              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49895              
49896              Subject: [PATCH] xsub attributes
49897              From: Doug MacEachern <dougm@covalent.net>
49898              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49899              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49900              
49901              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49902              From: Andy Dougherty <doughera@lafayette.edu>
49903              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49904              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49905              
49906              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49907              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49908              Date: Tue, 13 Jun 2000 02:43:48 -0500
49909              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49910              
49911              Subject: [PATCH] Re: eval documentation: context
49912              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49913              Date: Mon, 12 Jun 2000 15:07:29 +0100
49914              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49915              
49916              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49918              Date: Mon, 12 Jun 2000 14:55:59 +0100
49919              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49920              
49921              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49922              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49923              Date: Fri, 09 Jun 2000 12:39:27 -0400
49924              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49925              (plus update the version "number" of Text::Wrap)
49926              
49927              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49928              From: Tim Ayers <tayers@bridge.com>
49929              Date: Thu, 08 Jun 2000 08:11:06 +0200
49930              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49931              [resent by Richard Foley, Message-Id probably wrong]
49932              
49933              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
49934              From: rspier@pobox.com (Robert Spier)
49935              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49936              Message-ID: <14654.31913.845602.610277@rls.cx>
49937              
49938              Subject: [PATCH 5.6.0] utils/h2xs.PL
49939              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49940              Date: Wed, 7 Jun 2000 04:02:04 -0500
49941              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49942              
49943              Subject: [PATCH 5.6.0]ITHREADs for VMS
49944              From: Dan Sugalski <dan@sidhe.org>
49945              Date: Tue, 06 Jun 2000 11:59:50 -0400
49946              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49947      Branch: maint-5.6/perl
49948           !> (integrate 31 files)
49949 ____________________________________________________________________________
49950 [  7769] By: gsar                                  on 2000/11/20  11:29:06
49951         Log: integrate changes#6261..6266 from cfgperl
49952              
49953              Subject: Re: [PATCH cfgperl] BOMs away!
49954              From: simon@brecon.co.uk (Simon Cozens)
49955              Date: 17 Jun 2000 11:49:57 GMT
49956              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49957              
49958              Subject: 5.6.0 Patch for EPOC
49959              From: Olaf Flebbe <o.flebbe@gmx.de>
49960              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49961              Message-ID: <23449.960929969@www11.gmx.net>
49962              
49963              tr fixes from Simon Cozens
49964              
49965              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49966              From: Marty Lucich <marty@netcom.com>
49967              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49968              Message-Id: <200006282116.OAA11148@netcom.com>
49969              ccdlflags update (the BSD/OS 4.1 part had already been taken
49970              care of by #6141).
49971              
49972              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49974              Date: Wed, 28 Jun 2000 17:50:12 -0700
49975              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49976              
49977              Subject: [PATCH 5.6.0] cygwin port
49978              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49979              From: "Fifer, Eric" <EFifer@sanwaint.com>
49980              Date: Thu, 29 Jun 2000 12:58:29 +0100
49981      Branch: maint-5.6/perl
49982           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49983           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49984           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49985           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49986 ____________________________________________________________________________
49987 [  7768] By: gsar                                  on 2000/11/20  11:13:44
49988         Log: integrate changes#6252..6256,6259..6260
49989              
49990              Paranoia tweak on #6249.
49991              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49992              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49993              Date: Sun, 25 Jun 2000 23:43:12 -0400
49994              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49995              
49996              Subject: tr///, help wanted.
49997              From: simon@brecon.co.uk (Simon Cozens)
49998              Date: 28 Jun 2000 11:29:04 GMT
49999              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50000              
50001              small thinko tweaks
50002              
50003              tweaks from Simon Conzes to further fix tr/// under utf8
50004              
50005              perlnewmod was missing from MANIFEST.
50006              
50007              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50008              From: simon@brecon.co.uk (Simon Cozens)
50009              Date: 17 Jun 2000 11:56:44 GMT
50010              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
50011              pack U0, pack C0
50012      Branch: maint-5.6/perl
50013           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
50014           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
50015           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
50016           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
50017 ____________________________________________________________________________
50018 [  7767] By: gsar                                  on 2000/11/20  10:51:38
50019         Log: integrate change#6250 from cfgperl
50020              
50021              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50022              From: Doug MacEachern <dougm@covalent.net>
50023              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50024              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50025      Branch: maint-5.6/perl
50026           +> t/op/my_stash.t
50027           !> MANIFEST embed.pl global.sym proto.h toke.c
50028 ____________________________________________________________________________
50029 [  7766] By: gsar                                  on 2000/11/20  10:48:34
50030         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
50031              
50032              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50033              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50034              Date: Mon, 26 Jun 2000 18:40:14 +0100
50035              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50036              
50037              Subject: [PATCH] bytes<->utf8 fixes
50038              From: simon@brecon.co.uk (Simon Cozens)
50039              Date: 26 Jun 2000 04:55:45 GMT
50040              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50041              
50042              Subject: [PATCH] is_utf8_string
50043              From: simon@brecon.co.uk (Simon Cozens)
50044              Date: 26 Jun 2000 02:25:59 GMT
50045              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50046              
50047              Subject: [PATCH] avoid mg_ptr in '*' magic
50048              From: Doug MacEachern <dougm@covalent.net>
50049              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
50050              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
50051              
50052              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
50053              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50054              Date: Sat, 24 Jun 2000 13:06:20 +0100
50055              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
50056              
50057              Allow for standalone testing.
50058              
50059              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
50060              From: Mark-Jason Dominus <mjd@plover.com>
50061              Date: Tue, 27 Jun 2000 22:36:42 -0400
50062              Message-ID: <20000628023642.12166.qmail@plover.com>
50063              
50064              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50065              From: Frank Tobin <ftobin@uiuc.edu>
50066              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
50067              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
50068      Branch: maint-5.6/perl
50069           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
50070           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
50071           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
50072           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
50073           !> utf8.c utils/h2xs.PL
50074 ____________________________________________________________________________
50075 [  7765] By: gsar                                  on 2000/11/20  10:29:13
50076         Log: integrate change#6239 from cfgperl
50077              
50078              Configure maintenance.  Sever some dependency cycles,
50079              separate gccversion from the cc unit,
50080              address [ID 20000623.006] Configure script patch for using gcc on AIX
50081              (but solve it a little bit differently),
50082              unduplex some accidentally duplicated units,
50083              suggest using gcc if no cc available
50084              (p5p thread: "Solaris configure: counterproposal", 1999-09)
50085      Branch: maint-5.6/perl
50086           !> Configure Todo-5.6 config_h.SH
50087 ____________________________________________________________________________
50088 [  7764] By: gsar                                  on 2000/11/20  10:25:55
50089         Log: integrate changes#6233..6238 from cfgperl
50090              
50091              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
50092              From: Mark-Jason Dominus <mjd@plover.com>
50093              Date: Fri, 16 Jun 2000 20:53:04 -0400
50094              Message-ID: <20000617005304.8008.qmail@plover.com>
50095              
50096              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
50097              because when run as services (Win32ese for daemons)
50098              no environment variables are set and tmpdir ends up as /tmp,
50099              which is ambiguous.
50100              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
50101              From: matt@sergeant.org
50102              Date: 16 Jun 2000 16:30:43 -0000
50103              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
50104              
50105              The thread begun by
50106              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
50107              From: Kevin.Ruscoe@ubsw.com
50108              Date: Fri, 16 Jun 2000 16:38:51 +0100
50109              Message-Id: <H000019b03c300d6@MHS>
50110              
50111              Tweak embed.pl, regen headers.
50112              
50113              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
50114              From: Dan Sugalski <dan@sidhe.org>
50115              Date: Fri, 23 Jun 2000 17:00:00 -0400
50116              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
50117      Branch: maint-5.6/perl
50118           !> (integrate 27 files)
50119 ____________________________________________________________________________
50120 [  7763] By: gsar                                  on 2000/11/20  10:08:08
50121         Log: s/perl56delta/perldelta/g
50122      Branch: maint-5.6/perl
50123            ! pod/Makefile
50124 ____________________________________________________________________________
50125 [  7762] By: gsar                                  on 2000/11/20  10:04:00
50126         Log: integrate changes#6225,6229,6231,6232 from cfgperl
50127              
50128              Add source code filenames to apidoc.
50129              From: simon@brecon.co.uk (Simon Cozens)
50130              Subject: [PATCH embed.pl] Source X-ref
50131              Date: 22 Jun 2000 02:18:49 GMT
50132              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
50133              
50134              Subject: README.hpux version 0.6.1
50135              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
50136              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50137              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
50138              
50139              Subject: [PATCH 5.6.0] cygwin port
50140              From: "Fifer, Eric" <EFifer@sanwaint.com>
50141              Date: Tue, 20 Jun 2000 14:30:58 +0100
50142              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
50143              
50144              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
50145              From: simon@brecon.co.uk (Simon Cozens)
50146              Date: 19 Jun 2000 15:18:27 GMT
50147              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
50148              
50149              plus update pod/Makefile and regenerate perltoc
50150      Branch: maint-5.6/perl
50151           +> pod/perlutil.pod
50152           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
50153           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
50154 ____________________________________________________________________________
50155 [  7761] By: jhi                                   on 2000/11/20  04:09:55
50156         Log: Miraculous typo.
50157      Branch: perl
50158            ! t/op/pat.t
50159 ____________________________________________________________________________
50160 [  7760] By: jhi                                   on 2000/11/20  04:06:08
50161         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
50162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50163              Date: Sun, 19 Nov 2000 22:30:26 -0500
50164              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
50165      Branch: perl
50166            ! regexec.c scope.h t/op/pat.t
50167 ____________________________________________________________________________
50168 [  7759] By: jhi                                   on 2000/11/20  02:05:22
50169         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
50170      Branch: perl
50171            ! perl.h
50172 ____________________________________________________________________________
50173 [  7758] By: jhi                                   on 2000/11/20  01:58:11
50174         Log: Subject: [perl 7711: EPOC] updates
50175              From: Olaf Flebbe <o.flebbe@gmx.de>
50176              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
50177              Message-ID: <25575.974658810@www23.gmx.net>               
50178      Branch: perl
50179            + lib/File/Spec/Epoc.pm
50180            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
50181            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
50182            ! lib/File/Spec.pm perl.c sv.c
50183 ____________________________________________________________________________
50184 [  7757] By: jhi                                   on 2000/11/20  01:53:11
50185         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
50186      Branch: perl
50187            ! MANIFEST
50188 ____________________________________________________________________________
50189 [  7756] By: jhi                                   on 2000/11/20  01:47:22
50190         Log: Integrate perlio.
50191      Branch: perl
50192            - ext/re/hints/MSWin32.pl
50193           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
50194           !> win32/config.gc win32/config_H.gc win32/win32sck.c
50195 ____________________________________________________________________________
50196 [  7755] By: nick                                  on 2000/11/19  20:57:17
50197         Log: Add dummy crlf layer (just as buffer)
50198              Correct 1st bug - one layer of indirection.
50199      Branch: perlio
50200            ! perlio.c perlio.h perliol.h
50201 ____________________________________________________________________________
50202 [  7754] By: nick                                  on 2000/11/19  20:56:12
50203         Log: Work-round to Perl_deb_nocontext is no longer required
50204      Branch: perlio
50205            - ext/re/hints/MSWin32.pl
50206 ____________________________________________________________________________
50207 [  7753] By: nick                                  on 2000/11/19  20:01:16
50208         Log: diff -se shows these as different
50209      Branch: perlio
50210            ! global.sym pod/perlapi.pod
50211 ____________________________________________________________________________
50212 [  7752] By: nick                                  on 2000/11/19  18:57:30
50213         Log: Configure GCC/Win32 build -Duseperlio
50214              Fix a couple of gross issues
50215              - double-include of ../deb.o in re.dll
50216              - win32sck.c needs PerlIO and FILE 
50217      Branch: perlio
50218            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
50219            ! win32/win32sck.c
50220 ____________________________________________________________________________
50221 [  7751] By: nick                                  on 2000/11/19  17:05:36
50222         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
50223      Branch: perlio
50224            ! perlio.c
50225 ____________________________________________________________________________
50226 [  7750] By: nick                                  on 2000/11/19  16:57:14
50227         Log: Missing aTHX_
50228      Branch: perlio
50229            ! sv.c
50230 ____________________________________________________________________________
50231 [  7749] By: jhi                                   on 2000/11/19  16:28:40
50232         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
50233              From: "Peter J. Farley III" <pjfarley@banet.net>
50234              Date: Sun, 19 Nov 2000 01:42:58 -0500
50235              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
50236      Branch: perl
50237            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
50238 ____________________________________________________________________________
50239 [  7748] By: jhi                                   on 2000/11/19  16:08:10
50240         Log: Subject: podlators 1.05 available        
50241              From: Russ Allbery <rra@stanford.edu>   
50242              Date: 18 Nov 2000 22:04:28 -0800
50243              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
50244      Branch: perl
50245            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
50246 ____________________________________________________________________________
50247 [  7747] By: nick                                  on 2000/11/19  11:19:39
50248         Log: Integrate mainline
50249      Branch: perlio
50250           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50251           !> util.c
50252 ____________________________________________________________________________
50253 [  7746] By: jhi                                   on 2000/11/19  06:42:22
50254         Log: Make hex scanning warn on "\x{x}" and "\xx".
50255              "\x" and and hex("x") are still valid.
50256      Branch: perl
50257            ! util.c
50258 ____________________________________________________________________________
50259 [  7745] By: nick                                  on 2000/11/18  22:52:28
50260         Log: Integrate mainline
50261      Branch: perlio
50262           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
50263           !> perl.h perlio.c proto.h regcomp.c regcomp.h
50264 ____________________________________________________________________________
50265 [  7744] By: jhi                                   on 2000/11/18  22:50:28
50266         Log: Introduce Perl_utf8_length().  Use it.
50267      Branch: perl
50268            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50269 ____________________________________________________________________________
50270 [  7743] By: jhi                                   on 2000/11/18  22:38:51
50271         Log: Compiler denit.
50272      Branch: perl
50273            ! perlio.c
50274 ____________________________________________________________________________
50275 [  7742] By: jhi                                   on 2000/11/18  20:33:05
50276         Log: Integrate perlio.
50277      Branch: perl
50278           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50279           !> perlio.h pp_ctl.c pp_sys.c sv.c
50280 ____________________________________________________________________________
50281 [  7741] By: jhi                                   on 2000/11/18  20:31:27
50282         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
50283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50284              Date: Fri, 17 Nov 2000 20:35:11 -0500
50285              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
50286              
50287              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
50288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50289              Date: Fri, 17 Nov 2000 21:03:47 -0500
50290              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
50291              
50292              Plus a little bit of tweaking in pregcomp().
50293      Branch: perl
50294            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
50295 ____________________________________________________________________________
50296 [  7740] By: nick                                  on 2000/11/18  20:17:22
50297         Log: Lexical use open ... support:
50298              add ->cop_io to COP structure in cop.h.
50299              Make mg.c and gv.c associate it with ${^OPEN}.
50300              Make lib/open.pm set it.
50301              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
50302              manner similar to ->cop_warnings.
50303              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
50304              call new PerlIO_apply_layers().
50305              Declare latter in perlio.h and define in perlio.c
50306      Branch: perlio
50307            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50308            ! perlio.h pp_ctl.c pp_sys.c sv.c
50309 ____________________________________________________________________________
50310 [  7739] By: jhi                                   on 2000/11/18  19:54:00
50311         Log: Integrate perlio.
50312      Branch: perl
50313           !> doio.c perlio.c pp.c
50314 ____________________________________________________________________________
50315 [  7738] By: jhi                                   on 2000/11/18  17:16:13
50316         Log: Subject: [PATCH 5.7.0] etags broken again
50317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50318              Date: Sat, 18 Nov 2000 02:41:36 -0500
50319              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
50320      Branch: perl
50321            ! emacs/ptags
50322 ____________________________________________________________________________
50323 [  7737] By: jhi                                   on 2000/11/18  17:12:18
50324         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
50325      Branch: perl
50326            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50327 ____________________________________________________________________________
50328 [  7736] By: nick                                  on 2000/11/18  14:06:20
50329         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
50330              part to be isolated.
50331      Branch: perlio
50332            ! doio.c perlio.c
50333 ____________________________________________________________________________
50334 [  7735] By: nick                                  on 2000/11/18  11:03:32
50335         Log: Integrate mainline
50336      Branch: perlio
50337           !> Changes README.amiga README.win32 patchlevel.h
50338           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
50339 ____________________________________________________________________________
50340 [  7734] By: jhi                                   on 2000/11/18  01:18:56
50341         Log: Update Changes.
50342      Branch: perl
50343            ! Changes patchlevel.h
50344 ____________________________________________________________________________
50345 [  7733] By: jhi                                   on 2000/11/18  00:32:54
50346         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
50347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50348              Date: Fri, 17 Nov 2000 17:28:02 -0500
50349              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
50350      Branch: perl
50351            ! regcomp.c regexec.c t/op/re_tests
50352 ____________________________________________________________________________
50353 [  7732] By: jhi                                   on 2000/11/18  00:28:56
50354         Log: Sparc 64-bit pack() fix from Jens Hamisch.
50355      Branch: perl
50356            ! pp.c
50357 ____________________________________________________________________________
50358 [  7731] By: jhi                                   on 2000/11/18  00:18:39
50359         Log: Explain in more detail the {} syntax ambiguousity.
50360              
50361              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
50362              From: Nicholas Clark <nick@ccl4.org>
50363              Date: Fri, 17 Nov 2000 22:10:28 +0000
50364              Message-ID: <20001117221028.A88930@plum.flirble.org>
50365      Branch: perl
50366            ! pod/perlfunc.pod
50367 ____________________________________________________________________________
50368 [  7730] By: jhi                                   on 2000/11/18  00:12:18
50369         Log: Subject: Fix for README.amiga (20000323.033)
50370              From: "Stephen P. Potter" <spp@spotter.yi.org>
50371              Date: Fri, 17 Nov 2000 12:25:51 -0500
50372              Message-Id: <200011171725.MAA05768@spotter.yi.org>
50373      Branch: perl
50374            ! README.amiga
50375 ____________________________________________________________________________
50376 [  7729] By: jhi                                   on 2000/11/18  00:08:34
50377         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
50378              From: "A. C. Yardley" <yardley@tanet.net>
50379              Date: Mon, 3 Apr 2000 11:35:33 -0700
50380              Message-ID: <3483.000403@tanet.net>
50381      Branch: perl
50382            ! README.win32
50383 ____________________________________________________________________________
50384 [  7728] By: nick                                  on 2000/11/17  21:59:47
50385         Log: Integrate mainline
50386      Branch: perlio
50387           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
50388           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
50389           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
50390           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
50391 ____________________________________________________________________________
50392 [  7727] By: nick                                  on 2000/11/17  21:56:31
50393         Log: Experiment on use of attributes.pm interface.
50394              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
50395              SVt_PVRV if not already something better (else vivify of say magic gets
50396              core dump).
50397      Branch: perlio
50398            ! perlio.c pp.c
50399 ____________________________________________________________________________
50400 [  7726] By: jhi                                   on 2000/11/17  14:15:49
50401         Log: Subject: Fix for 20000815.006
50402              From: "Stephen P. Potter" <spp@spotter.yi.org>
50403              Date: Fri, 17 Nov 2000 08:57:45 -0500
50404              Message-Id: <200011171357.IAA05122@spotter.yi.org>
50405              
50406              It's really 20000518.006.
50407      Branch: perl
50408            ! pod/perlmodlib.PL
50409 ____________________________________________________________________________
50410 [  7725] By: jhi                                   on 2000/11/17  14:12:31
50411         Log: Subject: Fix for 20000409.001
50412              From: "Stephen P. Potter" <spp@spotter.yi.org>
50413              Date: Fri, 17 Nov 2000 08:55:45 -0500
50414              Message-Id: <200011171355.IAA05104@spotter.yi.org>
50415      Branch: perl
50416            ! pod/perlfaq9.pod
50417 ____________________________________________________________________________
50418 [  7724] By: jhi                                   on 2000/11/17  14:08:58
50419         Log: Undo #7627 now that we have =head3.
50420      Branch: perl
50421            ! pod/perlhack.pod
50422 ____________________________________________________________________________
50423 [  7723] By: jhi                                   on 2000/11/17  14:04:09
50424         Log: As surmised the #7719 wasn't a good move.
50425      Branch: perl
50426            ! hints/solaris_2.sh
50427 ____________________________________________________________________________
50428 [  7722] By: jhi                                   on 2000/11/17  13:59:04
50429         Log: Also the 64bitall hints can be either here or there.
50430      Branch: perl
50431            ! hints/solaris_2.sh
50432 ____________________________________________________________________________
50433 [  7721] By: jhi                                   on 2000/11/17  02:26:23
50434         Log: Test tweak for the open pragma.
50435      Branch: perl
50436            ! t/lib/b.t
50437 ____________________________________________________________________________
50438 [  7720] By: jhi                                   on 2000/11/17  00:23:22
50439         Log: The long double hints can be here or there.
50440      Branch: perl
50441            ! hints/solaris_2.sh
50442 ____________________________________________________________________________
50443 [  7719] By: jhi                                   on 2000/11/17  00:14:06
50444         Log: For Solaris use64bitall the stdchar needs a little bit of help.
50445      Branch: perl
50446            ! hints/solaris_2.sh
50447 ____________________________________________________________________________
50448 [  7718] By: jhi                                   on 2000/11/16  23:27:34
50449         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
50450              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50451              Date: Wed, 15 Nov 2000 08:56:32 +0100
50452              Message-ID: <3A1241B0.64477E00@alcatel.at>
50453      Branch: perl
50454            ! lib/Carp/Heavy.pm
50455 ____________________________________________________________________________
50456 [  7717] By: jhi                                   on 2000/11/16  23:23:29
50457         Log: Subject: [PATCH] Re: 20001101.003 PDL
50458              From: Nicholas Clark <nick@ccl4.org>
50459              Date: Thu, 16 Nov 2000 16:48:25 +0000
50460              Message-ID: <20001116164825.B93487@plum.flirble.org>
50461      Branch: perl
50462            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
50463 ____________________________________________________________________________
50464 [  7716] By: jhi                                   on 2000/11/16  23:21:31
50465         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
50466              From: "Casey R. Tweten" <crt@kiski.net>
50467              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
50468              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
50469      Branch: perl
50470            ! lib/Pod/Checker.pm pod/perlpod.pod
50471 ____________________________________________________________________________
50472 [  7715] By: jhi                                   on 2000/11/16  23:19:40
50473         Log: Avoid an infinite loop in VMS when utils scripts are run
50474              with no arguments, from Charles Lane.
50475      Branch: perl
50476            ! configure.com
50477 ____________________________________________________________________________
50478 [  7714] By: jhi                                   on 2000/11/16  23:17:08
50479         Log: Subject: perllocale.pod changes
50480              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50481              Date: Mon, 13 Nov 2000 10:09:22 +0300
50482              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
50483      Branch: perl
50484            ! pod/perllocale.pod
50485 ____________________________________________________________________________
50486 [  7713] By: jhi                                   on 2000/11/16  23:14:06
50487         Log: Integrate perlio.
50488      Branch: perl
50489           !> doio.c perlio.c perlio.h util.c
50490 ____________________________________________________________________________
50491 [  7712] By: nick                                  on 2000/11/16  21:10:58
50492         Log: Integrate mainline
50493      Branch: perlio
50494           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50495           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50496           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
50497           !> vos/config.ga.def vos/config.ga.h win32/config.bc
50498           !> win32/config.gc win32/config.vc
50499 ____________________________________________________________________________
50500 [  7711] By: nick                                  on 2000/11/16  19:56:41
50501         Log: Minor tweaks:
50502              consistent way of getting 'rb', 'wb' etc. for binary opens
50503              move *perlio::layers to *open::layers
50504              a #define to show layers available
50505              DOSISH popen/PerlIO had export/import sense inverted.
50506      Branch: perlio
50507            ! doio.c perlio.c perlio.h util.c
50508 ____________________________________________________________________________
50509 [  7710] By: jhi                                   on 2000/11/16  15:46:05
50510         Log: Add HAS_SBRK_PROTO.
50511      Branch: metaconfig/U/perl
50512            + d_sbrkproto.U
50513      Branch: perl
50514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50515            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50516            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50517            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50518            ! win32/config.gc win32/config.vc
50519 ____________________________________________________________________________
50520 [  7709] By: nick                                  on 2000/11/16  07:31:49
50521         Log: Integrate mainline
50522      Branch: perlio
50523           !> (integrate 35 files)
50524 ____________________________________________________________________________
50525 [  7708] By: jhi                                   on 2000/11/16  05:33:03
50526         Log: These files are text, not binary.
50527      Branch: perl
50528            ! ext/Encode/Encode/iso8859-10.enc
50529            ! ext/Encode/Encode/iso8859-13.enc
50530            ! ext/Encode/Encode/iso8859-14.enc
50531            ! ext/Encode/Encode/iso8859-15.enc
50532 ____________________________________________________________________________
50533 [  7707] By: jhi                                   on 2000/11/16  01:53:37
50534         Log: Update Changes.
50535      Branch: perl
50536            ! Changes patchlevel.h
50537 ____________________________________________________________________________
50538 [  7706] By: jhi                                   on 2000/11/16  01:35:59
50539         Log: More #undefing of stdio.
50540      Branch: perl
50541            ! fakesdio.h nostdio.h
50542 ____________________________________________________________________________
50543 [  7705] By: jhi                                   on 2000/11/16  01:34:18
50544         Log: Add fwalk() probe to the configuration files and regen perltoc.
50545      Branch: perl
50546            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50547            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
50548            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
50549            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50550            ! win32/config.bc win32/config.gc win32/config.vc
50551 ____________________________________________________________________________
50552 [  7704] By: jhi                                   on 2000/11/16  01:33:07
50553         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
50554              an optional third argument to Inlibc?)
50555      Branch: metaconfig/U/perl
50556            + d__fwalk.U
50557 ____________________________________________________________________________
50558 [  7703] By: jhi                                   on 2000/11/16  01:09:22
50559         Log: The type of the hash_cb() size argument is tricky.
50560      Branch: perl
50561            ! ext/DB_File/DB_File.xs
50562 ____________________________________________________________________________
50563 [  7702] By: jhi                                   on 2000/11/15  23:01:16
50564         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
50565      Branch: perl
50566            ! nostdio.h
50567 ____________________________________________________________________________
50568 [  7701] By: jhi                                   on 2000/11/15  22:52:32
50569         Log: Detypo.
50570      Branch: perl
50571            ! t/lib/bigfltpm.t
50572 ____________________________________________________________________________
50573 [  7700] By: jhi                                   on 2000/11/15  22:51:56
50574         Log: UINT64_C() work continues.
50575      Branch: perl
50576            ! handy.h perl.h utf8.h
50577 ____________________________________________________________________________
50578 [  7699] By: jhi                                   on 2000/11/15  14:13:04
50579         Log: SOCKS has its own USE_THREADS, based on
50580              
50581              Subject: [ID 20001114.002] et. al. bugfix followup
50582              From: Jens Hamisch <jens@Strawberry.COM> 
50583              Date: Wed, 15 Nov 2000 14:23:11 +0100
50584              Message-ID: <20001115142311.A21164@Strawberry.COM>
50585      Branch: perl
50586            ! perl.h
50587 ____________________________________________________________________________
50588 [  7698] By: jhi                                   on 2000/11/15  03:50:56
50589         Log: Add few missing #undefs and sort them.
50590      Branch: perl
50591            ! fakesdio.h
50592 ____________________________________________________________________________
50593 [  7697] By: jhi                                   on 2000/11/15  03:39:14
50594         Log: Linenumber fix.
50595      Branch: perl
50596            ! t/pragma/warn/utf8
50597 ____________________________________________________________________________
50598 [  7696] By: jhi                                   on 2000/11/15  02:55:26
50599         Log: EBCDIC tweaks.
50600              
50601              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50602              From: Peter Prymmer <pvhp@forte.com>
50603              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
50604              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
50605      Branch: perl
50606            ! t/op/regmesg.t t/pragma/warn/utf8
50607 ____________________________________________________________________________
50608 [  7695] By: jhi                                   on 2000/11/15  02:53:58
50609         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50610              From: Peter Prymmer <pvhp@forte.com>
50611              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
50612              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
50613      Branch: perl
50614            ! utf8.c
50615 ____________________________________________________________________________
50616 [  7694] By: jhi                                   on 2000/11/15  02:50:55
50617         Log: Subject: [PATCH: perl@7674] updates to README.os390
50618              From: Prymmer/Kahn <pvhp@best.com>
50619              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
50620              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
50621      Branch: perl
50622            ! README.os390
50623 ____________________________________________________________________________
50624 [  7693] By: jhi                                   on 2000/11/15  02:48:37
50625         Log: Quit utf8_to_uv() instantly if curlen == 0.
50626      Branch: perl
50627            ! utf8.c
50628 ____________________________________________________________________________
50629 [  7692] By: jhi                                   on 2000/11/15  02:24:29
50630         Log: Use u_int32_t for the size of hash_cb(), not size_t.
50631              
50632              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50633              From: Jens Hamisch <jens@Strawberry.COM>     
50634              Date: Tue, 14 Nov 2000 19:03:55 +0100
50635              Message-Id: <20001114190355.A20559@Strawberry.COM>
50636      Branch: perl
50637            ! ext/DB_File/DB_File.xs
50638 ____________________________________________________________________________
50639 [  7691] By: jhi                                   on 2000/11/15  02:20:12
50640         Log: Use UINT64_C().
50641              
50642              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50643              From: Jens Hamisch <jens@Strawberry.COM>
50644              Date: Tue, 14 Nov 2000 19:16:23 +0100
50645              Message-Id: <20001114191623.G20559@Strawberry.COM>
50646      Branch: perl
50647            ! utf8.c utf8.h
50648 ____________________________________________________________________________
50649 [  7690] By: jhi                                   on 2000/11/15  02:17:06
50650         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50651              (a macro to define signed and unsigned integer constants).
50652      Branch: perl
50653            ! handy.h
50654 ____________________________________________________________________________
50655 [  7689] By: jhi                                   on 2000/11/15  01:56:51
50656         Log: Regen Configure.
50657      Branch: perl
50658            ! Configure
50659 ____________________________________________________________________________
50660 [  7688] By: jhi                                   on 2000/11/15  01:56:32
50661         Log: Make the unit know about SOCKS.
50662      Branch: metaconfig
50663            ! U/protos/socksizetype.U
50664 ____________________________________________________________________________
50665 [  7687] By: jhi                                   on 2000/11/15  01:54:47
50666         Log: Remove unused dependencies.
50667      Branch: metaconfig
50668            ! U/compline/d_getpagsz.U
50669 ____________________________________________________________________________
50670 [  7686] By: nick                                  on 2000/11/14  21:25:13
50671         Log: Integrate mainline.
50672      Branch: perlio
50673           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
50674           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
50675           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
50676           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
50677           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
50678           !> win32/config.bc win32/config.gc win32/config.vc
50679           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
50680 ____________________________________________________________________________
50681 [  7685] By: jhi                                   on 2000/11/14  17:54:56
50682         Log: Integrate perlio.
50683      Branch: perl
50684           +> fakesdio.h perliol.h
50685           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50686           !> perlsdio.h perlsfio.h pod/perlfunc.pod
50687 ____________________________________________________________________________
50688 [  7684] By: nick                                  on 2000/11/14  17:43:04
50689         Log: PerlIO #include and #ifdef re-work.
50690      Branch: perlio
50691            + fakesdio.h perliol.h
50692            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50693            ! perlsdio.h perlsfio.h
50694 ____________________________________________________________________________
50695 [  7683] By: jhi                                   on 2000/11/14  15:42:40
50696         Log: Hoist the duplicated socket/netdb include logic to perl.h;
50697              undef SETERRNO in case SOCKS has defined it.  Based on:
50698              
50699              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
50700              From: Jens Hamisch <jens@Strawberry.COM> 
50701              Date: Tue, 14 Nov 2000 11:34:40 +0100
50702              Message-Id: <20001114113440.A20005@Strawberry.COM>
50703      Branch: perl
50704            ! doio.c perl.h pp_sys.c
50705 ____________________________________________________________________________
50706 [  7682] By: jhi                                   on 2000/11/14  14:07:28
50707         Log: Subject: some additions for makefiles for win32 (for perl@7674)
50708              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50709              Date: Tue, 14 Nov 2000 09:31:13 +0300
50710              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
50711      Branch: perl
50712            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50713            ! win32/makefile.mk
50714 ____________________________________________________________________________
50715 [  7681] By: jhi                                   on 2000/11/14  14:01:41
50716         Log: Subject: tiny typo in perl5db.pl
50717              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50718              Date: Tue, 14 Nov 2000 09:29:28 +0300
50719              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
50720      Branch: perl
50721            ! lib/perl5db.pl
50722 ____________________________________________________________________________
50723 [  7680] By: jhi                                   on 2000/11/14  04:13:50
50724         Log: Redo #7679 with LFs instead of CRLFs.
50725      Branch: perl
50726            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
50727            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
50728            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50729 ____________________________________________________________________________
50730 [  7679] By: jhi                                   on 2000/11/14  01:21:09
50731         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
50732              From: Benjamin Stuhl <tiriath@yahoo.com> 
50733              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50734              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50735      Branch: perl
50736            + win32/bin/mdelete.bat
50737            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
50738            ! makedef.pl perlio.c win32/Makefile win32/config.gc
50739            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50740 ____________________________________________________________________________
50741 [  7678] By: jhi                                   on 2000/11/14  01:19:20
50742         Log: Fix the re extension building for Win32.
50743              
50744              Subject: [PATCH perl@7638] Get PerlIO building on Win32
50745              From: Benjamin Stuhl <tiriath@yahoo.com> 
50746              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50747              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50748      Branch: perl
50749            + ext/re/hints/MSWin32.pl
50750            ! MANIFEST
50751 ____________________________________________________________________________
50752 [  7677] By: jhi                                   on 2000/11/14  01:13:54
50753         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50754              From: sthoenna@efn.org
50755              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
50756              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
50757      Branch: perl
50758            ! doop.c pp.c toke.c utf8.c utf8.h
50759 ____________________________________________________________________________
50760 [  7676] By: jhi                                   on 2000/11/13  20:23:15
50761         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50762              From: Nicholas Clark <nick@ccl4.org>
50763              Date: Mon, 13 Nov 2000 18:55:04 +0000
50764              Message-ID: <20001113185504.J29183@plum.flirble.org>
50765      Branch: perl
50766            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
50767 ____________________________________________________________________________
50768 [  7675] By: nick                                  on 2000/11/13  20:21:57
50769         Log: Integrate mainline ...
50770      Branch: perlio
50771           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
50772           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
50773           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
50774           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
50775 ____________________________________________________________________________
50776 [  7674] By: jhi                                   on 2000/11/13  15:07:56
50777         Log: Update Changes.
50778      Branch: perl
50779            ! Changes patchlevel.h
50780 ____________________________________________________________________________
50781 [  7673] By: jhi                                   on 2000/11/13  14:42:42
50782         Log: Remove the new two tests of lib/io_xs for now, they seem to
50783              fail under perlio on some platforms.
50784      Branch: perl
50785            ! t/lib/io_xs.t
50786 ____________________________________________________________________________
50787 [  7672] By: jhi                                   on 2000/11/13  13:57:53
50788         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
50789      Branch: perl
50790            ! perlio.c
50791 ____________________________________________________________________________
50792 [  7671] By: jhi                                   on 2000/11/13  05:30:48
50793         Log: Placate nervous compilers that see longer than ints switch()ing.
50794      Branch: perl
50795            ! utf8.c
50796 ____________________________________________________________________________
50797 [  7670] By: jhi                                   on 2000/11/13  05:14:21
50798         Log: fputs() does return EOF on error but here we don't care.
50799      Branch: perl
50800            ! perlio.c
50801 ____________________________________________________________________________
50802 [  7669] By: jhi                                   on 2000/11/13  05:02:45
50803         Log: Declare reg_data like reg_substr_data.
50804      Branch: perl
50805            ! regexp.h
50806 ____________________________________________________________________________
50807 [  7668] By: jhi                                   on 2000/11/13  04:54:34
50808         Log: Typos in #7667.
50809      Branch: perl
50810            ! perl.h
50811 ____________________________________________________________________________
50812 [  7667] By: jhi                                   on 2000/11/13  04:49:49
50813         Log: Cleanup messy #ifdef.
50814      Branch: perl
50815            ! perl.h
50816 ____________________________________________________________________________
50817 [  7666] By: jhi                                   on 2000/11/13  04:17:34
50818         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50819              From: Nicholas Clark <nick@talking.bollo.cx>
50820              Date: Sun, 12 Nov 2000 21:14:11 +0000
50821              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
50822              
50823              Note: only one breakage of the two reported is fixed by this patch.
50824      Branch: perl
50825            ! perlio.c
50826 ____________________________________________________________________________
50827 [  7665] By: jhi                                   on 2000/11/13  04:05:07
50828         Log: Tweak the definition of the bit complement on UTF-8 data:
50829              if none of the characters in the string are > 0xff,
50830              the result is a complemented byte string, not a (UTF-8)
50831              char string.  Based on the summary in
50832              
50833              Subject: Re: [ID 20000918.005] ~ on wide chars
50834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
50835              Date: Fri, 10 Nov 2000 09:47:15 -0800
50836              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
50837              
50838              This should give us the maximum backward (pre-char string)
50839              compatibility and utf8 compatibility.  The other alternative
50840              would be to limit the bit complement to be always byte only,
50841              taking the least significant byte of the chars.
50842      Branch: perl
50843            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
50844 ____________________________________________________________________________
50845 [  7664] By: jhi                                   on 2000/11/13  00:23:44
50846         Log: Couple of tests from #7660 salvaged.
50847      Branch: perl
50848            - t/op/tell.t
50849            ! MANIFEST t/io/tell.t
50850 ____________________________________________________________________________
50851 [  7663] By: jhi                                   on 2000/11/13  00:02:48
50852         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
50853              From: Nicholas Clark <nick@talking.bollo.cx>
50854              Date: Sun, 12 Nov 2000 21:23:43 +0000
50855              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
50856      Branch: perl
50857            ! perlsfio.h
50858 ____________________________________________________________________________
50859 [  7662] By: jhi                                   on 2000/11/13  00:01:39
50860         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
50861              From: Nicholas Clark <nick@talking.bollo.cx>
50862              Date: Sun, 12 Nov 2000 21:30:04 +0000
50863              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
50864      Branch: perl
50865            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
50866 ____________________________________________________________________________
50867 [  7661] By: jhi                                   on 2000/11/12  23:57:29
50868         Log: Document tell() on special streams.
50869      Branch: perl
50870            ! pod/perlfunc.pod
50871 ____________________________________________________________________________
50872 [  7660] By: jhi                                   on 2000/11/12  23:54:22
50873         Log: (Subsumed by #7664)
50874      Branch: perl
50875            + t/op/tell.t
50876            ! MANIFEST
50877 ____________________________________________________________________________
50878 [  7659] By: jhi                                   on 2000/11/12  22:55:25
50879         Log: Many subdocumented return values of the IO extension now documented.
50880              ungetc and write still left subdocumented.
50881              
50882              Subject: [PATCH] (was Re: IO::Handle::ungetc)
50883              From: Nicholas Clark <nick@talking.bollo.cx>
50884              Date: Sun, 12 Nov 2000 21:35:53 +0000
50885              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
50886      Branch: perl
50887            ! ext/IO/lib/IO/Handle.pm
50888 ____________________________________________________________________________
50889 [  7658] By: jhi                                   on 2000/11/12  21:37:06
50890         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
50891              From: Nicholas Clark <nick@talking.bollo.cx>
50892              Date: Sun, 12 Nov 2000 20:03:22 +0000
50893              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
50894      Branch: perl
50895            ! pod/perlfunc.pod
50896 ____________________________________________________________________________
50897 [  7657] By: jhi                                   on 2000/11/12  20:34:55
50898         Log: Integrate perlio.
50899      Branch: perl
50900           !> perlio.c
50901 ____________________________________________________________________________
50902 [  7656] By: nick                                  on 2000/11/12  19:25:06
50903         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
50904      Branch: perlio
50905            ! perlio.c
50906 ____________________________________________________________________________
50907 [  7655] By: nick                                  on 2000/11/12  19:09:41
50908         Log: Integrate mainline
50909      Branch: perlio
50910           +> README.solaris ext/Encode/Encode/cp1006.enc
50911           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
50912           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
50913           +> ext/Encode/Encode/iso8859-13.enc
50914           +> ext/Encode/Encode/iso8859-14.enc
50915           +> ext/Encode/Encode/iso8859-15.enc
50916           !> (integrate 34 files)
50917 ____________________________________________________________________________
50918 [  7654] By: jhi                                   on 2000/11/12  19:00:22
50919         Log: Add a metaconfig unit for fsync.
50920      Branch: metaconfig/U/perl
50921            + d_fsync.U
50922 ____________________________________________________________________________
50923 [  7653] By: jhi                                   on 2000/11/12  19:00:01
50924         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
50925      Branch: perl
50926            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50927            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50928            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50929            ! vos/config.ga.h win32/config.bc win32/config.gc
50930            ! win32/config.vc
50931 ____________________________________________________________________________
50932 [  7652] By: jhi                                   on 2000/11/11  21:12:01
50933         Log: Copy the s// information of README.hpux also to the perlrun.
50934      Branch: perl
50935            ! README.hpux pod/perlrun.pod
50936 ____________________________________________________________________________
50937 [  7651] By: jhi                                   on 2000/11/11  21:03:13
50938         Log: More README.solaris updates from Andy Dougherty.
50939      Branch: perl
50940            ! README.solaris
50941 ____________________________________________________________________________
50942 [  7650] By: jhi                                   on 2000/11/11  18:38:57
50943         Log: More descriptive error for unknown perlio layers.
50944              
50945              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50946              From: Dominic Dunlop <domo@computer.org> 
50947              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50948              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50949      Branch: perl
50950            ! perlio.c pod/perldiag.pod
50951 ____________________________________________________________________________
50952 [  7649] By: jhi                                   on 2000/11/11  18:37:52
50953         Log: MachTen doesn't really do mmap() and munmap().
50954              
50955              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50956              From: Dominic Dunlop <domo@computer.org> 
50957              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50958              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50959      Branch: perl
50960            ! hints/machten.sh
50961 ____________________________________________________________________________
50962 [  7648] By: jhi                                   on 2000/11/11  18:36:46
50963         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
50964              From: rspier@pobox.com (Robert Spier)
50965              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
50966              Message-ID: <14861.32839.491271.985797@rls.cx>
50967      Branch: perl
50968            ! Porting/Contract pod/perltoot.pod
50969 ____________________________________________________________________________
50970 [  7647] By: jhi                                   on 2000/11/11  18:35:30
50971         Log: Simplify the getpagesize() unit by dropping the
50972              pagesize probe since it's nowadays slightly more
50973              complicated because of sysconf(). (Note: if some
50974              platform really needs the -lPW for getpagesize,
50975              I just broke it.)
50976              
50977              TODO: a new pagesize unit.
50978      Branch: metaconfig
50979            ! U/compline/d_getpagsz.U
50980 ____________________________________________________________________________
50981 [  7646] By: jhi                                   on 2000/11/11  18:33:23
50982         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
50983      Branch: perl
50984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50985            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50986            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50987            ! vos/config.ga.h win32/config.bc win32/config.gc
50988            ! win32/config.vc
50989 ____________________________________________________________________________
50990 [  7645] By: jhi                                   on 2000/11/11  16:45:15
50991         Log: Use sysconf() or getpagesize() to find out the pagesize.
50992      Branch: perl
50993            ! perlio.c
50994 ____________________________________________________________________________
50995 [  7644] By: jhi                                   on 2000/11/11  15:46:08
50996         Log: Integrate perlio.
50997      Branch: perl
50998           !> perlio.c
50999 ____________________________________________________________________________
51000 [  7643] By: jhi                                   on 2000/11/11  15:33:36
51001         Log: Subject: Re: [PATCH] README.solaris
51002              From: Lupe Christoph <lupe@lupe-christoph.de>
51003              Date: Sat, 11 Nov 2000 14:08:10 +0100
51004              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
51005      Branch: perl
51006            ! README.solaris
51007 ____________________________________________________________________________
51008 [  7642] By: jhi                                   on 2000/11/11  15:22:12
51009         Log: Subject: [PATCH perl@7638] cygwin port
51010              From: "Eric Fifer" <egf7@columbia.edu>            
51011              Date: Fri, 10 Nov 2000 19:30:30 -0000
51012              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
51013      Branch: perl
51014            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
51015 ____________________________________________________________________________
51016 [  7641] By: nick                                  on 2000/11/11  14:50:36
51017         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
51018              Also call "Buf" layer directly when unread'ing non-read chars.
51019      Branch: perlio
51020            ! perlio.c
51021 ____________________________________________________________________________
51022 [  7640] By: jhi                                   on 2000/11/11  02:05:02
51023         Log: Add more encoding tables.
51024      Branch: perl
51025            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
51026            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
51027            + ext/Encode/Encode/iso8859-10.enc
51028            + ext/Encode/Encode/iso8859-13.enc
51029            + ext/Encode/Encode/iso8859-14.enc
51030            + ext/Encode/Encode/iso8859-15.enc
51031            ! MANIFEST
51032 ____________________________________________________________________________
51033 [  7639] By: jhi                                   on 2000/11/10  18:49:25
51034         Log: Subject: [PATCH] README.solaris
51035              From: Andy Dougherty <doughera@lafayette.edu>
51036              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
51037              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
51038      Branch: perl
51039            + README.solaris
51040            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
51041            ! pod/perl.pod pod/perltoc.pod
51042 ____________________________________________________________________________
51043 [  7638] By: jhi                                   on 2000/11/10  15:04:15
51044         Log: Update Changes.
51045      Branch: perl
51046            ! Changes patchlevel.h
51047 ____________________________________________________________________________
51048 [  7637] By: jhi                                   on 2000/11/10  14:14:28
51049         Log: Explain better why certain regex tests are skipped.
51050              
51051              Subject: Re: tests skipped: unknown reason
51052              From: Lupe Christoph <lupe@lupe-christoph.de>
51053              Date: Fri, 10 Nov 2000 09:08:56 +0100
51054              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
51055      Branch: perl
51056            ! t/op/regexp.t
51057 ____________________________________________________________________________
51058 [  7636] By: nick                                  on 2000/11/10  13:40:00
51059         Log: Integrate mainline.
51060      Branch: perlio
51061           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
51062           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
51063           !> win32/bin/search.pl
51064 ____________________________________________________________________________
51065 [  7635] By: nick                                  on 2000/11/10  13:25:52
51066         Log: Re-instate stdio large file support via perlio.
51067      Branch: perl
51068            ! perlio.c
51069 ____________________________________________________________________________
51070 [  7634] By: jhi                                   on 2000/11/10  04:49:55
51071         Log: Amdahl UTS hints updates.
51072              
51073              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
51074              From: hom00@utsglobal.com (Harold O Morris)
51075              Date: Thu, 9 Nov 2000 20:02 PST
51076              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
51077      Branch: perl
51078            ! hints/uts.sh
51079 ____________________________________________________________________________
51080 [  7633] By: jhi                                   on 2000/11/09  23:33:28
51081         Log: Subject: [PATCH] IO::Seekable pod
51082              From: Nicholas Clark <nick@talking.bollo.cx>
51083              Date: Thu, 9 Nov 2000 20:29:45 +0000
51084              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
51085      Branch: perl
51086            ! ext/IO/lib/IO/Handle.pm
51087 ____________________________________________________________________________
51088 [  7632] By: jhi                                   on 2000/11/09  21:55:41
51089         Log: Various doc oddball characters.
51090              
51091              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
51092              From: Michael Somos <somos@grail.cba.csuohio.edu>
51093              Date: Mon, 6 Nov 2000 17:44:20 -0500
51094              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
51095      Branch: perl
51096            ! emacs/cperl-mode.el lib/unicode/syllables.txt
51097            ! win32/bin/search.pl
51098 ____________________________________________________________________________
51099 [  7631] By: jhi                                   on 2000/11/09  21:12:29
51100         Log: Subject: Re: bash -c exit and linux hints 
51101              From: "John P. Linderman" <jpl@research.att.com>
51102              Date: Thu, 02 Nov 2000 09:37:25 -0500
51103              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
51104      Branch: perl
51105            ! hints/linux.sh
51106 ____________________________________________________________________________
51107 [  7630] By: nick                                  on 2000/11/09  20:34:11
51108         Log: Integrate mainline.
51109      Branch: perlio
51110           !> (integrate 91 files)
51111 ____________________________________________________________________________
51112 [  7629] By: jhi                                   on 2000/11/09  19:46:31
51113         Log: Missing dTHXs.
51114              
51115              Subject: RE: perl@7595 builds not on cygwin
51116              From: "Eric Fifer" <egf7@columbia.edu>
51117              Date: Thu, 9 Nov 2000 19:26:50 -0000
51118              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
51119      Branch: perl
51120            ! ext/Devel/Peek/Peek.xs
51121 ____________________________________________________________________________
51122 [  7628] By: jhi                                   on 2000/11/09  14:48:27
51123         Log: Disable only the tests 99 and 166 for UTF-8 locales.
51124      Branch: perl
51125            ! t/pragma/locale.t
51126 ____________________________________________________________________________
51127 [  7627] By: jhi                                   on 2000/11/09  14:40:27
51128         Log: There's no =head3.
51129      Branch: perl
51130            ! pod/perlhack.pod
51131 ____________________________________________________________________________
51132 [  7626] By: jhi                                   on 2000/11/09  13:54:26
51133         Log: The generated boot_* headers are wrong.  Pickier compiler,
51134              such as KAI C++ will refuse to compile the resulting perlmain.
51135              
51136              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
51137              From: Harri Pasanen <harri.pasanen@trema.com>
51138              Date: Thu, 09 Nov 2000 14:23:28 +0100
51139              Message-Id: <3A0AA550.26D548A3@trema.com>
51140      Branch: perl
51141            ! minimod.pl
51142 ____________________________________________________________________________
51143 [  7625] By: jhi                                   on 2000/11/09  13:50:44
51144         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
51145              From: Prymmer/Kahn <pvhp@best.com>
51146              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
51147              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
51148              
51149              All except the "cow orker" change.
51150      Branch: perl
51151            ! Porting/pumpkin.pod
51152 ____________________________________________________________________________
51153 [  7624] By: jhi                                   on 2000/11/09  13:45:33
51154         Log: Fix for
51155              
51156              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
51157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51158              Date: Thu, 09 Nov 2000 11:05:52 +0100
51159              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
51160      Branch: perl
51161            ! pod/perldiag.pod t/pragma/warn/pp_sys
51162 ____________________________________________________________________________
51163 [  7623] By: jhi                                   on 2000/11/09  13:37:16
51164         Log: Typo in an ifndef.
51165              
51166              Subject: Re: [PATCH 5.7.0] better messages from malloc()
51167              From: Joe Smith <jms@inwap.com>         
51168              Date: Thu, 09 Nov 2000 01:33:14 -0800
51169              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
51170      Branch: perl
51171            ! malloc.c
51172 ____________________________________________________________________________
51173 [  7622] By: jhi                                   on 2000/11/09  13:31:18
51174         Log: Remove unused extra arguments.
51175      Branch: metaconfig/U/perl
51176            ! perlxv.U
51177      Branch: perl
51178            ! Configure config_h.SH
51179 ____________________________________________________________________________
51180 [  7621] By: jhi                                   on 2000/11/09  13:16:36
51181         Log: More VMS moves on environment handling, from Charles Lane.
51182      Branch: perl
51183            ! t/pragma/locale.t
51184 ____________________________________________________________________________
51185 [  7620] By: jhi                                   on 2000/11/09  04:42:38
51186         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
51187              From: David Dyck <dcd@tc.fluke.com>
51188              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
51189              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
51190      Branch: perl
51191            ! pp_sys.c
51192 ____________________________________________________________________________
51193 [  7619] By: jhi                                   on 2000/11/09  04:36:21
51194         Log: Forgot from #7618.
51195      Branch: perl
51196            ! lib/File/stat.pm
51197 ____________________________________________________________________________
51198 [  7618] By: jhi                                   on 2000/11/09  04:28:44
51199         Log: Make deleting for %ENV work for (newer versions of) VMS,
51200              from Craig A. Berry.
51201      Branch: perl
51202            ! vms/vms.c
51203 ____________________________________________________________________________
51204 [  7617] By: jhi                                   on 2000/11/09  04:25:05
51205         Log: Subject: [PATCH] Class::Struct at compile time
51206              From: "Casey R. Tweten" <crt@kiski.net>
51207              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
51208              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
51209      Branch: perl
51210            ! lib/Class/Struct.pm
51211 ____________________________________________________________________________
51212 [  7616] By: jhi                                   on 2000/11/09  04:15:17
51213         Log: Subject: [ID 20001108.013] spelling
51214              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
51215              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
51216              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
51217      Branch: perl
51218            ! lib/ftp.pl
51219 ____________________________________________________________________________
51220 [  7615] By: jhi                                   on 2000/11/09  04:12:42
51221         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
51222              From: Peter Prymmer <pvhp@forte.com>
51223              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
51224              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
51225      Branch: perl
51226            ! configure.com
51227 ____________________________________________________________________________
51228 [  7614] By: jhi                                   on 2000/11/08  22:42:55
51229         Log: A missing aTHX_.
51230      Branch: perl
51231            ! ext/IPC/SysV/SysV.xs
51232 ____________________________________________________________________________
51233 [  7613] By: jhi                                   on 2000/11/08  19:30:21
51234         Log: Update Changes.
51235      Branch: perl
51236            ! Changes patchlevel.h
51237 ____________________________________________________________________________
51238 [  7612] By: jhi                                   on 2000/11/08  18:35:25
51239         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
51240              From: David Dyck <dcd@tc.fluke.com>
51241              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
51242              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
51243      Branch: perl
51244            ! pp_sys.c
51245 ____________________________________________________________________________
51246 [  7611] By: jhi                                   on 2000/11/08  18:30:26
51247         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
51248              From: Dominic Dunlop <domo@computer.org>
51249              Date: Tue, 7 Nov 2000 12:05:25 +0100
51250              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
51251      Branch: perl
51252            ! malloc.c
51253 ____________________________________________________________________________
51254 [  7610] By: jhi                                   on 2000/11/08  18:25:14
51255         Log: Do not test UTF-8 locales since that the tests would require
51256              polymorphic regexen.
51257      Branch: perl
51258            ! t/pragma/locale.t
51259 ____________________________________________________________________________
51260 [  7609] By: jhi                                   on 2000/11/08  17:12:51
51261         Log: Locale buglets.
51262              
51263              Subject: RE: Locales support (setlocale) fixes
51264              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51265              Date: Wed, 8 Nov 2000 20:01:39 +0300
51266              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
51267      Branch: perl
51268            ! t/pragma/locale.t util.c
51269 ____________________________________________________________________________
51270 [  7608] By: jhi                                   on 2000/11/08  17:00:16
51271         Log: Deleting $ENV{PATH} in VMS is not recommendable.
51272      Branch: perl
51273            ! t/pragma/locale.t
51274 ____________________________________________________________________________
51275 [  7607] By: jhi                                   on 2000/11/08  16:58:26
51276         Log: Subject: PATCH std stdio for (Free)BSD
51277              From: Nicholas Clark <nick@ccl4.org>
51278              Date: Wed, 8 Nov 2000 15:36:29 +0000
51279              Message-ID: <20001108153629.D98736@plum.flirble.org>
51280      Branch: metaconfig
51281            ! U/compline/d_stdstdio.U
51282      Branch: perl
51283            ! Configure config_h.SH
51284 ____________________________________________________________________________
51285 [  7606] By: jhi                                   on 2000/11/08  16:43:31
51286         Log: Forgot to bump the line numbers in #7601.
51287      Branch: perl
51288            ! t/pragma/warn/pp_sys
51289 ____________________________________________________________________________
51290 [  7605] By: jhi                                   on 2000/11/08  16:39:12
51291         Log: More careful detection of how well NVs and UVs mix.
51292              
51293              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))
51294              From: Nicholas Clark <nick@ccl4.org>
51295              Date: Wed, 8 Nov 2000 15:14:12 +0000
51296              Message-ID: <20001108151412.B98736@plum.flirble.org>
51297              
51298              Added some SIGFPE paranoia.
51299      Branch: metaconfig/U/perl
51300            ! perlxv.U
51301      Branch: perl
51302            ! Configure config_h.SH
51303 ____________________________________________________________________________
51304 [  7604] By: jhi                                   on 2000/11/08  14:39:10
51305         Log: Subject: [patch perl@7595] VMS configure.com tweak
51306              From: "Craig A. Berry" <craigberry@mac.com>
51307              Date: Wed, 8 Nov 2000 00:24:12 -0600
51308              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
51309      Branch: perl
51310            ! configure.com
51311 ____________________________________________________________________________
51312 [  7603] By: jhi                                   on 2000/11/08  14:27:11
51313         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
51314              From: Robin Barker <rmb1@cise.npl.co.uk>
51315              Date: Wed, 8 Nov 2000 11:11:39 GMT
51316              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
51317      Branch: perl
51318            ! perlio.c
51319 ____________________________________________________________________________
51320 [  7602] By: jhi                                   on 2000/11/08  14:25:03
51321         Log: Fix for the tie-refhash string table leaks.
51322              
51323              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
51324              Date: Wed, 8 Nov 2000 13:03:04 GMT
51325              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
51326      Branch: perl
51327            ! t/lib/tie-refhash.t
51328 ____________________________________________________________________________
51329 [  7601] By: jhi                                   on 2000/11/08  14:21:08
51330         Log: Try to avoid flockless and emulationless places.
51331      Branch: perl
51332            ! t/pragma/warn/pp_sys
51333 ____________________________________________________________________________
51334 [  7600] By: jhi                                   on 2000/11/08  02:28:54
51335         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
51336              
51337              Subject: [PATCH] prototyped functions that should be overrideable
51338              From: "Casey R. Tweten" <crt@kiski.net>
51339              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
51340              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
51341      Branch: perl
51342            ! toke.c
51343 ____________________________________________________________________________
51344 [  7599] By: jhi                                   on 2000/11/08  01:12:05
51345         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
51346              
51347              Subject: [PATCH] perlbug.PL
51348              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51349              Date: Mon, 6 Nov 2000 21:39:01 -0500
51350              Message-ID: <20001106213901.B20955@O2.chapin.edu>
51351      Branch: perl
51352            ! utils/perlbug.PL
51353 ____________________________________________________________________________
51354 [  7598] By: jhi                                   on 2000/11/07  23:42:00
51355         Log: Bad thinko in #7581 (I used the test program with the expanded
51356              values as-is).
51357      Branch: metaconfig
51358            ! U/compline/d_stdstdio.U
51359      Branch: perl
51360            ! Configure
51361 ____________________________________________________________________________
51362 [  7597] By: jhi                                   on 2000/11/07  21:43:29
51363         Log: Subject: [PATCH perl@7573] cygwin port
51364              From: "Fifer, Eric" <EFifer@sanwaint.com>
51365              Date: Tue, 7 Nov 2000 18:08:51 -0000 
51366              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
51367              
51368              Synchronize with Cygwin 1.1.5.
51369      Branch: perl
51370            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
51371            ! pod/perlport.pod unixish.h util.c
51372 ____________________________________________________________________________
51373 [  7596] By: jhi                                   on 2000/11/07  21:39:25
51374         Log: perlhack updates from H.Merijn Brand.
51375      Branch: perl
51376            ! pod/perlhack.pod
51377 ____________________________________________________________________________
51378 [  7595] By: jhi                                   on 2000/11/07  20:21:41
51379         Log: Update Changes.
51380      Branch: perl
51381            ! Changes patchlevel.h
51382 ____________________________________________________________________________
51383 [  7594] By: jhi                                   on 2000/11/07  19:18:58
51384         Log: Be more robust in Dynaloader.pm.
51385      Branch: perl
51386            ! ext/DynaLoader/DynaLoader_pm.PL
51387 ____________________________________________________________________________
51388 [  7593] By: jhi                                   on 2000/11/07  16:49:31
51389         Log: AUTHORS update.
51390      Branch: perl
51391            ! AUTHORS
51392 ____________________________________________________________________________
51393 [  7592] By: gsar                                  on 2000/11/07  16:39:51
51394         Log: normalize relative paths in virtualized current directory on windows,
51395              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
51396              returns)
51397      Branch: perl
51398            ! win32/vdir.h
51399 ____________________________________________________________________________
51400 [  7591] By: jhi                                   on 2000/11/07  16:04:26
51401         Log: Too profiler-happy: with optimization the #7590 actually makes
51402              the test to run 0.5% _slower_.  Requires much more instrumentation.
51403              Retract #7590.
51404      Branch: perl
51405            ! regcomp.c regcomp.h
51406 ____________________________________________________________________________
51407 [  7590] By: jhi                                   on 2000/11/07  15:51:13
51408         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
51409              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
51410              by using memset() and testing bytewise (as opposed to bitwise).
51411      Branch: perl
51412            ! regcomp.c regcomp.h
51413 ____________________________________________________________________________
51414 [  7589] By: jhi                                   on 2000/11/07  12:56:39
51415         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
51416              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51417              Date: Mon, 06 Nov 2000 23:45:30 -0500
51418              Message-Id: <0011079735.AA973576259@univpress.com>
51419      Branch: perl
51420            ! configure.com t/lib/st-lock.t
51421 ____________________________________________________________________________
51422 [  7588] By: jhi                                   on 2000/11/07  01:03:28
51423         Log: Tweak #7587.
51424      Branch: perl
51425            ! pod/perldiag.pod
51426 ____________________________________________________________________________
51427 [  7587] By: jhi                                   on 2000/11/07  01:00:27
51428         Log: A doc addition for bug id 20001105.019, beware \p.
51429      Branch: perl
51430            ! pod/perldiag.pod
51431 ____________________________________________________________________________
51432 [  7586] By: jhi                                   on 2000/11/07  00:32:22
51433         Log: Fake support of holey files in win/dosish platforms.
51434              
51435              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
51436              From: kipp@shonanblue.ne.jp
51437              Date: Mon, 6 Nov 2000 13:30:55 -0800
51438              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
51439      Branch: perl
51440            ! ext/SDBM_File/sdbm/sdbm.c
51441 ____________________________________________________________________________
51442 [  7585] By: jhi                                   on 2000/11/07  00:12:54
51443         Log: Subject: Pod updates
51444              From: "Stephen P. Potter" <spp@spotter.yi.org>
51445              Date: Mon, 06 Nov 2000 18:56:43 -0500
51446              Message-Id: <200011062357.SAA18173@spotter.yi.org>
51447      Branch: perl
51448            ! README.dos README.os2 README.win32 pod/buildtoc.PL
51449            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
51450            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
51451            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
51452            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
51453            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
51454            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
51455            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
51456            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
51457            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
51458            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
51459            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
51460            ! pod/perltootc.pod pod/perlunicode.pod
51461 ____________________________________________________________________________
51462 [  7584] By: jhi                                   on 2000/11/07  00:04:17
51463         Log: Varargs don't always work too well if one puts an unsigned
51464              char on the stack and pop an unsigned quad off the stack.
51465              
51466              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
51467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
51468              Date: Mon, 06 Nov 2000 15:19:05 -0800
51469              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
51470      Branch: perl
51471            ! utf8.c
51472 ____________________________________________________________________________
51473 [  7583] By: jhi                                   on 2000/11/06  23:58:48
51474         Log: %ENV note tweaks from Dan Sugalski.
51475      Branch: perl
51476            ! pod/perlport.pod vms/perlvms.pod
51477 ____________________________________________________________________________
51478 [  7582] By: jhi                                   on 2000/11/06  23:05:49
51479         Log: glibc5 detection by __GNU_LIBRARY__.
51480      Branch: perl
51481            ! toke.c
51482 ____________________________________________________________________________
51483 [  7581] By: jhi                                   on 2000/11/06  22:51:29
51484         Log: Make the stdio test program of 7427 less noisy while being 
51485              compiled so that Digital UNIX wouldn't get both
51486              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
51487              undefined.  This makes perlio happy.
51488      Branch: metaconfig
51489            ! U/compline/d_stdstdio.U
51490      Branch: perl
51491            ! Configure config_h.SH
51492 ____________________________________________________________________________
51493 [  7580] By: jhi                                   on 2000/11/06  22:41:41
51494         Log: Document %ENV = () portability issues.
51495      Branch: perl
51496            ! pod/perlport.pod vms/perlvms.pod
51497 ____________________________________________________________________________
51498 [  7579] By: jhi                                   on 2000/11/06  21:29:24
51499         Log: VOS updates from Paul Green.
51500      Branch: perl
51501            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51502 ____________________________________________________________________________
51503 [  7578] By: jhi                                   on 2000/11/06  21:00:40
51504         Log: Sanitize the environment further.
51505      Branch: perl
51506            ! t/pragma/locale.t
51507 ____________________________________________________________________________
51508 [  7577] By: jhi                                   on 2000/11/06  20:53:51
51509         Log: Re-introduce 7552 lost in integration.
51510      Branch: perl
51511            ! perlio.c
51512 ____________________________________________________________________________
51513 [  7576] By: jhi                                   on 2000/11/06  20:33:46
51514         Log: Admit that the test leaks scalars.
51515      Branch: perl
51516            ! t/comp/proto.t
51517 ____________________________________________________________________________
51518 [  7575] By: jhi                                   on 2000/11/06  20:17:08
51519         Log: Integrate perlio.
51520      Branch: perl
51521           !> perlio.c
51522 ____________________________________________________________________________
51523 [  7574] By: nick                                  on 2000/11/06  20:07:28
51524         Log: Remove debug. Try (Mmap_t) on madvise() call.
51525      Branch: perlio
51526            ! perlio.c
51527 ____________________________________________________________________________
51528 [  7573] By: jhi                                   on 2000/11/06  13:56:05
51529         Log: Update Changes.
51530      Branch: perl
51531            ! Changes patchlevel.h
51532 ____________________________________________________________________________
51533 [  7572] By: jhi                                   on 2000/11/06  13:48:41
51534         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
51535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51536              Date: Mon, 06 Nov 2000 10:11:42 +0100
51537              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
51538      Branch: perl
51539            ! pod/perlhack.pod
51540 ____________________________________________________________________________
51541 [  7571] By: jhi                                   on 2000/11/06  01:45:51
51542         Log: AUTHORS updates.
51543      Branch: perl
51544            ! AUTHORS
51545 ____________________________________________________________________________
51546 [  7570] By: jhi                                   on 2000/11/06  00:18:00
51547         Log: Fix for
51548              
51549              Subject: [ID 20000728.005] perl -P broken
51550              From: David Dyck <dcd@tc.fluke.com>
51551              Date: Fri, 28 Jul 2000 17:19:16 -0700
51552              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
51553              
51554              (hopefully).  The fix is also not complete, it seems to break
51555              BOM swallowing for libc5 systems, but until someone figures
51556              out a way to do this without ftell(), this will do.
51557      Branch: perl
51558            ! toke.c
51559 ____________________________________________________________________________
51560 [  7569] By: jhi                                   on 2000/11/06  00:05:30
51561         Log: Document that the evaled syntax errors cause scalar leaks.
51562      Branch: perl
51563            ! t/comp/proto.t
51564 ____________________________________________________________________________
51565 [  7568] By: jhi                                   on 2000/11/05  23:14:47
51566         Log: opmini.o can linger from Configures past.
51567      Branch: perl
51568            ! Makefile.SH
51569 ____________________________________________________________________________
51570 [  7567] By: jhi                                   on 2000/11/05  21:28:39
51571         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
51572              first argument correctly.
51573      Branch: perl
51574            ! perlio.c
51575 ____________________________________________________________________________
51576 [  7566] By: jhi                                   on 2000/11/05  21:15:56
51577         Log: Integrate perlio.
51578      Branch: perl
51579           !> perlio.c
51580 ____________________________________________________________________________
51581 [  7565] By: jhi                                   on 2000/11/05  21:15:13
51582         Log: Use -dM for gcc (the suggested patch did it only for Linux,
51583              but I think it can be generalized).
51584              
51585              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
51586              From: Pixel <pixel@mandrakesoft.com>
51587              Date: 05 Nov 2000 21:49:34 +0100 
51588              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
51589      Branch: perl
51590            ! ext/Errno/Errno_pm.PL
51591 ____________________________________________________________________________
51592 [  7564] By: nick                                  on 2000/11/05  21:09:18
51593         Log: Added a mmap layer as a "subclass" of perlio.
51594              PERLIO=mmap ./perl harness passes
51595      Branch: perlio
51596            ! perlio.c
51597 ____________________________________________________________________________
51598 [  7563] By: jhi                                   on 2000/11/05  19:48:55
51599         Log: Add a note for future generations about bug id 20000229.006.
51600      Branch: perl
51601            ! malloc.c
51602 ____________________________________________________________________________
51603 [  7562] By: jhi                                   on 2000/11/05  19:38:24
51604         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
51605      Branch: perl
51606            ! pp_ctl.c t/op/pos.t
51607 ____________________________________________________________________________
51608 [  7561] By: jhi                                   on 2000/11/05  18:21:46
51609         Log: Add =pod to be tidy.
51610      Branch: perl
51611            ! lib/Math/Complex.pm
51612 ____________________________________________________________________________
51613 [  7560] By: jhi                                   on 2000/11/05  17:38:46
51614         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
51615      Branch: perl
51616            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51617            ! ext/Storable/Storable.xs t/lib/st-recurse.t
51618 ____________________________________________________________________________
51619 [  7559] By: jhi                                   on 2000/11/05  17:32:59
51620         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
51621              From: "Peter J. Farley III" <pjfarley@banet.net>
51622              Date: Sun, 05 Nov 2000 11:55:59 -0500
51623              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
51624      Branch: perl
51625            ! t/lib/syslog.t
51626 ____________________________________________________________________________
51627 [  7558] By: jhi                                   on 2000/11/05  17:29:19
51628         Log: Integrate perlio.
51629      Branch: perl
51630           !> perlio.c
51631 ____________________________________________________________________________
51632 [  7557] By: jhi                                   on 2000/11/05  17:22:01
51633         Log: A fix of sorts for 20000329.026, a better error message
51634              for a missing "use charnames" when using the \N{...}. 
51635      Branch: perl
51636            ! pod/perldiag.pod toke.c
51637 ____________________________________________________________________________
51638 [  7556] By: jhi                                   on 2000/11/05  16:33:50
51639         Log: Test tweak: show also the failed locales.
51640              
51641              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
51642              From: Lupe Christoph <lupe@lupe-christoph.de>         
51643              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
51644              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
51645      Branch: perl
51646            ! t/pragma/locale.t
51647 ____________________________________________________________________________
51648 [  7555] By: nick                                  on 2000/11/05  11:09:34
51649         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
51650              open RDWR so does not fail. (pragma/warnings 303 again...)
51651      Branch: perlio
51652            ! perlio.c
51653 ____________________________________________________________________________
51654 [  7554] By: nick                                  on 2000/11/05  10:10:13
51655         Log: Fix case where ungetc(f,EOF) was allowed.
51656              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
51657              so we can see similarities.
51658              Use types more carefully and a STDCHAR array in hope that this will
51659              fix Jarrko's 64bit machine.
51660      Branch: perlio
51661            ! perlio.c
51662 ____________________________________________________________________________
51663 [  7553] By: jhi                                   on 2000/11/05  01:12:16
51664         Log: Fix for
51665              
51666              Subject: [ID 20001004.007] taint propogation is inconsistent
51667              From: pimlott@idiomtech.com (Andrew Pimlott) 
51668              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
51669              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
51670              
51671              The culprit was sv_setsv() which was rather blindly
51672              propagating taint, which lead to behaviour where if
51673              a tainted anon hash value was seen all the hash values
51674              from then on at that level became tainted, or at any
51675              upper levels in the case of nested anon hashes.
51676      Branch: perl
51677            ! sv.c t/op/taint.t
51678 ____________________________________________________________________________
51679 [  7552] By: jhi                                   on 2000/11/04  23:44:18
51680         Log: Some cpps don't like splitting conditionals across several lines.
51681      Branch: perl
51682            ! perlio.c
51683 ____________________________________________________________________________
51684 [  7551] By: nick                                  on 2000/11/04  23:40:44
51685         Log: Integrate mainline
51686      Branch: perlio
51687           !> pp_hot.c t/op/taint.t
51688 ____________________________________________________________________________
51689 [  7550] By: nick                                  on 2000/11/04  23:39:05
51690         Log: Integrate mainline again
51691      Branch: perlio
51692           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
51693           !> t/lib/b.t t/op/misc.t util.c
51694 ____________________________________________________________________________
51695 [  7549] By: jhi                                   on 2000/11/04  23:14:01
51696         Log: Fix for
51697              
51698              Subject: [ID 20001004.006] undef is never tainted
51699              From: pimlott@idiomtech.com (Andrew Pimlott)
51700              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
51701              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
51702              
51703              An undef read from a slurped file was not tainted.
51704      Branch: perl
51705            ! pp_hot.c t/op/taint.t
51706 ____________________________________________________________________________
51707 [  7548] By: jhi                                   on 2000/11/04  22:56:21
51708         Log: Test tweak ($Config{useperlio} is by default undef) .
51709      Branch: perl
51710            ! t/lib/b.t
51711 ____________________________________________________________________________
51712 [  7547] By: jhi                                   on 2000/11/04  22:43:56
51713         Log: Integrate perlio.
51714      Branch: perl
51715           +> lib/perlio.pm
51716           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
51717           !> pod/perlapi.pod t/lib/b.t
51718 ____________________________________________________________________________
51719 [  7546] By: jhi                                   on 2000/11/04  22:40:59
51720         Log: Configure would use a bad $myuname from an old config.sh.
51721              
51722              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51723              From: Andy Dougherty <doughera@lafayette.edu>
51724              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
51725              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
51726      Branch: metaconfig
51727            ! U/modified/Oldconfig.U
51728      Branch: perl
51729            ! Configure config_h.SH
51730 ____________________________________________________________________________
51731 [  7545] By: jhi                                   on 2000/11/04  22:36:54
51732         Log: Subject: Locales support (setlocale) fixes
51733              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51734              Date: Sat, 4 Nov 2000 10:15:48 +0300 
51735              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
51736              
51737              Modified quite a bit to be more portable.
51738      Branch: perl
51739            ! embed.h embed.pl perl.h proto.h util.c
51740 ____________________________________________________________________________
51741 [  7544] By: jhi                                   on 2000/11/04  22:32:47
51742         Log: Dying is too strict here, better just skip.
51743      Branch: perl
51744            ! t/op/misc.t
51745 ____________________________________________________________________________
51746 [  7543] By: nick                                  on 2000/11/04  21:55:13
51747         Log: Merge mainline
51748      Branch: perlio
51749           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51750           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
51751           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51752           !> (integrate 64 files)
51753 ____________________________________________________________________________
51754 [  7542] By: jhi                                   on 2000/11/04  21:09:28
51755         Log: More Changes tweakery.
51756      Branch: perl
51757            ! Changes Porting/genlog
51758 ____________________________________________________________________________
51759 [  7541] By: jhi                                   on 2000/11/04  20:58:18
51760         Log: Changes fixups.
51761      Branch: perl
51762            ! Changes
51763 ____________________________________________________________________________
51764 [  7540] By: jhi                                   on 2000/11/04  20:42:38
51765         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
51766              create a "fast path" for locale name probing using "locale -a"
51767              if available, squash finally hopefully the s?printf resetting
51768              the numeric locale (since, IIUC perllocale, it never shouldn't). 
51769      Branch: perl
51770            ! sv.c t/op/misc.t t/pragma/locale.t
51771 ____________________________________________________________________________
51772 [  7539] By: nick                                  on 2000/11/04  19:56:10
51773         Log: PerlIO infrastructure complete.
51774      Branch: perlio
51775            + lib/perlio.pm
51776            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
51777 ____________________________________________________________________________
51778 [  7538] By: nick                                  on 2000/11/04  14:31:32
51779         Log: Type tweaks + less contorted allocation scheme
51780      Branch: perlio
51781            ! perlio.c
51782 ____________________________________________________________________________
51783 [  7537] By: nick                                  on 2000/11/04  12:40:42
51784         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
51785              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
51786              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
51787              sensible) which lead to some interesting fails.
51788      Branch: perlio
51789            ! perlio.c
51790 ____________________________________________________________________________
51791 [  7536] By: jhi                                   on 2000/11/04  00:20:02
51792         Log: Add FCNTL_CAN_LOCK.
51793              
51794              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51795              From: Andy Dougherty <doughera@lafayette.edu>
51796              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
51797              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
51798              
51799              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51800              From: Andy Dougherty <doughera@lafayette.edu>
51801              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
51802              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
51803      Branch: metaconfig/U/perl
51804            + d_fcntl_can_lock.U
51805            ! startperl.U
51806      Branch: perl
51807            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51808            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
51809            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51810            ! vos/config.ga.h win32/config.bc win32/config.gc
51811            ! win32/config.vc
51812 ____________________________________________________________________________
51813 [  7535] By: nick                                  on 2000/11/03  22:19:10
51814         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
51815              - Works on Linux with
51816              perlio + unix
51817              stdio
51818              - Works on Solaris with
51819              perlio + unix
51820              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
51821              - Fails (hangs in openpid) if you try and stack
51822              perlio + stdio - Linux stdio's read() logic is hanging.
51823      Branch: perlio
51824            ! iperlsys.h perlio.c
51825 ____________________________________________________________________________
51826 [  7534] By: jhi                                   on 2000/11/03  15:16:02
51827         Log: Subject: Re: README.aix
51828              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51829              Date: Fri, 03 Nov 2000 16:03:15 +0100
51830              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
51831      Branch: perl
51832            ! README.aix
51833 ____________________________________________________________________________
51834 [  7533] By: jhi                                   on 2000/11/03  03:59:02
51835         Log: Subject: [PATCH 5.7.0] better messages from malloc()
51836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51837              Date: Wed, 1 Nov 2000 23:39:56 -0500
51838              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
51839      Branch: perl
51840            ! malloc.c pod/perldiag.pod
51841 ____________________________________________________________________________
51842 [  7532] By: jhi                                   on 2000/11/03  00:11:56
51843         Log: The #7521 touched things it shouldn't have.
51844      Branch: perl
51845            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
51846 ____________________________________________________________________________
51847 [  7531] By: jhi                                   on 2000/11/02  22:32:33
51848         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
51849              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51850              Date:     Thu, 2 Nov 2000 16:58:36 EST
51851              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
51852      Branch: perl
51853            ! vms/gen_shrfls.pl
51854 ____________________________________________________________________________
51855 [  7530] By: jhi                                   on 2000/11/02  22:08:49
51856         Log: Fix the problem discussed in
51857              
51858              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
51859              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
51860              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
51861              
51862              originally from Linc Madison.  Also Andreas König's comments
51863              taken into account.  Some other problems with Tie::SubstrHash
51864              fixed: didn't croak when the table exceeded the requested number
51865              of entries (as documented) but instead when the number of entries
51866              exceeded the size of the table, a croak() had an unnecessary \n,
51867              didn't have a CLEAR method, documented that there is no exists().
51868              Didn't fix to be strict-proof because the module uses &foo; and
51869              dynamic scope.  Added a test script exercizing both first tamely 
51870              the basic functionality, and then the failure cases reported by
51871              Linc Madison.
51872      Branch: perl
51873            + t/lib/tie-substrhash.t
51874            ! MANIFEST lib/Tie/SubstrHash.pm
51875 ____________________________________________________________________________
51876 [  7529] By: jhi                                   on 2000/11/02  17:58:08
51877         Log: recv() can fail and return undef.
51878              
51879              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
51880              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
51881              Date: Thu, 2 Nov 2000 20:12:20 +0300
51882              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
51883      Branch: perl
51884            ! lib/Net/Ping.pm
51885 ____________________________________________________________________________
51886 [  7528] By: jhi                                   on 2000/11/02  17:49:09
51887         Log: Detpyo.
51888      Branch: perl
51889            ! pod/perlop.pod
51890 ____________________________________________________________________________
51891 [  7527] By: jhi                                   on 2000/11/02  15:48:37
51892         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
51893              fix a autovivification bug in Tie::RefHash, add tests for both.
51894              
51895              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
51896              From: Edward Avis <epa98@doc.ic.ac.uk>
51897              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
51898              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
51899      Branch: perl
51900            + t/lib/tie-refhash.t
51901            ! MANIFEST lib/Tie/RefHash.pm
51902 ____________________________________________________________________________
51903 [  7526] By: jhi                                   on 2000/11/02  13:56:26
51904         Log: Test::Harness revealed buglets in the new DynaLoader.
51905              
51906              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
51907              From: andreas.koenig@anima.de (Andreas J. Koenig)
51908              Date: 02 Nov 2000 11:26:48 +0100 
51909              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
51910      Branch: perl
51911            ! ext/DynaLoader/DynaLoader_pm.PL
51912 ____________________________________________________________________________
51913 [  7525] By: jhi                                   on 2000/11/01  23:52:08
51914         Log: The entry for #7503 was missing.
51915      Branch: perl
51916            ! Changes
51917 ____________________________________________________________________________
51918 [  7524] By: jhi                                   on 2000/11/01  23:40:52
51919         Log: Update Changes.
51920      Branch: perl
51921            ! Changes patchlevel.h
51922 ____________________________________________________________________________
51923 [  7523] By: jhi                                   on 2000/11/01  22:57:09
51924         Log: More tweaking on the #7522 theme.
51925      Branch: perl
51926            ! ext/DynaLoader/DynaLoader_pm.PL
51927 ____________________________________________________________________________
51928 [  7522] By: jhi                                   on 2000/11/01  22:06:15
51929         Log: Expand %Config variables and %ENV variables only if
51930              so requested during build time using the
51931              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
51932              Not expanding makes relocating distributions easier.
51933      Branch: perl
51934            ! ext/DynaLoader/DynaLoader_pm.PL
51935 ____________________________________________________________________________
51936 [  7521] By: jhi                                   on 2000/11/01  20:56:34
51937         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
51938              and setgid() because they were just changing $< and $( which means
51939              only changing the real uid/gid, as opposed to changing both
51940              real and effective ids.  (The alternative way could have been
51941              in POSIX.pm to change $> and $), too, but making a direct call
51942              to the C API feels cleaner.)  Fixes the bug
51943              
51944              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
51945              From: "Garry T. Williams" <garry@zvolve.com>
51946              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
51947              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
51948      Branch: perl
51949            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51950            ! ext/POSIX/typemap pod/perlvar.pod
51951 ____________________________________________________________________________
51952 [  7520] By: jhi                                   on 2000/11/01  20:08:33
51953         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
51954              From: "Garry T. Williams" <garry@zvolve.com>
51955              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
51956              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
51957      Branch: perl
51958            ! pod/perlsec.pod
51959 ____________________________________________________________________________
51960 [  7519] By: jhi                                   on 2000/11/01  20:01:22
51961         Log: Locale warning explanation tweak.
51962      Branch: perl
51963            ! pod/perldiag.pod
51964 ____________________________________________________________________________
51965 [  7518] By: jhi                                   on 2000/11/01  18:57:13
51966         Log: C.pm part of
51967              
51968              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
51969              From: Jarkko Hietaniemi <jhi@iki.fi>
51970              Date: Tue, 10 Oct 2000 08:22:28 -0500
51971              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
51972      Branch: perl
51973            ! ext/B/B/C.pm
51974 ____________________________________________________________________________
51975 [  7517] By: jhi                                   on 2000/11/01  18:41:59
51976         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
51977              From: Martien Verbruggen <mgjv@comdyn.com.au>
51978              Date: Fri, 6 Oct 2000 14:09:10 +1100
51979              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
51980      Branch: perl
51981            ! pod/perlop.pod
51982 ____________________________________________________________________________
51983 [  7516] By: jhi                                   on 2000/11/01  18:34:55
51984         Log: Generalize the Camel wording.
51985              
51986              Subject: Re: perlfaq style changes
51987              From: John Borwick <jhborwic@unity.ncsu.edu>
51988              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
51989              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
51990      Branch: perl
51991            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
51992 ____________________________________________________________________________
51993 [  7515] By: jhi                                   on 2000/11/01  16:52:31
51994         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51995              From: pimlott@idiomtech.com (Andrew Pimlott)
51996              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
51997              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
51998      Branch: perl
51999            ! pod/perlsec.pod
52000 ____________________________________________________________________________
52001 [  7514] By: jhi                                   on 2000/11/01  15:03:40
52002         Log: More AIX lore.
52003      Branch: perl
52004            ! ext/re/hints/aix.pl
52005 ____________________________________________________________________________
52006 [  7513] By: jhi                                   on 2000/11/01  14:48:30
52007         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
52008              From: root <root@chronos.fi.muni.cz>
52009              Date: Wed, 1 Nov 2000 12:31:32 +0100
52010              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
52011      Branch: perl
52012            ! lib/Net/Ping.pm
52013 ____________________________________________________________________________
52014 [  7512] By: jhi                                   on 2000/11/01  14:46:47
52015         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
52016              From: Martin Husemann <martin@duskware.de>
52017              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
52018              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
52019      Branch: perl
52020            ! regcomp.c
52021 ____________________________________________________________________________
52022 [  7511] By: jhi                                   on 2000/11/01  14:39:50
52023         Log: AUTHORS updates.
52024      Branch: perl
52025            ! AUTHORS
52026 ____________________________________________________________________________
52027 [  7510] By: jhi                                   on 2000/11/01  14:29:50
52028         Log: Subject: [PATCH] startperl to respect versiononly
52029              From: Robin Barker <rmb1@cise.npl.co.uk> 
52030              Date: Tue, 31 Oct 2000 16:29:36 GMT
52031              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
52032      Branch: metaconfig/U/perl
52033            ! startperl.U
52034      Branch: perl
52035            ! Configure config_h.SH
52036 ____________________________________________________________________________
52037 [  7509] By: jhi                                   on 2000/11/01  14:19:53
52038         Log: printf UVs the correct way, noticed by Robin Barker.
52039      Branch: perl
52040            ! utf8.c
52041 ____________________________________________________________________________
52042 [  7508] By: jhi                                   on 2000/11/01  14:10:03
52043         Log: Do not cleanup *% because the % has special meanings in some
52044              shell environments.
52045      Branch: perl
52046            ! ext/Storable/Makefile.PL
52047 ____________________________________________________________________________
52048 [  7507] By: jhi                                   on 2000/11/01  14:06:00
52049         Log: The NonStop-UX libraries have a novel way to say NaN.
52050      Branch: perl
52051            ! t/lib/bigfltpm.t
52052 ____________________________________________________________________________
52053 [  7506] By: jhi                                   on 2000/11/01  14:03:35
52054         Log: The osname has been lowercased by now, from Tom Bates.
52055      Branch: metaconfig
52056            ! U/modified/Oldconfig.U
52057      Branch: perl
52058            ! Configure config_h.SH
52059 ____________________________________________________________________________
52060 [  7505] By: jhi                                   on 2000/10/31  19:18:39
52061         Log: The compiler is either gcc or cc, from Tom Bates.
52062      Branch: perl
52063            ! hints/nonstopux.sh
52064 ____________________________________________________________________________
52065 [  7504] By: jhi                                   on 2000/10/31  14:53:42
52066         Log: Update Changes.
52067      Branch: perl
52068            ! Changes patchlevel.h
52069 ____________________________________________________________________________
52070 [  7503] By: jhi                                   on 2000/10/31  14:30:50
52071         Log: Whitespace style tweak.  Was originally going to see to
52072              
52073              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52074              From: Joe Smith <jms@inwap.com>
52075              Date: Mon, 30 Oct 2000 18:47:57 -0800
52076              Message-Id: <39FE32DD.24AAC4D@inwap.com>
52077              
52078              but that had already been taken care of.
52079      Branch: metaconfig
52080            ! U/compline/d_stdstdio.U
52081      Branch: perl
52082            ! Configure config_h.SH
52083 ____________________________________________________________________________
52084 [  7502] By: jhi                                   on 2000/10/31  14:25:02
52085         Log: AUTHORS tweaks.
52086      Branch: perl
52087            ! AUTHORS
52088 ____________________________________________________________________________
52089 [  7501] By: jhi                                   on 2000/10/31  14:23:59
52090         Log: Subject: perlfaq style changes
52091              From: John Borwick <jhborwic@unity.ncsu.edu>
52092              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
52093              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
52094      Branch: perl
52095            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
52096            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
52097            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
52098            ! pod/perlfaq9.pod
52099 ____________________________________________________________________________
52100 [  7500] By: jhi                                   on 2000/10/31  14:22:15
52101         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
52102              
52103              Subject: Re: [ID 20000918.005] ~ on wide chars
52104              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52105              Date: Mon, 30 Oct 2000 21:09:55 -0800
52106              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
52107              
52108              (The ord() part of the patch skipped.)
52109      Branch: perl
52110            ! doop.c
52111 ____________________________________________________________________________
52112 [  7499] By: jhi                                   on 2000/10/31  14:20:08
52113         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
52114              From: Jens Hamisch <jens@Strawberry.COM>
52115              Date: Mon, 30 Oct 2000 15:17:07 +0100
52116              Message-Id: <20001030151707.A9597@Strawberry.COM>
52117      Branch: perl
52118            ! av.c
52119 ____________________________________________________________________________
52120 [  7498] By: jhi                                   on 2000/10/31  14:16:29
52121         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
52122              From: Peter Prymmer <pvhp@forte.com>
52123              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
52124              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
52125      Branch: perl
52126            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
52127            + ext/Encode/Encode/posix-bc.enc
52128            ! MANIFEST t/lib/encode.t
52129 ____________________________________________________________________________
52130 [  7497] By: jhi                                   on 2000/10/31  14:13:22
52131         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
52132              From: Peter Prymmer <pvhp@forte.com>
52133              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
52134              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
52135      Branch: perl
52136            ! t/lib/cgi-html.t
52137 ____________________________________________________________________________
52138 [  7496] By: jhi                                   on 2000/10/31  14:12:05
52139         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
52140              From: Peter Prymmer <pvhp@forte.com>
52141              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
52142              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
52143      Branch: perl
52144            ! t/lib/cgi-function.t
52145 ____________________________________________________________________________
52146 [  7495] By: jhi                                   on 2000/10/31  14:11:08
52147         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
52148              From: Peter Prymmer <pvhp@forte.com>
52149              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
52150              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
52151      Branch: perl
52152            + ext/re/hints/aix.pl
52153            ! MANIFEST ext/re/Makefile.PL
52154 ____________________________________________________________________________
52155 [  7494] By: jhi                                   on 2000/10/31  14:08:32
52156         Log: Use Errno magic.
52157              
52158              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
52159              From: Casey Tweten <perl@ctweten.amsite.com>
52160              Date: Mon, 30 Oct 2000 15:51:17 -0500
52161              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
52162      Branch: perl
52163            ! lib/File/Temp.pm
52164 ____________________________________________________________________________
52165 [  7493] By: jhi                                   on 2000/10/31  14:05:07
52166         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
52167              
52168              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
52169              From: Nicholas Clark <nick@ccl4.org>
52170              Date: Mon, 30 Oct 2000 17:38:45 +0000
52171              Message-ID: <20001030173845.O60355@plum.flirble.org>
52172      Branch: perl
52173            ! Makefile.SH utils/perlbug.PL
52174 ____________________________________________________________________________
52175 [  7492] By: nick                                  on 2000/10/30  19:37:23
52176         Log: Change files which are mysteriously different to mainline to be
52177              copies of mainline.
52178      Branch: perlio
52179            ! objXSUB.h perlapi.c pod/perlapi.pod
52180 ____________________________________________________________________________
52181 [  7491] By: nick                                  on 2000/10/30  18:05:54
52182         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
52183              - typo in endian code in putc.
52184              - Don't allow read of write-only files and vice-versa
52185              - and off-by-one in flush-all loop.
52186              Remove debug calls as they were using GCC specific features.
52187      Branch: perlio
52188            ! perlio.c
52189 ____________________________________________________________________________
52190 [  7490] By: nick                                  on 2000/10/29  21:45:45
52191         Log: Integrate mainline to perlio
52192      Branch: perlio
52193           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
52194           !> toke.c
52195 ____________________________________________________________________________
52196 [  7489] By: jhi                                   on 2000/10/29  21:11:08
52197         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
52198              From: andreas.koenig@anima.de (Andreas J. Koenig)
52199              Date: 29 Oct 2000 22:05:59 +0100
52200              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
52201      Branch: perl
52202            ! lib/ExtUtils/Manifest.pm
52203 ____________________________________________________________________________
52204 [  7488] By: jhi                                   on 2000/10/29  21:07:47
52205         Log: Tests for #7487.
52206              
52207              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52208              From: andreas.koenig@anima.de (Andreas J. Koenig)
52209              Date: 29 Oct 2000 19:37:09 +0100
52210              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
52211      Branch: perl
52212            ! t/comp/proto.t
52213 ____________________________________________________________________________
52214 [  7487] By: jhi                                   on 2000/10/29  21:06:27
52215         Log: constsub spillage.
52216              
52217              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52218              From: John Tobey <jtobey@john-edwin-tobey.org>
52219              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
52220              Message-Id: <m13pvSr-000FObC@feynman.localnet>
52221      Branch: perl
52222            ! op.c
52223 ____________________________________________________________________________
52224 [  7486] By: nick                                  on 2000/10/29  21:05:04
52225         Log: Integrate mainline to perlio branch
52226      Branch: perlio
52227           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
52228           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
52229           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
52230           +> vos/install_perl.cm
52231            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
52232            - vos/config.h vos/config_h.SH_orig
52233           !> (integrate 141 files)
52234 ____________________________________________________________________________
52235 [  7485] By: jhi                                   on 2000/10/29  21:00:47
52236         Log: Make \x{...} consistently produce UTF-8.
52237              
52238              Subject: Re: \x{...} is confused 
52239              From: Simon Cozens <simon@cozens.net>
52240              Date: Sun, 29 Oct 2000 19:36:48 +0000
52241              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
52242      Branch: perl
52243            ! t/pragma/utf8.t toke.c
52244 ____________________________________________________________________________
52245 [  7484] By: nick                                  on 2000/10/29  20:05:29
52246         Log: PerlIO passes all tests.
52247      Branch: perlio
52248            ! perlio.c
52249 ____________________________________________________________________________
52250 [  7483] By: jhi                                   on 2000/10/29  18:06:55
52251         Log: Update Changes.
52252      Branch: perl
52253            ! Changes patchlevel.h
52254 ____________________________________________________________________________
52255 [  7482] By: nick                                  on 2000/10/29  17:43:28
52256         Log: Include <unistd.h> to get correct lseek() prototype etc.
52257              (I thought perl.h did that) - down to two fails
52258              - comp/require.t (last test)
52259              - lib/io_xs.t - possibly import/export of FILE * ?
52260      Branch: perlio
52261            ! perlio.c
52262 ____________________________________________________________________________
52263 [  7481] By: jhi                                   on 2000/10/29  17:02:37
52264         Log: UTF-8 decoder tweak.
52265      Branch: perl
52266            ! utf8.c
52267 ____________________________________________________________________________
52268 [  7480] By: nick                                  on 2000/10/29  16:26:11
52269         Log: Fixed two bugs:
52270              - error code not being set on close (of broken pipe)
52271              - append mode was truncating.
52272              At least one seek/tell bug remains.
52273      Branch: perlio
52274            ! perlio.c
52275 ____________________________________________________________________________
52276 [  7479] By: nick                                  on 2000/10/29  11:18:16
52277         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
52278              in case of accidents. Still several worrying fails, no line disciplines yet.
52279      Branch: perlio
52280            ! iperlsys.h perlio.c
52281 ____________________________________________________________________________
52282 [  7478] By: jhi                                   on 2000/10/29  02:04:01
52283         Log: Add also emailless people.
52284      Branch: perl
52285            ! AUTHORS
52286 ____________________________________________________________________________
52287 [  7477] By: jhi                                   on 2000/10/29  01:36:00
52288         Log: The #7476 needs a MANIFEST change, too.
52289      Branch: perl
52290            ! MANIFEST
52291 ____________________________________________________________________________
52292 [  7476] By: jhi                                   on 2000/10/29  01:35:21
52293         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
52294      Branch: perl
52295            - MAINTAIN
52296            ! AUTHORS Changes
52297 ____________________________________________________________________________
52298 [  7475] By: jhi                                   on 2000/10/28  23:57:25
52299         Log: De-quoted-unreadable to ISO Latin 1.
52300              (There's one ISO-2022-JP name in Changes5.004.)
52301      Branch: perl
52302            ! Changes Changes5.6
52303 ____________________________________________________________________________
52304 [  7474] By: jhi                                   on 2000/10/28  19:13:06
52305         Log: Subject: [ID 20001027.007] uniq array in perlfaq
52306              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
52307              Date: Fri, 27 Oct 2000 19:28:30 +0200
52308              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
52309      Branch: perl
52310            ! pod/perlfaq4.pod
52311 ____________________________________________________________________________
52312 [  7473] By: jhi                                   on 2000/10/28  18:02:05
52313         Log: Locking null mutexes is not recommendable.
52314              
52315              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
52316              From: Hugo <hv@crypt.compulink.co.uk>
52317              Date: Sat, 28 Oct 2000 18:41:12 +0100
52318              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
52319      Branch: perl
52320            ! op.c
52321 ____________________________________________________________________________
52322 [  7472] By: jhi                                   on 2000/10/28  17:52:58
52323         Log: Better create a true mailing list for the repository keepers.
52324      Branch: perl
52325            ! Porting/repository.pod
52326 ____________________________________________________________________________
52327 [  7471] By: jhi                                   on 2000/10/28  17:28:24
52328         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
52329              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
52330      Branch: perl
52331            + Porting/repository.pod
52332            ! MANIFEST
52333 ____________________________________________________________________________
52334 [  7470] By: jhi                                   on 2000/10/28  17:20:54
52335         Log: Subject: DOC PATCH 5.6.0
52336              From: mjd@plover.com
52337              Date: 27 Oct 2000 17:32:44 -0000
52338              Message-ID: <20001027173244.23754.qmail@plover.com>
52339      Branch: perl
52340            ! pod/perlfunc.pod
52341 ____________________________________________________________________________
52342 [  7469] By: jhi                                   on 2000/10/28  17:16:45
52343         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
52344              From: "Peter J. Farley III" <pjfarley@banet.net>
52345              Date: Fri, 27 Oct 2000 20:32:56 -0400
52346              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
52347      Branch: perl
52348            ! README.dos
52349 ____________________________________________________________________________
52350 [  7468] By: jhi                                   on 2000/10/28  17:07:18
52351         Log: Make target reordering to avoid pointless re-makes.
52352              
52353              Subject: Re: Total re-make of 'make okfile' after 7451 ?
52354              From: Nicholas Clark <nick@ccl4.org>
52355              Date: Sat, 28 Oct 2000 00:31:02 +0100
52356              Message-ID: <20001028003101.A54517@plum.flirble.org>
52357      Branch: perl
52358            ! Makefile.SH
52359 ____________________________________________________________________________
52360 [  7467] By: jhi                                   on 2000/10/28  17:05:31
52361         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
52362              From: lvirden@cas.org
52363              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
52364              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
52365      Branch: perl
52366            ! README.os2
52367 ____________________________________________________________________________
52368 [  7466] By: jhi                                   on 2000/10/28  16:09:16
52369         Log: Upgrade to CPAN 1.58_55.
52370              
52371              Subject: CPAN.pm status
52372              From: andreas.koenig@anima.de (Andreas J. Koenig) 
52373              Date: 28 Oct 2000 08:18:00 +0200 
52374              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
52375      Branch: perl
52376            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52377 ____________________________________________________________________________
52378 [  7465] By: jhi                                   on 2000/10/28  16:02:47
52379         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
52380      Branch: perl
52381            ! embed.h embed.pl perl.h proto.h toke.c
52382 ____________________________________________________________________________
52383 [  7464] By: nick                                  on 2000/10/28  10:43:44
52384         Log: Fix for sv_2iv() on "shared" value from keys %hash.
52385      Branch: perl
52386            ! sv.c
52387 ____________________________________________________________________________
52388 [  7463] By: jhi                                   on 2000/10/27  16:18:29
52389         Log: Update Changes.
52390      Branch: perl
52391            ! Changes patchlevel.h
52392 ____________________________________________________________________________
52393 [  7462] By: jhi                                   on 2000/10/27  16:17:44
52394         Log: Too enthusiastic editing in #7460.
52395      Branch: metaconfig
52396            ! U/modified/Oldsym.U
52397      Branch: perl
52398            ! Configure config_h.SH
52399 ____________________________________________________________________________
52400 [  7461] By: jhi                                   on 2000/10/27  15:37:38
52401         Log: Retract #7459, the script needs more work.
52402      Branch: perl
52403            - mkreef
52404            ! MANIFEST
52405 ____________________________________________________________________________
52406 [  7460] By: jhi                                   on 2000/10/27  15:23:14
52407         Log: Use $sort, $uniq (and $tr) consistently as wondered
52408              by Nicholas Clark.
52409      Branch: metaconfig
52410            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
52411            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
52412            ! U/modified/libc.U
52413      Branch: perl
52414            ! Configure config_h.SH
52415 ____________________________________________________________________________
52416 [  7459] By: jhi                                   on 2000/10/27  15:02:07
52417         Log: (Retracted by #7461)
52418              
52419              Add a shell script for creating/removing symbolic link farms,
52420              useful for keeping the source code read-only and doing the
52421              builds somewhere else.
52422      Branch: perl
52423            + mkreef
52424            ! MANIFEST
52425 ____________________________________________________________________________
52426 [  7458] By: jhi                                   on 2000/10/27  14:42:20
52427         Log: Do away with the fix_pl.
52428      Branch: perl
52429            - fix_pl
52430            ! MANIFEST Makefile.SH
52431 ____________________________________________________________________________
52432 [  7457] By: jhi                                   on 2000/10/27  12:43:13
52433         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
52434              From: Jens Hamisch <jens@Strawberry.COM>
52435              Date: Fri, 27 Oct 2000 14:38:21 +0200
52436              Message-Id: <20001027143821.B3366@Strawberry.COM>
52437      Branch: perl
52438            ! perl.h
52439 ____________________________________________________________________________
52440 [  7456] By: jhi                                   on 2000/10/27  12:33:42
52441         Log: Subject: [PATCH] todo
52442              From: Nicholas Clark <nick@ccl4.org>
52443              Date: Thu, 26 Oct 2000 22:32:29 +0100
52444              Message-ID: <20001026223229.A44540@plum.flirble.org>
52445      Branch: perl
52446            ! pod/perltodo.pod
52447 ____________________________________________________________________________
52448 [  7455] By: jhi                                   on 2000/10/27  12:02:21
52449         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
52450              From: John Tobey <jtobey@john-edwin-tobey.org>
52451              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
52452              Message-Id: <m13ozHF-000FObC@feynman.localnet>
52453      Branch: perl
52454            ! op.c t/pragma/sub_lval.t
52455 ____________________________________________________________________________
52456 [  7454] By: jhi                                   on 2000/10/27  11:59:42
52457         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
52458              From: sthoenna@efn.org
52459              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
52460              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
52461      Branch: perl
52462            ! pp.c t/op/assignwarn.t
52463 ____________________________________________________________________________
52464 [  7453] By: jhi                                   on 2000/10/27  00:15:08
52465         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
52466      Branch: perl
52467            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52468            ! ext/Storable/Storable.xs t/lib/st-lock.t
52469 ____________________________________________________________________________
52470 [  7452] By: jhi                                   on 2000/10/26  13:05:52
52471         Log: Undo #7451, this seems to be a deficiency in Perforce,
52472              there is no per-file line-terminator type, only per-client.
52473      Branch: perl
52474            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52475            ! win32/makefile.mk
52476 ____________________________________________________________________________
52477 [  7451] By: jhi                                   on 2000/10/26  04:56:03
52478         Log: Experimenting in DOS arcana.
52479      Branch: perl
52480            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52481            ! win32/makefile.mk
52482 ____________________________________________________________________________
52483 [  7450] By: jhi                                   on 2000/10/26  04:50:52
52484         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
52485              From: "Peter J. Farley III" <pjfarley@banet.net>            
52486              Date: Wed, 25 Oct 2000 23:10:18 -0400
52487              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
52488      Branch: perl
52489            ! t/io/open.t
52490 ____________________________________________________________________________
52491 [  7449] By: jhi                                   on 2000/10/26  04:49:16
52492         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
52493              From: Hugo <hv@crypt.compulink.co.uk>
52494              Date: Thu, 26 Oct 2000 01:55:17 +0100
52495              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
52496              
52497              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
52498      Branch: perl
52499            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
52500 ____________________________________________________________________________
52501 [  7448] By: jhi                                   on 2000/10/26  04:38:36
52502         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
52503              From: Peter Prymmer <pvhp@forte.com>
52504              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
52505              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
52506      Branch: perl
52507            ! configure.com
52508 ____________________________________________________________________________
52509 [  7447] By: jhi                                   on 2000/10/25  23:20:02
52510         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
52511              in platforms that strictly require all the symbols being present
52512              at link time.
52513      Branch: perl
52514            ! handy.h
52515 ____________________________________________________________________________
52516 [  7446] By: jhi                                   on 2000/10/25  21:55:57
52517         Log: Update Changes.
52518      Branch: perl
52519            ! Changes patchlevel.h
52520 ____________________________________________________________________________
52521 [  7445] By: jhi                                   on 2000/10/25  21:27:08
52522         Log: Integrate with vmsperl #7430 by Charles Bailey:
52523              
52524              Cleanup from prior patch (Charles Lane?):
52525              - improve handling of MFDs in Basename and Path
52526              - default to no xsubpp line # munging when building debug images
52527      Branch: perl
52528           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52529 ____________________________________________________________________________
52530 [  7444] By: jhi                                   on 2000/10/25  21:03:50
52531         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
52532              From: John Peacock <JPeacock@UnivPress.com>
52533              Date: Thu, 18 May 2000 11:55:27 -0400
52534              Message-ID: <3924126F.A58BE57A@UnivPress.com>
52535      Branch: perl
52536            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
52537            ! t/op/write.t
52538 ____________________________________________________________________________
52539 [  7443] By: jhi                                   on 2000/10/25  20:43:10
52540         Log: Temporary stopgap for the self-tying issue: for now only
52541              array and hash self-ties are verboten.  The real fix, of
52542              course, would be to comprehensively test (and implement?)
52543              and debug (and document) self-ties.
52544      Branch: perl
52545            ! pod/perldiag.pod pp_sys.c t/op/tie.t
52546 ____________________________________________________________________________
52547 [  7442] By: jhi                                   on 2000/10/25  20:14:30
52548         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
52549              From: Dan Sugalski <dan@sidhe.org>
52550              Date: Wed, 25 Oct 2000 13:36:35 -0400
52551              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
52552              
52553              plus regen global.sym.
52554      Branch: perl
52555            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
52556            ! thrdvar.h util.c
52557 ____________________________________________________________________________
52558 [  7441] By: jhi                                   on 2000/10/25  20:12:20
52559         Log: buildtoc target tweaks.
52560      Branch: perl
52561            ! pod/Makefile.SH
52562 ____________________________________________________________________________
52563 [  7440] By: jhi                                   on 2000/10/25  20:03:53
52564         Log: A new version of making the syslog test more robust.
52565              (Replaces #7421.)
52566              
52567              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52568              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52569              Date: Wed, 25 Oct 2000 12:13:54 -0400
52570              Message-ID: <20001025121354.B2264@O2.chapin.edu>
52571      Branch: perl
52572            ! t/lib/syslog.t
52573 ____________________________________________________________________________
52574 [  7439] By: jhi                                   on 2000/10/25  20:00:48
52575         Log: Continue the internal UTF-8 API tweaking.
52576              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
52577              used much more than the simpler API, now called utf8_to_uv_simple().
52578              Still not quite happy with API, too much partial duplication
52579              of functionality.
52580      Branch: perl
52581            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
52582            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
52583            ! regcomp.c regexec.c sv.c toke.c utf8.c
52584 ____________________________________________________________________________
52585 [  7438] By: jhi                                   on 2000/10/25  18:52:30
52586         Log: Allow poking holes at the UTF-8 decoding strictness.
52587      Branch: perl
52588            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
52589            ! utf8.h
52590 ____________________________________________________________________________
52591 [  7437] By: jhi                                   on 2000/10/25  13:53:05
52592         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
52593              UTF8LEN() and UTF8SKIP(). 
52594      Branch: perl
52595            ! pp.c utf8.c utf8.h
52596 ____________________________________________________________________________
52597 [  7436] By: jhi                                   on 2000/10/25  13:51:37
52598         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
52599              From: Nicholas Clark <nick@ccl4.org>
52600              Date: Wed, 25 Oct 2000 14:44:05 +0100
52601              Message-ID: <20001025144404.D27253@plum.flirble.org>
52602      Branch: perl
52603            ! pod/perlrun.pod
52604 ____________________________________________________________________________
52605 [  7435] By: jhi                                   on 2000/10/25  13:49:32
52606         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
52607              From: Mike Guy <mjtg@cam.ac.uk>
52608              Date: Tue, 24 Oct 2000 14:59:40 +0100
52609              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
52610      Branch: perl
52611            ! scope.c
52612 ____________________________________________________________________________
52613 [  7434] By: jhi                                   on 2000/10/25  13:48:41
52614         Log: AIX is picky about its symbol exports.  Solution for now
52615              is to include the deb.o explicitly to the re extension build.
52616              
52617              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
52618              From: Peter Prymmer <pvhp@forte.com>
52619              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
52620              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
52621      Branch: perl
52622            ! ext/re/Makefile.PL hints/aix.sh
52623 ____________________________________________________________________________
52624 [  7433] By: jhi                                   on 2000/10/25  13:46:49
52625         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
52626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52627              Date: Wed, 25 Oct 2000 12:02:20 +0200
52628              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
52629      Branch: perl
52630            ! perlsdio.h
52631 ____________________________________________________________________________
52632 [  7432] By: jhi                                   on 2000/10/25  13:44:28
52633         Log: Subject: Minor update to find2perl, for portability
52634              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52635              Date: Wed, 25 Oct 2000 12:05:47 +0100
52636              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
52637      Branch: perl
52638            ! x2p/find2perl.PL
52639 ____________________________________________________________________________
52640 [  7431] By: jhi                                   on 2000/10/25  13:40:39
52641         Log: Add targets to Makefile.SH, most importantly
52642              'regen_all' which also remembers to update vms/perly*.
52643      Branch: perl
52644            ! Makefile.SH
52645 ____________________________________________________________________________
52646 [  7430] By: bailey                                on 2000/10/25  03:13:53
52647         Log: Cleanup from prior patch (Charles Lane?):
52648              - improve handling of MFDs in Basename and Path
52649              - default to no xsubpp line # munging when building debug images
52650      Branch: vmsperl
52651            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52652 ____________________________________________________________________________
52653 [  7429] By: jhi                                   on 2000/10/24  20:03:40
52654         Log: Podify README.epoc and README.vos.
52655      Branch: perl
52656            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
52657            ! pod/perlport.pod pod/perltoc.pod
52658 ____________________________________________________________________________
52659 [  7428] By: jhi                                   on 2000/10/24  19:10:33
52660         Log: Stratus VOS updates from Paul Green.
52661      Branch: perl
52662            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52663            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
52664            - vos/config.def vos/config.h vos/config_h.SH_orig
52665            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
52666            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
52667 ____________________________________________________________________________
52668 [  7427] By: jhi                                   on 2000/10/24  18:59:48
52669         Log: Check if stdio supports tweaking lval and cnt simultaneously.
52670              
52671              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52672              From: Nicholas Clark <nick@ccl4.org>
52673              Date: Mon, 23 Oct 2000 15:39:32 +0100
52674              Message-ID: <20001023153932.A10786@plum.flirble.org>
52675      Branch: metaconfig
52676            ! U/compline/d_stdstdio.U
52677      Branch: perl
52678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52679            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
52680            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
52681            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
52682            ! vos/config.h vos/config_h.SH_orig win32/config.bc
52683            ! win32/config.gc win32/config.vc
52684 ____________________________________________________________________________
52685 [  7426] By: jhi                                   on 2000/10/24  17:57:44
52686         Log: Missed the header file changes from #7425.
52687      Branch: perl
52688            ! embed.h embed.pl objXSUB.h proto.h
52689 ____________________________________________________________________________
52690 [  7425] By: jhi                                   on 2000/10/24  17:55:17
52691         Log: Fix the bug reported in
52692              
52693              From: andreas.koenig@anima.de (Andreas J. Koenig)
52694              Subject: Encode bug?
52695              Date: 24 Oct 2000 14:01:26 +0200 
52696              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
52697              
52698              Also make is_utf8_char() stricter.
52699      Branch: perl
52700            ! ext/Encode/Encode.xs utf8.c
52701 ____________________________________________________________________________
52702 [  7424] By: jhi                                   on 2000/10/24  15:15:39
52703         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
52704              From: Peter Scott <Peter@PSDT.com>
52705              Date: Mon, 23 Oct 2000 19:46:01 -0700
52706              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
52707      Branch: perl
52708            ! pod/perlfaq5.pod
52709 ____________________________________________________________________________
52710 [  7423] By: jhi                                   on 2000/10/24  14:25:30
52711         Log: Test tweak to avoid pulling in the whole Config.
52712      Branch: perl
52713            ! t/lib/st-lock.t
52714 ____________________________________________________________________________
52715 [  7422] By: jhi                                   on 2000/10/24  14:03:16
52716         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
52717      Branch: perl
52718            ! pp.c
52719 ____________________________________________________________________________
52720 [  7421] By: jhi                                   on 2000/10/24  13:32:09
52721         Log: (Replaced by #7440.)
52722              
52723              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52724              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52725              Date: Mon, 23 Oct 2000 16:40:54 -0400
52726              Message-ID: <20001023164054.B14491@O2.chapin.edu>
52727      Branch: perl
52728            ! t/lib/syslog.t
52729 ____________________________________________________________________________
52730 [  7420] By: jhi                                   on 2000/10/24  13:30:53
52731         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
52732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52733              Date: Mon, 23 Oct 2000 17:29:03 -0400
52734              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
52735      Branch: perl
52736            ! lib/ExtUtils/MM_Unix.pm
52737 ____________________________________________________________________________
52738 [  7419] By: jhi                                   on 2000/10/24  13:29:57
52739         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52741              Date: Mon, 23 Oct 2000 19:01:32 -0400
52742              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
52743      Branch: perl
52744            ! utils/h2xs.PL
52745 ____________________________________________________________________________
52746 [  7418] By: jhi                                   on 2000/10/24  13:26:04
52747         Log: Replace #7409 with
52748              
52749              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
52750              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52751              Date: Mon, 23 Oct 2000 20:08:56 +0200
52752              Message-ID: <20001023200855.A14850@nice.ram.loc>
52753      Branch: perl
52754            ! ext/Storable/Storable.pm t/lib/st-lock.t
52755 ____________________________________________________________________________
52756 [  7417] By: jhi                                   on 2000/10/24  13:17:52
52757         Log: Run vms/vms_yfix.pl, should have done that after changing
52758              perly.c in #7382.
52759      Branch: perl
52760            ! vms/perly_c.vms vms/perly_h.vms
52761 ____________________________________________________________________________
52762 [  7416] By: jhi                                   on 2000/10/24  02:55:33
52763         Log: Make the UTF-8 decoding stricter and more verbose when
52764              malformation happens.  This involved adding an argument
52765              to utf8_to_uv_chk(), which involved changing its prototype,
52766              and prefer STRLEN over I32 for the UTF-8 length, which as
52767              a domino effect necessitated changing the prototypes of
52768              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52769              The stricter UTF-8 decoding checking uses Markus Kuhn's
52770              UTF-8 Decode Stress Tester from
52771              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52772      Branch: perl
52773            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
52774            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
52775            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
52776            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
52777 ____________________________________________________________________________
52778 [  7415] By: jhi                                   on 2000/10/23  14:06:06
52779         Log: Update Changes.
52780      Branch: perl
52781            ! Changes patchlevel.h
52782 ____________________________________________________________________________
52783 [  7414] By: jhi                                   on 2000/10/23  12:39:52
52784         Log: Undo the basename() part of #7412 since the lib/basename
52785              tests would need upgrading too.
52786      Branch: perl
52787            ! lib/File/Basename.pm
52788 ____________________________________________________________________________
52789 [  7413] By: jhi                                   on 2000/10/23  12:19:27
52790         Log: Document PERL_INSTALL_ROOT of #7210.
52791      Branch: perl
52792            ! lib/ExtUtils/Install.pm
52793 ____________________________________________________________________________
52794 [  7412] By: jhi                                   on 2000/10/23  12:16:47
52795         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52796      Branch: perl
52797            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
52798            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
52799 ____________________________________________________________________________
52800 [  7411] By: jhi                                   on 2000/10/23  12:07:41
52801         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52802              From: Prymmer/Kahn <pvhp@best.com>
52803              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
52804              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
52805      Branch: perl
52806            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
52807 ____________________________________________________________________________
52808 [  7410] By: jhi                                   on 2000/10/23  04:10:11
52809         Log: The change #7187 was not so good on VMS.
52810              
52811              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52812              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52813              Date: Sun, 22 Oct 2000 23:03:08 -0500
52814              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
52815      Branch: perl
52816            ! utils/perldoc.PL
52817 ____________________________________________________________________________
52818 [  7409] By: jhi                                   on 2000/10/23  03:57:36
52819         Log: Avoid Storable locking on DJGPP for now.
52820              
52821              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
52822              From: "Peter J. Farley III" <pjfarley@banet.net>
52823              Date: Sun, 22 Oct 2000 20:00:00 -0400
52824              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
52825      Branch: perl
52826            ! ext/Storable/Storable.pm t/lib/st-lock.t
52827 ____________________________________________________________________________
52828 [  7408] By: jhi                                   on 2000/10/23  03:50:24
52829         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52830              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52831              Date: Sun, 22 Oct 2000 21:12:22 -0400
52832              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
52833      Branch: perl
52834            ! lib/vars.pm
52835 ____________________________________________________________________________
52836 [  7407] By: jhi                                   on 2000/10/23  03:43:12
52837         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
52838              From: Hugo <hv@crypt.compulink.co.uk>
52839              Date: Mon, 23 Oct 2000 00:47:22 +0100
52840              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
52841      Branch: perl
52842            ! regexec.c t/op/pat.t
52843 ____________________________________________________________________________
52844 [  7406] By: jhi                                   on 2000/10/23  03:40:29
52845         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
52846      Branch: perl
52847            ! lib/ExtUtils/MakeMaker.pm
52848 ____________________________________________________________________________
52849 [  7405] By: jhi                                   on 2000/10/22  21:32:00
52850         Log: Doc patch.
52851              
52852              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
52853              From: rspier@pobox.com (Robert Spier)
52854              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
52855              Message-ID: <14835.16112.13457.447971@rls.cx>
52856      Branch: perl
52857            ! lib/strict.pm
52858 ____________________________________________________________________________
52859 [  7404] By: jhi                                   on 2000/10/22  21:30:51
52860         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
52861              From: rspier@pobox.com (Robert Spier)
52862              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
52863              Message-ID: <14835.17223.72448.705566@rls.cx>
52864      Branch: perl
52865            ! lib/ExtUtils/MakeMaker.pm
52866 ____________________________________________________________________________
52867 [  7403] By: jhi                                   on 2000/10/22  21:24:11
52868         Log: Subject: [PATCH bleadperl] ripples from constsub patch
52869              From: John Tobey <jtobey@john-edwin-tobey.org>
52870              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
52871              Message-Id: <m13nSOB-000FObC@feynman.localnet>
52872      Branch: perl
52873            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
52874 ____________________________________________________________________________
52875 [  7402] By: jhi                                   on 2000/10/22  20:59:35
52876         Log: Support s?printf parameter reordering.
52877      Branch: perl
52878            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
52879 ____________________________________________________________________________
52880 [  7401] By: jhi                                   on 2000/10/22  19:19:14
52881         Log: Expand %Config variables only if explicitly so requested
52882              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
52883              
52884              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52885              From: Gurusamy Sarathy <gsar@ActiveState.com>
52886              Date: Sun, 22 Oct 2000 11:47:32 -0700
52887              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
52888      Branch: perl
52889            ! Makefile.SH lib/lib_pm.PL
52890 ____________________________________________________________________________
52891 [  7400] By: jhi                                   on 2000/10/22  18:24:10
52892         Log: Move the #7390 test from warn/op to comp/redef.
52893              
52894              Subject: Re: Creating const subs for constants.
52895              From: John Tobey <jtobey@john-edwin-tobey.org>
52896              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
52897              Message-Id: <m13nG72-000FObC@feynman.localnet>               
52898      Branch: perl
52899            ! t/comp/redef.t t/pragma/warn/op
52900 ____________________________________________________________________________
52901 [  7399] By: jhi                                   on 2000/10/22  17:49:59
52902         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52903              From: Nicholas Clark <nick@ccl4.org>
52904              Date: Sat, 21 Oct 2000 22:23:19 +0100
52905              Message-ID: <20001021222319.B45586@plum.flirble.org>
52906      Branch: perl
52907            ! ext/DynaLoader/DynaLoader_pm.PL
52908 ____________________________________________________________________________
52909 [  7398] By: jhi                                   on 2000/10/22  17:47:35
52910         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
52911              From: Hugo <hv@crypt.compulink.co.uk>
52912              Date: Sat, 21 Oct 2000 18:19:59 +0100
52913              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
52914      Branch: perl
52915            ! ext/B/B.pm ext/B/B/C.pm
52916 ____________________________________________________________________________
52917 [  7397] By: jhi                                   on 2000/10/22  17:35:18
52918         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
52919              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52920              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
52921              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
52922      Branch: perl
52923            ! hints/openbsd.sh
52924 ____________________________________________________________________________
52925 [  7396] By: jhi                                   on 2000/10/22  17:19:46
52926         Log: Subject: installman go-faster stripes
52927              From: Nicholas Clark <nick@talking.bollo.cx>
52928              Date: Sat, 21 Oct 2000 17:24:53 +0100
52929              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
52930              
52931              Subject: Re: installman go-faster stripes
52932              From: Russ Allbery <rra@stanford.edu>
52933              Date: 21 Oct 2000 11:04:13 -0700
52934              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
52935      Branch: perl
52936            ! installman pod/pod2man.PL
52937 ____________________________________________________________________________
52938 [  7395] By: jhi                                   on 2000/10/22  17:17:35
52939         Log: Hints tweak from Anton Berezin.
52940      Branch: perl
52941            ! hints/freebsd.sh
52942 ____________________________________________________________________________
52943 [  7394] By: jhi                                   on 2000/10/22  04:50:04
52944         Log: Tweak the Is* definitions of Unicode character classes
52945              to better match the official categorizations; embrace
52946              the official categorizations; add the combining marks
52947              as alpha (and -numeric); fix DCinital (a typo and edito)
52948              to be DCmedial.
52949      Branch: perl
52950            + lib/unicode/Is/DCmedial.pl
52951            - lib/unicode/Is/DCinital.pl
52952            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52953            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
52954            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
52955            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52956 ____________________________________________________________________________
52957 [  7393] By: jhi                                   on 2000/10/21  18:06:05
52958         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
52959              From: Daniel Chetlin <daniel@chetlin.com>
52960              Date: Sat, 21 Oct 2000 02:57:03 -0700
52961              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
52962      Branch: perl
52963            + t/lib/tie-splice.t
52964            ! MANIFEST lib/Tie/Array.pm
52965 ____________________________________________________________________________
52966 [  7392] By: gsar                                  on 2000/10/21  18:05:15
52967         Log: resync utfperl branch with mainline
52968      Branch: utfperl
52969           !> (integrate 1760 files)
52970 ____________________________________________________________________________
52971 [  7391] By: jhi                                   on 2000/10/21  14:37:49
52972         Log: Testcases for a #7383,#7385 related bug.
52973              
52974              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
52975              From: Nicholas Clark <nick@ccl4.org>
52976              Date: Sat, 21 Oct 2000 15:04:51 +0100
52977              Message-ID: <20001021150451.A51566@plum.flirble.org>
52978      Branch: perl
52979            ! t/pragma/utf8.t
52980 ____________________________________________________________________________
52981 [  7390] By: jhi                                   on 2000/10/21  14:35:57
52982         Log: Add a testcase for #7389.
52983      Branch: perl
52984            ! t/pragma/warn/op
52985 ____________________________________________________________________________
52986 [  7389] By: jhi                                   on 2000/10/21  14:26:45
52987         Log: Subject: Re: Creating const subs for constants.
52988              From: John Tobey <jtobey@john-edwin-tobey.org>
52989              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
52990              Message-Id: <m13mo0N-000FObC@feynman.localnet>
52991      Branch: perl
52992            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
52993            ! proto.h sv.c
52994 ____________________________________________________________________________
52995 [  7388] By: nick                                  on 2000/10/21  11:44:23
52996         Log: Populate perlio branch
52997      Branch: perlio
52998           +> (branch 1760 files)
52999 ____________________________________________________________________________
53000 [  7387] By: nick                                  on 2000/10/21  10:52:05
53001         Log: Get branch back as replica of mainline via :
53002              p4 integrate -b utfperl
53003              p4 resolve -at ./...
53004      Branch: utfperl
53005           +> (branch 269 files)
53006            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
53007            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
53008            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
53009            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
53010            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
53011            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53012            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53013            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53014            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53015            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53016            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53017            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53018            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53019            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53020            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53021            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53022            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53023            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53024            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
53025            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
53026            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
53027            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
53028            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
53029            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
53030            - lib/unicode/UCD300.html lib/unicode/Unicode.300
53031            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
53032            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
53033            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
53034            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
53035           !> (integrate 965 files)
53036 ____________________________________________________________________________
53037 [  7386] By: jhi                                   on 2000/10/21  01:31:12
53038         Log: Update Changes.
53039      Branch: perl
53040            ! Changes patchlevel.h
53041 ____________________________________________________________________________
53042 [  7385] By: jhi                                   on 2000/10/21  01:28:42
53043         Log: The #7383 was right only in the context of the original bug report,
53044              not in more general case.
53045      Branch: perl
53046            ! pp_hot.c
53047 ____________________________________________________________________________
53048 [  7384] By: jhi                                   on 2000/10/21  01:08:23
53049         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
53050      Branch: perl
53051            ! ext/IO/lib/IO/Select.pm
53052 ____________________________________________________________________________
53053 [  7383] By: jhi                                   on 2000/10/21  00:44:18
53054         Log: Fix for ID 20001020.006, concatenating an unset submatch
53055              with utf8 resulted in "Modification of a read-only value".
53056      Branch: perl
53057            ! pp_hot.c t/pragma/utf8.t
53058 ____________________________________________________________________________
53059 [  7382] By: jhi                                   on 2000/10/20  20:44:31
53060         Log: Make scan_num() reëntrant, as suggested in
53061              
53062              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53063              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53064              Date: Fri, 20 Oct 2000 14:17:27 +0100
53065              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
53066      Branch: perl
53067            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
53068            ! toke.c
53069 ____________________________________________________________________________
53070 [  7381] By: jhi                                   on 2000/10/20  20:07:29
53071         Log: Reëntrancy fix.
53072              
53073              Subject: [PATCH perl@7229] Rentrant parser and yylex()
53074              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53075              Date: Fri, 20 Oct 2000 14:17:27 +0100
53076              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
53077      Branch: perl
53078            ! embed.h embed.pl perl.h proto.h toke.c
53079 ____________________________________________________________________________
53080 [  7380] By: jhi                                   on 2000/10/20  19:15:54
53081         Log: Don't write double values through long double pointers,
53082              based on a part of
53083              
53084              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53085              From: Jens Hamisch <jens@Strawberry.COM>
53086              Date: Tue, 17 Oct 2000 08:39:36 +0200
53087              Message-Id: <20001017083936.A11104@Strawberry.COM>
53088      Branch: perl
53089            ! perl.h pp.c
53090 ____________________________________________________________________________
53091 [  7379] By: jhi                                   on 2000/10/20  18:43:37
53092         Log: Portability tweak on #7377.
53093              
53094              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
53095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53096              Date:     Fri, 20 Oct 2000 13:13:41 EDT
53097              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
53098      Branch: perl
53099            ! t/lib/dprof.t
53100 ____________________________________________________________________________
53101 [  7378] By: jhi                                   on 2000/10/20  12:57:19
53102         Log: SOCKS function redefinitions need prototypes, too, otherwise
53103              for example 32 bit versus 64 bit differences cause a lot of
53104              problems.  Part of
53105              
53106              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
53107              From: Jens Hamisch <jens@Strawberry.COM>
53108              Date: Tue, 17 Oct 2000 08:39:36 +0200
53109              Message-Id: <20001017083936.A11104@Strawberry.COM>
53110      Branch: perl
53111            ! doio.c pp_sys.c
53112 ____________________________________________________________________________
53113 [  7377] By: jhi                                   on 2000/10/20  12:37:12
53114         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
53115              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53116              Date:     Fri, 20 Oct 2000 08:26:04 EDT
53117              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
53118      Branch: perl
53119            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
53120 ____________________________________________________________________________
53121 [  7376] By: jhi                                   on 2000/10/20  12:35:31
53122         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
53123              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53124              Date:     Fri, 20 Oct 2000 07:48:15 EDT
53125              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
53126      Branch: perl
53127            ! configure.com vms/gen_shrfls.pl
53128 ____________________________________________________________________________
53129 [  7375] By: bailey                                on 2000/10/20  04:44:37
53130         Log: SYN SYN
53131      Branch: vmsperl
53132           +> (branch 134 files)
53133            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53134            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53135            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53136            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53137            - eg/cgi/frameset.cgi eg/cgi/index.html
53138            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53139            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53140            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53141            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53142            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53143            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53144            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53145            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53146            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53147            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53148            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53149            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53150            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53151            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
53152            - lib/unicode/Props.txt lib/unicode/UCD300.html
53153            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
53154            - utils/perlbc.PL vms/subconfigure.com
53155           !> (integrate 785 files)
53156 ____________________________________________________________________________
53157 [  7374] By: jhi                                   on 2000/10/20  00:59:48
53158         Log: In the latest compiler builds cccdlflags must not become -fpic,
53159              from Wilfredo Sánchez.
53160      Branch: perl
53161            ! hints/darwin.sh
53162 ____________________________________________________________________________
53163 [  7373] By: jhi                                   on 2000/10/20  00:56:35
53164         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
53165              From: Tony Cook <tony@develop-help.com>
53166              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
53167              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
53168      Branch: perl
53169            ! pod/perlop.pod
53170 ____________________________________________________________________________
53171 [  7372] By: jhi                                   on 2000/10/19  19:34:40
53172         Log: Typo noted by Mark Lutz.
53173      Branch: perl
53174            ! t/op/64bitint.t
53175 ____________________________________________________________________________
53176 [  7371] By: jhi                                   on 2000/10/19  19:33:13
53177         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
53178      Branch: metaconfig
53179            ! U/modified/Cppsym.U U/modified/Oldconfig.U
53180      Branch: metaconfig/U/perl
53181            ! End.U dlsrc.U libperl.U
53182      Branch: perl
53183            + hints/nonstopux.sh
53184            ! Configure MANIFEST config_h.SH
53185 ____________________________________________________________________________
53186 [  7370] By: jhi                                   on 2000/10/19  17:18:08
53187         Log: Subject: PATCH do_print has 2 PerlIO_error()s
53188              From: nick@ccl4.org
53189              Date: Thu, 19 Oct 2000 18:09:20 +0100
53190              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
53191      Branch: perl
53192            ! doio.c
53193 ____________________________________________________________________________
53194 [  7369] By: jhi                                   on 2000/10/19  14:01:49
53195         Log: Update Changes.
53196      Branch: perl
53197            ! Changes patchlevel.h
53198 ____________________________________________________________________________
53199 [  7368] By: jhi                                   on 2000/10/19  13:04:29
53200         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
53201              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53202              Date: Wed, 18 Oct 2000 13:12:01 +0200
53203              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
53204      Branch: perl
53205            ! hints/aix.sh
53206 ____________________________________________________________________________
53207 [  7367] By: jhi                                   on 2000/10/19  02:22:40
53208         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
53209              of a 'pmshort' anywhere in the B, so the offending line was simply
53210              removed.
53211      Branch: perl
53212            ! ext/B/B/Debug.pm
53213 ____________________________________________________________________________
53214 [  7366] By: jhi                                   on 2000/10/19  02:12:37
53215         Log: Add the test case for the bug id 20000730.004 which seems
53216              to have been fixed by now.
53217      Branch: perl
53218            ! t/pragma/utf8.t
53219 ____________________________________________________________________________
53220 [  7365] By: jhi                                   on 2000/10/18  23:36:24
53221         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
53222              From: Hugo <hv@crypt.compulink.co.uk>
53223              Date: Wed, 18 Oct 2000 23:25:58 +0100
53224              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
53225      Branch: perl
53226            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
53227 ____________________________________________________________________________
53228 [  7364] By: jhi                                   on 2000/10/18  21:12:53
53229         Log: (retracted)
53230      Branch: perl
53231            ! pp.c
53232 ____________________________________________________________________________
53233 [  7363] By: jhi                                   on 2000/10/18  20:55:38
53234         Log: Missing change from #7362.
53235      Branch: perl
53236            ! win32/perlhost.h
53237 ____________________________________________________________________________
53238 [  7362] By: jhi                                   on 2000/10/18  20:52:01
53239         Log: Borland C fstat() never saw the fd as writable.
53240              
53241              Subject: fix for Borland's weak "stat" (perl@7211)
53242              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53243              Date: Mon, 16 Oct 2000 09:55:03 +0400
53244              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
53245      Branch: perl
53246            ! win32/win32.c
53247 ____________________________________________________________________________
53248 [  7361] By: jhi                                   on 2000/10/18  17:43:50
53249         Log: Regen toc.
53250      Branch: perl
53251            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
53252 ____________________________________________________________________________
53253 [  7360] By: jhi                                   on 2000/10/18  17:07:44
53254         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53255              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
53256              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
53257              Date: Mon, 16 Oct 2000 15:19:49 +0200
53258      Branch: perl
53259            + README.aix
53260            ! MANIFEST
53261 ____________________________________________________________________________
53262 [  7359] By: jhi                                   on 2000/10/18  17:04:49
53263         Log: Subject: Pod patch for Devel::Peek
53264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53265              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
53266              Date: Mon, 16 Oct 2000 12:26:34 +0200
53267      Branch: perl
53268            ! ext/Devel/Peek/Peek.pm
53269 ____________________________________________________________________________
53270 [  7358] By: jhi                                   on 2000/10/18  17:03:15
53271         Log: Make Cwd more bulletproof in chrooted environments.
53272              
53273              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
53274              From: "Eric E. Coe" <Eric.Coe@oracle.com>
53275              Date: Wed, 18 Oct 2000 04:03:54 -0400
53276              Message-Id: <39ED596A.70E599FE@oracle.com>
53277      Branch: perl
53278            ! lib/Cwd.pm
53279 ____________________________________________________________________________
53280 [  7357] By: jhi                                   on 2000/10/18  16:37:26
53281         Log: Disable the UTF8 downgrade croakage for now to avoid
53282              too many not okay messages.
53283      Branch: perl
53284            ! doio.c
53285 ____________________________________________________________________________
53286 [  7356] By: jhi                                   on 2000/10/17  23:29:41
53287         Log: Show the failed remote port, instead of the failing line number.
53288              
53289              Subject: [PATCH 5.6.1 Debugger] More diagnostics
53290              From: David Sparks <daves@ActiveState.com>
53291              Date: Tue, 17 Oct 2000 15:00:24 -0700
53292              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
53293      Branch: perl
53294            ! lib/perl5db.pl
53295 ____________________________________________________________________________
53296 [  7355] By: jhi                                   on 2000/10/17  14:11:31
53297         Log: On output try to downgrade to bytes, croak if impossible,
53298              from Simon Cozens.  This means that outputting >255 UTF8
53299              is impossible.  Consider this as a strong incentive to get
53300              the I/O disciplines implemented.
53301      Branch: perl
53302            ! doio.c pod/perldiag.pod sv.c
53303 ____________________________________________________________________________
53304 [  7354] By: jhi                                   on 2000/10/17  13:42:23
53305         Log: Clarify documentation on 'use bytes'.
53306              
53307              Subject: Re: What does 'use bytes' "mean" ?
53308              From: Simon Cozens <simon@cozens.net>
53309              Date: Mon, 18 Sep 2000 18:24:25 +0100
53310              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
53311      Branch: perl
53312            ! lib/bytes.pm
53313 ____________________________________________________________________________
53314 [  7353] By: jhi                                   on 2000/10/17  13:28:12
53315         Log: Workaround for a sfio bug where the stream error indicator
53316              is not cleared as documented.
53317              
53318              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53319              From: Nicholas Clark <nick@ccl4.org>
53320              Date: Mon, 16 Oct 2000 18:28:23 +0100
53321              Message-ID: <20001016182823.J19700@plum.flirble.org>
53322      Branch: perl
53323            ! doio.c
53324 ____________________________________________________________________________
53325 [  7352] By: jhi                                   on 2000/10/17  13:06:19
53326         Log: More IoTYPE sprinkling.
53327      Branch: perl
53328            ! doio.c pp_hot.c
53329 ____________________________________________________________________________
53330 [  7351] By: jhi                                   on 2000/10/16  22:47:07
53331         Log: Detect early whether the std streams have gone bad.
53332              
53333              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53334              Date: Mon, 16 Oct 2000 23:28:42 +0100
53335              From: Nicholas Clark <nick@ccl4.org>
53336              Message-ID: <20001016232842.A37942@plum.flirble.org>
53337      Branch: perl
53338            ! t/op/misc.t
53339 ____________________________________________________________________________
53340 [  7350] By: jhi                                   on 2000/10/16  22:45:16
53341         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
53342              From: "Peter J. Farley III" <pjfarley@banet.net>
53343              Date: Mon, 16 Oct 2000 18:15:59 -0400
53344              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
53345      Branch: perl
53346            ! djgpp/djgpp.c dosish.h t/io/open.t
53347 ____________________________________________________________________________
53348 [  7349] By: jhi                                   on 2000/10/16  22:36:45
53349         Log: perldelta tweak.
53350      Branch: perl
53351            ! pod/perldelta.pod
53352 ____________________________________________________________________________
53353 [  7348] By: jhi                                   on 2000/10/16  15:17:53
53354         Log: Update Changes.
53355      Branch: perl
53356            ! Changes patchlevel.h
53357 ____________________________________________________________________________
53358 [  7347] By: jhi                                   on 2000/10/16  13:55:27
53359         Log: Add the capability to include/exclude branches.
53360      Branch: perl
53361            ! Porting/genlog
53362 ____________________________________________________________________________
53363 [  7346] By: jhi                                   on 2000/10/16  13:18:04
53364         Log: Add Charles Lane.
53365      Branch: perl
53366            ! AUTHORS Changes
53367 ____________________________________________________________________________
53368 [  7345] By: jhi                                   on 2000/10/16  13:13:21
53369         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
53370      Branch: perl
53371            ! pod/perldelta.pod
53372 ____________________________________________________________________________
53373 [  7344] By: gsar                                  on 2000/10/16  09:30:21
53374         Log: integrate change#6220 from cfgperl
53375              
53376              Win32 patches from Benjamin Stuhl.
53377      Branch: maint-5.6/perl
53378           !> makedef.pl win32/win32.h
53379 ____________________________________________________________________________
53380 [  7343] By: gsar                                  on 2000/10/16  08:32:19
53381         Log: integrate changes#6221,6222 from cfgperl
53382              
53383              Remove tr///CU (the feature is to be obsoleted by better interfaces).
53384              From: simon@brecon.co.uk (Simon Cozens)
53385              Subject: [PATCH] Eliminate tr///[CU][CU]
53386              Date: 23 Jun 2000 11:05:40 GMT
53387              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53388              
53389              doc typo fix
53390              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53391              From: Ian Phillipps <Ian.Phillipps@iname.com>
53392              Date: Fri, 23 Jun 2000 10:40:58 +0100
53393              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53394      Branch: maint-5.6/perl
53395           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
53396 ____________________________________________________________________________
53397 [  7342] By: gsar                                  on 2000/10/16  08:28:08
53398         Log: integrate change#6217 from cfgperl (in part)
53399              
53400              Rename the fdpid locking and integrate with Sarathy.
53401      Branch: maint-5.6/perl
53402           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53403           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53404           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53405           !> win32/win32.c
53406 ____________________________________________________________________________
53407 [  7341] By: gsar                                  on 2000/10/16  08:23:39
53408         Log: integrate changes#6214..6216 from mainline
53409              
53410              @_ can't have junk in it even in the non-USE_ITHREADS case because
53411              caller() wants to populate @DB::args with it (causes a coredump
53412              in Carp::confess())
53413              
53414              tweak comment about @DB::args
53415              
53416              be more optimal about clearing @_
53417      Branch: maint-5.6/perl
53418           !> av.h cop.h pp_ctl.c t/op/runlevel.t
53419 ____________________________________________________________________________
53420 [  7340] By: gsar                                  on 2000/10/16  08:20:37
53421         Log: integrate changes#6207..6210 from cfgperl
53422              
53423              Subject: [PATCH 5.6.0] Threadsafe patches
53424              From: Dan Sugalski <dan@sidhe.org>
53425              To: perl5-porters@perl.org
53426              Date: Mon, 08 May 2000 18:08:13 -0400
53427              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53428              
53429              Regen headers for #6207.
53430              
53431              Lock PL_fdpid against race conditions, based on:
53432              Subject: [PATCH 5.6.0]subprocess fixup for threads
53433              From: Dan Sugalski <dan@sidhe.org>
53434              To: perl5-porters@perl.org
53435              Date: Tue, 11 Apr 2000 17:02:32 -0400
53436              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53437              
53438              Mopup for #6207 and #6209.
53439      Branch: maint-5.6/perl
53440           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
53441           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
53442           !> win32/win32.c
53443 ____________________________________________________________________________
53444 [  7339] By: gsar                                  on 2000/10/16  08:14:34
53445         Log: integrate change#6203 from cfgperl
53446              
53447              perldiag should refer to perlos2.pod not README.os2
53448      Branch: maint-5.6/perl
53449           !> pod/perldiag.pod
53450 ____________________________________________________________________________
53451 [  7338] By: gsar                                  on 2000/10/16  08:11:42
53452         Log: integrate change#6201 from mainline
53453              
53454              Perl_eval_pv() leaks 4 bytes every time it is called because it
53455              does a PUSHMARK that's never ever POPMARKed; in general, only
53456              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53457              Perl_eval_[sp]v() don't because they don't take any incoming
53458              arguments (this leak has been around since the original version
53459              of perl_eval_pv() in 5.003_97e)
53460      Branch: maint-5.6/perl
53461           !> perl.c
53462 ____________________________________________________________________________
53463 [  7337] By: gsar                                  on 2000/10/16  08:08:47
53464         Log: integrate changes#6197..6200 from cfgperl
53465              
53466              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53467              From: John Borwick <jhborwic@unity.ncsu.edu>
53468              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53469              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53470              
53471              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53472              From: Dan Sugalski <dan@sidhe.org>
53473              To: vmsperl@perl.org, perl5-porters@perl.org
53474              Date: Fri, 02 Jun 2000 16:00:41 -0400
53475              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53476              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53477              
53478              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53479              From: Dan Sugalski <dan@sidhe.org>
53480              To: perl5-porters@perl.org, vmsperl@perl.org
53481              Date: Fri, 02 Jun 2000 17:30:51 -0400
53482              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53483              
53484              Update to cperl-mode.el 4.31 from
53485              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53486              Subject: A couple of notes
53487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53488              To: Mailing list Perl5 <perl5-porters@perl.org>
53489              Date: Sat, 3 Jun 2000 23:33:32 -0400
53490              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53491      Branch: maint-5.6/perl
53492           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
53493           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
53494           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
53495           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
53496           !> vms/vmsish.h
53497 ____________________________________________________________________________
53498 [  7336] By: gsar                                  on 2000/10/16  08:03:46
53499         Log: integrate changes#6194,6195 from mainline
53500              
53501              fix small eval"" memory leaks under USE_ITHREADS
53502              
53503              fix yet another eval"" leak under USE_ITHREADS
53504      Branch: maint-5.6/perl
53505           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53506           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53507           !> vms/perly_c.vms
53508 ____________________________________________________________________________
53509 [  7335] By: gsar                                  on 2000/10/16  08:02:15
53510         Log: integrate changes#6190,6191 from mainline
53511              
53512              submit missing embed.pl change
53513              
53514              vec() loses numericalness (modified version of patch suggested
53515              by Robin Barker)
53516      Branch: maint-5.6/perl
53517           !> doop.c embed.pl t/op/vec.t
53518 ____________________________________________________________________________
53519 [  7334] By: gsar                                  on 2000/10/16  08:01:03
53520         Log: integrate change#6189 from mainline
53521              
53522              counting tr/// corrupts later operation (from M.J.T Guy)
53523      Branch: maint-5.6/perl
53524           !> doop.c t/op/tr.t
53525 ____________________________________________________________________________
53526 [  7333] By: gsar                                  on 2000/10/16  07:59:07
53527         Log: integrate changes#6183..6188 from mainline
53528              
53529              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53530              <nick@ccl4.org>)
53531              
53532              tweak for change#6127
53533              
53534              remove incorrect documentation about implicit split to @_ in
53535              list context, which never really worked in perl 5 (from
53536              M.J.T. Guy)
53537              
53538              further qualify references to "alphanumeric" (from Wolfgang Laun
53539              <wolfgang.laun@alcatel.at>)
53540              
53541              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53542              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53543              
53544              h2xs tweaks
53545      Branch: maint-5.6/perl
53546           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53547           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
53548           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
53549           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
53550           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
53551           !> pod/pod2latex.PL utils/h2xs.PL
53552 ____________________________________________________________________________
53553 [  7332] By: gsar                                  on 2000/10/16  07:53:52
53554         Log: integrate change#6179 from mainline
53555              
53556              buggy modulus on UVs introduced by change#3378 (resulted in
53557              4063328477 % 65535 amounting to 27406, instead of 27407)
53558      Branch: maint-5.6/perl
53559           !> pp.c t/op/arith.t
53560 ____________________________________________________________________________
53561 [  7331] By: gsar                                  on 2000/10/16  07:52:49
53562         Log: integrate changes#6176,6177,6178,6182 from cfgperl
53563              
53564              Single-quoted utf8 patch from Simon Cozens.
53565              
53566              Substitution utf8 patch from Simon Cozens.
53567              
53568              Be cleaner.
53569              
53570              Be Cleaner Part Deux.
53571      Branch: maint-5.6/perl
53572           !> Makefile.SH pp_hot.c toke.c
53573 ____________________________________________________________________________
53574 [  7330] By: gsar                                  on 2000/10/16  07:41:36
53575         Log: integrate change#6172 from mainline
53576              
53577              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53578              (from Ilya Zakharevich)
53579      Branch: maint-5.6/perl
53580           !> regexec.c t/op/re_tests
53581 ____________________________________________________________________________
53582 [  7329] By: gsar                                  on 2000/10/16  07:40:25
53583         Log: integrate change#6171 from mainline
53584              
53585              scalar() doesn't force scalar context when used in void context
53586              (from Simon Cozens)
53587      Branch: maint-5.6/perl
53588           !> op.c t/op/wantarray.t
53589 ____________________________________________________________________________
53590 [  7328] By: gsar                                  on 2000/10/16  07:39:33
53591         Log: integrate change#6170 from mainline
53592              
53593              change#6142 needs tweaks to tests to work where there's no
53594              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53595      Branch: maint-5.6/perl
53596           !> t/lib/filefind.t
53597 ____________________________________________________________________________
53598 [  7327] By: gsar                                  on 2000/10/16  07:35:34
53599         Log: integrate changes#6166..6168 from cfgperl
53600              
53601              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53602              in case somebody wants to write an extension for more
53603              shadow database interfaces.
53604              
53605              tweak todo
53606              
53607              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53608      Branch: maint-5.6/perl
53609           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53610           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
53611           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
53612           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53613           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53614           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53615 ____________________________________________________________________________
53616 [  7326] By: gsar                                  on 2000/10/16  07:29:05
53617         Log: integrate changes#6157,6159..6161,6164 from cfgperl
53618              
53619              Regen Configure to jive with #6149.
53620              
53621              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53622              
53623              Changes for the File::Temp 0.08 (change #6159) test suite
53624              to fit better into the Perl distribution test framework.
53625              
53626              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53627              both from Simon Cozens.
53628              
53629              detypo
53630      Branch: maint-5.6/perl
53631           +> pod/perlmodlib.PL pod/perlnewmod.pod
53632           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
53633           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
53634           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53635           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53636 ____________________________________________________________________________
53637 [  7325] By: gsar                                  on 2000/10/16  07:25:13
53638         Log: integrate change#6158 from vmsperl
53639              
53640              Add fallback to tmpfile for use in cases where user's relying on
53641              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53642              Lane's patch)
53643      Branch: maint-5.6/perl
53644           !> vms/vms.c vms/vmsish.h
53645 ____________________________________________________________________________
53646 [  7324] By: gsar                                  on 2000/10/16  07:20:50
53647         Log: integrate changes#6153..6155 from mainline
53648              
53649              prettier Test::Harness output on failed tests (from Nicholas Clark
53650              <nick@Bagpuss.uk.boo.com>)
53651              
53652              avoid type mismatch warning
53653              
53654              small bug in change#6144; remove random \xA0 character that snuck
53655              in via change#6145
53656      Branch: maint-5.6/perl
53657           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
53658           !> perl.c
53659 ____________________________________________________________________________
53660 [  7323] By: gsar                                  on 2000/10/16  07:18:47
53661         Log: integrate changes#6151,6152 from mainline
53662              
53663              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
53664              
53665              cosmetic fixups of RE debug output (from Ilya Zakharevich)
53666      Branch: maint-5.6/perl
53667           !> regexec.c
53668 ____________________________________________________________________________
53669 [  7322] By: gsar                                  on 2000/10/16  07:17:25
53670         Log: integrate changes#6146..6150 from mainline
53671              
53672              doc typo
53673              
53674              add a make entry to Config.pm so "perl -V:make" works on VMS
53675              (from Peter Prymmer)
53676              
53677              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
53678              
53679              OS/2 tweaks for usethreads build (from Rocco Caputo
53680              <troc@netrus.net>)
53681              
53682              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
53683      Branch: maint-5.6/perl
53684           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
53685           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
53686           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
53687           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
53688           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
53689           !> warnings.pl x2p/a2p.h
53690 ____________________________________________________________________________
53691 [  7321] By: gsar                                  on 2000/10/16  07:14:02
53692         Log: integrate changes#6143..6145 from mainline
53693              
53694              MacOS support, part 1 (from Matthias Neeracher
53695              <neeri@iis.ee.ethz.ch>)
53696              
53697              MacOS support, part 2: make AutoSplit use File::Spec instead
53698              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53699              <neeri@iis.ee.ethz.ch>)
53700              
53701              make xsubpp skip embedded pod (from Matthias Neeracher
53702              <neeri@iis.ee.ethz.ch>)
53703      Branch: maint-5.6/perl
53704           +> ext/DynaLoader/dl_mac.xs
53705           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53706           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53707           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
53708           !> pp_ctl.c proto.h toke.c util.c util.h
53709 ____________________________________________________________________________
53710 [  7320] By: gsar                                  on 2000/10/16  07:12:13
53711         Log: integrate changes#6141,6142 from mainline
53712              
53713              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53714              forwarded by Peter Seebach from the bsdi-users mailing list.
53715              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53716              
53717              File::Find fails to chdir when chasing symlinks (from
53718              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53719      Branch: maint-5.6/perl
53720           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
53721 ____________________________________________________________________________
53722 [  7319] By: gsar                                  on 2000/10/16  07:04:30
53723         Log: integrate change#6139 from mainline
53724              
53725              revise mktables.PL for bugs and newness in Unicode 3.0
53726              (from James Bence <jbence@amgen.com>)
53727      Branch: maint-5.6/perl
53728           +> (branch 30 files)
53729           !> (integrate 49 files)
53730 ____________________________________________________________________________
53731 [  7318] By: gsar                                  on 2000/10/16  07:01:01
53732         Log: integrate changes#6137,6138 from mainline
53733              
53734              fix bogus redeclaration warning for "our" variables in different
53735              scopes
53736              
53737              add note about the handling of negative indices to tied arrays
53738              (from Michael G Schwern <schwern@pobox.com>)
53739      Branch: maint-5.6/perl
53740           !> op.c pod/perltie.pod t/pragma/strict-vars
53741 ____________________________________________________________________________
53742 [  7317] By: gsar                                  on 2000/10/16  06:58:46
53743         Log: integrate changes#6127..6136 from mainline
53744              
53745              call_method(...,G_EVAL) can longjmp() out if the method probing
53746              failed (from Gisle Aas)
53747              
53748              new perlxstut example for passing/returning refs to arrays
53749              (from David Lowe <dlowe@pootpoot.com>)
53750              
53751              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53752              
53753              fix places that mean C<"word" character> but say C<alphanumeric
53754              character>
53755              
53756              avoid warnings in POSIX.pm (from Barrie Slaymaker)
53757              
53758              warnings::enabled() doesn't fall back to looking at $^W if
53759              caller isn't using lexical warnings (from Paul Marquess)
53760              
53761              elide bogus test in change#6132
53762              
53763              make Test::Harness use wait.h/WCOREDUMP if available
53764              (from Ben Tilly <ben_tilly@hotmail.com>)
53765              
53766              enable Test::Harness to dynamically determine column width etc.
53767              (from Rob Napier <rnapier@employees.org>)
53768              
53769              random pod typos (from Peter Scott <Peter@PSDT.com>)
53770      Branch: maint-5.6/perl
53771           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
53772           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
53773           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53774           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
53775 ____________________________________________________________________________
53776 [  7316] By: gsar                                  on 2000/10/16  06:53:23
53777         Log: integrate change#6126 from mainline
53778              
53779              change#2879 broke rvalue autovivification of magicals such as
53780              ${$num} (reworked variant of patch suggested by Simon Cozens)
53781      Branch: maint-5.6/perl
53782           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53783           !> pp_hot.c proto.h t/op/gv.t
53784 ____________________________________________________________________________
53785 [  7315] By: gsar                                  on 2000/10/16  06:51:38
53786         Log: integrate changes#6123,6125 from mainline
53787              
53788              clarify gotcha with #line directives (from Rocco Caputo
53789              <troc@netrus.net>)
53790              
53791              enable propagating exception objects via Perl_croak() in XS code
53792              (from Gisle Aas)
53793      Branch: maint-5.6/perl
53794           !> pod/perldebug.pod pod/perlsyn.pod util.c
53795 ____________________________________________________________________________
53796 [  7314] By: gsar                                  on 2000/10/16  06:49:28
53797         Log: integrate change#6122 from mainline
53798              
53799              downgrade fatal error on C<"foo@nosucharray.com"> to optional
53800              warning (from Mark-Jason Dominus)
53801      Branch: maint-5.6/perl
53802           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
53803           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53804           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53805           !> toke.c
53806 ____________________________________________________________________________
53807 [  7313] By: gsar                                  on 2000/10/16  06:46:54
53808         Log: integrate changes#6112..6121 from vmsperl
53809              
53810              Check for existence of file before trying to delete
53811              
53812              Ugly workaround for version-specific RTL error
53813              
53814              Urk -- undo previous removal of vmsish 'exit' change
53815              
53816              Add bounds checking for several strings (Charles Lane)
53817              
53818              Miscellaneous cosmetic fixes (Charles Lane)
53819              
53820              Treat sockets as special in sys(read|write) (Charles Lane et al.)
53821              
53822              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53823              Flatten case labels in switch statements uniformly (Charles Bailey)
53824              
53825              Quiet error messages in vmsish.t (Charles Lane)
53826              
53827              Add missing escape (Charles Lane)
53828              
53829              Allow eliminate_macros() and fixpath() to handle space-delimited
53830              lists (based on fixes by Craig Berry)
53831      Branch: maint-5.6/perl
53832           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53833           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53834           !> vms/vmsish.h
53835 ____________________________________________________________________________
53836 [  7312] By: gsar                                  on 2000/10/16  06:41:18
53837         Log: integrate changes#6107,6110 from cfgperl
53838              
53839              Tweak the todo list.
53840              
53841              todo tweak
53842      Branch: maint-5.6/perl
53843           !> Todo-5.6
53844 ____________________________________________________________________________
53845 [  7311] By: gsar                                  on 2000/10/16  06:38:38
53846         Log: integrate changes#6104,6108 from mainline
53847              
53848              PL_sys_intern was being initialized too late on windows
53849              
53850              reenable fake signal handling on Windows, bugs and all
53851      Branch: maint-5.6/perl
53852           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
53853           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
53854           !> win32/win32.c
53855 ____________________________________________________________________________
53856 [  7310] By: gsar                                  on 2000/10/16  06:36:03
53857         Log: integrate changes#6095,6097..6103 from cfgperl
53858              
53859              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
53860              might be useful in future.
53861              
53862              Add a note about possible compilation problems from Allen Smith.
53863              
53864              Add a note about other, yet unsupported, shadow password APIs.
53865              
53866              Tweaks for the cc bugs from Allen Smith.
53867              
53868              More compilation tweakery from Allen Smith.
53869              
53870              Hints and test tweaks for Unicos.
53871              
53872              The test suite tweak in #6101 wasn't quite right.
53873              
53874              Test tweaking for Unicos continues.
53875      Branch: maint-5.6/perl
53876           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53877           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
53878           !> t/lib/complex.t t/op/64bitint.t
53879 ____________________________________________________________________________
53880 [  7309] By: gsar                                  on 2000/10/16  06:29:41
53881         Log: integrate changes#6093,6094 from mainline
53882              
53883              fork() failure to create pseudo process sets errno=EAGAIN and returns
53884              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53885              
53886              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53887      Branch: maint-5.6/perl
53888           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53889           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53890 ____________________________________________________________________________
53891 [  7308] By: gsar                                  on 2000/10/16  06:27:29
53892         Log: integrate change#6092 from cfgperl
53893              
53894              Regen perltoc with the fixed buildtoc.
53895      Branch: maint-5.6/perl
53896           !> pod/perltoc.pod
53897 ____________________________________________________________________________
53898 [  7307] By: gsar                                  on 2000/10/16  06:26:40
53899         Log: integrate changes#6089,6090 from mainline
53900              
53901              buildtoc tweak to fix newline lossage
53902              
53903              concat doesn't preserve utf8-ness, and doesn't invalidate
53904              [NI]OK; added tests for both
53905      Branch: maint-5.6/perl
53906           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
53907 ____________________________________________________________________________
53908 [  7306] By: gsar                                  on 2000/10/16  06:24:05
53909         Log: integrate change#6088 from cfgperl
53910              
53911              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53912              because we do not use those.  The HAS_GETSPNAM remains,
53913              though, because we still do use that.
53914      Branch: maint-5.6/perl
53915           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53916           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53917           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53918           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53919           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53920           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53921 ____________________________________________________________________________
53922 [  7305] By: gsar                                  on 2000/10/16  06:15:52
53923         Log: integrate changes#6084,6085,6087 from mainline
53924              
53925              substr() does not preserve utf8-ness (from Stefan Eissing
53926              <Eissing@medicaldataservice.de>); added tests
53927              
53928              repeat operator (x) doesn't preserve utf8-ness
53929              
53930              reverse() and quotemeta() weren't preserving utf8-ness; add tests
53931      Branch: maint-5.6/perl
53932           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53933 ____________________________________________________________________________
53934 [  7304] By: gsar                                  on 2000/10/16  06:13:10
53935         Log: integrate changes#6077..6083 from mainline
53936              
53937              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53938              and Tom Phoenix)
53939              
53940              workaround for CRT bug in chdir() (from Charles Lane, via
53941              Peter Prymmer)
53942              
53943              remove outdated kludge in Carp (NULLs are permitted in diagnostics
53944              now)
53945              
53946              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53947              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53948              
53949              better default perlbug categories for ok reports (from Richard Foley)
53950              
53951              peek.t non-portable to ithreads
53952              
53953              note about undocumented caller() return value (from M.J.T. Guy);
53954              yet another peek.t tweak
53955      Branch: maint-5.6/perl
53956           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53957           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53958           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53959           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53960           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
53961           !> vms/vmsish.h
53962 ____________________________________________________________________________
53963 [  7303] By: gsar                                  on 2000/10/16  06:03:18
53964         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
53965              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
53966              
53967              &HUGE_VAL is not defined, it exists.
53968              
53969              Do not warn that an infinity does not look like a number.
53970              
53971              Rewrite the pwent/spent logic to be a little bit more clearer.
53972              
53973              Continue on the pwent/spent case.
53974              
53975              Correct Freudian slip.
53976              
53977              Use HUGE_VALL if applicable.
53978              
53979              pwent/spent #ifdef imbalance.
53980              
53981              Infinite problems.
53982              
53983              Call getspnam() only iff needd.
53984              
53985              Test both the scalar and list contexts.
53986              
53987              Use setxxent()/endxxent().
53988              
53989              Complex tweakery.
53990              
53991              Unicos hint tweak.
53992              
53993              Be more forgiving in POSIX about HUGE_VALL.
53994              
53995              Detypo.
53996              
53997              The search of infinity continues, this time simplified.
53998              
53999              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54000              in natively 64-bit platforms where a long is a quad (no need
54001              for long longs).  Also added bias for IVs.
54002              
54003              Complex tweaks.
54004              
54005              Introduce t/lib/peek.t.
54006              
54007              Make the test more portable.
54008      Branch: maint-5.6/perl
54009           +> t/lib/peek.t
54010            ! pp_sys.c
54011           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
54012           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
54013           !> t/op/pwent.t toke.c util.c
54014 ____________________________________________________________________________
54015 [  7302] By: gsar                                  on 2000/10/16  05:03:37
54016         Log: integrate changes#6066..6071 from mainline
54017              
54018              s/END/CHECK/
54019              
54020              replace direct call to sighandler() with (*PL_sighandlerp)()
54021              
54022              note about values()
54023              
54024              File::Spec compatibility update (from Barrie Slaymaker
54025              <barries@slaysys.com>)
54026              
54027              remove misleading comment (from M.J.T. Guy)
54028              
54029              misformatted perllocal.pod (from Tim Jenness
54030              <t.jenness@jach.hawaii.edu>)
54031      Branch: maint-5.6/perl
54032           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54033           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54034           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54035           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54036 ____________________________________________________________________________
54037 [  7301] By: gsar                                  on 2000/10/16  05:00:08
54038         Log: integrate changes#6061..6063 from mainline
54039              
54040              change#5921 neglected to make eq honor "use bytes"
54041              
54042              additional tests for utf8.t
54043              
54044              tokeq() could read unallocated field in argument
54045      Branch: maint-5.6/perl
54046           !> sv.c t/pragma/utf8.t toke.c
54047 ____________________________________________________________________________
54048 [  7300] By: gsar                                  on 2000/10/16  04:56:54
54049         Log: integrate changes#6046,6048,6057,6058 from mainline
54050              
54051              libscheck has insufficient checks for n32 libs (from
54052              Albert Chin-A-Young <china@thewrittenword.com>)
54053              
54054              add note about how $( doesn't interpolate in REs (from
54055              Philip Newton <newton@ficus.frogspace.net>)
54056              
54057              fix broken parsing of /\x{ab}/
54058              
54059              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
54060              (spotted by Donald Kinzer <dkinzer@premia.com>)
54061      Branch: maint-5.6/perl
54062           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
54063           !> t/pragma/utf8.t
54064 ____________________________________________________________________________
54065 [  7299] By: gsar                                  on 2000/10/16  04:52:50
54066         Log: integrate change#6044 from mainline
54067              
54068              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
54069              such that underscores are only ignored in literal numbers,
54070              "\x{...}", and hex/oct argument
54071      Branch: maint-5.6/perl
54072           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
54073 ____________________________________________________________________________
54074 [  7298] By: gsar                                  on 2000/10/16  04:50:53
54075         Log: integrate changes#6027..6043 from mainline
54076              
54077              podlators-1.02 update (from Russ Allbery)
54078              
54079              Pod::Man generates groff-incompatible macro definition (from
54080              Tom Christiansen)
54081              
54082              add CGI.pm v2.66 (from Lincoln Stein)
54083              
54084              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
54085              for @- and @+ (from Johan Vromans)
54086              
54087              small nits in diagnostics.pm (from Robin Barker)
54088              
54089              whitespace adjustments
54090              
54091              missing files in MANIFEST
54092              
54093              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
54094              to compensate
54095              
54096              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
54097              
54098              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
54099      Branch: maint-5.6/perl
54100           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
54101           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
54102           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
54103           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
54104           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
54105           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
54106           !> t/lib/cgi-html.t t/lib/cgi-request.t
54107 ____________________________________________________________________________
54108 [  7297] By: gsar                                  on 2000/10/16  04:44:30
54109         Log: integrate change#6025 from mainline
54110              
54111              Is{Alnum,Alpha,Word} don't match titlecase
54112              TODO: IsSpace is defined recursively!
54113              (both spotted by Larry)
54114      Branch: maint-5.6/perl
54115           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54116           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54117 ____________________________________________________________________________
54118 [  7296] By: gsar                                  on 2000/10/16  04:39:30
54119         Log: integrate change#6023 from mainline
54120              
54121              debugger stomps on $. (from M.J.T. Guy)
54122      Branch: maint-5.6/perl
54123           !> lib/perl5db.pl
54124 ____________________________________________________________________________
54125 [  7295] By: gsar                                  on 2000/10/16  04:38:02
54126         Log: integrate change#6022 from mainline
54127              
54128              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
54129      Branch: maint-5.6/perl
54130           !> sv.c
54131 ____________________________________________________________________________
54132 [  7294] By: gsar                                  on 2000/10/16  04:37:05
54133         Log: integrate changes#6018..6021 from mainline
54134              
54135              make lib/syslog.t portable to systems that don't have _PATH_LOG,
54136              make _PATH_LOG() return "" if unavailable
54137              
54138              windows portability tweaks
54139              
54140              test tweak
54141              
54142              remove Win2K issue in pod (fixed by change#6020)
54143      Branch: maint-5.6/perl
54144           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
54145           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
54146           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
54147 ____________________________________________________________________________
54148 [  7293] By: gsar                                  on 2000/10/16  04:20:00
54149         Log: integrate changes#6013..6015 from mainline
54150              
54151              tweak change#5945 to display correct switch name in diagnostic
54152              
54153              glob() loading File::Glob behind the scenes may cause syntax errors
54154              
54155              tweak test for portability
54156      Branch: maint-5.6/perl
54157           !> op.c perl.c pod/perldiag.pod t/lib/b.t
54158 ____________________________________________________________________________
54159 [  7292] By: gsar                                  on 2000/10/16  04:18:11
54160         Log: integrate changes#6005..6010 from mainline, cfgperl
54161              
54162              perldoc might fail via "use blib" (from Hugo van der Sanden)
54163              
54164              Regen Configure.
54165              
54166              note about compile failures and END blocks (from M.J.T. Guy)
54167              
54168              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
54169              
54170              (change#6009 integrated earlier in change#7255)
54171              
54172              clarify note about shadow password support (from
54173              gellyfish@gellyfish.com)
54174      Branch: maint-5.6/perl
54175           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54176           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
54177           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
54178 ____________________________________________________________________________
54179 [  7291] By: gsar                                  on 2000/10/16  04:12:03
54180         Log: integrate changes#6002,6003 from mainline
54181              
54182              destructive sv_setsv() can lose UV-ness from source, causing
54183              numeric promotions/comparisons to fail to do the right thing
54184              
54185              allow REG_EXPAND_SZ keys in Windows registry (from
54186              John Clayton <John.Clayton@barclayscapital.com>)
54187      Branch: maint-5.6/perl
54188           !> sv.c win32/win32.c
54189 ____________________________________________________________________________
54190 [  7290] By: gsar                                  on 2000/10/16  04:10:19
54191         Log: integrate change#6001 from mainline
54192              
54193              support additional library locations via $Config{otherlibdirs}
54194              (from Andy Dougherty)
54195      Branch: maint-5.6/perl
54196           !> Configure INSTALL Porting/Glossary Porting/config.sh
54197           !> Porting/config_H config_h.SH epoc/config.sh perl.c
54198           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
54199           !> win32/config.bc win32/config.gc win32/config.vc
54200 ____________________________________________________________________________
54201 [  7289] By: gsar                                  on 2000/10/16  04:08:28
54202         Log: integrate change#5999 from mainline
54203              
54204              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
54205      Branch: maint-5.6/perl
54206           !> t/pragma/warn/toke toke.c
54207 ____________________________________________________________________________
54208 [  7288] By: gsar                                  on 2000/10/16  04:07:01
54209         Log: integrate changes#5997,5998 from cfgperl
54210              
54211              Preserve $!.
54212              
54213              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54214      Branch: maint-5.6/perl
54215           !> lib/Math/Complex.pm
54216 ____________________________________________________________________________
54217 [  7287] By: gsar                                  on 2000/10/16  04:04:37
54218         Log: integrate change#5995 from mainline
54219              
54220              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
54221      Branch: maint-5.6/perl
54222           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
54223 ____________________________________________________________________________
54224 [  7286] By: gsar                                  on 2000/10/16  04:03:21
54225         Log: integrate change#5994 from mainline
54226              
54227              fix for missed accounting for null byte in pack("Z",...) (from
54228              M.J.T. Guy)
54229      Branch: maint-5.6/perl
54230           !> pp.c t/op/pack.t
54231 ____________________________________________________________________________
54232 [  7285] By: gsar                                  on 2000/10/16  04:02:11
54233         Log: integrate changes#5989..5993 from mainline
54234              
54235              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
54236              itself and no other (from Tom Hughes)
54237              
54238              use $ENV{LIB} to search for libs under Visual C compiler
54239              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
54240              
54241              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
54242              
54243              pod nit (from Simon Cozens)
54244              
54245              various minor tweaks seen on p5p
54246      Branch: maint-5.6/perl
54247           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
54248           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
54249           !> t/op/array.t toke.c
54250 ____________________________________________________________________________
54251 [  7284] By: gsar                                  on 2000/10/16  03:59:00
54252         Log: integrate changes#5978..5988 from mainline
54253              
54254              sync version numbers in File::Spec with the ones on CPAN
54255              (from Barrie Slaymaker)
54256              
54257              under useithreads, constant pad entries could inadvertantly be
54258              shared across threads (from Eric Blood <eblood@xmission.com>);
54259              added Eric's test case to testsuite
54260              
54261              allow Configure -S to run non-interactively (spotted by Greg Hudson
54262              <ghudson@mit.edu>)
54263              
54264              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
54265              prototype mismatch with CORE::glob(); update pod and tests to
54266              suit (File::Glob::glob() is still available for backward
54267              compatibility, but should be considered deprecated)
54268              
54269              avoid error in IO::Socket::INET when given an unknown service name
54270              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
54271              
54272              numeric conversion of non-number in change#3378 tramples on
54273              OOK offset, causing segfaults
54274              
54275              attributes::reftype() doesn't work on tied argument
54276              
54277              forked child may not exit correctly if it failed to open
54278              /dev/console (from Graham Barr)
54279              
54280              add regular expressions tutorial and quick-start guide (from
54281              Mark Kvale <kvale@phy.ucsf.edu>)
54282              
54283              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
54284              
54285              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
54286              <paul@miraclefish.com>)
54287      Branch: maint-5.6/perl
54288           +> pod/perlrequick.pod pod/perlretut.pod
54289           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
54290           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
54291           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
54292           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
54293           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54294           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54295           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
54296           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
54297 ____________________________________________________________________________
54298 [  7283] By: gsar                                  on 2000/10/16  03:52:14
54299         Log: integrate change#5977 from mainline
54300              
54301              autoquote barewords followed by newline and arrow properly
54302              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
54303      Branch: maint-5.6/perl
54304           !> t/pragma/warn/toke toke.c
54305 ____________________________________________________________________________
54306 [  7282] By: gsar                                  on 2000/10/16  03:50:48
54307         Log: integrate change#5976 from mainline
54308              
54309              DB_File v1.73 update (from Paul Marquess)
54310      Branch: maint-5.6/perl
54311           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
54312           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
54313 ____________________________________________________________________________
54314 [  7281] By: gsar                                  on 2000/10/16  03:49:14
54315         Log: integrate change#5975 from mainline
54316              
54317              allow sort() reentrancy (variant of patch suggested by
54318              Hugo van der Sanden)
54319      Branch: maint-5.6/perl
54320           !> pp_ctl.c t/op/sort.t
54321 ____________________________________________________________________________
54322 [  7280] By: gsar                                  on 2000/10/16  03:48:22
54323         Log: integrate change#5974 from mainline
54324              
54325              change#4197 somehow missed initializing PL_errors, meaning
54326              syntax error queueing wasn't working outside eval"" at all;
54327              also fixed eval"" to localize PL_error_count, so that compile-time
54328              eval's don't clobber the error state of the outer context
54329      Branch: maint-5.6/perl
54330           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
54331           !> t/pragma/warn/toke
54332 ____________________________________________________________________________
54333 [  7279] By: gsar                                  on 2000/10/16  03:46:21
54334         Log: integrate change#5973 from mainline
54335              
54336              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
54337      Branch: maint-5.6/perl
54338           !> regcomp.c regexec.c t/op/re_tests
54339 ____________________________________________________________________________
54340 [  7278] By: gsar                                  on 2000/10/16  03:44:54
54341         Log: integrate change#5971 from cfgperl
54342              
54343              Unicos tweaks from Mark P. Lutz.
54344      Branch: maint-5.6/perl
54345           !> hints/unicos.sh lib/Math/Complex.pm
54346 ____________________________________________________________________________
54347 [  7277] By: gsar                                  on 2000/10/16  03:42:59
54348         Log: integrate changes#5966..5970 from mainline
54349              
54350              add testsuite for B backends, fix bug in B::Deparse (from
54351              Simon Cozens <simon@brecon.co.uk>)
54352              
54353              improved docs on the warn_uninit diagnostic (from David Glasser
54354              and Simon Cozens)
54355              
54356              tolerate spaces in group names in test on solaris (from David Boyce
54357              <dsb@boyski.com>)
54358              
54359              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
54360              
54361              Data::Dumper fumbles negative numbers on 32-bit platforms where
54362              IV is >32bits
54363      Branch: maint-5.6/perl
54364           +> t/lib/b.t t/lib/syslog.t
54365           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
54366           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
54367           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
54368 ____________________________________________________________________________
54369 [  7276] By: gsar                                  on 2000/10/16  03:39:30
54370         Log: integrate change#5965 from mainline
54371              
54372              avoid "will not stay shared" warnings for our variables (from
54373              Robin Barker)
54374      Branch: maint-5.6/perl
54375           !> op.c t/pragma/warn/op
54376 ____________________________________________________________________________
54377 [  7275] By: gsar                                  on 2000/10/16  03:38:18
54378         Log: integrate change#5964 from mainline
54379              
54380              reformat to 72 columns (again)
54381      Branch: maint-5.6/perl
54382           !> pod/perldiag.pod
54383 ____________________________________________________________________________
54384 [  7274] By: gsar                                  on 2000/10/16  03:36:58
54385         Log: integrate change#5963 from mainline
54386              
54387              patch from Larry to make (\&) prototype work; added tests for
54388              the same
54389      Branch: maint-5.6/perl
54390           !> op.c t/comp/proto.t
54391 ____________________________________________________________________________
54392 [  7273] By: gsar                                  on 2000/10/16  03:35:51
54393         Log: integrate changes#5956..5962 from mainline
54394              
54395              better diagnostics on failed tests (from Ilya Zakharevich)
54396              
54397              pod nits (from A. C. Yardley <yardley@tanet.net>)
54398              
54399              change#3569 deleted some essential code, revert; avoid use of
54400              atexit() to make DynaLoader work properly on AIX under mod_perl
54401              (from Jens-Uwe Mager <jum@helios.de>)
54402              
54403              doubled words in pods (from Simon Cozens
54404              <simon.p.cozens@jp.pwcglobal.com>)
54405              
54406              better INSTALL notes on Solaris issues (from Dominic Dunlop)
54407              
54408              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
54409              
54410              updated README.hpux (from Jeff Okamoto)
54411      Branch: maint-5.6/perl
54412           !> INSTALL README.hpux emacs/cperl-mode.el
54413           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
54414           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
54415           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
54416           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
54417           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
54418           !> t/op/lex_assign.t
54419 ____________________________________________________________________________
54420 [  7272] By: gsar                                  on 2000/10/16  03:31:22
54421         Log: integrate change#5955 from mainline
54422              
54423              longstanding bug exposed by change#3307: sort arguments weren't
54424              compiled with the right wantarray context (ensuing runtime lookup
54425              via block_gimme() was getting the incidental context of the
54426              sort() itself)
54427      Branch: maint-5.6/perl
54428           !> op.c t/op/sort.t
54429 ____________________________________________________________________________
54430 [  7271] By: gsar                                  on 2000/10/16  03:29:11
54431         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
54432              branch
54433              
54434              Flatten the cpp jungle doing the nosuid checking.
54435              
54436              Do not assume sign propagation. (from M.J.T. Guy)
54437              
54438              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
54439              
54440              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54441              Now pp_ncmp() returns undef is either operand is a NaN.
54442              
54443              On second thoughts frexp() does have two arguments.
54444              
54445              Document that tr() is not tr(1).
54446              
54447              Be more robust on "extreme" (large absolute value)
54448              arguments.  Originally reported by Daniel Connelly
54449              as a problem with asinh() on large negative arguments,
54450              asinh() used to bail out because an argument to log()
54451              ended up being zero.  Ilya Zakharevich proposed using
54452              Taylor's series in such cases, which for such large
54453              arguments is a very good approximation.
54454              
54455              Undo "use integer" addition from 64bitint as it seems
54456              to break most of the subtests in Digital UNIX;
54457              Unicos needs to find another way.
54458      Branch: maint-5.6/perl
54459           !> (integrate 29 files)
54460 ____________________________________________________________________________
54461 [  7270] By: gsar                                  on 2000/10/16  03:09:44
54462         Log: integrate changes#5948,5949,5950 from mainline
54463              
54464              typo in vars.pm that leads to cryptic message (from Piotr
54465              Piatkowski <kompas@kompas.usr.onet.pl>)
54466              
54467              make perldoc use the pod2man from the same version (from
54468              M.J.T. Guy)
54469              
54470              reformat perldiag to avoid long lines
54471      Branch: maint-5.6/perl
54472           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
54473 ____________________________________________________________________________
54474 [  7269] By: gsar                                  on 2000/10/16  03:05:54
54475         Log: integrate change#5947 from mainline
54476              
54477              use &dl_error rather than &dl_load_file as the guard for calling
54478              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54479              statically built perl)
54480      Branch: maint-5.6/perl
54481           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54482 ____________________________________________________________________________
54483 [  7268] By: gsar                                  on 2000/10/16  03:04:48
54484         Log: integrate change#5945 from mainline
54485              
54486              make module name mandatory after -M switch; reorder perldiag
54487              alphabetically (from Mark-Jason Dominus)
54488      Branch: maint-5.6/perl
54489           !> perl.c pod/perldiag.pod
54490 ____________________________________________________________________________
54491 [  7267] By: gsar                                  on 2000/10/16  03:03:01
54492         Log: integrate change#5939 from mainline
54493              
54494              more pod nits (from Larry Virden)
54495      Branch: maint-5.6/perl
54496           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
54497           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54498           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54499 ____________________________________________________________________________
54500 [  7266] By: gsar                                  on 2000/10/16  03:01:39
54501         Log: integrate change#5938 from mainline
54502              
54503              Consolidated B::Deparse fixes (from Stephen McCamant)
54504      Branch: maint-5.6/perl
54505           !> ext/B/B/Deparse.pm
54506 ____________________________________________________________________________
54507 [  7265] By: gsar                                  on 2000/10/16  03:00:43
54508         Log: integrate change#5936 from mainline
54509              
54510              additional tests for change#7263 (from Paul Marquess)
54511      Branch: maint-5.6/perl
54512           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54513           !> t/pragma/warn/5nolint t/pragma/warn/6default
54514 ____________________________________________________________________________
54515 [  7264] By: gsar                                  on 2000/10/16  02:58:34
54516         Log: integrate change#5934 from mainline
54517              
54518              propagate lexical warnings from surrounding scope correctly
54519              within string eval() (from Paul Marquess)
54520      Branch: maint-5.6/perl
54521           !> pp_ctl.c t/pragma/warn/pp_ctl
54522 ____________________________________________________________________________
54523 [  7263] By: gsar                                  on 2000/10/16  02:56:53
54524         Log: integrate change#5932 from mainline
54525              
54526              add rsignal(), whichsig() and do_join() to public API list
54527              (mod_perl uses them to good advantage)
54528      Branch: maint-5.6/perl
54529           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
54530 ____________________________________________________________________________
54531 [  7262] By: gsar                                  on 2000/10/16  02:55:53
54532         Log: integrate change#5931 from mainline
54533              
54534              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54535      Branch: maint-5.6/perl
54536           !> pp_hot.c regexec.c t/op/pat.t
54537 ____________________________________________________________________________
54538 [  7261] By: gsar                                  on 2000/10/16  02:55:01
54539         Log: integrate change#5930 from mainline
54540              
54541              small os390 tweaks (from Peter Prymmer)
54542      Branch: maint-5.6/perl
54543           !> config_h.SH makedepend.SH
54544 ____________________________________________________________________________
54545 [  7260] By: gsar                                  on 2000/10/16  02:54:10
54546         Log: integrate change#5929 from mainline
54547              
54548              pod nits
54549      Branch: maint-5.6/perl
54550           !> pod/perlguts.pod
54551 ____________________________________________________________________________
54552 [  7259] By: gsar                                  on 2000/10/16  02:52:55
54553         Log: integrate change#5927 from mainline
54554              
54555              arrange for next() to resume at the unstack op rather than the
54556              loop conditional, so that scope cleanup happens correctly
54557              (from Stephen McCamant)
54558      Branch: maint-5.6/perl
54559           !> op.c pp_ctl.c t/op/misc.t
54560 ____________________________________________________________________________
54561 [  7258] By: gsar                                  on 2000/10/16  02:51:38
54562         Log: integrate change#5926 from mainline
54563              
54564              on windows, reserve 16M of stack rather than 128M (allows more
54565              threads to run concurrently)
54566      Branch: maint-5.6/perl
54567           !> win32/Makefile win32/makefile.mk
54568 ____________________________________________________________________________
54569 [  7257] By: gsar                                  on 2000/10/16  02:50:37
54570         Log: integrate change#5925 from mainline
54571              
54572              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54573      Branch: maint-5.6/perl
54574           !> toke.c
54575 ____________________________________________________________________________
54576 [  7256] By: gsar                                  on 2000/10/16  02:49:36
54577         Log: integrate change#5924 from mainline
54578              
54579              avoid using uninitialized memory in require version check
54580      Branch: maint-5.6/perl
54581           !> pp_ctl.c universal.c
54582 ____________________________________________________________________________
54583 [  7255] By: gsar                                  on 2000/10/16  02:48:03
54584         Log: integrate changes#5923,5928,6009 from mainline
54585              
54586              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54587      Branch: maint-5.6/perl
54588           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54589 ____________________________________________________________________________
54590 [  7254] By: gsar                                  on 2000/10/16  02:44:46
54591         Log: integrate change#5922 from mainline
54592              
54593              commentary about IoTYPE() (from Nathan Torkington)
54594      Branch: maint-5.6/perl
54595           !> sv.h
54596 ____________________________________________________________________________
54597 [  7253] By: gsar                                  on 2000/10/16  02:43:49
54598         Log: integrate change#5921 from mainline
54599              
54600              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54601      Branch: maint-5.6/perl
54602           !> sv.c t/lib/charnames.t t/pragma/utf8.t
54603 ____________________________________________________________________________
54604 [  7252] By: gsar                                  on 2000/10/16  02:42:31
54605         Log: integrate change#5920 from mainline
54606              
54607              Larry's fix for buggy propagation of utf8-ness in join(); add test
54608      Branch: maint-5.6/perl
54609           !> doop.c t/op/ver.t
54610 ____________________________________________________________________________
54611 [  7251] By: gsar                                  on 2000/10/16  02:41:14
54612         Log: integrate changes#5915..5919 from mainline
54613              
54614              various (pod tweaks &c)
54615      Branch: maint-5.6/perl
54616           !> (integrate 33 files)
54617 ____________________________________________________________________________
54618 [  7250] By: gsar                                  on 2000/10/16  02:38:16
54619         Log: integrate change#5914 from mainline
54620              
54621              caller() wasn't returning the right number of elements for
54622              eval {...}
54623      Branch: maint-5.6/perl
54624           !> pp_ctl.c t/pragma/warn/9enabled
54625 ____________________________________________________________________________
54626 [  7249] By: gsar                                  on 2000/10/16  02:37:02
54627         Log: integrate change#5913 from mainline
54628              
54629              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
54630              (from Mark-Jason Dominus)
54631      Branch: maint-5.6/perl
54632           !> pod/perlfunc.pod
54633 ____________________________________________________________________________
54634 [  7248] By: gsar                                  on 2000/10/16  02:35:58
54635         Log: integrate change#5912 from mainline
54636              
54637              fix totally broken caching in UNIVERSAL::isa() (from
54638              Nick Ing-Simmons)
54639      Branch: maint-5.6/perl
54640           !> t/op/universal.t universal.c
54641 ____________________________________________________________________________
54642 [  7247] By: gsar                                  on 2000/10/16  02:34:27
54643         Log: integrate changes#5910,5911 from mainline
54644              
54645              typo in pod
54646              
54647              add linebreak properties from unicode/LineBrk.txt (from
54648              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54649      Branch: maint-5.6/perl
54650           +> (branch 29 files)
54651           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
54652 ____________________________________________________________________________
54653 [  7246] By: gsar                                  on 2000/10/16  02:33:29
54654         Log: integrate change#5909 from mainline
54655              
54656              mode argument to do_binmode() should be file mode, not boolean
54657      Branch: maint-5.6/perl
54658           !> pp_sys.c
54659 ____________________________________________________________________________
54660 [  7245] By: gsar                                  on 2000/10/16  02:31:04
54661         Log: integrate change#5908 from mainline
54662              
54663              introduce illegal symbols into null package so that
54664              gv_fetchpv(...,TRUE) always returns a valid GV even when the
54665              symbol is trapped by strictures (avoids coredumps)
54666      Branch: maint-5.6/perl
54667           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
54668           !> t/pragma/strict-vars
54669 ____________________________________________________________________________
54670 [  7244] By: jhi                                   on 2000/10/16  02:29:54
54671         Log: Subject: $Carp::ExportLevel confusion in Exporter
54672              From: "Ben Tilly" <ben_tilly@hotmail.com>
54673              Date: Sat, 14 Oct 2000 16:44:34 EDT
54674              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
54675      Branch: perl
54676            ! lib/Exporter/Heavy.pm
54677 ____________________________________________________________________________
54678 [  7243] By: jhi                                   on 2000/10/16  02:28:33
54679         Log: Subject: [PATCH perlguts.pod] Document offset hack
54680              From: Simon Cozens <simon@cozens.net>
54681              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
54682              Date: Sat, 14 Oct 2000 19:32:25 +0100
54683      Branch: perl
54684            ! pod/perlguts.pod
54685 ____________________________________________________________________________
54686 [  7242] By: gsar                                  on 2000/10/16  02:26:51
54687         Log: integrate changes#5905,5906,5907,6064 from mainline
54688              
54689              printf/sprintf didn't get quad types right under use64bitint
54690      Branch: maint-5.6/perl
54691           !> pp_sys.c sv.c t/op/64bitint.t
54692 ____________________________________________________________________________
54693 [  7241] By: jhi                                   on 2000/10/16  02:22:44
54694         Log: Subject: small pod patch
54695              From: Dan Boorstein <dan_boo@bellsouth.net>
54696              Date: Sat, 14 Oct 2000 14:29:24 -0400
54697              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
54698      Branch: perl
54699            ! pod/perlfaq7.pod pod/perlmod.pod
54700 ____________________________________________________________________________
54701 [  7240] By: jhi                                   on 2000/10/16  02:13:46
54702         Log: -w cleanup.
54703              
54704              Subject: Re: Problems with bleadperl 
54705              From: "Stephen P. Potter" <spp@ds.net>
54706              Date: Fri, 13 Oct 2000 13:32:49 -0400
54707              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
54708      Branch: perl
54709            ! t/pragma/overload.t
54710 ____________________________________________________________________________
54711 [  7239] By: jhi                                   on 2000/10/16  01:41:18
54712         Log: One more ~utf8 tweak.
54713      Branch: perl
54714            ! t/op/bop.t
54715 ____________________________________________________________________________
54716 [  7238] By: jhi                                   on 2000/10/16  01:34:14
54717         Log: Tweak the test of #7235.
54718      Branch: perl
54719            ! t/op/bop.t
54720 ____________________________________________________________________________
54721 [  7237] By: jhi                                   on 2000/10/16  01:25:04
54722         Log: Fix a couple of compiler-noted nits in #7235.
54723      Branch: perl
54724            ! pp.c
54725 ____________________________________________________________________________
54726 [  7236] By: jhi                                   on 2000/10/16  01:22:46
54727         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54728      Branch: perl
54729            ! pp.c pp_hot.c
54730 ____________________________________________________________________________
54731 [  7235] By: jhi                                   on 2000/10/15  16:24:44
54732         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54733              
54734              From: Simon Cozens <simon@cozens.net>
54735              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54736              Date: Sat, 14 Oct 2000 20:52:13 +0100
54737              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
54738      Branch: perl
54739            ! pp.c t/op/bop.t utf8.h
54740 ____________________________________________________________________________
54741 [  7234] By: jhi                                   on 2000/10/15  15:19:29
54742         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54743              The problem was that rx->minlen was in chars while pp_split()
54744              thought it would be in bytes. 
54745      Branch: perl
54746            ! pp.c t/pragma/utf8.t
54747 ____________________________________________________________________________
54748 [  7233] By: jhi                                   on 2000/10/14  20:24:24
54749         Log: Document FNCASE=y as discussed in the bug 20000902.009.
54750      Branch: perl
54751            ! README.dos
54752 ____________________________________________________________________________
54753 [  7232] By: jhi                                   on 2000/10/14  18:52:21
54754         Log: Add test for bug id 20000427.003 (which seems to have
54755              been fixed) (also duplicate as 20000427.004, though
54756              with a higher severity).  Move one utf8 from op/append
54757              to pragma/utf8, tag the tests with bug ids.
54758      Branch: perl
54759            ! t/op/append.t t/pragma/utf8.t
54760 ____________________________________________________________________________
54761 [  7231] By: jhi                                   on 2000/10/14  17:28:37
54762         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
54763      Branch: perl
54764            ! t/pragma/utf8.t
54765 ____________________________________________________________________________
54766 [  7230] By: jhi                                   on 2000/10/14  14:24:50
54767         Log: Needs to be conditional on SunOS 4.
54768              
54769              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54770              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54771              Date: Sat, 14 Oct 2000 13:37:49 +0100
54772              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
54773      Branch: metaconfig/U/perl
54774            ! End.U
54775      Branch: perl
54776            ! Configure myconfig.SH pod/perldelta.pod
54777 ____________________________________________________________________________
54778 [  7229] By: jhi                                   on 2000/10/14  00:49:22
54779         Log: Update Changes.
54780      Branch: perl
54781            ! Changes patchlevel.h
54782 ____________________________________________________________________________
54783 [  7228] By: jhi                                   on 2000/10/14  00:46:10
54784         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54785              From: Peter Prymmer <pvhp@forte.com>
54786              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
54787              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
54788      Branch: perl
54789            ! lib/utf8.pm
54790 ____________________________________________________________________________
54791 [  7227] By: jhi                                   on 2000/10/13  23:20:30
54792         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
54793      Branch: perl
54794            ! t/op/tie.t
54795 ____________________________________________________________________________
54796 [  7226] By: jhi                                   on 2000/10/13  22:14:32
54797         Log: Tweak #7225.
54798              
54799              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54800              From: Peter Prymmer <pvhp@forte.com>
54801              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
54802              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
54803      Branch: perl
54804            ! t/op/sprintf.t
54805 ____________________________________________________________________________
54806 [  7225] By: jhi                                   on 2000/10/13  22:11:31
54807         Log: op/sprintf.t patch for OS/390 (and any other host with limited
54808              floating-point exponent length)
54809              
54810              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54811              From: Dominic Dunlop <domo@computer.org>
54812              Date: Fri, 13 Oct 2000 19:17:57 +0200
54813              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
54814      Branch: perl
54815            ! t/op/sprintf.t
54816 ____________________________________________________________________________
54817 [  7224] By: jhi                                   on 2000/10/13  18:40:48
54818         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
54819      Branch: perl
54820            ! toke.c
54821 ____________________________________________________________________________
54822 [  7223] By: jhi                                   on 2000/10/13  18:37:13
54823         Log: Thinko in #7222.
54824      Branch: perl
54825            ! utf8.c
54826 ____________________________________________________________________________
54827 [  7222] By: jhi                                   on 2000/10/13  18:05:23
54828         Log: Use UTF8SKIP(), from Simon Cozens.
54829      Branch: perl
54830            ! utf8.c
54831 ____________________________________________________________________________
54832 [  7221] By: jhi                                   on 2000/10/13  15:43:19
54833         Log: (accidentally empty check-in)
54834      Branch: perl
54835            ! utf8.c
54836 ____________________________________________________________________________
54837 [  7220] By: jhi                                   on 2000/10/13  15:23:51
54838         Log: Add (optimistically) Storable to static extensions.
54839      Branch: perl
54840            ! hints/uwin.sh hints/vmesa.sh
54841 ____________________________________________________________________________
54842 [  7219] By: jhi                                   on 2000/10/13  15:20:05
54843         Log: Amdahl UTS doesn't seem to do dynaloading.
54844      Branch: perl
54845            ! hints/uts.sh
54846 ____________________________________________________________________________
54847 [  7218] By: jhi                                   on 2000/10/13  15:15:20
54848         Log: Slight tweak of the code to appease Amdahl UTS cc.
54849      Branch: perl
54850            ! pp.c
54851 ____________________________________________________________________________
54852 [  7217] By: jhi                                   on 2000/10/13  14:50:42
54853         Log: In Amdahl UTS "struct sv" is defined by a system header,
54854              <ksync.h>.
54855      Branch: perl
54856            ! perl.h sv.h
54857 ____________________________________________________________________________
54858 [  7216] By: jhi                                   on 2000/10/13  11:58:25
54859         Log: Ilya implemented the memory profiling API.
54860      Branch: perl
54861            ! Todo
54862 ____________________________________________________________________________
54863 [  7215] By: jhi                                   on 2000/10/13  02:56:38
54864         Log: Subject: [PATCH 5.7.0] Perl API for mstats
54865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54866              Date: Thu, 12 Oct 2000 22:52:40 -0400
54867              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
54868      Branch: perl
54869            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
54870 ____________________________________________________________________________
54871 [  7214] By: jhi                                   on 2000/10/13  02:55:38
54872         Log: Subject: [PATCH 5.7.0] IVs in mtats
54873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54874              Date: Thu, 12 Oct 2000 22:51:04 -0400
54875              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
54876      Branch: perl
54877            ! malloc.c perl.h
54878 ____________________________________________________________________________
54879 [  7213] By: jhi                                   on 2000/10/13  02:31:47
54880         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
54881      Branch: perl
54882            ! pod/perldiag.pod pp_sys.c
54883 ____________________________________________________________________________
54884 [  7212] By: jhi                                   on 2000/10/13  01:27:38
54885         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54886              From: Peter Prymmer <pvhp@forte.com>
54887              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
54888              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
54889      Branch: perl
54890            ! t/op/oct.t
54891 ____________________________________________________________________________
54892 [  7211] By: jhi                                   on 2000/10/13  00:35:09
54893         Log: Update Changes.
54894      Branch: perl
54895            ! Changes patchlevel.h
54896 ____________________________________________________________________________
54897 [  7210] By: jhi                                   on 2000/10/12  23:59:40
54898         Log: The Install.pm third of
54899              
54900              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54901              From: Bill Campbell <bill@celestial.com>
54902              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54903              Date: Thu, 5 Oct 2000 18:04:51 -0700
54904      Branch: perl
54905            ! lib/ExtUtils/Install.pm
54906 ____________________________________________________________________________
54907 [  7209] By: jhi                                   on 2000/10/12  23:58:43
54908         Log: Two thirds of
54909              
54910              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54911              Date: Thu, 5 Oct 2000 18:04:51 -0700
54912              From: Bill Campbell <bill@celestial.com>
54913              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54914              
54915              The Install.pm changes will be submitted separately because
54916              they need some work and discussion still.
54917      Branch: perl
54918            ! lib/getopts.pl lib/termcap.pl
54919 ____________________________________________________________________________
54920 [  7208] By: jhi                                   on 2000/10/12  23:41:19
54921         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54922              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54923              Date:     Thu, 12 Oct 2000 07:30:02 EDT
54924              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
54925      Branch: perl
54926            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
54927            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
54928 ____________________________________________________________________________
54929 [  7207] By: jhi                                   on 2000/10/12  23:39:01
54930         Log: An updated EBCDIC tr patch.
54931              
54932              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54933              From: Peter Prymmer <pvhp@forte.com>
54934              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
54935              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
54936      Branch: perl
54937            ! t/op/tr.t
54938 ____________________________________________________________________________
54939 [  7206] By: jhi                                   on 2000/10/12  23:34:55
54940         Log: Upgrade to CPAN 1.58, from Andreas König.
54941      Branch: perl
54942            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54943 ____________________________________________________________________________
54944 [  7205] By: jhi                                   on 2000/10/12  23:29:08
54945         Log: Introduce the man[24-8] variables, from Andy Dougherty.
54946      Branch: metaconfig/U/perl
54947            + mandirs.U mandirstyle.U
54948      Branch: perl
54949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54950            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
54951            ! vos/config.h vos/config.pl vos/config_h.SH_orig
54952            ! win32/config.bc win32/config.gc win32/config.vc
54953 ____________________________________________________________________________
54954 [  7204] By: gsar                                  on 2000/10/12  18:11:24
54955         Log: restore change#7202
54956      Branch: perl
54957            ! mg.c
54958 ____________________________________________________________________________
54959 [  7203] By: gsar                                  on 2000/10/12  18:09:40
54960         Log: another test of the Emergency Broadcast System--back out 
54961              change#7202
54962      Branch: perl
54963            ! mg.c
54964 ____________________________________________________________________________
54965 [  7202] By: gsar                                  on 2000/10/12  16:40:47
54966         Log: (submitted on behalf of Jarkko)
54967              Fix the lib/encode.t subtest 6 failure as reported by Andreas
54968              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
54969              was unearthed by change 7182, as was a bug in HTML::Entities.
54970      Branch: perl
54971            ! mg.c
54972 ____________________________________________________________________________
54973 [  7201] By: jhi                                   on 2000/10/11  03:16:05
54974         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
54975      Branch: perl
54976            ! pp_hot.c t/pragma/utf8.t
54977 ____________________________________________________________________________
54978 [  7200] By: jhi                                   on 2000/10/11  00:40:30
54979         Log: The #7198 was a false alarm.
54980      Branch: perl
54981            ! pp_hot.c
54982 ____________________________________________________________________________
54983 [  7199] By: jhi                                   on 2000/10/11  00:26:04
54984         Log: Remove duplicated code.
54985      Branch: perl
54986            ! t/lib/cgi-html.t
54987 ____________________________________________________________________________
54988 [  7198] By: jhi                                   on 2000/10/10  23:30:46
54989         Log: (Retracted by #7200.)
54990      Branch: perl
54991            ! pp_hot.c
54992 ____________________________________________________________________________
54993 [  7197] By: jhi                                   on 2000/10/10  21:49:30
54994         Log: Add the test case for #7190, from the original bug report
54995              by Andreas König.
54996      Branch: perl
54997            ! t/pragma/utf8.t
54998 ____________________________________________________________________________
54999 [  7196] By: jhi                                   on 2000/10/10  21:40:49
55000         Log: Reapply Andy's patch and regen Configure.
55001      Branch: perl
55002            ! Configure INSTALL Makefile.SH Porting/Glossary
55003            ! Porting/config.sh config_h.SH epoc/config.sh installperl
55004            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55005            ! win32/config.vc
55006 ____________________________________________________________________________
55007 [  7195] By: jhi                                   on 2000/10/10  21:09:30
55008         Log: Use the versiononly instead of the installscripts,
55009              retract the changes 7146 and 7147.
55010      Branch: perl
55011            ! Configure INSTALL Makefile.SH Porting/Glossary
55012            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
55013            ! installperl uconfig.sh vos/config.def win32/config.bc
55014            ! win32/config.gc win32/config.vc
55015 ____________________________________________________________________________
55016 [  7194] By: jhi                                   on 2000/10/10  21:06:15
55017         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
55018              From: Peter Prymmer <pvhp@forte.com>
55019              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
55020              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
55021      Branch: perl
55022            ! t/op/ver.t
55023 ____________________________________________________________________________
55024 [  7193] By: jhi                                   on 2000/10/10  21:05:12
55025         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
55026              From: Peter Prymmer <pvhp@forte.com>
55027              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
55028              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
55029      Branch: perl
55030            ! t/op/tr.t
55031 ____________________________________________________________________________
55032 [  7192] By: jhi                                   on 2000/10/10  20:57:30
55033         Log: Add versiononly, delete installscripts, from Andy Dougherty.
55034      Branch: metaconfig
55035            - U/installdirs/installscripts.U
55036      Branch: metaconfig/U/perl
55037            + versiononly.U
55038 ____________________________________________________________________________
55039 [  7191] By: jhi                                   on 2000/10/10  19:41:21
55040         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
55041              From: Peter Prymmer <pvhp@forte.com>
55042              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
55043              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
55044      Branch: perl
55045            ! pod/perlebcdic.pod
55046 ____________________________________________________________________________
55047 [  7190] By: jhi                                   on 2000/10/10  19:26:14
55048         Log: Subject: Re: utf8 concat, mg_get
55049              From: Simon Cozens <simon@cozens.net>
55050              Date: Tue, 10 Oct 2000 17:40:17 +0100
55051              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
55052      Branch: perl
55053            ! pp_hot.c
55054 ____________________________________________________________________________
55055 [  7189] By: jhi                                   on 2000/10/10  19:23:03
55056         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
55057              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
55058              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
55059              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
55060      Branch: perl
55061            ! lib/ExtUtils/MM_Unix.pm
55062 ____________________________________________________________________________
55063 [  7188] By: jhi                                   on 2000/10/10  15:31:24
55064         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
55065              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
55066              Date: Fri, 14 Jul 2000 10:47:36 +0100
55067              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
55068      Branch: perl
55069            ! README.win32
55070 ____________________________________________________________________________
55071 [  7187] By: jhi                                   on 2000/10/10  13:30:10
55072         Log: Quote the temp file name, needed in Win32 because the
55073              default name unfortunately contains spaces, shouldn't
55074              hurt elsewhere.
55075              
55076              Subject: FW: perldoc fails if $TEMP contains spaces
55077              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
55078              Date: Thu, 14 Sep 2000 08:58:45 +0100
55079              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
55080      Branch: perl
55081            ! utils/perldoc.PL
55082 ____________________________________________________________________________
55083 [  7186] By: jhi                                   on 2000/10/10  13:16:27
55084         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
55085              From: hv@hugo.hybyte.com
55086              Date: Tue, 10 Oct 2000 14:10:20 +0100
55087              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
55088      Branch: perl
55089            ! t/lib/thr5005.t util.c
55090 ____________________________________________________________________________
55091 [  7185] By: jhi                                   on 2000/10/10  12:06:22
55092         Log: Upgrade to podlators 1.04, from Russ Allbery.
55093      Branch: perl
55094            ! lib/Pod/Man.pm lib/Pod/Text.pm
55095 ____________________________________________________________________________
55096 [  7184] By: jhi                                   on 2000/10/10  12:01:32
55097         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
55098      Branch: perl
55099            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
55100 ____________________________________________________________________________
55101 [  7183] By: jhi                                   on 2000/10/09  23:47:15
55102         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
55103              From: Peter Prymmer <pvhp@forte.com>
55104              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
55105              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
55106      Branch: perl
55107            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
55108 ____________________________________________________________________________
55109 [  7182] By: jhi                                   on 2000/10/09  23:43:16
55110         Log: Make eq work again with utf8 (disabling the upgrading
55111              should no more be necessary since the copies of the
55112              scalars are upgraded, not the scalars themselves).
55113              Takes care of ID 20001009.001.  (The claimed length()
55114              bug in 20001009.001 seems bogus to me.)
55115      Branch: perl
55116            ! sv.c t/pragma/utf8.t
55117 ____________________________________________________________________________
55118 [  7181] By: gsar                                  on 2000/10/09  19:41:54
55119         Log: tweak for change#7173
55120      Branch: perl
55121            ! win32/win32sck.c
55122 ____________________________________________________________________________
55123 [  7180] By: gsar                                  on 2000/10/09  19:26:56
55124         Log: on Windows, clean targets might not work under some flavors of the shell
55125      Branch: perl
55126            ! win32/Makefile win32/makefile.mk
55127 ____________________________________________________________________________
55128 [  7179] By: jhi                                   on 2000/10/09  19:21:02
55129         Log: Update Changes.
55130      Branch: perl
55131            ! Changes patchlevel.h
55132 ____________________________________________________________________________
55133 [  7178] By: jhi                                   on 2000/10/09  19:18:23
55134         Log: Warn about unknown scripts.
55135              
55136              Subject: Re: ideas? patches? [PATCH bleadperl]
55137              From: Dominic Dunlop <domo@computer.org>
55138              Date: Mon, 9 Oct 2000 14:57:17 +0200
55139              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
55140      Branch: perl
55141            ! lib/charnames.pm
55142 ____________________________________________________________________________
55143 [  7177] By: jhi                                   on 2000/10/09  19:13:27
55144         Log: Change #7160 had a nasty typo.
55145      Branch: metaconfig
55146            ! U/compline/Compile.U
55147      Branch: perl
55148            ! Configure config_h.SH
55149 ____________________________________________________________________________
55150 [  7176] By: gsar                                  on 2000/10/09  18:59:33
55151         Log: pod nit
55152      Branch: perl
55153            ! pod/perlport.pod
55154 ____________________________________________________________________________
55155 [  7175] By: gsar                                  on 2000/10/09  18:54:28
55156         Log: Windows9x doesn't support link(), despite what Config.pm
55157              might think
55158      Branch: perl
55159            ! lib/ExtUtils/Manifest.pm
55160 ____________________________________________________________________________
55161 [  7174] By: gsar                                  on 2000/10/09  18:50:03
55162         Log: avoid nonportable example code
55163      Branch: perl
55164            ! lib/File/Copy.pm
55165 ____________________________________________________________________________
55166 [  7173] By: gsar                                  on 2000/10/09  18:46:54
55167         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
55168              being used) when closing a socket handle
55169      Branch: perl
55170            ! win32/win32.c win32/win32.h win32/win32sck.c
55171 ____________________________________________________________________________
55172 [  7172] By: gsar                                  on 2000/10/09  18:41:40
55173         Log: on Windows, cwd strings in the environment should be of the
55174              form =X:=X:\foo instead of =X=X:\foo\
55175      Branch: perl
55176            ! win32/vdir.h
55177 ____________________________________________________________________________
55178 [  7171] By: gsar                                  on 2000/10/09  18:30:09
55179         Log: on Windows, LoadLibrary() could load an extension DLL multiple
55180              times if forward slashes are used in the path
55181      Branch: perl
55182            ! win32/win32.c
55183 ____________________________________________________________________________
55184 [  7170] By: jhi                                   on 2000/10/09  17:53:59
55185         Log: Add a todo note about overloadable assertions.
55186      Branch: perl
55187            ! Todo-5.6
55188 ____________________________________________________________________________
55189 [  7169] By: jhi                                   on 2000/10/09  13:43:45
55190         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
55191              From: mjd@plover.com
55192              Date: 9 Oct 2000 00:24:44 -0000
55193              Message-ID: <20001009002444.10616.qmail@plover.com>
55194      Branch: perl
55195            ! pod/perldebguts.pod
55196 ____________________________________________________________________________
55197 [  7168] By: nick                                  on 2000/10/08  13:16:33
55198         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
55199              is not right thing to do on (e.g. x86). Network order is also "right" for
55200              X fonts.
55201      Branch: perl
55202            ! ext/Encode/Encode.pm
55203 ____________________________________________________________________________
55204 [  7167] By: nick                                  on 2000/10/08  12:54:42
55205         Log: Make "encodings" work post-install when Encode/*.enc files may not
55206              be in same directory as Encode.pm
55207      Branch: perl
55208            ! ext/Encode/Encode.pm
55209 ____________________________________________________________________________
55210 [  7166] By: nick                                  on 2000/10/08  11:51:26
55211         Log: Work round the fact that $hash->{$key} does not take into account
55212              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
55213              so that key is always in the "expected" encoding - i.e. same way we put
55214              it in the hash.
55215      Branch: perl
55216            ! ext/Encode/Encode.pm
55217 ____________________________________________________________________________
55218 [  7165] By: gsar                                  on 2000/10/08  04:15:29
55219         Log: save_re_context() could reset PL_curcop to freed memory, causing core
55220              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
55221      Branch: perl
55222            ! pp_ctl.c
55223 ____________________________________________________________________________
55224 [  7164] By: jhi                                   on 2000/10/06  20:51:48
55225         Log: UTF8ize split() so that the cloned substrings get the UTF8
55226              flag of the original scalar.  Problem reported by Simon Cozens.
55227      Branch: perl
55228            ! pp.c t/pragma/utf8.t
55229 ____________________________________________________________________________
55230 [  7163] By: nick                                  on 2000/10/06  20:48:34
55231         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
55232              got a false +ve and so did not reach code which would have un-FAKEd the SV.
55233      Branch: perl
55234            ! sv.c
55235 ____________________________________________________________________________
55236 [  7162] By: nick                                  on 2000/10/06  20:25:37
55237         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
55238              To fix  (sort {$a <=> $b} keys %hash) in particular but
55239              should cover a number of other as-yet-unknown cases as well.
55240      Branch: perl
55241            ! sv.c
55242 ____________________________________________________________________________
55243 [  7161] By: jhi                                   on 2000/10/06  19:56:18
55244         Log: Change the version number of Tie::Handle in the core to 4.0,
55245              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
55246              
55247              Subject: Note on Tie::Handle
55248              From: andreas.koenig@anima.de (Andreas J. Koenig)
55249              Date:      06 Oct 2000 21:48:58 +0200
55250              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
55251      Branch: perl
55252            ! lib/Tie/Handle.pm
55253 ____________________________________________________________________________
55254 [  7160] By: jhi                                   on 2000/10/06  18:20:35
55255         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
55256              as the first option of cc/ld because of ultrapicky compilers
55257              (e.g. OS/390 R2.5)
55258      Branch: metaconfig
55259            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
55260            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
55261            ! U/compline/orderlib.U U/modified/Cppsym.U
55262            ! U/modified/d_access.U
55263      Branch: metaconfig/U/perl
55264            ! Checkcc.U d_dlsymun.U gccvers.U
55265      Branch: perl
55266            ! Configure config_h.SH
55267 ____________________________________________________________________________
55268 [  7159] By: jhi                                   on 2000/10/06  13:56:39
55269         Log: Update Changes.
55270      Branch: perl
55271            ! Changes patchlevel.h
55272 ____________________________________________________________________________
55273 [  7158] By: jhi                                   on 2000/10/06  12:48:40
55274         Log: Eliminate $Is_VMS code from the test.
55275              
55276              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
55277              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55278              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
55279              Date:     Thu, 5 Oct 2000 07:46:33 EDT
55280      Branch: perl
55281            ! t/lib/b.t
55282 ____________________________________________________________________________
55283 [  7157] By: jhi                                   on 2000/10/06  12:47:13
55284         Log: Also the $ccflags is needed for the C compiler check.
55285              
55286              Subject: Configure (check for C-compiler)
55287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55288              Date: Fri, 06 Oct 2000 08:47:15 +0200
55289              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
55290      Branch: metaconfig/U/perl
55291            ! Checkcc.U
55292      Branch: perl
55293            ! Configure config_h.SH
55294 ____________________________________________________________________________
55295 [  7156] By: jhi                                   on 2000/10/06  11:45:15
55296         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
55297      Branch: perl
55298            ! perl.c pp_ctl.c sv.h utf8.c
55299 ____________________________________________________________________________
55300 [  7155] By: jhi                                   on 2000/10/06  11:40:41
55301         Log: IO::Handle->syswrite() did not handle length omission
55302              like CORE::syswrite() does.
55303              
55304              Subject: [Fwd] IO::Handle, syswrite and arguments
55305              From: Graham Barr <gbarr@pobox.com>
55306              Date: Fri, 6 Oct 2000 10:22:05 +0100
55307              Message-ID: <20001006102205.U6312@pobox.com>
55308              
55309              The original patch from andrew@ugh.net.au.
55310      Branch: perl
55311            ! ext/IO/lib/IO/Handle.pm
55312 ____________________________________________________________________________
55313 [  7154] By: jhi                                   on 2000/10/06  01:42:15
55314         Log: Tweak #7153.
55315      Branch: perl
55316            ! utf8.h
55317 ____________________________________________________________________________
55318 [  7153] By: jhi                                   on 2000/10/06  00:39:55
55319         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
55320      Branch: perl
55321            ! utf8.h
55322 ____________________________________________________________________________
55323 [  7152] By: jhi                                   on 2000/10/06  00:38:11
55324         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
55325      Branch: perl
55326            ! perl.c pp_ctl.c sv.h utf8.c
55327 ____________________________________________________________________________
55328 [  7151] By: jhi                                   on 2000/10/06  00:36:38
55329         Log: Subject: Re: Questions about Tie::Array and perl modules
55330              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55331              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
55332              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
55333              
55334              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
55335      Branch: perl
55336            ! lib/Tie/Array.pm t/op/array.t
55337 ____________________________________________________________________________
55338 [  7150] By: jhi                                   on 2000/10/05  00:20:45
55339         Log: Regen Changes.
55340      Branch: perl
55341            ! Changes patchlevel.h
55342 ____________________________________________________________________________
55343 [  7149] By: jhi                                   on 2000/10/05  00:20:01
55344         Log: Regen toc.
55345      Branch: perl
55346            ! pod/perltoc.pod
55347 ____________________________________________________________________________
55348 [  7148] By: jhi                                   on 2000/10/04  23:35:08
55349         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
55350              reported several times by Dominic Dunlop, for example in
55351              ID 20000315.008.  Patch from Dominic.  Patch affects at
55352              least MachTen, and possibly other oldish BSDs. Should not
55353              break non-broken platforms (tested on LinuxPPC). 
55354      Branch: perl
55355            ! doio.c
55356 ____________________________________________________________________________
55357 [  7147] By: jhi                                   on 2000/10/04  23:26:34
55358         Log: The one that got away from 7146.
55359      Branch: metaconfig
55360            + U/installdirs/installscripts.U
55361 ____________________________________________________________________________
55362 [  7146] By: jhi                                   on 2000/10/04  23:25:04
55363         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
55364              suggested by H. Merijn Brand.
55365      Branch: perl
55366            ! Configure INSTALL Makefile.SH Porting/Glossary
55367            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
55368            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55369            ! win32/config.vc
55370 ____________________________________________________________________________
55371 [  7145] By: jhi                                   on 2000/10/04  22:08:21
55372         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55374              Date: Wed, 4 Oct 2000 17:37:46 -0400
55375              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
55376      Branch: perl
55377            ! utils/h2xs.PL
55378 ____________________________________________________________________________
55379 [  7144] By: jhi                                   on 2000/10/04  18:11:41
55380         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
55381              From: Jeff Pinyan <jeffp@crusoe.net>
55382              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
55383              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
55384      Branch: perl
55385            ! pod/perlrun.pod
55386 ____________________________________________________________________________
55387 [  7143] By: jhi                                   on 2000/10/04  18:09:58
55388         Log: Subject: perlhack.pod Patch for Externals Tools
55389              From: Fisher Mark <fisherm@tce.com>
55390              Date: Tue, 3 Oct 2000 15:43:27 -0500 
55391              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
55392      Branch: perl
55393            ! pod/perlhack.pod
55394 ____________________________________________________________________________
55395 [  7142] By: jhi                                   on 2000/10/04  18:08:41
55396         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
55397              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55398              Date:     Wed, 4 Oct 2000 12:11:11 EDT
55399              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
55400      Branch: perl
55401            ! vms/vms.c
55402 ____________________________________________________________________________
55403 [  7141] By: jhi                                   on 2000/10/04  12:20:16
55404         Log: Subject: [PATCH 5.7.0] h2xs not working
55405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55406              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
55407              Date: Tue, 3 Oct 2000 21:43:01 -0400
55408              
55409              Subject: [PATCH 5.7.0] h2xs not documenting the created module
55410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55411              Date: Tue, 3 Oct 2000 22:55:19 -0400
55412              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
55413      Branch: perl
55414            ! utils/h2xs.PL
55415 ____________________________________________________________________________
55416 [  7140] By: jhi                                   on 2000/10/04  11:53:44
55417         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
55418              From: nick@babyhippo.com
55419              Date: Wed, 4 Oct 2000 12:06:45 +0100
55420              Message-Id: <20001004120645.A7356@babyhippo.com>
55421              
55422              Retract 7118 and 7135.
55423      Branch: perl
55424            ! installman installperl op.c t/pragma/subs.t
55425 ____________________________________________________________________________
55426 [  7139] By: jhi                                   on 2000/10/03  22:09:41
55427         Log: It is possible to have no hosts database at all.  Pointed out in
55428              
55429              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55430              From: Peter Prymmer <pvhp@forte.com>
55431              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55432              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55433      Branch: metaconfig
55434            ! U/modified/myhostname.U
55435      Branch: perl
55436            ! Configure config_h.SH
55437 ____________________________________________________________________________
55438 [  7138] By: jhi                                   on 2000/10/03  21:49:49
55439         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55440              From: Peter Prymmer <pvhp@forte.com>
55441              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55442              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55443      Branch: perl
55444            ! pp_sys.c
55445 ____________________________________________________________________________
55446 [  7137] By: jhi                                   on 2000/10/03  20:10:05
55447         Log: One remaining nit less at the VMS mailbox sizing.
55448      Branch: perl
55449            ! vms/vms.c
55450 ____________________________________________________________________________
55451 [  7136] By: jhi                                   on 2000/10/03  20:08:47
55452         Log: Test harness update to sync with the new perlcc,
55453              from Simon Cozens.
55454      Branch: perl
55455            ! t/TEST t/UTEST
55456 ____________________________________________________________________________
55457 [  7135] By: jhi                                   on 2000/10/03  15:15:42
55458         Log: Subject: Re: PATCH for 20001003.004
55459              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
55460              From: "AARON B. DOSSETT" <aaron@iglou.com>
55461              Message-Id: <E13gTay-0006od-00@iglou.com>
55462      Branch: perl
55463            ! installman installperl
55464 ____________________________________________________________________________
55465 [  7134] By: jhi                                   on 2000/10/03  15:00:34
55466         Log: Subject: [ID 20001003.006] B::Debug not -w clean
55467              From: Nicholas Clark <nick@babyhippo.co.uk>
55468              Date: Tue, 03 Oct 2000 15:46:32 +0100
55469              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
55470      Branch: perl
55471            ! ext/B/B/Debug.pm
55472 ____________________________________________________________________________
55473 [  7133] By: jhi                                   on 2000/10/03  14:58:39
55474         Log: Scale down the VMS message boxes, by Charles Lane.
55475              Fix for ID 20000903.009, workaround at
55476              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55477      Branch: perl
55478            ! vms/vms.c
55479 ____________________________________________________________________________
55480 [  7132] By: jhi                                   on 2000/10/03  11:20:37
55481         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
55482      Branch: perl
55483            + t/lib/st-lock.t t/lib/st-utf8.t
55484            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
55485            ! ext/Storable/Storable.xs t/lib/st-recurse.t
55486 ____________________________________________________________________________
55487 [  7131] By: jhi                                   on 2000/10/03  03:38:23
55488         Log: Encode nits.
55489      Branch: perl
55490            ! MANIFEST Makefile.SH
55491 ____________________________________________________________________________
55492 [  7130] By: jhi                                   on 2000/10/03  03:31:05
55493         Log: Update Changes.
55494      Branch: perl
55495            ! Changes patchlevel.h
55496 ____________________________________________________________________________
55497 [  7129] By: jhi                                   on 2000/10/03  02:24:02
55498         Log: Misplaced else.
55499      Branch: metaconfig/U/perl
55500            ! d_strtoll.U
55501      Branch: perl
55502            ! Configure config_h.SH
55503 ____________________________________________________________________________
55504 [  7128] By: jhi                                   on 2000/10/03  02:08:29
55505         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55506              From: sthoenna@efn.org
55507              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
55508              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
55509      Branch: metaconfig/U/perl
55510            ! d_strtoll.U
55511      Branch: perl
55512            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
55513 ____________________________________________________________________________
55514 [  7127] By: jhi                                   on 2000/10/03  01:13:14
55515         Log: Update Changes.
55516      Branch: perl
55517            ! Changes patchlevel.h
55518 ____________________________________________________________________________
55519 [  7126] By: jhi                                   on 2000/10/03  00:57:08
55520         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55521              as suggested by Olaf Flebbe and Nick Clark.
55522      Branch: perl
55523            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
55524 ____________________________________________________________________________
55525 [  7125] By: jhi                                   on 2000/10/03  00:50:56
55526         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
55527              From: Nick Clark <nick@plum.flirble.org>
55528              Date: Mon, 2 Oct 2000 11:03:24 +0100
55529              Message-Id: <20001002110324.D20073@plum.flirble.org>
55530              
55531              Also fixes bug ID 20001002.005.
55532      Branch: perl
55533            ! t/lib/encode.t
55534 ____________________________________________________________________________
55535 [  7124] By: jhi                                   on 2000/10/03  00:34:59
55536         Log: Subject: [PATCH 5.7.0] Epoc update
55537              From: Olaf Flebbe <o.flebbe@gmx.de>
55538              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
55539              Message-ID: <26423.969484586@www10.gmx.net>
55540      Branch: perl
55541            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55542            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
55543            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
55544            ! util.c util.h
55545 ____________________________________________________________________________
55546 [  7123] By: jhi                                   on 2000/10/03  00:30:07
55547         Log: Regen headers.
55548      Branch: perl
55549            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
55550 ____________________________________________________________________________
55551 [  7122] By: jhi                                   on 2000/10/03  00:10:48
55552         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55553      Branch: perl
55554            ! hints/openbsd.sh
55555 ____________________________________________________________________________
55556 [  7121] By: jhi                                   on 2000/10/03  00:05:06
55557         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
55558              From: <abigail@foad.org>
55559              Date: Tue, 26 Sep 2000 13:36:14 -0400
55560              Message-ID: <20000926173614.4356.qmail@foad.org>
55561      Branch: perl
55562            ! pod/perlop.pod
55563 ____________________________________________________________________________
55564 [  7120] By: jhi                                   on 2000/10/03  00:04:00
55565         Log: Inside require() $^S was always left undefined.
55566              
55567              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55568              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55569              Date: Wed, 27 Sep 2000 18:54:49 -0400
55570              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
55571      Branch: perl
55572            ! cop.h mg.c pp_ctl.c util.c
55573 ____________________________________________________________________________
55574 [  7119] By: jhi                                   on 2000/10/03  00:00:16
55575         Log: Subject: [PATCH] DLL not restartabke with threaded perl
55576              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
55577              Date: Thu, 28 Sep 2000 09:20:46 +0100
55578              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
55579      Branch: perl
55580            ! perl.c
55581 ____________________________________________________________________________
55582 [  7118] By: jhi                                   on 2000/10/02  23:59:20
55583         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
55584              From: Nicholas Clark <nick@ccl4.org>
55585              Date: Thu, 28 Sep 2000 11:52:24 +0100
55586              Message-ID: <20000928115224.D7924@plum.flirble.org>
55587      Branch: perl
55588            ! op.c
55589 ____________________________________________________________________________
55590 [  7117] By: jhi                                   on 2000/10/02  23:57:51
55591         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55592              From: Nicholas Clark <nick@babyhippo.co.uk>
55593              Date: Thu, 28 Sep 2000 12:18:10 +0100
55594              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
55595              
55596              Did not apply cleanly, manual intervention was needed.
55597      Branch: perl
55598            ! ext/B/B/Bytecode.pm utils/perlcc.PL
55599 ____________________________________________________________________________
55600 [  7116] By: jhi                                   on 2000/10/02  23:50:40
55601         Log: Document the issue (is not a syntax error, kind of)
55602              
55603              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55604              From: Nicholas Clark <nick@ccl4.org>
55605              Date: Thu, 28 Sep 2000 17:12:42 +0100
55606              Message-ID: <20000928171242.K7924@plum.flirble.org>
55607      Branch: perl
55608            ! pod/perldata.pod
55609 ____________________________________________________________________________
55610 [  7115] By: jhi                                   on 2000/10/02  23:48:58
55611         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55613              Date: Thu, 28 Sep 2000 21:55:31 -0400
55614              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
55615      Branch: perl
55616            ! regexec.c
55617 ____________________________________________________________________________
55618 [  7114] By: jhi                                   on 2000/10/02  23:47:57
55619         Log: Subject: DOC PATCH 5.6.0
55620              From: mjd@plover.com
55621              Date: 30 Sep 2000 06:02:34 -0000
55622              Message-ID: <20000930060234.4559.qmail@plover.com>
55623      Branch: perl
55624            ! pod/perldebguts.pod
55625 ____________________________________________________________________________
55626 [  7113] By: jhi                                   on 2000/10/02  23:46:43
55627         Log: SOCK_DGRAM and listen() do not mix as reported in
55628              
55629              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55630              From: Petter Reinholdtsen <pere@hungry.com>
55631              Date: Sun, 1 Oct 2000 10:57:20 +0800
55632              Message-Id: <200010010257.KAA05735@localhost.localdomain>
55633              
55634              The patch for 5.7.0+ had to be reengineered, though.
55635      Branch: perl
55636            ! ext/IO/lib/IO/Socket/UNIX.pm
55637 ____________________________________________________________________________
55638 [  7112] By: jhi                                   on 2000/10/02  23:36:57
55639         Log: Subject: Re: [PATCH 5.005_64 missed]
55640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55641              Date: Sun, 1 Oct 2000 18:50:10 -0400
55642              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
55643      Branch: perl
55644            ! pod/perlxs.pod
55645 ____________________________________________________________________________
55646 [  7111] By: jhi                                   on 2000/10/02  23:35:40
55647         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
55648              From: Radu Greab <radu@netsoft.ro>
55649              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
55650              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
55651      Branch: perl
55652            ! op.c opcode.pl t/op/substr.t
55653 ____________________________________________________________________________
55654 [  7110] By: jhi                                   on 2000/10/02  23:32:38
55655         Log: Subject: [PATCH] Fix aliasing of tied filehandles
55656              From: Daniel Chetlin <daniel@chetlin.com>
55657              Date: Mon, 2 Oct 2000 14:53:27 -0700
55658              Message-ID: <20001002145327.C1617@ilmd>
55659      Branch: perl
55660            ! perl.h pp_hot.c t/op/tiehandle.t
55661 ____________________________________________________________________________
55662 [  7109] By: jhi                                   on 2000/10/02  23:31:30
55663         Log: s/Robin Parker/Robin Barker/
55664      Branch: perl
55665            ! Changes5.6
55666 ____________________________________________________________________________
55667 [  7108] By: jhi                                   on 2000/10/02  23:15:46
55668         Log: Retract #7091 as suggested in
55669              
55670              From: Robin Barker <rmb1@cise.npl.co.uk> 
55671              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
55672              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
55673              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
55674      Branch: perl
55675            ! embed.pl proto.h
55676 ____________________________________________________________________________
55677 [  7107] By: nick                                  on 2000/10/02  18:23:14
55678         Log: A few tweaks to get Tk803 to work with Encode scheme.
55679      Branch: perl
55680            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
55681 ____________________________________________________________________________
55682 [  7106] By: nick                                  on 2000/10/01  21:34:14
55683         Log: Add checking cases to Encode's toUnicode and fromUnicode.
55684      Branch: perl
55685            ! ext/Encode/Encode.pm
55686 ____________________________________________________________________________
55687 [  7105] By: nick                                  on 2000/10/01  17:18:01
55688         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
55689              To read and use them.
55690              Add a lib/encode.t which checks a few things.
55691      Branch: perl
55692            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
55693            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
55694            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
55695            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
55696            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
55697            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
55698            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
55699            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
55700            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
55701            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
55702            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
55703            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
55704            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
55705            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
55706            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
55707            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
55708            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
55709            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
55710            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
55711            + ext/Encode/Encode/iso2022-jp.enc
55712            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
55713            + ext/Encode/Encode/iso8859-1.enc
55714            + ext/Encode/Encode/iso8859-2.enc
55715            + ext/Encode/Encode/iso8859-3.enc
55716            + ext/Encode/Encode/iso8859-4.enc
55717            + ext/Encode/Encode/iso8859-5.enc
55718            + ext/Encode/Encode/iso8859-6.enc
55719            + ext/Encode/Encode/iso8859-7.enc
55720            + ext/Encode/Encode/iso8859-8.enc
55721            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
55722            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
55723            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
55724            + ext/Encode/Encode/macCentEuro.enc
55725            + ext/Encode/Encode/macCroatian.enc
55726            + ext/Encode/Encode/macCyrillic.enc
55727            + ext/Encode/Encode/macDingbats.enc
55728            + ext/Encode/Encode/macGreek.enc
55729            + ext/Encode/Encode/macIceland.enc
55730            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
55731            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
55732            + ext/Encode/Encode/macTurkish.enc
55733            + ext/Encode/Encode/macUkraine.enc
55734            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
55735            + t/lib/encode.t
55736            ! MANIFEST ext/Encode/Encode.pm
55737 ____________________________________________________________________________
55738 [  7104] By: nick                                  on 2000/09/30  13:04:30
55739         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
55740              From: Daniel Chetlin <daniel@chetlin.com>
55741              Date: Mon, 18 Sep 2000 05:05:40 -0700
55742              Message-Id: <20000918050540.C652@ilmd>
55743      Branch: perl
55744            ! lib/overload.pm sv.c t/pragma/overload.t
55745 ____________________________________________________________________________
55746 [  7103] By: nick                                  on 2000/09/30  12:53:36
55747         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55748              From: Johan Vromans <jvromans@squirrel.nl>
55749              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
55750              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
55751      Branch: perl
55752            ! pod/Makefile.SH
55753 ____________________________________________________________________________
55754 [  7102] By: nick                                  on 2000/09/30  12:52:31
55755         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55756              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55757              Date: Sat, 16 Sep 2000 16:36:45 -0400
55758              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
55759      Branch: perl
55760            ! ext/B/B/Deparse.pm
55761 ____________________________________________________________________________
55762 [  7101] By: nick                                  on 2000/09/30  12:51:41
55763         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55764              From: Craig A. Berry <craig.berry@psinetcs.com>
55765              Date: Sat, 16 Sep 2000 10:11:10 -0500
55766              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
55767      Branch: perl
55768            ! vms/vms.c
55769 ____________________________________________________________________________
55770 [  7100] By: nick                                  on 2000/09/30  12:50:33
55771         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55772              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55773              Date: Fri, 15 Sep 2000 16:37:58 -0400
55774              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
55775      Branch: perl
55776            ! t/op/append.t
55777 ____________________________________________________________________________
55778 [  7099] By: nick                                  on 2000/09/30  12:49:35
55779         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55780              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55781              Date: Fri, 15 Sep 2000 16:25:30 -0400
55782              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
55783      Branch: perl
55784            ! pp_hot.c
55785 ____________________________________________________________________________
55786 [  7098] By: nick                                  on 2000/09/30  12:48:00
55787         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55788              From: Gisle Aas <gisle@ActiveState.com>
55789              Date: 15 Sep 2000 16:23:41 +0200
55790              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
55791      Branch: perl
55792            ! toke.c
55793 ____________________________________________________________________________
55794 [  7097] By: nick                                  on 2000/09/30  12:45:16
55795         Log: Subject: [PATCH] Nits in perlmod.pod
55796              From: Daniel Chetlin <daniel@chetlin.com>
55797              Date: Fri, 15 Sep 2000 02:04:09 -0700
55798              Message-Id: <20000915020409.A2104@ilmd>
55799      Branch: perl
55800            ! pod/perlmod.pod
55801 ____________________________________________________________________________
55802 [  7096] By: nick                                  on 2000/09/30  12:18:00
55803         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55804              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55805              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55806              0 to checking to get the warning.
55807      Branch: perl
55808            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55809            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
55810            ! regexec.c sv.c toke.c utf8.c
55811 ____________________________________________________________________________
55812 [  7095] By: nick                                  on 2000/09/15  16:55:59
55813         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
55814              
55815              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
55816              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55817              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
55818              Date: Fri, 15 Sep 2000 06:37:30 -0400
55819      Branch: perl
55820            ! ext/Encode/Encode.xs sv.c
55821 ____________________________________________________________________________
55822 [  7094] By: jhi                                   on 2000/09/15  03:23:32
55823         Log: Update Changes.
55824      Branch: perl
55825            ! Changes patchlevel.h
55826 ____________________________________________________________________________
55827 [  7093] By: jhi                                   on 2000/09/15  03:11:44
55828         Log: Fix for the charnames.t failures from Spider Boardman.
55829      Branch: perl
55830            ! toke.c
55831 ____________________________________________________________________________
55832 [  7092] By: jhi                                   on 2000/09/15  00:15:48
55833         Log: Botched the #7090 check-in.
55834      Branch: perl
55835            ! sv.c
55836 ____________________________________________________________________________
55837 [  7091] By: jhi                                   on 2000/09/14  23:33:24
55838         Log: Part of #7081 didn't come through.
55839      Branch: perl
55840            ! embed.pl proto.h
55841 ____________________________________________________________________________
55842 [  7090] By: jhi                                   on 2000/09/14  23:17:39
55843         Log: Subject: Re: perl@7078 
55844              From: Spider Boardman <spider@web.zk3.dec.com>
55845              Date: Thu, 14 Sep 2000 19:06:36 -0400
55846              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
55847      Branch: perl
55848            ! sv.c toke.c
55849 ____________________________________________________________________________
55850 [  7089] By: jhi                                   on 2000/09/14  23:11:21
55851         Log: Small portability tweaks.
55852      Branch: perl
55853            ! ext/Encode/Encode.xs
55854 ____________________________________________________________________________
55855 [  7088] By: jhi                                   on 2000/09/14  22:57:23
55856         Log: Fake return to pacify picky compilers.
55857      Branch: perl
55858            ! ext/Encode/Encode.xs
55859 ____________________________________________________________________________
55860 [  7087] By: jhi                                   on 2000/09/14  22:53:37
55861         Log: Subject: [PATCH] utf8.c apidoc
55862              From: Simon Cozens <simon@cozens.net>
55863              Date: Thu, 14 Sep 2000 23:46:57 +0100
55864              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
55865      Branch: perl
55866            ! perlapi.c pod/perlapi.pod utf8.c
55867 ____________________________________________________________________________
55868 [  7086] By: jhi                                   on 2000/09/14  22:40:38
55869         Log: We don't need to count the high bit bytes, a boolean is enough. 
55870      Branch: perl
55871            ! sv.c
55872 ____________________________________________________________________________
55873 [  7085] By: jhi                                   on 2000/09/14  21:20:09
55874         Log: Replace #7084 with
55875              
55876              Subject: Re: perl@7078 
55877              From: Spider Boardman <spider@web.zk3.dec.com>
55878              Date: Thu, 14 Sep 2000 17:09:36 -0400
55879              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
55880      Branch: perl
55881            ! sv.c utf8.c
55882 ____________________________________________________________________________
55883 [  7084] By: jhi                                   on 2000/09/14  20:03:34
55884         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55885              convertable to bytes by checking it doesn't go above 0xc3
55886              
55887              Subject: Re: perl@7078
55888              From: Simon Cozens <simon@cozens.net>
55889              Date: Thu, 14 Sep 2000 20:59:19 +0100
55890              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
55891      Branch: perl
55892            ! utf8.c
55893 ____________________________________________________________________________
55894 [  7083] By: jhi                                   on 2000/09/14  19:38:47
55895         Log: Subject: Re: perl@7078
55896              From: Simon Cozens <simon@cozens.net>
55897              Date: Thu, 14 Sep 2000 20:13:09 +0100
55898              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
55899      Branch: perl
55900            ! t/op/bop.t
55901 ____________________________________________________________________________
55902 [  7082] By: jhi                                   on 2000/09/14  17:50:44
55903         Log: The one that got away.
55904      Branch: perl
55905            ! lib/File/Find.pm
55906 ____________________________________________________________________________
55907 [  7081] By: jhi                                   on 2000/09/14  17:45:35
55908         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
55909              From: Robin Barker <rmb1@cise.npl.co.uk>
55910              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
55911              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
55912      Branch: perl
55913            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
55914            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
55915            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
55916            ! regcomp.c toke.c universal.c
55917 ____________________________________________________________________________
55918 [  7080] By: jhi                                   on 2000/09/14  17:40:35
55919         Log: Problems picked up by AIX cc.
55920              
55921              Subject: Re: perl@7078 (patch included)
55922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55923              Date: Thu, 14 Sep 2000 18:53:30 +0200
55924              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
55925      Branch: perl
55926            ! ext/Encode/Encode.xs
55927 ____________________________________________________________________________
55928 [  7079] By: jhi                                   on 2000/09/14  17:38:27
55929         Log: Subject: File::Find 5.7.0 POD nits
55930              From: Rich Morin <rdm@cfcl.com>
55931              Date: Wed, 13 Sep 2000 22:03:58 -0700
55932              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
55933      Branch: perl
55934            ! lib/File/Find.pm
55935 ____________________________________________________________________________
55936 [  7078] By: jhi                                   on 2000/09/14  14:58:20
55937         Log: Update Changes.
55938      Branch: perl
55939            ! Changes patchlevel.h
55940 ____________________________________________________________________________
55941 [  7077] By: jhi                                   on 2000/09/14  14:55:54
55942         Log: Compilation warnings and an error.
55943      Branch: perl
55944            ! sv.c
55945 ____________________________________________________________________________
55946 [  7076] By: jhi                                   on 2000/09/14  14:42:56
55947         Log: Fix for a parsing bug, not for the original bug.
55948              
55949              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
55950              From: Spider Boardman <spider@web.zk3.dec.com>
55951              Date: Wed, 13 Sep 2000 17:52:20 -0400
55952              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
55953      Branch: perl
55954            ! regcomp.c
55955 ____________________________________________________________________________
55956 [  7075] By: jhi                                   on 2000/09/14  14:40:40
55957         Log: Batch of UTF-8 patches from Simon Cozens.
55958      Branch: perl
55959            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
55960            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
55961            ! toke.c utf8.c
55962 ____________________________________________________________________________
55963 [  7074] By: jhi                                   on 2000/09/14  14:29:58
55964         Log: Subject: Re: Two advertising clauses need to be removed
55965              From: Russ Allbery <rra@stanford.edu>
55966              Date: 13 Sep 2000 18:50:26 -0700
55967              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
55968      Branch: perl
55969            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55970 ____________________________________________________________________________
55971 [  7073] By: jhi                                   on 2000/09/14  14:28:20
55972         Log: Subject: [PATCH] de-wall t/README
55973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55974              Date: Wed, 13 Sep 2000 17:46:55 -0700
55975              Message-ID: <//Bw5gzkge/e092yn@efn.org>
55976      Branch: perl
55977            ! t/README
55978 ____________________________________________________________________________
55979 [  7072] By: jhi                                   on 2000/09/14  14:25:10
55980         Log: Hints optimization.
55981              
55982              Subject: Minor nit
55983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55984              Date: Wed, 13 Sep 2000 21:42:07 +0200
55985              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
55986      Branch: perl
55987            ! hints/hpux.sh
55988 ____________________________________________________________________________
55989 [  7071] By: jhi                                   on 2000/09/14  14:23:30
55990         Log: Allow chop() and chomp() to be overridden.
55991              
55992              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55993              From: "Casey R. Tweten" <crt@kiski.net>
55994              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
55995              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
55996      Branch: perl
55997            ! toke.c
55998 ____________________________________________________________________________
55999 [  7070] By: jhi                                   on 2000/09/14  14:20:36
56000         Log: The return value of setlocale must be copied away.
56001              
56002              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
56003              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56004              Date: Wed, 13 Sep 2000 16:27:37 +0100 
56005              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
56006      Branch: perl
56007            ! util.c
56008 ____________________________________________________________________________
56009 [  7069] By: jhi                                   on 2000/09/14  14:16:27
56010         Log: Remove vestiges of tr//CU.
56011              
56012              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56013              From: Nick Clark <nick@plum.flirble.org>
56014              Date: Tue, 12 Sep 2000 22:50:14 +0100
56015              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
56016              
56017              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56019              Date: Tue, 12 Sep 2000 21:38:48 -0700
56020              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
56021      Branch: perl
56022            ! op.h pod/perlunicode.pod
56023 ____________________________________________________________________________
56024 [  7068] By: jhi                                   on 2000/09/13  14:18:39
56025         Log: Add the Encode extension.  The code is still largely just skeleton.
56026      Branch: perl
56027            + ext/Encode/Encode.pm ext/Encode/Encode.xs
56028            + ext/Encode/Makefile.PL ext/Encode/Todo
56029            ! MANIFEST Todo-5.6
56030 ____________________________________________________________________________
56031 [  7067] By: jhi                                   on 2000/09/12  17:43:33
56032         Log: Allow for whitespace between "#" and "line" in cpp output.
56033              
56034              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
56035              From: Calle Dybedahl <calle@lysator.liu.se>
56036              Date: 12 Sep 2000 19:38:02 +0200 
56037              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
56038      Branch: perl
56039            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
56040 ____________________________________________________________________________
56041 [  7066] By: gsar                                  on 2000/09/12  17:24:29
56042         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
56043              initialization in all the threads on Windows
56044      Branch: perl
56045            ! win32/win32.c
56046 ____________________________________________________________________________
56047 [  7065] By: jhi                                   on 2000/09/12  15:11:31
56048         Log: Update Changes.
56049      Branch: perl
56050            ! Changes patchlevel.h
56051 ____________________________________________________________________________
56052 [  7064] By: jhi                                   on 2000/09/12  14:54:54
56053         Log: Retract #7062, the pod tests are not ready.
56054      Branch: perl
56055            ! t/TEST t/harness
56056 ____________________________________________________________________________
56057 [  7063] By: jhi                                   on 2000/09/12  14:25:41
56058         Log: The #7054 truncated Configure badly.
56059      Branch: metaconfig/U/perl
56060            ! End.U
56061      Branch: perl
56062            ! Configure config_h.SH
56063 ____________________________________________________________________________
56064 [  7062] By: jhi                                   on 2000/09/12  14:08:32
56065         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
56066              From: sthoenna@efn.org
56067              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
56068              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
56069      Branch: perl
56070            ! t/TEST t/harness
56071 ____________________________________________________________________________
56072 [  7061] By: jhi                                   on 2000/09/12  14:07:18
56073         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
56074              From: sthoenna@efn.org
56075              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
56076              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
56077      Branch: perl
56078            ! pod/perlxs.pod
56079 ____________________________________________________________________________
56080 [  7060] By: jhi                                   on 2000/09/12  14:06:08
56081         Log: Break up the myconfig lines a bit.
56082              
56083              Subject: perlbug/perl -V output format
56084              From: sthoenna@efn.org
56085              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
56086              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
56087      Branch: perl
56088            ! myconfig.SH
56089 ____________________________________________________________________________
56090 [  7059] By: jhi                                   on 2000/09/12  14:05:04
56091         Log: Test for the #7049.
56092              
56093              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
56094              From: andreas.koenig@anima.de (Andreas J. Koenig)
56095              Date: 12 Sep 2000 06:42:01 +0200
56096              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
56097      Branch: perl
56098            ! t/op/my.t
56099 ____________________________________________________________________________
56100 [  7058] By: jhi                                   on 2000/09/12  14:03:05
56101         Log: Subject: [patch: perl@7045] vms updates
56102              From: Peter Prymmer <pvhp@forte.com>
56103              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
56104              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
56105      Branch: perl
56106            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
56107 ____________________________________________________________________________
56108 [  7057] By: jhi                                   on 2000/09/12  14:00:51
56109         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
56110              From: sthoenna@efn.org
56111              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
56112              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
56113      Branch: perl
56114            ! t/op/64bitint.t
56115 ____________________________________________________________________________
56116 [  7056] By: jhi                                   on 2000/09/12  13:58:14
56117         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
56118              From: Jeff Pinyan <jeffp@crusoe.net>
56119              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
56120              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
56121      Branch: perl
56122            ! pod/perlfunc.pod
56123 ____________________________________________________________________________
56124 [  7055] By: jhi                                   on 2000/09/12  13:56:32
56125         Log: Do in VMS as the #7054 does.
56126      Branch: perl
56127            ! configure.com
56128 ____________________________________________________________________________
56129 [  7054] By: jhi                                   on 2000/09/12  13:50:31
56130         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
56131              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56132              Date: Mon, 11 Sep 2000 08:33:09 +0100
56133              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
56134      Branch: metaconfig/U/perl
56135            ! End.U
56136      Branch: perl
56137            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
56138            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56139 ____________________________________________________________________________
56140 [  7053] By: jhi                                   on 2000/09/12  13:29:19
56141         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
56142              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56143              Date:     Tue, 12 Sep 2000 08:35:59 EDT
56144              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
56145      Branch: perl
56146            ! vms/test.com
56147 ____________________________________________________________________________
56148 [  7052] By: jhi                                   on 2000/09/11  23:01:50
56149         Log: Document the SvUTF8*().
56150      Branch: perl
56151            ! pod/perlapi.pod sv.h
56152 ____________________________________________________________________________
56153 [  7051] By: gsar                                  on 2000/09/11  14:46:30
56154         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
56155              (missed a spot when fixing up op_pmreplroot hack for ithreads)
56156      Branch: perl
56157            ! op.c t/op/split.t
56158 ____________________________________________________________________________
56159 [  7050] By: nick                                  on 2000/09/11  10:03:51
56160         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
56161              
56162              Subject: borland C++ win32.c tweak
56163              From: Vadim Konovalov <vkonovalov@lucent.com>
56164              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
56165              Date: Mon, 11 Sep 2000 11:22:33 +0400
56166      Branch: perl
56167            ! win32/win32.c
56168 ____________________________________________________________________________
56169 [  7049] By: nick                                  on 2000/09/11  09:57:33
56170         Log: Point fix for s/// on foreach (keys %xxx).
56171      Branch: perl
56172            ! pp_hot.c
56173 ____________________________________________________________________________
56174 [  7048] By: jhi                                   on 2000/09/10  23:37:09
56175         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
56176              by Pod::Text, from Brad Appleton.
56177      Branch: perl
56178            ! t/pod/testp2pt.pl
56179 ____________________________________________________________________________
56180 [  7047] By: jhi                                   on 2000/09/10  14:32:53
56181         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
56182              by Russ Allbery.
56183      Branch: perl
56184            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
56185 ____________________________________________________________________________
56186 [  7046] By: jhi                                   on 2000/09/10  14:15:08
56187         Log: Upgrade to CPAN 1.57_65, from Andreas König.
56188      Branch: perl
56189            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56190 ____________________________________________________________________________
56191 [  7045] By: jhi                                   on 2000/09/08  21:36:32
56192         Log: Update Changes.
56193      Branch: perl
56194            ! Changes patchlevel.h
56195 ____________________________________________________________________________
56196 [  7044] By: jhi                                   on 2000/09/08  21:29:56
56197         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
56198              From: Peter Prymmer <pvhp@forte.com>
56199              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
56200              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
56201      Branch: perl
56202            ! configure.com
56203 ____________________________________________________________________________
56204 [  7043] By: jhi                                   on 2000/09/08  21:27:50
56205         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
56206              From: Peter Prymmer <pvhp@forte.com>
56207              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
56208              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
56209      Branch: perl
56210            ! Makefile.SH installperl
56211 ____________________________________________________________________________
56212 [  7042] By: jhi                                   on 2000/09/08  21:23:21
56213         Log: Continue #7041.
56214      Branch: perl
56215            ! cygwin/Makefile.SHs os2/Makefile.SHs
56216 ____________________________________________________________________________
56217 [  7041] By: jhi                                   on 2000/09/08  21:18:10
56218         Log: Do away with memory models cruft.  Sorry, PDP users.
56219      Branch: metaconfig
56220            ! U/modified/cc.U U/modified/libpth.U
56221      Branch: perl
56222            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
56223            ! Porting/config_H cflags.SH config_h.SH configure.com
56224            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
56225            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
56226            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
56227 ____________________________________________________________________________
56228 [  7040] By: jhi                                   on 2000/09/08  14:34:18
56229         Log: Major rewrite of s2p.  And I mean really major, it is
56230              an implementation of sed in perl.  If called as s2p it
56231              will function as s2p.  Note: needs non-UNIXifying.
56232              
56233              Subject: s2p
56234              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
56235              Date: Mon, 28 Aug 2000 14:05:12 +0200
56236              Message-ID: <39AA5578.2102E2AA@alcatel.at>
56237      Branch: perl
56238            ! x2p/s2p.PL
56239 ____________________________________________________________________________
56240 [  7039] By: jhi                                   on 2000/09/08  14:19:49
56241         Log: Re-allow vec() for characters > 255.
56242              
56243              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
56244              From: Spider Boardman <spider@web.zk3.dec.com>
56245              Date: Fri, 08 Sep 2000 02:21:02 -0400
56246              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
56247      Branch: perl
56248            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
56249            ! t/op/vec.t
56250 ____________________________________________________________________________
56251 [  7038] By: jhi                                   on 2000/09/08  14:14:18
56252         Log: Subject: [PATCH lib/Benchmark.pm]
56253              From: <abigail@foad.org>
56254              Date: Thu, 7 Sep 2000 15:03:20 -0400
56255              Message-ID: <20000907190320.888.qmail@foad.org>
56256      Branch: perl
56257            ! lib/Benchmark.pm
56258 ____________________________________________________________________________
56259 [  7037] By: jhi                                   on 2000/09/08  14:11:06
56260         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
56261              
56262              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
56263              From: Spider Boardman <spider@web.zk3.dec.com>
56264              Date: Fri, 08 Sep 2000 01:30:27 -0400
56265              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
56266      Branch: perl
56267            ! op.c
56268 ____________________________________________________________________________
56269 [  7036] By: jhi                                   on 2000/09/08  14:08:58
56270         Log: Subject: [ID 20000908.002] perlipc documentation bug.
56271              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
56272              Date: Fri, 08 Sep 2000 12:38:32 +0200
56273              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
56274      Branch: perl
56275            ! pod/perlipc.pod
56276 ____________________________________________________________________________
56277 [  7035] By: jhi                                   on 2000/09/08  14:03:12
56278         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56280              Date: Fri, 08 Sep 2000 11:47:34 +0200
56281              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
56282      Branch: perl
56283            ! hints/dec_osf.sh
56284 ____________________________________________________________________________
56285 [  7034] By: jhi                                   on 2000/09/08  13:59:35
56286         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
56287              From: Simon Cozens <simon@cozens.net>
56288              Date: Thu, 7 Sep 2000 20:40:38 +0100
56289              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
56290      Branch: perl
56291            ! pp_hot.c
56292 ____________________________________________________________________________
56293 [  7033] By: jhi                                   on 2000/09/08  04:03:03
56294         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
56295              From: "Larry W. Virden" <lvirden@cas.org>
56296              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
56297              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
56298      Branch: perl
56299            ! pod/perldiag.pod
56300 ____________________________________________________________________________
56301 [  7032] By: jhi                                   on 2000/09/07  22:18:30
56302         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
56303              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
56304              Date: Mon, 04 Sep 2000 13:16:38 -0700
56305              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
56306      Branch: perl
56307            ! lib/perl5db.pl
56308 ____________________________________________________________________________
56309 [  7031] By: jhi                                   on 2000/09/07  22:02:29
56310         Log: Fix the ccversion detection for 5.1 and beyond.
56311              
56312              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56313              From: Spider Boardman <spider@leggy.zk3.dec.com>
56314              Date: Thu, 7 Sep 2000 17:54:27 -0400
56315              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
56316      Branch: perl
56317            ! hints/dec_osf.sh
56318 ____________________________________________________________________________
56319 [  7030] By: jhi                                   on 2000/09/07  19:12:28
56320         Log: Fix for
56321              
56322              Subject: [ID 20000903.001] \w in utf8-strings
56323              From: Marc Lehmann <pcg@goof.com>
56324              Date: Sun, 03 Sep 2000 09:44:29 +0200
56325              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
56326              
56327              and various related nits.
56328      Branch: perl
56329            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
56330 ____________________________________________________________________________
56331 [  7029] By: jhi                                   on 2000/09/07  18:49:09
56332         Log: Fix the URL, but the server is still missing in action.
56333              
56334              Subject: [ID 20000905.002] perlfaq1.pod URL error
56335              From: "Larry W. Virden" <lvirden@cas.org>
56336              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
56337              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
56338      Branch: perl
56339            ! pod/perlfaq1.pod
56340 ____________________________________________________________________________
56341 [  7028] By: jhi                                   on 2000/09/07  18:47:13
56342         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
56343              From: Hugo <hv@crypt.compulink.co.uk>
56344              Date: Tue, 05 Sep 2000 14:13:37 +0100
56345              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
56346      Branch: perl
56347            ! toke.c
56348 ____________________________________________________________________________
56349 [  7027] By: jhi                                   on 2000/09/07  18:45:35
56350         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
56351              From: Daniel Chetlin <daniel@chetlin.com>
56352              Date: Tue, 5 Sep 2000 04:57:07 -0700
56353              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
56354      Branch: perl
56355            ! pod/perlfaq6.pod pod/perlop.pod
56356 ____________________________________________________________________________
56357 [  7026] By: jhi                                   on 2000/09/07  18:44:01
56358         Log: Document the new ref() semantics.
56359              
56360              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56361              From: Gisle Aas <gisle@ActiveState.com>
56362              Date: 05 Sep 2000 08:10:30 +0200
56363              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
56364      Branch: perl
56365            ! pod/perldelta.pod
56366 ____________________________________________________________________________
56367 [  7025] By: jhi                                   on 2000/09/07  18:42:27
56368         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
56369              
56370              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56371              From: Gisle Aas <gisle@ActiveState.com>
56372              Date: 05 Sep 2000 08:11:40 +0200
56373              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
56374      Branch: perl
56375            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
56376 ____________________________________________________________________________
56377 [  7024] By: jhi                                   on 2000/09/07  18:39:32
56378         Log: Subject: [PATCH] Modernize Opcode.pm documentation
56379              From: Gisle Aas <gisle@ActiveState.com>
56380              Date: 4 Sep 2000 00:18:55 -0000
56381              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
56382      Branch: perl
56383            ! ext/Opcode/Opcode.pm
56384 ____________________________________________________________________________
56385 [  7023] By: jhi                                   on 2000/09/07  18:37:42
56386         Log: Subject: [PATCH] Tied filehandle documentation
56387              From: Gisle Aas <gisle@ActiveState.com>
56388              Date: 4 Sep 2000 00:14:40 -0000
56389              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
56390      Branch: perl
56391            ! pod/perlfunc.pod pod/perltie.pod
56392 ____________________________________________________________________________
56393 [  7022] By: jhi                                   on 2000/09/07  18:35:37
56394         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
56395              From: Gisle Aas <gisle@ActiveState.com>
56396              Date: 4 Sep 2000 00:04:22 -0000
56397              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
56398      Branch: perl
56399            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
56400 ____________________________________________________________________________
56401 [  7021] By: jhi                                   on 2000/09/07  18:33:22
56402         Log: Subject: small apidoc fix
56403              From: Marc Lehmann <pcg@goof.com>
56404              Date: Sun, 3 Sep 2000 05:12:06 +0200
56405              Message-ID: <20000903051206.A5909@cerebro.laendle>
56406      Branch: perl
56407            ! pod/perlapi.pod utf8.c
56408 ____________________________________________________________________________
56409 [  7020] By: jhi                                   on 2000/09/07  16:14:57
56410         Log: Tiny perldelta nits.
56411      Branch: perl
56412            ! pod/perldelta.pod
56413 ____________________________________________________________________________
56414 [  7019] By: jhi                                   on 2000/09/07  16:04:20
56415         Log: Guard against bad string->int conversion for quads.
56416      Branch: perl
56417            ! t/op/64bitint.t
56418 ____________________________________________________________________________
56419 [  7018] By: jhi                                   on 2000/09/06  17:07:03
56420         Log: Update Unicode todo list.
56421      Branch: perl
56422            ! Todo-5.6
56423 ____________________________________________________________________________
56424 [  7017] By: jhi                                   on 2000/09/05  21:16:01
56425         Log: Document the SvIOK_.*UV().
56426      Branch: perl
56427            ! pod/perlapi.pod sv.h
56428 ____________________________________________________________________________
56429 [  7016] By: nick                                  on 2000/09/03  21:54:46
56430         Log: Hash lookup of constant strings optimization:
56431              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
56432              to string table (as per sharepvn). Add newSV_pvn_share to create such
56433              a thing. Make hv.c compare addresses of strings and skip string compare
56434              if equal. Make method_named and helem ops use these shared-string SVs
56435              when arg is constant. Make keys op return shared-string SVs (less clearly
56436              a win).
56437      Branch: perl
56438            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
56439            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
56440            ! pod/perlintern.pod pp_hot.c proto.h sv.c
56441 ____________________________________________________________________________
56442 [  7015] By: jhi                                   on 2000/09/02  17:48:59
56443         Log: This is 5.7.0.
56444      Branch: perl
56445            ! Changes
56446 ____________________________________________________________________________
56447 [  7014] By: jhi                                   on 2000/09/02  17:35:45
56448         Log: Changes and patchlevel tweaks.
56449      Branch: perl
56450            ! Changes patchlevel.h
56451 ____________________________________________________________________________
56452 [  7013] By: jhi                                   on 2000/09/02  17:30:50
56453         Log: Update Changes.
56454      Branch: perl
56455            ! Changes patchlevel.h
56456 ____________________________________________________________________________
56457 [  7012] By: nick                                  on 2000/09/02  17:25:20
56458         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
56459      Branch: perl
56460            ! gv.c lib/overload.pm
56461 ____________________________________________________________________________
56462 [  7011] By: jhi                                   on 2000/09/02  17:16:25
56463         Log: Update perlhist.
56464      Branch: perl
56465            ! pod/perlhist.pod
56466 ____________________________________________________________________________
56467 [  7010] By: jhi                                   on 2000/09/02  17:01:35
56468         Log: perldelta nits.
56469      Branch: perl
56470            ! pod/perldelta.pod
56471 ____________________________________________________________________________
56472 [  7009] By: nick                                  on 2000/09/02  16:48:35
56473         Log: If overloaded %{} etc. return the object do not loop.
56474              Thus  sub deref { $_[0] } functions if object is wanted type.
56475      Branch: perl
56476            ! pp.h
56477 ____________________________________________________________________________
56478 [  7008] By: jhi                                   on 2000/09/02  16:26:11
56479         Log: Retab MANIFEST.
56480      Branch: perl
56481            ! ext/Storable/MANIFEST
56482 ____________________________________________________________________________
56483 [  7007] By: jhi                                   on 2000/09/02  16:23:02
56484         Log: Make certain cc is set before trying to run it.
56485      Branch: perl
56486            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
56487 ____________________________________________________________________________
56488 [  7006] By: jhi                                   on 2000/09/02  15:45:41
56489         Log: Unicode notes.
56490      Branch: perl
56491            ! pod/perldelta.pod
56492 ____________________________________________________________________________
56493 [  7005] By: jhi                                   on 2000/09/02  15:42:11
56494         Log: Various Configure nits by Philip Newton,
56495              plus the ebcdic one by me.
56496      Branch: metaconfig
56497            + U/modified/pager.U
56498            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
56499      Branch: metaconfig/U/perl
56500            ! Devel.U quadfio.U
56501      Branch: perl
56502            ! Configure config_h.SH
56503 ____________________________________________________________________________
56504 [  7004] By: jhi                                   on 2000/09/02  15:06:14
56505         Log: Apparently avoiding the swapping is too costly.
56506              
56507              From: "Ben Tilly" <ben_tilly@hotmail.com>
56508              Subject: Re: the door is closed.
56509              Date: Fri, 01 Sep 2000 20:23:16 EDT
56510              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
56511      Branch: perl
56512            ! pod/perlfaq4.pod
56513 ____________________________________________________________________________
56514 [  7003] By: nick                                  on 2000/09/02  12:26:04
56515         Log: Undo part of change 6489 which looks like a bulk edit which
56516              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
56517              The supressing of main:: on return from select() is undesirable.
56518      Branch: perl
56519            ! pp_sys.c
56520 ____________________________________________________________________________
56521 [  7002] By: jhi                                   on 2000/09/01  23:08:54
56522         Log: Update Changes.
56523      Branch: perl
56524            ! Changes patchlevel.h
56525 ____________________________________________________________________________
56526 [  7001] By: jhi                                   on 2000/09/01  23:00:13
56527         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
56528              From: Peter Prymmer <pvhp@forte.com>
56529              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
56530              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
56531              
56532              plus rework the http: spots as suggested by Tom Christiansen,
56533              plus regen perltoc.
56534      Branch: perl
56535            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
56536            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
56537 ____________________________________________________________________________
56538 [  7000] By: jhi                                   on 2000/09/01  22:36:01
56539         Log: Only the first line, thank you very much.
56540      Branch: perl
56541            ! hints/solaris_2.sh
56542 ____________________________________________________________________________
56543 [  6999] By: gsar                                  on 2000/09/01  22:16:40
56544         Log: change#6791 accidentally clobbered change#6710, put it back
56545      Branch: perl
56546            ! win32/win32.c
56547 ____________________________________________________________________________
56548 [  6998] By: jhi                                   on 2000/09/01  22:14:16
56549         Log: Mention the HP-UX LP64 freak failure.
56550      Branch: perl
56551            ! pod/perldelta.pod
56552 ____________________________________________________________________________
56553 [  6997] By: jhi                                   on 2000/09/01  21:48:32
56554         Log: Detypo.
56555      Branch: perl
56556            ! hints/hpux.sh
56557 ____________________________________________________________________________
56558 [  6996] By: jhi                                   on 2000/09/01  21:27:10
56559         Log: Update Changes.
56560      Branch: perl
56561            ! Changes patchlevel.h
56562 ____________________________________________________________________________
56563 [  6995] By: jhi                                   on 2000/09/01  21:14:24
56564         Log: Mi splgn s gnin.g
56565      Branch: perl
56566            ! pp_ctl.c
56567 ____________________________________________________________________________
56568 [  6994] By: jhi                                   on 2000/09/01  21:09:54
56569         Log: Subject: http:// in L<>
56570              From: Nicholas Clark <nick@ccl4.org>
56571              Date: Fri, 1 Sep 2000 22:03:21 +0100
56572              Message-ID: <20000901220321.B72074@plum.flirble.org>
56573      Branch: perl
56574            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
56575 ____________________________________________________________________________
56576 [  6993] By: jhi                                   on 2000/09/01  21:06:54
56577         Log: Update to Storable 1.0, from Raphael Manfredi.
56578      Branch: perl
56579            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
56580            ! ext/Storable/Makefile.PL ext/Storable/README
56581            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56582            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56583            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
56584            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
56585            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
56586            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
56587 ____________________________________________________________________________
56588 [  6992] By: jhi                                   on 2000/09/01  20:43:05
56589         Log: Mention known sfio+linux buglet.
56590      Branch: perl
56591            ! pod/perldelta.pod
56592 ____________________________________________________________________________
56593 [  6991] By: jhi                                   on 2000/09/01  20:40:11
56594         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
56595              From: Peter Prymmer <pvhp@forte.com>
56596              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
56597              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
56598      Branch: perl
56599            ! vms/vms.c
56600 ____________________________________________________________________________
56601 [  6990] By: jhi                                   on 2000/09/01  20:25:26
56602         Log: Retract #6986.
56603      Branch: perl
56604            ! hints/solaris_2.sh
56605 ____________________________________________________________________________
56606 [  6989] By: jhi                                   on 2000/09/01  20:23:00
56607         Log: Mergesort is back.
56608      Branch: perl
56609            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
56610 ____________________________________________________________________________
56611 [  6988] By: jhi                                   on 2000/09/01  19:37:40
56612         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
56613              From: Mike Guy <mjtg@cam.ac.uk>
56614              Date: Fri, 01 Sep 2000 17:43:33 +0100
56615              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
56616      Branch: perl
56617            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
56618            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
56619 ____________________________________________________________________________
56620 [  6987] By: jhi                                   on 2000/09/01  19:17:10
56621         Log: Regen perltoc.
56622      Branch: perl
56623            ! pod/perltoc.pod
56624 ____________________________________________________________________________
56625 [  6986] By: jhi                                   on 2000/09/01  18:51:10
56626         Log: Subject: Re: Solaris x86 has no SPARC libraries!
56627              From: Lupe Christoph <lupe@lupe-christoph.de>
56628              Date: Fri, 1 Sep 2000 20:41:20 +0200
56629              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
56630      Branch: perl
56631            ! hints/solaris_2.sh
56632 ____________________________________________________________________________
56633 [  6985] By: jhi                                   on 2000/09/01  18:28:10
56634         Log: Update Changes.
56635      Branch: perl
56636            ! Changes patchlevel.h
56637 ____________________________________________________________________________
56638 [  6984] By: jhi                                   on 2000/09/01  18:26:53
56639         Log: Feature ordering tweak.
56640      Branch: perl
56641            ! myconfig.SH
56642 ____________________________________________________________________________
56643 [  6983] By: jhi                                   on 2000/09/01  18:19:50
56644         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56645              From: <abigail@foad.org>
56646              Date: Fri, 1 Sep 2000 13:07:32 -0400
56647              Message-ID: <20000901170732.18249.qmail@foad.org>
56648      Branch: perl
56649            ! t/pragma/overload.t
56650 ____________________________________________________________________________
56651 [  6982] By: jhi                                   on 2000/09/01  18:17:54
56652         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
56653              so that case-ignoring systems like DCL can tell them from
56654              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
56655      Branch: metaconfig/U/perl
56656            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
56657      Branch: perl
56658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56659            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
56660            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
56661            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
56662            ! vos/config.def vos/config.h vos/config_h.SH_orig
56663            ! win32/config.bc win32/config.gc win32/config.vc
56664 ____________________________________________________________________________
56665 [  6981] By: nick                                  on 2000/09/01  17:21:57
56666         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
56667              warning when UNTIE exists and instead pass the cound of extra references to
56668              the UNTIE method.
56669      Branch: perl
56670            ! pod/perltie.pod pp_sys.c
56671 ____________________________________________________________________________
56672 [  6980] By: jhi                                   on 2000/09/01  16:54:44
56673         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
56674              From: Peter Prymmer <pvhp@forte.com>
56675              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
56676              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
56677      Branch: perl
56678            ! configure.com
56679 ____________________________________________________________________________
56680 [  6979] By: jhi                                   on 2000/09/01  16:06:20
56681         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
56682              From: Mike Guy <mjtg@cam.ac.uk> 
56683              Date: Fri, 01 Sep 2000 16:49:27 +0100
56684              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
56685      Branch: perl
56686            ! t/base/rs.t
56687 ____________________________________________________________________________
56688 [  6978] By: jhi                                   on 2000/09/01  16:00:42
56689         Log: Update to PodParser 1.18, from Brad Appleton.
56690      Branch: perl
56691            ! lib/Pod/Checker.pm t/pod/find.t
56692 ____________________________________________________________________________
56693 [  6977] By: jhi                                   on 2000/09/01  14:48:58
56694         Log: Subject: Nit in Configure (bleadperl@6961)
56695              From: Lupe Christoph <lupe@lupe-christoph.de>
56696              Date: Fri, 1 Sep 2000 16:34:29 +0200
56697              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
56698      Branch: metaconfig
56699            ! U/compline/ccflags.U
56700      Branch: perl
56701            ! Configure config_h.SH
56702 ____________________________________________________________________________
56703 [  6976] By: jhi                                   on 2000/09/01  14:39:52
56704         Log: Update Changes.
56705      Branch: perl
56706            ! Changes patchlevel.h
56707 ____________________________________________________________________________
56708 [  6975] By: jhi                                   on 2000/09/01  14:37:36
56709         Log: microperl config update.
56710      Branch: perl
56711            ! uconfig.h uconfig.sh
56712 ____________________________________________________________________________
56713 [  6974] By: jhi                                   on 2000/09/01  14:36:53
56714         Log: Document known deficiencies.
56715      Branch: perl
56716            ! pod/perldelta.pod
56717 ____________________________________________________________________________
56718 [  6973] By: jhi                                   on 2000/09/01  14:10:20
56719         Log: Mention warnings fixes and updates.
56720      Branch: perl
56721            ! pod/perldelta.pod
56722 ____________________________________________________________________________
56723 [  6972] By: jhi                                   on 2000/09/01  14:01:52
56724         Log: Drop unused argument.
56725              
56726              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
56727              From: Spider Boardman <spider@web.zk3.dec.com>
56728              Date: Thu, 31 Aug 2000 16:10:15 -0400
56729              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
56730      Branch: perl
56731            ! toke.c
56732 ____________________________________________________________________________
56733 [  6971] By: jhi                                   on 2000/09/01  13:59:24
56734         Log: Add the overload warnings to perldiag.
56735      Branch: perl
56736            ! lib/overload.pm pod/perldiag.pod
56737 ____________________________________________________________________________
56738 [  6970] By: jhi                                   on 2000/09/01  13:55:10
56739         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56740              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56741              Date: Fri, 1 Sep 2000 13:43:15 +0100 
56742              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
56743      Branch: perl
56744            ! lib/overload.pm t/pragma/overload.t
56745 ____________________________________________________________________________
56746 [  6969] By: jhi                                   on 2000/09/01  13:52:27
56747         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56748              From: <abigail@foad.org>
56749              Date: Fri, 1 Sep 2000 05:46:54 -0400
56750              Message-ID: <20000901094654.6476.qmail@foad.org>
56751      Branch: perl
56752            ! lib/overload.pm
56753 ____________________________________________________________________________
56754 [  6968] By: jhi                                   on 2000/09/01  13:50:05
56755         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56756              From: Daniel Chetlin <daniel@chetlin.com>
56757              Date: Fri, 1 Sep 2000 02:10:55 -0700
56758              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
56759      Branch: perl
56760            ! pod/perlretut.pod
56761 ____________________________________________________________________________
56762 [  6967] By: jhi                                   on 2000/09/01  13:47:54
56763         Log: Part of the solution.
56764              
56765              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56766              From: Mike Guy <mjtg@cam.ac.uk>
56767              Date: Fri, 01 Sep 2000 14:16:01 +0100
56768              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
56769      Branch: perl
56770            ! gv.c mg.c
56771 ____________________________________________________________________________
56772 [  6966] By: jhi                                   on 2000/09/01  13:46:17
56773         Log: Subject: CPAN.pm beta 1.57_57 for the core
56774              From: andreas.koenig@anima.de (Andreas J. Koenig)
56775              Date: 01 Sep 2000 15:16:31 +0200
56776              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
56777      Branch: perl
56778            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56779 ____________________________________________________________________________
56780 [  6965] By: jhi                                   on 2000/09/01  13:43:18
56781         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56782              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56783              Date: Fri, 01 Sep 2000 01:47:22 -0500
56784              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
56785      Branch: perl
56786            ! pod/perldelta.pod vms/vms.c
56787 ____________________________________________________________________________
56788 [  6964] By: jhi                                   on 2000/09/01  13:35:35
56789         Log: File::Temp patches from Andreas König,
56790              
56791              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
56792              From: andreas.koenig@anima.de (Andreas J. Koenig)
56793              Date: 01 Sep 2000 10:07:20 +0200
56794              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
56795              
56796              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
56797              From: andreas.koenig@anima.de (Andreas J. Koenig)
56798              Date: 31 Aug 2000 23:26:08 +0200
56799              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
56800      Branch: perl
56801            ! lib/File/Temp.pm t/lib/ftmp-security.t
56802 ____________________________________________________________________________
56803 [  6963] By: jhi                                   on 2000/09/01  02:22:24
56804         Log: Retract the mergesort code, way too incompatible licensing
56805              and copyrights.
56806      Branch: perl
56807            ! pod/perldelta.pod pp_ctl.c
56808 ____________________________________________________________________________
56809 [  6962] By: jhi                                   on 2000/08/31  23:27:32
56810         Log: Update Changes.
56811      Branch: perl
56812            ! Changes patchlevel.h
56813 ____________________________________________________________________________
56814 [  6961] By: jhi                                   on 2000/08/31  23:20:04
56815         Log: Small tweaks all over.
56816      Branch: metaconfig
56817            ! U/compline/d_gconvert.U
56818      Branch: perl
56819            ! AUTHORS Configure config_h.SH pp_ctl.c
56820 ____________________________________________________________________________
56821 [  6960] By: jhi                                   on 2000/08/31  22:39:36
56822         Log: Further rewording.
56823      Branch: perl
56824            ! pp_ctl.c
56825 ____________________________________________________________________________
56826 [  6959] By: jhi                                   on 2000/08/31  21:26:44
56827         Log: More address tweaking.
56828      Branch: perl
56829            ! AUTHORS Changes
56830 ____________________________________________________________________________
56831 [  6958] By: jhi                                   on 2000/08/31  20:47:25
56832         Log: AUTHORS tweaks, from Peter Prymmer.
56833              
56834              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
56835              From: Peter Prymmer <pvhp@forte.com>
56836              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
56837              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
56838      Branch: perl
56839            ! AUTHORS MAINTAIN
56840 ____________________________________________________________________________
56841 [  6957] By: jhi                                   on 2000/08/31  20:34:43
56842         Log: perldelta tweaks.
56843      Branch: perl
56844            ! pod/perldelta.pod
56845 ____________________________________________________________________________
56846 [  6956] By: jhi                                   on 2000/08/31  19:11:06
56847         Log: Regen perltoc.
56848      Branch: perl
56849            ! pod/perltoc.pod
56850 ____________________________________________________________________________
56851 [  6955] By: jhi                                   on 2000/08/31  19:06:30
56852         Log: Clarify the mergesort situation.
56853      Branch: perl
56854            ! pp_ctl.c
56855 ____________________________________________________________________________
56856 [  6954] By: jhi                                   on 2000/08/31  18:24:17
56857         Log: Move the Solaris 7 scan to use64bitall, make the
56858              failure to find 64-bot sparc libc to mention the
56859              possibility of being in an intel, from Lupe and Alan.
56860      Branch: perl
56861            ! hints/solaris_2.sh
56862 ____________________________________________________________________________
56863 [  6953] By: jhi                                   on 2000/08/31  18:09:20
56864         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
56865              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
56866      Branch: metaconfig
56867            ! U/compline/d_gconvert.U U/threads/archname.U
56868      Branch: metaconfig/U/perl
56869            ! perlxv.U
56870      Branch: perl
56871            ! Configure config_h.SH sv.c
56872 ____________________________________________________________________________
56873 [  6952] By: jhi                                   on 2000/08/31  17:42:24
56874         Log: :: not allowed in pathnames, change to .
56875              
56876              Subject: [PATCH perl@6938] cygwin port
56877              From: "Fifer, Eric" <EFifer@sanwaint.com>
56878              Date: Thu, 31 Aug 2000 16:32:59 +0100
56879              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
56880      Branch: metaconfig/U/perl
56881            ! perlxv.U
56882 ____________________________________________________________________________
56883 [  6951] By: jhi                                   on 2000/08/31  17:02:05
56884         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
56885      Branch: perl
56886            ! perl.h
56887 ____________________________________________________________________________
56888 [  6950] By: jhi                                   on 2000/08/31  16:26:08
56889         Log: More author updates.
56890              
56891              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
56892              From: Simon Cozens <simon@cozens.net>
56893              Date: Thu, 31 Aug 2000 17:13:32 +0100
56894              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
56895      Branch: perl
56896            ! AUTHORS
56897 ____________________________________________________________________________
56898 [  6949] By: jhi                                   on 2000/08/31  16:04:49
56899         Log: POSIX doesn't report long double values under -Duselongdouble
56900              when the long doubles are "real" (bigger than doubles).
56901              
56902              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
56903              From: Spider Boardman <spider@peano.zk3.dec.com>
56904              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
56905              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
56906      Branch: perl
56907            ! ext/POSIX/POSIX.xs
56908 ____________________________________________________________________________
56909 [  6948] By: jhi                                   on 2000/08/31  15:25:10
56910         Log: Update Changes.
56911      Branch: perl
56912            ! Changes patchlevel.h
56913 ____________________________________________________________________________
56914 [  6947] By: jhi                                   on 2000/08/31  15:22:29
56915         Log: Document UNTIE in a very minimalistic way.
56916      Branch: perl
56917            ! pod/perlfunc.pod pod/perltie.pod
56918 ____________________________________________________________________________
56919 [  6946] By: jhi                                   on 2000/08/31  15:15:23
56920         Log: Document known failures.
56921      Branch: perl
56922            ! pod/perldelta.pod
56923 ____________________________________________________________________________
56924 [  6945] By: jhi                                   on 2000/08/31  15:07:00
56925         Log: Don't attach -ld to the archname if pointless.
56926      Branch: metaconfig
56927            ! U/threads/archname.U
56928      Branch: perl
56929            ! Configure config_h.SH
56930 ____________________________________________________________________________
56931 [  6944] By: jhi                                   on 2000/08/31  14:37:42
56932         Log: Wrap the test in eval.
56933              
56934              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
56935              From: Tim Jenness <timj@jach.hawaii.edu>
56936              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
56937              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
56938      Branch: perl
56939            ! t/lib/ftmp-security.t
56940 ____________________________________________________________________________
56941 [  6943] By: jhi                                   on 2000/08/31  14:30:57
56942         Log: Make -Dusemorebits find long doubles in Solaris.
56943      Branch: perl
56944            ! hints/solaris_2.sh
56945 ____________________________________________________________________________
56946 [  6942] By: jhi                                   on 2000/08/31  13:48:45
56947         Log: Clarify the third case of ftmp-security warnings.
56948      Branch: perl
56949            ! INSTALL
56950 ____________________________________________________________________________
56951 [  6941] By: jhi                                   on 2000/08/31  13:40:31
56952         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
56953              From: <abigail@foad.org>
56954              Date: Thu, 31 Aug 2000 01:35:05 -0400
56955              Message-ID: <20000831053505.32120.qmail@foad.org>
56956      Branch: perl
56957            ! pod/perldelta.pod
56958 ____________________________________________________________________________
56959 [  6940] By: jhi                                   on 2000/08/31  13:38:48
56960         Log: Issue useful diagnostic on unknown pod commands.
56961              
56962              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
56963              From: <abigail@foad.org>
56964              Date: Thu, 31 Aug 2000 03:41:18 -0400
56965              Message-ID: <20000831074118.24880.qmail@foad.org>
56966      Branch: perl
56967            ! lib/Pod/Man.pm
56968 ____________________________________________________________________________
56969 [  6939] By: jhi                                   on 2000/08/31  13:34:33
56970         Log: Reveal Borland's isnan.
56971              
56972              Subject: build with BC++ tweak
56973              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56974              Date: Thu, 31 Aug 2000 13:09:37 +0400
56975              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
56976      Branch: perl
56977            ! win32/win32.h
56978 ____________________________________________________________________________
56979 [  6938] By: jhi                                   on 2000/08/31  05:01:20
56980         Log: Update Changes.
56981      Branch: perl
56982            ! Changes patchlevel.h
56983 ____________________________________________________________________________
56984 [  6937] By: jhi                                   on 2000/08/31  04:26:23
56985         Log: sscanf() may be the only way to read long doubles from strings.
56986      Branch: metaconfig/U/perl
56987            ! longdblfio.U
56988      Branch: perl
56989            ! Configure config_h.SH perl.h util.c
56990 ____________________________________________________________________________
56991 [  6936] By: jhi                                   on 2000/08/31  04:18:19
56992         Log: The #6929 was too skimpy.
56993      Branch: perl
56994            ! sv.c
56995 ____________________________________________________________________________
56996 [  6935] By: jhi                                   on 2000/08/31  02:47:07
56997         Log: Subject: Re: typos in pods
56998              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56999              Date: Wed, 30 Aug 2000 19:25:34 -0700
57000              Message-ID: <eIcr5gzkg25X092yn@efn.org>
57001      Branch: perl
57002            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
57003 ____________________________________________________________________________
57004 [  6934] By: jhi                                   on 2000/08/31  02:42:55
57005         Log: Missed one Unicode file.
57006      Branch: perl
57007            + lib/unicode/UCDFF301.html
57008 ____________________________________________________________________________
57009 [  6933] By: jhi                                   on 2000/08/30  23:42:27
57010         Log: Update Changes.
57011      Branch: perl
57012            ! Changes patchlevel.h
57013 ____________________________________________________________________________
57014 [  6932] By: jhi                                   on 2000/08/30  23:40:07
57015         Log: Mention UNTIE in perldelta.  Still needs documenting
57016              in perltie et alia.
57017      Branch: perl
57018            ! pod/perldelta.pod
57019 ____________________________________________________________________________
57020 [  6931] By: jhi                                   on 2000/08/30  23:36:02
57021         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
57022              From: <abigail@foad.org>
57023              Date: Wed, 30 Aug 2000 19:28:07 -0400
57024              Message-ID: <20000830232807.305.qmail@foad.org>
57025      Branch: perl
57026            ! pod/perldelta.pod
57027 ____________________________________________________________________________
57028 [  6930] By: jhi                                   on 2000/08/30  23:32:40
57029         Log: Update to Unicode 3.0.1.
57030      Branch: perl
57031            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
57032            + lib/unicode/PropList.txt lib/unicode/README.perl
57033            + lib/unicode/UCD301.html lib/unicode/Unicode.301
57034            - lib/unicode/Props.txt lib/unicode/UCD300.html
57035            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
57036            ! (edit 257 files)
57037 ____________________________________________________________________________
57038 [  6929] By: jhi                                   on 2000/08/30  22:38:18
57039         Log: Heap decorruption.
57040              
57041              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
57042              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57043              Date: Wed, 30 Aug 2000 22:39:52 +0100
57044              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
57045      Branch: perl
57046            ! sv.c
57047 ____________________________________________________________________________
57048 [  6928] By: jhi                                   on 2000/08/30  22:29:34
57049         Log: Retract the dummy test, skip the security tests (instead of failing),
57050              explain what the warnings mean.
57051      Branch: perl
57052            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
57053 ____________________________________________________________________________
57054 [  6927] By: jhi                                   on 2000/08/30  22:14:13
57055         Log: Change the internal implementation of sort() to be mergesort
57056              instead of quicksort, from John Linderman <jpl@research.att.com>.
57057              Gives us better worst case, better average case, and stability.
57058              What's there not to like?  (Small fixes for threaded builds
57059              were required).
57060      Branch: perl
57061            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
57062 ____________________________________________________________________________
57063 [  6926] By: jhi                                   on 2000/08/30  20:55:20
57064         Log: A better fix for the Socket building problem from Craig Berry.
57065      Branch: perl
57066            ! vms/vms.c
57067 ____________________________________________________________________________
57068 [  6925] By: jhi                                   on 2000/08/30  20:20:25
57069         Log: Subject: [PATCH] Re: UNTIE method 
57070              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57071              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
57072              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
57073      Branch: perl
57074            ! pp_sys.c t/op/tie.t
57075 ____________________________________________________________________________
57076 [  6924] By: jhi                                   on 2000/08/30  20:17:11
57077         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
57078              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57079              Date: Wed, 30 Aug 2000 15:03:14 -0500
57080              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
57081      Branch: perl
57082            ! vms/vms.c
57083 ____________________________________________________________________________
57084 [  6923] By: jhi                                   on 2000/08/30  20:15:18
57085         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
57086              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57087              Date: Wed, 30 Aug 2000 13:30:36 -0500
57088              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
57089      Branch: perl
57090            ! vms/vms.c
57091 ____________________________________________________________________________
57092 [  6922] By: jhi                                   on 2000/08/30  19:54:43
57093         Log: Better options for rsync.
57094      Branch: perl
57095            ! pod/perlhack.pod
57096 ____________________________________________________________________________
57097 [  6921] By: jhi                                   on 2000/08/30  19:40:16
57098         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
57099              From: Rick Delaney <rick@consumercontact.com>
57100              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
57101              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
57102      Branch: perl
57103            ! pod/perlfunc.pod
57104 ____________________________________________________________________________
57105 [  6920] By: jhi                                   on 2000/08/30  19:36:40
57106         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
57107              From: Peter Prymmer <pvhp@forte.com>
57108              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
57109              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
57110      Branch: perl
57111            ! configure.com
57112 ____________________________________________________________________________
57113 [  6919] By: jhi                                   on 2000/08/30  14:52:02
57114         Log: Update Changes.
57115      Branch: perl
57116            ! Changes patchlevel.h
57117 ____________________________________________________________________________
57118 [  6918] By: jhi                                   on 2000/08/30  14:48:34
57119         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
57120      Branch: perl
57121            ! lib/ExtUtils/typemap
57122 ____________________________________________________________________________
57123 [  6917] By: jhi                                   on 2000/08/30  14:46:34
57124         Log: Subject: typos in pods
57125              From: Nicholas Clark <nick@ccl4.org>
57126              Date: Wed, 30 Aug 2000 01:12:50 +0100
57127              Message-ID: <20000830011249.A61388@plum.flirble.org>
57128      Branch: perl
57129            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
57130            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
57131            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
57132            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
57133 ____________________________________________________________________________
57134 [  6916] By: jhi                                   on 2000/08/30  14:19:09
57135         Log: Document Storable problems on Crays.  (Will have
57136              to document all the other Storable problems, too.)
57137      Branch: perl
57138            ! pod/perldelta.pod
57139 ____________________________________________________________________________
57140 [  6915] By: jhi                                   on 2000/08/30  14:06:02
57141         Log: Subject: [PATCH] fix misc cast warnings
57142              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57143              Date: Tue, 29 Aug 2000 23:16:14 -0700
57144              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
57145      Branch: perl
57146            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
57147            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
57148            ! os2/os2ish.h
57149 ____________________________________________________________________________
57150 [  6914] By: jhi                                   on 2000/08/30  14:03:45
57151         Log: Timestamp mismatch again.  Need to fix this dependence on
57152              config_h.SH timestamp, since it's the contents of config_h.SH
57153              that matter.
57154      Branch: perl
57155            ! uconfig.h uconfig.sh
57156 ____________________________________________________________________________
57157 [  6913] By: jhi                                   on 2000/08/30  13:54:06
57158         Log: Don't say "Perl 5.0 source kit".
57159      Branch: perl
57160            ! perl.c
57161 ____________________________________________________________________________
57162 [  6912] By: jhi                                   on 2000/08/30  13:51:24
57163         Log: Reset archname and archname64 always, forcing them be
57164              recomputed at each Configure run, make Configure and
57165              the hints files agree on the naming of largefiles variables.
57166      Branch: metaconfig
57167            ! U/threads/archname.U
57168      Branch: metaconfig/U/perl
57169            ! use64bits.U
57170      Branch: perl
57171            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
57172            ! hints/linux.sh hints/solaris_2.sh
57173 ____________________________________________________________________________
57174 [  6911] By: jhi                                   on 2000/08/30  13:30:13
57175         Log: Put back the slice accidentally removed by #6907.
57176      Branch: perl
57177            ! hints/solaris_2.sh
57178 ____________________________________________________________________________
57179 [  6910] By: jhi                                   on 2000/08/30  01:24:26
57180         Log: Be consistent: other Net::get* do export theirs.
57181              
57182              Subject: Re: Net::protoent does not export 'getproto'
57183              From: Yasushi Nakajima <sey@jkc.co.jp>
57184              Date: Wed, 30 Aug 2000 09:53:14 +0900
57185              Message-Id: <200008300051.DAA24700@taku.hut.fi>
57186      Branch: perl
57187            ! lib/Net/protoent.pm
57188 ____________________________________________________________________________
57189 [  6909] By: jhi                                   on 2000/08/30  01:17:25
57190         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
57191              From: Gurusamy Sarathy <gsar@ActiveState.com>
57192              Date: Tue, 29 Aug 2000 17:17:07 -0700
57193              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
57194      Branch: perl
57195            ! cop.h
57196 ____________________________________________________________________________
57197 [  6908] By: jhi                                   on 2000/08/30  00:58:05
57198         Log: Update Changes.
57199      Branch: perl
57200            ! Changes patchlevel.h
57201 ____________________________________________________________________________
57202 [  6907] By: jhi                                   on 2000/08/30  00:57:22
57203         Log: Introduce ccname to keep track of what compiler kind of we have.
57204      Branch: metaconfig/U/perl
57205            ! Checkcc.U gccvers.U
57206      Branch: perl
57207            ! Configure config_h.SH hints/solaris_2.sh
57208 ____________________________________________________________________________
57209 [  6906] By: jhi                                   on 2000/08/30  00:25:47
57210         Log: Put back the flags dump as reasoned in
57211              
57212              Subject: Re: [PATCH] Glob dumping
57213              From: Mike Guy <mjtg@cam.ac.uk> 
57214              Date: Tue, 29 Aug 2000 21:41:32 +0100
57215              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
57216      Branch: perl
57217            ! dump.c t/lib/peek.t
57218 ____________________________________________________________________________
57219 [  6905] By: jhi                                   on 2000/08/30  00:16:17
57220         Log: Make the epsilon to be relative, not absolute.
57221              
57222              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
57223              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
57224              Date: Tue, 29 Aug 2000 19:58:56 -0400
57225              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
57226      Branch: perl
57227            ! t/lib/trig.t
57228 ____________________________________________________________________________
57229 [  6904] By: jhi                                   on 2000/08/30  00:13:09
57230         Log: From now on, Gisle is on my list of usual suspects :-)
57231              Retract #6902.
57232      Branch: perl
57233            ! ext/Opcode/Safe.pm
57234 ____________________________________________________________________________
57235 [  6903] By: jhi                                   on 2000/08/29  23:51:20
57236         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
57237              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57238              Date: Tue, 29 Aug 2000 18:43:26 -0500
57239              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
57240      Branch: perl
57241            + vms/vmspipe.com
57242            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
57243            ! vms/vms.c
57244 ____________________________________________________________________________
57245 [  6902] By: jhi                                   on 2000/08/29  23:44:14
57246         Log: Retry what #6882 attempted.
57247              
57248              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
57249              From: Gisle Aas <gisle@ActiveState.com>
57250              Date: 30 Aug 2000 00:33:09 +0200
57251              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
57252      Branch: perl
57253            ! ext/Opcode/Safe.pm
57254 ____________________________________________________________________________
57255 [  6901] By: jhi                                   on 2000/08/29  22:59:32
57256         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57257              From: Hugo <hv@crypt.compulink.co.uk>
57258              Date: Mon, 12 Jun 2000 19:36:08 +0100
57259              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
57260      Branch: perl
57261            ! sv.c
57262 ____________________________________________________________________________
57263 [  6900] By: jhi                                   on 2000/08/29  22:58:35
57264         Log: Admit that we are leaking scalars.
57265              
57266              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
57267              From: Spider Boardman <spider@leggy.zk3.dec.com>
57268              Date: Tue, 29 Aug 2000 18:48:29 -0400
57269              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
57270      Branch: perl
57271            ! t/pragma/warnings.t
57272 ____________________________________________________________________________
57273 [  6899] By: jhi                                   on 2000/08/29  20:53:13
57274         Log: Update Changes.
57275      Branch: perl
57276            ! Changes patchlevel.h
57277 ____________________________________________________________________________
57278 [  6898] By: jhi                                   on 2000/08/29  20:46:21
57279         Log: Undo namespace pollution of #6878.
57280              
57281              Subject: Re: Net::protoent does not export 'getproto'
57282              From: Mike Guy <mjtg@cam.ac.uk>
57283              Date: Tue, 29 Aug 2000 21:32:37 +0100
57284              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
57285      Branch: perl
57286            ! lib/Net/protoent.pm
57287 ____________________________________________________________________________
57288 [  6897] By: jhi                                   on 2000/08/29  20:44:29
57289         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
57290              From: Peter Prymmer <pvhp@forte.com>
57291              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
57292              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
57293      Branch: perl
57294            ! pod/perlebcdic.pod
57295 ____________________________________________________________________________
57296 [  6896] By: jhi                                   on 2000/08/29  20:40:57
57297         Log: There's no point repeating the 'revision' (5) of perl5.
57298      Branch: metaconfig/U/perl
57299            ! Devel.U patchlevel.U
57300      Branch: perl
57301            ! Configure config_h.SH
57302 ____________________________________________________________________________
57303 [  6895] By: jhi                                   on 2000/08/29  20:16:58
57304         Log: Regen Configure for #6894.
57305      Branch: metaconfig/U/perl
57306            ! perladmin.U
57307      Branch: perl
57308            ! Configure config_h.SH
57309 ____________________________________________________________________________
57310 [  6894] By: jhi                                   on 2000/08/29  19:59:52
57311         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
57312              From: "Philip Newton" <Philip.Newton@gmx.net>
57313              Date: Tue, 29 Aug 2000 21:39:14 +0200
57314              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
57315      Branch: perl
57316            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
57317            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
57318            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
57319            ! utils/perlbug.PL
57320 ____________________________________________________________________________
57321 [  6893] By: jhi                                   on 2000/08/29  19:55:30
57322         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
57323              From: "Philip Newton" <Philip.Newton@gmx.net>
57324              Date: Tue, 29 Aug 2000 21:39:14 +0200
57325              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
57326      Branch: perl
57327            ! installhtml
57328 ____________________________________________________________________________
57329 [  6892] By: jhi                                   on 2000/08/29  19:53:59
57330         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
57331              From: "Philip Newton" <Philip.Newton@gmx.net>
57332              Date: Tue, 29 Aug 2000 21:48:18 +0200
57333              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
57334      Branch: perl
57335            ! lib/File/Temp.pm
57336 ____________________________________________________________________________
57337 [  6891] By: jhi                                   on 2000/08/29  18:30:03
57338         Log: Nail the ID 20000828.023.
57339      Branch: perl
57340            ! ext/Storable/Storable.xs
57341 ____________________________________________________________________________
57342 [  6890] By: jhi                                   on 2000/08/29  16:50:17
57343         Log: Under usethreads the dumped variable is IN_PAD.
57344              
57345              Subject: Re: [PATCH] Glob dumping
57346              From: Gisle Aas <gisle@ActiveState.com>
57347              Date: 29 Aug 2000 18:45:05 +0200
57348              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
57349      Branch: perl
57350            ! t/lib/peek.t
57351 ____________________________________________________________________________
57352 [  6889] By: jhi                                   on 2000/08/29  15:17:37
57353         Log: Update Changes.
57354      Branch: perl
57355            ! Changes patchlevel.h
57356 ____________________________________________________________________________
57357 [  6888] By: jhi                                   on 2000/08/29  14:49:59
57358         Log: Retract #6882, broke the safe tests.
57359      Branch: perl
57360            ! ext/Opcode/Safe.pm
57361 ____________________________________________________________________________
57362 [  6887] By: jhi                                   on 2000/08/29  14:47:06
57363         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
57364              From: Gisle Aas <gisle@ActiveState.com> 
57365              Date: 09 Jun 2000 20:00:11 +0200
57366              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
57367      Branch: perl
57368            ! utils/perldoc.PL
57369 ____________________________________________________________________________
57370 [  6886] By: jhi                                   on 2000/08/29  14:42:45
57371         Log: The #6881 removed one dump line.
57372      Branch: perl
57373            ! t/lib/peek.t
57374 ____________________________________________________________________________
57375 [  6885] By: jhi                                   on 2000/08/29  14:30:47
57376         Log: Don't forget to tidy up.
57377      Branch: perl
57378            ! t/lib/ftmp-security.t
57379 ____________________________________________________________________________
57380 [  6884] By: jhi                                   on 2000/08/29  14:25:17
57381         Log: Disabling the one test is a bit tricky.
57382      Branch: perl
57383            ! t/lib/ftmp-security.t
57384 ____________________________________________________________________________
57385 [  6883] By: jhi                                   on 2000/08/29  14:16:25
57386         Log: Disable one of the tests for now.
57387      Branch: perl
57388            ! t/lib/ftmp-security.t
57389 ____________________________________________________________________________
57390 [  6882] By: jhi                                   on 2000/08/29  14:05:50
57391         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
57392              From: gisle@aas.no
57393              Date: 29 Aug 2000 10:35:06 -0000
57394              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
57395      Branch: perl
57396            ! ext/Opcode/Safe.pm
57397 ____________________________________________________________________________
57398 [  6881] By: jhi                                   on 2000/08/29  14:03:51
57399         Log: Subject: [PATCH] Glob dumping
57400              From: Gisle Aas <gisle@ActiveState.com>
57401              Date: 29 Aug 2000 07:59:42 -0000
57402              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
57403      Branch: perl
57404            ! dump.c
57405 ____________________________________________________________________________
57406 [  6880] By: jhi                                   on 2000/08/29  14:02:01
57407         Log: Subject: [PATCH] Warnings in B::Deparse
57408              From: <abigail@foad.org>
57409              Date: Tue, 29 Aug 2000 00:00:01 -0400
57410              Message-ID: <20000829040001.2999.qmail@foad.org>
57411      Branch: perl
57412            ! ext/B/B/Deparse.pm
57413 ____________________________________________________________________________
57414 [  6879] By: jhi                                   on 2000/08/29  13:57:26
57415         Log: Missed a change in #6869.
57416      Branch: perl
57417            ! mg.c
57418 ____________________________________________________________________________
57419 [  6878] By: jhi                                   on 2000/08/29  13:45:04
57420         Log: Subject: Net::protoent does not export 'getproto'
57421              From: Yasushi Nakajima <sey@jkc.co.jp>
57422              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
57423      Branch: perl
57424            ! lib/Net/protoent.pm
57425 ____________________________________________________________________________
57426 [  6877] By: jhi                                   on 2000/08/29  13:39:19
57427         Log: Patches all over for people and the files they (hopefully) care about.
57428      Branch: perl
57429            ! AUTHORS Changes MAINTAIN
57430 ____________________________________________________________________________
57431 [  6876] By: jhi                                   on 2000/08/29  12:53:54
57432         Log: Fix for thinko in #6848.
57433              
57434              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57435              From: Lupe Christoph <lupe@lupe-christoph.de>
57436              Date: Tue, 29 Aug 2000 09:04:08 +0200
57437              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
57438      Branch: perl
57439            ! ext/Thread/Thread.xs
57440 ____________________________________________________________________________
57441 [  6875] By: jhi                                   on 2000/08/29  12:50:14
57442         Log: Update to Getopt::Long 2.24, from Johan Vromans.
57443      Branch: perl
57444            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57445 ____________________________________________________________________________
57446 [  6874] By: jhi                                   on 2000/08/29  02:09:53
57447         Log: Use minimal @INC in tests, most of the time just '../lib',
57448              so that we simply can't pick up stuff from other Perls than
57449              the one we are testing.  Pointed out by
57450              
57451              From: Mike Guy <mjtg@cam.ac.uk>
57452              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
57453              Date: Fri, 25 Aug 2000 15:15:59 +0100
57454              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
57455      Branch: perl
57456            ! (edit 185 files)
57457 ____________________________________________________________________________
57458 [  6873] By: jhi                                   on 2000/08/29  01:07:11
57459         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
57460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57461              Date: Mon, 28 Aug 2000 17:45:52 -0700
57462              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
57463      Branch: perl
57464            ! Makefile.SH hints/os2.sh
57465 ____________________________________________________________________________
57466 [  6872] By: jhi                                   on 2000/08/28  23:33:39
57467         Log: Subject: [PATCH bleedperl@6866] spellings
57468              From: marcel@codewerk.com (Marcel Grunauer)
57469              Date: Tue, 29 Aug 2000 01:19:59 +0200
57470              Message-Id: <200008282319.BAA29862@gandalf.local>
57471      Branch: perl
57472            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
57473            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
57474            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
57475 ____________________________________________________________________________
57476 [  6871] By: jhi                                   on 2000/08/28  23:22:09
57477         Log: Take out the SUIDMAIL thing, that will not be
57478              a problem in 5.7.*.
57479      Branch: perl
57480            ! patchlevel.h
57481 ____________________________________________________________________________
57482 [  6870] By: jhi                                   on 2000/08/28  23:19:30
57483         Log: -S is the silent flag, -s is the strip flag.
57484              
57485              Subject: [PATCH] Re: [PATCH] make no-install          
57486              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57487              Date: Mon, 28 Aug 2000 15:12:55 -0700
57488              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
57489      Branch: perl
57490            ! Makefile.SH
57491 ____________________________________________________________________________
57492 [  6869] By: jhi                                   on 2000/08/28  23:12:05
57493         Log: Subject: [PATCH bleedperl@6856] warnings fixes
57494              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57495              Date: Mon, 28 Aug 2000 23:55:06 +0100
57496              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
57497      Branch: perl
57498            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
57499            ! warnings.h warnings.pl
57500 ____________________________________________________________________________
57501 [  6868] By: jhi                                   on 2000/08/28  21:38:22
57502         Log: Potential cruft.
57503      Branch: perl
57504            ! Makefile.SH
57505 ____________________________________________________________________________
57506 [  6867] By: jhi                                   on 2000/08/28  21:35:36
57507         Log: Update Changes.
57508      Branch: perl
57509            ! Changes patchlevel.h
57510 ____________________________________________________________________________
57511 [  6866] By: jhi                                   on 2000/08/28  21:33:49
57512         Log: Subject: hv.h Doc Patch
57513              From: Fisher Mark <fisherm@tce.com>
57514              Date: Mon, 28 Aug 2000 16:24:59 -0500
57515              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
57516      Branch: perl
57517            ! hv.h
57518 ____________________________________________________________________________
57519 [  6865] By: jhi                                   on 2000/08/28  21:02:15
57520         Log: Add -ld to archname on long tr...double platforms.
57521      Branch: metaconfig
57522            ! U/threads/archname.U
57523      Branch: perl
57524            ! Configure config_h.SH
57525 ____________________________________________________________________________
57526 [  6864] By: jhi                                   on 2000/08/28  20:38:59
57527         Log: An attempt to fix the problem reported in
57528              
57529              Subject: Building perl@6856 using gcc/AIX 4.3.3 
57530              From: Daniel Muino <dmuino@afip.gov.ar> 
57531              Date: Mon, 28 Aug 2000 15:50:01 -0300   
57532              Message-ID: <20000828155001.A14403@con2-dgi>
57533              
57534              I can't test this properly since the gcc installation I have
57535              access to seems to be botched (gcc is calling the AIX cpp,
57536              a losing proposition...)
57537      Branch: perl
57538            ! hints/aix.sh
57539 ____________________________________________________________________________
57540 [  6863] By: jhi                                   on 2000/08/28  18:57:52
57541         Log: Fix for ID 20000828.001, long doubles were not formatted
57542              correctly (showed up in $], which stopped installing perl).
57543      Branch: perl
57544            ! sv.c
57545 ____________________________________________________________________________
57546 [  6862] By: jhi                                   on 2000/08/28  18:07:15
57547         Log: Typo in #6858.
57548      Branch: perl
57549            ! lib/Cwd.pm
57550 ____________________________________________________________________________
57551 [  6861] By: jhi                                   on 2000/08/28  17:57:27
57552         Log: opmini.o may be left around if a build is interrupted.
57553      Branch: perl
57554            ! Makefile.SH
57555 ____________________________________________________________________________
57556 [  6860] By: jhi                                   on 2000/08/28  16:52:50
57557         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57558              From: Daniel Chetlin <daniel@chetlin.com>
57559              Date: Mon, 28 Aug 2000 01:14:18 -0700
57560              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
57561      Branch: perl
57562            ! lib/overload.pm
57563 ____________________________________________________________________________
57564 [  6859] By: jhi                                   on 2000/08/28  16:08:46
57565         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57566              From: Nicholas Clark <nick@ccl4.org>
57567              Date: Mon, 28 Aug 2000 16:03:27 +0100
57568              Message-Id: <20000828160327.C49785@plum.flirble.org>
57569      Branch: perl
57570            ! ext/ByteLoader/bytecode.h
57571 ____________________________________________________________________________
57572 [  6858] By: jhi                                   on 2000/08/28  16:02:10
57573         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57574              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
57575              Date: Mon, 28 Aug 2000 13:08:30 +0200
57576              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
57577      Branch: perl
57578            ! lib/Cwd.pm
57579 ____________________________________________________________________________
57580 [  6857] By: jhi                                   on 2000/08/28  15:42:47
57581         Log: display_format used as a class method without arguments was broken,
57582              reported in
57583              
57584              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57585              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
57586              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
57587              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
57588      Branch: perl
57589            ! lib/Math/Complex.pm t/lib/complex.t
57590 ____________________________________________________________________________
57591 [  6856] By: jhi                                   on 2000/08/27  22:09:48
57592         Log: Update Changes.
57593      Branch: perl
57594            ! Changes patchlevel.h
57595 ____________________________________________________________________________
57596 [  6855] By: jhi                                   on 2000/08/27  21:59:21
57597         Log: Retract #6853 (false alarm).
57598      Branch: perl
57599            ! lib/ExtUtils/xsubpp
57600 ____________________________________________________________________________
57601 [  6854] By: jhi                                   on 2000/08/27  21:37:44
57602         Log: Update Changes.
57603      Branch: perl
57604            ! Changes patchlevel.h
57605 ____________________________________________________________________________
57606 [  6853] By: jhi                                   on 2000/08/27  21:37:16
57607         Log: Subject: [PATCH perl@6850] workaround for xsubpp
57608              From: Hugo <hv@crypt.compulink.co.uk>
57609              Date: Sun, 27 Aug 2000 22:30:25 +0100
57610              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
57611      Branch: perl
57612            ! lib/ExtUtils/xsubpp
57613 ____________________________________________________________________________
57614 [  6852] By: jhi                                   on 2000/08/27  21:33:58
57615         Log: Big-endian 64-bit patch from Raphael Manfredi.
57616      Branch: perl
57617            ! ext/Storable/Storable.xs
57618 ____________________________________________________________________________
57619 [  6851] By: jhi                                   on 2000/08/27  21:22:21
57620         Log: More ruthless editing from Hugo van der Sanden.
57621      Branch: perl
57622            ! pod/perldelta.pod
57623 ____________________________________________________________________________
57624 [  6850] By: jhi                                   on 2000/08/27  16:11:46
57625         Log: Update Changes.
57626      Branch: perl
57627            ! Changes patchlevel.h
57628 ____________________________________________________________________________
57629 [  6849] By: jhi                                   on 2000/08/27  16:11:05
57630         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
57631      Branch: perl
57632            ! configpm pod/perldelta.pod
57633 ____________________________________________________________________________
57634 [  6848] By: jhi                                   on 2000/08/27  15:35:08
57635         Log: Use the actual thread type, not the pointer-to-struct.
57636      Branch: perl
57637            ! ext/Thread/Thread.xs
57638 ____________________________________________________________________________
57639 [  6847] By: jhi                                   on 2000/08/27  15:30:49
57640         Log: Test nit.
57641      Branch: perl
57642            ! t/pragma/warn/pp_sys
57643 ____________________________________________________________________________
57644 [  6846] By: jhi                                   on 2000/08/27  15:19:02
57645         Log: Passing -R in ldflags makes now it to appear in the default
57646              for lddlflags, just like with -L.
57647              
57648              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57649              From: Lupe Christoph <lupe@lupe-christoph.de>
57650              Date: Sun, 27 Aug 2000 10:28:21 +0200
57651              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
57652      Branch: metaconfig/U/perl
57653            ! dlsrc.U
57654      Branch: perl
57655            ! Configure
57656 ____________________________________________________________________________
57657 [  6845] By: jhi                                   on 2000/08/27  15:08:54
57658         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57659              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57660              Date: Sat, 26 Aug 2000 22:23:27 +0100
57661              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
57662      Branch: perl
57663            ! lib/ExtUtils/MM_Unix.pm
57664 ____________________________________________________________________________
57665 [  6844] By: jhi                                   on 2000/08/27  15:02:37
57666         Log: DJGPP update from Laszlo Molnar.
57667              
57668              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
57669              From: ml1050 <ml1050@freemail.hu>
57670              Date: Sat, 26 Aug 2000 23:24:40 +0200
57671              Message-Id: <20000826232440.A439@freemail.hu>
57672      Branch: perl
57673            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
57674            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
57675 ____________________________________________________________________________
57676 [  6843] By: jhi                                   on 2000/08/27  14:53:58
57677         Log: Subject: installman buglet
57678              From: Lupe Christoph <lupe@lupe-christoph.de>
57679              Date: Sun, 27 Aug 2000 14:38:59 +0200
57680              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
57681      Branch: perl
57682            ! installman
57683 ____________________________________________________________________________
57684 [  6842] By: jhi                                   on 2000/08/27  14:52:08
57685         Log: Can't get the test to reliably work thanks to the
57686              inaccurateness of floating point.  "Resolves" bug ids
57687              20000826.003, 20000826.009, 20000826.010,
57688      Branch: perl
57689            ! t/lib/trig.t
57690 ____________________________________________________________________________
57691 [  6841] By: jhi                                   on 2000/08/26  15:53:58
57692         Log: Update Changes.
57693      Branch: perl
57694            ! Changes patchlevel.h
57695 ____________________________________________________________________________
57696 [  6840] By: jhi                                   on 2000/08/26  14:23:03
57697         Log: grep -e isn't portable.
57698              
57699              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57700              From: chris@broadband.att.com
57701              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
57702              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
57703      Branch: perl
57704            ! hints/solaris_2.sh
57705 ____________________________________________________________________________
57706 [  6839] By: jhi                                   on 2000/08/26  14:12:23
57707         Log: no-install target a la make -n.
57708              
57709              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57710              From: <abigail@foad.org>
57711              Date: Sat, 26 Aug 2000 03:57:34 -0400
57712              Message-ID: <20000826075735.18912.qmail@foad.org>
57713      Branch: perl
57714            ! Makefile.SH installman installperl
57715 ____________________________________________________________________________
57716 [  6838] By: jhi                                   on 2000/08/26  14:06:33
57717         Log: Retract #6826 as the #6828 should be do the same
57718              in a More Correct Way.
57719      Branch: perl
57720            ! installperl
57721 ____________________________________________________________________________
57722 [  6837] By: jhi                                   on 2000/08/26  05:24:00
57723         Log: More casting.
57724      Branch: perl
57725            ! ext/Storable/Storable.xs
57726 ____________________________________________________________________________
57727 [  6836] By: jhi                                   on 2000/08/26  05:05:46
57728         Log: Nicer in decimal.
57729      Branch: perl
57730            ! ext/Storable/Storable.xs
57731 ____________________________________________________________________________
57732 [  6835] By: jhi                                   on 2000/08/26  05:03:50
57733         Log: There be no UVdf.
57734      Branch: perl
57735            ! ext/Storable/Storable.xs
57736 ____________________________________________________________________________
57737 [  6834] By: jhi                                   on 2000/08/26  05:00:18
57738         Log: Continue IVdfing and UVxfing.
57739      Branch: perl
57740            ! ext/Storable/Storable.xs
57741 ____________________________________________________________________________
57742 [  6833] By: jhi                                   on 2000/08/26  04:53:14
57743         Log: Use IVdf.
57744      Branch: perl
57745            ! ext/Storable/Storable.xs
57746 ____________________________________________________________________________
57747 [  6832] By: jhi                                   on 2000/08/26  04:40:41
57748         Log: Document PTR2XX and INT2PTR.
57749      Branch: perl
57750            ! pod/perlguts.pod
57751 ____________________________________________________________________________
57752 [  6831] By: jhi                                   on 2000/08/26  04:33:18
57753         Log: Use UVxf, PTR2UV, NVff.
57754      Branch: perl
57755            ! ext/Storable/Storable.xs
57756 ____________________________________________________________________________
57757 [  6830] By: jhi                                   on 2000/08/26  04:31:32
57758         Log: Update the test count.
57759      Branch: perl
57760            ! t/lib/trig.t
57761 ____________________________________________________________________________
57762 [  6829] By: jhi                                   on 2000/08/26  03:05:50
57763         Log: Subject: [PATCH] installation not quite silent yet.
57764              From: <abigail@foad.org>
57765              Date: Fri, 25 Aug 2000 20:07:53 -0400
57766              Message-ID: <20000826000753.7822.qmail@foad.org>
57767      Branch: perl
57768            ! installman installperl
57769 ____________________________________________________________________________
57770 [  6828] By: jhi                                   on 2000/08/26  03:05:14
57771         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57772              From: Spider Boardman <spider@web.zk3.dec.com>
57773              Date: Fri, 25 Aug 2000 19:12:40 -0400
57774              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
57775      Branch: perl
57776            ! gv.c
57777 ____________________________________________________________________________
57778 [  6827] By: jhi                                   on 2000/08/25  23:54:34
57779         Log: Support preserving extremely big/small angles.
57780      Branch: perl
57781            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
57782 ____________________________________________________________________________
57783 [  6826] By: jhi                                   on 2000/08/25  23:01:20
57784         Log: Patch installperl to be long double-aware.
57785              
57786              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57787              From: Spider Boardman <spider@web.zk3.dec.com>
57788              Date: Fri, 25 Aug 2000 18:15:23 -0400
57789              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
57790      Branch: perl
57791            ! installperl
57792 ____________________________________________________________________________
57793 [  6825] By: jhi                                   on 2000/08/25  22:58:25
57794         Log: Remove duplicately applied patch shards.
57795              
57796              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57797              From: Spider Boardman <spider@leggy.zk3.dec.com>
57798              Date: Fri, 25 Aug 2000 16:45:03 -0400
57799              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
57800      Branch: perl
57801            ! t/lib/cgi-html.t
57802 ____________________________________________________________________________
57803 [  6824] By: jhi                                   on 2000/08/25  22:57:00
57804         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57805              From: Daniel Chetlin <daniel@chetlin.com>
57806              Date: Fri, 25 Aug 2000 12:23:16 -0700
57807              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
57808              
57809              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57810              From: Daniel Chetlin <daniel@chetlin.com>
57811              Date: Fri, 25 Aug 2000 14:47:19 -0700
57812              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
57813      Branch: perl
57814            ! installman
57815 ____________________________________________________________________________
57816 [  6823] By: jhi                                   on 2000/08/25  22:44:17
57817         Log: Timestamp problem?
57818      Branch: perl
57819            ! uconfig.h uconfig.sh
57820 ____________________________________________________________________________
57821 [  6822] By: jhi                                   on 2000/08/25  19:01:06
57822         Log: One forgotten file from #6816.
57823      Branch: perl
57824            ! vos/config.h
57825 ____________________________________________________________________________
57826 [  6821] By: jhi                                   on 2000/08/25  18:56:39
57827         Log: Regen Changes.
57828      Branch: perl
57829            ! Changes patchlevel.h
57830 ____________________________________________________________________________
57831 [  6820] By: jhi                                   on 2000/08/25  18:52:35
57832         Log: Fix Changes ordering.
57833      Branch: perl
57834            ! Changes
57835 ____________________________________________________________________________
57836 [  6819] By: jhi                                   on 2000/08/25  18:50:25
57837         Log: Update Changes.
57838      Branch: perl
57839            ! Changes patchlevel.h
57840 ____________________________________________________________________________
57841 [  6818] By: jhi                                   on 2000/08/25  18:47:45
57842         Log: Tweak the sfio/useperlio logic, hopefully as wished in
57843              
57844              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57845              From: Nicholas Clark <nick@babyhippo.co.uk>
57846              Date: Fri, 25 Aug 2000 12:01:45 +0100
57847              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
57848      Branch: metaconfig/U/perl
57849            ! d_sfio.U
57850      Branch: perl
57851            ! Configure
57852 ____________________________________________________________________________
57853 [  6817] By: jhi                                   on 2000/08/25  18:32:51
57854         Log: Allow microperl to assume <math.h>, without it the math
57855              functions like floor() are assumed to return int, which makes
57856              for core dumps in machines where integer and floating register
57857              don't mix.
57858      Branch: perl
57859            ! uconfig.h uconfig.sh
57860 ____________________________________________________________________________
57861 [  6816] By: jhi                                   on 2000/08/25  18:27:17
57862         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57863              the problem reported in
57864              
57865              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57866              From: danhale@us.ibm.com
57867              Date: Fri, 25 Aug 2000 10:58:06 -0400
57868              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
57869      Branch: metaconfig/U/perl
57870            + d_socks5_init.U
57871      Branch: perl
57872            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
57873            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
57874            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
57875            ! win32/config.gc win32/config.vc
57876 ____________________________________________________________________________
57877 [  6815] By: jhi                                   on 2000/08/25  17:43:31
57878         Log: A solution for the retrieve_fd autosplit warning,
57879              idea suggested by Mike Guy.
57880      Branch: perl
57881            ! ext/Storable/Storable.pm
57882 ____________________________________________________________________________
57883 [  6814] By: jhi                                   on 2000/08/25  17:16:03
57884         Log: Add install-silent target.
57885      Branch: perl
57886            ! Makefile.SH
57887 ____________________________________________________________________________
57888 [  6813] By: jhi                                   on 2000/08/25  17:14:23
57889         Log: Subject: Re: [PATCH] More silencing of installman.
57890              From: <abigail@foad.org>
57891              Date: Thu, 24 Aug 2000 19:27:03 -0400
57892              Message-ID: <20000824232703.7001.qmail@foad.org>
57893              
57894              Subject: Re: [PATCH] More silencing of installman.
57895              From: <abigail@foad.org>
57896              Date: Fri, 25 Aug 2000 03:00:58 -0400
57897              Message-ID: <20000825070058.10697.qmail@foad.org>
57898      Branch: perl
57899            ! installman
57900 ____________________________________________________________________________
57901 [  6812] By: jhi                                   on 2000/08/25  17:11:28
57902         Log: installperl --verbose and --silent.
57903              
57904              Subject: Re: [PATCH] More silencing of installman.
57905              From: <abigail@foad.org>
57906              Message-ID: <20000825064430.9719.qmail@foad.org>
57907              Date: Fri, 25 Aug 2000 02:44:30 -0400
57908      Branch: perl
57909            ! installperl
57910 ____________________________________________________________________________
57911 [  6811] By: jhi                                   on 2000/08/25  17:05:43
57912         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57913              From: "Peter J. Farley III" <pjfarley@banet.net>
57914              Date: Thu, 24 Aug 2000 21:58:03 -0400
57915              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
57916              
57917              (applied slightly modified)
57918      Branch: perl
57919            ! lib/ExtUtils/MM_Unix.pm
57920 ____________________________________________________________________________
57921 [  6810] By: jhi                                   on 2000/08/25  17:01:18
57922         Log: Missing parts of 
57923              
57924              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57925              From: Peter Prymmer <pvhp@forte.com>
57926              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
57927              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
57928      Branch: perl
57929            ! t/lib/cgi-html.t
57930 ____________________________________________________________________________
57931 [  6809] By: jhi                                   on 2000/08/25  16:46:32
57932         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57933              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57934              Date: Thu, 24 Aug 2000 19:13:11 -0500
57935              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
57936      Branch: perl
57937            ! vms/vms.c
57938 ____________________________________________________________________________
57939 [  6808] By: jhi                                   on 2000/08/25  16:39:22
57940         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
57941              From: Peter Prymmer <pvhp@forte.com>
57942              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
57943              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
57944      Branch: perl
57945            ! configure.com
57946 ____________________________________________________________________________
57947 [  6807] By: jhi                                   on 2000/08/25  16:36:37
57948         Log: Better wording for the vec lvalue diagnostic.
57949              
57950              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57951              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57952              Date: Wed, 23 Aug 2000 14:12:16 -0400
57953              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
57954      Branch: perl
57955            ! pod/perldiag.pod
57956 ____________________________________________________________________________
57957 [  6806] By: jhi                                   on 2000/08/24  18:17:22
57958         Log: Subject: [PATCH] More silencing of installman.
57959              From: <abigail@foad.org>
57960              Date: Thu, 24 Aug 2000 14:01:44 -0400
57961              Message-ID: <20000824180144.20062.qmail@foad.org>
57962      Branch: perl
57963            ! installman
57964 ____________________________________________________________________________
57965 [  6805] By: jhi                                   on 2000/08/24  15:00:31
57966         Log: Update Changes.
57967      Branch: perl
57968            ! Changes patchlevel.h
57969 ____________________________________________________________________________
57970 [  6804] By: jhi                                   on 2000/08/24  14:59:07
57971         Log: Regen perltoc.
57972      Branch: perl
57973            ! pod/perltoc.pod
57974 ____________________________________________________________________________
57975 [  6803] By: jhi                                   on 2000/08/24  14:44:39
57976         Log: Show the doc file, not the temp file.
57977      Branch: perl
57978            ! installman
57979 ____________________________________________________________________________
57980 [  6802] By: jhi                                   on 2000/08/24  14:41:53
57981         Log: Continue silencing.
57982      Branch: perl
57983            ! installman
57984 ____________________________________________________________________________
57985 [  6801] By: jhi                                   on 2000/08/24  14:34:40
57986         Log: Actually do something with the silencer option.
57987      Branch: perl
57988            ! installman
57989 ____________________________________________________________________________
57990 [  6800] By: jhi                                   on 2000/08/24  14:26:22
57991         Log: Make installman to recognize the silence flag -S.
57992      Branch: perl
57993            ! installman
57994 ____________________________________________________________________________
57995 [  6799] By: jhi                                   on 2000/08/24  13:49:38
57996         Log: DOS patches and portability/porting notes, from Tim Jenness.
57997      Branch: perl
57998            ! lib/File/Temp.pm
57999 ____________________________________________________________________________
58000 [  6798] By: jhi                                   on 2000/08/24  13:48:27
58001         Log: Create directories in silence.
58002              
58003              Subject: [PATCH] Another silencer for MakeMaker
58004              From: andreas.koenig@anima.de (Andreas J. Koenig)
58005              Date: 24 Aug 2000 14:18:52 +0200
58006              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
58007      Branch: perl
58008            ! lib/ExtUtils/Command.pm
58009 ____________________________________________________________________________
58010 [  6797] By: jhi                                   on 2000/08/24  13:46:42
58011         Log: More liberal parsing of version numbers.
58012              
58013              Subject: Re: CPAN.pm beta for testing available
58014              From: andreas.koenig@anima.de (Andreas J. Koenig)
58015              Date: 24 Aug 2000 13:51:57 +0200
58016              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
58017      Branch: perl
58018            ! lib/CPAN.pm
58019 ____________________________________________________________________________
58020 [  6796] By: jhi                                   on 2000/08/24  13:44:36
58021         Log: Make "make install" by default silent.  A new "install-verbose"
58022              target is verbose.
58023      Branch: perl
58024            ! Makefile.SH
58025 ____________________________________________________________________________
58026 [  6795] By: jhi                                   on 2000/08/24  13:39:14
58027         Log: Add silencer flags to installperl.
58028              
58029              Subject: [PATCH] Making installperl silent.
58030              From: <abigail@foad.org>
58031              Date: Thu, 24 Aug 2000 05:01:45 -0400
58032              Message-ID: <20000824090145.13141.qmail@foad.org>
58033      Branch: perl
58034            ! installperl
58035 ____________________________________________________________________________
58036 [  6794] By: jhi                                   on 2000/08/24  13:35:50
58037         Log: installperl couldn't tell whether it had run tests or not.
58038              
58039              Subject: [PATCH] Re: installperl and t/TEST
58040              From: <abigail@foad.org>
58041              Date: Thu, 24 Aug 2000 04:00:53 -0400
58042              Message-ID: <20000824080053.2494.qmail@foad.org>
58043      Branch: perl
58044            ! Makefile.SH installperl
58045 ____________________________________________________________________________
58046 [  6793] By: jhi                                   on 2000/08/24  13:27:50
58047         Log: Drop the separate perlbc, perlcc -b should be enough.
58048      Branch: perl
58049            - utils/perlbc.PL
58050            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
58051 ____________________________________________________________________________
58052 [  6792] By: jhi                                   on 2000/08/24  04:41:30
58053         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
58054              plus the typo fix from Peter Prymmer.
58055      Branch: perl
58056            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
58057            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
58058 ____________________________________________________________________________
58059 [  6791] By: jhi                                   on 2000/08/24  02:10:43
58060         Log: Replace #6705 with a minimal doc patch.
58061              
58062              Subject: [PATCH 5.6.0] replace change #6705
58063              From: Jan Dubois <jand@ActiveState.com>
58064              Date: Wed, 23 Aug 2000 18:31:51 -0700
58065              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
58066      Branch: perl
58067            ! lib/Win32.pod win32/win32.c
58068 ____________________________________________________________________________
58069 [  6790] By: jhi                                   on 2000/08/23  17:52:00
58070         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58071              From: Mike Guy <mjtg@cam.ac.uk>
58072              Date: Wed, 23 Aug 2000 18:38:46 +0100
58073              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
58074      Branch: perl
58075            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
58076 ____________________________________________________________________________
58077 [  6789] By: jhi                                   on 2000/08/23  15:34:21
58078         Log: Update Changes.
58079      Branch: perl
58080            ! Changes patchlevel.h
58081 ____________________________________________________________________________
58082 [  6788] By: jhi                                   on 2000/08/23  15:33:40
58083         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
58084              From: Wilfredo Sánchez <wsanchez@apple.com>
58085              Date: Tue, 22 Aug 2000 19:31:27 -0700
58086              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
58087      Branch: perl
58088            ! perl.h
58089 ____________________________________________________________________________
58090 [  6787] By: jhi                                   on 2000/08/23  15:29:31
58091         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
58092              From: Spider Boardman <spider@leggy.zk3.dec.com>
58093              Date: Wed, 23 Aug 2000 10:33:23 -0400
58094              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
58095      Branch: perl
58096            ! lib/Pod/Html.pm
58097 ____________________________________________________________________________
58098 [  6786] By: jhi                                   on 2000/08/23  15:28:11
58099         Log: Bad makefile.
58100      Branch: perl
58101            ! ext/B/Makefile.PL
58102 ____________________________________________________________________________
58103 [  6785] By: jhi                                   on 2000/08/23  14:37:04
58104         Log: Update Changes.
58105      Branch: perl
58106            ! Changes patchlevel.h
58107 ____________________________________________________________________________
58108 [  6784] By: jhi                                   on 2000/08/23  13:58:41
58109         Log: Portability fix from Hugo van der Sanden.
58110      Branch: perl
58111            ! ext/re/Makefile.PL
58112 ____________________________________________________________________________
58113 [  6783] By: jhi                                   on 2000/08/23  13:53:53
58114         Log: Storable support, v-version fixes.
58115              
58116              Subject: CPAN.pm beta for testing available
58117              From: andreas.koenig@anima.de (Andreas J. Koenig)
58118              Date: 22 Aug 2000 23:31:33 +0200
58119              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
58120      Branch: perl
58121            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58122 ____________________________________________________________________________
58123 [  6782] By: jhi                                   on 2000/08/23  13:51:26
58124         Log: Mac and other portability updates from Chris Nandor.
58125      Branch: perl
58126            ! pod/perlmodinstall.pod
58127 ____________________________________________________________________________
58128 [  6781] By: jhi                                   on 2000/08/23  13:47:33
58129         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
58130              From: Peter Prymmer <pvhp@forte.com>
58131              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
58132              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
58133      Branch: perl
58134            ! ext/Storable/Storable.xs
58135 ____________________________________________________________________________
58136 [  6780] By: jhi                                   on 2000/08/23  13:33:34
58137         Log: VMS MMS (make) wants null action.
58138      Branch: perl
58139            ! ext/B/Makefile.PL
58140 ____________________________________________________________________________
58141 [  6779] By: jhi                                   on 2000/08/22  19:44:47
58142         Log: Forgot portability nit.
58143      Branch: perl
58144            ! t/lib/st-forgive.t
58145 ____________________________________________________________________________
58146 [  6778] By: jhi                                   on 2000/08/22  19:35:25
58147         Log: Be portable.
58148      Branch: perl
58149            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
58150            ! t/lib/st-store.t
58151 ____________________________________________________________________________
58152 [  6777] By: jhi                                   on 2000/08/22  18:50:53
58153         Log: Update Changes.
58154      Branch: perl
58155            ! Changes patchlevel.h
58156 ____________________________________________________________________________
58157 [  6776] By: jhi                                   on 2000/08/22  18:44:46
58158         Log: cSVOPo_*v things index into the current PL_curpad
58159              under ithreads, which is different from the curpad
58160              used by the XSUB.  (In other words, the code as-is
58161              before this patch wouldn't work under ithreads.)
58162              From Sarathy.
58163      Branch: perl
58164            ! ext/B/B.xs
58165 ____________________________________________________________________________
58166 [  6775] By: jhi                                   on 2000/08/22  18:18:37
58167         Log: Make the selection of NVff et al stricter.
58168      Branch: metaconfig/U/perl
58169            ! perlxvf.U
58170      Branch: perl
58171            ! Configure config_h.SH
58172 ____________________________________________________________________________
58173 [  6774] By: jhi                                   on 2000/08/22  17:19:42
58174         Log: perldelta nits.
58175      Branch: perl
58176            ! pod/perldelta.pod
58177 ____________________________________________________________________________
58178 [  6773] By: jhi                                   on 2000/08/22  17:06:26
58179         Log: Long double fixes from Spider Boardman.
58180              
58181              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
58182              From: system PRIVILEGED account <root@peano.zk3.dec.com>
58183              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
58184              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
58185      Branch: perl
58186            ! t/lib/bigfltpm.t t/lib/st-06compat.t
58187 ____________________________________________________________________________
58188 [  6772] By: jhi                                   on 2000/08/22  15:04:53
58189         Log: Update Changes.
58190      Branch: perl
58191            ! Changes patchlevel.h
58192 ____________________________________________________________________________
58193 [  6771] By: jhi                                   on 2000/08/22  15:01:44
58194         Log: perldelta fixes from Hugo van der Sanden.
58195      Branch: perl
58196            ! pod/perldelta.pod
58197 ____________________________________________________________________________
58198 [  6770] By: jhi                                   on 2000/08/22  14:34:49
58199         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
58200              From: Hugo <hv@crypt.compulink.co.uk>
58201              Date: Tue, 22 Aug 2000 11:21:53 +0100
58202              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
58203      Branch: perl
58204            ! regcomp.c
58205 ____________________________________________________________________________
58206 [  6769] By: jhi                                   on 2000/08/22  14:30:02
58207         Log: Add Yitzchak, reformat.
58208      Branch: perl
58209            ! Changes config_h.SH
58210 ____________________________________________________________________________
58211 [  6768] By: jhi                                   on 2000/08/22  14:21:35
58212         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
58213              and Spider Boardman.
58214      Branch: metaconfig
58215            ! U/compline/d_gconvert.U
58216      Branch: perl
58217            ! Configure
58218 ____________________________________________________________________________
58219 [  6767] By: jhi                                   on 2000/08/22  14:11:24
58220         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
58221              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58222              Date: Mon, 21 Aug 2000 19:08:31 -0700
58223              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
58224      Branch: perl
58225            - ext/Storable/patchlevel.h
58226            ! MANIFEST ext/Storable/MANIFEST
58227 ____________________________________________________________________________
58228 [  6766] By: jhi                                   on 2000/08/22  13:49:29
58229         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
58230              From: Peter Prymmer <pvhp@forte.com>
58231              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
58232              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
58233      Branch: perl
58234            ! configure.com ext/Storable/Makefile.PL
58235 ____________________________________________________________________________
58236 [  6765] By: jhi                                   on 2000/08/22  13:44:59
58237         Log: Subject: [PATCH blead] B:: missing dependency
58238              From: Hugo <hv@crypt.compulink.co.uk>
58239              Date: Tue, 22 Aug 2000 06:44:33 +0100
58240              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
58241      Branch: perl
58242            ! ext/B/Makefile.PL
58243 ____________________________________________________________________________
58244 [  6764] By: jhi                                   on 2000/08/22  13:38:12
58245         Log: More bytecompiler.
58246      Branch: perl
58247            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
58248 ____________________________________________________________________________
58249 [  6763] By: jhi                                   on 2000/08/22  13:36:44
58250         Log: Bytecompiler patches from Benjamin Stuhl.
58251      Branch: perl
58252            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
58253            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58254            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58255            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58256            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
58257            ! perl.c perlapi.h pod/perldelta.pod
58258 ____________________________________________________________________________
58259 [  6762] By: jhi                                   on 2000/08/21  23:43:40
58260         Log: An obsoleted diagnostic.
58261      Branch: perl
58262            ! pod/perldelta.pod
58263 ____________________________________________________________________________
58264 [  6761] By: jhi                                   on 2000/08/21  23:01:45
58265         Log: The #6759 wasn't quite right.
58266      Branch: perl
58267            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58268            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58269            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58270            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58271            ! t/lib/st-tieditems.t
58272 ____________________________________________________________________________
58273 [  6760] By: jhi                                   on 2000/08/21  22:35:49
58274         Log: Be verydeepclean.
58275      Branch: perl
58276            ! Makefile.SH
58277 ____________________________________________________________________________
58278 [  6759] By: jhi                                   on 2000/08/21  22:25:40
58279         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
58280              From: Peter Prymmer <pvhp@forte.com>
58281              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
58282              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
58283      Branch: perl
58284            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58285            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58286            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58287            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58288            ! t/lib/st-tieditems.t
58289 ____________________________________________________________________________
58290 [  6758] By: jhi                                   on 2000/08/21  22:22:32
58291         Log: Few more casts, need reported in
58292              
58293              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
58294              From: Mike Stok <mike@stok.co.uk>
58295              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
58296              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
58297              
58298              and
58299              
58300              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
58301              From: abigail@foad.org
58302              Date: 21 Aug 2000 21:31:34 -0000
58303              Message-Id: <20000821213134.30170.qmail@foad.org>
58304      Branch: perl
58305            ! ext/Storable/Storable.xs
58306 ____________________________________________________________________________
58307 [  6757] By: jhi                                   on 2000/08/21  18:37:07
58308         Log: Update Changes.
58309      Branch: perl
58310            ! Changes patchlevel.h
58311 ____________________________________________________________________________
58312 [  6756] By: jhi                                   on 2000/08/21  18:34:02
58313         Log: A pod nit.
58314              
58315              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
58316              From: <abigail@foad.org>
58317              Date: Mon, 21 Aug 2000 14:00:16 -0400
58318              Message-ID: <20000821180016.28627.qmail@foad.org>
58319      Branch: perl
58320            ! pod/perlre.pod
58321 ____________________________________________________________________________
58322 [  6755] By: jhi                                   on 2000/08/21  18:30:56
58323         Log: Use PodParser 1.18 new test.
58324      Branch: perl
58325            ! t/pod/special_seqs.t t/pod/special_seqs.xr
58326 ____________________________________________________________________________
58327 [  6754] By: jhi                                   on 2000/08/21  18:28:35
58328         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
58329              patches cannot be applied since #6712 conflicts.
58330      Branch: perl
58331            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
58332 ____________________________________________________________________________
58333 [  6753] By: jhi                                   on 2000/08/21  18:15:11
58334         Log: Weed out some smaller changes.
58335      Branch: perl
58336            ! pod/perldelta.pod
58337 ____________________________________________________________________________
58338 [  6752] By: jhi                                   on 2000/08/21  18:02:30
58339         Log: Also under djgpp the timestamps are funky.
58340      Branch: perl
58341            ! t/op/stat.t
58342 ____________________________________________________________________________
58343 [  6751] By: jhi                                   on 2000/08/21  17:55:56
58344         Log: Tweak the floating point output routine preferences.
58345      Branch: metaconfig
58346            ! U/compline/d_gconvert.U
58347      Branch: perl
58348            ! Configure
58349 ____________________________________________________________________________
58350 [  6750] By: jhi                                   on 2000/08/21  17:51:29
58351         Log: Unicos/mk requires elaborate paranoia.
58352      Branch: perl
58353            ! lib/Math/Complex.pm
58354 ____________________________________________________________________________
58355 [  6749] By: gsar                                  on 2000/08/21  16:53:31
58356         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
58357      Branch: perl
58358            ! lib/Cwd.pm
58359 ____________________________________________________________________________
58360 [  6748] By: gsar                                  on 2000/08/21  16:22:19
58361         Log: free TLS slot properly on Windows
58362      Branch: perl
58363            ! thread.h win32/perllib.c win32/win32thread.h
58364 ____________________________________________________________________________
58365 [  6747] By: jhi                                   on 2000/08/21  16:20:58
58366         Log: Rename the macro argument because some preprocessors
58367              can't tell the difference and expand arguments also inside
58368              double quoted strings.
58369      Branch: perl
58370            ! regcomp.c
58371 ____________________________________________________________________________
58372 [  6746] By: jhi                                   on 2000/08/21  16:09:41
58373         Log: Support long doubles in Storable.
58374              
58375              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
58376              From: Radu Greab <radu@netsoft.ro>
58377              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
58378              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
58379      Branch: perl
58380            ! ext/Storable/Storable.xs
58381 ____________________________________________________________________________
58382 [  6745] By: jhi                                   on 2000/08/21  15:51:40
58383         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
58384              From: "Fifer, Eric" <EFifer@sanwaint.com>
58385              Date: Mon, 21 Aug 2000 15:34:49 +0100
58386              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
58387      Branch: perl
58388            ! t/pragma/warn/9enabled
58389 ____________________________________________________________________________
58390 [  6744] By: jhi                                   on 2000/08/21  15:39:35
58391         Log: Document the endianness of Alpha more precisely.
58392      Branch: perl
58393            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
58394            ! pod/perlport.pod
58395 ____________________________________________________________________________
58396 [  6743] By: jhi                                   on 2000/08/21  14:47:05
58397         Log: perldelta fixes from the p5p crowd.
58398      Branch: perl
58399            ! pod/perldelta.pod pod/perlop.pod
58400 ____________________________________________________________________________
58401 [  6742] By: jhi                                   on 2000/08/21  13:34:51
58402         Log: Update to Pod::LaTeX 0.53.
58403              
58404              Subject: [PATCH] lib/Pod/LaTeX.pm updates
58405              From: Tim Jenness <timj@jach.hawaii.edu>
58406              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
58407              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
58408      Branch: perl
58409            ! lib/Pod/LaTeX.pm
58410 ____________________________________________________________________________
58411 [  6741] By: jhi                                   on 2000/08/21  13:33:01
58412         Log: Subject: [PATCH] os2.c fix for use64bitint
58413              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58414              Date: Mon, 21 Aug 2000 01:32:25 -0700
58415              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
58416      Branch: perl
58417            ! os2/os2.c
58418 ____________________________________________________________________________
58419 [  6740] By: jhi                                   on 2000/08/21  13:28:52
58420         Log: Array context keeps slithering in.
58421              
58422              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
58423              From: Daniel Chetlin <daniel@chetlin.com>
58424              Date: Sun, 20 Aug 2000 21:40:25 -0700
58425              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
58426      Branch: perl
58427            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
58428            ! pod/perldebtut.pod
58429 ____________________________________________________________________________
58430 [  6739] By: jhi                                   on 2000/08/21  13:23:55
58431         Log: Big-endian quad fixes for Storable from Radu Greab,
58432              plus few explicit null casts for picky compilers.
58433      Branch: perl
58434            ! ext/Storable/Storable.xs
58435 ____________________________________________________________________________
58436 [  6738] By: gsar                                  on 2000/08/21  05:56:13
58437         Log: small tweaks for change#6705: avoid C++ style comments in C code;
58438              use Perl's malloc API rather than the low level system one
58439      Branch: perl
58440            ! win32/win32.c
58441 ____________________________________________________________________________
58442 [  6737] By: gsar                                  on 2000/08/21  05:35:41
58443         Log: add Storable to list of extensions on Windows
58444      Branch: perl
58445            ! win32/Makefile win32/makefile.mk
58446 ____________________________________________________________________________
58447 [  6736] By: jhi                                   on 2000/08/21  02:57:53
58448         Log: Update Changes.
58449      Branch: perl
58450            ! Changes patchlevel.h
58451 ____________________________________________________________________________
58452 [  6735] By: jhi                                   on 2000/08/21  02:57:20
58453         Log: Draft 0.
58454      Branch: perl
58455            ! pod/perldelta.pod
58456 ____________________________________________________________________________
58457 [  6734] By: jhi                                   on 2000/08/21  02:57:03
58458         Log: Add Storable 0.7.2 from Raphael Manfredi,
58459              plus the patch from
58460              
58461              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
58462              From: Radu Greab <radu@netsoft.ro>
58463              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
58464              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
58465              
58466              plus changes to get Storable to compile with
58467              picky ANSI compilers.
58468      Branch: perl
58469            + ext/Storable/ChangeLog ext/Storable/MANIFEST
58470            + ext/Storable/Makefile.PL ext/Storable/README
58471            + ext/Storable/Storable.pm ext/Storable/Storable.xs
58472            + ext/Storable/patchlevel.h t/lib/st-06compat.t
58473            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
58474            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
58475            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58476            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58477            + t/lib/st-tieditems.t
58478            ! MANIFEST
58479 ____________________________________________________________________________
58480 [  6733] By: jhi                                   on 2000/08/21  02:29:09
58481         Log: The correct cleaning order is an art.
58482      Branch: perl
58483            ! Makefile.SH
58484 ____________________________________________________________________________
58485 [  6732] By: jhi                                   on 2000/08/21  01:23:39
58486         Log: The #6724 is here.
58487      Branch: perl
58488            ! t/lib/ftmp-security.t
58489 ____________________________________________________________________________
58490 [  6731] By: jhi                                   on 2000/08/20  23:17:03
58491         Log: s/this one/the 5.6.0 release/
58492      Branch: perl
58493            ! pod/perl56delta.pod
58494 ____________________________________________________________________________
58495 [  6730] By: jhi                                   on 2000/08/20  23:07:34
58496         Log: Mention perlebcdic and perlposix-bc.
58497      Branch: perl
58498            ! pod/perlport.pod
58499 ____________________________________________________________________________
58500 [  6729] By: jhi                                   on 2000/08/20  21:32:59
58501         Log: Document the number of exponent digits.
58502      Branch: perl
58503            ! pod/perlfunc.pod
58504 ____________________________________________________________________________
58505 [  6728] By: jhi                                   on 2000/08/20  21:16:47
58506         Log: Use File::Spec->tmpdir().
58507              
58508              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
58509              From: Tim Jenness <timj@jach.hawaii.edu>
58510              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
58511              MIME-Version: 1.0
58512              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
58513      Branch: perl
58514            ! utils/perlbug.PL
58515 ____________________________________________________________________________
58516 [  6727] By: jhi                                   on 2000/08/20  20:43:32
58517         Log: Update Changes.
58518      Branch: perl
58519            ! Changes patchlevel.h
58520 ____________________________________________________________________________
58521 [  6726] By: jhi                                   on 2000/08/20  20:41:44
58522         Log: The veryclean target needs to clobber.
58523      Branch: perl
58524            ! Makefile.SH
58525 ____________________________________________________________________________
58526 [  6725] By: jhi                                   on 2000/08/20  20:37:38
58527         Log: Document odd vs even subreleases and -Dusedevel.
58528      Branch: perl
58529            ! INSTALL
58530 ____________________________________________________________________________
58531 [  6724] By: jhi                                   on 2000/08/20  19:58:05
58532         Log: Use temporary directory instead of current directory.
58533              
58534              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
58535              From: Tim Jenness <timj@jach.hawaii.edu>
58536              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
58537              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
58538      Branch: perl
58539            ! t/lib/ftmp-security.t
58540 ____________________________________________________________________________
58541 [  6723] By: jhi                                   on 2000/08/20  19:55:55
58542         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
58543              From: andreas.koenig@anima.de (Andreas J. Koenig)
58544              Date: 20 Aug 2000 15:52:03 +0200
58545              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
58546      Branch: perl
58547            ! lib/ExtUtils/MM_Unix.pm
58548 ____________________________________________________________________________
58549 [  6722] By: jhi                                   on 2000/08/20  19:46:01
58550         Log: Update to CGI 2.72, from Lincoln Stein.
58551      Branch: perl
58552            ! lib/CGI.pm
58553 ____________________________________________________________________________
58554 [  6721] By: jhi                                   on 2000/08/20  19:43:54
58555         Log: (Replaced by #8364.)
58556              
58557              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
58558              From: Radu Greab <radu@netsoft.ro>
58559              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
58560              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
58561      Branch: perl
58562            ! ext/GDBM_File/GDBM_File.xs
58563 ____________________________________________________________________________
58564 [  6720] By: jhi                                   on 2000/08/20  19:42:01
58565         Log: pp_open() could pass an uninitialized filename down to do_open9().
58566      Branch: perl
58567            ! pp_sys.c
58568 ____________________________________________________________________________
58569 [  6719] By: jhi                                   on 2000/08/20  14:06:41
58570         Log: UTF8 concat fixes.
58571              
58572              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
58573              From: Hugo <hv@crypt.compulink.co.uk>
58574              Date: Sun, 20 Aug 2000 07:30:46 +0100
58575              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
58576      Branch: perl
58577            ! pp_hot.c t/op/append.t
58578 ____________________________________________________________________________
58579 [  6718] By: jhi                                   on 2000/08/20  02:09:37
58580         Log: Let's try #6717 again.
58581      Branch: perl
58582            ! lib/File/Temp.pm
58583 ____________________________________________________________________________
58584 [  6717] By: jhi                                   on 2000/08/20  01:56:55
58585         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
58586              From: "Craig A. Berry" <craig.berry@metamorgs.com>
58587              Date: Sat, 19 Aug 2000 18:15:39 -0500
58588              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
58589      Branch: perl
58590            ! lib/File/Temp.pm
58591 ____________________________________________________________________________
58592 [  6716] By: jhi                                   on 2000/08/19  15:50:11
58593         Log: Update Changes.
58594      Branch: perl
58595            ! Changes patchlevel.h
58596 ____________________________________________________________________________
58597 [  6715] By: jhi                                   on 2000/08/19  15:39:09
58598         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
58599              From: Jonathan D Johnston <jdjohnston2@juno.com>
58600              Date: Thu, 17 Aug 2000 23:13:01 -0400       
58601              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
58602      Branch: perl
58603            ! pod/perlfunc.pod
58604 ____________________________________________________________________________
58605 [  6714] By: jhi                                   on 2000/08/19  15:34:04
58606         Log: Introduce a 'veryclean' target that is like 'distclean'
58607              but also removes *~ and *.orig.
58608      Branch: perl
58609            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
58610            ! utils/Makefile x2p/Makefile.SH
58611 ____________________________________________________________________________
58612 [  6713] By: jhi                                   on 2000/08/19  14:15:45
58613         Log: Put back the long double avoidance code to POSIX.xs
58614              because VMS seems to need it still.
58615      Branch: perl
58616            ! ext/POSIX/POSIX.xs
58617 ____________________________________________________________________________
58618 [  6712] By: jhi                                   on 2000/08/19  14:10:41
58619         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
58620              From: Peter Prymmer <pvhp@forte.com>
58621              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
58622              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
58623      Branch: perl
58624            ! lib/Pod/Find.pm t/pod/find.t
58625 ____________________________________________________________________________
58626 [  6711] By: jhi                                   on 2000/08/19  14:09:19
58627         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
58628              From: Peter Prymmer <pvhp@forte.com>
58629              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
58630              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
58631              cc: vmsperl@perl.org
58632      Branch: perl
58633            ! t/lib/peek.t
58634 ____________________________________________________________________________
58635 [  6710] By: jhi                                   on 2000/08/19  14:08:01
58636         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
58637              From: Jan Dubois <jand@ActiveState.com>
58638              Date: Fri, 18 Aug 2000 16:31:48 -0700
58639              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
58640      Branch: perl
58641            ! win32/win32.c
58642 ____________________________________________________________________________
58643 [  6709] By: jhi                                   on 2000/08/19  14:06:57
58644         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
58645              
58646              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
58647              From: Spider.Boardman@Orb.Nashua.NH.US
58648              Date: Fri, 18 Aug 2000 18:41:14 -0400
58649              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
58650      Branch: perl
58651            ! regcomp.c
58652 ____________________________________________________________________________
58653 [  6708] By: jhi                                   on 2000/08/18  22:04:49
58654         Log: Update Changes.
58655      Branch: perl
58656            ! Changes patchlevel.h
58657 ____________________________________________________________________________
58658 [  6707] By: jhi                                   on 2000/08/18  21:55:14
58659         Log: Add warnif(), check warnings further up the stack,
58660              all the warnings functions now can take an optional object reference.
58661              
58662              Subject: [PATCH bleedperl@6691] warnings pragma update
58663              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58664              Date: Fri, 18 Aug 2000 22:42:06 +0100
58665              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
58666      Branch: perl
58667            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
58668            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
58669            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
58670 ____________________________________________________________________________
58671 [  6706] By: jhi                                   on 2000/08/18  21:41:45
58672         Log: Typo in pp_complement().
58673              
58674              Subject: [PATCH perl-current] Deparse
58675              From: Peter Scott <Peter@PSDT.com>
58676              Date: Fri, 18 Aug 2000 12:44:37 -0700
58677              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
58678      Branch: perl
58679            ! ext/B/B/Deparse.pm
58680 ____________________________________________________________________________
58681 [  6705] By: jhi                                   on 2000/08/18  21:25:59
58682         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
58683              From: Jan Dubois <jand@ActiveState.com>
58684              Date: Fri, 18 Aug 2000 14:22:51 -0700
58685              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
58686      Branch: perl
58687            ! lib/Win32.pod win32/win32.c
58688 ____________________________________________________________________________
58689 [  6704] By: jhi                                   on 2000/08/18  21:16:14
58690         Log: Don't eat leading os from index entries.
58691              
58692              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
58693              From: Russ Allbery <rra@stanford.edu>
58694              Date: 10 Aug 2000 20:49:25 -0700
58695              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
58696      Branch: perl
58697            ! lib/Pod/Man.pm
58698 ____________________________________________________________________________
58699 [  6703] By: jhi                                   on 2000/08/18  21:07:06
58700         Log: Add [[:blank:]] as suggested in
58701              
58702              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58703              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58704              Date: Sun, 16 Jul 2000 17:55:29 -0700
58705              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58706              
58707              (the [=cc=] has already been taken care of by #6439
58708              so the whole bug report can be closed)
58709              
58710              and make [[:space:]] to be equivalent to isspace(3)
58711              (as opposed to \s, which is isSPACE()).  The difference
58712              is that now [[:space:]] matches the mythical vertical tab,
58713              while \s doesn't.
58714      Branch: perl
58715            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
58716            ! regexec.c t/op/pat.t
58717 ____________________________________________________________________________
58718 [  6702] By: jhi                                   on 2000/08/18  18:47:47
58719         Log: The new tests were missing from #6415.
58720      Branch: perl
58721            ! t/op/bop.t
58722 ____________________________________________________________________________
58723 [  6701] By: jhi                                   on 2000/08/18  18:20:40
58724         Log: Document the NDBM_File and ODBM_File as SDBM_File
58725              was documented in #6417.
58726      Branch: perl
58727            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58728            ! ext/SDBM_File/SDBM_File.pm
58729 ____________________________________________________________________________
58730 [  6700] By: jhi                                   on 2000/08/18  18:10:39
58731         Log: Subject: [PATCH perl@6698] cygwin port
58732              From: "Fifer, Eric" <EFifer@sanwaint.com>
58733              Date: Fri, 18 Aug 2000 17:30:05 +0100
58734              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
58735      Branch: perl
58736            ! lib/File/Temp.pm
58737 ____________________________________________________________________________
58738 [  6699] By: jhi                                   on 2000/08/18  16:21:49
58739         Log: Document code point which makes if (defined %stash::) to work
58740              (noted by Spider Boardman).
58741      Branch: perl
58742            ! op.c
58743 ____________________________________________________________________________
58744 [  6698] By: jhi                                   on 2000/08/18  13:43:27
58745         Log: Update Changes.
58746      Branch: perl
58747            ! Changes patchlevel.h
58748 ____________________________________________________________________________
58749 [  6697] By: jhi                                   on 2000/08/18  13:35:57
58750         Log: Tiny Getopt::Long patch from Johan Vromans.
58751      Branch: perl
58752            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58753 ____________________________________________________________________________
58754 [  6696] By: jhi                                   on 2000/08/18  13:26:14
58755         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58756              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
58757              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
58758              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
58759      Branch: perl
58760            ! pod/perldiag.pod pod/perlsyn.pod
58761 ____________________________________________________________________________
58762 [  6695] By: jhi                                   on 2000/08/18  13:13:26
58763         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58764              From: Daniel Chetlin <daniel@chetlin.com>
58765              Date: Fri, 18 Aug 2000 03:13:36 -0700
58766              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
58767      Branch: perl
58768            ! pod/perlfunc.pod
58769 ____________________________________________________________________________
58770 [  6694] By: jhi                                   on 2000/08/18  13:08:05
58771         Log: Subject: [PATCH] perltrap.pod spring cleaning
58772              From: Daniel Chetlin <daniel@chetlin.com>
58773              Date: Fri, 18 Aug 2000 03:06:54 -0700
58774              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
58775              
58776              plus Mike Guy's nitfix.
58777      Branch: perl
58778            ! pod/perltrap.pod
58779 ____________________________________________________________________________
58780 [  6693] By: jhi                                   on 2000/08/18  13:00:26
58781         Log: Unbuffer the output.
58782              
58783              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
58784              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58785              Date: Thu, 17 Aug 2000 18:39:29 -0700
58786              Message-ID: <RPJn5gzkgydf092yn@efn.org>
58787      Branch: perl
58788            ! t/op/fork.t
58789 ____________________________________________________________________________
58790 [  6692] By: jhi                                   on 2000/08/18  05:19:17
58791         Log: Delete the image, too, not just its MANIFEStation.
58792      Branch: perl
58793            - lib/CGI/eg/wilogo.gif
58794 ____________________________________________________________________________
58795 [  6691] By: jhi                                   on 2000/08/18  05:10:26
58796         Log: Propagate new Configure vars.
58797      Branch: perl
58798            ! configure.com epoc/config.sh uconfig.h uconfig.sh
58799            ! vos/config.def vos/config.h vos/config_h.SH_orig
58800            ! win32/config.bc win32/config.gc win32/config.vc
58801            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58802 ____________________________________________________________________________
58803 [  6690] By: jhi                                   on 2000/08/18  04:30:56
58804         Log: Update Changes.
58805      Branch: perl
58806            ! Changes patchlevel.h
58807 ____________________________________________________________________________
58808 [  6689] By: jhi                                   on 2000/08/18  04:12:30
58809         Log: Fix the lib/complex failure of
58810              
58811              From: abigail@foad.org
58812              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58813              Date: 15 Aug 2000 04:06:38 -0000
58814              Message-Id: <20000815040638.8524.qmail@foad.org> 
58815              
58816              Linux long double accuracy issue: something that
58817              when printed with %g looks like "2" but int() of it is 1.
58818      Branch: perl
58819            ! lib/Math/Complex.pm
58820 ____________________________________________________________________________
58821 [  6688] By: jhi                                   on 2000/08/18  03:15:35
58822         Log: The byteorder code in #6671 was wrong.
58823      Branch: perl
58824            ! configpm
58825 ____________________________________________________________________________
58826 [  6687] By: jhi                                   on 2000/08/18  02:08:42
58827         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
58828              From: Jan Dubois <jand@ActiveState.com>
58829              Date: Thu, 17 Aug 2000 18:31:55 -0700
58830              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
58831      Branch: perl
58832            ! sv.c
58833 ____________________________________________________________________________
58834 [  6686] By: jhi                                   on 2000/08/18  02:04:15
58835         Log: Use NVs in POSIX math, not doubles.
58836              
58837              From: abigail@foad.org
58838              Subject: [ID 20000817.014] POSIX & modfl
58839              Date: 17 Aug 2000 20:49:18 -0000
58840              Message-Id: <20000817204918.23123.qmail@foad.org>
58841      Branch: perl
58842            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58843 ____________________________________________________________________________
58844 [  6685] By: jhi                                   on 2000/08/18  02:02:12
58845         Log: Introduce NVef, NVff, and NVgf, use the middle one.
58846              (helps for lib/peek + Linux + long doubles)  Reported in
58847              
58848              From: abigail@foad.org
58849              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58850              Date: 15 Aug 2000 04:06:38 -0000
58851              Message-Id: <20000815040638.8524.qmail@foad.org> 
58852              
58853              (note: the lib/complex failure has not yet been addressed)
58854      Branch: metaconfig/U/perl
58855            ! perlxvf.U
58856      Branch: perl
58857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58858            ! config_h.SH dump.c perl.h pod/perlguts.pod
58859 ____________________________________________________________________________
58860 [  6684] By: jhi                                   on 2000/08/17  23:22:19
58861         Log: Add byteorder to the myconfig output.
58862      Branch: perl
58863            ! myconfig.SH
58864 ____________________________________________________________________________
58865 [  6683] By: jhi                                   on 2000/08/17  23:20:19
58866         Log: The image doth not exist, spotted by Johan Vromans.
58867      Branch: perl
58868            ! MANIFEST
58869 ____________________________________________________________________________
58870 [  6682] By: jhi                                   on 2000/08/17  22:38:16
58871         Log: Document what the backtick returns if the command fails.
58872      Branch: perl
58873            ! pod/perlop.pod
58874 ____________________________________________________________________________
58875 [  6681] By: jhi                                   on 2000/08/17  22:33:12
58876         Log: Do not use prototyping here.
58877              
58878              Subject: [ID 20000817.016] [PATCH] Peek.xs
58879              From: abigail@foad.org
58880              Date: 17 Aug 2000 20:55:56 -0000
58881              Message-Id: <20000817205556.24270.qmail@foad.org>
58882      Branch: perl
58883            ! ext/Devel/Peek/Makefile.PL
58884 ____________________________________________________________________________
58885 [  6680] By: jhi                                   on 2000/08/17  19:46:43
58886         Log: Don't propose using modules built for 5.005 if no binary
58887              compatibility with 5.005 is attempted.
58888              
58889              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58890              Subject: Minor nit with 5.7.0 (6655)
58891              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
58892              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
58893      Branch: metaconfig
58894            ! U/installdirs/inc_version_list.U
58895      Branch: perl
58896            ! Configure config_h.SH
58897 ____________________________________________________________________________
58898 [  6679] By: jhi                                   on 2000/08/17  19:16:39
58899         Log: Microperl config update.
58900      Branch: perl
58901            ! uconfig.h uconfig.sh
58902 ____________________________________________________________________________
58903 [  6678] By: jhi                                   on 2000/08/17  19:16:13
58904         Log: The #6648 wasn't protective enough for limited platforms
58905              (like microperl).
58906      Branch: perl
58907            ! dump.c sv.c
58908 ____________________________________________________________________________
58909 [  6677] By: jhi                                   on 2000/08/17  14:46:35
58910         Log: Update Changes.
58911      Branch: perl
58912            ! Changes patchlevel.h
58913 ____________________________________________________________________________
58914 [  6676] By: jhi                                   on 2000/08/17  14:44:02
58915         Log: Add perlebcdic from Peter Prymmer, regen toc.
58916      Branch: perl
58917            + pod/perlebcdic.pod
58918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58919 ____________________________________________________________________________
58920 [  6675] By: jhi                                   on 2000/08/17  14:41:52
58921         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
58922      Branch: perl
58923            ! pod/perldebtut.pod
58924 ____________________________________________________________________________
58925 [  6674] By: jhi                                   on 2000/08/17  14:29:43
58926         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
58927              
58928              Subject: [ID 20000724.006] -DLEAKTEST problem
58929              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
58930              Date: Tue, 25 Jul 2000 00:36:32 -0500
58931              Message-Id: <20000725003632.A26186@www.llamacom.com>
58932              
58933              Reminder sent
58934              
58935              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
58936              From: Hugo <hv@crypt.compulink.co.uk>
58937              Date: Thu, 17 Aug 2000 15:23:42 +0100
58938              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
58939      Branch: perl
58940            ! util.c
58941 ____________________________________________________________________________
58942 [  6673] By: jhi                                   on 2000/08/17  04:07:10
58943         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
58944              From: John Peacock <JPeacock@UnivPress.com>
58945              Date: Tue, 01 Aug 2000 09:38:12 -0400
58946              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
58947      Branch: perl
58948            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
58949 ____________________________________________________________________________
58950 [  6672] By: jhi                                   on 2000/08/17  03:04:35
58951         Log: Subject: [PATCH] Cwd.pm now uses strict
58952              From: Tim Jenness <timj@jach.hawaii.edu>
58953              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
58954              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
58955      Branch: perl
58956            ! lib/Cwd.pm
58957 ____________________________________________________________________________
58958 [  6671] By: jhi                                   on 2000/08/17  02:16:35
58959         Log: Make $Config{byteorder} more magical so that it is
58960              dynamically computed: nice for 'fat binaries'.
58961              
58962              Subject: [PATCH]: default byteorder
58963              From: Wilfredo Sánchez <wsanchez@apple.com>
58964              Date: Mon, 31 Jul 2000 19:45:31 -0700
58965              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
58966      Branch: perl
58967            ! configpm
58968 ____________________________________________________________________________
58969 [  6670] By: gsar                                  on 2000/08/17  01:22:21
58970         Log: move WNOHANG definition to where other such things are
58971      Branch: perl
58972            ! win32/win32.h
58973 ____________________________________________________________________________
58974 [  6669] By: jhi                                   on 2000/08/17  01:19:17
58975         Log: Update Changes.
58976      Branch: perl
58977            ! Changes patchlevel.h
58978 ____________________________________________________________________________
58979 [  6668] By: jhi                                   on 2000/08/17  01:16:29
58980         Log: Doc nits spotted by Richard Soderberg.
58981      Branch: perl
58982            ! README.posix-bc README.vmesa
58983 ____________________________________________________________________________
58984 [  6667] By: jhi                                   on 2000/08/17  01:12:11
58985         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
58986              From: "Casey R. Tweten" <crt@kiski.net>
58987              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
58988              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
58989      Branch: perl
58990            ! pod/perldebtut.pod
58991 ____________________________________________________________________________
58992 [  6666] By: jhi                                   on 2000/08/17  01:09:31
58993         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
58994              From: "Casey R. Tweten" <crt@kiski.net>
58995              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
58996              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
58997      Branch: perl
58998            ! lib/Shell.pm
58999 ____________________________________________________________________________
59000 [  6665] By: gsar                                  on 2000/08/17  01:03:52
59001         Log: add "ok" targets from change#6632 in makefile.mk
59002      Branch: perl
59003            ! pod/perlport.pod win32/Makefile win32/makefile.mk
59004 ____________________________________________________________________________
59005 [  6664] By: gsar                                  on 2000/08/17  00:56:11
59006         Log: avoid warnings from dense compiler
59007      Branch: perl
59008            ! win32/win32.c
59009 ____________________________________________________________________________
59010 [  6663] By: jhi                                   on 2000/08/17  00:51:49
59011         Log: Tweak the regex compilation errors once more.
59012      Branch: perl
59013            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
59014            ! t/op/regmesg.t t/pragma/warn/regcomp
59015 ____________________________________________________________________________
59016 [  6662] By: gsar                                  on 2000/08/17  00:28:19
59017         Log: trailing new %ENV entries weren't being pushed into the real
59018              environment of subprocesses on Windows
59019      Branch: perl
59020            ! t/op/magic.t win32/perlhost.h
59021 ____________________________________________________________________________
59022 [  6661] By: gsar                                  on 2000/08/17  00:19:20
59023         Log: waitpid() now handles externally spawned pids correctly;
59024              fixes for backtick/wait/waitpid failures on Windows 9x
59025              
59026              these changes make the pid returned by process functions on
59027              Windows 9x always positive by clearing the high bit (which
59028              is always set on Win9x); pseudo-process PIDs are likewise
59029              always negative now on Win9x (just as on NT/2000)
59030      Branch: perl
59031            ! pp_sys.c win32/perlhost.h win32/win32.c
59032 ____________________________________________________________________________
59033 [  6660] By: jhi                                   on 2000/08/17  00:04:32
59034         Log: Retract #6645.
59035      Branch: perl
59036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59037            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
59038            ! t/op/sprintf.t
59039 ____________________________________________________________________________
59040 [  6659] By: gsar                                  on 2000/08/16  23:59:28
59041         Log: on windows, the return values from wait() and waitpid() don't
59042              match those of pseudo-pids
59043      Branch: perl
59044            ! pp_sys.c t/op/fork.t util.c win32/win32.c
59045 ____________________________________________________________________________
59046 [  6658] By: gsar                                  on 2000/08/16  23:56:14
59047         Log: pod nit seen in passing
59048      Branch: perl
59049            ! pod/perlfunc.pod
59050 ____________________________________________________________________________
59051 [  6657] By: gsar                                  on 2000/08/16  23:53:42
59052         Log: change#6328 could make close(SOCKET) return false on windows
59053              when it shouldn't
59054      Branch: perl
59055            ! win32/win32sck.c
59056 ____________________________________________________________________________
59057 [  6656] By: gsar                                  on 2000/08/16  23:46:57
59058         Log: check that the number pseudo children doesn't exceed
59059              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
59060              the WaitForMultipleObjects() limit that would cause wait()
59061              to crash)
59062              
59063              wait() and waitpid() could potentially be rewritten to use
59064              more than one thread to do the waiting to eliminate this
59065              limitation
59066      Branch: perl
59067            ! win32/perlhost.h
59068 ____________________________________________________________________________
59069 [  6655] By: jhi                                   on 2000/08/16  14:11:05
59070         Log: Update Changes.
59071      Branch: perl
59072            ! Changes patchlevel.h
59073 ____________________________________________________________________________
59074 [  6654] By: jhi                                   on 2000/08/16  14:10:12
59075         Log: Update to perldebtut 1.9, from Richard Foley.
59076      Branch: perl
59077            ! pod/perldebtut.pod
59078 ____________________________________________________________________________
59079 [  6653] By: jhi                                   on 2000/08/16  14:08:17
59080         Log: Change the regx compilation error markers to use = instead of <
59081              since pod makes using the latter quite messy.  Reported in
59082              ID 20000814.006 by Abigail and in
59083              Subject: Unknown escape E<> ?
59084              From: Lupe Christoph <lupe@lupe-christoph.de>
59085              Date: Fri, 11 Aug 2000 00:30:27 +0200
59086              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
59087      Branch: perl
59088            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
59089            ! t/op/regmesg.t t/pragma/warn/regcomp
59090 ____________________________________________________________________________
59091 [  6652] By: jhi                                   on 2000/08/16  13:25:31
59092         Log: Change the perlbug address to perl.org since it's more forgiving.
59093              
59094              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
59095              From: abigail@foad.org
59096              Date: 15 Aug 2000 04:15:40 -0000
59097              Message-Id: <20000815041540.8633.qmail@foad.org>
59098      Branch: perl
59099            ! utils/perlbug.PL
59100 ____________________________________________________________________________
59101 [  6651] By: jhi                                   on 2000/08/16  13:22:35
59102         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
59103              From: Tim Jenness <timj@jach.hawaii.edu>
59104              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
59105              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
59106      Branch: perl
59107            ! lib/Cwd.pm
59108 ____________________________________________________________________________
59109 [  6650] By: jhi                                   on 2000/08/16  13:18:13
59110         Log: Update to CPAN 1.57.
59111              
59112              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
59113              From: andreas.koenig@anima.de (Andreas J. Koenig)
59114              Date: 16 Aug 2000 15:09:46 +0200
59115              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
59116      Branch: perl
59117            ! lib/CPAN.pm
59118 ____________________________________________________________________________
59119 [  6649] By: jhi                                   on 2000/08/16  13:12:31
59120         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
59121              From: "Larry W. Virden" <lvirden@cas.org>
59122              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
59123              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
59124      Branch: perl
59125            ! README.hpux
59126 ____________________________________________________________________________
59127 [  6648] By: jhi                                   on 2000/08/16  13:03:53
59128         Log: The numeric locale was reset to "C" by s?printf and never restored.
59129              
59130              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59131              From: Christian Kirsch <ck@held.mind.de>
59132              Date: Wed, 9 Aug 2000 17:05:17 +0200
59133              Message-Id: <20000809170517.A25389@held>
59134              
59135              No test since adding the failing example to locale.t
59136              does not fail -- probably because the locale settings are so
59137              thoroughly tweaked by that time.  Running the example standalone
59138              does fail, though.  UPDATE: test case added at change #7540.
59139      Branch: perl
59140            ! dump.c perl.h pp.c pp_ctl.c sv.c
59141 ____________________________________________________________________________
59142 [  6647] By: jhi                                   on 2000/08/16  00:07:54
59143         Log: Update Changes and test semi-automatic patchlevel updating.
59144      Branch: perl
59145            ! Changes patchlevel.h
59146 ____________________________________________________________________________
59147 [  6646] By: jhi                                   on 2000/08/15  23:35:07
59148         Log: Fix a dependency problem.
59149              
59150              Subject: [PATCH: 6640] VMS Makefile.SH update
59151              From: Peter Prymmer <pvhp@forte.com>
59152              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
59153              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
59154      Branch: perl
59155            ! vms/descrip_mms.template
59156 ____________________________________________________________________________
59157 [  6645] By: jhi                                   on 2000/08/15  23:33:23
59158         Log: (Retracted by #6660)
59159              
59160              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
59161              From: Dominic Dunlop <domo@computer.org>
59162              Date: Tue, 15 Aug 2000 22:20:52 +0200
59163              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
59164      Branch: metaconfig/U/perl
59165            + d_printfed.U
59166      Branch: perl
59167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59168            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
59169            ! t/op/sprintf.t
59170 ____________________________________________________________________________
59171 [  6644] By: jhi                                   on 2000/08/15  21:17:20
59172         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
59173              From: abigail@foad.org
59174              Date: 15 Aug 2000 20:12:41 -0000
59175              Message-Id: <20000815201241.25556.qmail@foad.org>
59176      Branch: perl
59177            ! INSTALL
59178 ____________________________________________________________________________
59179 [  6643] By: jhi                                   on 2000/08/15  21:15:28
59180         Log: (an already applied patch)
59181      Branch: perl
59182            ! lib/CGI.pm
59183 ____________________________________________________________________________
59184 [  6642] By: gsar                                  on 2000/08/15  19:54:05
59185         Log: magic callbacks all need to have same type signature
59186      Branch: perl
59187            ! embed.pl mg.c proto.h
59188 ____________________________________________________________________________
59189 [  6641] By: jhi                                   on 2000/08/15  17:56:27
59190         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)
59191              From: Mike Guy <mjtg@cam.ac.uk>
59192              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
59193              Date: Tue, 15 Aug 2000 18:26:45 +0100
59194              
59195              Only the peek.t part applied, not the hash quality part.
59196      Branch: perl
59197            ! t/lib/peek.t
59198 ____________________________________________________________________________
59199 [  6640] By: jhi                                   on 2000/08/15  16:37:37
59200         Log: Update Changes.
59201      Branch: perl
59202            ! Changes
59203 ____________________________________________________________________________
59204 [  6639] By: jhi                                   on 2000/08/15  16:34:55
59205         Log: Missed a file from #6638.
59206      Branch: perl
59207            ! lib/File/Temp.pm
59208 ____________________________________________________________________________
59209 [  6638] By: jhi                                   on 2000/08/15  16:33:19
59210         Log: Subject: [PATCH perl@6620] cygwin port
59211              From: "Fifer, Eric" <EFifer@sanwaint.com>
59212              Date: Tue, 15 Aug 2000 17:00:49 +0100
59213              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
59214      Branch: perl
59215            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
59216 ____________________________________________________________________________
59217 [  6637] By: jhi                                   on 2000/08/15  16:29:22
59218         Log: Subject: [PATCH] debugger exit code should reflect user exit code
59219              From: Mike Guy <mjtg@cam.ac.uk>
59220              Date: Tue, 15 Aug 2000 16:55:59 +0100
59221              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
59222      Branch: perl
59223            ! lib/perl5db.pl
59224 ____________________________________________________________________________
59225 [  6636] By: jhi                                   on 2000/08/15  15:30:58
59226         Log: Update Changes.
59227      Branch: perl
59228            ! Changes
59229 ____________________________________________________________________________
59230 [  6635] By: jhi                                   on 2000/08/15  15:27:21
59231         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
59232      Branch: metaconfig
59233            ! U/mkglossary U/mksample
59234      Branch: metaconfig/U/perl
59235            ! Devel.U
59236      Branch: perl
59237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59238 ____________________________________________________________________________
59239 [  6634] By: jhi                                   on 2000/08/15  14:11:55
59240         Log: Don't blow limited stacks, a lower number is enough to
59241              tickle the lookbehind limit.
59242              
59243              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
59244              From: Dominic Dunlop <domo@computer.org>
59245              Date: Tue, 15 Aug 2000 13:51:24 +0200
59246              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
59247      Branch: perl
59248            ! t/op/regmesg.t
59249 ____________________________________________________________________________
59250 [  6633] By: jhi                                   on 2000/08/15  14:01:46
59251         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
59252              From: Mike Guy <mjtg@cam.ac.uk>
59253              Date: Tue, 15 Aug 2000 12:10:50 +0100
59254              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
59255      Branch: perl
59256            ! utils/perldoc.PL
59257 ____________________________________________________________________________
59258 [  6632] By: jhi                                   on 2000/08/15  13:58:48
59259         Log: make ok etc also for win32.
59260              
59261              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
59262              From: Prymmer/Kahn <pvhp@best.com>
59263              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
59264              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
59265      Branch: perl
59266            ! win32/Makefile
59267 ____________________________________________________________________________
59268 [  6631] By: jhi                                   on 2000/08/15  13:45:03
59269         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
59270      Branch: perl
59271            ! lib/Test.pm
59272 ____________________________________________________________________________
59273 [  6630] By: jhi                                   on 2000/08/15  03:25:09
59274         Log: Update Changes.
59275      Branch: perl
59276            ! Changes
59277 ____________________________________________________________________________
59278 [  6629] By: jhi                                   on 2000/08/15  03:23:53
59279         Log: magic_regdatum_set() is void, not int.
59280      Branch: perl
59281            ! embed.pl mg.c proto.h
59282 ____________________________________________________________________________
59283 [  6628] By: jhi                                   on 2000/08/15  03:08:02
59284         Log: Make the user to give up his firstborn, err, to knowingly
59285              verify installing an unstable developer release.  Also bump
59286              the release to 5.7.0, but leave a patch tag in the local
59287              patches saying that this is not yet the real thing.
59288      Branch: metaconfig
59289            ! U/modified/Instruct.U
59290      Branch: metaconfig/U/perl
59291            + Devel.U
59292      Branch: perl
59293            ! Configure patchlevel.h
59294 ____________________________________________________________________________
59295 [  6627] By: jhi                                   on 2000/08/14  22:32:52
59296         Log: README.os2 update.
59297              
59298              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
59299              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59300              Date: Wed, 02 Aug 2000 21:55:09 -0700
59301              Message-ID: <tsPi5gzkgegX092yn@efn.org>
59302      Branch: perl
59303            ! README.os2
59304 ____________________________________________________________________________
59305 [  6626] By: jhi                                   on 2000/08/14  21:00:02
59306         Log: Subject: Re: File::Temp problems on VMS in bleedperl
59307              From: Tim Jenness <timj@jach.hawaii.edu>
59308              cc: vmsperl@perl.org
59309              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
59310              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
59311      Branch: perl
59312            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
59313 ____________________________________________________________________________
59314 [  6625] By: jhi                                   on 2000/08/14  20:52:16
59315         Log: Add SUIDMAIL as was done for the CERT alert.
59316      Branch: perl
59317            ! patchlevel.h
59318 ____________________________________________________________________________
59319 [  6624] By: jhi                                   on 2000/08/14  20:48:50
59320         Log: Subject: sfio2000
59321              From: Daniel Muino <dmuino@afip.gov.ar>
59322              Date: Mon, 14 Aug 2000 16:58:11 -0300
59323              Message-ID: <20000814165811.B16368@con2-dgi>
59324      Branch: perl
59325            ! perlsdio.h perlsfio.h
59326 ____________________________________________________________________________
59327 [  6623] By: jhi                                   on 2000/08/14  20:47:36
59328         Log: Subject: warning: storage class after type is obsolescent
59329              From: Daniel Muino <dmuino@afip.gov.ar>
59330              Date: Mon, 14 Aug 2000 16:42:47 -0300
59331              Message-ID: <20000814164247.A16368@con2-dgi>
59332      Branch: perl
59333            ! regcomp.pl regnodes.h
59334 ____________________________________________________________________________
59335 [  6622] By: jhi                                   on 2000/08/14  20:43:05
59336         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
59337              From: abigail@foad.org
59338              Date: 14 Aug 2000 20:00:10 -0000
59339              Message-Id: <20000814200010.27271.qmail@foad.org>
59340      Branch: perl
59341            ! Changes
59342 ____________________________________________________________________________
59343 [  6621] By: jhi                                   on 2000/08/14  15:23:05
59344         Log: Update Changes.
59345      Branch: perl
59346            ! Changes
59347 ____________________________________________________________________________
59348 [  6620] By: jhi                                   on 2000/08/14  15:22:14
59349         Log: Subject: Re: [PATCH] @+, @- readonly
59350              From: Mike Guy <mjtg@cam.ac.uk>
59351              Date: Mon, 14 Aug 2000 15:26:55 +0100
59352              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
59353      Branch: perl
59354            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
59355            ! sv.c t/op/pat.t
59356 ____________________________________________________________________________
59357 [  6619] By: jhi                                   on 2000/08/14  14:12:08
59358         Log: Update Changes.
59359      Branch: perl
59360            ! Changes
59361 ____________________________________________________________________________
59362 [  6618] By: jhi                                   on 2000/08/14  14:09:34
59363         Log: For now remove the mail code.
59364      Branch: perl
59365            ! perl.c
59366 ____________________________________________________________________________
59367 [  6617] By: jhi                                   on 2000/08/14  14:08:28
59368         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
59369      Branch: perl
59370            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
59371            ! pod/perlfaq8.pod pod/perlsec.pod
59372 ____________________________________________________________________________
59373 [  6616] By: jhi                                   on 2000/08/14  14:00:11
59374         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59375              From: Mike Guy <mjtg@cam.ac.uk>
59376              Date: Mon, 14 Aug 2000 08:26:02 +0100
59377              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
59378      Branch: perl
59379            ! lib/perl5db.pl
59380 ____________________________________________________________________________
59381 [  6615] By: jhi                                   on 2000/08/14  13:58:45
59382         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
59383              From: Mike Guy <mjtg@cam.ac.uk>
59384              Date: Mon, 14 Aug 2000 08:04:22 +0100
59385              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
59386      Branch: perl
59387            ! gv.c mg.c t/op/pat.t
59388 ____________________________________________________________________________
59389 [  6614] By: jhi                                   on 2000/08/14  13:56:45
59390         Log: Subject: Test fails / warnings with perl-current #6612
59391              From: Mike Guy <mjtg@cam.ac.uk>
59392              Date: Mon, 14 Aug 2000 07:57:23 +0100
59393              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
59394      Branch: perl
59395            ! t/lib/b.t t/lib/peek.t
59396 ____________________________________________________________________________
59397 [  6613] By: jhi                                   on 2000/08/14  13:45:33
59398         Log: VMS configure.com update continues.
59399      Branch: perl
59400            - vms/configure.com
59401            ! MANIFEST configure.com
59402 ____________________________________________________________________________
59403 [  6612] By: jhi                                   on 2000/08/13  22:13:35
59404         Log: Update Changes.
59405      Branch: perl
59406            ! Changes
59407 ____________________________________________________________________________
59408 [  6611] By: jhi                                   on 2000/08/13  16:21:45
59409         Log: Upgrade to CGI 2.71, from Lincoln Stein.
59410      Branch: perl
59411            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
59412 ____________________________________________________________________________
59413 [  6610] By: jhi                                   on 2000/08/13  15:09:16
59414         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
59415              From: Mike Guy <mjtg@cam.ac.uk>
59416              Date: Sun, 13 Aug 2000 13:45:51 +0100
59417              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
59418      Branch: perl
59419            ! t/op/regmesg.t
59420 ____________________________________________________________________________
59421 [  6609] By: jhi                                   on 2000/08/13  14:31:26
59422         Log: Andreas says that 1.56 is fine, so reverting back to it.
59423      Branch: perl
59424            ! lib/CPAN.pm
59425 ____________________________________________________________________________
59426 [  6608] By: jhi                                   on 2000/08/13  05:34:20
59427         Log: Update Changes.
59428      Branch: perl
59429            ! Changes
59430 ____________________________________________________________________________
59431 [  6607] By: jhi                                   on 2000/08/13  05:32:01
59432         Log: Put back the \z changes of #5406 to CPAN.pm.
59433      Branch: perl
59434            ! lib/CPAN.pm
59435 ____________________________________________________________________________
59436 [  6606] By: jhi                                   on 2000/08/13  05:20:16
59437         Log: Fix-n-skip the tests under 5005threads.
59438      Branch: perl
59439            ! t/lib/b.t
59440 ____________________________________________________________________________
59441 [  6605] By: jhi                                   on 2000/08/13  05:07:48
59442         Log: Fix the test for 5005threads.
59443      Branch: perl
59444            ! t/lib/peek.t
59445 ____________________________________________________________________________
59446 [  6604] By: jhi                                   on 2000/08/13  03:35:37
59447         Log: Should have deleted this in #6603.
59448      Branch: perl
59449            - vms/subconfigure.com
59450 ____________________________________________________________________________
59451 [  6603] By: jhi                                   on 2000/08/12  18:29:32
59452         Log: Rewrite of vms/subconfigure.com as configure.com,
59453              from Peter Prymmer and the vmsperl crew.
59454      Branch: perl
59455            + vms/configure.com
59456            ! MANIFEST
59457 ____________________________________________________________________________
59458 [  6602] By: jhi                                   on 2000/08/11  13:00:01
59459         Log: PlainText.pm is dead.
59460      Branch: perl
59461            - lib/Pod/PlainText.pm
59462            ! MANIFEST
59463 ____________________________________________________________________________
59464 [  6601] By: jhi                                   on 2000/08/11  04:06:45
59465         Log: Update Changes.
59466      Branch: perl
59467            ! Changes
59468 ____________________________________________________________________________
59469 [  6600] By: jhi                                   on 2000/08/11  04:06:10
59470         Log: Add a few missing files, update MANIFEST.
59471      Branch: perl
59472            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
59473            + lib/Pod/PlainText.pm t/pod/find.t
59474            ! MANIFEST t/op/regmesg.t
59475 ____________________________________________________________________________
59476 [  6599] By: jhi                                   on 2000/08/11  03:31:10
59477         Log: Add Perl debugging tutorial, regen toc. 
59478              
59479              Subject: perldebtut.pod
59480              From: Richard Foley <Richard.Foley@m.dasa.de>
59481              Date: Wed, 09 Aug 2000 10:17:15 +0200
59482              Message-id: <3991138B.262247B8@m.dasa.de>
59483      Branch: perl
59484            + pod/perldebtut.pod
59485            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59486 ____________________________________________________________________________
59487 [  6598] By: jhi                                   on 2000/08/11  02:48:56
59488         Log: tiny Changes edit
59489      Branch: perl
59490            ! Changes
59491 ____________________________________________________________________________
59492 [  6597] By: jhi                                   on 2000/08/11  02:39:04
59493         Log: Tests for #6589.
59494              
59495              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59496              From: simon@brecon.co.uk (Simon Cozens)
59497              Date: 11 Aug 2000 02:24:52 GMT
59498              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
59499      Branch: perl
59500            ! t/lib/b.t
59501 ____________________________________________________________________________
59502 [  6596] By: jhi                                   on 2000/08/11  01:50:07
59503         Log: Update Changes.
59504      Branch: perl
59505            ! Changes
59506 ____________________________________________________________________________
59507 [  6595] By: jhi                                   on 2000/08/11  01:47:16
59508         Log: nitfix
59509      Branch: perl
59510            ! Changes
59511 ____________________________________________________________________________
59512 [  6594] By: jhi                                   on 2000/08/11  01:36:16
59513         Log: Subject: Getting perlio and threads to compile
59514              From: Lupe Christoph <lupe@lupe-christoph.de>
59515              Date: Wed, 9 Aug 2000 11:35:54 +0200
59516              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
59517              
59518              (the Solaris version changes in Configure skipped)
59519      Branch: perl
59520            ! hints/solaris_2.sh thread.h
59521 ____________________________________________________________________________
59522 [  6593] By: jhi                                   on 2000/08/11  01:30:16
59523         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
59524              From: simon@brecon.co.uk (Simon Cozens)
59525              Date: 1 Aug 2000 06:55:19 GMT
59526              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
59527      Branch: perl
59528            ! lib/utf8.pm
59529 ____________________________________________________________________________
59530 [  6592] By: jhi                                   on 2000/08/11  01:26:39
59531         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
59532              From: Peter Scott <Peter@PeterScott.com>
59533              Date: Thu, 10 Aug 2000 08:23:27 -0700
59534              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
59535      Branch: perl
59536            ! lib/perl5db.pl
59537 ____________________________________________________________________________
59538 [  6591] By: jhi                                   on 2000/08/11  01:22:02
59539         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
59540              From: Hugo <hv@crypt.compulink.co.uk>
59541              Date: Thu, 10 Aug 2000 19:23:04 +0100
59542              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
59543      Branch: perl
59544            ! regexec.c t/op/pat.t
59545 ____________________________________________________________________________
59546 [  6590] By: jhi                                   on 2000/08/11  01:19:19
59547         Log: Preprocessing and postprocessing for File::Find.
59548              
59549              Subject: Patch to Find::File.pm to allow alphabetical results
59550              From: Joe Smith <jsmith@inwap.com>
59551              Date: Wed, 9 Aug 2000 02:44:54 -0700
59552              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
59553      Branch: perl
59554            ! lib/File/Find.pm
59555 ____________________________________________________________________________
59556 [  6589] By: jhi                                   on 2000/08/11  01:12:39
59557         Log: B::Deparse didn't do sub attributes.
59558              
59559              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59560              From: simon@brecon.co.uk (Simon Cozens)
59561              Date: 9 Aug 2000 04:49:20 GMT
59562              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
59563      Branch: perl
59564            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
59565 ____________________________________________________________________________
59566 [  6588] By: jhi                                   on 2000/08/11  01:06:40
59567         Log: Subject: debugger "d" command doesnt check line number
59568              From: Mike Guy <mjtg@cam.ac.uk>
59569              Date: Tue, 08 Aug 2000 21:54:29 +0100
59570              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
59571      Branch: perl
59572            ! lib/perl5db.pl mg.c pod/perldiag.pod
59573 ____________________________________________________________________________
59574 [  6587] By: jhi                                   on 2000/08/11  00:45:03
59575         Log: sleep(1) does not necessarily return 1.
59576              
59577              Subject: [PATCH bleadperl] op/lex_assign.t  
59578              From: Hugo <hv@crypt.compulink.co.uk>
59579              Date: Thu, 03 Aug 2000 14:34:22 +0100        
59580              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
59581      Branch: perl
59582            ! t/op/lex_assign.t
59583 ____________________________________________________________________________
59584 [  6586] By: jhi                                   on 2000/08/11  00:31:50
59585         Log: Document the IO::Select timeout.
59586      Branch: perl
59587            ! ext/IO/lib/IO/Select.pm
59588 ____________________________________________________________________________
59589 [  6585] By: jhi                                   on 2000/08/11  00:13:54
59590         Log: Forgot contributor.
59591      Branch: perl
59592            ! Changes
59593 ____________________________________________________________________________
59594 [  6584] By: jhi                                   on 2000/08/11  00:09:19
59595         Log: detypo
59596      Branch: perl
59597            ! Changes
59598 ____________________________________________________________________________
59599 [  6583] By: jhi                                   on 2000/08/11  00:07:53
59600         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
59601              
59602              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
59603              From: Mike Guy <mjtg@cam.ac.uk> 
59604              Date: Thu, 10 Aug 2000 15:50:54 +0100
59605              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
59606      Branch: perl
59607            ! sv.c t/op/int.t
59608 ____________________________________________________________________________
59609 [  6582] By: jhi                                   on 2000/08/10  23:29:32
59610         Log: Update Changes.
59611      Branch: perl
59612            ! Changes
59613 ____________________________________________________________________________
59614 [  6581] By: jhi                                   on 2000/08/10  23:26:16
59615         Log: Put back the std @INC thing.
59616      Branch: perl
59617            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
59618            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
59619            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
59620            ! t/lib/gol-oo.t
59621 ____________________________________________________________________________
59622 [  6580] By: jhi                                   on 2000/08/10  23:03:34
59623         Log: Update to CGI 2.70, from Lincoln Stein.
59624      Branch: perl
59625            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
59626            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
59627            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
59628            ! t/lib/cgi-request.t
59629 ____________________________________________________________________________
59630 [  6579] By: jhi                                   on 2000/08/10  22:41:50
59631         Log: Update to CPAN 1.56, from Andreas König.
59632      Branch: perl
59633            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59634 ____________________________________________________________________________
59635 [  6578] By: jhi                                   on 2000/08/10  22:38:13
59636         Log: Update to Pod::Parser 1.17, from Brad Appleton.
59637      Branch: perl
59638            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
59639            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
59640            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
59641            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59642            ! t/pod/include.t t/pod/included.t t/pod/lref.t
59643            ! t/pod/multiline_items.t t/pod/nested_items.t
59644            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59645            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
59646            ! t/pod/special_seqs.t
59647 ____________________________________________________________________________
59648 [  6577] By: jhi                                   on 2000/08/10  22:35:41
59649         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
59650      Branch: perl
59651            ! AUTHORS MAINTAIN
59652 ____________________________________________________________________________
59653 [  6576] By: jhi                                   on 2000/08/10  22:24:54
59654         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
59655      Branch: perl
59656            + t/lib/gol-oo.t
59657            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
59658            ! t/lib/gol-compat.t t/lib/gol-linkage.t
59659 ____________________________________________________________________________
59660 [  6575] By: jhi                                   on 2000/08/10  22:02:07
59661         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
59662      Branch: perl
59663            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
59664 ____________________________________________________________________________
59665 [  6574] By: jhi                                   on 2000/08/10  21:55:03
59666         Log: Iterating perl6 description.
59667      Branch: perl
59668            ! pod/perlfaq1.pod
59669 ____________________________________________________________________________
59670 [  6573] By: jhi                                   on 2000/08/10  21:48:26
59671         Log: Revert the sv.c part of #6559, a better fix is needed.
59672      Branch: perl
59673            ! sv.c
59674 ____________________________________________________________________________
59675 [  6572] By: jhi                                   on 2000/08/10  20:33:43
59676         Log: It's the 2ndO'ROSSC.
59677      Branch: perl
59678            ! pod/perlfaq1.pod
59679 ____________________________________________________________________________
59680 [  6571] By: jhi                                   on 2000/08/10  15:55:48
59681         Log: detypo
59682      Branch: perl
59683            ! pod/perlfaq1.pod
59684 ____________________________________________________________________________
59685 [  6570] By: jhi                                   on 2000/08/10  14:11:17
59686         Log: An exceptionally sticky typo.
59687      Branch: perl
59688            ! Changes
59689 ____________________________________________________________________________
59690 [  6569] By: jhi                                   on 2000/08/10  14:09:33
59691         Log: detypo (and test Changes updating script)
59692      Branch: perl
59693            ! Changes
59694 ____________________________________________________________________________
59695 [  6568] By: jhi                                   on 2000/08/10  14:07:07
59696         Log: Update Changes.
59697      Branch: perl
59698            ! Changes
59699 ____________________________________________________________________________
59700 [  6567] By: jhi                                   on 2000/08/10  14:06:19
59701         Log: Amend the description of Perl6.
59702              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
59703              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59704              Date: Wed, 9 Aug 2000 22:11:06 -0500
59705              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
59706      Branch: perl
59707            ! pod/perlfaq1.pod
59708 ____________________________________________________________________________
59709 [  6566] By: jhi                                   on 2000/08/10  13:58:57
59710         Log: Subject: Remove dead entry in perldiag
59711              From: Mike Guy <mjtg@cam.ac.uk>
59712              Date: Thu, 10 Aug 2000 14:19:19 +0100
59713              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
59714      Branch: perl
59715            ! pod/perldiag.pod
59716 ____________________________________________________________________________
59717 [  6565] By: jhi                                   on 2000/08/10  13:51:48
59718         Log: Zero entries were skipped, fix from Adrian Goalby
59719              <argoalby@yahoo.co.uk>
59720      Branch: perl
59721            ! lib/unicode/Number.pl lib/unicode/mktables.PL
59722 ____________________________________________________________________________
59723 [  6564] By: jhi                                   on 2000/08/10  13:00:12
59724         Log: Subject: [PATCH 5.6.0] cygwin port
59725              From: "Fifer, Eric" <EFifer@sanwaint.com>
59726              Date: Thu, 10 Aug 2000 13:15:36 +0100
59727              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
59728      Branch: perl
59729            ! README.cygwin hints/cygwin.sh
59730 ____________________________________________________________________________
59731 [  6563] By: jhi                                   on 2000/08/10  12:55:16
59732         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
59733      Branch: perl
59734            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
59735 ____________________________________________________________________________
59736 [  6562] By: gsar                                  on 2000/08/10  08:38:39
59737         Log: warn is a macro, avoid using at a variable to avoid warnings
59738              in some configurations; readdir.t is too conservative in
59739              estimating number of *.t's
59740      Branch: perl
59741            ! t/op/readdir.t util.c
59742 ____________________________________________________________________________
59743 [  6561] By: jhi                                   on 2000/08/09  23:35:42
59744         Log: Update Changes.
59745      Branch: perl
59746            ! Changes
59747 ____________________________________________________________________________
59748 [  6560] By: jhi                                   on 2000/08/09  23:05:47
59749         Log: Subject: Re: enhanced(?) regex error messages
59750              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59751              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
59752              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
59753              
59754              (plus two small patches sent privately)
59755              (this still seems to leave few test failures)
59756      Branch: perl
59757            + t/op/regmesg.t
59758            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
59759            ! t/pragma/warn/regcomp
59760 ____________________________________________________________________________
59761 [  6559] By: jhi                                   on 2000/08/09  20:41:18
59762         Log: (The fix did work but was not right, retracted in #6573)
59763              
59764              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59765              From: Christian Kirsch <ck@held.mind.de>
59766              Date: Wed, 9 Aug 2000 17:05:17 +0200
59767              Message-Id: <20000809170517.A25389@held>
59768      Branch: perl
59769            ! sv.c t/pragma/locale.t
59770 ____________________________________________________________________________
59771 [  6558] By: jhi                                   on 2000/08/08  22:34:08
59772         Log: Tiny updates on the contributors list.
59773      Branch: perl
59774            ! Changes
59775 ____________________________________________________________________________
59776 [  6557] By: jhi                                   on 2000/08/08  19:34:28
59777         Log: Double check that we have a dirhandle.
59778      Branch: perl
59779            ! util.c
59780 ____________________________________________________________________________
59781 [  6556] By: jhi                                   on 2000/08/08  19:01:51
59782         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
59783              May be repopulated with fresh maintained examples.
59784      Branch: perl
59785            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
59786            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
59787            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
59788            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
59789            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
59790            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
59791            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
59792            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
59793            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
59794            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
59795            + lib/CGI/eg/wilogo_gif.uu
59796            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59797            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59798            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59799            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59800            - eg/cgi/frameset.cgi eg/cgi/index.html
59801            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59802            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59803            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59804            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59805            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59806            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59807            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59808            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59809            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59810            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59811            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59812            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59813            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59814            - eg/van/vanish eg/who eg/wrapsuid
59815            ! MANIFEST
59816 ____________________________________________________________________________
59817 [  6555] By: jhi                                   on 2000/08/08  18:51:08
59818         Log: Delete chat2 as requested by Randal.
59819              
59820              Subject: Re: perlfaq8 coyness
59821              From: merlyn@stonehenge.com (Randal L. Schwartz) 
59822              Date: 15 May 2000 18:52:42 -0700 
59823              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
59824      Branch: perl
59825            - lib/chat2.pl
59826            ! MANIFEST
59827 ____________________________________________________________________________
59828 [  6554] By: jhi                                   on 2000/08/08  18:31:35
59829         Log: Regen global.sym.
59830      Branch: perl
59831            ! global.sym
59832 ____________________________________________________________________________
59833 [  6553] By: jhi                                   on 2000/08/08  18:28:13
59834         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59835              (either perlbug or p5p ate the original), plus regen
59836              perlapi and perltoc. 
59837      Branch: perl
59838            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
59839            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
59840            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
59841            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
59842            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
59843            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
59844            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
59845            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
59846            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
59847            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
59848 ____________________________________________________________________________
59849 [  6552] By: jhi                                   on 2000/08/08  18:06:29
59850         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
59851              From: Mike Guy <mjtg@cam.ac.uk>
59852              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
59853              Date: Tue, 08 Aug 2000 15:51:27 +0100
59854      Branch: perl
59855            ! doop.c sv.h t/op/join.t t/pragma/overload.t
59856 ____________________________________________________________________________
59857 [  6551] By: jhi                                   on 2000/08/08  18:01:11
59858         Log: Re-apply #6549.
59859      Branch: perl
59860            ! lib/perl5db.pl
59861 ____________________________________________________________________________
59862 [  6550] By: jhi                                   on 2000/08/08  17:43:08
59863         Log: Accidental retraction of #6549.
59864      Branch: perl
59865            ! lib/perl5db.pl
59866 ____________________________________________________________________________
59867 [  6549] By: jhi                                   on 2000/08/08  17:40:04
59868         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59869              From: Mike Guy <mjtg@cam.ac.uk>
59870              Date: Mon, 07 Aug 2000 21:49:58 +0100
59871              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
59872      Branch: perl
59873            ! lib/perl5db.pl
59874 ____________________________________________________________________________
59875 [  6548] By: jhi                                   on 2000/08/08  17:37:57
59876         Log: Document here-doc better.
59877              
59878              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
59879              From: Mike Guy <mjtg@cam.ac.uk>
59880              Date: Mon, 07 Aug 2000 14:02:09 +0100
59881              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
59882      Branch: perl
59883            ! pod/perldata.pod
59884 ____________________________________________________________________________
59885 [  6547] By: jhi                                   on 2000/08/08  17:33:34
59886         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
59887              From: "Randy J. Ray" <rjray@redhat.com>
59888              Date: Mon, 07 Aug 2000 19:12:25 -0700
59889              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
59890      Branch: perl
59891            ! perl.c pod/perlrun.pod
59892 ____________________________________________________________________________
59893 [  6546] By: jhi                                   on 2000/08/08  17:29:26
59894         Log: Subject: Re: enhanced(?) regex error messages 
59895              From: Hugo <hv@crypt.compulink.co.uk>
59896              Date: Tue, 08 Aug 2000 03:25:51 +0100
59897              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
59898              
59899              plus Capitalize the error messages, plus perldiag them.
59900      Branch: perl
59901            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
59902 ____________________________________________________________________________
59903 [  6545] By: jhi                                   on 2000/08/08  13:59:28
59904         Log: Augment #6539 a bit: don't croak if there's magic in the air.
59905              
59906              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
59907              From: Hugo <hv@crypt.compulink.co.uk>
59908              Date: Tue, 08 Aug 2000 03:02:03 +0100
59909              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
59910      Branch: perl
59911            ! pp.c t/op/bless.t
59912 ____________________________________________________________________________
59913 [  6544] By: jhi                                   on 2000/08/07  21:11:52
59914         Log: Make the test -w clean.
59915      Branch: perl
59916            ! t/op/bless.t
59917 ____________________________________________________________________________
59918 [  6543] By: jhi                                   on 2000/08/07  19:49:53
59919         Log: use warnings instead of $^W.
59920      Branch: perl
59921            ! t/op/bless.t
59922 ____________________________________________________________________________
59923 [  6542] By: jhi                                   on 2000/08/07  17:41:41
59924         Log: Disable a portability warning Because We Know What We Are Doing.
59925      Branch: perl
59926            ! t/op/bless.t
59927 ____________________________________________________________________________
59928 [  6541] By: jhi                                   on 2000/08/07  17:29:51
59929         Log: Tiny tidying on report_evil_fh().
59930      Branch: perl
59931            ! util.c
59932 ____________________________________________________________________________
59933 [  6540] By: jhi                                   on 2000/08/07  16:37:38
59934         Log: Make regular expression parse error messages easier to understand.
59935              
59936              Subject: Re: enhanced(?) regex error messages
59937              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59938              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
59939              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
59940      Branch: perl
59941            ! regcomp.c
59942 ____________________________________________________________________________
59943 [  6539] By: jhi                                   on 2000/08/07  16:12:27
59944         Log: Make bless(REF, REF) a fatal error, add bless tests.
59945              
59946              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
59947              From: Hugo <hv@crypt.compulink.co.uk>
59948              Date: Mon, 07 Aug 2000 16:59:38 +0100
59949              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
59950      Branch: perl
59951            + t/op/bless.t
59952            ! MANIFEST pod/perldiag.pod pp.c sv.c
59953 ____________________________________________________________________________
59954 [  6538] By: jhi                                   on 2000/08/07  15:59:43
59955         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
59956              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
59957              Date: Thu, 3 Aug 2000 14:29:21 -0700
59958              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
59959      Branch: perl
59960            ! lib/lib_pm.PL
59961 ____________________________________________________________________________
59962 [  6537] By: jhi                                   on 2000/08/07  15:47:18
59963         Log: Retract #6419 for now since it breaks in AFS and MachTen.
59964      Branch: perl
59965            ! lib/Cwd.pm
59966 ____________________________________________________________________________
59967 [  6536] By: jhi                                   on 2000/08/07  15:05:29
59968         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
59969              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
59970              The security hole exists only in suidperls, which isn't
59971              installed or even built by default.
59972      Branch: perl
59973            ! perl.c
59974 ____________________________________________________________________________
59975 [  6535] By: jhi                                   on 2000/08/07  14:45:14
59976         Log: tr memory corruption fix from Simon Cozens.
59977      Branch: perl
59978            ! doop.c
59979 ____________________________________________________________________________
59980 [  6534] By: jhi                                   on 2000/08/06  11:38:16
59981         Log: Document a bit that UDP is not what you might think.
59982              
59983              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59984              From: Lupe Christoph <lupe@lupe-christoph.de>
59985              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
59986              Date: Mon, 24 Jul 2000 08:59:15 +0200
59987      Branch: perl
59988            ! pod/perlipc.pod
59989 ____________________________________________________________________________
59990 [  6533] By: jhi                                   on 2000/08/06  11:35:01
59991         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59992              From: Jeff Pinyan <jeffp@hut.crusoe.net>
59993              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
59994              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
59995      Branch: perl
59996            ! pod/perlfunc.pod
59997 ____________________________________________________________________________
59998 [  6532] By: jhi                                   on 2000/08/06  03:45:41
59999         Log: Have symbols for the IoTYPEs.
60000      Branch: perl
60001            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
60002 ____________________________________________________________________________
60003 [  6531] By: jhi                                   on 2000/08/06  01:33:55
60004         Log: Continue fixing the io warnings.  This also
60005              sort of fixes bug ID 20000802.003: the core dump
60006              is no more.  Whether the current behaviour is correct
60007              (giving a warning: "Not a format reference"), is another matter.
60008      Branch: perl
60009            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
60010            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60011 ____________________________________________________________________________
60012 [  6530] By: jhi                                   on 2000/08/05  21:33:12
60013         Log: Change the Policy policy: now -Dprefix= with an existing
60014              Policy.sh and prefix == siteprefix == vendorprefix, then all
60015              of them follow along the new prefix.
60016              
60017              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
60018              From: Andy Dougherty <doughera@lafayette.edu>
60019              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
60020              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
60021      Branch: perl
60022            ! Policy_sh.SH
60023 ____________________________________________________________________________
60024 [  6529] By: jhi                                   on 2000/08/05  18:57:28
60025         Log: Zap lib/Sys directory when cleaning up.
60026      Branch: perl
60027            ! Makefile.SH
60028 ____________________________________________________________________________
60029 [  6528] By: jhi                                   on 2000/08/05  18:40:44
60030         Log: Essential prototype changes were missing from #6527.
60031              Also make report_evil_fh() more bomb-proof.
60032      Branch: perl
60033            ! embed.h util.c
60034 ____________________________________________________________________________
60035 [  6527] By: jhi                                   on 2000/08/05  03:22:05
60036         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
60037              From: "Ronald F. Guilmette" <rfg@monkeys.com>
60038              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
60039              Message-Id: <200007242247.PAA52177@monkeys.com>
60040      Branch: perl
60041            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
60042 ____________________________________________________________________________
60043 [  6526] By: jhi                                   on 2000/08/04  21:23:27
60044         Log: gcc versions might have (parentheses) in them.
60045      Branch: metaconfig/U/perl
60046            ! gccvers.U
60047      Branch: perl
60048            ! Configure config_h.SH
60049 ____________________________________________________________________________
60050 [  6525] By: jhi                                   on 2000/08/04  20:23:12
60051         Log: Weed buglets pointed out by
60052              
60053              From: Lupe Christoph <lupe@lupe-christoph.de>
60054              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
60055              Date: Fri, 4 Aug 2000 17:34:39 +0200
60056              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
60057      Branch: metaconfig/U/perl
60058            ! gccvers.U uselfs.U
60059      Branch: perl
60060            ! Configure config_h.SH
60061 ____________________________________________________________________________
60062 [  6524] By: jhi                                   on 2000/08/04  19:02:08
60063         Log: Warn under -w if lstat(FH) is attempted.
60064              
60065              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
60066              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
60067              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
60068              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
60069      Branch: perl
60070            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
60071            ! t/pragma/warn/pp_sys
60072 ____________________________________________________________________________
60073 [  6523] By: jhi                                   on 2000/08/04  12:31:11
60074         Log: Subject: New perlcc, take 2
60075              From: simon@brecon.co.uk (Simon Cozens)
60076              Date: 4 Aug 2000 06:21:04 GMT
60077              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
60078      Branch: perl
60079            ! utils/perlcc.PL
60080 ____________________________________________________________________________
60081 [  6522] By: jhi                                   on 2000/08/04  12:26:33
60082         Log: Subject: Re: Array vs. List context
60083              From: Daniel Chetlin <daniel@chetlin.com>
60084              Date: Fri, 4 Aug 2000 00:22:44 -0700
60085              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
60086      Branch: perl
60087            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
60088            ! pod/perlfaq4.pod
60089 ____________________________________________________________________________
60090 [  6521] By: jhi                                   on 2000/08/04  12:22:38
60091         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
60092              From: Raymund Will <ray@caldera.de>
60093              Date: Fri, 4 Aug 2000 12:07:09 +0200
60094              Message-Id: <20000804120709.A14982@caldera.de>
60095      Branch: perl
60096            ! configure.gnu
60097 ____________________________________________________________________________
60098 [  6520] By: jhi                                   on 2000/08/04  04:09:06
60099         Log: After the #6519 a warning about stat() is just that,
60100              not about a filetest, which now have their own warning.
60101      Branch: perl
60102            ! pod/perldiag.pod
60103 ____________________________________________________________________________
60104 [  6519] By: jhi                                   on 2000/08/04  04:06:30
60105         Log: In the warnings call filehandles consistently so;
60106              add "unopened" warning for stat().
60107      Branch: perl
60108            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
60109            ! t/pragma/warn/pp_sys
60110 ____________________________________________________________________________
60111 [  6518] By: jhi                                   on 2000/08/04  02:55:35
60112         Log: Subject: Minor tweak to perlvar.pod
60113              From: "Stephen P. Potter" <spp@ds.net>
60114              Date: Tue, 18 Apr 2000 09:26:03 -0400
60115              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
60116      Branch: perl
60117            ! pod/perlvar.pod
60118 ____________________________________________________________________________
60119 [  6517] By: jhi                                   on 2000/08/04  02:50:08
60120         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
60121              From: "Clinton Pierce" <cpierce1@ford.com>
60122              Date: Wed, 21 Jul 1999 16:45:31 -0400
60123              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
60124              
60125              Fix by Stephen Potter (visible in the bug db but not in p5p?)
60126      Branch: perl
60127            ! pod/perlfunc.pod pod/perlop.pod
60128 ____________________________________________________________________________
60129 [  6516] By: jhi                                   on 2000/08/04  02:09:25
60130         Log: This is 6512.  Really.
60131      Branch: perl
60132            ! dump.c
60133 ____________________________________________________________________________
60134 [  6515] By: jhi                                   on 2000/08/04  01:25:50
60135         Log: mention the idea of @( and @)
60136      Branch: perl
60137            ! Todo-5.6
60138 ____________________________________________________________________________
60139 [  6514] By: bailey                                on 2000/08/04  01:18:46
60140         Log: YA resync with mainstem, including VMS patches from others
60141      Branch: vmsperl
60142           +> (branch 48 files)
60143            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
60144           !> (integrate 354 files)
60145 ____________________________________________________________________________
60146 [  6513] By: jhi                                   on 2000/08/04  01:18:18
60147         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
60148              From: Mark Dickinson <dickins3@fas.harvard.edu>
60149              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
60150              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
60151      Branch: perl
60152            ! t/op/grent.t t/op/pwent.t
60153 ____________________________________________________________________________
60154 [  6512] By: jhi                                   on 2000/08/04  01:14:06
60155         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
60156              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60157              Date: Wed, 02 Aug 2000 10:51:01 +0100
60158              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
60159      Branch: perl
60160            ! sv.c
60161 ____________________________________________________________________________
60162 [  6511] By: jhi                                   on 2000/08/04  00:57:00
60163         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
60164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60165              Date: Thu, 03 Aug 2000 17:20:04 -0700
60166              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
60167      Branch: metaconfig
60168            ! U/modified/Cppsym.U
60169      Branch: perl
60170            ! Configure config_h.SH
60171 ____________________________________________________________________________
60172 [  6510] By: jhi                                   on 2000/08/04  00:25:28
60173         Log: detypo
60174      Branch: perl
60175            ! Makefile.SH
60176 ____________________________________________________________________________
60177 [  6509] By: jhi                                   on 2000/08/03  23:43:18
60178         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
60179              From: Dominic Dunlop <domo@computer.org>
60180              Date: Thu, 3 Aug 2000 22:16:46 +0200
60181              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
60182      Branch: perl
60183            ! t/op/sprintf.t
60184 ____________________________________________________________________________
60185 [  6508] By: jhi                                   on 2000/08/03  23:40:37
60186         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
60187              From: Hugo <hv@crypt.compulink.co.uk>
60188              Date: Thu, 03 Aug 2000 18:25:30 +0100
60189              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
60190      Branch: perl
60191            ! regcomp.c t/op/re_tests
60192 ____________________________________________________________________________
60193 [  6507] By: jhi                                   on 2000/08/03  23:38:28
60194         Log: Subject: [PATCH] sv.h documentation - SvLEN
60195              From: Mike Guy <mjtg@cam.ac.uk>
60196              Date: Thu, 03 Aug 2000 14:43:09 +0100
60197              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
60198      Branch: perl
60199            ! sv.h
60200 ____________________________________________________________________________
60201 [  6506] By: jhi                                   on 2000/08/03  15:49:14
60202         Log: Disable the fix_pl hack for now.
60203      Branch: perl
60204            ! Makefile.SH
60205 ____________________________________________________________________________
60206 [  6505] By: jhi                                   on 2000/08/03  13:49:04
60207         Log: Add a URL for FSF.
60208              
60209              Subject: Patch for README
60210              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
60211              Date: Wed, 2 Aug 2000 13:25:09 -0500
60212              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
60213      Branch: perl
60214            ! README
60215 ____________________________________________________________________________
60216 [  6504] By: jhi                                   on 2000/08/03  13:29:19
60217         Log: Be more informative on what is skipped and why,
60218              also repeat the list at the end.
60219      Branch: perl
60220            ! Porting/p4desc
60221 ____________________________________________________________________________
60222 [  6503] By: jhi                                   on 2000/08/03  13:07:05
60223         Log: Circumvent the removal of .patch by fix_pl.
60224              
60225              Subject: Re: [ID 20000802.011] unable to 'make test'          
60226              From: simon@brecon.co.uk (Simon Cozens) 
60227              Date: 3 Aug 2000 04:17:00 GMT
60228              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
60229      Branch: perl
60230            ! Makefile.SH
60231 ____________________________________________________________________________
60232 [  6502] By: jhi                                   on 2000/08/03  00:14:34
60233         Log: Add the missing setproctitle unit.
60234      Branch: metaconfig/U/perl
60235            + d_setproctitle.U
60236 ____________________________________________________________________________
60237 [  6501] By: jhi                                   on 2000/08/03  00:00:26
60238         Log: The subtest 4 may fail also on VOBS, as pointed out
60239              by Nick Ing-Simmons in November 1999, bug id 19991124.003
60240              (but the failure in that bug report isn't the subtest 4).
60241      Branch: perl
60242            ! t/op/stat.t
60243 ____________________________________________________________________________
60244 [  6500] By: jhi                                   on 2000/08/02  23:49:30
60245         Log: Better skip message for the test; one of the two problems in
60246              
60247              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
60248              From: Lupe Christoph <lupe@lupe-christoph.de>
60249              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
60250              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
60251      Branch: perl
60252            ! t/op/numconvert.t
60253 ____________________________________________________________________________
60254 [  6499] By: jhi                                   on 2000/08/02  22:49:16
60255         Log: Allow "no Module;" even if there is no 'unimport'.
60256              
60257              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
60258              From: mjd@plover.com
60259              Date: 24 Mar 2000 15:24:34 -0000
60260              Message-Id: <20000324152434.15160.qmail@plover.com>
60261      Branch: perl
60262            ! gv.c
60263 ____________________________________________________________________________
60264 [  6498] By: jhi                                   on 2000/08/02  22:42:58
60265         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
60266              that are hopefully soon put into use.
60267      Branch: perl
60268            ! opcode.h opcode.pl opnames.h
60269 ____________________________________________________________________________
60270 [  6497] By: gsar                                  on 2000/08/02  22:28:59
60271         Log: require.t needs binmode() to work on windows
60272      Branch: perl
60273            ! t/comp/require.t
60274 ____________________________________________________________________________
60275 [  6496] By: jhi                                   on 2000/08/02  22:08:51
60276         Log: Document the IVdf UVuf UVof UVxf.
60277      Branch: perl
60278            ! pod/perlguts.pod
60279 ____________________________________________________________________________
60280 [  6495] By: jhi                                   on 2000/08/02  21:54:26
60281         Log: detypo #6494
60282      Branch: perl
60283            ! ext/Data/Dumper/Dumper.xs
60284 ____________________________________________________________________________
60285 [  6494] By: jhi                                   on 2000/08/02  21:49:17
60286         Log: Dump UVs as UVs in Data::Dumper.
60287              
60288              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
60289              From: Gurusamy Sarathy <gsar@ActiveState.com>
60290              Date: Thu, 27 Apr 2000 12:26:25 -0700
60291              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
60292      Branch: perl
60293            ! ext/Data/Dumper/Dumper.xs
60294 ____________________________________________________________________________
60295 [  6493] By: jhi                                   on 2000/08/02  17:01:58
60296         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
60297              From: Hugo <hv@crypt.compulink.co.uk>
60298              Date: Wed, 02 Aug 2000 14:53:56 +0100
60299              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
60300      Branch: perl
60301            ! regexec.c t/op/re_tests
60302 ____________________________________________________________________________
60303 [  6492] By: jhi                                   on 2000/08/02  15:02:46
60304         Log: The new setproctitle() feature is available only in 
60305              bleeding edge FreeBSD.  From Paul Saab.
60306      Branch: perl
60307            ! mg.c
60308 ____________________________________________________________________________
60309 [  6491] By: jhi                                   on 2000/08/02  13:34:36
60310         Log: The tr utf8 patching continues.
60311              
60312              Subject: Re: #6469, too many tests claimed in require.t
60313              From: simon@brecon.co.uk (Simon Cozens)
60314              Date: 2 Aug 2000 02:37:17 GMT
60315              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
60316              
60317              (the logic of the test was the wrong way round in the patch)
60318      Branch: perl
60319            ! doop.c
60320 ____________________________________________________________________________
60321 [  6490] By: jhi                                   on 2000/08/02  13:27:38
60322         Log: The name of a filehandle does not have <these>.
60323      Branch: perl
60324            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
60325            ! t/pragma/warn/pp_sys util.c
60326 ____________________________________________________________________________
60327 [  6489] By: jhi                                   on 2000/08/02  04:26:46
60328         Log: Remove the extraneous "main::" prefix from all the
60329              "opened only for", "on closed", and "never opened" warnings.
60330              
60331              Subject: Re: inappropriate warning
60332              From: Gurusamy Sarathy <gsar@ActiveState.com>
60333              Date: Mon, 20 Mar 2000 11:28:02 -0800
60334              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
60335      Branch: perl
60336            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
60337            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
60338            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60339 ____________________________________________________________________________
60340 [  6488] By: jhi                                   on 2000/08/02  03:02:57
60341         Log: memcpy has n o in it, as pinted ut by Sarathy.
60342      Branch: perl
60343            ! pod/perlguts.pod
60344 ____________________________________________________________________________
60345 [  6487] By: jhi                                   on 2000/08/02  02:44:51
60346         Log: Document in one place the memory abstractions used in Perl core.
60347              
60348              Subject: Re: Memory abstraction
60349              From: simon@brecon.co.uk (Simon Cozens)
60350              Date: 2 Aug 2000 02:20:23 GMT
60351              Organization: Earth.li Origins
60352      Branch: perl
60353            ! pod/perlguts.pod
60354 ____________________________________________________________________________
60355 [  6486] By: jhi                                   on 2000/08/02  02:41:57
60356         Log: regen_headers, regen perltoc.
60357      Branch: perl
60358            ! perlapi.c pod/perltoc.pod
60359 ____________________________________________________________________________
60360 [  6485] By: jhi                                   on 2000/08/02  01:43:33
60361         Log: "This little thing tests for a file .patch, and if it contains
60362              a number, pops into patchlevel.h" (making it easier to track
60363              which development version people are reporting bugs against)
60364              
60365              Subject: Patchlevel autogeneration for repository perls
60366              From: simon@brecon.co.uk (Simon Cozens)
60367              Date: 14 Jul 2000 07:12:15 GMT
60368              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
60369      Branch: perl
60370            + fix_pl
60371            ! MANIFEST Makefile.SH
60372 ____________________________________________________________________________
60373 [  6484] By: jhi                                   on 2000/08/02  01:32:54
60374         Log: FreeBSD 3.* updates from
60375              
60376              From: Paul Saab <ps@yahoo-inc.com>
60377              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60378              Date: Tue, 1 Aug 2000 15:41:39 -0700
60379              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60380      Branch: perl
60381            ! hints/freebsd.sh
60382 ____________________________________________________________________________
60383 [  6483] By: jhi                                   on 2000/08/02  01:27:44
60384         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
60385              instead one must use setproctitle().  This was already addressed
60386              by change #6457, but the below has a new variant for FreeBSD 4.0
60387              or later, and the matter is also documented more.
60388              
60389              From: Paul Saab <ps@yahoo-inc.com>
60390              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60391              Date: Tue, 1 Aug 2000 15:41:39 -0700
60392              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60393      Branch: metaconfig/U/perl
60394            + i_libutil.U
60395      Branch: perl
60396            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
60397 ____________________________________________________________________________
60398 [  6482] By: jhi                                   on 2000/08/01  22:17:32
60399         Log: The test from this
60400              
60401              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
60402              Date: Sat, 15 Apr 2000 17:03:44 +0100
60403              From: Tom Hughes <tom@compton.nu>
60404              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
60405              
60406              was missing, the code change went in as #5989
60407              (which had a different test?)
60408      Branch: perl
60409            ! t/op/misc.t
60410 ____________________________________________________________________________
60411 [  6481] By: jhi                                   on 2000/08/01  21:48:38
60412         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
60413              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60414              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
60415              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
60416      Branch: perl
60417            ! perl.h
60418 ____________________________________________________________________________
60419 [  6480] By: jhi                                   on 2000/08/01  18:05:28
60420         Log: Make p4desc to skip non-mainperl branches by default.
60421      Branch: perl
60422            ! Porting/p4desc
60423 ____________________________________________________________________________
60424 [  6479] By: jhi                                   on 2000/08/01  17:29:19
60425         Log: If gccosandvers is equal to osname, clear gccosandvers.
60426      Branch: metaconfig/U/perl
60427            ! gccvers.U
60428      Branch: perl
60429            ! Configure config_h.SH
60430 ____________________________________________________________________________
60431 [  6478] By: jhi                                   on 2000/08/01  15:54:08
60432         Log: BOM patching from Simon Cozens.
60433      Branch: perl
60434            ! toke.c
60435 ____________________________________________________________________________
60436 [  6477] By: jhi                                   on 2000/08/01  04:50:33
60437         Log: Stash away the largefiles flags and libswanted.
60438      Branch: perl
60439            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
60440 ____________________________________________________________________________
60441 [  6476] By: gsar                                  on 2000/08/01  04:24:24
60442         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
60443              on Windows)
60444      Branch: perl
60445            ! t/pragma/utf8.t utf8.c win32/win32.c
60446 ____________________________________________________________________________
60447 [  6475] By: jhi                                   on 2000/08/01  03:35:24
60448         Log: Make chr() for values >127 to create utf8 when under utf8.
60449              
60450              Subject: Re: uft8/chr()
60451              From: simon@brecon.co.uk (Simon Cozens)
60452              Date: 1 Aug 2000 02:37:02 GMT
60453              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
60454      Branch: perl
60455            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60456 ____________________________________________________________________________
60457 [  6474] By: jhi                                   on 2000/08/01  02:36:18
60458         Log: In Digital UNIX warn if gcc explicitly chosen because even
60459              2.95.2 is known to cause problems.
60460      Branch: perl
60461            ! hints/dec_osf.sh
60462 ____________________________________________________________________________
60463 [  6473] By: jhi                                   on 2000/08/01  02:00:56
60464         Log: Make the safety catch for buggy gccs work with triple version
60465              numbers like 2.95.2.  Reported in
60466              
60467              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
60468              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
60469              Date: Mon, 31 Jul 2000 14:55:06 +0200
60470              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
60471      Branch: perl
60472            ! hints/dec_osf.sh
60473 ____________________________________________________________________________
60474 [  6472] By: jhi                                   on 2000/08/01  01:13:33
60475         Log: Subject: fix and question re: waitpid() under win32
60476              From: Brian Clarke <clarke@appliedmeta.com>
60477              Date: Fri, 28 Jul 2000 15:18:29 -0400
60478              Message-ID: <3981DC85.290314EB@appliedmeta.com>
60479              
60480              Slightly reformatted and WNOHANG # define moved to win32.h
60481              so that also POSIX.xs sees it, as suggsted by Sarathy.
60482      Branch: perl
60483            ! win32/win32.c win32/win32.h
60484 ____________________________________________________________________________
60485 [  6471] By: jhi                                   on 2000/08/01  00:55:05
60486         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
60487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60488              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
60489              Date: Mon, 31 Jul 2000 13:28:51 +0100
60490              
60491              (aka ID 20000730.002)
60492      Branch: perl
60493            ! op.c t/op/tr.t
60494 ____________________________________________________________________________
60495 [  6470] By: jhi                                   on 2000/07/31  23:34:42
60496         Log: Document the problem with -P in HP-UX and its workaround.
60497              
60498              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
60499              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
60500              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
60501              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
60502      Branch: perl
60503            ! README.hpux
60504 ____________________________________________________________________________
60505 [  6469] By: jhi                                   on 2000/07/31  04:15:02
60506         Log: The swallow_bom() saga continues.  The #23 of require.t
60507              (UTF16-LE) still fails (silently, no output) but the #22
60508              (UTF16-BE) seems to be working now.  The root of the
60509              failure may be in sv_gets(): is it UTF-16LE-aware,
60510              especially when it comes to line endings? 
60511      Branch: perl
60512            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
60513            ! t/comp/require.t toke.c utf8.c
60514 ____________________________________________________________________________
60515 [  6468] By: jhi                                   on 2000/07/30  19:05:48
60516         Log: Find green threads before native threads.
60517              
60518              Subject: Re: Patch to jpl/JNI/Makefile.PL
60519              From: Jens Thomsen <jens@fiend.cis.com>
60520              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
60521              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
60522      Branch: perl
60523            ! jpl/JNI/Makefile.PL
60524 ____________________________________________________________________________
60525 [  6467] By: jhi                                   on 2000/07/30  18:36:22
60526         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
60527      Branch: perl
60528            ! doop.c
60529 ____________________________________________________________________________
60530 [  6466] By: jhi                                   on 2000/07/30  04:37:29
60531         Log: A new version of the "remove UPPERACSE string comparison"
60532              operators.  The problem with the previous one (change #6454)
60533              was that it was for Perl 5.6.0.  From Paul Marquess.
60534      Branch: perl
60535            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
60536            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
60537            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60538 ____________________________________________________________________________
60539 [  6465] By: jhi                                   on 2000/07/29  22:39:56
60540         Log: Do not upgrade SVs into utf8 just because they participate
60541              in eq or cmp.  Reported and fix suggested in
60542              
60543              Subject: [ID 20000720.009] sv_eq UTF8 bug
60544              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60545              Date: 21 Jul 2000 04:37:29 -0000
60546              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
60547              
60548              Exercise for the kind reader: should we or should we not
60549              cache the utf8 conversion alonside the SV? (as magic,
60550              as thestrxfrm()ed version is cached under use locale)
60551              Argue both for and against.
60552      Branch: perl
60553            ! sv.c
60554 ____________________________________________________________________________
60555 [  6464] By: jhi                                   on 2000/07/29  22:36:22
60556         Log: Subject: UTF8 concat
60557              From: simon@brecon.co.uk (Simon Cozens) 
60558              Date: 30 Jun 2000 06:13:25 GMT
60559              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
60560              
60561              (with a memory leak fixed, plus a few casts added)
60562              
60563              This also seems to help for
60564              
60565              Subject: [ID 20000716.015] join UTF8 weirdness
60566              From: root <root@ak-71.mind.de> 
60567              Date: Sat, 15 Jul 2000 15:29:54 +0200
60568              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
60569              
60570              (from Andreas König)
60571      Branch: perl
60572            ! pp_hot.c
60573 ____________________________________________________________________________
60574 [  6463] By: jhi                                   on 2000/07/29  00:55:39
60575         Log: Tune the comments and hopefully stop a memory leak.
60576      Branch: perl
60577            ! toke.c utf8.c
60578 ____________________________________________________________________________
60579 [  6462] By: jhi                                   on 2000/07/29  00:16:53
60580         Log: The problem described in this
60581              
60582              Subject: [ID 20000322.018] named chars aren't magical enough
60583              From: root <root@dixie.cscaper.com>     
60584              Date: Wed, 22 Mar 2000 18:37:42 -0700
60585              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
60586              
60587              has been fixed in perl 5.6.0 but just in case added a test
60588              to keep it away.  (The report from Joseph Hall.)
60589      Branch: perl
60590            ! t/lib/charnames.t
60591 ____________________________________________________________________________
60592 [  6461] By: jhi                                   on 2000/07/28  23:56:36
60593         Log: Tiny fixes for #6460.
60594      Branch: metaconfig/U/perl
60595            ! gccvers.U
60596      Branch: perl
60597            ! Configure config_h.SH
60598 ____________________________________________________________________________
60599 [  6460] By: jhi                                   on 2000/07/28  23:24:41
60600         Log: Warn if the version of the operating system used to compile gcc
60601              differs from the current version of the operating system.
60602              Also display the gcc compilation os and version in myconfig.
60603              Inspiration from
60604              
60605              Subject: Re: [ID 20000710.003] ERRORS!!         
60606              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60607              Date: Mon, 10 Jul 2000 15:54:16 -0400
60608              Message-ID: <20000710155416.A1384@O2.chapin.edu>
60609      Branch: metaconfig/U/perl
60610            ! gccvers.U
60611      Branch: perl
60612            ! Configure config_h.SH myconfig.SH
60613 ____________________________________________________________________________
60614 [  6459] By: jhi                                   on 2000/07/28  22:00:32
60615         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
60616              letter to $Config{osvers}.
60617      Branch: metaconfig
60618            ! U/modified/Oldconfig.U
60619      Branch: perl
60620            ! Configure config_h.SH
60621 ____________________________________________________________________________
60622 [  6458] By: jhi                                   on 2000/07/28  04:15:39
60623         Log: Back out #6454, doesn't seem to work.
60624              (Reason: that patch was for perl 5.6.0, not perl-current)
60625              (A version of the patch for perl-current came in later as #6466)
60626      Branch: perl
60627            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60628            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60629            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60630 ____________________________________________________________________________
60631 [  6457] By: jhi                                   on 2000/07/27  23:31:49
60632         Log: Use setproctitle() if available to modify $0.
60633              
60634              Subject: setting $* on BSD4 broken
60635              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60636              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
60637              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
60638      Branch: metaconfig
60639            ! U/modified/Myinit.U
60640      Branch: perl
60641            ! Configure config_h.SH mg.c
60642 ____________________________________________________________________________
60643 [  6456] By: jhi                                   on 2000/07/27  14:50:47
60644         Log: Allow "no AutoLoader;", based on change #6444,
60645              suggested by Graham Barr.
60646      Branch: perl
60647            ! lib/AutoLoader.pm
60648 ____________________________________________________________________________
60649 [  6455] By: jhi                                   on 2000/07/27  14:19:10
60650         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
60651              From: rspier@pobox.com (Robert Spier)
60652              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
60653              Message-ID: <14720.15855.787664.424783@rls.cx>
60654      Branch: perl
60655            ! pod/perldiag.pod
60656 ____________________________________________________________________________
60657 [  6454] By: jhi                                   on 2000/07/27  14:03:02
60658         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
60659              for a long time).
60660              
60661              Reported in
60662              
60663              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
60664              From: Ryan Herbert <rherbert@sycamorehq.com>
60665              Date: Mon, 17 Jul 2000 11:40:42 -0400
60666              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
60667              
60668              Patched in
60669              
60670              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
60671              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60672              Date: Wed, 26 Jul 2000 23:40:18 +0100
60673              Message-ID: <000001bff752$79511880$0a17073e@tiny>
60674              
60675              based on an earlier patch from Stephen P. Potter.
60676              
60677              (Removed later by change #6458 because this patch was for
60678              perl 5.6.0, not perl-current)
60679      Branch: perl
60680            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60681            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60682            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60683 ____________________________________________________________________________
60684 [  6453] By: jhi                                   on 2000/07/27  13:48:02
60685         Log: Subject: [PATCH] fixes bug 20000508.004
60686              From: Michael Stevens <mstevens@globnix.org>
60687              Date: Thu, 27 Jul 2000 13:49:04 +0100
60688              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
60689      Branch: perl
60690            ! pod/perldata.pod
60691 ____________________________________________________________________________
60692 [  6452] By: jhi                                   on 2000/07/26  23:51:26
60693         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
60694              and Craig A. Berry.
60695      Branch: perl
60696            ! lib/File/Temp.pm pod/perlport.pod
60697 ____________________________________________________________________________
60698 [  6451] By: jhi                                   on 2000/07/26  19:43:30
60699         Log: Be wary of close()s, too.
60700              
60701              Subject: Re: [PATCH] perlbug cleanup
60702              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60703              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
60704              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
60705      Branch: perl
60706            ! utils/perlbug.PL
60707 ____________________________________________________________________________
60708 [  6450] By: jhi                                   on 2000/07/26  18:41:40
60709         Log: Subject: Minor doc patch: handy.h
60710              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
60711              Date: Wed, 26 Jul 2000 15:34:25 -0300
60712              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
60713      Branch: perl
60714            ! handy.h pod/perlapi.pod
60715 ____________________________________________________________________________
60716 [  6449] By: jhi                                   on 2000/07/26  18:23:55
60717         Log: Subject: [PATCH] minor doc change - perlguts
60718              From: Michael Stevens <mstevens@globnix.org>
60719              Date: Thu, 13 Jul 2000 12:39:18 +0100
60720              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
60721      Branch: perl
60722            ! pod/perlguts.pod
60723 ____________________________________________________________________________
60724 [  6448] By: jhi                                   on 2000/07/26  18:20:30
60725         Log: open() wariness in perlbug.
60726              
60727              Subject: [PATCH] perlbug cleanup
60728              From: Michael Stevens <mstevens@globnix.org>
60729              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
60730              Date: Thu, 13 Jul 2000 15:52:23 +0100
60731      Branch: perl
60732            ! utils/perlbug.PL
60733 ____________________________________________________________________________
60734 [  6447] By: jhi                                   on 2000/07/26  18:13:04
60735         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
60736      Branch: perl
60737            ! lib/File/Temp.pm t/lib/ftmp-security.t
60738 ____________________________________________________________________________
60739 [  6446] By: jhi                                   on 2000/07/26  18:06:32
60740         Log: docfix from Peter Scott <Peter@PSDT.com>.
60741      Branch: perl
60742            ! pod/perlfunc.pod
60743 ____________________________________________________________________________
60744 [  6445] By: jhi                                   on 2000/07/26  17:53:31
60745         Log: Fix *foo{FORMAT}.
60746              
60747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60748              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60749              Date: Wed, 26 Jul 2000 19:51:02 +0200
60750              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
60751              
60752              From: Graham Barr <gbarr@pobox.com>
60753              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60754              Date: Wed, 26 Jul 2000 17:38:36 +0100
60755              Message-ID: <20000726173836.L472@pobox.com>
60756      Branch: perl
60757            ! pp.c sv.c t/op/gv.t
60758 ____________________________________________________________________________
60759 [  6444] By: jhi                                   on 2000/07/26  17:49:14
60760         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
60761              from Graham Barr in the module list.
60762      Branch: perl
60763            ! gv.c pod/perlobj.pod
60764 ____________________________________________________________________________
60765 [  6443] By: jhi                                   on 2000/07/26  16:06:56
60766         Log: More split() doc and test patches from Mike Guy.
60767      Branch: perl
60768            ! pod/perlfunc.pod t/op/split.t
60769 ____________________________________________________________________________
60770 [  6442] By: jhi                                   on 2000/07/26  16:05:30
60771         Log: MacOS nits from Matthias Neeracher.
60772      Branch: perl
60773            ! perl.c pp_ctl.c
60774 ____________________________________________________________________________
60775 [  6441] By: jhi                                   on 2000/07/26  04:39:57
60776         Log: Subject: [PATCH] split /^/
60777              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60778              Date: Tue, 25 Jul 2000 14:18:57 +0100
60779              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
60780              
60781              (with notes from tchrist and gbarr)
60782      Branch: perl
60783            ! pod/perlfunc.pod t/op/split.t
60784 ____________________________________________________________________________
60785 [  6440] By: jhi                                   on 2000/07/26  04:32:32
60786         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
60787              From: Peter Prymmer <pvhp@forte.com>
60788              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
60789              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
60790      Branch: perl
60791            ! vms/munchconfig.c
60792 ____________________________________________________________________________
60793 [  6439] By: jhi                                   on 2000/07/26  04:31:01
60794         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
60795              to be fatal errors (instead of by default ignoring them, and
60796              ignoring with a bug: even though -w gave an error, the opening [
60797              was left in)  Reported in:
60798              
60799              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60800              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60801              Date: Sun, 16 Jul 2000 17:55:29 -0700
60802              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60803      Branch: perl
60804            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
60805 ____________________________________________________________________________
60806 [  6438] By: jhi                                   on 2000/07/25  15:41:15
60807         Log: Subject: [PATCH] av.c apidoc
60808              From: simon@brecon.co.uk (Simon Cozens)
60809              Date: 24 Jul 2000 06:40:52 GMT
60810              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
60811      Branch: perl
60812            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60813            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
60814 ____________________________________________________________________________
60815 [  6437] By: jhi                                   on 2000/07/25  14:05:36
60816         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60817              From: "Stephen P. Potter" <spp@ds.net>
60818              Date: Mon, 24 Jul 2000 14:22:23 -0400
60819              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
60820      Branch: perl
60821            ! pod/perllocale.pod
60822 ____________________________________________________________________________
60823 [  6436] By: jhi                                   on 2000/07/25  14:02:03
60824         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
60825              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60826              Date: Mon, 24 Jul 2000 18:04:28 +0100
60827              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
60828      Branch: perl
60829            ! t/lib/syslfs.t t/op/lfs.t
60830 ____________________________________________________________________________
60831 [  6435] By: jhi                                   on 2000/07/25  13:59:28
60832         Log: Get UTF16 BOMs working.  Patch from
60833              
60834              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60836              Date: Tue, 25 Jul 2000 12:52:45 +0100
60837              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
60838              
60839              and notes from
60840              
60841              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60843              Date: Tue, 25 Jul 2000 11:43:25 +0100
60844              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
60845      Branch: perl
60846            ! t/comp/require.t toke.c utf8.c
60847 ____________________________________________________________________________
60848 [  6434] By: jhi                                   on 2000/07/25  02:39:54
60849         Log: Make the "uninit variable" warning to say "concat or string"
60850              or "join or string" when in concat or join .
60851              
60852              Subject: Re: [ID 20000403.009] uninitialised concatenation???
60853              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60854              Date: Tue, 04 Apr 2000 18:22:58 +0100
60855              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
60856              
60857              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
60858              From: William R Ward <hermit@BayView.COM>
60859              Date: Thu, 30 Mar 2000 19:50:03 -0800
60860              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
60861      Branch: perl
60862            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
60863            ! t/pragma/warn/op t/pragma/warn/sv
60864 ____________________________________________________________________________
60865 [  6433] By: jhi                                   on 2000/07/24  17:52:56
60866         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
60867      Branch: perl
60868            ! lib/File/Spec/VMS.pm
60869 ____________________________________________________________________________
60870 [  6432] By: jhi                                   on 2000/07/24  17:44:44
60871         Log: Test cases for #6431.
60872              
60873              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60874              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60875              Date: Mon, 24 Jul 2000 15:32:29 +0100
60876              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
60877      Branch: perl
60878            ! t/op/pat.t t/op/split.t
60879 ____________________________________________________________________________
60880 [  6431] By: jhi                                   on 2000/07/24  17:43:17
60881         Log: Bind op fix.
60882              
60883              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60884              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60885              Date: Mon, 17 Jul 2000 20:04:56 +0100
60886              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
60887      Branch: perl
60888            ! op.c
60889 ____________________________________________________________________________
60890 [  6430] By: jhi                                   on 2000/07/24  03:42:42
60891         Log: Subject: [ID 20000716.023] syslog test fails without sockets
60892              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60893              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
60894              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
60895      Branch: metaconfig/U/perl
60896            ! Extensions.U
60897      Branch: perl
60898            ! Configure config_h.SH
60899 ____________________________________________________________________________
60900 [  6429] By: jhi                                   on 2000/07/24  03:11:52
60901         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
60902              case, but add also notes explaining the relationship of this
60903              patch and the earlier notes by Sarathy.
60904              
60905              Subject: Map is still slow
60906              From: "Ben Tilly" <ben_tilly@hotmail.com>
60907              Date: Sat, 15 Jul 2000 17:23:27 EDT
60908              Message-ID: <20000715212327.21656.qmail@hotmail.com>
60909      Branch: perl
60910            ! pp_ctl.c
60911 ____________________________________________________________________________
60912 [  6428] By: jhi                                   on 2000/07/24  02:58:52
60913         Log: Documentation to explain the behaviour of map().
60914              
60915              Subject: Re: Map is still slow 
60916              From: Gurusamy Sarathy <gsar@ActiveState.com>
60917              Date: Sat, 15 Jul 2000 16:05:09 -0700
60918              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
60919      Branch: perl
60920            ! pp_ctl.c
60921 ____________________________________________________________________________
60922 [  6427] By: jhi                                   on 2000/07/24  02:50:03
60923         Log: Add tests for
60924              [ID 19991110.003] another matching finding by pcre author
60925              which has already been fixed by some patch, as verified in
60926              
60927              Subject: Re: two regex bugs from the mists of time (well, last November)
60928              From: Hugo <hv@crypt.compulink.co.uk>
60929              Date: Sat, 22 Jul 2000 18:12:58 +0100
60930              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
60931      Branch: perl
60932            ! t/op/re_tests
60933 ____________________________________________________________________________
60934 [  6426] By: jhi                                   on 2000/07/24  02:11:20
60935         Log: A missing 'break' after the [[:space:]] switch case.
60936              
60937              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
60938              From: "Stephen P. Potter" <spp@ds.net>
60939              Date: Tue, 18 Jul 2000 16:25:17 -0400
60940              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
60941      Branch: perl
60942            ! regcomp.c
60943 ____________________________________________________________________________
60944 [  6425] By: jhi                                   on 2000/07/24  02:06:12
60945         Log: The output might have been produced in the wrong order.
60946              
60947              Subject: [ID 20000720.003] [PATCH] t/op/write.t
60948              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60949              Date: Thu, 20 Jul 2000 18:49:18 +0100
60950              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
60951      Branch: perl
60952            ! t/op/write.t
60953 ____________________________________________________________________________
60954 [  6424] By: jhi                                   on 2000/07/24  02:00:07
60955         Log: Use STDOUT consistently.
60956              
60957              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
60958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60959              Date: Thu, 20 Jul 2000 18:04:01 +0100
60960              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
60961      Branch: perl
60962            ! lib/Test/Harness.pm
60963 ____________________________________________________________________________
60964 [  6423] By: jhi                                   on 2000/07/24  01:54:54
60965         Log: Protect against "wild next"s, that is, callbacks doing "next"
60966              instead of "return".
60967              
60968              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
60969              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60970              Date: Tue, 18 Jul 2000 11:30:16 +0100
60971              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
60972      Branch: perl
60973            ! lib/File/Find.pm
60974 ____________________________________________________________________________
60975 [  6422] By: jhi                                   on 2000/07/24  01:35:47
60976         Log: Out-of-date note removed.
60977              
60978              Subject: [PATCH] documentation perlipc
60979              From: rspier@pobox.com (Robert Spier)
60980              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
60981              Message-ID: <14711.35178.572612.502654@rls.cx>
60982      Branch: perl
60983            ! pod/perlipc.pod
60984 ____________________________________________________________________________
60985 [  6421] By: jhi                                   on 2000/07/24  00:09:18
60986         Log: Send all installperl messages to STDERR and be -w clean.
60987              
60988              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
60989              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60990              Date: Sat, 22 Jul 2000 14:02:11 +0100
60991              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
60992      Branch: perl
60993            ! installperl
60994 ____________________________________________________________________________
60995 [  6420] By: jhi                                   on 2000/07/24  00:04:19
60996         Log: Decutandpasto.
60997              
60998              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
60999              From: "Richard Soderberg" <rs@crystalflame.net>
61000              Date: Sun, 23 Jul 2000 01:37:23 -0700
61001              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
61002      Branch: perl
61003            ! pod/perlipc.pod
61004 ____________________________________________________________________________
61005 [  6419] By: jhi                                   on 2000/07/24  00:01:12
61006         Log: A cleaner abs_path().
61007              Subject: Re: unix alternative to Cwd.pm
61008              From: Jeff Pinyan <jeffp@crusoe.net>
61009              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
61010              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
61011      Branch: perl
61012            ! lib/Cwd.pm
61013 ____________________________________________________________________________
61014 [  6418] By: jhi                                   on 2000/07/23  23:48:56
61015         Log: Detypo.
61016              
61017              Subject: [PATCH perl-current] Typo in hints/powerux.sh
61018              From: "Richard Soderberg" <rs@crystalflame.net>
61019              Date: Sun, 23 Jul 2000 01:27:33 -0700
61020              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
61021      Branch: perl
61022            ! hints/powerux.sh
61023 ____________________________________________________________________________
61024 [  6417] By: jhi                                   on 2000/07/17  22:13:31
61025         Log: Subject: SDBM_File documentation
61026              From: mjd@plover.com
61027              Date: 16 Jul 2000 17:41:17 -0000
61028              Message-ID: <20000716174117.18515.qmail@plover.com>
61029      Branch: perl
61030            ! ext/SDBM_File/SDBM_File.pm
61031 ____________________________________________________________________________
61032 [  6416] By: jhi                                   on 2000/07/17  19:13:26
61033         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
61034      Branch: perl
61035            ! hints/mpeix.sh mpeix/relink
61036 ____________________________________________________________________________
61037 [  6415] By: jhi                                   on 2000/07/15  14:11:02
61038         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
61039              the utf8 'characters' can be more than one octet).
61040              
61041              Date: Sat, 15 Jul 2000 00:21:56 +0100
61042              From: Tom Hughes <tom@compton.nu>
61043              Subject: Re: [ID 20000714.002]
61044              Message-ID: <db2334de49.tom@compton.compton.nu>
61045              
61046              Reported in
61047              
61048              Subject: [ID 20000714.002]
61049              From: "Simon Cozens" <simon@othersideofthe.earth.li>
61050              Date: 14 Jul 2000 15:13:09 -0000
61051              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
61052      Branch: perl
61053            ! doop.c
61054 ____________________________________________________________________________
61055 [  6414] By: jhi                                   on 2000/07/15  03:13:41
61056         Log: another VMS build tweak from Peter Prymmer
61057      Branch: perl
61058            ! vms/descrip_mms.template
61059 ____________________________________________________________________________
61060 [  6413] By: jhi                                   on 2000/07/15  03:10:40
61061         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
61062      Branch: perl
61063            ! vms/perlvms.pod
61064 ____________________________________________________________________________
61065 [  6412] By: jhi                                   on 2000/07/15  00:31:05
61066         Log: More docs for sv functions.
61067              
61068              Subject: [PATCH cfgperl] sv.c apidoc
61069              From: simon@brecon.co.uk (Simon Cozens)
61070              Date: 13 Jul 2000 09:00:20 GMT
61071              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
61072              
61073              Subject: Re: [PATCH cfgperl] sv.c apidoc
61074              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61075              Date: Thu, 13 Jul 2000 12:27:41 +0100
61076              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
61077              
61078              Subject: Re: [PATCH cfgperl] sv.c apidoc
61079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61080              Date: Thu, 13 Jul 2000 13:23:09 +0100
61081              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
61082              
61083              Subject: Re: [PATCH cfgperl] sv.c apidoc
61084              From: simon@brecon.co.uk (Simon Cozens)
61085              Date: 14 Jul 2000 06:51:02 GMT
61086              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
61087      Branch: perl
61088            ! embed.pl pod/perlapi.pod sv.c
61089 ____________________________________________________________________________
61090 [  6411] By: jhi                                   on 2000/07/15  00:10:41
61091         Log: lib/b test fixes from Peter Prymmer.
61092      Branch: perl
61093            ! t/lib/b.t
61094 ____________________________________________________________________________
61095 [  6410] By: jhi                                   on 2000/07/15  00:02:09
61096         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
61097              From: Hugo <hv@crypt.compulink.co.uk>
61098              Date: Fri, 14 Jul 2000 23:05:20 +0100
61099              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
61100              
61101              Didn't anymore apply, but that point still could use another fix.
61102      Branch: perl
61103            ! pod/perlfunc.pod
61104 ____________________________________________________________________________
61105 [  6409] By: jhi                                   on 2000/07/14  23:15:15
61106         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
61107              not in pod, from Peter Prymmer
61108      Branch: perl
61109            ! vms/descrip_mms.template
61110 ____________________________________________________________________________
61111 [  6408] By: jhi                                   on 2000/07/14  20:35:05
61112         Log: The bug report
61113              [ID 19991110.002] minimal matching discrepancy found by pcre author
61114              seems to have been fixed (though differently from what was suggested
61115              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
61116      Branch: perl
61117            ! t/op/re_tests
61118 ____________________________________________________________________________
61119 [  6407] By: jhi                                   on 2000/07/14  17:38:08
61120         Log: Fix AutoSplit to use File::Spec the right way in VMS,
61121              from Peter Prymmer.
61122      Branch: perl
61123            ! lib/AutoSplit.pm
61124 ____________________________________________________________________________
61125 [  6406] By: jhi                                   on 2000/07/14  14:13:22
61126         Log: Merge perlhacktut into perlhack, update perlguts.
61127              
61128              Subject: Re: Perlhacktut
61129              From: simon@brecon.co.uk (Simon Cozens)
61130              Date: 14 Jul 2000 06:49:21 GMT
61131              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
61132              
61133              Subject: Re: Perlhacktut
61134              From: simon@brecon.co.uk (Simon Cozens)
61135              Date: 14 Jul 2000 07:09:45 GMT
61136              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
61137      Branch: perl
61138            ! pod/perlguts.pod pod/perlhack.pod
61139 ____________________________________________________________________________
61140 [  6405] By: jhi                                   on 2000/07/14  14:02:31
61141         Log: Integrate with Sarathy.
61142      Branch: cfgperl
61143           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
61144           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
61145           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
61146 ____________________________________________________________________________
61147 [  6404] By: gsar                                  on 2000/07/14  12:15:02
61148         Log: PERL_OBJECT build tweaks
61149      Branch: perl
61150            ! toke.c
61151 ____________________________________________________________________________
61152 [  6403] By: gsar                                  on 2000/07/14  11:23:41
61153         Log: inconsistent types needs casts
61154      Branch: perl
61155            ! toke.c
61156 ____________________________________________________________________________
61157 [  6402] By: gsar                                  on 2000/07/14  11:12:04
61158         Log: typos in change#6399, regen headers
61159      Branch: perl
61160            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
61161 ____________________________________________________________________________
61162 [  6401] By: gsar                                  on 2000/07/14  10:59:12
61163         Log: typecasts needed for change#6394
61164      Branch: perl
61165            ! toke.c
61166 ____________________________________________________________________________
61167 [  6400] By: gsar                                  on 2000/07/14  10:49:37
61168         Log: integrate cfgperl contents into mainline
61169      Branch: perl
61170           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
61171           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
61172 ____________________________________________________________________________
61173 [  6399] By: gsar                                  on 2000/07/14  10:38:35
61174         Log: enable UTF-16 filter by default if relevant BOM is seen; various
61175              cleanups (typos, misformatted code, and small bugs)
61176      Branch: perl
61177            ! doop.c embed.pl mg.c op.c pp.c toke.c
61178 ____________________________________________________________________________
61179 [  6398] By: gsar                                  on 2000/07/14  08:55:38
61180         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
61181              name suggests anyway)
61182      Branch: perl
61183            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
61184 ____________________________________________________________________________
61185 [  6397] By: gsar                                  on 2000/07/14  08:44:33
61186         Log: move new variables to the end of the interpreter structure (for
61187              bincompat in code that doesn't #include XSUB.h)
61188      Branch: perl
61189            ! intrpvar.h
61190 ____________________________________________________________________________
61191 [  6396] By: gsar                                  on 2000/07/14  08:13:58
61192         Log: MakeMaker should not remove editor backups (*~) on `make clean`
61193              by default (completes change#6383)
61194      Branch: perl
61195            ! lib/ExtUtils/MM_Unix.pm
61196 ____________________________________________________________________________
61197 [  6395] By: jhi                                   on 2000/07/14  05:20:33
61198         Log: Replace change #6337 with a better one.
61199              
61200              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
61201              From: Hugo <hv@crypt.compulink.co.uk>
61202              Date: Fri, 14 Jul 2000 04:16:20 +0100
61203              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
61204      Branch: cfgperl
61205            ! regexec.c t/op/re_tests
61206 ____________________________________________________________________________
61207 [  6394] By: jhi                                   on 2000/07/14  01:33:59
61208         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
61209      Branch: cfgperl
61210            ! embed.pl global.sym proto.h toke.c
61211 ____________________________________________________________________________
61212 [  6393] By: jhi                                   on 2000/07/13  23:41:23
61213         Log: remove discarded test
61214      Branch: cfgperl
61215            ! MANIFEST
61216 ____________________________________________________________________________
61217 [  6392] By: jhi                                   on 2000/07/13  23:32:25
61218         Log: The {multiplier} of a fixed substring was overlooked which
61219              caused a wrong initial search offset for that substring.
61220              
61221              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
61222              From: Hugo <hv@crypt.compulink.co.uk>
61223              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
61224              Date: Thu, 13 Jul 2000 19:27:13 +0100
61225      Branch: cfgperl
61226            ! regcomp.c t/op/re_tests
61227 ____________________________________________________________________________
61228 [  6391] By: jhi                                   on 2000/07/13  16:37:42
61229         Log: typo fix from Craig Berry
61230      Branch: cfgperl
61231            ! vms/subconfigure.com
61232 ____________________________________________________________________________
61233 [  6390] By: jhi                                   on 2000/07/13  13:20:12
61234         Log: Integrate with Sarathy.
61235      Branch: cfgperl
61236            - t/op/method2entersub.t
61237           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
61238           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
61239           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
61240           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
61241 ____________________________________________________________________________
61242 [  6389] By: jhi                                   on 2000/07/13  13:18:48
61243         Log: Detypo from Peter Prymmer, part of #6388.
61244      Branch: cfgperl
61245            ! Configure config_h.SH
61246      Branch: metaconfig
61247            ! U/modified/d_longlong.U
61248 ____________________________________________________________________________
61249 [  6388] By: gsar                                  on 2000/07/13  06:33:40
61250         Log: typos (spotted by Peter Prymmer)
61251      Branch: perl
61252            ! Configure t/lib/english.t
61253 ____________________________________________________________________________
61254 [  6387] By: gsar                                  on 2000/07/13  05:35:28
61255         Log: new selfloader.t in change#6183 doesn't close DATA handles,
61256              and thus fails to clean up tmp files on dosish platforms
61257      Branch: perl
61258            ! t/lib/selfloader.t
61259 ____________________________________________________________________________
61260 [  6386] By: gsar                                  on 2000/07/12  21:42:39
61261         Log: sprintf test tweaks (from Dominic Dunlop)
61262      Branch: perl
61263            ! t/op/sprintf.t
61264 ____________________________________________________________________________
61265 [  6385] By: gsar                                  on 2000/07/12  21:33:46
61266         Log: fix bugs in processing %v-*d and similar format specs (from
61267              Avi Finkel <avi@finkel.org>)
61268      Branch: perl
61269            ! sv.c t/op/sprintf.t
61270 ____________________________________________________________________________
61271 [  6384] By: gsar                                  on 2000/07/12  16:04:19
61272         Log: readd missing perldelta.pod changes from changes#6339,6376
61273      Branch: perl
61274            ! pod/perldelta.pod
61275 ____________________________________________________________________________
61276 [  6383] By: gsar                                  on 2000/07/12  16:00:51
61277         Log: don't clobber *.orig files on *clean targets
61278      Branch: perl
61279            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
61280 ____________________________________________________________________________
61281 [  6382] By: gsar                                  on 2000/07/12  07:59:12
61282         Log: fix broken integrations in cfgperl
61283      Branch: cfgperl
61284           !> Changes pod/perldelta.pod
61285 ____________________________________________________________________________
61286 [  6381] By: gsar                                  on 2000/07/12  07:42:17
61287         Log: integrate cfgperl changes into mainline
61288      Branch: perl
61289            ! Changes
61290           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
61291           !> pod/perlre.pod
61292 ____________________________________________________________________________
61293 [  6380] By: gsar                                  on 2000/07/12  07:31:00
61294         Log: get sprintf.t to adjust properly for 3-digit exponents
61295      Branch: perl
61296            ! t/op/sprintf.t
61297 ____________________________________________________________________________
61298 [  6379] By: gsar                                  on 2000/07/12  06:40:04
61299         Log: change#6174 needs corresponding change in win32/config_h.PL,
61300              which grovels through config_h.SH to find the config.h name
61301      Branch: perl
61302            ! win32/config_h.PL
61303 ____________________________________________________________________________
61304 [  6378] By: jhi                                   on 2000/07/12  05:03:59
61305         Log: Do the cc sanity check both before the hints and
61306              after the cc selction.
61307      Branch: cfgperl
61308            ! Configure config_h.SH
61309      Branch: metaconfig
61310            ! U/modified/Oldconfig.U U/modified/cc.U
61311      Branch: metaconfig/U/perl
61312            + Checkcc.U
61313 ____________________________________________________________________________
61314 [  6377] By: jhi                                   on 2000/07/12  02:49:22
61315         Log: Fix nits noticed by Boston.pm.
61316      Branch: cfgperl
61317            ! pod/perlre.pod
61318 ____________________________________________________________________________
61319 [  6376] By: jhi                                   on 2000/07/11  21:22:13
61320         Log: Configure cosmetics and perldelta.
61321      Branch: cfgperl
61322            ! Configure config_h.SH pod/perldelta.pod
61323      Branch: metaconfig
61324            ! U/modified/cc.U
61325 ____________________________________________________________________________
61326 [  6375] By: gsar                                  on 2000/07/11  21:17:35
61327         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
61328      Branch: perl
61329            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
61330            ! win32/win32sck.c
61331 ____________________________________________________________________________
61332 [  6374] By: gsar                                  on 2000/07/11  20:48:50
61333         Log: tweak for build failure under multiplicity
61334      Branch: perl
61335            ! toke.c
61336 ____________________________________________________________________________
61337 [  6373] By: gsar                                  on 2000/07/11  20:37:23
61338         Log: integrate cfgperl changes#6325..6373 into mainline
61339              (NOTE: today's batch of integrations still untested)
61340      Branch: perl
61341           +> ext/DynaLoader/hints/netbsd.pl
61342            ! Changes
61343           !> (integrate 26 files)
61344 ____________________________________________________________________________
61345 [  6372] By: jhi                                   on 2000/07/11  20:30:36
61346         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
61347              regen perltoc.
61348      Branch: cfgperl
61349            + pod/perlbook.pod
61350            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
61351            ! pod/perltoc.pod
61352 ____________________________________________________________________________
61353 [  6371] By: jhi                                   on 2000/07/11  20:08:56
61354         Log: Minor cleanups on the booklist.
61355      Branch: cfgperl
61356            ! pod/perlfaq2.pod
61357 ____________________________________________________________________________
61358 [  6370] By: jhi                                   on 2000/07/11  19:31:13
61359         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
61360      Branch: cfgperl
61361            ! t/pragma/overload.t
61362 ____________________________________________________________________________
61363 [  6369] By: gsar                                  on 2000/07/11  19:27:48
61364         Log: integrate cfgperl changes#6293..6324 into mainline
61365      Branch: perl
61366           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
61367            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
61368           !> (integrate 30 files)
61369 ____________________________________________________________________________
61370 [  6368] By: gsar                                  on 2000/07/11  19:18:57
61371         Log: skip integrate of problematic change#6292 from cfgperl into mainline
61372      Branch: perl
61373           !> pp_hot.c
61374 ____________________________________________________________________________
61375 [  6367] By: gsar                                  on 2000/07/11  19:17:21
61376         Log: integrate cfgperl changes#6288..6290 into mainline
61377      Branch: perl
61378           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
61379 ____________________________________________________________________________
61380 [  6366] By: gsar                                  on 2000/07/11  19:11:18
61381         Log: integrate cfgperl changes#6268..6282 into mainline
61382      Branch: perl
61383           !> (integrate 30 files)
61384 ____________________________________________________________________________
61385 [  6365] By: gsar                                  on 2000/07/11  18:57:00
61386         Log: delete new accidentally branched file
61387      Branch: perl
61388            - t/op/method2entersub.t
61389 ____________________________________________________________________________
61390 [  6364] By: gsar                                  on 2000/07/11  18:55:13
61391         Log: skip integrate of change#6267 from cfgperl into mainline (the
61392              method call optimization is flawed without additional hints
61393              from user about immutableness of @ISA and no runtime method
61394              definitions)
61395      Branch: perl
61396           +> t/op/method2entersub.t
61397           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
61398           !> perl.h t/op/sprintf.t xsutils.c
61399 ____________________________________________________________________________
61400 [  6363] By: gsar                                  on 2000/07/11  18:49:43
61401         Log: integrate cfgperl changes#6261..6266 into mainline
61402      Branch: perl
61403           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
61404           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
61405           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61406           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
61407 ____________________________________________________________________________
61408 [  6362] By: gsar                                  on 2000/07/11  18:43:26
61409         Log: integrate cfgperl changes#6252..6260 into mainline
61410      Branch: perl
61411           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
61412           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
61413           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
61414           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
61415 ____________________________________________________________________________
61416 [  6361] By: gsar                                  on 2000/07/11  18:37:12
61417         Log: skip integrate of problematic change#6251 from cfgperl into mainline
61418      Branch: perl
61419           !> lib/Exporter.pm
61420 ____________________________________________________________________________
61421 [  6360] By: gsar                                  on 2000/07/11  18:34:56
61422         Log: integrate cfgperl change#6250 into mainline
61423      Branch: perl
61424           +> t/op/my_stash.t
61425           !> MANIFEST embed.pl proto.h toke.c
61426 ____________________________________________________________________________
61427 [  6359] By: gsar                                  on 2000/07/11  18:21:19
61428         Log: integrate cfgperl changes#6242..6249 into mainline
61429      Branch: perl
61430           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
61431           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
61432           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
61433           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
61434           !> t/lib/peek.t utf8.c
61435 ____________________________________________________________________________
61436 [  6358] By: gsar                                  on 2000/07/11  18:15:45
61437         Log: skip integrate of problematic change#6241 from cfgperl into mainline
61438      Branch: perl
61439           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61440 ____________________________________________________________________________
61441 [  6357] By: jhi                                   on 2000/07/11  18:15:16
61442         Log: Fix for
61443              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
61444              From: Roderick Schertler <roderick@argon.org> 
61445              Date: Tue, 11 Jul 2000 13:55:05 -0400 
61446              Message-Id: <200007111755.NAA05077@jones.argon.org> 
61447      Branch: cfgperl
61448            ! doio.c
61449 ____________________________________________________________________________
61450 [  6356] By: jhi                                   on 2000/07/11  18:12:51
61451         Log: Typo in #6341.
61452      Branch: cfgperl
61453            ! pp_hot.c
61454 ____________________________________________________________________________
61455 [  6355] By: gsar                                  on 2000/07/11  18:12:10
61456         Log: integrate cfgperl changes#6231..6240 into mainline
61457      Branch: perl
61458           +> pod/perlutil.pod
61459           !> (integrate 35 files)
61460 ____________________________________________________________________________
61461 [  6354] By: jhi                                   on 2000/07/11  18:04:34
61462         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
61463              From: Dominic Dunlop <domo@computer.org> 
61464              Date: Tue, 11 Jul 2000 12:27:33 +0200 
61465              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
61466              
61467              Replaces change #6268.
61468      Branch: cfgperl
61469            ! t/op/sprintf.t
61470 ____________________________________________________________________________
61471 [  6353] By: gsar                                  on 2000/07/11  17:59:51
61472         Log: skip integrate of problematic change#6230 from cfgperl into mainline
61473              (a later version of File::Spec is already in mainline)
61474      Branch: perl
61475           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
61476           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
61477 ____________________________________________________________________________
61478 [  6352] By: gsar                                  on 2000/07/11  17:57:48
61479         Log: integrate cfgperl changes#6224..6229 into mainline
61480      Branch: perl
61481           +> lib/lib.pm.PL
61482            - lib/lib.pm
61483           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
61484           !> lib/English.pm op.c t/lib/english.t
61485 ____________________________________________________________________________
61486 [  6351] By: gsar                                  on 2000/07/11  17:50:10
61487         Log: skip integrate of problematic change#6223 from cfgperl into mainline
61488      Branch: perl
61489           !> doio.c
61490 ____________________________________________________________________________
61491 [  6350] By: gsar                                  on 2000/07/11  17:48:28
61492         Log: integrate cfgperl changes#6220..6222 into mainline
61493      Branch: perl
61494           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
61495           !> toke.c utf8.c win32/win32.h
61496 ____________________________________________________________________________
61497 [  6349] By: gsar                                  on 2000/07/11  17:46:13
61498         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
61499              mainline
61500      Branch: perl
61501           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61502           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61503           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61504 ____________________________________________________________________________
61505 [  6348] By: jhi                                   on 2000/07/11  17:45:49
61506         Log: README.posix-bc podified from Thomas Dorner.
61507      Branch: cfgperl
61508            ! README.posix-bc
61509 ____________________________________________________________________________
61510 [  6347] By: gsar                                  on 2000/07/11  17:42:04
61511         Log: integrate cfgperl change#6217 into mainline
61512      Branch: perl
61513           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
61514           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
61515           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
61516 ____________________________________________________________________________
61517 [  6346] By: gsar                                  on 2000/07/11  17:39:37
61518         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
61519              mainline
61520      Branch: perl
61521           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
61522           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61523           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61524           !> perlapi.h pod/perlapi.pod
61525 ____________________________________________________________________________
61526 [  6345] By: gsar                                  on 2000/07/11  17:36:42
61527         Log: integrate cfgperl changes#6207..6210 into mainline
61528      Branch: perl
61529           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
61530           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
61531 ____________________________________________________________________________
61532 [  6344] By: gsar                                  on 2000/07/11  17:31:20
61533         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
61534              mainline
61535      Branch: perl
61536           !> (integrate 40 files)
61537 ____________________________________________________________________________
61538 [  6343] By: gsar                                  on 2000/07/11  17:19:08
61539         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
61540      Branch: perl
61541           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
61542            ! Changes
61543           !> (integrate 34 files)
61544 ____________________________________________________________________________
61545 [  6342] By: jhi                                   on 2000/07/11  16:05:48
61546         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
61547              To: perl5-porters@perl.org
61548              From: Karsten Sperling <spiff@phreax.net>
61549              Date: Mon, 10 Jul 2000 15:12:52 +0200
61550              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
61551      Branch: cfgperl
61552            ! lib/Symbol.pm
61553 ____________________________________________________________________________
61554 [  6341] By: jhi                                   on 2000/07/11  15:59:23
61555         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
61556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61557              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
61558              Date: Fri, 07 Jul 2000 17:57:16 +0100
61559      Branch: cfgperl
61560            ! pp_hot.c
61561 ____________________________________________________________________________
61562 [  6340] By: jhi                                   on 2000/07/11  15:55:47
61563         Log: Subject: Re: format bug report  [Patch]
61564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61565              Date: Wed, 05 Jul 2000 13:12:52 +0200
61566              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
61567              
61568              Subject: Re: format bug report  [Patch]
61569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61570              Date: Wed, 05 Jul 2000 14:10:01 +0200
61571              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
61572      Branch: cfgperl
61573            ! t/op/write.t toke.c
61574 ____________________________________________________________________________
61575 [  6339] By: jhi                                   on 2000/07/11  13:54:09
61576         Log: Be less forgiving about ambiguous and illegal tr ranges.
61577              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61578              From: Mark-Jason Dominus <mjd@plover.com>
61579              Date: Tue, 04 Jul 2000 10:00:12 -0400
61580              Message-ID: <20000704140012.17772.qmail@plover.com>
61581              
61582              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61583              From: Mark-Jason Dominus <mjd@plover.com>
61584              Date: Wed, 05 Jul 2000 09:37:36 -0400
61585              Message-ID: <20000705133736.27293.qmail@plover.com>
61586      Branch: cfgperl
61587            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
61588 ____________________________________________________________________________
61589 [  6338] By: jhi                                   on 2000/07/11  13:31:24
61590         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
61591              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61592              Date: Tue, 11 Jul 2000 13:50:51 +0100
61593              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
61594      Branch: cfgperl
61595            ! sv.c
61596 ____________________________________________________________________________
61597 [  6337] By: jhi                                   on 2000/07/11  13:29:14
61598         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
61599              From: Hugo <hv@crypt.compulink.co.uk>
61600              Date: Tue, 11 Jul 2000 12:44:50 +0100
61601              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
61602      Branch: cfgperl
61603            ! regexec.c t/op/re_tests
61604 ____________________________________________________________________________
61605 [  6336] By: jhi                                   on 2000/07/11  13:26:47
61606         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
61607              From: simon@brecon.co.uk (Simon Cozens)
61608              Date: 7 Jul 2000 11:26:09 GMT
61609              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
61610      Branch: cfgperl
61611            ! mg.c
61612 ____________________________________________________________________________
61613 [  6335] By: jhi                                   on 2000/07/11  13:23:37
61614         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
61615              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
61616              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
61617              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
61618      Branch: cfgperl
61619            + ext/DynaLoader/hints/netbsd.pl
61620            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
61621 ____________________________________________________________________________
61622 [  6334] By: jhi                                   on 2000/07/11  13:20:38
61623         Log: Subject: PATCH perlguts.pod: Document D and d magic types
61624              From: mjd@plover.com
61625              Date: 5 Jul 2000 18:01:51 -0000
61626              Message-ID: <20000705180151.29413.qmail@plover.com>
61627      Branch: cfgperl
61628            ! pod/perlguts.pod
61629 ____________________________________________________________________________
61630 [  6333] By: jhi                                   on 2000/07/11  13:15:51
61631         Log: Precedence goof, fix based on
61632              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
61633              From: Hugo <hv@crypt.compulink.co.uk>
61634              Date: Tue, 11 Jul 2000 12:52:38 +0100
61635              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
61636      Branch: cfgperl
61637            ! t/op/taint.t
61638 ____________________________________________________________________________
61639 [  6332] By: jhi                                   on 2000/07/11  12:40:17
61640         Log: Integrate with Sarathy.
61641      Branch: cfgperl
61642           !> win32/win32sck.c
61643 ____________________________________________________________________________
61644 [  6331] By: jhi                                   on 2000/07/10  20:14:16
61645         Log: Sprinkle ldlibpath.
61646      Branch: cfgperl
61647            ! pod/Makefile.SH
61648 ____________________________________________________________________________
61649 [  6330] By: jhi                                   on 2000/07/10  17:54:49
61650         Log: More POSIX.pod tweaks.
61651      Branch: cfgperl
61652            ! ext/POSIX/POSIX.pod
61653 ____________________________________________________________________________
61654 [  6329] By: jhi                                   on 2000/07/10  14:02:12
61655         Log: Reorder perl.pod once more.
61656      Branch: cfgperl
61657            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61658 ____________________________________________________________________________
61659 [  6328] By: gsar                                  on 2000/07/10  07:06:00
61660         Log: accept() leaks memory on windows due to incorrect ordering of
61661              closesocket() and fclose() calls
61662      Branch: perl
61663            ! win32/win32sck.c
61664 ____________________________________________________________________________
61665 [  6327] By: gsar                                  on 2000/07/10  06:49:17
61666         Log: winsock options weren't being set in all threads under ithreads
61667              (caused send()s from second and subsequent threads to fail)
61668      Branch: perl
61669            ! win32/win32sck.c
61670 ____________________________________________________________________________
61671 [  6326] By: jhi                                   on 2000/07/08  02:45:40
61672         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
61673              was cast to an unsigned (32-bit) integer with wild abandon.
61674      Branch: cfgperl
61675            ! ext/Devel/DProf/DProf.xs
61676 ____________________________________________________________________________
61677 [  6325] By: jhi                                   on 2000/07/07  18:50:33
61678         Log: Remove perlbook, update perlfaq book listing,
61679              rearrange perl.pod, regenerate perltoc.
61680      Branch: cfgperl
61681            - pod/perlbook.pod
61682            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
61683            ! pod/perlfaq2.pod pod/perltoc.pod
61684 ____________________________________________________________________________
61685 [  6324] By: jhi                                   on 2000/07/07  14:03:40
61686         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
61687      Branch: cfgperl
61688            ! sv.h toke.c
61689 ____________________________________________________________________________
61690 [  6323] By: jhi                                   on 2000/07/06  16:03:55
61691         Log: Fix complaints of buildtoc.
61692      Branch: cfgperl
61693            + lib/Win32.pod
61694            - pod/Win32.pod
61695            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61696 ____________________________________________________________________________
61697 [  6322] By: jhi                                   on 2000/07/06  15:15:52
61698         Log: Add =head1 NAMEs so that buildtoc is happy.
61699              (The CGI::Util nit reported to Lincoln.)
61700      Branch: cfgperl
61701            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
61702            ! pod/perltoc.pod
61703 ____________________________________________________________________________
61704 [  6321] By: jhi                                   on 2000/07/06  03:16:04
61705         Log: Config is being used.
61706      Branch: cfgperl
61707            ! t/op/method.t
61708 ____________________________________________________________________________
61709 [  6320] By: jhi                                   on 2000/07/06  03:13:13
61710         Log: Integrate with Sarathy.
61711      Branch: cfgperl
61712           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
61713 ____________________________________________________________________________
61714 [  6319] By: jhi                                   on 2000/07/06  03:11:46
61715         Log: Autogenerate pod/Makefile and pod/buildtoc.
61716              buildtoc also checks whether the existin pods are
61717              mentioned in MANIFEST and perl.pod, and vice versa.
61718              (None of the thusly found discrepancies fixed yet.)
61719              roffitall also needs to be autogenerated similarly but it
61720              seems so badly out of date that I didn't touch it yet.
61721      Branch: cfgperl
61722            + pod/Makefile.SH pod/buildtoc.PL
61723            - pod/Makefile pod/buildtoc
61724            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
61725 ____________________________________________________________________________
61726 [  6318] By: gsar                                  on 2000/07/05  22:10:54
61727         Log: fix UNC path handling on Windows under ithreads, and chdir()
61728              return value when given a non-existent directory
61729      Branch: perl
61730            ! win32/vdir.h
61731 ____________________________________________________________________________
61732 [  6317] By: gsar                                  on 2000/07/05  22:08:19
61733         Log: winsock cleanup never done on Windows (leads to handle leaks)
61734      Branch: perl
61735            ! win32/perllib.c win32/win32sck.c
61736 ____________________________________________________________________________
61737 [  6316] By: gsar                                  on 2000/07/05  22:06:19
61738         Log: some debugger output does not go to the socket when RemotePort is set
61739      Branch: perl
61740            ! lib/perl5db.pl
61741 ____________________________________________________________________________
61742 [  6315] By: jhi                                   on 2000/07/05  00:25:21
61743         Log: Integrate with Sarathy, preliminary fix for unicos
61744              alignment problems in [ID 20000612.002] Perl problem on Cray system.
61745      Branch: cfgperl
61746            ! sv.h
61747           !> pp_hot.c
61748 ____________________________________________________________________________
61749 [  6314] By: gsar                                  on 2000/07/04  23:34:02
61750         Log: tyop in change#6306
61751      Branch: perl
61752            ! pp_hot.c
61753 ____________________________________________________________________________
61754 [  6313] By: jhi                                   on 2000/07/04  22:14:38
61755         Log: Multiline string literals ENONPORTABLE.
61756      Branch: cfgperl
61757            ! pp_hot.c
61758 ____________________________________________________________________________
61759 [  6312] By: jhi                                   on 2000/07/04  20:34:44
61760         Log: Integrate with Sarathy.
61761      Branch: cfgperl
61762           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
61763           !> t/op/method.t
61764 ____________________________________________________________________________
61765 [  6311] By: jhi                                   on 2000/07/04  20:30:56
61766         Log: More POSIX.pod embellishment.
61767      Branch: cfgperl
61768            ! ext/POSIX/POSIX.pod
61769 ____________________________________________________________________________
61770 [  6310] By: gsar                                  on 2000/07/04  17:28:48
61771         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
61772      Branch: perl
61773            ! t/lib/b.t
61774 ____________________________________________________________________________
61775 [  6309] By: jhi                                   on 2000/07/04  17:22:18
61776         Log: The #6308 required a little bit more.
61777      Branch: cfgperl
61778            ! Makefile.SH win32/Makefile
61779 ____________________________________________________________________________
61780 [  6308] By: jhi                                   on 2000/07/04  16:35:24
61781         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
61782      Branch: cfgperl
61783            + lib/lib_pm.PL
61784            - lib/lib.pm.PL
61785            ! MANIFEST Makefile.SH
61786 ____________________________________________________________________________
61787 [  6307] By: jhi                                   on 2000/07/04  16:28:58
61788         Log: Win32 patches for cfgperl from Sarathy.
61789      Branch: cfgperl
61790            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
61791            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
61792            ! thread.h toke.c util.c win32/Makefile win32/win32.c
61793 ____________________________________________________________________________
61794 [  6306] By: gsar                                  on 2000/07/04  16:28:40
61795         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
61796              (from Richard Soderberg <rs@oregonnet.com>)
61797      Branch: perl
61798            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
61799 ____________________________________________________________________________
61800 [  6305] By: jhi                                   on 2000/07/04  16:24:24
61801         Log: Integrate with Sarathy.
61802      Branch: cfgperl
61803           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
61804           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61805           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
61806           !> proto.h win32/win32.c
61807 ____________________________________________________________________________
61808 [  6304] By: gsar                                  on 2000/07/04  16:17:24
61809         Log: missing perldiag entry for unpack("w",...) diagnostic (from
61810              Andreas Koenig)
61811      Branch: perl
61812            ! pod/perldiag.pod
61813 ____________________________________________________________________________
61814 [  6303] By: gsar                                  on 2000/07/04  16:14:44
61815         Log: remove rel2abs prototypes (from Barrie Slaymaker)
61816      Branch: perl
61817            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61818            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61819 ____________________________________________________________________________
61820 [  6302] By: gsar                                  on 2000/07/04  04:59:35
61821         Log: adjust change#6299
61822      Branch: perl
61823            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
61824            ! win32/win32.c
61825 ____________________________________________________________________________
61826 [  6301] By: jhi                                   on 2000/07/04  04:50:07
61827         Log: Integrate with Sarathy.
61828      Branch: cfgperl
61829           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
61830           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
61831           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
61832 ____________________________________________________________________________
61833 [  6300] By: gsar                                  on 2000/07/04  04:42:09
61834         Log: PERL_OBJECT build tweak
61835      Branch: perl
61836            ! perl.h
61837 ____________________________________________________________________________
61838 [  6299] By: gsar                                  on 2000/07/04  04:37:00
61839         Log: fix memory leak on Windows (PL_sys_intern contents were never
61840              freed)
61841      Branch: perl
61842            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61843            ! perlapi.c proto.h win32/win32.c
61844 ____________________________________________________________________________
61845 [  6298] By: gsar                                  on 2000/07/04  04:15:59
61846         Log: fix large memory leak that has been around for ever, masked by
61847              -DPURIFY (most of the arenas were never freed!)
61848      Branch: perl
61849            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
61850 ____________________________________________________________________________
61851 [  6297] By: gsar                                  on 2000/07/04  04:07:46
61852         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
61853      Branch: perl
61854            ! perl.c
61855 ____________________________________________________________________________
61856 [  6296] By: jhi                                   on 2000/06/30  18:28:37
61857         Log: Elaborate POSIX.pod.  Still needs work.
61858      Branch: cfgperl
61859            ! ext/POSIX/POSIX.pod
61860 ____________________________________________________________________________
61861 [  6295] By: jhi                                   on 2000/06/30  14:58:18
61862         Log: Point to perlipc for more SysV IPC examples.
61863      Branch: cfgperl
61864            ! pod/perlfunc.pod
61865 ____________________________________________________________________________
61866 [  6294] By: gsar                                  on 2000/06/30  14:47:45
61867         Log: slurp mode fix in change#4736 still not quite right
61868      Branch: perl
61869            ! pp_hot.c t/io/argv.t
61870 ____________________________________________________________________________
61871 [  6293] By: jhi                                   on 2000/06/30  12:02:55
61872         Log: Integrate with Sarathy.
61873      Branch: cfgperl
61874           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
61875 ____________________________________________________________________________
61876 [  6292] By: jhi                                   on 2000/06/30  12:01:11
61877         Log: From: simon@brecon.co.uk (Simon Cozens)
61878              Subject: UTF8 concat
61879              Date: 30 Jun 2000 06:13:25 GMT
61880              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
61881      Branch: cfgperl
61882            ! pp_hot.c
61883 ____________________________________________________________________________
61884 [  6291] By: gsar                                  on 2000/06/30  04:37:33
61885         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
61886              when @_ is modified, causing coredumps
61887      Branch: perl
61888            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
61889 ____________________________________________________________________________
61890 [  6290] By: jhi                                   on 2000/06/30  02:21:44
61891         Log: Integrate with Sarathy.
61892      Branch: cfgperl
61893           !> vms/vms.c vms/vmsish.h
61894 ____________________________________________________________________________
61895 [  6289] By: jhi                                   on 2000/06/30  02:21:02
61896         Log: Check VERSIONs.
61897      Branch: cfgperl
61898            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61899            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61900            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61901 ____________________________________________________________________________
61902 [  6288] By: jhi                                   on 2000/06/30  02:18:52
61903         Log: Integrate with Sarathy.
61904      Branch: cfgperl
61905           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
61906           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61907           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61908           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
61909 ____________________________________________________________________________
61910 [  6287] By: gsar                                  on 2000/06/30  02:17:08
61911         Log: integrate vmsperl changes into mainline
61912      Branch: perl
61913           !> vms/vms.c vms/vmsish.h
61914 ____________________________________________________________________________
61915 [  6285] By: gsar                                  on 2000/06/30  02:05:28
61916         Log: localize %INC in a Safe compartment so that use/require work
61917              (many other magic globals probably need similar treatment)
61918      Branch: perl
61919            ! ext/Opcode/Opcode.xs
61920 ____________________________________________________________________________
61921 [  6284] By: gsar                                  on 2000/06/30  01:54:54
61922         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
61923              about Windows
61924      Branch: perl
61925            ! pod/perlembed.pod
61926 ____________________________________________________________________________
61927 [  6283] By: jhi                                   on 2000/06/30  01:50:10
61928         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
61929              From: Barrie Slaymaker <barries@jester.slaysys.com>
61930              Date: Wed, 28 Jun 2000 11:35:29 -0400
61931              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
61932      Branch: perl
61933            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61934            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61935            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61936            ! lib/File/Spec/Win32.pm
61937 ____________________________________________________________________________
61938 [  6282] By: jhi                                   on 2000/06/29  22:57:22
61939         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
61940              From: Dan Sugalski <dan@sidhe.org>
61941              Date: Tue, 06 Jun 2000 11:59:50 -0400
61942              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
61943      Branch: cfgperl
61944            ! vms/vms.c
61945 ____________________________________________________________________________
61946 [  6281] By: jhi                                   on 2000/06/29  22:52:50
61947         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
61948              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61949              Date: Wed, 7 Jun 2000 04:02:04 -0500
61950              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
61951      Branch: cfgperl
61952            ! utils/h2xs.PL
61953 ____________________________________________________________________________
61954 [  6280] By: jhi                                   on 2000/06/29  22:45:47
61955         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
61956              From: rspier@pobox.com (Robert Spier)
61957              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
61958              Message-ID: <14654.31913.845602.610277@rls.cx>
61959      Branch: cfgperl
61960            ! utils/h2xs.PL
61961 ____________________________________________________________________________
61962 [  6279] By: jhi                                   on 2000/06/29  22:38:16
61963         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
61964              From: Tim Ayers <tayers@bridge.com>
61965              Date: Thu, 08 Jun 2000 08:11:06 +0200
61966              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
61967              [resent by Richard Foley, Message-Id probably wrong]
61968      Branch: cfgperl
61969            ! pod/perlsub.pod
61970 ____________________________________________________________________________
61971 [  6278] By: jhi                                   on 2000/06/29  22:21:45
61972         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
61973              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
61974              Date: Fri, 09 Jun 2000 12:39:27 -0400
61975              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61976              (plus update the version "number" of Text::Wrap)
61977      Branch: cfgperl
61978            ! lib/Text/Wrap.pm
61979 ____________________________________________________________________________
61980 [  6277] By: jhi                                   on 2000/06/29  22:13:10
61981         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61983              Date: Mon, 12 Jun 2000 14:55:59 +0100
61984              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61985      Branch: cfgperl
61986            ! pod/perlfunc.pod
61987 ____________________________________________________________________________
61988 [  6276] By: jhi                                   on 2000/06/29  22:11:06
61989         Log: Subject: [PATCH] Re: eval documentation: context
61990              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61991              Date: Mon, 12 Jun 2000 15:07:29 +0100
61992              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61993      Branch: cfgperl
61994            ! pod/perlfunc.pod
61995 ____________________________________________________________________________
61996 [  6275] By: jhi                                   on 2000/06/29  21:59:46
61997         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61998              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61999              Date: Tue, 13 Jun 2000 02:43:48 -0500
62000              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
62001      Branch: cfgperl
62002            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
62003 ____________________________________________________________________________
62004 [  6274] By: jhi                                   on 2000/06/29  21:56:14
62005         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
62006              From: Andy Dougherty <doughera@lafayette.edu>
62007              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
62008              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
62009      Branch: cfgperl
62010            ! ext/File/Glob/Glob.pm
62011 ____________________________________________________________________________
62012 [  6273] By: jhi                                   on 2000/06/29  21:49:09
62013         Log: Subject: [PATCH] xsub attributes
62014              From: Doug MacEachern <dougm@covalent.net>
62015              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
62016              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
62017      Branch: cfgperl
62018            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
62019            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
62020 ____________________________________________________________________________
62021 [  6272] By: jhi                                   on 2000/06/29  21:41:28
62022         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
62023              From: Tom Phoenix <rootbeer@redcat.com>
62024              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
62025              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
62026      Branch: cfgperl
62027            ! lib/Net/Ping.pm
62028 ____________________________________________________________________________
62029 [  6271] By: jhi                                   on 2000/06/29  21:36:55
62030         Log: Subject: PATCH pod/perltie.pod
62031              From: Ian Phillipps <Ian.Phillipps@iname.com>
62032              Date: Fri, 16 Jun 2000 00:17:19 +0100
62033              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
62034              (only the first hunk, the second hunk had already been done
62035              by some other patch)
62036      Branch: cfgperl
62037            ! pod/perltie.pod
62038 ____________________________________________________________________________
62039 [  6270] By: jhi                                   on 2000/06/29  21:24:51
62040         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
62041              From: Nicholas Clark <nick@talking.bollo.cx>
62042              Date: Fri, 23 Jun 2000 16:21:15 +0100
62043              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
62044      Branch: cfgperl
62045            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
62046            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
62047 ____________________________________________________________________________
62048 [  6269] By: jhi                                   on 2000/06/29  19:38:15
62049         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
62050              silence few compiler warnings.
62051      Branch: cfgperl
62052            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
62053 ____________________________________________________________________________
62054 [  6268] By: jhi                                   on 2000/06/29  18:21:50
62055         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
62056              From: Dominic Dunlop <domo@computer.org> 
62057              Date: Thu, 29 Jun 2000 12:32:39 +0200 
62058              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
62059      Branch: cfgperl
62060            ! t/op/sprintf.t
62061 ____________________________________________________________________________
62062 [  6267] By: jhi                                   on 2000/06/29  18:16:07
62063         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
62064              From: Doug MacEachern <dougm@covalent.net>
62065              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
62066              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
62067      Branch: cfgperl
62068            + t/op/method2entersub.t
62069            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
62070            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62071            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
62072            ! xsutils.c
62073 ____________________________________________________________________________
62074 [  6266] By: jhi                                   on 2000/06/29  15:11:15
62075         Log: Subject: [PATCH 5.6.0] cygwin port
62076              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
62077              From: "Fifer, Eric" <EFifer@sanwaint.com>
62078              Date: Thu, 29 Jun 2000 12:58:29 +0100
62079      Branch: cfgperl
62080            ! cygwin/Makefile.SHs
62081 ____________________________________________________________________________
62082 [  6265] By: jhi                                   on 2000/06/29  15:04:05
62083         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
62084              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62085              Date: Wed, 28 Jun 2000 17:50:12 -0700
62086              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
62087      Branch: cfgperl
62088            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62089 ____________________________________________________________________________
62090 [  6264] By: jhi                                   on 2000/06/29  15:00:57
62091         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
62092              From: Marty Lucich <marty@netcom.com>
62093              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
62094              Message-Id: <200006282116.OAA11148@netcom.com>
62095              ccdlflags update (the BSD/OS 4.1 part had already been taken
62096              care of by #6141).
62097      Branch: cfgperl
62098            ! hints/bsdos.sh
62099 ____________________________________________________________________________
62100 [  6263] By: jhi                                   on 2000/06/29  13:47:44
62101         Log: tr fixes from Simon Cozens
62102      Branch: cfgperl
62103            ! doop.c
62104 ____________________________________________________________________________
62105 [  6262] By: jhi                                   on 2000/06/28  18:46:01
62106         Log: Subject: 5.6.0 Patch for EPOC
62107              From: Olaf Flebbe <o.flebbe@gmx.de>
62108              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
62109              Message-ID: <23449.960929969@www11.gmx.net>
62110      Branch: cfgperl
62111            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
62112            ! epoc/epocish.h
62113 ____________________________________________________________________________
62114 [  6261] By: jhi                                   on 2000/06/28  18:29:07
62115         Log: Subject: Re: [PATCH cfgperl] BOMs away!
62116              From: simon@brecon.co.uk (Simon Cozens)
62117              Date: 17 Jun 2000 11:49:57 GMT
62118              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
62119      Branch: cfgperl
62120            ! pod/perldiag.pod t/comp/require.t toke.c
62121 ____________________________________________________________________________
62122 [  6260] By: jhi                                   on 2000/06/28  17:47:16
62123         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
62124              From: simon@brecon.co.uk (Simon Cozens) 
62125              Date: 17 Jun 2000 11:56:44 GMT 
62126              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
62127              pack U0, pack C0
62128      Branch: cfgperl
62129            ! pod/perlfunc.pod pp.c t/op/pack.t
62130 ____________________________________________________________________________
62131 [  6259] By: jhi                                   on 2000/06/28  16:43:17
62132         Log: perlnewmod was missing from MANIFEST.
62133      Branch: cfgperl
62134            ! MANIFEST
62135 ____________________________________________________________________________
62136 [  6258] By: jhi                                   on 2000/06/28  15:54:30
62137         Log: linenumber tweak
62138      Branch: cfgperl
62139            ! t/pragma/warn/regcomp
62140 ____________________________________________________________________________
62141 [  6257] By: jhi                                   on 2000/06/28  15:50:44
62142         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
62143              From: Doug MacEachern <dougm@covalent.net>
62144              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
62145              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
62146              (one part of the patch had been applied earlier)
62147      Branch: cfgperl
62148            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
62149 ____________________________________________________________________________
62150 [  6256] By: jhi                                   on 2000/06/28  15:40:22
62151         Log: tweaks from Simon Cozens to further fix tr/// under utf8
62152      Branch: cfgperl
62153            ! doop.c
62154 ____________________________________________________________________________
62155 [  6255] By: jhi                                   on 2000/06/28  15:33:45
62156         Log: small thinko tweaks
62157      Branch: cfgperl
62158            ! lib/IPC/Open3.pm t/op/my_stash.t
62159 ____________________________________________________________________________
62160 [  6254] By: jhi                                   on 2000/06/28  15:33:25
62161         Log: Subject: tr///, help wanted.
62162              From: simon@brecon.co.uk (Simon Cozens)
62163              Date: 28 Jun 2000 11:29:04 GMT
62164              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
62165      Branch: cfgperl
62166            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62167            ! pp_proto.h proto.h t/op/tr.t
62168 ____________________________________________________________________________
62169 [  6253] By: jhi                                   on 2000/06/28  15:09:17
62170         Log: Paranoia tweak on #6249.
62171              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62172              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62173              Date: Sun, 25 Jun 2000 23:43:12 -0400
62174              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
62175      Branch: cfgperl
62176            ! lib/IPC/Open3.pm
62177 ____________________________________________________________________________
62178 [  6252] By: jhi                                   on 2000/06/28  15:01:38
62179         Log: Document #6249 and #6251.
62180      Branch: cfgperl
62181            ! lib/Exporter.pm lib/IPC/Open3.pm
62182 ____________________________________________________________________________
62183 [  6251] By: jhi                                   on 2000/06/28  14:50:43
62184         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
62185              From: Doug MacEachern <dougm@covalent.net>
62186              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
62187              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
62188      Branch: cfgperl
62189            ! lib/Exporter.pm
62190 ____________________________________________________________________________
62191 [  6250] By: jhi                                   on 2000/06/28  14:45:23
62192         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
62193              From: Doug MacEachern <dougm@covalent.net>
62194              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
62195              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
62196      Branch: cfgperl
62197            + t/op/my_stash.t
62198            ! MANIFEST embed.pl global.sym proto.h toke.c
62199 ____________________________________________________________________________
62200 [  6249] By: jhi                                   on 2000/06/28  14:36:34
62201         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
62202              From: Frank Tobin <ftobin@uiuc.edu>
62203              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
62204              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
62205      Branch: cfgperl
62206            ! lib/IPC/Open3.pm
62207 ____________________________________________________________________________
62208 [  6248] By: jhi                                   on 2000/06/28  14:11:25
62209         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
62210              From: Mark-Jason Dominus <mjd@plover.com>
62211              Date: Tue, 27 Jun 2000 22:36:42 -0400
62212              Message-ID: <20000628023642.12166.qmail@plover.com>
62213      Branch: cfgperl
62214            ! pod/perlfunc.pod
62215 ____________________________________________________________________________
62216 [  6247] By: jhi                                   on 2000/06/27  12:46:37
62217         Log: Tweak $VERSION, patch from Doug MacEachern.
62218      Branch: cfgperl
62219            ! lib/File/Spec.pm
62220 ____________________________________________________________________________
62221 [  6246] By: jhi                                   on 2000/06/27  03:34:46
62222         Log: Allow for standalone testing.
62223      Branch: cfgperl
62224            ! t/lib/filefunc.t t/lib/filespec.t
62225 ____________________________________________________________________________
62226 [  6245] By: jhi                                   on 2000/06/27  02:50:02
62227         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
62228              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62229              Date: Sat, 24 Jun 2000 13:06:20 +0100
62230              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
62231      Branch: cfgperl
62232            ! ext/DynaLoader/DynaLoader_pm.PL
62233 ____________________________________________________________________________
62234 [  6244] By: jhi                                   on 2000/06/27  02:46:10
62235         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
62236              From: Doug MacEachern <dougm@covalent.net>
62237              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
62238              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
62239      Branch: cfgperl
62240            ! gv.c sv.c t/lib/peek.t
62241 ____________________________________________________________________________
62242 [  6243] By: jhi                                   on 2000/06/27  02:38:07
62243         Log: Subject: [PATCH] is_utf8_string
62244              From: simon@brecon.co.uk (Simon Cozens)
62245              Date: 26 Jun 2000 02:25:59 GMT
62246              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
62247      Branch: cfgperl
62248            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
62249            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
62250            ! proto.h utf8.c
62251 ____________________________________________________________________________
62252 [  6242] By: jhi                                   on 2000/06/27  02:24:00
62253         Log: Subject: [PATCH] bytes<->utf8 fixes
62254              From: simon@brecon.co.uk (Simon Cozens)
62255              Date: 26 Jun 2000 04:55:45 GMT
62256              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
62257      Branch: cfgperl
62258            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
62259 ____________________________________________________________________________
62260 [  6241] By: jhi                                   on 2000/06/27  02:12:42
62261         Log: Do no -warn on \_, only on \alpha.
62262              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
62263              From: David Dyck <dcd@tc.fluke.com>
62264              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
62265              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
62266      Branch: cfgperl
62267            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
62268 ____________________________________________________________________________
62269 [  6240] By: jhi                                   on 2000/06/27  02:00:01
62270         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
62271              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62272              Date: Mon, 26 Jun 2000 18:40:14 +0100
62273              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
62274      Branch: cfgperl
62275            ! utils/h2xs.PL
62276 ____________________________________________________________________________
62277 [  6239] By: jhi                                   on 2000/06/27  01:53:40
62278         Log: Configure maintenance.  Sever some dependency cycles,
62279              separate gccversion from the cc unit,
62280              address [ID 20000623.006] Configure script patch for using gcc on AIX
62281              (but solve it a little bit differently),
62282              unduplex some accidentally duplicated units,
62283              suggest using gcc if no cc available
62284              (p5p thread: "Solaris configure: counterproposal", 1999-09)
62285      Branch: cfgperl
62286            ! Configure Todo-5.6 config_h.SH
62287      Branch: metaconfig
62288            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
62289            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
62290      Branch: metaconfig/U/perl
62291            + gccvers.U
62292            ! d_getespwnam.U d_getprpwnam.U i_prot.U
62293 ____________________________________________________________________________
62294 [  6238] By: jhi                                   on 2000/06/25  18:04:56
62295         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
62296              From: Dan Sugalski <dan@sidhe.org>
62297              Date: Fri, 23 Jun 2000 17:00:00 -0400
62298              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
62299      Branch: cfgperl
62300            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
62301 ____________________________________________________________________________
62302 [  6237] By: jhi                                   on 2000/06/25  16:36:45
62303         Log: Tweak embed.pl, regen headers.
62304      Branch: cfgperl
62305            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
62306            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
62307            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
62308            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
62309            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
62310 ____________________________________________________________________________
62311 [  6236] By: jhi                                   on 2000/06/25  15:26:42
62312         Log: Regen headers.
62313      Branch: cfgperl
62314            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
62315            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
62316            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
62317            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
62318            ! regnodes.h warnings.h
62319 ____________________________________________________________________________
62320 [  6235] By: jhi                                   on 2000/06/23  19:39:35
62321         Log: The thread begun by
62322              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
62323              From: Kevin.Ruscoe@ubsw.com
62324              Date: Fri, 16 Jun 2000 16:38:51 +0100
62325              Message-Id: <H000019b03c300d6@MHS>
62326      Branch: cfgperl
62327            ! hints/solaris_2.sh
62328 ____________________________________________________________________________
62329 [  6234] By: jhi                                   on 2000/06/23  19:23:36
62330         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
62331              because when run as services (Win32ese for daemons)
62332              no environment variables are set and tmpdir ends up as /tmp,
62333              which is ambiguous.
62334              
62335              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
62336              From: matt@sergeant.org
62337              Date: 16 Jun 2000 16:30:43 -0000
62338              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
62339      Branch: cfgperl
62340            ! lib/File/Spec/Win32.pm
62341 ____________________________________________________________________________
62342 [  6233] By: jhi                                   on 2000/06/23  19:18:58
62343         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
62344              From: Mark-Jason Dominus <mjd@plover.com>
62345              Date: Fri, 16 Jun 2000 20:53:04 -0400
62346              Message-ID: <20000617005304.8008.qmail@plover.com>
62347      Branch: cfgperl
62348            ! op.h
62349 ____________________________________________________________________________
62350 [  6232] By: jhi                                   on 2000/06/23  16:10:02
62351         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
62352              From: simon@brecon.co.uk (Simon Cozens)
62353              Date: 19 Jun 2000 15:18:27 GMT
62354              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
62355              
62356              plus update pod/Makefile and regenerate perltoc
62357      Branch: cfgperl
62358            + pod/perlutil.pod
62359            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
62360 ____________________________________________________________________________
62361 [  6231] By: jhi                                   on 2000/06/23  15:19:18
62362         Log: Subject: [PATCH 5.6.0] cygwin port
62363              From: "Fifer, Eric" <EFifer@sanwaint.com>
62364              Date: Tue, 20 Jun 2000 14:30:58 +0100
62365              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
62366      Branch: cfgperl
62367            ! README.cygwin lib/File/Find.pm
62368 ____________________________________________________________________________
62369 [  6230] By: jhi                                   on 2000/06/23  14:25:21
62370         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
62371      Branch: cfgperl
62372            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
62373            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62374            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62375            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
62376 ____________________________________________________________________________
62377 [  6229] By: jhi                                   on 2000/06/23  14:13:34
62378         Log: Subject: README.hpux version 0.6.1
62379              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
62380              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62381              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
62382      Branch: cfgperl
62383            ! README.hpux
62384 ____________________________________________________________________________
62385 [  6228] By: jhi                                   on 2000/06/23  14:07:20
62386         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
62387              From: Doug MacEachern <dougm@covalent.net>
62388              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
62389              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
62390      Branch: cfgperl
62391            ! op.c
62392 ____________________________________________________________________________
62393 [  6227] By: jhi                                   on 2000/06/23  14:01:06
62394         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
62395              From: Doug MacEachern <dougm@covalent.net>
62396              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
62397              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
62398      Branch: cfgperl
62399            + lib/lib.pm.PL
62400            - lib/lib.pm
62401            ! MANIFEST Makefile.SH
62402 ____________________________________________________________________________
62403 [  6226] By: jhi                                   on 2000/06/23  13:53:07
62404         Log: Subject: [PATCH] remove forward declarations in Socket.pm
62405              From: Doug MacEachern <dougm@covalent.net>
62406              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
62407              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
62408              
62409              From: Doug MacEachern <dougm@covalent.net>
62410              Subject: Re: [PATCH] remove forward declarations in Socket.pm
62411              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
62412              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
62413      Branch: cfgperl
62414            ! ext/Socket/Socket.pm op.c
62415 ____________________________________________________________________________
62416 [  6225] By: jhi                                   on 2000/06/23  13:41:52
62417         Log: Add source code filenames to apidoc.
62418              From: simon@brecon.co.uk (Simon Cozens)
62419              Subject: [PATCH embed.pl] Source X-ref
62420              Date: 22 Jun 2000 02:18:49 GMT
62421              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
62422      Branch: cfgperl
62423            ! embed.pl
62424 ____________________________________________________________________________
62425 [  6224] By: jhi                                   on 2000/06/23  13:32:33
62426         Log: A way to avoid English.pm performance hit.
62427              From: root <root@jester.slaysys.com>
62428              Subject: [YAPATCH English.pm] My turn to putt again
62429              Date: Thu, 22 Jun 2000 20:33:58 -0400
62430              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
62431      Branch: cfgperl
62432            ! lib/English.pm t/lib/english.t
62433 ____________________________________________________________________________
62434 [  6223] By: jhi                                   on 2000/06/23  13:27:06
62435         Log: Avoid double close().
62436              Subject: [PATCH] avoid double close()
62437              From: Doug MacEachern <dougm@covalent.net>
62438              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
62439              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
62440      Branch: cfgperl
62441            ! doio.c
62442 ____________________________________________________________________________
62443 [  6222] By: jhi                                   on 2000/06/23  13:25:54
62444         Log: doc typo fix
62445              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
62446              From: Ian Phillipps <Ian.Phillipps@iname.com>
62447              Date: Fri, 23 Jun 2000 10:40:58 +0100
62448              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
62449      Branch: cfgperl
62450            ! lib/Pod/Usage.pm
62451 ____________________________________________________________________________
62452 [  6221] By: jhi                                   on 2000/06/23  13:24:15
62453         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
62454              From: simon@brecon.co.uk (Simon Cozens)
62455              Subject: [PATCH] Eliminate tr///[CU][CU]
62456              Date: 23 Jun 2000 11:05:40 GMT
62457              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
62458      Branch: cfgperl
62459            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
62460 ____________________________________________________________________________
62461 [  6220] By: jhi                                   on 2000/06/22  16:07:51
62462         Log: Win32 patches from Benjamin Stuhl.
62463      Branch: cfgperl
62464            ! makedef.pl win32/win32.h
62465 ____________________________________________________________________________
62466 [  6219] By: jhi                                   on 2000/06/22  16:06:34
62467         Log: Bytecode patches from Benjamin Stuhl.
62468      Branch: cfgperl
62469            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62470            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62471            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62472 ____________________________________________________________________________
62473 [  6218] By: jhi                                   on 2000/06/15  23:54:16
62474         Log: Bytecode patches from Benjamin Stuhl.
62475      Branch: cfgperl
62476            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62477 ____________________________________________________________________________
62478 [  6217] By: jhi                                   on 2000/06/09  13:38:29
62479         Log: Rename the fdpid locking and integrate with Sarathy.
62480      Branch: cfgperl
62481            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
62482            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
62483            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
62484            ! win32/win32.c
62485           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
62486 ____________________________________________________________________________
62487 [  6216] By: gsar                                  on 2000/06/08  14:54:21
62488         Log: be more optimal about clearing @_
62489      Branch: perl
62490            ! cop.h
62491 ____________________________________________________________________________
62492 [  6215] By: gsar                                  on 2000/06/08  14:33:04
62493         Log: tweak comment about @DB::args
62494      Branch: perl
62495            ! av.h pp_ctl.c
62496 ____________________________________________________________________________
62497 [  6214] By: gsar                                  on 2000/06/08  13:57:54
62498         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
62499              caller() wants to populate @DB::args with it (causes a coredump
62500              in Carp::confess())
62501      Branch: perl
62502            ! cop.h t/op/runlevel.t
62503 ____________________________________________________________________________
62504 [  6213] By: gsar                                  on 2000/06/08  07:06:35
62505         Log: back out change#6106 (seems problematic)
62506      Branch: perl
62507            ! hints/solaris_2.sh
62508 ____________________________________________________________________________
62509 [  6212] By: jhi                                   on 2000/06/07  03:10:36
62510         Log: Continuing mopup for #6204.
62511      Branch: cfgperl
62512            ! ext/B/defsubs_h.PL
62513 ____________________________________________________________________________
62514 [  6211] By: jhi                                   on 2000/06/07  02:41:50
62515         Log: Mopup for #6204.
62516              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
62517              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
62518              This is comes from const() where POK isn't on when expected.
62519      Branch: cfgperl
62520            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
62521            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62522            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62523            ! perlapi.h pod/perlapi.pod
62524 ____________________________________________________________________________
62525 [  6210] By: jhi                                   on 2000/06/07  01:56:29
62526         Log: Mopup for #6207 and #6209.
62527      Branch: cfgperl
62528            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
62529 ____________________________________________________________________________
62530 [  6209] By: jhi                                   on 2000/06/07  01:33:12
62531         Log: Lock PL_fdpid against race conditions, based on:
62532              Subject: [PATCH 5.6.0]subprocess fixup for threads
62533              From: Dan Sugalski <dan@sidhe.org>
62534              To: perl5-porters@perl.org
62535              Date: Tue, 11 Apr 2000 17:02:32 -0400
62536              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
62537      Branch: cfgperl
62538            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
62539            ! win32/win32.c
62540 ____________________________________________________________________________
62541 [  6208] By: jhi                                   on 2000/06/07  01:05:23
62542         Log: Regen headers for #6207.
62543      Branch: cfgperl
62544            ! embed.h global.sym objXSUB.h proto.h
62545 ____________________________________________________________________________
62546 [  6207] By: jhi                                   on 2000/06/06  23:43:13
62547         Log: Subject: [PATCH 5.6.0] Threadsafe patches
62548              From: Dan Sugalski <dan@sidhe.org>
62549              To: perl5-porters@perl.org
62550              Date: Mon, 08 May 2000 18:08:13 -0400
62551              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
62552      Branch: cfgperl
62553            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
62554            ! proto.h sv.h util.c
62555 ____________________________________________________________________________
62556 [  6206] By: jhi                                   on 2000/06/06  23:21:23
62557         Log: Subject: [PATCH] Eliminate $a/$b in pod
62558              From: David Glasser <me@davidglasser.net>
62559              To: perl5-porters@perl.org
62560              Date: Mon, 29 May 2000 21:15:59 -0400
62561              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
62562      Branch: cfgperl
62563            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
62564            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
62565            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
62566            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
62567            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
62568            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
62569            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
62570            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
62571            ! pod/perlvar.pod pod/perlxs.pod
62572 ____________________________________________________________________________
62573 [  6205] By: jhi                                   on 2000/06/06  23:12:14
62574         Log: Subject: [PATCH] Win32 improvements
62575              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62576              To: gsar@activestate.com, perl5-porters@perl.org
62577              Date: Mon, 29 May 2000 17:22:24 PDT
62578              Message-ID: <20000530002224.91142.qmail@hotmail.com>
62579              (MUA had mangled many lines by wordwrapping)
62580      Branch: cfgperl
62581            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
62582 ____________________________________________________________________________
62583 [  6204] By: jhi                                   on 2000/06/06  23:01:50
62584         Log: Subject: [PATCH] B::Bytecode patches
62585              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62586              To: gsar@activestate.com, jhi@iki.fi
62587              Cc: perl5-porters@perl.org
62588              Message-ID: <20000602202526.48694.qmail@hotmail.com>
62589              (MUA had mangled many lines by wordwrapping)
62590      Branch: cfgperl
62591            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
62592            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
62593            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62594            ! intrpvar.h perl.c
62595 ____________________________________________________________________________
62596 [  6203] By: jhi                                   on 2000/06/06  22:32:43
62597         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
62598              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62599              Date: Tue, 06 Jun 2000 13:07:45 -0700
62600              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
62601      Branch: cfgperl
62602            ! pod/perldiag.pod
62603 ____________________________________________________________________________
62604 [  6202] By: jhi                                   on 2000/06/06  19:38:35
62605         Log: Integrate with Sarathy.
62606      Branch: cfgperl
62607           !> perl.c
62608 ____________________________________________________________________________
62609 [  6201] By: gsar                                  on 2000/06/06  00:42:59
62610         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
62611              does a PUSHMARK that's never ever POPMARKed; in general, only
62612              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
62613              Perl_eval_[sp]v() don't because they don't take any incoming
62614              arguments (this leak has been around since the original version
62615              of perl_eval_pv() in 5.003_97e)
62616      Branch: perl
62617            ! perl.c
62618 ____________________________________________________________________________
62619 [  6200] By: jhi                                   on 2000/06/04  03:44:52
62620         Log: Update to cperl-mode.el 4.31 from
62621              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
62622              Subject: A couple of notes
62623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62624              To: Mailing list Perl5 <perl5-porters@perl.org>
62625              Date: Sat, 3 Jun 2000 23:33:32 -0400
62626              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
62627      Branch: cfgperl
62628            ! emacs/cperl-mode.el
62629 ____________________________________________________________________________
62630 [  6199] By: jhi                                   on 2000/06/03  15:11:05
62631         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
62632              From: Dan Sugalski <dan@sidhe.org>
62633              To: perl5-porters@perl.org, vmsperl@perl.org
62634              Date: Fri, 02 Jun 2000 17:30:51 -0400
62635              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
62636      Branch: cfgperl
62637            ! vms/descrip_mms.template vms/gen_shrfls.pl
62638 ____________________________________________________________________________
62639 [  6198] By: jhi                                   on 2000/06/03  14:59:15
62640         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
62641              From: Dan Sugalski <dan@sidhe.org>
62642              To: vmsperl@perl.org, perl5-porters@perl.org
62643              Date: Fri, 02 Jun 2000 16:00:41 -0400
62644              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
62645              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
62646      Branch: cfgperl
62647            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
62648            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
62649            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
62650 ____________________________________________________________________________
62651 [  6197] By: jhi                                   on 2000/06/03  14:41:30
62652         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
62653              From: John Borwick <jhborwic@unity.ncsu.edu>
62654              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
62655              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
62656      Branch: cfgperl
62657            ! pod/perlsyn.pod
62658 ____________________________________________________________________________
62659 [  6196] By: jhi                                   on 2000/06/03  14:38:09
62660         Log: Integrate with Sarathy.
62661      Branch: cfgperl
62662           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62663           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62664           !> vms/perly_c.vms
62665 ____________________________________________________________________________
62666 [  6195] By: gsar                                  on 2000/06/02  22:43:13
62667         Log: fix yet another eval"" leak under USE_ITHREADS
62668      Branch: perl
62669            ! op.c
62670 ____________________________________________________________________________
62671 [  6194] By: gsar                                  on 2000/06/02  18:22:06
62672         Log: fix small eval"" memory leaks under USE_ITHREADS
62673      Branch: perl
62674            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62675            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62676            ! vms/perly_c.vms
62677 ____________________________________________________________________________
62678 [  6193] By: jhi                                   on 2000/06/01  13:03:56
62679         Log: Signals-be-gone for microperl.
62680      Branch: cfgperl
62681            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
62682 ____________________________________________________________________________
62683 [  6192] By: jhi                                   on 2000/06/01  12:52:02
62684         Log: Integrate with Sarathy.
62685      Branch: cfgperl
62686           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
62687           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
62688           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
62689           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62690           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
62691           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
62692           !> t/op/vec.t utils/h2xs.PL
62693 ____________________________________________________________________________
62694 [  6191] By: gsar                                  on 2000/06/01  09:38:21
62695         Log: vec() loses numericalness (modified version of patch suggested
62696              by Robin Barker)
62697      Branch: perl
62698            ! doop.c t/op/vec.t
62699 ____________________________________________________________________________
62700 [  6190] By: gsar                                  on 2000/06/01  09:26:15
62701         Log: submit missing embed.pl change
62702      Branch: perl
62703            ! embed.pl
62704 ____________________________________________________________________________
62705 [  6189] By: gsar                                  on 2000/06/01  09:05:34
62706         Log: counting tr/// corrupts later operation (from M.J.T Guy)
62707      Branch: perl
62708            ! doop.c t/op/tr.t
62709 ____________________________________________________________________________
62710 [  6188] By: gsar                                  on 2000/06/01  08:58:39
62711         Log: h2xs tweaks
62712      Branch: perl
62713            ! utils/h2xs.PL
62714 ____________________________________________________________________________
62715 [  6187] By: gsar                                  on 2000/06/01  08:50:07
62716         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62717              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62718      Branch: perl
62719            + lib/Pod/LaTeX.pm
62720            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
62721            ! pod/pod2latex.PL
62722 ____________________________________________________________________________
62723 [  6186] By: gsar                                  on 2000/06/01  08:24:40
62724         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
62725              <wolfgang.laun@alcatel.at>)
62726      Branch: perl
62727            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62728            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
62729 ____________________________________________________________________________
62730 [  6185] By: gsar                                  on 2000/06/01  08:12:00
62731         Log: remove incorrect documentation about implicit split to @_ in
62732              list context, which never really worked in perl 5 (from
62733              M.J.T. Guy)
62734      Branch: perl
62735            ! pod/perlfunc.pod pod/perltrap.pod
62736 ____________________________________________________________________________
62737 [  6184] By: gsar                                  on 2000/06/01  07:52:27
62738         Log: tweak for change#6127
62739      Branch: perl
62740            ! perl.c
62741 ____________________________________________________________________________
62742 [  6183] By: gsar                                  on 2000/06/01  07:41:02
62743         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62744              <nick@ccl4.org>)
62745      Branch: perl
62746            + t/lib/selfloader.t
62747            ! MANIFEST lib/SelfLoader.pm
62748 ____________________________________________________________________________
62749 [  6182] By: jhi                                   on 2000/06/01  00:34:42
62750         Log: Be Cleaner Part Deux.
62751      Branch: cfgperl
62752            ! Makefile.SH
62753 ____________________________________________________________________________
62754 [  6181] By: jhi                                   on 2000/06/01  00:32:09
62755         Log: Integrate with Sarathy.
62756      Branch: cfgperl
62757           !> pp.c t/op/arith.t
62758 ____________________________________________________________________________
62759 [  6180] By: jhi                                   on 2000/06/01  00:31:13
62760         Log: microperl nits from Simon Cozens.
62761      Branch: cfgperl
62762            + uconfig.h
62763            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
62764            ! unixish.h
62765 ____________________________________________________________________________
62766 [  6179] By: gsar                                  on 2000/05/31  22:37:51
62767         Log: buggy modulus on UVs introduced by change#3378 (resulted in
62768              4063328477 % 65535 amounting to 27406, instead of 27407)
62769      Branch: perl
62770            ! pp.c t/op/arith.t
62771 ____________________________________________________________________________
62772 [  6178] By: jhi                                   on 2000/05/31  21:52:41
62773         Log: Be cleaner.
62774      Branch: cfgperl
62775            ! Makefile.SH
62776 ____________________________________________________________________________
62777 [  6177] By: jhi                                   on 2000/05/31  21:47:33
62778         Log: Substitution utf8 patch from Simon Cozens.
62779      Branch: cfgperl
62780            ! pp_hot.c
62781 ____________________________________________________________________________
62782 [  6176] By: jhi                                   on 2000/05/31  21:45:34
62783         Log: Single-quoted utf8 patch from Simon Cozens.
62784      Branch: cfgperl
62785            ! toke.c
62786 ____________________________________________________________________________
62787 [  6175] By: jhi                                   on 2000/05/31  21:40:18
62788         Log: Integrate with Sarathy.
62789      Branch: cfgperl
62790           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
62791 ____________________________________________________________________________
62792 [  6174] By: jhi                                   on 2000/05/31  21:37:31
62793         Log: microperl changes from Simon Cozens; Makefile for microperl
62794              written from scratch; few casts added as microperl compilation
62795              doesn't have all prototypes available.
62796      Branch: cfgperl
62797            + Makefile.micro README.micro Todo.micro uconfig.sh
62798            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
62799            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
62800      Branch: metaconfig
62801            + U/modified/Config_h.U
62802 ____________________________________________________________________________
62803 [  6173] By: jhi                                   on 2000/05/31  20:00:24
62804         Log: metaconfig maintenance.
62805      Branch: metaconfig
62806            + U/modified/Inhdr.U U/typedefs/inotype.U
62807      Branch: metaconfig/U/perl
62808            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
62809            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
62810 ____________________________________________________________________________
62811 [  6172] By: gsar                                  on 2000/05/31  05:05:42
62812         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62813              (from Ilya Zakharevich)
62814      Branch: perl
62815            ! regexec.c t/op/re_tests
62816 ____________________________________________________________________________
62817 [  6171] By: gsar                                  on 2000/05/31  05:01:47
62818         Log: scalar() doesn't force scalar context when used in void context
62819              (from Simon Cozens)
62820      Branch: perl
62821            ! op.c t/op/wantarray.t
62822 ____________________________________________________________________________
62823 [  6170] By: gsar                                  on 2000/05/31  04:41:33
62824         Log: change#6142 needs tweaks to tests to work where there's no symlink()
62825              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62826      Branch: perl
62827            ! t/lib/filefind.t
62828 ____________________________________________________________________________
62829 [  6169] By: gsar                                  on 2000/05/31  04:29:49
62830         Log: integrate cfgperl contents into mainline
62831      Branch: perl
62832           +> pod/perlmodlib.PL pod/perlnewmod.pod
62833           !> (integrate 42 files)
62834 ____________________________________________________________________________
62835 [  6168] By: jhi                                   on 2000/05/30  22:53:37
62836         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62837      Branch: cfgperl
62838            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62839            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
62840            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
62841            ! win32/config.bc win32/config.gc win32/config.vc
62842            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62843            ! win32/config_h.PL win32/config_sh.PL
62844      Branch: metaconfig/U/perl
62845            ! perlxv.U
62846 ____________________________________________________________________________
62847 [  6167] By: jhi                                   on 2000/05/30  22:20:21
62848         Log: tweak todo 
62849      Branch: cfgperl
62850            ! Todo-5.6
62851 ____________________________________________________________________________
62852 [  6166] By: jhi                                   on 2000/05/30  22:11:51
62853         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
62854              in case somebody wants to write an extension for more
62855              shadow database interfaces.
62856      Branch: cfgperl
62857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62858            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
62859            ! vos/config.def vos/config.h vos/config_h.SH_orig
62860            ! win32/config.bc win32/config.gc win32/config.vc
62861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62862      Branch: metaconfig
62863            ! U/modified/Myinit.U
62864      Branch: metaconfig/U/perl
62865            + d_getespwnam.U d_getprpwnam.U i_prot.U
62866 ____________________________________________________________________________
62867 [  6165] By: jhi                                   on 2000/05/30  18:35:34
62868         Log: Integrate with Sarathy.
62869      Branch: cfgperl
62870           !> op.c
62871 ____________________________________________________________________________
62872 [  6164] By: jhi                                   on 2000/05/30  18:30:16
62873         Log: detypo
62874      Branch: cfgperl
62875            ! Configure config_h.SH
62876      Branch: metaconfig/U/perl
62877            ! perlxv.U
62878 ____________________________________________________________________________
62879 [  6163] By: gsar                                  on 2000/05/30  03:24:03
62880         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
62881      Branch: perl
62882            ! op.c
62883 ____________________________________________________________________________
62884 [  6162] By: gsar                                  on 2000/05/30  03:09:38
62885         Log: fix memory leak in method call optimization (change#3768);
62886              made C<eval "$x->foo()"> leak
62887      Branch: perl
62888            ! op.c
62889 ____________________________________________________________________________
62890 [  6161] By: jhi                                   on 2000/05/29  17:56:26
62891         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
62892              both from Simon Cozens.
62893      Branch: cfgperl
62894            + pod/perlmodlib.PL pod/perlnewmod.pod
62895            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
62896            ! pod/perlmodlib.pod pod/perltoc.pod
62897 ____________________________________________________________________________
62898 [  6160] By: jhi                                   on 2000/05/29  17:23:55
62899         Log: Changes for the File::Temp 0.08 (change #6159) test suite
62900              to fit better into the Perl distribution test framework.
62901      Branch: cfgperl
62902            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
62903            ! t/lib/ftmp-tempfile.t
62904 ____________________________________________________________________________
62905 [  6159] By: jhi                                   on 2000/05/29  16:55:36
62906         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
62907      Branch: cfgperl
62908            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62909            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62910 ____________________________________________________________________________
62911 [  6158] By: bailey                                on 2000/05/29  16:22:08
62912         Log: Add fallback to tmpfile for use in cases where user's relying on
62913              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
62914              Lane's patch)
62915      Branch: vmsperl
62916            ! vms/vms.c vms/vmsish.h
62917 ____________________________________________________________________________
62918 [  6157] By: jhi                                   on 2000/05/29  03:10:36
62919         Log: Regen Configure to jive with #6149.
62920      Branch: cfgperl
62921            ! Configure
62922      Branch: metaconfig
62923            ! U/modified/Getfile.U
62924 ____________________________________________________________________________
62925 [  6156] By: jhi                                   on 2000/05/29  03:01:38
62926         Log: Integrate with Sarathy.
62927      Branch: cfgperl
62928           +> ext/DynaLoader/dl_mac.xs
62929           !> (integrate 38 files)
62930 ____________________________________________________________________________
62931 [  6155] By: gsar                                  on 2000/05/28  21:15:58
62932         Log: small bug in change#6144; remove random \xA0 character that snuck
62933              in via change#6145
62934      Branch: perl
62935            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
62936 ____________________________________________________________________________
62937 [  6154] By: gsar                                  on 2000/05/28  21:04:19
62938         Log: avoid type mismatch warning
62939      Branch: perl
62940            ! perl.c
62941 ____________________________________________________________________________
62942 [  6153] By: gsar                                  on 2000/05/28  20:58:31
62943         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
62944              <nick@Bagpuss.uk.boo.com>)
62945      Branch: perl
62946            ! lib/Test/Harness.pm
62947 ____________________________________________________________________________
62948 [  6152] By: gsar                                  on 2000/05/28  20:53:42
62949         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
62950      Branch: perl
62951            ! regexec.c
62952 ____________________________________________________________________________
62953 [  6151] By: gsar                                  on 2000/05/28  20:50:28
62954         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
62955      Branch: perl
62956            ! regexec.c
62957 ____________________________________________________________________________
62958 [  6150] By: gsar                                  on 2000/05/28  20:39:58
62959         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
62960      Branch: perl
62961            ! pod/perlrequick.pod
62962 ____________________________________________________________________________
62963 [  6149] By: gsar                                  on 2000/05/28  20:35:16
62964         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
62965              <troc@netrus.net>)
62966      Branch: perl
62967            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
62968            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
62969            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
62970            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
62971 ____________________________________________________________________________
62972 [  6148] By: gsar                                  on 2000/05/28  20:21:07
62973         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
62974      Branch: perl
62975            ! lib/ExtUtils/MM_Unix.pm
62976 ____________________________________________________________________________
62977 [  6147] By: gsar                                  on 2000/05/28  20:12:41
62978         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
62979              (from Peter Prymmer)
62980      Branch: perl
62981            ! vms/subconfigure.com
62982 ____________________________________________________________________________
62983 [  6146] By: gsar                                  on 2000/05/28  20:06:15
62984         Log: doc typo
62985      Branch: perl
62986            ! lib/warnings.pm warnings.h warnings.pl
62987 ____________________________________________________________________________
62988 [  6145] By: gsar                                  on 2000/05/28  18:44:33
62989         Log: make xsubpp skip embedded pod (from Matthias Neeracher
62990              <neeri@iis.ee.ethz.ch>)
62991      Branch: perl
62992            ! lib/ExtUtils/xsubpp
62993 ____________________________________________________________________________
62994 [  6144] By: gsar                                  on 2000/05/28  18:42:49
62995         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
62996              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62997              <neeri@iis.ee.ethz.ch>)
62998      Branch: perl
62999            ! lib/AutoSplit.pm
63000 ____________________________________________________________________________
63001 [  6143] By: gsar                                  on 2000/05/28  18:41:12
63002         Log: MacOS support, part 1 (from Matthias Neeracher
63003              <neeri@iis.ee.ethz.ch>)
63004      Branch: perl
63005            + ext/DynaLoader/dl_mac.xs
63006            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
63007            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
63008            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
63009            ! util.h
63010 ____________________________________________________________________________
63011 [  6142] By: gsar                                  on 2000/05/28  18:21:51
63012         Log: File::Find fails to chdir when chasing symlinks (from
63013              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63014      Branch: perl
63015            ! lib/File/Find.pm t/lib/filefind.t
63016 ____________________________________________________________________________
63017 [  6141] By: jhi                                   on 2000/05/28  14:25:15
63018         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
63019              forwarded by Peter Seebach from the bsdi-users mailing list.
63020              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
63021      Branch: perl
63022            ! hints/bsdos.sh
63023 ____________________________________________________________________________
63024 [  6140] By: jhi                                   on 2000/05/28  14:11:57
63025         Log: Integrate with Sarathy.
63026      Branch: cfgperl
63027           +> (branch 30 files)
63028           !> (integrate 93 files)
63029 ____________________________________________________________________________
63030 [  6139] By: gsar                                  on 2000/05/28  10:01:48
63031         Log: revise mktables.PL for bugs and newness in Unicode 3.0
63032              (from James Bence <jbence@amgen.com>)
63033      Branch: perl
63034            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
63035            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
63036            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
63037            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
63038            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
63039            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
63040            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
63041            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
63042            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
63043            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
63044            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
63045            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
63046            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
63047            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
63048            + lib/unicode/Is/SylWU.pl
63049            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
63050            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63051            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63052            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63053            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63054            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63055            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63056            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63057            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63058            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63059            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63060            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63061            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63062            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63063            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
63064            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
63065            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
63066            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
63067            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
63068            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
63069            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
63070            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
63071            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
63072            ! lib/unicode/Makefile lib/unicode/mktables.PL
63073 ____________________________________________________________________________
63074 [  6138] By: gsar                                  on 2000/05/28  08:50:32
63075         Log: add note about the handling of negative indices to tied arrays
63076              (from Michael G Schwern <schwern@pobox.com>)
63077      Branch: perl
63078            ! pod/perltie.pod
63079 ____________________________________________________________________________
63080 [  6137] By: gsar                                  on 2000/05/28  08:46:10
63081         Log: fix bogus redeclaration warning for "our" variables in different
63082              scopes
63083      Branch: perl
63084            ! op.c t/pragma/strict-vars
63085 ____________________________________________________________________________
63086 [  6136] By: gsar                                  on 2000/05/28  08:31:20
63087         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
63088      Branch: perl
63089            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
63090 ____________________________________________________________________________
63091 [  6135] By: gsar                                  on 2000/05/28  08:17:50
63092         Log: enable Test::Harness to dynamically determine column width etc.
63093              (from Rob Napier <rnapier@employees.org>)
63094      Branch: perl
63095            ! lib/Test/Harness.pm
63096 ____________________________________________________________________________
63097 [  6134] By: gsar                                  on 2000/05/28  08:13:39
63098         Log: make Test::Harness use wait.h/WCOREDUMP if available
63099              (from Ben Tilly <ben_tilly@hotmail.com>)
63100      Branch: perl
63101            ! lib/Test/Harness.pm
63102 ____________________________________________________________________________
63103 [  6133] By: gsar                                  on 2000/05/28  08:08:05
63104         Log: elide bogus test in change#6132
63105      Branch: perl
63106            ! t/pragma/warn/9enabled
63107 ____________________________________________________________________________
63108 [  6132] By: gsar                                  on 2000/05/28  08:03:14
63109         Log: warnings::enabled() doesn't fall back to looking at $^W if
63110              caller isn't using lexical warnings (from Paul Marquess)
63111      Branch: perl
63112            ! pp_ctl.c t/pragma/warn/9enabled
63113 ____________________________________________________________________________
63114 [  6131] By: gsar                                  on 2000/05/28  07:57:47
63115         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
63116      Branch: perl
63117            ! ext/POSIX/POSIX.pm
63118 ____________________________________________________________________________
63119 [  6130] By: gsar                                  on 2000/05/28  07:29:12
63120         Log: fix places that mean C<"word" character> but say C<alphanumeric
63121              character>
63122      Branch: perl
63123            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
63124 ____________________________________________________________________________
63125 [  6129] By: gsar                                  on 2000/05/28  07:18:41
63126         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
63127      Branch: perl
63128            ! vms/test.com
63129 ____________________________________________________________________________
63130 [  6128] By: gsar                                  on 2000/05/28  07:12:55
63131         Log: new perlxstut example for passing/returning refs to arrays
63132              (from David Lowe <dlowe@pootpoot.com>)
63133      Branch: perl
63134            ! pod/perlxstut.pod
63135 ____________________________________________________________________________
63136 [  6127] By: gsar                                  on 2000/05/28  07:02:50
63137         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
63138              failed (from Gisle Aas)
63139      Branch: perl
63140            ! cop.h perl.c
63141 ____________________________________________________________________________
63142 [  6126] By: gsar                                  on 2000/05/28  06:39:53
63143         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
63144              (reworked variant of patch suggested by Simon Cozens)
63145      Branch: perl
63146            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
63147            ! pp_hot.c proto.h t/op/gv.t
63148 ____________________________________________________________________________
63149 [  6125] By: gsar                                  on 2000/05/28  05:14:55
63150         Log: enable propagating exception objects via Perl_croak() in XS code
63151              (from Gisle Aas)
63152      Branch: perl
63153            ! util.c
63154 ____________________________________________________________________________
63155 [  6124] By: gsar                                  on 2000/05/28  05:07:28
63156         Log: integrate vmsperl contents into mainline
63157      Branch: perl
63158           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
63159           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
63160           !> vms/vmsish.h
63161 ____________________________________________________________________________
63162 [  6123] By: gsar                                  on 2000/05/28  05:03:53
63163         Log: clarify gotcha with #line directives (from Rocco Caputo
63164              <troc@netrus.net>)
63165      Branch: perl
63166            ! pod/perldebug.pod pod/perlsyn.pod
63167 ____________________________________________________________________________
63168 [  6122] By: gsar                                  on 2000/05/28  04:58:29
63169         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
63170              (from Mark-Jason Dominus)
63171      Branch: perl
63172            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
63173            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
63174            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
63175            ! toke.c
63176 ____________________________________________________________________________
63177 [  6121] By: bailey                                on 2000/05/25  04:46:54
63178         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
63179              lists (based on fixes by Craig Berry)
63180      Branch: vmsperl
63181            ! lib/File/Spec/VMS.pm
63182 ____________________________________________________________________________
63183 [  6120] By: bailey                                on 2000/05/25  04:25:38
63184         Log: Add missing escape (Charles Lane)
63185      Branch: vmsperl
63186            ! t/op/lex_assign.t
63187 ____________________________________________________________________________
63188 [  6119] By: bailey                                on 2000/05/25  04:21:25
63189         Log: Quiet error messages in vmsish.t (Charles Lane)
63190      Branch: vmsperl
63191            ! vms/ext/vmsish.t
63192 ____________________________________________________________________________
63193 [  6118] By: bailey                                on 2000/05/25  04:17:57
63194         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
63195              Flatten case labels in switch statements uniformly (Charles Bailey)
63196      Branch: vmsperl
63197            ! vms/vms.c
63198 ____________________________________________________________________________
63199 [  6117] By: bailey                                on 2000/05/25  03:58:09
63200         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
63201      Branch: vmsperl
63202            ! vms/vmsish.h
63203 ____________________________________________________________________________
63204 [  6116] By: bailey                                on 2000/05/25  03:11:15
63205         Log: Miscellaneous cosmetic fixes (Charles Lane)
63206      Branch: vmsperl
63207            ! lib/ExtUtils/MM_VMS.pm
63208 ____________________________________________________________________________
63209 [  6115] By: bailey                                on 2000/05/25  03:10:36
63210         Log: Add bounds checking for several strings (Charles Lane)
63211      Branch: vmsperl
63212            ! vms/vms.c
63213 ____________________________________________________________________________
63214 [  6114] By: bailey                                on 2000/05/25  02:25:34
63215         Log: Urk -- undo previous removal of vmsish 'exit' change
63216      Branch: vmsperl
63217            ! vms/ext/vmsish.pm vms/vmsish.h
63218 ____________________________________________________________________________
63219 [  6113] By: bailey                                on 2000/05/24  02:24:40
63220         Log: Ugly workaround for version-specific RTL error
63221      Branch: vmsperl
63222            ! vms/vms.c
63223 ____________________________________________________________________________
63224 [  6112] By: bailey                                on 2000/05/24  02:19:55
63225         Log: Check for existence of file before trying to delete
63226      Branch: vmsperl
63227            ! vms/test.com
63228 ____________________________________________________________________________
63229 [  6111] By: bailey                                on 2000/05/23  23:35:13
63230         Log: Resync with mainline prior to post-5.6.0 updates
63231      Branch: vmsperl
63232           +> (branch 49 files)
63233            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
63234            ! vms/ext/vmsish.pm
63235           !> (integrate 334 files)
63236 ____________________________________________________________________________
63237 [  6110] By: jhi                                   on 2000/05/23  19:28:32
63238         Log: todo tweak
63239      Branch: cfgperl
63240            ! Todo-5.6
63241 ____________________________________________________________________________
63242 [  6109] By: jhi                                   on 2000/05/18  17:38:54
63243         Log: Integrate with Sarathy.
63244      Branch: cfgperl
63245           !> mg.c perl.h win32/perlhost.h
63246 ____________________________________________________________________________
63247 [  6108] By: gsar                                  on 2000/05/17  02:24:56
63248         Log: reenable fake signal handling on Windows, bugs and all
63249      Branch: perl
63250            ! mg.c perl.h win32/perlhost.h
63251 ____________________________________________________________________________
63252 [  6107] By: jhi                                   on 2000/05/15  18:01:41
63253         Log: Tweak the todo list.
63254      Branch: cfgperl
63255            ! Todo-5.6
63256 ____________________________________________________________________________
63257 [  6106] By: jhi                                   on 2000/05/15  13:41:48
63258         Log: The (Configure) script refuses to go on, after asking for
63259              'You may also choose to try maximal 64-bitness....'.
63260              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
63261              -- Patrick Zima
63262              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
63263      Branch: cfgperl
63264            ! hints/solaris_2.sh
63265 ____________________________________________________________________________
63266 [  6105] By: jhi                                   on 2000/05/11  14:37:43
63267         Log: Integrate with Sarathy.
63268      Branch: cfgperl
63269           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63270           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
63271 ____________________________________________________________________________
63272 [  6104] By: gsar                                  on 2000/05/11  03:39:07
63273         Log: PL_sys_intern was being initialized too late on windows
63274      Branch: perl
63275            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63276            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
63277 ____________________________________________________________________________
63278 [  6103] By: jhi                                   on 2000/05/09  19:42:20
63279         Log: Test tweaking for Unicos continues.
63280      Branch: cfgperl
63281            ! t/op/64bitint.t
63282 ____________________________________________________________________________
63283 [  6102] By: jhi                                   on 2000/05/09  16:47:27
63284         Log: The test suite tweak in #6101 wasn't quite right.
63285      Branch: cfgperl
63286            ! t/lib/complex.t
63287 ____________________________________________________________________________
63288 [  6101] By: jhi                                   on 2000/05/09  15:35:34
63289         Log: Hints and test tweaks for Unicos.
63290      Branch: cfgperl
63291            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
63292 ____________________________________________________________________________
63293 [  6100] By: jhi                                   on 2000/05/08  21:15:06
63294         Log: More compilation tweakery from Allen Smith.
63295      Branch: cfgperl
63296            ! hints/irix_6.sh
63297 ____________________________________________________________________________
63298 [  6099] By: jhi                                   on 2000/05/08  19:21:18
63299         Log: Tweaks for the cc bugs from Allen Smith.
63300      Branch: cfgperl
63301            ! hints/irix_6.sh
63302 ____________________________________________________________________________
63303 [  6098] By: jhi                                   on 2000/05/08  19:13:37
63304         Log: Add a note about other, yet unsupported, shadow password APIs.
63305      Branch: cfgperl
63306            ! pp_sys.c
63307 ____________________________________________________________________________
63308 [  6097] By: jhi                                   on 2000/05/08  18:46:34
63309         Log: Add a note about possible compilation problems from Allen Smith.
63310      Branch: cfgperl
63311            ! hints/irix_6.sh
63312 ____________________________________________________________________________
63313 [  6096] By: jhi                                   on 2000/05/08  17:33:10
63314         Log: Integrate with Sarathy.
63315      Branch: cfgperl
63316           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63317           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
63318 ____________________________________________________________________________
63319 [  6095] By: jhi                                   on 2000/05/08  16:21:33
63320         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
63321              might be useful in future.
63322      Branch: cfgperl
63323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63324            ! config_h.SH
63325      Branch: metaconfig
63326            ! U/installdirs/inc_version_list.U
63327      Branch: metaconfig/U/perl
63328            ! perlxv.U
63329 ____________________________________________________________________________
63330 [  6094] By: gsar                                  on 2000/05/08  14:22:22
63331         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
63332      Branch: perl
63333            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63334            ! hints/cygwin.sh pp_sys.c
63335 ____________________________________________________________________________
63336 [  6093] By: gsar                                  on 2000/05/08  12:52:28
63337         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
63338              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
63339      Branch: perl
63340            ! pp_sys.c sv.c win32/perlhost.h
63341 ____________________________________________________________________________
63342 [  6092] By: jhi                                   on 2000/05/07  22:40:34
63343         Log: Regen perltoc with the fixed buildtoc.
63344      Branch: cfgperl
63345            ! pod/perltoc.pod
63346 ____________________________________________________________________________
63347 [  6091] By: jhi                                   on 2000/05/07  22:24:16
63348         Log: Integrate with Sarathy.
63349      Branch: cfgperl
63350           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
63351           !> t/op/substr.t toke.c
63352 ____________________________________________________________________________
63353 [  6090] By: gsar                                  on 2000/05/07  19:47:07
63354         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
63355              [NI]OK; added tests for both
63356      Branch: perl
63357            ! perl.c pp_hot.c sv.c t/op/substr.t
63358 ____________________________________________________________________________
63359 [  6089] By: gsar                                  on 2000/05/07  18:18:38
63360         Log: buildtoc tweak to fix newline lossage
63361      Branch: perl
63362            ! pod/buildtoc
63363 ____________________________________________________________________________
63364 [  6088] By: jhi                                   on 2000/05/07  16:35:36
63365         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
63366              because we do not use those.  The HAS_GETSPNAM remains,
63367              though, because we still do use that.
63368      Branch: cfgperl
63369            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63370            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
63371            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
63372            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63373            ! win32/config.vc win32/config_H.bc win32/config_H.gc
63374            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63375 ____________________________________________________________________________
63376 [  6087] By: gsar                                  on 2000/05/07  16:05:16
63377         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
63378      Branch: perl
63379            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
63380 ____________________________________________________________________________
63381 [  6086] By: jhi                                   on 2000/05/07  15:27:07
63382         Log: Integrate with Sarathy.
63383      Branch: cfgperl
63384           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63385           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63386           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
63387           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
63388           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
63389           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
63390 ____________________________________________________________________________
63391 [  6085] By: gsar                                  on 2000/05/07  05:52:02
63392         Log: repeat operator (x) doesn't preserve utf8-ness
63393      Branch: perl
63394            ! pp.c t/op/substr.t
63395 ____________________________________________________________________________
63396 [  6084] By: gsar                                  on 2000/05/07  05:39:55
63397         Log: substr() does not preserve utf8-ness (from Stefan Eissing
63398              <Eissing@medicaldataservice.de>); added tests
63399      Branch: perl
63400            ! pp.c t/op/substr.t
63401 ____________________________________________________________________________
63402 [  6083] By: gsar                                  on 2000/05/07  05:24:46
63403         Log: note about undocumented caller() return value (from M.J.T. Guy);
63404              yet another peek.t tweak
63405      Branch: perl
63406            ! pod/perlfunc.pod t/lib/peek.t
63407 ____________________________________________________________________________
63408 [  6082] By: gsar                                  on 2000/05/07  05:08:40
63409         Log: peek.t non-portable to ithreads
63410      Branch: perl
63411            ! t/lib/peek.t
63412 ____________________________________________________________________________
63413 [  6081] By: gsar                                  on 2000/05/07  04:17:04
63414         Log: better default perlbug categories for ok reports (from Richard Foley)
63415      Branch: perl
63416            ! utils/perlbug.PL
63417 ____________________________________________________________________________
63418 [  6080] By: gsar                                  on 2000/05/07  04:08:07
63419         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
63420              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63421      Branch: perl
63422            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63423            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63424            ! AUTHORS MAINTAIN MANIFEST
63425 ____________________________________________________________________________
63426 [  6079] By: gsar                                  on 2000/05/07  04:01:38
63427         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
63428      Branch: perl
63429            ! lib/Carp/Heavy.pm
63430 ____________________________________________________________________________
63431 [  6078] By: gsar                                  on 2000/05/07  01:24:19
63432         Log: workaround for CRT bug in chdir() (from Charles Lane, via
63433              Peter Prymmer)
63434      Branch: perl
63435            ! iperlsys.h vms/vms.c vms/vmsish.h
63436 ____________________________________________________________________________
63437 [  6077] By: gsar                                  on 2000/05/07  01:22:23
63438         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63439              and Tom Phoenix)
63440      Branch: perl
63441            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
63442 ____________________________________________________________________________
63443 [  6076] By: gsar                                  on 2000/05/06  17:36:29
63444         Log: integrate cfgperl contents into mainline
63445      Branch: perl
63446           +> t/lib/peek.t
63447           !> Configure MANIFEST Porting/Glossary Porting/config.sh
63448           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
63449           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
63450           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
63451 ____________________________________________________________________________
63452 [  6075] By: jhi                                   on 2000/05/05  18:56:10
63453         Log: Make the test more portable.
63454      Branch: cfgperl
63455            ! t/lib/peek.t
63456 ____________________________________________________________________________
63457 [  6074] By: jhi                                   on 2000/05/05  18:49:20
63458         Log: Introduce t/lib/peek.t.
63459      Branch: cfgperl
63460            + t/lib/peek.t
63461            ! MANIFEST
63462 ____________________________________________________________________________
63463 [  6073] By: jhi                                   on 2000/05/05  14:30:45
63464         Log: Complex tweaks.
63465      Branch: cfgperl
63466            ! lib/Math/Complex.pm t/lib/complex.t
63467 ____________________________________________________________________________
63468 [  6072] By: jhi                                   on 2000/05/05  12:27:13
63469         Log: Integrate with Sarathy.
63470      Branch: cfgperl
63471           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63472           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63473           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63474           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63475 ____________________________________________________________________________
63476 [  6071] By: gsar                                  on 2000/05/05  02:24:46
63477         Log: misformatted perllocal.pod (from Tim Jenness
63478              <t.jenness@jach.hawaii.edu>)
63479      Branch: perl
63480            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63481 ____________________________________________________________________________
63482 [  6070] By: gsar                                  on 2000/05/05  02:16:52
63483         Log: remove misleading comment (from M.J.T. Guy)
63484      Branch: perl
63485            ! t/lib/anydbm.t
63486 ____________________________________________________________________________
63487 [  6069] By: gsar                                  on 2000/05/05  02:15:13
63488         Log: File::Spec compatibility update (from Barrie Slaymaker
63489              <barries@slaysys.com>)
63490      Branch: perl
63491            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63492            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63493 ____________________________________________________________________________
63494 [  6068] By: gsar                                  on 2000/05/05  02:01:50
63495         Log: note about values()
63496      Branch: perl
63497            ! pod/perlfunc.pod
63498 ____________________________________________________________________________
63499 [  6067] By: gsar                                  on 2000/05/05  01:33:09
63500         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
63501      Branch: perl
63502            ! win32/win32.c
63503 ____________________________________________________________________________
63504 [  6066] By: gsar                                  on 2000/05/05  01:23:43
63505         Log: s/END/CHECK/
63506      Branch: perl
63507            ! perl.c
63508 ____________________________________________________________________________
63509 [  6065] By: jhi                                   on 2000/05/04  17:30:22
63510         Log: Integrate with Sarathy.
63511      Branch: cfgperl
63512           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
63513 ____________________________________________________________________________
63514 [  6064] By: gsar                                  on 2000/05/04  17:26:14
63515         Log: change#5905 wasn't quite right--it's intent only applies when arguments
63516              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
63517      Branch: perl
63518            ! pp_sys.c sv.c
63519 ____________________________________________________________________________
63520 [  6063] By: gsar                                  on 2000/05/04  16:52:29
63521         Log: tokeq() could read unallocated field in argument
63522      Branch: perl
63523            ! toke.c
63524 ____________________________________________________________________________
63525 [  6062] By: gsar                                  on 2000/05/04  16:34:51
63526         Log: additional tests for utf8.t
63527      Branch: perl
63528            ! t/pragma/utf8.t
63529 ____________________________________________________________________________
63530 [  6061] By: gsar                                  on 2000/05/04  16:09:28
63531         Log: change#5921 neglected to make eq honor "use bytes"
63532      Branch: perl
63533            ! sv.c
63534 ____________________________________________________________________________
63535 [  6060] By: jhi                                   on 2000/05/04  15:30:16
63536         Log: Integrate with Sarathy.
63537      Branch: cfgperl
63538           !> perl.c regcomp.c t/pragma/utf8.t
63539 ____________________________________________________________________________
63540 [  6059] By: jhi                                   on 2000/05/04  15:26:37
63541         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63542              in natively 64-bit platforms where a long is a quad (no need
63543              for long longs).  Also added bias for IVs.
63544      Branch: cfgperl
63545            ! toke.c
63546 ____________________________________________________________________________
63547 [  6058] By: gsar                                  on 2000/05/04  00:19:14
63548         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63549              (spotted by Donald Kinzer <dkinzer@premia.com>)
63550      Branch: perl
63551            ! perl.c
63552 ____________________________________________________________________________
63553 [  6057] By: gsar                                  on 2000/05/03  18:34:01
63554         Log: fix broken parsing of /\x{ab}/
63555      Branch: perl
63556            ! regcomp.c t/pragma/utf8.t
63557 ____________________________________________________________________________
63558 [  6056] By: jhi                                   on 2000/05/03  17:57:16
63559         Log: The search of infinity continues, this time simplified.
63560      Branch: cfgperl
63561            ! lib/Math/Complex.pm
63562 ____________________________________________________________________________
63563 [  6055] By: jhi                                   on 2000/05/03  17:45:30
63564         Log: Detypo.
63565      Branch: cfgperl
63566            ! hints/unicos.sh
63567 ____________________________________________________________________________
63568 [  6054] By: jhi                                   on 2000/05/02  22:28:27
63569         Log: Be more forgiving in POSIX about HUGE_VALL.
63570      Branch: cfgperl
63571            ! ext/POSIX/POSIX.xs
63572 ____________________________________________________________________________
63573 [  6053] By: jhi                                   on 2000/05/02  22:25:05
63574         Log: Integrate with Sarathy.
63575      Branch: cfgperl
63576           !> hints/irix_6.sh pod/perlop.pod
63577 ____________________________________________________________________________
63578 [  6052] By: jhi                                   on 2000/05/02  22:24:31
63579         Log: Unicos hint tweak.
63580      Branch: cfgperl
63581            ! hints/unicos.sh
63582 ____________________________________________________________________________
63583 [  6051] By: jhi                                   on 2000/05/02  22:21:26
63584         Log: Complex tweakery.
63585      Branch: cfgperl
63586            ! lib/Math/Complex.pm t/lib/complex.t
63587 ____________________________________________________________________________
63588 [  6050] By: jhi                                   on 2000/05/02  19:26:22
63589         Log: Use setxxent()/endxxent().
63590      Branch: cfgperl
63591            ! t/op/grent.t t/op/pwent.t
63592 ____________________________________________________________________________
63593 [  6049] By: jhi                                   on 2000/05/02  19:06:02
63594         Log: Test both the scalar and list contexts.
63595      Branch: cfgperl
63596            ! t/op/grent.t t/op/pwent.t
63597 ____________________________________________________________________________
63598 [  6048] By: gsar                                  on 2000/05/02  18:29:10
63599         Log: add note about how $( doesn't interpolate in REs (from
63600              Philip Newton <newton@ficus.frogspace.net>)
63601      Branch: perl
63602            ! pod/perlop.pod
63603 ____________________________________________________________________________
63604 [  6047] By: jhi                                   on 2000/05/02  17:41:24
63605         Log: Call getspnam() only iff needd.
63606      Branch: cfgperl
63607            ! pp_sys.c
63608 ____________________________________________________________________________
63609 [  6046] By: gsar                                  on 2000/05/02  17:07:25
63610         Log: libscheck has insufficient checks for n32 libs (from
63611              Albert Chin-A-Young <china@thewrittenword.com>)
63612      Branch: perl
63613            ! hints/irix_6.sh
63614 ____________________________________________________________________________
63615 [  6045] By: jhi                                   on 2000/05/02  13:57:17
63616         Log: Integrate with Sarathy.
63617      Branch: cfgperl
63618           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
63619           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
63620 ____________________________________________________________________________
63621 [  6044] By: gsar                                  on 2000/05/02  06:48:19
63622         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63623              such that underscores are only ignored in literal numbers,
63624              "\x{...}", and hex/oct argument
63625      Branch: perl
63626            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
63627 ____________________________________________________________________________
63628 [  6043] By: gsar                                  on 2000/05/02  02:22:29
63629         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
63630      Branch: perl
63631            ! pod/perlretut.pod
63632 ____________________________________________________________________________
63633 [  6042] By: gsar                                  on 2000/05/02  02:17:51
63634         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
63635      Branch: perl
63636            ! pod/perltrap.pod
63637 ____________________________________________________________________________
63638 [  6041] By: gsar                                  on 2000/05/02  01:53:51
63639         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63640              to compensate
63641      Branch: perl
63642            ! Porting/makerel
63643 ____________________________________________________________________________
63644 [  6040] By: gsar                                  on 2000/05/02  01:51:57
63645         Log: missing files in MANIFEST
63646      Branch: perl
63647            ! MANIFEST
63648 ____________________________________________________________________________
63649 [  6039] By: jhi                                   on 2000/05/02  00:36:46
63650         Log: Infinite problems.
63651      Branch: cfgperl
63652            ! lib/Math/Complex.pm
63653 ____________________________________________________________________________
63654 [  6038] By: jhi                                   on 2000/05/02  00:06:38
63655         Log: pwent/spent #ifdef imbalance.
63656      Branch: cfgperl
63657            ! pp_sys.c
63658 ____________________________________________________________________________
63659 [  6037] By: jhi                                   on 2000/05/01  22:50:11
63660         Log: Use HUGE_VALL if applicable.
63661      Branch: cfgperl
63662            ! ext/POSIX/POSIX.xs util.c
63663 ____________________________________________________________________________
63664 [  6036] By: jhi                                   on 2000/05/01  22:20:53
63665         Log: Correct Freudian slip.
63666      Branch: cfgperl
63667            ! pp_sys.c
63668 ____________________________________________________________________________
63669 [  6035] By: jhi                                   on 2000/05/01  21:07:38
63670         Log: Continue on the pwent/spent case.
63671      Branch: cfgperl
63672            ! pp_sys.c
63673 ____________________________________________________________________________
63674 [  6034] By: jhi                                   on 2000/05/01  17:45:14
63675         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
63676              adjustments in 6032 conflicted badly with this, will have
63677              to revisit them later.
63678      Branch: cfgperl
63679           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63680           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63681           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
63682           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
63683           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63684           !> t/lib/cgi-html.t t/lib/cgi-request.t
63685 ____________________________________________________________________________
63686 [  6033] By: jhi                                   on 2000/05/01  17:40:49
63687         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
63688      Branch: cfgperl
63689            ! pp_sys.c
63690 ____________________________________________________________________________
63691 [  6032] By: gsar                                  on 2000/05/01  15:56:32
63692         Log: whitespace adjustments
63693      Branch: perl
63694            ! pp_sys.c
63695 ____________________________________________________________________________
63696 [  6031] By: gsar                                  on 2000/05/01  15:19:41
63697         Log: small nits in diagnostics.pm (from Robin Barker)
63698      Branch: perl
63699            ! lib/diagnostics.pm pod/perldiag.pod
63700 ____________________________________________________________________________
63701 [  6030] By: gsar                                  on 2000/05/01  08:39:18
63702         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63703              for @- and @+ (from Johan Vromans)
63704      Branch: perl
63705            ! lib/English.pm pod/perlvar.pod
63706 ____________________________________________________________________________
63707 [  6029] By: gsar                                  on 2000/05/01  08:16:10
63708         Log: add CGI.pm v2.66 (from Lincoln Stein)
63709      Branch: perl
63710            + lib/CGI/Util.pm t/lib/cgi-pretty.t
63711            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63712            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
63713            ! t/lib/cgi-html.t t/lib/cgi-request.t
63714 ____________________________________________________________________________
63715 [  6028] By: gsar                                  on 2000/05/01  06:34:41
63716         Log: Pod::Man generates groff-incompatible macro definition (from
63717              Tom Christiansen)
63718      Branch: perl
63719            ! lib/Pod/Man.pm
63720 ____________________________________________________________________________
63721 [  6027] By: gsar                                  on 2000/05/01  06:31:36
63722         Log: podlators-1.02 update (from Russ Allbery)
63723      Branch: perl
63724            ! lib/Pod/Man.pm lib/Pod/Text.pm
63725 ____________________________________________________________________________
63726 [  6026] By: jhi                                   on 2000/04/30  23:24:23
63727         Log: Integrate with Sarathy.
63728      Branch: cfgperl
63729           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63730           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
63731           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63732           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63733           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
63734           !> t/lib/syslog.t toke.c win32/win32.h
63735 ____________________________________________________________________________
63736 [  6025] By: gsar                                  on 2000/04/30  18:17:47
63737         Log: Is{Alnum,Alpha,Word} don't match titlecase
63738              
63739              TODO: IsSpace is defined recursively!
63740              
63741              (both spotted by Larry)
63742      Branch: perl
63743            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63744            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63745 ____________________________________________________________________________
63746 [  6024] By: gsar                                  on 2000/04/30  17:50:19
63747         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
63748              (from Hugo van der Sanden)
63749      Branch: perl
63750            ! toke.c
63751 ____________________________________________________________________________
63752 [  6023] By: gsar                                  on 2000/04/30  17:14:43
63753         Log: debugger stomps on $. (from M.J.T. Guy)
63754      Branch: perl
63755            ! lib/perl5db.pl
63756 ____________________________________________________________________________
63757 [  6022] By: gsar                                  on 2000/04/30  16:59:22
63758         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63759      Branch: perl
63760            ! sv.c
63761 ____________________________________________________________________________
63762 [  6021] By: gsar                                  on 2000/04/29  21:00:08
63763         Log: remove Win2K issue in pod (fixed by change#6020)
63764      Branch: perl
63765            ! README.win32 pod/perl56delta.pod
63766 ____________________________________________________________________________
63767 [  6020] By: gsar                                  on 2000/04/29  20:51:49
63768         Log: test tweak
63769      Branch: perl
63770            ! t/lib/open3.t
63771 ____________________________________________________________________________
63772 [  6019] By: gsar                                  on 2000/04/29  20:34:27
63773         Log: windows portability tweaks
63774      Branch: perl
63775            ! t/lib/b.t win32/win32.h
63776 ____________________________________________________________________________
63777 [  6018] By: gsar                                  on 2000/04/29  19:55:24
63778         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
63779              make _PATH_LOG() return "" if unavailable
63780      Branch: perl
63781            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63782            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
63783 ____________________________________________________________________________
63784 [  6017] By: jhi                                   on 2000/04/28  22:49:46
63785         Log: Integrate with Sarathy.
63786      Branch: cfgperl
63787           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63788 ____________________________________________________________________________
63789 [  6016] By: jhi                                   on 2000/04/28  22:46:14
63790         Log: Do not warn that an infinity does not look like a number.
63791      Branch: cfgperl
63792            ! sv.c
63793 ____________________________________________________________________________
63794 [  6015] By: gsar                                  on 2000/04/28  22:35:49
63795         Log: tweak test for portability
63796      Branch: perl
63797            ! t/lib/b.t
63798 ____________________________________________________________________________
63799 [  6014] By: gsar                                  on 2000/04/28  22:05:31
63800         Log: glob() loading File::Glob behind the scenes may cause syntax errors
63801      Branch: perl
63802            ! op.c
63803 ____________________________________________________________________________
63804 [  6013] By: gsar                                  on 2000/04/28  21:25:22
63805         Log: tweak change#5945 to display correct switch name in diagnostic
63806      Branch: perl
63807            ! perl.c pod/perldiag.pod
63808 ____________________________________________________________________________
63809 [  6012] By: jhi                                   on 2000/04/28  21:08:12
63810         Log: Integrate with Sarathy.
63811      Branch: cfgperl
63812           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
63813           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
63814           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
63815 ____________________________________________________________________________
63816 [  6011] By: jhi                                   on 2000/04/28  21:04:46
63817         Log: &HUGE_VAL is not defined, it exists.
63818      Branch: cfgperl
63819            ! lib/Math/Complex.pm
63820 ____________________________________________________________________________
63821 [  6010] By: gsar                                  on 2000/04/28  21:02:58
63822         Log: clarify note about shadow password support (from
63823              gellyfish@gellyfish.com)
63824      Branch: perl
63825            ! pod/perlfunc.pod
63826 ____________________________________________________________________________
63827 [  6009] By: gsar                                  on 2000/04/28  21:00:00
63828         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
63829      Branch: perl
63830            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
63831 ____________________________________________________________________________
63832 [  6008] By: gsar                                  on 2000/04/28  20:56:33
63833         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63834      Branch: perl
63835            ! installperl vms/subconfigure.com
63836 ____________________________________________________________________________
63837 [  6007] By: gsar                                  on 2000/04/28  20:51:21
63838         Log: note about compile failures and END blocks (from M.J.T. Guy)
63839      Branch: perl
63840            ! pod/perl56delta.pod pod/perlmod.pod
63841 ____________________________________________________________________________
63842 [  6006] By: jhi                                   on 2000/04/28  20:42:14
63843         Log: Regen Configure.
63844      Branch: cfgperl
63845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63846            ! config_h.SH
63847 ____________________________________________________________________________
63848 [  6005] By: gsar                                  on 2000/04/28  20:41:16
63849         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
63850      Branch: perl
63851            ! utils/perldoc.PL
63852 ____________________________________________________________________________
63853 [  6004] By: jhi                                   on 2000/04/28  20:28:21
63854         Log: Integrate with Sarathy.
63855      Branch: cfgperl
63856           !> Configure INSTALL Porting/Glossary Porting/config.sh
63857           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
63858           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
63859           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63860           !> win32/config.vc win32/win32.c
63861 ____________________________________________________________________________
63862 [  6003] By: gsar                                  on 2000/04/28  20:11:20
63863         Log: allow REG_EXPAND_SZ keys in Windows registry (from
63864              John Clayton <John.Clayton@barclayscapital.com>)
63865      Branch: perl
63866            ! win32/win32.c
63867 ____________________________________________________________________________
63868 [  6002] By: gsar                                  on 2000/04/28  19:34:16
63869         Log: destructive sv_setsv() can lose UV-ness from source, causing
63870              numeric promotions/comparisons to fail to do the right thing
63871      Branch: perl
63872            ! sv.c
63873 ____________________________________________________________________________
63874 [  6001] By: gsar                                  on 2000/04/28  18:44:15
63875         Log: support additional library locations via $Config{otherlibdirs}
63876              (from Andy Dougherty)
63877      Branch: perl
63878            ! Configure INSTALL Porting/Glossary Porting/config.sh
63879            ! Porting/config_H config_h.SH epoc/config.sh perl.c
63880            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63881            ! win32/config.bc win32/config.gc win32/config.vc
63882 ____________________________________________________________________________
63883 [  6000] By: gsar                                  on 2000/04/28  18:26:58
63884         Log: reworked otherlibdirs.U (from Andy Dougherty)
63885      Branch: metaconfig
63886            ! U/installdirs/otherlibdirs.U
63887 ____________________________________________________________________________
63888 [  5999] By: gsar                                  on 2000/04/28  18:17:07
63889         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
63890      Branch: perl
63891            ! t/pragma/warn/toke toke.c
63892 ____________________________________________________________________________
63893 [  5998] By: jhi                                   on 2000/04/28  13:32:17
63894         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63895      Branch: cfgperl
63896            ! lib/Math/Complex.pm
63897 ____________________________________________________________________________
63898 [  5997] By: jhi                                   on 2000/04/28  13:14:04
63899         Log: Preserve $!.
63900      Branch: cfgperl
63901            ! lib/Math/Complex.pm
63902 ____________________________________________________________________________
63903 [  5996] By: jhi                                   on 2000/04/28  12:59:23
63904         Log: Integrate with Sarathy.
63905      Branch: cfgperl
63906           +> pod/perlrequick.pod pod/perlretut.pod
63907           !> (integrate 51 files)
63908 ____________________________________________________________________________
63909 [  5995] By: gsar                                  on 2000/04/28  09:37:36
63910         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
63911      Branch: perl
63912            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
63913 ____________________________________________________________________________
63914 [  5994] By: gsar                                  on 2000/04/28  09:33:26
63915         Log: fix for missed accounting for null byte in pack("Z",...) (from
63916              M.J.T. Guy)
63917      Branch: perl
63918            ! pp.c t/op/pack.t
63919 ____________________________________________________________________________
63920 [  5993] By: gsar                                  on 2000/04/28  09:30:05
63921         Log: various minor tweaks seen on p5p
63922      Branch: perl
63923            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
63924 ____________________________________________________________________________
63925 [  5992] By: gsar                                  on 2000/04/28  09:08:19
63926         Log: pod nit (from Simon Cozens)
63927      Branch: perl
63928            ! pod/perlop.pod
63929 ____________________________________________________________________________
63930 [  5991] By: gsar                                  on 2000/04/28  09:06:36
63931         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63932      Branch: perl
63933            ! README.posix-bc hints/posix-bc.sh
63934 ____________________________________________________________________________
63935 [  5990] By: gsar                                  on 2000/04/28  08:54:52
63936         Log: use $ENV{LIB} to search for libs under Visual C compiler
63937              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
63938      Branch: perl
63939            ! lib/ExtUtils/Liblist.pm
63940 ____________________________________________________________________________
63941 [  5989] By: gsar                                  on 2000/04/28  08:27:12
63942         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63943              itself and no other (from Tom Hughes)
63944      Branch: perl
63945            ! t/op/array.t toke.c
63946 ____________________________________________________________________________
63947 [  5988] By: gsar                                  on 2000/04/28  08:01:38
63948         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
63949              <paul@miraclefish.com>)
63950      Branch: perl
63951            ! lib/ExtUtils/MakeMaker.pm
63952 ____________________________________________________________________________
63953 [  5987] By: gsar                                  on 2000/04/28  07:53:09
63954         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
63955      Branch: perl
63956            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
63957 ____________________________________________________________________________
63958 [  5986] By: gsar                                  on 2000/04/28  07:44:17
63959         Log: add regular expressions tutorial and quick-start guide (from
63960              Mark Kvale <kvale@phy.ucsf.edu>)
63961      Branch: perl
63962            + pod/perlrequick.pod pod/perlretut.pod
63963            ! AUTHORS MAINTAIN MANIFEST
63964 ____________________________________________________________________________
63965 [  5985] By: gsar                                  on 2000/04/28  07:30:28
63966         Log: forked child may not exit correctly if it failed to open
63967              /dev/console (from Graham Barr)
63968      Branch: perl
63969            ! ext/Sys/Syslog/Syslog.pm
63970 ____________________________________________________________________________
63971 [  5984] By: gsar                                  on 2000/04/28  07:27:20
63972         Log: attributes::reftype() doesn't work on tied argument
63973      Branch: perl
63974            ! xsutils.c
63975 ____________________________________________________________________________
63976 [  5983] By: gsar                                  on 2000/04/28  07:15:04
63977         Log: numeric conversion of non-number in change#3378 tramples on
63978              OOK offset, causing segfaults
63979      Branch: perl
63980            ! sv.c
63981 ____________________________________________________________________________
63982 [  5982] By: gsar                                  on 2000/04/28  04:48:25
63983         Log: avoid error in IO::Socket::INET when given an unknown service name
63984              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63985      Branch: perl
63986            ! ext/IO/lib/IO/Socket/INET.pm
63987 ____________________________________________________________________________
63988 [  5981] By: gsar                                  on 2000/04/28  04:31:31
63989         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63990              prototype mismatch with CORE::glob(); update pod and tests to
63991              suit (File::Glob::glob() is still available for backward
63992              compatibility, but should be considered deprecated)
63993      Branch: perl
63994            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
63995            ! t/lib/glob-taint.t
63996 ____________________________________________________________________________
63997 [  5980] By: gsar                                  on 2000/04/28  03:47:29
63998         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
63999              <ghudson@mit.edu>)
64000      Branch: metaconfig
64001            ! U/modified/Options.U
64002      Branch: perl
64003            ! Configure
64004 ____________________________________________________________________________
64005 [  5979] By: gsar                                  on 2000/04/28  03:07:54
64006         Log: under useithreads, constant pad entries could inadvertantly be
64007              shared across threads (from Eric Blood <eblood@xmission.com>);
64008              added Eric's test case to testsuite
64009      Branch: perl
64010            ! op.c t/op/misc.t
64011 ____________________________________________________________________________
64012 [  5978] By: gsar                                  on 2000/04/27  21:13:00
64013         Log: sync version numbers in File::Spec with the ones on CPAN
64014              (from Barrie Slaymaker)
64015      Branch: perl
64016            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
64017            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
64018            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64019 ____________________________________________________________________________
64020 [  5977] By: gsar                                  on 2000/04/27  21:07:29
64021         Log: autoquote barewords followed by newline and arrow properly
64022              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
64023      Branch: perl
64024            ! t/pragma/warn/toke toke.c
64025 ____________________________________________________________________________
64026 [  5976] By: gsar                                  on 2000/04/27  20:41:20
64027         Log: DB_File v1.73 update (from Paul Marquess)
64028      Branch: perl
64029            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
64030            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
64031 ____________________________________________________________________________
64032 [  5975] By: gsar                                  on 2000/04/27  20:34:24
64033         Log: allow sort() reentrancy (variant of patch suggested by
64034              Hugo van der Sanden)
64035      Branch: perl
64036            ! pp_ctl.c t/op/sort.t
64037 ____________________________________________________________________________
64038 [  5974] By: gsar                                  on 2000/04/27  19:46:57
64039         Log: change#4197 somehow missed initializing PL_errors, meaning
64040              sytax error queueing wasn't working outside eval"" at all;
64041              also fixed eval"" to localize PL_error_count, so that compile-time
64042              eval's don't clobber the error state of the outer context
64043      Branch: perl
64044            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
64045            ! t/pragma/warn/toke
64046 ____________________________________________________________________________
64047 [  5973] By: gsar                                  on 2000/04/27  18:29:05
64048         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
64049      Branch: perl
64050            ! regcomp.c regexec.c t/op/re_tests
64051 ____________________________________________________________________________
64052 [  5972] By: jhi                                   on 2000/04/27  18:22:41
64053         Log: Integrate with Sarathy.
64054      Branch: cfgperl
64055           +> t/lib/b.t t/lib/syslog.t
64056           !> (integrate 31 files)
64057 ____________________________________________________________________________
64058 [  5971] By: jhi                                   on 2000/04/27  18:18:46
64059         Log: Unicos tweaks from Mark P. Lutz.
64060      Branch: cfgperl
64061            ! hints/unicos.sh lib/Math/Complex.pm
64062 ____________________________________________________________________________
64063 [  5970] By: gsar                                  on 2000/04/27  18:05:11
64064         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
64065              IV is >32bits
64066      Branch: perl
64067            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
64068 ____________________________________________________________________________
64069 [  5969] By: gsar                                  on 2000/04/27  17:50:56
64070         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
64071      Branch: perl
64072            + t/lib/syslog.t
64073            ! MANIFEST ext/Sys/Syslog/Syslog.pm
64074 ____________________________________________________________________________
64075 [  5968] By: gsar                                  on 2000/04/27  17:44:49
64076         Log: tolerate spaces in group names in test on solaris (from David Boyce
64077              <dsb@boyski.com>)
64078      Branch: perl
64079            ! t/op/groups.t
64080 ____________________________________________________________________________
64081 [  5967] By: gsar                                  on 2000/04/27  17:41:22
64082         Log: improved docs on the warn_uninit diagnostic (from David Glasser
64083              and Simon Cozens)
64084      Branch: perl
64085            ! pod/perldiag.pod
64086 ____________________________________________________________________________
64087 [  5966] By: gsar                                  on 2000/04/27  16:54:58
64088         Log: add testsuite for B backends, fix bug in B::Deparse (from
64089              Simon Cozens <simon@brecon.co.uk>)
64090      Branch: perl
64091            + t/lib/b.t
64092            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
64093 ____________________________________________________________________________
64094 [  5965] By: gsar                                  on 2000/04/27  16:10:37
64095         Log: avoid "will not stay shared" warnings for our variables (from
64096              Robin Barker)
64097      Branch: perl
64098            ! op.c t/pragma/warn/op
64099 ____________________________________________________________________________
64100 [  5964] By: gsar                                  on 2000/04/27  07:05:05
64101         Log: reformat to 72 columns (again)
64102      Branch: perl
64103            ! pod/perldiag.pod
64104 ____________________________________________________________________________
64105 [  5963] By: gsar                                  on 2000/04/27  06:28:31
64106         Log: patch from Larry to make (\&) prototype work; added tests for
64107              the same
64108      Branch: perl
64109            ! op.c t/comp/proto.t
64110 ____________________________________________________________________________
64111 [  5962] By: gsar                                  on 2000/04/27  06:15:47
64112         Log: updated README.hpux (from Jeff Okamoto)
64113      Branch: perl
64114            ! README.hpux
64115 ____________________________________________________________________________
64116 [  5961] By: gsar                                  on 2000/04/27  05:55:03
64117         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
64118      Branch: perl
64119            ! emacs/cperl-mode.el
64120 ____________________________________________________________________________
64121 [  5960] By: gsar                                  on 2000/04/27  05:49:26
64122         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
64123      Branch: perl
64124            ! INSTALL
64125 ____________________________________________________________________________
64126 [  5959] By: gsar                                  on 2000/04/27  05:33:41
64127         Log: doubled words in pods (from Simon Cozens
64128              <simon.p.cozens@jp.pwcglobal.com>)
64129      Branch: perl
64130            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
64131            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
64132            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
64133            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
64134            ! pod/perltootc.pod
64135 ____________________________________________________________________________
64136 [  5958] By: gsar                                  on 2000/04/27  05:11:39
64137         Log: change#3569 deleted some essential code, revert; avoid use of
64138              atexit() to make DynaLoader work properly on AIX under mod_perl
64139              (from Jens-Uwe Mager <jum@helios.de>)
64140      Branch: perl
64141            ! ext/DynaLoader/dl_aix.xs
64142 ____________________________________________________________________________
64143 [  5957] By: gsar                                  on 2000/04/27  04:54:51
64144         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
64145      Branch: perl
64146            ! pod/perlmod.pod
64147 ____________________________________________________________________________
64148 [  5956] By: gsar                                  on 2000/04/27  04:51:47
64149         Log: better diagnostics on failed tests (from Ilya Zakharevich)
64150      Branch: perl
64151            ! t/op/lex_assign.t
64152 ____________________________________________________________________________
64153 [  5955] By: gsar                                  on 2000/04/27  04:26:44
64154         Log: longstanding bug exposed by change#3307: sort arguments weren't
64155              compiled with the right wantarray context (ensuing runtime lookup
64156              via block_gimme() was getting the incidental context of the
64157              sort() itself)
64158      Branch: perl
64159            ! op.c t/op/sort.t
64160 ____________________________________________________________________________
64161 [  5954] By: gsar                                  on 2000/04/26  23:42:12
64162         Log: integrate cfgperl contents into mainline
64163      Branch: perl
64164           !> (integrate 30 files)
64165 ____________________________________________________________________________
64166 [  5953] By: jhi                                   on 2000/04/26  23:06:42
64167         Log: Integrate with Sarathy.
64168      Branch: cfgperl
64169           !> README.win32 ext/B/B/Deparse.pm
64170           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64171           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
64172           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
64173           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
64174           !> utils/perldoc.PL vms/perlvms.pod
64175 ____________________________________________________________________________
64176 [  5952] By: jhi                                   on 2000/04/26  23:03:46
64177         Log: Undo "use integer" addition from 64bitint as it seems
64178              to break most of the subtests in Digital UNIX;
64179              Unicos needs to find another way.
64180      Branch: cfgperl
64181            ! t/op/64bitint.t
64182 ____________________________________________________________________________
64183 [  5951] By: jhi                                   on 2000/04/26  22:57:53
64184         Log: Be more robust on "extreme" (large absolute value)
64185              arguments.  Originally reported by Daniel Connelly
64186              as a problem with asinh() on large negative arguments,
64187              asinh() used to bail out because an argument to log()
64188              ended up being zero.  Ilya Zakharevich proposed using
64189              Taylor's series in such cases, which for such large
64190              arguments is a very good approximation.
64191      Branch: cfgperl
64192            ! lib/Math/Complex.pm t/lib/complex.t
64193 ____________________________________________________________________________
64194 [  5950] By: gsar                                  on 2000/04/25  19:13:12
64195         Log: reformat perldiag to avoid long lines
64196      Branch: perl
64197            ! pod/perldiag.pod
64198 ____________________________________________________________________________
64199 [  5949] By: gsar                                  on 2000/04/25  18:41:11
64200         Log: make perldoc use the pod2man from the same version (from
64201              M.J.T. Guy)
64202      Branch: perl
64203            ! utils/perldoc.PL
64204 ____________________________________________________________________________
64205 [  5948] By: gsar                                  on 2000/04/25  18:21:57
64206         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
64207              <kompas@kompas.usr.onet.pl>)
64208      Branch: perl
64209            ! lib/vars.pm
64210 ____________________________________________________________________________
64211 [  5947] By: gsar                                  on 2000/04/25  18:11:53
64212         Log: use &dl_error rather than &dl_load_file as the guard for calling
64213              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
64214              statically built perl)
64215      Branch: perl
64216            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64217 ____________________________________________________________________________
64218 [  5946] By: jhi                                   on 2000/04/25  17:37:54
64219         Log: Document that tr() is not tr(1).
64220      Branch: cfgperl
64221            ! pod/perlop.pod
64222 ____________________________________________________________________________
64223 [  5945] By: gsar                                  on 2000/04/25  16:34:33
64224         Log: make module name mandatory after -M switch; reorder perldiag
64225              alphabetically (from Mark-Jason Dominus)
64226      Branch: perl
64227            ! perl.c pod/perldiag.pod
64228 ____________________________________________________________________________
64229 [  5944] By: jhi                                   on 2000/04/25  01:15:18
64230         Log: On second thoughts frexp() does have two arguments.
64231      Branch: cfgperl
64232            ! perl.h
64233 ____________________________________________________________________________
64234 [  5943] By: jhi                                   on 2000/04/24  22:56:32
64235         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
64236              Now pp_ncmp() returns undef is either operand is a NaN.
64237      Branch: cfgperl
64238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64239            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
64240            ! vms/subconfigure.com vos/config.def vos/config.h
64241            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
64242            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64243            ! win32/config_H.vc
64244      Branch: metaconfig/U/perl
64245            + d_modfl.U
64246 ____________________________________________________________________________
64247 [  5942] By: jhi                                   on 2000/04/24  19:45:17
64248         Log: Regen Configure to match #5937.
64249      Branch: cfgperl
64250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64251            ! config_h.SH
64252      Branch: metaconfig
64253            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
64254 ____________________________________________________________________________
64255 [  5941] By: jhi                                   on 2000/04/24  19:24:11
64256         Log: Further Unicos fixes for Mark Lutz.
64257      Branch: cfgperl
64258            ! hints/unicos.sh pp_ctl.c
64259 ____________________________________________________________________________
64260 [  5940] By: jhi                                   on 2000/04/24  19:09:06
64261         Log: Various Unicos 10.0.0.6 fixes.
64262              
64263              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
64264              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
64265              Reply-To: tecmpl1@triton.ca.boeing.com 
64266              To: perl5-porters@perl.org 
64267              Date: Fri, 14 Apr 2000 20:21:00 GMT 
64268              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
64269      Branch: cfgperl
64270            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
64271 ____________________________________________________________________________
64272 [  5939] By: gsar                                  on 2000/04/24  19:01:24
64273         Log: more pod nits (from Larry Virden)
64274      Branch: perl
64275            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
64276            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
64277            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
64278 ____________________________________________________________________________
64279 [  5938] By: gsar                                  on 2000/04/24  18:54:01
64280         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
64281      Branch: perl
64282            ! ext/B/B/Deparse.pm
64283 ____________________________________________________________________________
64284 [  5937] By: jhi                                   on 2000/04/24  17:39:00
64285         Log: Integrate with Sarathy.
64286      Branch: cfgperl
64287           +> (branch 31 files)
64288           !> (integrate 73 files)
64289 ____________________________________________________________________________
64290 [  5936] By: gsar                                  on 2000/04/24  17:30:06
64291         Log: additional tests for change#5934 (from Paul Marquess, who also
64292              sent in the same fix)
64293      Branch: perl
64294            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
64295            ! t/pragma/warn/5nolint t/pragma/warn/6default
64296 ____________________________________________________________________________
64297 [  5935] By: jhi                                   on 2000/04/24  17:26:05
64298         Log: Do not assume sign propagation.
64299              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
64300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
64301              To: payner@ncifcrf.gov, perl5-porters@perl.org 
64302              Date: Tue, 18 Apr 2000 18:24:49 +0100 
64303              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
64304      Branch: cfgperl
64305            ! t/op/bop.t t/op/misc.t
64306 ____________________________________________________________________________
64307 [  5934] By: gsar                                  on 2000/04/24  17:16:54
64308         Log: propagate lexical warnings from surrounding scope correctly
64309              within string eval()
64310      Branch: perl
64311            ! pp_ctl.c t/pragma/warn/pp_ctl
64312 ____________________________________________________________________________
64313 [  5933] By: jhi                                   on 2000/04/24  17:01:07
64314         Log: Flatten the cpp jungle doing the nosuid checking.
64315      Branch: cfgperl
64316            ! perl.c
64317 ____________________________________________________________________________
64318 [  5932] By: gsar                                  on 2000/04/24  09:08:14
64319         Log: add rsignal(), whichsig() and do_join() to public API list
64320              (mod_perl uses them to good advantage)
64321      Branch: perl
64322            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
64323 ____________________________________________________________________________
64324 [  5931] By: gsar                                  on 2000/04/24  09:01:40
64325         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
64326      Branch: perl
64327            ! pp_hot.c regexec.c t/op/pat.t
64328 ____________________________________________________________________________
64329 [  5930] By: gsar                                  on 2000/04/24  08:58:33
64330         Log: small os390 tweaks (from Peter Prymmer)
64331      Branch: perl
64332            ! config_h.SH makedepend.SH
64333 ____________________________________________________________________________
64334 [  5929] By: gsar                                  on 2000/04/24  08:55:25
64335         Log: pod nits
64336      Branch: perl
64337            ! pod/perlguts.pod
64338 ____________________________________________________________________________
64339 [  5928] By: gsar                                  on 2000/04/24  08:50:13
64340         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
64341      Branch: perl
64342            ! ext/IO/lib/IO/Poll.pm
64343 ____________________________________________________________________________
64344 [  5927] By: gsar                                  on 2000/04/24  08:43:24
64345         Log: arrange for next() to resume at the unstack op rather than the
64346              loop conditional, so that scope cleanup happens correctly
64347              (from Stephen McCamant)
64348      Branch: perl
64349            ! op.c pp_ctl.c t/op/misc.t
64350 ____________________________________________________________________________
64351 [  5926] By: gsar                                  on 2000/04/24  08:18:40
64352         Log: on windows, reserve 16M of stack rather than 128M (allows more
64353              threads to run concurrently)
64354      Branch: perl
64355            ! win32/Makefile win32/makefile.mk
64356 ____________________________________________________________________________
64357 [  5925] By: gsar                                  on 2000/04/24  08:13:52
64358         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
64359      Branch: perl
64360            ! toke.c
64361 ____________________________________________________________________________
64362 [  5924] By: gsar                                  on 2000/04/24  08:08:59
64363         Log: avoid using uninitialized memory in require version check
64364      Branch: perl
64365            ! pp_ctl.c universal.c
64366 ____________________________________________________________________________
64367 [  5923] By: gsar                                  on 2000/04/24  07:20:14
64368         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
64369      Branch: perl
64370            ! ext/IO/lib/IO/Poll.pm
64371 ____________________________________________________________________________
64372 [  5922] By: gsar                                  on 2000/04/24  07:08:42
64373         Log: commentary about IoTYPE() (from Nathan Torkington)
64374      Branch: perl
64375            ! sv.h
64376 ____________________________________________________________________________
64377 [  5921] By: gsar                                  on 2000/04/24  06:58:26
64378         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
64379              by fix
64380      Branch: perl
64381            ! sv.c t/lib/charnames.t t/pragma/utf8.t
64382 ____________________________________________________________________________
64383 [  5920] By: gsar                                  on 2000/04/24  06:37:59
64384         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
64385      Branch: perl
64386            ! doop.c t/op/ver.t
64387 ____________________________________________________________________________
64388 [  5919] By: gsar                                  on 2000/04/24  06:21:58
64389         Log: Configure might miss old directories when prefix must be
64390              expanded (from Robin Barker)
64391      Branch: metaconfig
64392            ! U/installdirs/inc_version_list.U
64393      Branch: perl
64394            ! Configure
64395 ____________________________________________________________________________
64396 [  5918] By: gsar                                  on 2000/04/24  06:16:11
64397         Log: VMS nits in glob() test (from Charles Lane)
64398      Branch: perl
64399            ! t/lib/glob-basic.t
64400 ____________________________________________________________________________
64401 [  5917] By: gsar                                  on 2000/04/24  06:11:56
64402         Log: various pod nits (from Larry Virden and others)
64403      Branch: perl
64404            ! README.amiga README.hpux README.machten README.os2
64405            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
64406            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
64407            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
64408            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
64409            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
64410            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
64411            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
64412            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
64413 ____________________________________________________________________________
64414 [  5916] By: gsar                                  on 2000/04/24  05:52:43
64415         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
64416              <wjones@tc.fluke.com>)
64417      Branch: perl
64418            ! t/lib/glob-basic.t
64419 ____________________________________________________________________________
64420 [  5915] By: gsar                                  on 2000/04/24  05:07:01
64421         Log: supported platforms mixed up
64422      Branch: perl
64423            ! pod/perl56delta.pod pod/perlport.pod
64424 ____________________________________________________________________________
64425 [  5914] By: gsar                                  on 2000/04/24  04:56:08
64426         Log: caller() wasn't returning the right number of elements for
64427              eval {...}
64428      Branch: perl
64429            ! pp_ctl.c t/pragma/warn/9enabled
64430 ____________________________________________________________________________
64431 [  5913] By: gsar                                  on 2000/04/24  04:35:41
64432         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
64433              Mark-Jason Dominus)
64434      Branch: perl
64435            ! pod/perlfunc.pod
64436 ____________________________________________________________________________
64437 [  5912] By: gsar                                  on 2000/04/24  04:17:15
64438         Log: fix totally broken caching in UNIVERSAL::isa() (from
64439              Nick Ing-Simmons)
64440      Branch: perl
64441            ! t/op/universal.t universal.c
64442 ____________________________________________________________________________
64443 [  5911] By: gsar                                  on 2000/04/24  03:39:47
64444         Log: add linebreak properties from unicode/LineBrk.txt (from
64445              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64446      Branch: perl
64447            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64448            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64449            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64450            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64451            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64452            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64453            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64454            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64455            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64456            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64457            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64458            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64459            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64460            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64461            + lib/unicode/Is/LbrkZW.pl
64462            ! lib/unicode/mktables.PL
64463 ____________________________________________________________________________
64464 [  5910] By: gsar                                  on 2000/04/24  03:23:10
64465         Log: typo in pod
64466      Branch: perl
64467            ! ext/Thread/Thread.pm
64468 ____________________________________________________________________________
64469 [  5909] By: gsar                                  on 2000/04/24  03:22:03
64470         Log: mode argument to do_binmode() should be file mode, not boolean
64471      Branch: perl
64472            ! pp_sys.c
64473 ____________________________________________________________________________
64474 [  5908] By: gsar                                  on 2000/04/16  16:51:08
64475         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
64476              always returns a valid GV even when the symbol is trapped by strictures
64477              (avoids coredumps)
64478              
64479              TODO: the C<package;> hack needs similar treatment
64480      Branch: perl
64481            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
64482            ! t/pragma/strict-vars
64483 ____________________________________________________________________________
64484 [  5907] By: jhi                                   on 2000/03/31  23:42:56
64485         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
64486              an assumption which #5905 demolished.
64487      Branch: cfgperl
64488            ! pp_sys.c
64489 ____________________________________________________________________________
64490 [  5906] By: jhi                                   on 2000/03/31  18:54:37
64491         Log: Typo in #5905.
64492      Branch: cfgperl
64493            ! t/op/64bitint.t
64494 ____________________________________________________________________________
64495 [  5905] By: jhi                                   on 2000/03/31  18:50:54
64496         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
64497              reported by Joseph N. Hall.  The bug was that even with use64bitint
64498              one had to use the prefixes q, L, or ll with printf/sprintf,
64499              contrary to the documentation and common sense.
64500      Branch: cfgperl
64501            ! sv.c t/op/64bitint.t
64502 ____________________________________________________________________________
64503 [  5904] By: gsar                                  on 2000/03/28  02:31:32
64504         Log: add Changes, perldelta.pod
64505      Branch: perl
64506            + Changes pod/perldelta.pod
64507 ____________________________________________________________________________
64508 [  5903] By: gsar                                  on 2000/03/28  02:03:55
64509         Log: rename Changes and perldelta.pod
64510      Branch: perl
64511           +> Changes5.6 pod/perl56delta.pod
64512            - Changes pod/perldelta.pod
64513            ! MANIFEST
64514 ____________________________________________________________________________
64515 [  5902] By: gsar                                  on 2000/03/28  01:59:14
64516         Log: create maint-5.6 branch
64517      Branch: maint-5.6/perl
64518           +> (branch 1611 files)
64519 ____________________________________________________________________________
64520 [  5901] By: jhi                                   on 2000/03/23  05:48:43
64521         Log: Integrate with Sarathy.
64522      Branch: cfgperl
64523           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
64524 ____________________________________________________________________________
64525 [  5900] By: gsar                                  on 2000/03/23  05:42:43
64526         Log: three guesses on what this is :-)
64527      Branch: perl
64528            ! Changes